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
/
ListWidget.cpp
Age
Commit message (
Expand
)
Author
2003-04-30
PalmOS changes: allow 8 bit GUI mode
Max Horn
2003-03-09
only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup .... Last
Paweł Kołodziejski
2002-11-23
removed debug printf
Max Horn
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
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
2002-11-15
don't crash when the list is empty
Max Horn
2002-11-14
Browser already can display files and navigate down; TOOD: go up, choose
Max Horn
2002-10-23
use a 'real' caret instead of appending an understcore while editing
Max Horn
2002-10-22
Do not repeat keys for WinCE (problems with GAPI and virtual keyboard)
Nicolas Bacca
2002-10-19
reworked the way the save/load dialog works. yup, still not perfect, but we'r...
Max Horn
2002-10-16
patch #620627: mouse wheel support for NewGui
Max Horn
2002-10-01
fixed ListWidget drawin/behaviour if there are less items than fit on one pag...
Max Horn
2002-09-30
fixed key repeat in NewGui; made the launcher game list non-editable
Max Horn
2002-09-09
fixed a crasher when re-opening the save/load dialog
Max Horn
2002-09-08
changed the way listbox draw selected items; list box now has a frame & diffe...
Max Horn
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-08-24
fixed warnings
Max Horn
2002-08-04
DIG: preliminarily support for music in the game
Paweł Kołodziejski
2002-07-27
changing the selection aborts editing, too!
Max Horn
2002-07-27
heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...
Max Horn
2002-07-18
put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...
Max Horn
2002-07-18
painelf's key repeat patch
Max Horn
2002-07-16
Patch #582286 - fix for double key events in newgui
Max Horn
2002-07-16
Update todo
James Brown
2002-07-16
patch by painelf that enables editing in the ListWidget (alas as usual with m...
Max Horn
2002-07-13
added latest of painelf's patches which makes NewGui handle system events dir...
Max Horn
2002-07-13
took painelf's change, modified it a lot, and now here's the result :-)
Max Horn
2002-07-13
some cleanup
Max Horn
2002-07-13
Let ListWidget have an 'active' item
James Brown
2002-07-12
implemented scrollbar 'dragging' (based largely on painelf's patch)
Max Horn
2002-07-12
Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...
Max Horn
2002-07-10
added prototype ListWidget (doesn't do anything yet, only serves to demo how ...
Max Horn