summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/dockwin.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove freshly unused menu support from src filesCaolán McNamara2017-04-191-1/+0
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-10/+10
* Convert WindowType to scoped enumNoel Grandin2017-02-141-2/+2
* loplugin: unnecessary destructor vbahelper..vclNoel Grandin2017-01-271-5/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-5/+5
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-2/+2
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-01-171-0/+2
* new loplugin: useuniqueptr: vclNoel Grandin2017-01-131-1/+1
* SetPin and IsPinned are in an always-false circular isolated relationshipCaolán McNamara2017-01-031-3/+0
* WB_PINABLE isn't set anywhereCaolán McNamara2017-01-031-1/+1
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-1/+1
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-241-3/+3
* Resolves: rhbz#1397181 toolbar layout manager not respecting drag cancelCaolán McNamara2016-11-221-0/+2
* Resolves: rhbz#1391418 wayland toolbars can't be docked after undockingCaolán McNamara2016-11-111-2/+7
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-111-3/+1
* loplugin:expandablemethods in vclNoel Grandin2016-10-261-1/+1
* loplugin:expandablemethodds in include/vclNoel Grandin2016-10-211-1/+1
* DockingWindow ResId code needed only by removed ToolBar src supportCaolán McNamara2016-10-121-38/+0
* Height and Width seem to be swapped hereMaxim Monastirsky2016-10-111-4/+2
* loplugin:unnecessaryoverride in vclNoel Grandin2016-10-101-18/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* mbInitialLayoutDone is unusedCaolán McNamara2016-08-151-2/+0
* Resolves: tdf#92906 badly rendered elements dock after hide+showCaolán McNamara2016-08-151-1/+2
* rename ImplWindowAutoMnemonic and exposeCaolán McNamara2016-07-311-2/+2
* new loplugin unnecessary overrideNoel Grandin2016-07-151-6/+0
* tdf#77667 Remove gcc3 workaroundkrishna keshav2016-07-061-3/+2
* loplugin:singlevalfields in vcl(part1)Noel Grandin2016-06-241-5/+0
* convert DBG_ASSERT in vclNoel Grandin2016-06-171-1/+1
* loplugin:unusedmethodsNoel Grandin2016-05-311-13/+0
* Revert "remove unused RSC_DOCKWINDOW flags"Michael Stahl2016-05-271-1/+32
* remove unused RSC_DOCKWINDOW flagsNoel Grandin2016-05-271-32/+1
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-5/+5
* convert WINDOWSTATE_MASK to scoped enumNoel Grandin2016-05-101-2/+2
* tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul2016-01-081-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-12/+12
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-10/+10
* SetXXX(bool) with a default value of false are just wrongNoel Grandin2015-09-021-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+2
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* Use sal_uInt32 consistently for WindowStateData::SetMask and relatedMatteo Casalin2015-07-191-1/+1
* Resolves: tdf#89104 Missing actions from toolbarCaolán McNamara2015-06-071-5/+14
* convert STARTTRACK constants to scoped enumNoel Grandin2015-05-281-1/+1
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-5/+5
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-2/+2
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-221-4/+4
* convert TITLE_BUTTON constants to scoped enumNoel Grandin2015-05-221-6/+6
* convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2015-05-221-1/+1
* PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks2015-05-081-1/+1