aboutsummaryrefslogtreecommitdiff
path: root/gui/console.h
AgeCommit message (Expand)Author
2019-05-05GUI: Use a truetype font for the debug consoleBastien Bouclet
2018-05-07GUI: Add copy and paste support to the graphical consoleBastien Bouclet
2018-05-02JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-03-28GUI: Added override specifiersEugene Sandulenko
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-14GUI: Use Common::String for console history, to ensure buffer safety.Joel Teichroeb
2011-06-03GUI: Fix some commentsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-16GUI: Push down some header (inter)dependenciesMax Horn
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-01GUI: Rename ConsolDialog methods (v)printf, putcharMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-05-11Turned fixed-size lists of debugger/console commands and variables into more ...Max Horn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
2006-09-16Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comme...Max Horn
2006-09-16Overhaul of the debugger codeMax Horn
2006-09-16Renamed kLineWidth to kCharsPerLine, and moved some enum constants into class...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-26Properly process screen change event in consoleEugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-08Use font managerChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-13Cache the blended background in a surface, so that the blending only needsTorbjörn Andersson
2005-06-02The GUI has reached the point where I think it's safe to begin removing theTorbjörn Andersson
2005-04-17Use variable width scrollbar in the console dialogMax Horn
2005-04-17Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scalingMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-12clean up slide codeMax Horn
2004-11-27Add slide animation effect to the consoleMax Horn
2004-05-23Applied patch #956989 ("Varous console fixes"). Fingolfin said it lookedTorbjörn Andersson
2004-05-05Cleaned up console code a bit - wrap around logic needs workMax Horn
2004-01-06updated copyright noticeMax Horn
2003-11-28cleanupMax Horn
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-26cleanupMax Horn
2003-09-20make console height/width based on a float percentage of the overlay size -> ...Max Horn