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