Age | Commit message (Expand) | Author |
2011-06-16 | BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ... | Littleboy |
2011-06-16 | BACKENDS: Add support for count status to TaskbarManager | Littleboy |
2011-06-16 | BACKENDS: Add progress to MassAdd dialog | Littleboy |
2011-06-02 | GUI: Replace some s(n)printf uses by Common::String::format | Max Horn |
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn |
2011-05-21 | DS: Port of changes from branch-1-2-0 that I should really have moved into th... | agent-q |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-02 | GUI: Inform use about ignored games when mass adding | Max Horn |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn |
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn |
2010-06-15 | Fix g++ warning "format not a string literal and no format arguments". | Johannes Schickel |
2010-06-15 | GUI: Implement tooltips. FR #2821513. | Eugene Sandulenko |
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko |
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2009-12-15 | GUI: Fix some GUI hacks, add some comments, etc. | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-15 | Fix crash when 'mass add' doesn't find any games | Willem Jan Palenstijn |
2009-06-06 | Implement FR#2707442: "GUI: Improve Mass Add dialog" | Eugene Sandulenko |
2009-02-17 | When adding games from a directory the user had no permissions to, instead of... | Oystein Eftevaag |
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-10-14 | Added "Mass Add" dialog. | Vicent Marti |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-07-29 | Mass detector: sort all newly detected games by target name before adding the... | Max Horn |
2008-06-11 | Modified mass detector to not re-add already configured games (that is, if th... | Max Horn |
2008-05-13 | Moved the engine plugin code to engines/metaengine.h; added/clarified/correct... | Max Horn |
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat |
2008-03-29 | Let mass detector add all hits, instead of only the first one | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-22 | Adding two missing #includes to fix compilation. *sigh* I am really bad at do... | Max Horn |
2007-06-22 | Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_ | Max Horn |
2007-06-22 | Changed default buttons of MessageDialogs and mass add dialog to accept 'retu... | Max Horn |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-10 | Move mass add dialog settings to theme config. Bump theme ini version. | Eugene Sandulenko |
2007-02-18 | Fixed warning | Max Horn |
2007-02-18 | Improved 'Mass Detector': Now displays a dialog which displays the scan progr... | Max Horn |