summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockmgr.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-18tdf#141101 a11y: Ensure focused event after showing popup contentMichael Weghorn1-0/+8
2023-08-18tdf#156561 tdf#141101 Revert "tdf#140762 tdf#152671 Make dock win ..." et alMichael Weghorn1-16/+4
2023-08-01tdf#156100 tdf#156561 Revert to previous behavior for gtk popupsMichael Weghorn1-1/+15
2023-07-18remove ImplFrameToOutput and ImplOutputToFrameNoel Grandin1-5/+5
2023-04-07tdf#154470 try moving the Show of the client to after the float positioningCaolán McNamara1-4/+2
2023-03-16tdf#140762 tdf#152671 Make dock win visible before showing popupMichael Weghorn1-2/+2
2022-07-17Resolves tdf#143688 - Allow detaching of sub-toolbars when lockedHeiko Tietze1-2/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-04-17loplugin:constantparamNoel Grandin1-9/+2
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-03-03move ImplDockingWindowWrapper out of public headerCaolán McNamara1-0/+2
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara1-0/+8
2021-02-27hide some FloatingWindow detailsCaolán McNamara1-3/+7
2021-02-26protect against callback destroying this objectCaolán McNamara1-2/+4
2021-02-26take GetWindow by VclPtr to hold reference in face of potential disposeCaolán McNamara1-26/+28
2021-02-25drop archaic rollable supportCaolán McNamara1-8/+0
2021-02-25drop WB_ROLLABLECaolán McNamara1-1/+1
2020-12-08Avoid crash on closing docking windowSzymon Kłos1-0/+4
2020-10-19use tools::Long in vclNoel1-4/+4
2020-08-04loplugin:flatten in vcl/windowNoel Grandin1-166/+166
2020-07-17tdf#134523 variable is null during reentrant callsCaolán McNamara1-2/+3
2020-06-12weld checklistmenuCaolán McNamara1-0/+9
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-4/+0
2019-08-20loplugin:constvars in vclNoel Grandin1-1/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-4/+4
2019-02-22loplugin:unusedfields in vclNoel Grandin1-1/+0
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara1-1/+1
2018-09-14loplugin:constfields in vclNoel Grandin1-2/+2
2018-08-27tdf#90376 revert the dock windows' Idles to TimersJan-Marek Glogowski1-19/+17
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-23/+23
2018-01-24loplugin:unused-returns in vclNoel Grandin1-3/+2
2018-01-18Don't allow tearoff under WaylandMaxim Monastirsky1-1/+2
2018-01-18Move toolbars to the border window tearoff mechanismMaxim Monastirsky1-204/+22
2018-01-18tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky1-1/+1
2017-09-29Make sure GetText() is called at the right stageMaxim Monastirsky1-2/+13
2017-09-24Support non-ToolBox popup case in DockingManager, tdf#106762 prepMaxim Monastirsky1-5/+28
2017-09-01call SetPriority() on correct IdleNoel Grandin1-1/+1
2017-08-18vcl: DockingManager owns ImplDockingWindowWrappersTakeshi Abe1-26/+7
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-2/+2
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-12/+3
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+2
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-12/+3