summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockmgr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-20/+20
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-09convert Link<> to typedNoel Grandin1-3/+1
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-8/+8
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-3/+3
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-10/+10
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin1-12/+12
2015-05-18use RenderTools variant of DrawSelectionBackgroundTomaž Vajngerl1-1/+1
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-8/+8
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-07refactor PopupFloatWin to use RenderContextTomaž Vajngerl1-65/+66
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-10/+6
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-15/+28
2015-04-20vcl: convert new to ::CreateMichael Meeks1-3/+4
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-4/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-9/+8
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+14
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-25/+1
2015-03-06Idle: Changed to new enum nameTobias Madl1-2/+2
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-2/+2
2015-03-06idle includes and enum useJennifer Liebel1-2/+3
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-6/+6
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-1/+1
2014-12-16ImplDockFloatWin2::setPosSizePixel just forwards to parent classCaolán McNamara1-10/+0
2014-12-09changed timers to idlesTobias Madl1-13/+13
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-3/+3
2014-09-29loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-31/+31
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-04-17coverity#708644 Uninitialized pointer fieldCaolán McNamara1-26/+29
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-12/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-17/+17
2014-03-13Spelling fix: pinedTor Lillqvist1-3/+3
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-3/+3