summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)Author
2020-05-25Fix typosAndrea Gelmini
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-22Revert "Move messagedialog header to shared include"Szymon Kłos
2020-05-21Move messagedialog header to shared includeSzymon Kłos
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-04-25tf#131549 No titlebar on modal dialogs on macOSNoel Grandin
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-03-18simplify ORefVector codeNoel Grandin
2020-03-10lok: dialog: check if exists a LOK Window NotifierHenry Castro
2020-02-28Close dialog on EndDialog to avoid respawning dead windowsSzymon Kłos
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2020-02-13factor out dialog hacksCaolán McNamara
2020-02-13use TopLevelWindowLocker for the lock other windows problemCaolán McNamara
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-11-07rename Dialog::ImplInit so no need for using directiveCaolán McNamara
2019-11-05ensure maEndDialogFn is unset after std::moveCaolán McNamara
2019-10-19strip Dialog ctor downCaolán McNamara
2019-10-19drop unused ModalDialog classCaolán McNamara
2019-10-19add menubar support to vclbuilderCaolán McNamara
2019-10-19loplugin:unusedmethodsNoel Grandin
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-10support screenshotting .ui files with GtkBuilderCaolán McNamara
2019-10-08implement gtk dialog screenshottingCaolán McNamara
2019-10-03loplugin:unusedfieldsNoel Grandin
2019-09-28Avoid lambda being destroyed while it is being called.Michael Meeks
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-20Resolves: tdf#127645 ignore floating windows like we do tooltipsCaolán McNamara
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-23an assistant might have no parentCaolán McNamara
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-08-20loplugin:constvars in vclNoel Grandin
2019-08-19uitest: change small parts of the grammar and dialog loggerAhmed ElShreif
2019-08-19uitest: Rewrite all the logger statements with the new grammar syntaxAhmed ElShreif
2019-08-09Resolves: tdf#126790 use TopLevelWindowLocker in welded help pathCaolán McNamara
2019-07-25vcl: LOK: emmit size_changed after window creationAshod Nakashian
2019-07-17No reason to have OSL_FAIL() with a fixed string inside #ifdef DBG_UTILTor Lillqvist
2019-06-30Revert "Rewrite all the logger statements with the new grammar syntax"Xisco Faulí
2019-06-29Rewrite all the logger statements with the new grammar syntaxAhmed ElShreif
2019-06-28Resolves: tdf#126134 EndDialog on disposed dialogCaolán McNamara
2019-06-21remove newly unused ModelessDialogCaolán McNamara
2019-06-14disable 'Quit' when toggling a dialog hierarchy to 'busy'Caolán McNamara
2019-06-14broadcast up/down of welded native modal dialogs like vcl onesCaolán McNamara
2019-06-14disable 'quit' menu entry when modal dialog waiting responseCaolán McNamara
2019-05-21Resolves: tdf#125394 consider unwelded dialogsCaolán McNamara
2019-05-17allow closing welded dialogs to be cancelledCaolán McNamara
2019-05-14Resolves: tdf#125266 hang on selecting read online helpCaolán McNamara
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10Related: tdf#125198 centralize notifyWindow:created to one placeCaolán McNamara
2019-05-10Resolves: tdf#125198 modeless dialog not appearing in onlineCaolán McNamara
2019-05-03libreofficekit: send show/hide messages for dialogsSzymon Kłos