summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2021-07-02convert SvSortMode to scoped enumNoel Grandin1-2/+2
2021-06-29tdf#143088 multiple Application::EventListeners is expensiveCaolán McNamara1-11/+12
2021-06-27Immediately schedule Tasks on start per defaultJan-Marek Glogowski3-7/+12
2021-06-25loplugin:casttovoid (clang-cl)Stephan Bergmann1-1/+0
2021-06-17use string_view in the Translate APINoel Grandin2-5/+5
2021-06-11qt5/kf5: Fix crash on exitMichael Weghorn1-1/+2
2021-06-09scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-0/+8
2021-06-04gtk4 crash on exitCaolán McNamara1-1/+2
2021-06-02fix shutdown leak in CppunitTest_sw_filters_testNoel Grandin1-0/+7
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski1-1/+1
2021-06-01drop unused Widget::set_secondaryCaolán McNamara1-2/+0
2021-05-31Drop Window::IsDisposedNoel1-3/+2
2021-05-30tdf#142549 Assertion failure when closing LO in gtk a11yCaolán McNamara1-1/+3
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski1-25/+52
2021-05-28IsDisposed->isDisposed in vcl/../appNoel Grandin3-3/+3
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-2/+2
2021-05-19Revert "fix leak when LOK not active"Noel Grandin1-5/+5
2021-05-17gtk4: reenable buttonCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin6-29/+30
2021-05-17fix leak when LOK not activeNoel Grandin1-5/+5
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-5/+5
2021-05-15inherit Button from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15inherit Expander from Widget instead of ContainerCaolán McNamara1-6/+6
2021-05-15inherit TextView from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-2/+5
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-5/+2
2021-05-11vcl: Popover - signal "closed" when calling popdown()Tomaž Vajngerl1-0/+1
2021-05-11tdf#76258 Use correct icon size for color filter popup colorsSamuel Mehrbrodt1-0/+14
2021-05-06add get_clipboard to widgetCaolán McNamara1-0/+6
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin2-51/+51
2021-05-05factor in treeview borders for get_height_rowsCaolán McNamara1-1/+7
2021-04-30don't grab focus if we already have focusCaolán McNamara1-1/+6
2021-04-29allow push/pop multiple levels of freeze/thawCaolán McNamara1-8/+31
2021-04-27Related: tdf#130326 allow bulk_insert_for_each to insert under a nodeCaolán McNamara1-3/+12
2021-04-23we want the a11y screen locationCaolán McNamara1-1/+1
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-10/+1
2021-04-22tdf#141538 default to returning contents of first text columnCaolán McNamara1-1/+1
2021-04-20rename DrawFocusRect to InvertFocusRectCaolán McNamara1-1/+1
2021-04-20drop unused get_hscroll_heightCaolán McNamara1-5/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+4
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos1-0/+9
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski2-12/+4
2021-03-31ensure background color is used when layout widgets bg is overriddenCaolán McNamara1-3/+10
2021-03-27tdf#141141 sync SalFrame::GetFrameWeld and weld::GetPopupParentCaolán McNamara2-5/+4
2021-03-26cid#1474074 silence bogus Dereference before null checkCaolán McNamara1-0/+1
2021-03-24loplugin:unusedmethodsNoel1-10/+0
2021-03-23VCL force Scheduler instant timeout on task skipJan-Marek Glogowski1-5/+6
2021-03-22tdf#141166 widget with id "tabcontrol" might not be a TabControlCaolán McNamara1-3/+15
2021-03-18tdf#140590 Writer crash in Tools>Chapter NumberingNoel Grandin1-0/+1
2021-03-17use noexcept lambda in DispatchUserEvents to improve debuggingNoel Grandin1-22/+8