summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-07-07Fix some misspellingsTor Lillqvist1-1/+1
2015-07-07Fix some misspellingsTor Lillqvist1-2/+2
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-1/+1
2015-05-25Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara1-4/+0
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-3/+3
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-18FloatWindow - add ApplySettingsTomaž Vajngerl1-0/+13
2015-05-16cleanup FloatWindowTomaž Vajngerl1-26/+29
2015-05-13convert FLOATWIN_TITLE constants to scoped enumNoel Grandin1-11/+11
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-9/+9
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-61/+62
2015-05-08vcl: hold reference during user event posting for floatwin.Michael Meeks1-1/+1
2015-05-07tdf#91073 - hold a reference on the floatwin in UserEvent handler.Michael Meeks1-0/+1
2015-05-07WaE: OutputDevice subclass should have nothing in its destructor but ...Tor Lillqvist1-1/+5
2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks1-0/+1
2015-05-06tdf#91073 - don't queue an async user event when disposed.Michael Meeks1-2/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+4
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-2/+2
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-8/+20
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara1-0/+12
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara1-12/+0
2015-02-13Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara1-0/+12
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-2/+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-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-10-02coverity#1242905 Uninitialized pointer fieldCaolán McNamara1-0/+15
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-12/+12
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara1-42/+0
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-6/+1
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara1-2/+2
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara1-1/+3
2014-09-02rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara1-1/+19
2014-08-30add capability to load FloatingWindows from .uiCaolán McNamara1-0/+5
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2
2014-07-18convert HITTEST #define to enumNoel Grandin1-4/+4
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-4/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+0