aboutsummaryrefslogtreecommitdiff
path: root/gui/message.cpp
AgeCommit message (Expand)Author
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-10-10GUI: Message dialog width Arnaud Boutonné
2010-10-10GUI: Clean up my previous commit.Torbjörn Andersson
2010-10-10GUI: Ensure that the message dialog is wide enoughTorbjörn Andersson
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-11GUI: Remove GuiObject::getMillis()Max Horn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12cleanupMax Horn
2008-11-12GUI: Got rid of kBigButtonWidth etc.Max Horn
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-06-22Adding two missing #includes to fix compilation. *sigh* I am really bad at do...Max Horn
2007-06-22Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_Max Horn
2007-06-22Changed default buttons of MessageDialogs and mass add dialog to accept 'retu...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-03Cleanup.Torbjörn Andersson
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
2005-05-16Made the buttons scale themselves too.Torbjörn Andersson
2005-05-15Unified rules that determine when a dialog shall use its 'big' mode and when ...Max Horn
2005-05-08Fix doxygen warningMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-08-11Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ...Max Horn
2004-02-05removed obsolete #include'sMax Horn
2004-01-06updated copyright noticeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01renamed 'timer' to duration; minimal doxygen commentsMax Horn
2003-11-01modified MessageDialog to allow for custom button textsMax Horn
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2003-01-02Plop in some better disk switching code for CMI - I have no idea how well thi...James Brown
2002-12-21allow for a timed message dialog w/o buttons (still need to add support for m...Max Horn