aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-11-07Fixed leak when using SearchSet::add for an already existing name.Johannes Schickel
2008-11-07Fixed leaks in SearchMan. Default directories are now added with the 'autoFre...Nicola Mettifogo
2008-11-07Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur...Max Horn
2008-11-07Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too)Max Horn
2008-11-07Refactoring the Arj decoder code, phase 2Max Horn
2008-11-07Refactoring the Arj decoder code, phase 1Max Horn
2008-11-06Merged SFMError into Common::Error, added some new error codes; revised some ...Max Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-11-06cleanupMax Horn
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-11-04dead codeMax Horn
2008-11-04Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w...Max Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-11-01Commit of patch #2207782 "ARCHIVE: New method 'getMember'".Johannes Schickel
2008-10-30Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous mem...Max Horn
2008-10-27Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder".Johannes Schickel
2008-10-23Pushed down some header depsMax Horn
2008-10-22Made constructor of SearchManager singleton privateMax Horn
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