aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn
2008-10-21Fixed: Broken english in System.h documentation.Vicent Marti
2008-10-18Rewrote XMLParser error() function for the 5th time.Vicent Marti
2008-10-18Changed XML Parser to require standards-compilant XML header.Vicent Marti
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn
2008-10-15Changed XMLParser comment syntax to conform to XML standards (<!-- * -->)Vicent Marti
2008-10-14Greatly improved XML Parser error messages.Vicent Marti
2008-10-14Added "Mass Add" dialog.Vicent Marti
2008-10-13Removed SearchManager::addArchive, since SearchManager::add offers the same f...Johannes Schickel
2008-10-13OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new s...Max Horn
2008-10-12COMMON: Added a new ObjectPool class, with matching operator new/delete overl...Max Horn
2008-10-12Changed Common::Rect doxygen comments to the (Java) style we use elsewhereMax Horn
2008-10-12* Added prefix support to cache entries of FSDirectory, as specified in patch...Nicola Mettifogo
2008-10-11Changed XMLParser to use SearchMan / FSNode::openForReadingMax Horn
2008-10-09- Fixed theme loading from Zip files.Vicent Marti
2008-10-09Manual merge of the GSoC2008 GUI branch. (71 files)Vicent Marti
2008-10-08Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ...Nicola Mettifogo
2008-10-06Fix warnings about Event::synthetic being undefinedMax Horn
2008-10-05Merged revisions 34748,34750 via svnmerge from Vicent Marti
2008-10-05Fixed ambiguous 'else'Max Horn
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-05Added a fixed memory pool for XML Node allocation, as suggested by Max.Vicent Marti
2008-10-03Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...Johannes Schickel
2008-10-02Add the current dir to the global SearchSet, i.e. to SearchMan (this should f...Max Horn
2008-10-02Ignore String::deleteLastChar when called on an empty stringMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Fixing ConfigManager::loadConfigFileMax Horn
2008-09-30AdvancedDetector: Do not (ab)use paths to keep track of files, rather, use FS...Max Horn
2008-09-30Ported ZipArchive::getAllNames() fix from trunk.Vicent Marti
2008-09-30Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n...Vicent Marti
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-29Ported ZipArchive::getAllNames() implementation from GUI branch.Vicent Marti
2008-09-29Removed unnecessary unzOpenFile() calls in getAllNames()Vicent Marti
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-29add constructor to SearchSet::Node for proper init of structure members with ...Gregory Montoir
2008-09-29Don't subclass ArjFile from Common::File (there seems to be no good reason fo...Max Horn
2008-09-29File::open no longer falls back to searching the current dir (if this causes ...Max Horn
2008-09-29Add priority parameter to the SearchMan APIMax Horn
2008-09-29Reduced memory usage by closing theme files after parsing. Could make things ...Vicent Marti
2008-09-27Changed Common::File to use SearchManMax Horn
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-09-27Modified Common::SearchSet to take signed integer priorities, for convenience...Max Horn
2008-09-24Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si...Max Horn
2008-09-24Changed Common::String to use a MemoryPool for its refcountsMax Horn
2008-09-23Perform error checking when reading from a ZIP fileMax Horn
2008-09-23cleanupMax Horn
2008-09-23Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...Max Horn
2008-09-23Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ...Max Horn
2008-09-22Fix comments for random() funcs (thanks to salty-horse for pointing this out)Max Horn