summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-30lok: Always specify the invalidate rectangle explicitelyTamás Zolnai1-1/+4
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky1-2/+0
2018-05-22lok: charts context menu was misplaced + wrong LogicToLogic conversionMarco Cecchetti1-1/+13
2018-05-21lokdialog: For the tunneled top-level popups, provide the position in twips.Jan Holesovsky1-5/+15
2018-03-27lokdialog: For floating menus, ignore the screen size in the LOK case.Jan Holesovsky1-4/+10
2018-03-19lokdialog: Give non-programmatic name to autofilterPranav Kant1-0/+2
2018-03-19lokdialog: If we already have the title, emit it during creationPranav Kant1-5/+5
2018-03-19lokdialog: Open floating window on InitShow onlyPranav Kant1-3/+3
2018-03-19lokdialog: sc: Prevent assert when invoking autopopup filter dialogPranav Kant1-6/+14
2018-03-19lokdialog: Show/Hide floating window on StateChangedType::VisiblePranav Kant1-4/+6
2018-03-19lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky1-2/+2
2018-03-19lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-17/+22
2018-03-19lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-1/+1
2018-03-19lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+7
2018-03-19lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-1/+1
2018-01-27tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky1-1/+1
2017-11-13Resolves: tdf#113366 Contour editor does not openCaolán McNamara1-0/+5
2017-10-18presumably we don't need to recalculate on subsequenct 'show' nowCaolán McNamara1-5/+0
2017-10-17tdf#112845 get optimal size before showing popupsCaolán McNamara1-0/+1
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant1-0/+9
2017-10-02lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-5/+15
2017-07-25fix some "deffer" spellingNoel Grandin1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+2
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-5/+3
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-15/+15
2017-02-14Convert WindowType to scoped enumNoel Grandin1-2/+2
2017-02-12tdf#42029 Use a floating toolbar to show clipped itemsMaxim Monastirsky1-5/+9
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-5/+0
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
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