summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02osl::Mutex->std::mutex in DNDEventDispatcherNoel Grandin
2021-07-30use less GetOutDev()Noel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-29jsdialog: handle toolbox menus togglingSzymon Kłos
2021-07-29jsdialog: toolbox popupsSzymon Kłos
2021-07-28jsdialog: dump and activate popup windowsSzymon Kłos
2021-07-27jsdialog: sidebar: send sidebar PanelsSzymon Kłos
2021-07-21flatten ImplToolBoxPrivateDataNoel Grandin
2021-07-20jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos
2021-07-19jsdialog: dump toolbox item's window if presentSzymon Kłos
2021-07-17jsdialog: move list of enabled dialogs to separate fileSzymon Kłos
2021-07-16tdf#142923 Deleting comment in Writer leaves visual artifact behindNoel Grandin
2021-07-16vcl: check mpWindowImpl for nullptr.Michael Meeks
2021-07-13vcl: make get_id safe for disposed windows.Michael Meeks
2021-07-09drop newly unused SetParentToDefaultWindowCaolán McNamara
2021-07-09drop some calls to SetParentToDefaultWindowCaolán McNamara
2021-07-08tidy up comment formattingCaolán McNamara
2021-07-08vcl: nerf Window::SetParentToDefaultWindow()Michael Stahl
2021-07-06add window-close-symbolic to allowed symbolic icon namesCaolán McNamara
2021-07-02tdf#142923 Deleting comment in Writer leaves visual artifact behindNoel Grandin
2021-06-30WinFloatRound has the same content as FRoundCaolán McNamara
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-24Delete copy ctors/assignments for DLLEXPORT classMike Kaganski
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei
2021-06-14tdf#142393 crash on filter by color dropdownlist (gen)Noel Grandin
2021-06-06add x-office-calendar to allow symbolic namesCaolán McNamara
2021-06-06use open-menu-symbolic for menubutton gear menusCaolán McNamara
2021-06-04fix SAL_WARN_IF checkNoel Grandin
2021-06-04android: Fix DrawingArea inside CsvTableBox is shrinkedmerttumer
2021-06-04Added Text Import Dialog to JSDialogs listmerttumer
2021-06-03vcl: check mpWindowImpl before referencing itGabriel Masei
2021-06-02accept help-browser-symbolic as well as help-browserCaolán McNamara
2021-06-02make this warning fire less oftenNoel Grandin
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski
2021-05-31Drop Window::IsDisposedNoel
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-29IsDisposed->isDisposed in vcl/../windowNoel Grandin
2021-05-28IsDisposed->isDisposed in winprocNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19fix crash in X-Ray extensionNoel Grandin
2021-05-19use toggle instead of click for print dialog CheckButtonsCaolán McNamara
2021-05-19update printer dialog once on radiobutton toggleCaolán McNamara
2021-05-19move toggle handlers into ToggleHdlCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-18fix some castsNoel Grandin
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann