summaryrefslogtreecommitdiff
path: root/vcl/source/window/msgbox.cxx
AgeCommit message (Expand)Author
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-04split SV_RESID_BITMAP_MSGBOX upCaolán McNamara
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-06-12VCL: Simplify MessBox and its children initialisation.Arnaud Versini
2016-02-22loplugin:write only fieldsNoel Grandin
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara
2014-08-20Infoboxen are no longer loaded from resource filesCaolán McNamara
2014-08-20ErrorBoxen are no longer loaded from resource filesCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/msgbox.cxxChristian M. Heller
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr
2013-11-05Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setNiklas Johansson
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin
2013-07-31convert vcl/msgbox.hxx from XubString to OUStringNoel Grandin
2013-07-30XubString->OUString for msgboxCaolán McNamara
2013-05-01convert message box return types to an enumCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-14Avoid ambiguities after string clean-up of InfoBox usersStephan Bergmann
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara
2012-08-11message boxes always showed one line of textIvan Timofeev