Age | Commit message (Expand) | Author |
2009-07-30 | Fix Browser dialog name. | Johannes Schickel |
2009-02-06 | Reverted previous commit. | Vicent Marti |
2009-02-06 | Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ... | Vicent Marti |
2009-01-24 | Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode". | Johannes Schickel |
2009-01-10 | open browser dialog before manipulating it (fixes assert when pressing 'add g... | Willem Jan Palenstijn |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-13 | Fixed compilation bugs in non-OSX platforms. | Vicent Marti |
2008-08-08 | Browser dialog. | Vicent Marti |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-26 | Merged the fs branch with trunk. r26472:26948 | David Corrales |
2007-05-23 | Commit of patch #1715313 ("CORE: STL like algorithm implementation"). | Johannes Schickel |
2007-01-06 | ShowCursor() and HideCursor() are deprecated in Mac OS X, replacing the calls. | Oystein Eftevaag |
2006-07-10 | Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive | Travis Howell |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-05-13 | If there is no "browser_lastpath" setting, create a FilesystemNode to "." | Torbjörn Andersson |
2006-05-04 | Checking if the node isValid() is no longer an option, but isDirectory() should | Torbjörn Andersson |
2006-05-03 | Fix listDir call in BrowserDialog | Max Horn |
2006-05-03 | I don't know if this is correct, but at least browser.cpp compiles again now. | Torbjörn Andersson |
2006-04-28 | Memorize the directory that was last visited with the browser across ScummVM ... | Max Horn |
2006-04-04 | Turned FSList::sort into a generic function which can be applied to anything ... | Max Horn |
2006-04-04 | Use iterator API to iterate over all entries in the file list | Max Horn |
2006-03-24 | o Move built-in evaluator constants to AssocArray to speed it up | Eugene Sandulenko |
2006-03-09 | Converted last dialogs to new scheme. Now it seems to be everything. Please, | Eugene Sandulenko |
2006-03-09 | Converted all scumm dialogs to new scheme | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
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-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. (I think you can see the pattern here. :-) | 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 | Made the file/directory browser dialog scale itself. | Torbjörn Andersson |
2005-04-16 | Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser mode... | Max Horn |
2005-04-10 | Fix compilation on OS X | Max Horn |
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson |
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-12-18 | Ensure that the file list in the browser is always sorted | Max Horn |
2004-11-21 | Fixed behaviour of return key in the file browser | Max Horn |
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client co... | Max Horn |