summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2021-04-09remove vcl/waitobj.hxxCaolán McNamara
2021-04-09expose what sizes are used for theseCaolán McNamara
2021-04-08ImplNewInputContext: check pointer before useSzymon Kłos
2021-04-06Fix --disable-pch build: missing includeMike Kaganski
2021-04-06remove newly unused mpWindow member of UserDrawEventCaolán McNamara
2021-04-02tdf#141318 Dialog::GetOptimalSize not including border if called before ShowCaolán McNamara
2021-04-01Resolves: tdf#141258 turn scrollbars on/off once per layout loopCaolán McNamara
2021-04-01Introduce Fontwork contextSzymon Kłos
2021-03-30ImplGetWinChildClipRegion never returns nullCaolán McNamara
2021-03-30tdf#133350 vcl focus loss: fix unwanted cancel of non-menu popupMiklos Vajna
2021-03-25vcl: lok: don't use window impl after destroyAshod Nakashian
2021-03-24Related: tdf#141197 critical a11y warningCaolán McNamara
2021-03-23do not use invalid SalLayoutGlyphsLuboš Luňák
2021-03-21cid#1473858 silence bogus Dereference after null checkCaolán McNamara
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-14loplugin:unusedmethodsNoel
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-03-12use preferred variant when window arg is nullCaolán McNamara
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek
2021-03-11allow throwing away size cache of hosted containerCaolán McNamara
2021-03-10Don't unselect an existing selection on (long) press on iOS and AndroidTor Lillqvist
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens
2021-03-04jsdialog: handle standard buttons like helpSzymon Kłos
2021-03-04macOS: use HITheme to draw listbox window borderNoel Grandin
2021-03-03lok: add batch mode option to load the documentHenry Castro
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-03-03move ImplDockingWindowWrapper out of public headerCaolán McNamara
2021-03-03bubblewindow.hxx can be a private vcl headerCaolán McNamara
2021-03-03split and move MenuBar BubbleWindowManager to vclCaolán McNamara
2021-03-03move BubbleWindow to vclCaolán McNamara
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara
2021-03-02Value for display size in 32bitHeiko Tietze
2021-03-01tdf#140537 scroll-wheeling shouldn't affect disabled scrollbarsCaolán McNamara
2021-03-01IPrioritable.hxx can move into private headersCaolán McNamara
2021-03-01drop commented out codeCaolán McNamara
2021-03-01no need to warn if syswin contents were relocated before layoutCaolán McNamara
2021-02-27Resolves tdf#127782 - Print dialog heightHeiko Tietze
2021-02-27hide some FloatingWindow detailsCaolán McNamara
2021-02-27loplugin:unusedfieldsNoel
2021-02-26move lok FloatingWindow closing code to vclCaolán McNamara
2021-02-26protect against callback destroying this objectCaolán McNamara
2021-02-26take GetWindow by VclPtr to hold reference in face of potential disposeCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-02-25drop WB_ROLLABLECaolán McNamara
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
2021-02-24Fix typosAndrea Gelmini