summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockwin.cxx
AgeCommit message (Expand)AuthorFilesLines
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-07-19Use sal_uInt32 consistently for WindowStateData::SetMask and relatedMatteo Casalin1-1/+1
2015-06-07Resolves: tdf#89104 Missing actions from toolbarCaolán McNamara1-5/+14
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-5/+5
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-4/+4
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin1-6/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-3/+3
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-8/+5
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+32
2015-04-23DockWindow missing builder dispose.Michael Meeks1-0/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+3
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-2/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+10
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+3
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+13
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-1/+1
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-3/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-20/+0
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-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-30DockingWindow will need a timer after allCaolán McNamara1-0/+32
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-5/+6
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-3/+17
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-10/+133
2014-12-09changed timers to idlesTobias Madl1-7/+7
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-05-01coverity#708645 Uninitialized pointer fieldCaolán McNamara1-13/+27
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-4/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-13Spelling fix: pinedTor Lillqvist1-3/+3