Age | Commit message (Expand) | Author |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-07-03 | COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. | Johannes Schickel |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-06-06 | COMMON: Remove vfprintf call from XML parser | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-11-19 | COMMON: Cleanup XMLParser code | Max Horn |
2010-10-15 | COMMON: Move XMLParser method impls to .cpp file; make skipComments non-virtual | Max Horn |
2010-10-15 | COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String | Max Horn |
2009-10-20 | cleanup | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-02-15 | Merged rev 38209 from 0.13 to trunk: XML parsing fix | Oystein Eftevaag |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-11-09 | Removed many unnecessary #includes | Max Horn |
2008-11-09 | Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes) | Max Horn |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-18 | Rewrote XMLParser error() function for the 5th time. | Vicent Marti |
2008-10-18 | Changed XML Parser to require standards-compilant XML header. | Vicent Marti |
2008-10-15 | Changed XMLParser comment syntax to conform to XML standards (<!-- * -->) | Vicent Marti |
2008-10-14 | Greatly improved XML Parser error messages. | Vicent Marti |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
2008-10-11 | Changed XMLParser to use SearchMan / FSNode::openForReading | Max Horn |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-05 | Added a fixed memory pool for XML Node allocation, as suggested by Max. | Vicent Marti |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-29 | Reduced memory usage by closing theme files after parsing. Could make things ... | Vicent Marti |
2008-09-05 | Fixed severe bottleneck in the XML Parser code. | Vicent Marti |
2008-08-16 | Added support for loading uncompressed/unpackaged themes. | Vicent Marti |
2008-08-09 | Added support for image loading/blitting. | Vicent Marti |
2008-08-09 | Fixed 1.000.000 Valgrind warnings. | Vicent Marti |
2008-08-08 | BUGFIX: XMLParser issuing key-close callbacks on ignored keys. | Vicent Marti |
2008-08-08 | Resolution-dependence in XML files. | Vicent Marti |
2008-08-05 | Massive refactoring on the layout parsing API. | Vicent Marti |
2008-08-04 | Theme layout parsing. Work in progress. | Vicent Marti |
2008-08-02 | Improved looks on the Modern theme in the new GUI. | Vicent Marti |
2008-08-01 | Support for XML layout with unspecified keys. | Vicent Marti |
2008-08-01 | Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-... | Vicent Marti |
2008-07-30 | Finished documentation. | Vicent Marti |
2008-07-30 | Rewrote most of the XML parser class. | Vicent Marti |
2008-07-04 | closedKeyCallback on XMLParser (as asked by Kenny) | Vicent Marti |
2008-07-04 | - XMLParser - small improvement to allow "key=value" syntax as well as "key =... | Stephen Kennedy |
2008-07-03 | Rendering pipeline. WIP. | Vicent Marti |
2008-07-03 | Changed XMLParser to internally use a Stack rather than a FixedStack | Stephen Kennedy |
2008-07-03 | changed loadBuffer to use byte* rather than char* | Stephen Kennedy |