Age | Commit message (Expand) | Author |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-14 | GUI: Use Common::String for console history, to ensure buffer safety. | Joel Teichroeb |
2011-06-03 | GUI: Fix some comments | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-16 | GUI: Push down some header (inter)dependencies | Max Horn |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn |
2010-11-01 | GUI: Rename ConsolDialog methods (v)printf, putchar | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-05-11 | Turned fixed-size lists of debugger/console commands and variables into more ... | Max Horn |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-09 | Removing some unnecessary #includes | Max Horn |
2006-09-16 | Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comme... | Max Horn |
2006-09-16 | Overhaul of the debugger code | Max Horn |
2006-09-16 | Renamed kLineWidth to kCharsPerLine, and moved some enum constants into class... | Max Horn |
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-05-26 | Properly process screen change event in console | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
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-10-08 | Use font manager | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-13 | Cache the blended background in a surface, so that the blending only needs | Torbjörn Andersson |
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson |
2005-04-17 | Use variable width scrollbar in the console dialog | Max Horn |
2005-04-17 | Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scaling | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-12 | clean up slide code | Max Horn |
2004-11-27 | Add slide animation effect to the console | Max Horn |
2004-05-23 | Applied patch #956989 ("Varous console fixes"). Fingolfin said it looked | Torbjörn Andersson |
2004-05-05 | Cleaned up console code a bit - wrap around logic needs work | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-28 | cleanup | Max Horn |
2003-11-19 | new font code (currently disabled by default), which allows using 'arbitrary'... | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-10-26 | cleanup | Max Horn |
2003-09-20 | make console height/width based on a float percentage of the overlay size -> ... | Max Horn |
2003-05-03 | Patch #731613: debugger tab-completion (thanks, Willem!) | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown |
2002-12-25 | more -pedantic warnings fixed | Max Horn |