Age | Commit message (Expand) | Author |
2006-04-05 | Use full path qualifiers in #include statements (exception: engines/ can be o... | Max Horn |
2006-04-04 | Turned FSList::sort into a generic function which can be applied to anything ... | Max Horn |
2006-04-04 | Allow symlinks to directories for FS;es with D_TYPE support. | Eugene Sandulenko |
2006-04-04 | Symlinks are also valid files | Eugene Sandulenko |
2006-04-04 | Rename variable in FSList::sort() to avoid conflict with system defines | Travis Howell |
2006-04-04 | Some more FS code cleanup | Max Horn |
2006-04-04 | Possible bug in the Symbian FS code? | Max Horn |
2006-04-04 | oops | Max Horn |
2006-04-04 | Removing more pseudo copy constructors in favor of the standard copy construc... | Max Horn |
2006-04-04 | Rewrote sort code to use iterators (means it can be used with any container n... | Max Horn |
2006-04-03 | Added comment on why we use getcwd in POSIXFilesystemNode at all | Max Horn |
2006-04-03 | Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th... | Max Horn |
2006-04-03 | Various changes to POSIXFilesystemNode: | Max Horn |
2006-03-25 | Add kListAllNoRoot type to listDir() to handle recent file class changes, on ... | Travis Howell |
2006-02-12 | * New and tested builds for S60V3 and UIQ3 | Lars Persson |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-01-27 | Patch #1416370: "AmigaOS 4 changes" | Eugene Sandulenko |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-12-04 | FSF adress updates | Lars Persson |
2005-12-03 | 1. New build structure for Symbian builds to allow easier build and project u... | Lars Persson |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-01 | Update Symbian README, default Joystick config is on, Updated pkg files for S... | Lars Persson |
2005-09-03 | Change PalmOS ident | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-21 | Added symbian-fs.cpp, symbian filehandling class | Lars Persson |
2005-05-10 | Proper #include directive. | Eugene Sandulenko |
2005-05-10 | Last bit of AmigaOS4 patch. Apparently this was missed by mistake. | Eugene Sandulenko |
2005-05-09 | Why not fix the warning if you encounter it? :-) | Max Horn |
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson |
2005-03-31 | fixed headers. -_- | Robert Göffringmann |
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann |
2005-03-16 | Weird ... but fixes the second (and hopefully last) crash | Nicolas Bacca |
2005-03-09 | WIP of GP32 port. Now it is more correct port and compiles with current | Eugene Sandulenko |
2005-02-25 | ops | Paweł Kołodziejski |
2005-02-25 | fixed compilation | Paweł Kołodziejski |
2005-02-20 | Fixed warning, hopefully without breaking anything. (GCC doesn't like | Torbjörn Andersson |
2005-02-19 | compatibility fixes for wince | Paweł Kołodziejski |
2005-02-07 | Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I | Torbjörn Andersson |
2005-02-06 | Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I don... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-18 | oops | Max Horn |
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn |
2004-12-10 | Removed outdated (and wrong) comment; all this stuff will be rewritten eventu... | Max Horn |
2004-11-29 | Allow the file browser to get back to the "pseudo root" under Windows. This | Torbjörn Andersson |
2004-11-21 | Since we do ref counting on the nodes now, we can re-use the root nodes now | Max Horn |
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client co... | Max Horn |
2004-07-21 | Ignore case when sorting file system nodes | Max Horn |