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