summaryrefslogtreecommitdiff
path: root/vcl/source/window/msgbox.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky1-1/+1
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara1-28/+0
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara1-6/+0
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara1-6/+0
2014-08-20Infoboxen are no longer loaded from resource filesCaolán McNamara1-6/+0
2014-08-20ErrorBoxen are no longer loaded from resource filesCaolán McNamara1-6/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-64/+0
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/msgbox.cxxChristian M. Heller1-4/+3
2014-02-26Remove visual noise from vclAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-25/+25
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-5/+10
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr1-0/+8
2013-11-05Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setNiklas Johansson1-1/+1
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-4/+4
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin1-2/+2
2013-07-31convert vcl/msgbox.hxx from XubString to OUStringNoel Grandin1-2/+2
2013-07-30XubString->OUString for msgboxCaolán McNamara1-12/+7
2013-05-01convert message box return types to an enumCaolán McNamara1-15/+15
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-02-14Avoid ambiguities after string clean-up of InfoBox usersStephan Bergmann1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-8/+3
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev1-0/+1
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara1-1/+1
2012-08-11message boxes always showed one line of textIvan Timofeev1-5/+4
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-20/+21
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-8/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-29some pesky XubStringsCaolán McNamara1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+2
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist1-14/+0
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist1-1/+1
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi1-0/+14
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann1-8/+0