summaryrefslogtreecommitdiff
path: root/vcl/source/window/syswin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky1-2/+5
2015-09-15convert Link<> to typedNoel Grandin1-4/+4
2015-07-19Use sal_uInt32 consistently for WindowStateData::SetMask and relatedMatteo Casalin1-9/+9
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-2/+11
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-5/+5
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-3/+3
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin1-8/+8
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin1-3/+3
2015-05-18small cleanup of SystemWindowTomaž Vajngerl1-4/+4
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+2
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-10Unwind mpDialogParent oddness.Michael Meeks1-1/+0
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+1
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+1
2015-04-09vcl: more double dispose protection.Michael Meeks1-0/+2
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-12/+12
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-0/+8
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-3/+1
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara1-2/+2
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel1-1/+1
2015-03-04Hack to make an in-destruction SystemWindow no longer claim to be oneStephan Bergmann1-0/+3
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann1-2/+2
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara1-2/+2
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-3/+3
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-2/+2
2014-12-09changed timers to idleJennifer Liebel1-5/+5
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-16/+16
2014-09-23fdo#82577: Handle WindowNoel Grandin1-18/+18
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-2/+2
2014-09-05loplugin:externandnotdefinedStephan Bergmann1-2/+0
2014-09-03move ImplWindowAutoMnemonic into DoInitialLayoutCaolán McNamara1-0/+6
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-1/+1
2014-09-03forget about the Left/Top/Right/Bottom frame distanceCaolán McNamara1-7/+3
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara1-2/+3
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara1-1/+1
2014-09-02rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara1-10/+7
2014-08-30move layout from dialog to systemwindowCaolán McNamara1-4/+151
2014-06-30rework resize into a custom widgetCaolán McNamara1-10/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-60/+0
2014-03-13Spelling fix: pinedTor Lillqvist1-3/+3
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-1/+5
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1