Age | Commit message (Expand) | Author |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-06-15 | GUI: Added tooltips to more widgets. | Eugene Sandulenko |
2010-05-21 | Implement FR #2858270: GUI: List scrollbar actions should focus on list | Eugene Sandulenko |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-11 | GUI: Remove GuiObject::getMillis() | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-01 | partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361 | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-31 | Minor additions: added full keypad support to GUI and SCI | Yotam Barnoy |
2009-10-11 | Hopefully avoiding an assert in the MSVC debug CRT library when entering an u... | Johannes Schickel |
2009-09-13 | Commit salty-horse's fix for bug #2854261 "GUI: Launcher list doesn't highlig... | Johannes Schickel |
2009-08-20 | Implement automatic clearing of "Untitled Savestate" in edit mode of the Save... | Johannes Schickel |
2009-08-20 | Partial implementation of feature request #2834637 "GUI: Allow greying out du... | Johannes Schickel |
2009-07-30 | Change code to use our fractional utilities. | Johannes Schickel |
2009-07-15 | For a smoother user experience, use different colors for inverted text of the... | Johannes Schickel |
2009-07-15 | Fix bug, which caused the ListWidget to draw a widget background around the s... | Johannes Schickel |
2009-07-15 | Fix "search" filter being settings lost in launcher, when using the "Edit Gam... | Johannes Schickel |
2009-07-12 | Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle upperc... | Johannes Schickel |
2009-07-02 | Enhanced the quicksearch box in the launcher to match words in the search str... | Max Horn |
2009-06-07 | Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches) | Max Horn |
2009-06-06 | Do not change list content if filter was not changed | Eugene Sandulenko |
2009-06-06 | Fix item selection on filtered out list in launcher | Eugene Sandulenko |
2009-06-06 | Improvements to laucher dialog | Eugene Sandulenko |
2009-06-06 | Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes" | Eugene Sandulenko |
2009-06-06 | Add to launcher not yet functional search widget. | Eugene Sandulenko |
2009-06-06 | Implement FR#2707442: "GUI: Improve Mass Add dialog" | Eugene Sandulenko |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-11 | Use lowercase form for quickselect in ListWidget. | Willem Jan Palenstijn |
2009-03-11 | Fixed bug #2619802 (Game name overwrites scroll bar). | Vicent Marti |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-12 | GUI: Turn scrollbar width into a theme variable | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-10 | Bugfix: Selection background too short when scrollbar not present. | Vicent Marti |
2008-08-10 | Bugfix: Several text-drawing issues. | Vicent Marti |
2008-08-10 | Reverted debug layout drawing. | Vicent Marti |
2008-08-09 | Finished support for theme loading. | Vicent Marti |
2008-08-08 | Browser dialog. | Vicent Marti |
2008-08-06 | Bugfix: Text selection background in list widget overlays scrollbar (finally). | Vicent Marti |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-01-30 | Add ListWidget version with immediate parameters. | Eugene Sandulenko |
2007-12-24 | Fix for bug #1670082 "GUI: Modern theme gfx glitch in launcher". | Johannes Schickel |
2007-11-04 | - made Widget::_flags private | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
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-06-22 | Use KEYCODE constants. | Torbjörn Andersson |