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
Age
Commit message (
Expand
)
Author
2002-08-21
refixed #include
Max Horn
2002-08-21
oops, accidentally checked in a hacked up version of this :-)
Max Horn
2002-08-21
fixed the 'intelligent' GCC build rules; added .cvsignore files
Max Horn
2002-08-21
Initial revision
Max Horn
2002-08-14
moved to Sound class
Paweł Kołodziejski
2002-08-04
DIG: preliminarily support for music in the game
Paweł Kołodziejski
2002-08-04
Fixed (worked around?) the nested dialog redraw bug; slightly changed the way...
Max Horn
2002-08-04
NewGUI fixes: save game numbering starts at 0; allow to load autosave
Max Horn
2002-07-28
added TODO
Max Horn
2002-07-28
added constants for the default volumes; changed the volume ranges from 0-255...
Max Horn
2002-07-28
no reason to limit value to 8 bit!
Max Horn
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-27
added isEmpty() methods to String and List class; fixed crasher that occured ...
Max Horn
2002-07-27
removed test widgets from save/load dialog
Max Horn
2002-07-27
added support for right aligned text; made use of that in the sound dialog; l...
Max Horn
2002-07-27
improved the sound dialog; but my goal is to get rid of it, and merge the sou...
Max Horn
2002-07-26
fixed slider
Max Horn
2002-07-26
make sure the mouse over widget and the focused widget are informed when the ...
Max Horn
2002-07-26
fixed crash on some systems by setting defaults for the slider value range
Max Horn
2002-07-26
added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo...
Max Horn
2002-07-19
added khalek's about dialog (but changed the text items to be centered)
Max Horn
2002-07-19
disable transparency for the pause dialog for now
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-17
moved gui/utils.* to main level; removed some unused stuff from our file acce...
Max Horn
2002-07-17
added copy constructo and assignment operator for List<T> template
Max Horn
2002-07-16
fixed spllng
Max Horn
2002-07-16
Patch #582286 - fix for double key events in newgui
Max Horn
2002-07-16
limit slider drag range
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-15
replaced EventList and StringList by a universtal List<T> template; remade Ev...
Max Horn
2002-07-15
allow static text/button widgets in NewGUI to be drawn centred
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
oops
Max Horn
2002-07-13
some cleanup
Max Horn
2002-07-13
added clear() methods to String and StringList; StringList destructor now doe...
Max Horn
2002-07-13
Let ListWidget have an 'active' item
James Brown
2002-07-12
updated TODO list
Max Horn
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-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
2002-07-10
improved the alpha blending code, now works properly for nesting/redraw (chan...
Max Horn
2002-07-08
replaced clearArea with the more general fillArea; added get/setValue methods...
Max Horn
2002-07-08
Fix small indentation
James Brown
2002-07-08
Fix mouseout
James Brown
2002-07-08
Add slider widget
James Brown
[next]