index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
console.h
Age
Commit message (
Expand
)
Author
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
2002-12-15
added a history (based on code by olki)
Max Horn
2002-12-15
added input callback hook to console
Max Horn
2002-12-14
fixed ctrl-w and added ctrl-d and <delete>
Oliver Kiehl
2002-12-14
scroll to caret if user types
Max Horn
2002-12-14
improved caret
Max Horn
2002-12-14
improved caret
Max Horn
2002-12-14
improved line editing; reworked various internal details
Max Horn
2002-12-14
added a scrollbar to console
Max Horn
2002-12-14
added a simple prompt; added an edit caret; some other cleanup
Max Horn
2002-12-14
some more console code
Max Horn
2002-12-14
moved the console code to gui/console.cpp; make it actually printout somethin...
Max Horn