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.h
Age
Commit message (
Expand
)
Author
2003-11-03
added NumberingMode enum type
Max Horn
2003-11-02
introduced common base class GuiObject for Dialog/Widget -> step towards maki...
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2002-12-25
more -pedantic warnings fixed
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
factored out ChooserDialog into it's own header/source file, and made the tit...
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-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-26
added simple message dialog
Max Horn
2002-09-08
changed the way listbox draw selected items; list box now has a frame & diffe...
Max Horn
2002-08-25
fixed some endian issues in the new SMUSH decoder; cleanup
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 by painelf that enables editing in the ListWidget (alas as usual with m...
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
Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...
Max Horn
2002-07-11
seems there is a conflict with our operator new and certain versions of the S...
Max Horn
2002-07-10
added prototype ListWidget (doesn't do anything yet, only serves to demo how ...
Max Horn
[prev]