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
/
EditTextWidget.cpp
Age
Commit message (
Expand
)
Author
2004-02-05
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-19
new font code (currently disabled by default), which allows using 'arbitrary'...
Max Horn
2003-11-18
cleanup; fixed return/enter in ListWidget when not in editing mode
Max Horn
2003-11-10
added namespace GUI
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-04
modified NewGui::drawString to shorten strings which don't fit using ellipsis...
Max Horn
2003-11-02
make coordinate calculation based on position of parent -> needed for nested ...
Max Horn
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-10-01
vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...
Jonathan Gray
2003-09-24
Whitespace changes
Torbjörn Andersson
2003-05-05
Patch #732725: EditTextWidget: handleMouseDown positions caret
Max Horn
2003-05-05
Patch #732707: EditTextWidget: long string support
Max Horn
2003-05-05
fixed cursor placement
Oliver Kiehl
2003-05-05
patch #732184
Oliver Kiehl
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup .... Last
Paweł Kołodziejski
2003-01-10
Added some basic line editing to the EditText widget
Oliver Kiehl
2002-11-22
improved keyboard input behaviour in SDL backend: make use of the unicode fea...
Max Horn
2002-11-22
changed the key input system in NewGUI: pass both the keycode and the ascii v...
Max Horn
2002-11-21
allow some more chars as input
Max Horn
2002-11-21
added missing right border
Max Horn
2002-11-21
Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...
Max Horn
2002-11-21
factored out ChooserDialog into it's own header/source file, and made the tit...
Max Horn