summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-1/+1
2017-11-28lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+7
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-0/+1
2017-11-15lokdialog: Mouse events for dialog floating child windowsPranav Kant1-0/+9
2017-11-15lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-5/+15
2016-11-14Resolves: tdf#103914 if menu no longer has focus, leave focus where it isCaolán McNamara1-3/+8
2016-10-11Merge SystemWindow and FloatingWindow setPosSizeOnContainee methodsMaxim Monastirsky1-11/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-27ImplEndPopupModeHdl takes no argumentCaolán McNamara1-1/+1
2016-07-07FloatWinPopupFlags::NoAutoArrange is never setCaolán McNamara1-8/+4
2016-07-07FloatWinPopupFlags::NoFocusClose is only set, never readCaolán McNamara1-6/+0
2016-07-07drop commented out FloatWinPopupFlags linesCaolán McNamara1-3/+0
2016-07-07drop SAL_FLOATWIN_NOAPPFOCUSCLOSECaolán McNamara1-5/+0
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-5/+2
2016-06-28Resolves: tdf#100574 Crash when selecting and applying border style...Caolán McNamara1-1/+1
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-2/+2
2016-06-09EndSaveFocus does nothing on the !bRestore caseCaolán McNamara1-2/+0
2016-06-02these overrides just call only their parent versionCaolán McNamara1-2/+1
2016-05-24fix crash on pressing esc on Insert->Table floating windowCaolán McNamara1-1/+2
2016-05-23like menus do, restore focus to prev control when floatingwindow popdownsCaolán McNamara1-3/+4
2016-05-11Convert BORDERWINDOW_STYLE to scoped enumNoel Grandin1-4/+4
2016-05-11Convert BORDERWINDOW_TITLE to scoped enumNoel Grandin1-5/+5
2016-04-22Try to fix tdf#93967 by using VclPtr to keep the window aliveArnaud Versini1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara1-0/+2
2016-03-09Resolves: rhbz#1315385 use preferred size if widget supports itCaolán McNamara1-1/+1
2016-03-03refactor these two bizarro positioning things into reusable chunksCaolán McNamara1-21/+33
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-5/+0
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
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