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
/
newgui.cpp
Age
Commit message (
Expand
)
Author
2002-07-19
added khalek's about dialog (but changed the text items to be centered)
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-16
Patch #582286 - fix for double key events in newgui
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-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
2002-07-10
improved the alpha blending code, now works properly for nesting/redraw (chan...
Max Horn
2002-07-09
Add a comment :P
James Brown
2002-07-09
Add in alpha-blending code. Why? Because I can! :)
James Brown
2002-07-08
replaced clearArea with the more general fillArea; added get/setValue methods...
Max Horn
2002-07-08
Add slider widget
James Brown
2002-07-08
added some typecasts that might help QNX; updated NewGui TODO list
Max Horn
2002-07-08
implemented hotkey support in new GUI code
Max Horn
2002-07-08
delay creation of dialogs till they are used; fixed new pause dialog & use it...
Max Horn
2002-07-07
added CheckboxWidget; added NewGui::drawBitmap
Max Horn
2002-07-07
added options dialog; added NewGui TODO list;
Max Horn
2002-07-07
added dialog nesting code (for now using std::stack, I will provide my own st...
Max Horn
2002-07-07
applied indent to a couple of source files; added .indent.pro file with defau...
Max Horn
2002-07-06
added mouse over effect
Max Horn
2002-07-05
new experimental GUI code
Max Horn