aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.cpp
AgeCommit message (Expand)Author
2005-04-09Init _editModeMax Horn
2005-03-27Patch #1171300: ListWidget + Chooser PatchMax Horn
2005-03-12Fix popup widget in scaled GUI modeMax Horn
2005-01-29Move more text editing code into class EditableWidget; ListWidget now has all...Max Horn
2005-01-29Started to merge the text editing code in ListWidget and EditTextWidgetMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-10-06Fix bug reported by salty-horse. When list is so short so it fitsEugene Sandulenko
2004-10-01Patch #896096 (Restoring last selected game selection) with some personal mod...Max Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-07-21Allow user to select ListWidget entries by typing them (see FR #922921)Max Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-26Undo old tweak not necessary anymoreNicolas Bacca
2004-01-06updated copyright noticeMax Horn
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-18cleanup; fixed return/enter in ListWidget when not in editing modeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-02make coordinate calculation based on position of parent -> needed for nested ...Max Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...Jonathan Gray
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
2003-03-09only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2002-11-23removed debug printfMax Horn
2002-11-22improved keyboard input behaviour in SDL backend: make use of the unicode fea...Max Horn
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-21allow some more chars as inputMax Horn
2002-11-21Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...Max Horn
2002-11-21factored out ChooserDialog into it's own header/source file, and made the tit...Max Horn
2002-11-15don't crash when the list is emptyMax 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-22Do not repeat keys for WinCE (problems with GAPI and virtual keyboard)Nicolas Bacca
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-09fixed a crasher when re-opening the save/load dialogMax Horn
2002-09-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-24fixed warningsMax Horn
2002-08-04DIG: preliminarily support for music in the gamePaweł Kołodziejski
2002-07-27changing the selection aborts editing, too!Max 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