aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
AgeCommit message (Expand)Author
2003-03-06updated copyrights headersPaweł Kołodziejski
2002-12-25more -pedantic warnings fixedMax Horn
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-21factored out ChooserDialog into it's own header/source file, and made the tit...Max Horn
2002-11-14Browser already can display files and navigate down; TOOD: go up, chooseMax Horn
2002-10-23use a 'real' caret instead of appending an understcore while editingMax Horn
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-01fixed ListWidget drawin/behaviour if there are less items than fit on one pag...Max Horn
2002-09-30fixed key repeat in NewGui; made the launcher game list non-editableMax Horn
2002-09-26added simple message dialogMax Horn
2002-09-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-18painelf's key repeat patchMax Horn
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with m...Max Horn
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
2002-07-13some cleanupMax Horn
2002-07-13Let ListWidget have an 'active' itemJames Brown
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...Max Horn
2002-07-11seems there is a conflict with our operator new and certain versions of the S...Max Horn
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ...Max Horn