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
/
editable.cpp
Age
Commit message (
Expand
)
Author
2009-01-02
Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...
Johannes Schickel
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
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-30
Changed GUI system to use Common::KeyState state
Max Horn
2007-06-22
Use KEYCODE constants.
Torbjörn Andersson
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-10-04
Fix for bug #1570189 (GUI: crash when pressing "delete" at the end of the name)
Max Horn
2006-08-04
Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...
Max Horn
2006-06-21
Fixed warning.
Torbjörn Andersson
2006-06-20
Applied patches from bug report #1276480, "GUI: Accented characters". This
Torbjörn Andersson
2006-06-03
*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...
Max Horn
2006-05-31
Cleanup. We no longer need these widget size parameters.
Torbjörn Andersson
2006-05-27
make EditableWidget's caret visible when it moves
Willem Jan Palenstijn
2006-05-27
Oops. More advanced warning recovered a mechanic mistake. Fixing.
Eugene Sandulenko
2006-05-27
Major GUI update:
Eugene Sandulenko
2006-03-08
o Converted most (all?) widgets to new scheme.
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-02-24
Fixed redraw glitch. Our editable widgets were asking the theme to draw a very
Torbjörn Andersson
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-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
Whitespace changes.
Torbjörn Andersson
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-17
Fixed caret regression in editable text fields.
Torbjörn Andersson
2005-05-16
Fixed drawing of the caret. (It was drawn using the GUI font, rather than
Torbjörn Andersson
2005-01-29
Move more text editing code into class EditableWidget; ListWidget now has all...
Max Horn
2005-01-29
Started to merge the text editing code in ListWidget and EditTextWidget
Max Horn