summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)Author
2020-05-13Move messagedialog header to shared includeSzymon Kłos
2019-12-11vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-12-11lok: dialog: check if exists a LOK Window NotifierHenry Castro
2019-11-10Resolves: tdf#125198 modeless dialog not appearing in onlineCaolán McNamara
2019-09-28Avoid lambda being destroyed while it is being called.Michael Meeks
2019-09-20Further tweaks that affect the "tunnelled" dialogs in the iOS appTor Lillqvist
2019-09-18libreofficekit: send show/hide messages for dialogsSzymon Kłos
2019-09-03vcl: LOK: emit size_changed after window creationAshod Nakashian
2019-09-03vcl: LOK: notify of dialog creation before size changeAshod Nakashian
2019-07-06Resolves: tdf#126134 EndDialog on disposed dialogCaolán McNamara
2019-05-16Resolves: tdf#125266 hang on selecting read online helpCaolán McNamara
2019-05-02Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2019-04-02tdf#123406 KDE5: Update delayed frame destructionAleksei Nikiforov
2019-03-01ignore disposed toplevelsCaolán McNamara
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara
2018-12-04Resolves: tdf#120977 intended default button overriddenCaolán McNamara
2018-11-14Resolves: tdf#121229 ignore internal children of VclScrolledWindowCaolán McNamara
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-11-05Bin obsolete comment and the related commented-out line of codeTor Lillqvist
2018-11-05We do need Dialog::Execute() for iOSTor Lillqvist
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann
2018-11-01weld SwWordCountFloatDlgCaolán McNamara
2018-11-01replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara
2018-10-31replace StartExecuteModal with StartExecuteAsyncCaolán McNamara
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-03Resolves: tdf#120277 special character dialog not appearing in OnlineCaolán McNamara
2018-09-29Handle initial TabControl and border windowJan-Marek Glogowski
2018-09-28Constify vcl::Window child lookupJan-Marek Glogowski
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-24Resolves: tdf#118572 ensure basic error dialog blocks any other dialogCaolán McNamara
2018-06-03uitest logger: support for buttons, dialog, command and key loggingSaurav Chirania
2018-05-30use BitmapEx in the screenshot stuffNoel Grandin
2018-04-18Related: tdf#117068 inform salframe that there's a modal dialog runningCaolán McNamara
2018-04-13drop ModalDialog non .ui ctorCaolán McNamara
2018-03-21add get_widget_for_response supportCaolán McNamara
2018-03-21loplugin:unreffunStephan Bergmann
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-20weld SwSendWarningBoxCaolán McNamara
2018-03-19cid#1430098: mbInSyncExecute is uninitializedPranav Kant
2018-03-09lokdialog: run async for weld dialogsPranav Kant
2018-02-27cast MessBox into exileCaolán McNamara
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-23lokdialog: Allow Execute()ing first, silently cancels othersPranav Kant
2018-02-22weld native message dialogsCaolán McNamara
2018-02-18uitest: fix small race condition when launching modeless dialogsMarkus Mohrhard
2018-01-29tdf#32935 tdf#49134 tdf#114466 Activate newly opened modal dialogsMike Kaganski
2018-01-25lokdialog: Fix incorrect dialog sizes sent to clientPranav Kant
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro