Age | Commit message (Expand) | Author |
2008-11-07 | Formatting. | Johannes Schickel |
2008-01-30 | Add ListWidget version with immediate parameters. | Eugene Sandulenko |
2007-11-04 | - made Widget::_flags private | Johannes Schickel |
2007-07-17 | Implemented FR #1754616 - "GUI: Add option to delete games using the "Del" Key" | Filippos Karapetis |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn |
2006-06-24 | listwidget: handle clicking outside of the list more gracefully | Willem Jan Palenstijn |
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ... | Max Horn |
2006-05-27 | Override the list widget's FindWidget() function, to allow it to return the | Torbjörn Andersson |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-04-16 | - Implemented text padding in ListWidget and PopUpWidget. Right padding does ... | Eugene Sandulenko |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-28 | Applied my own patch #1416897, in an attempt to speed up list widget | Torbjörn Andersson |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-03 | Cleanup. | Torbjörn Andersson |
2005-05-16 | Fixed drawing of the caret. (It was drawn using the GUI font, rather than | 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-04-06 | Removed unnecessary semi-colons. | Torbjörn Andersson |
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-01 | Updated copyright | Max Horn |
2004-10-01 | Patch #896096 (Restoring last selected game selection) with some personal mod... | 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-06 | updated copyright notice | 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-03 | added NumberingMode enum type | Max Horn |
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards maki... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2002-12-25 | more -pedantic warnings fixed | 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 | factored out ChooserDialog into it's own header/source file, and made the tit... | 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-19 | reworked the way the save/load dialog works. yup, still not perfect, but we'r... | Max Horn |
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn |
2002-10-01 | fixed ListWidget drawin/behaviour if there are less items than fit on one pag... | Max Horn |
2002-09-30 | fixed key repeat in NewGui; made the launcher game list non-editable | Max Horn |
2002-09-26 | added simple message dialog | Max Horn |