summaryrefslogtreecommitdiff
path: root/vcl/source/window/msgbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-08unused msgbox.cxxCaolán McNamara1-82/+0
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara1-1/+1
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-0/+82
2019-10-03merge msgbox and stdtextCaolán McNamara1-83/+0
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-10/+0
2019-04-19drop some unneeded includesCaolán McNamara1-1/+0
2018-12-07utility constructor for Image "private:graphicrepository" urlsNoel Grandin1-4/+4
2018-11-27Preserve stock images until render time.Michael Meeks1-5/+6
2018-02-27cast MessBox into exileCaolán McNamara1-257/+0
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-17/+0
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-4/+4
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara1-69/+0
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-63/+5
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky1-0/+1
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-22/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-22/+22
2018-01-06tdf#114818 hold the mutex before executing the error dialogXisco Fauli1-0/+2
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-3/+3
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara1-3/+3
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-4/+4
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-11/+5
2017-08-23convert message box style bits to scoped enumNoel Grandin1-29/+52
2017-07-21migrate to boost::gettextCaolán McNamara1-27/+7
2017-06-27tdf#108809 Message boxes: Add more descriptive window titleSamuel Mehrbrodt1-6/+42
2017-06-27gpg4libre: Show error message when signing failsSamuel Mehrbrodt1-0/+10
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-25remove bitmaps from .src filesCaolán McNamara1-8/+5
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-04split SV_RESID_BITMAP_MSGBOX upCaolán McNamara1-10/+10
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-2/+2
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin1-1/+6
2016-06-12VCL: Simplify MessBox and its children initialisation.Arnaud Versini1-46/+17
2016-02-22loplugin:write only fieldsNoel Grandin1-1/+1
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-22/+22
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-17/+6
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-0/+12
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-12/+12
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-3/+3
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-14/+14
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1