summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
AgeCommit message (Expand)Author
2019-10-01lok jsdialogs: Introduce dumping of widgets hierarchy to vcl::Window.Jan Holesovsky
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock
2019-08-08tdf#74702: removes GetOutDevType() from OutputDevice::ImplRefreshFontDataAdrien Ollier
2019-07-27tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()Chris Sherlock
2019-07-27drop empty GetParentLabeledBy and GetParentLabelFor membersCaolán McNamara
2019-07-27devirtualize these now nothing overrides themCaolán McNamara
2019-07-27tdf#74702: remove GetOutDevType() from ImplAnimViewChris Sherlock
2019-07-20Fix typosAndrea Gelmini
2019-07-01tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-06-14disable 'quit' menu entry when modal dialog waiting responseCaolán McNamara
2019-05-01weld ScPivotLayoutDialogCaolán McNamara
2019-03-24weld SvxSearchDialogCaolán McNamara
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai
2019-02-13Pointer is pointlessNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-05remove unused StateChangedType enum valueNoel Grandin
2018-11-26remove unused enum value TrackingEventFlags::DontCallHdlNoel Grandin
2018-11-26remove unused ShowFlags::NoParentUpdateNoel Grandin
2018-11-26remove unused StartTrackingFlags enum valuesNoel Grandin
2018-11-26remove unused DrawFlags enum valuesNoel Grandin
2018-11-09Resolves: tdf#121181 expand message boxes to show full titleCaolán McNamara
2018-11-08loplugin:constantparamNoel Grandin
2018-10-16drop LazyDeletorCaolán McNamara
2018-10-02tdf#120234 ignore all proxy windowsJan-Marek Glogowski
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski
2018-09-11loplugin:unusedmethodsNoel Grandin
2018-07-02loplugin:unusedfields improve checking for write-only fieldsNoel Grandin
2018-05-18Fix typosAndrea Gelmini
2018-05-18Avoid mixing up units in LogicRectangle methodTamás Zolnai
2018-04-27Related: tdf#117178 rollover is always done in visually released button modeCaolán McNamara
2018-04-18Related: tdf#117068 inform salframe that there's a modal dialog runningCaolán McNamara
2018-03-29loplugin:virtualdown in vclNoel Grandin
2018-02-27lok: All mouse,key events asyncPranav Kant
2018-02-19weld: hook up help responseCaolán McNamara
2018-02-16native dialog initial basisCaolán McNamara
2018-02-10lokdialog: Handle dialog items' invalidation in generalTamás Zolnai
2018-02-08sw lok: IME support + unit testPranav Kant
2018-02-02lokdialog: Color/font picker in dialogs don't show previewTamás Zolnai
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro
2018-01-18framework: disable layout manager in hidden framesMiklos Vajna
2018-01-17Fix typosAndrea Gelmini
2017-12-20lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2017-12-04lokdialog: Kill some code; use already existing method to paintPranav Kant
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky
2017-11-29lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky