summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-12Fix typosAndrea Gelmini1-1/+1
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-1/+1
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-1/+1
2018-04-18Related: tdf#117068 inform salframe that there's a modal dialog runningCaolán McNamara1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-04-01Fix typoAndrea Gelmini1-1/+1
2018-03-30Avoid crash-reporter crash.Michael Meeks1-5/+10
2018-03-23use boost::optional in vclNoel Grandin1-12/+3
2018-03-02drop old tools/gen methods in vclNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27lok: mouse pointer events on document windows onlyPranav Kant1-0/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-4/+4
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-36/+36
2018-02-21Bin useless codePranav Kant1-2/+0
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-02-19weld: hook up help responseCaolán McNamara1-1/+6
2018-02-19lok IME: underline characters which are being composedPranav Kant1-1/+1
2018-02-16tdf#115315 Cursor not in focus with new documentTelesto1-1/+1
2018-02-14lok IME: support dialogs as wellPranav Kant1-1/+7
2018-02-13use a11y description if offline help doesn't have an entryCaolán McNamara1-0/+3
2018-02-08Different approach for tdf#115227Maxim Monastirsky1-1/+1
2018-02-08sw lok: IME support + unit testPranav Kant1-1/+19
2018-01-31Modernize a bit vcl (part5)Julien Nabet1-8/+6
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro1-9/+10
2018-01-17loplugin:useuniqueptr in WindowImplNoel Grandin1-2/+2
2018-01-17loplugin:useuniqueptr in ImplWinDataNoel Grandin1-11/+9
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky1-0/+5
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-10tdf#113874 Guard against invalid statesSamuel Mehrbrodt1-1/+2
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski1-1/+1
2017-12-20lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant1-68/+0
2017-12-14Fix memleakPranav Kant1-0/+1
2017-12-14lokdialog: Unblock custom window mouse key eventsPranav Kant1-12/+32
2017-12-12tdf#114408 set correct tooltip rectangleCaolán McNamara1-2/+2
2017-12-12tdf#114407 let tooltip children of non-nwf widgets be nwf themedCaolán McNamara1-1/+2
2017-12-09Use ImplIsFloatingWindow instead of dynamic_castPranav Kant1-3/+3
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant1-11/+0
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky1-11/+6
2017-12-05lokdialog: Make the badstatic loplugin happy.Jan Holesovsky1-10/+27
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant1-24/+12
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-35/+12
2017-12-04lokdialog: Kill some code; use already existing method to paintPranav Kant1-9/+0
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky1-3/+28
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-0/+118
2017-11-29lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky1-1/+10
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-0/+20
2017-11-29loplugin:unusedmethodsNoel Grandin1-16/+0
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1