summaryrefslogtreecommitdiffstats
path: root/include/vcl/dialog.hxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#120977 intended default button overriddenCaolán McNamara2018-12-041-0/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-2/+0
* reweld SwWordCountFloatDlgCaolán McNamara2018-11-041-3/+4
* Revert "weld SwWordCountFloatDlg"Stephan Bergmann2018-11-021-4/+3
* weld SwWordCountFloatDlgCaolán McNamara2018-11-011-3/+4
* replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara2018-11-011-3/+0
* replace StartExecuteModal with StartExecuteAsyncCaolán McNamara2018-10-311-2/+0
* Resolves: tdf#120277 special character dialog not appearing in OnlineCaolán McNamara2018-10-031-0/+2
* loplugin:constfields in vclNoel Grandin2018-09-141-2/+2
* the 0 default for EndDialog means RET_CANCELCaolán McNamara2018-08-301-1/+1
* Resolves: tdf#118572 ensure basic error dialog blocks any other dialogCaolán McNamara2018-08-241-0/+3
* use BitmapEx in the screenshot stuffNoel Grandin2018-05-301-1/+1
* drop ModalDialog non .ui ctorCaolán McNamara2018-04-131-1/+0
* make ensureRepaint privateCaolán McNamara2018-04-021-5/+5
* add get_widget_for_response supportCaolán McNamara2018-03-211-0/+1
* lokdialog: run async for weld dialogsPranav Kant2018-03-091-1/+1
* cast MessBox into exileCaolán McNamara2018-02-271-1/+1
* sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky2018-02-261-1/+3
* convert remaining InfoBox to weld::MessageDialogCaolán McNamara2018-02-251-1/+7
* lokdialog: Allow Execute()ing first, silently cancels othersPranav Kant2018-02-231-0/+3
* uitest: fix small race condition when launching modeless dialogsMarkus Mohrhard2018-02-181-0/+2
* StartExecuteAsync doesn't need a second paramNoel Grandin2018-01-221-3/+2
* lok dialog: enable MessageDialog tunnelingHenry Castro2018-01-181-0/+1
* vcl: No need for a double-linked list of dialogs in Execute().Jan Holesovsky2018-01-151-3/+1
* lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2018-01-151-0/+17
* lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2017-12-041-2/+0
* lokdialog: Kill some code; use already existing method to paintPranav Kant2017-12-041-3/+0
* lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky2017-11-291-1/+0
* lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2017-11-291-12/+1
* lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky2017-11-291-8/+0
* lokdialog: Make vcl::DialogID an integerPranav Kant2017-11-291-2/+4
* lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2017-11-291-5/+5
* lokdialog: Expose cursor visible statusPranav Kant2017-11-151-1/+1
* lokdialog: Callback for dialog cursor invalidationPranav Kant2017-11-151-0/+1
* lokdialog: Invalidate-all when size is changedPranav Kant2017-11-091-0/+1
* Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara2017-11-031-6/+2
* loplugin:constmethod in vcl and stocNoel Grandin2017-10-301-1/+1
* lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant2017-10-281-2/+3
* allow adding a menu to a modal dialogMarkus Mohrhard2017-10-121-2/+4
* Related: tdf#112063 validation dialog legitimally changes modalityCaolán McNamara2017-10-051-0/+1
* lokdialog: Mouse events for dialog floating child windowsPranav Kant2017-10-021-0/+3
* lokdialog: Support for rendering floating window dialog widgetsPranav Kant2017-10-021-0/+3
* lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant2017-10-021-2/+7
* lokdialog: Handle key events in corePranav Kant2017-10-021-0/+3
* lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant2017-10-021-1/+1
* lokdialog: Set up intial posting mouse events to dialogsPranav Kant2017-10-021-1/+4
* lokdialog: Dialog invalidation supportPranav Kant2017-10-021-3/+4
* lokdialog: Better dialog rendering APIPranav Kant2017-10-021-0/+3
* weird SetModalInputMode variant only called by itselfCaolán McNamara2017-09-011-1/+0
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-251-1/+15