Age | Commit message (Expand) | Author |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-15 | Try do display the virtual keyboard only when a string input widget has focus. | Marcus Comstedt |
2005-09-03 | Change PalmOS ident | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | Whitespace changes. | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-03 | Cleanup. | Torbjörn Andersson |
2005-05-20 | Added big editable text widget, and removed some cruft. I think this means | Torbjörn Andersson |
2005-05-16 | Use the same offset - string width for the item number - for every line in | Torbjörn Andersson |
2005-05-15 | Use big font in ListWidget if it is in kBigScrollBarWidth mode | Max Horn |
2005-05-15 | Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p... | Max Horn |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-04-17 | Allow usage of ScrollBarWidget with a non-standard width | Max Horn |
2005-04-09 | Init _editMode | Max Horn |
2005-03-27 | Patch #1171300: ListWidget + Chooser Patch | Max Horn |
2005-03-12 | Fix popup widget in scaled GUI mode | Max Horn |
2005-01-29 | Move more text editing code into class EditableWidget; ListWidget now has all... | Max Horn |
2005-01-29 | Started to merge the text editing code in ListWidget and EditTextWidget | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-10-06 | Fix bug reported by salty-horse. When list is so short so it fits | Eugene Sandulenko |
2004-10-01 | Patch #896096 (Restoring last selected game selection) with some personal mod... | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-07-21 | Allow user to select ListWidget entries by typing them (see FR #922921) | Max Horn |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-26 | Undo old tweak not necessary anymore | Nicolas Bacca |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-19 | new font code (currently disabled by default), which allows using 'arbitrary'... | Max Horn |
2003-11-18 | cleanup; fixed return/enter in ListWidget when not in editing mode | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-02 | make coordinate calculation based on position of parent -> needed for nested ... | Max Horn |
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards maki... | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-01 | vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl... | Jonathan Gray |
2003-04-30 | PalmOS changes: allow 8 bit GUI mode | Max Horn |
2003-03-09 | only treat double clicks as double clicks, but not triple/quadruple/etc. clicks) | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-11-23 | removed debug printf | Max Horn |
2002-11-22 | improved keyboard input behaviour in SDL backend: make use of the unicode fea... | 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 | allow some more chars as input | Max Horn |
2002-11-21 | Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ... | Max Horn |
2002-11-21 | factored out ChooserDialog into it's own header/source file, and made the tit... | Max Horn |
2002-11-15 | don't crash when the list is empty | 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-22 | Do not repeat keys for WinCE (problems with GAPI and virtual keyboard) | Nicolas Bacca |