summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
AgeCommit message (Expand)Author
2016-05-24fix crash on pressing esc on Insert->Table floating windowCaolán McNamara
2016-05-23like menus do, restore focus to prev control when floatingwindow popdownsCaolán McNamara
2016-05-11Convert BORDERWINDOW_STYLE to scoped enumNoel Grandin
2016-05-11Convert BORDERWINDOW_TITLE to scoped enumNoel Grandin
2016-04-22Try to fix tdf#93967 by using VclPtr to keep the window aliveArnaud Versini
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara
2016-03-09Resolves: rhbz#1315385 use preferred size if widget supports itCaolán McNamara
2016-03-03refactor these two bizarro positioning things into reusable chunksCaolán McNamara
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-07-07Fix some misspellingsTor Lillqvist
2015-07-07Fix some misspellingsTor Lillqvist
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
2015-05-25Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-18FloatWindow - add ApplySettingsTomaž Vajngerl
2015-05-16cleanup FloatWindowTomaž Vajngerl
2015-05-13convert FLOATWIN_TITLE constants to scoped enumNoel Grandin
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-05-08vcl: hold reference during user event posting for floatwin.Michael Meeks
2015-05-07tdf#91073 - hold a reference on the floatwin in UserEvent handler.Michael Meeks
2015-05-07WaE: OutputDevice subclass should have nothing in its destructor but ...Tor Lillqvist
2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks
2015-05-06tdf#91073 - don't queue an async user event when disposed.Michael Meeks
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-20vcl: convert new to ::CreateMichael 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: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#90481 fix cropped buttonsCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara
2015-02-13Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara
2015-01-24Typo: syncro->synchroJulien Nabet
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-02coverity#1242905 Uninitialized pointer fieldCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin