summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-04loplugin:flatten in vcl/windowNoel Grandin1-16/+16
2020-06-17we already have a NoHorzPlacement flag so use thatCaolán McNamara1-4/+22
2020-05-12tdf#132435 only place menu vertically if up/down requestedCaolán McNamara1-9/+8
2020-04-07lok: Use a different window type for tooltips.Tamás Zolnai1-1/+6
2019-12-23sfx2: tolerate missing LOKNotifier on FloatingWindow hideAshod Nakashian1-3/+5
2019-12-23vcl: don't use null window in FloatingWindow HitTestAshod Nakashian1-0/+2
2019-12-18lok: vcl: fix multiple floatwin removal case more robustly.Michael Meeks1-3/+12
2019-12-18Fix typoAndrea Gelmini1-1/+1
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-12/+12
2019-12-11lok: evaluate assertion if LOK Windows container is emptyHenry Castro1-0/+2
2019-12-10lok: show tooltips on dialogsTamás Zolnai1-1/+5
2019-11-07rename FloatingWindow::ImplInit so no need for using directiveCaolán McNamara1-6/+6
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-03-21tdf#121671 Floating toolbars remain their position after reopenIlhan Yesil1-1/+13
2018-12-04remove enum HitTestNoel Grandin1-4/+4
2018-11-27remove unused BorderWindowStyle enum valueNoel Grandin1-1/+1
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-1/+0
2018-08-31tdf#119390 Don't focus the toolbar when closing a floating windowMaxim Monastirsky1-17/+11
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11tdf#117175 wayland: Make popup windows not show off-screenMaxim Monastirsky1-0/+1
2018-05-22lok: charts context menu was misplaced + wrong LogicToLogic conversionMarco Cecchetti1-1/+13
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky1-2/+0
2018-05-21loplugin:staticaccessTor Lillqvist1-1/+1
2018-05-21lokdialog: For the tunneled top-level popups, provide the position in twips.Jan Holesovsky1-5/+15
2018-05-18Avoid mixing up units in LogicRectangle methodTamás Zolnai1-1/+1
2018-05-17lok: Always specify the invalidate rectangle explicitelyTamás Zolnai1-1/+4
2018-04-23loplugin:useuniqueptr in FloatingWindowNoel Grandin1-3/+2
2018-03-14Fix typoAndrea Gelmini1-1/+1
2018-03-13lokdialog: For floating menus, ignore the screen size in the LOK case.Jan Holesovsky1-4/+10
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-27/+27
2018-01-18tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky1-1/+1
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant1-0/+2
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant1-5/+5
2017-12-09lokdialog: Open floating window on InitShow onlyPranav Kant1-3/+3
2017-12-07lokdialog: sc: Prevent assert when invoking autopopup filter dialogPranav Kant1-6/+14
2017-12-06lokdialog: Show/Hide floating window on StateChangedType::VisiblePranav Kant1-4/+6
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky1-2/+2
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-17/+22
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-1/+1
2017-11-29lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+7
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-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