aboutsummaryrefslogtreecommitdiff
path: root/common/xmlparser.h
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-07-03COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.Johannes Schickel
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-06COMMON: Remove vfprintf call from XML parserMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-19COMMON: Cleanup XMLParser codeMax Horn
2010-10-15COMMON: Move XMLParser method impls to .cpp file; make skipComments non-virtualMax Horn
2010-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2009-10-20cleanupMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-02-15Merged rev 38209 from 0.13 to trunk: XML parsing fixOystein Eftevaag
2009-01-30do not include common/debug.h from common/util.hMax Horn
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-09Removed many unnecessary #includesMax Horn
2008-11-09Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes)Max Horn
2008-10-23Pushed down some header depsMax Horn
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-15Changed XMLParser comment syntax to conform to XML standards (<!-- * -->)Vicent Marti
2008-10-14Greatly improved XML Parser error messages.Vicent Marti
2008-10-12COMMON: Added a new ObjectPool class, with matching operator new/delete overl...Max Horn
2008-10-11Changed XMLParser to use SearchMan / FSNode::openForReadingMax 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-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-29Reduced memory usage by closing theme files after parsing. Could make things ...Vicent Marti
2008-09-05Fixed severe bottleneck in the XML Parser code.Vicent Marti
2008-08-16Added support for loading uncompressed/unpackaged themes.Vicent Marti
2008-08-09Added support for image loading/blitting.Vicent Marti
2008-08-09Fixed 1.000.000 Valgrind warnings.Vicent Marti
2008-08-08BUGFIX: XMLParser issuing key-close callbacks on ignored keys.Vicent Marti
2008-08-08Resolution-dependence in XML files.Vicent Marti
2008-08-05Massive refactoring on the layout parsing API.Vicent Marti
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-02Improved looks on the Modern theme in the new GUI.Vicent Marti
2008-08-01Support for XML layout with unspecified keys.Vicent Marti
2008-08-01Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-...Vicent Marti
2008-07-30Finished documentation.Vicent Marti
2008-07-30Rewrote most of the XML parser class.Vicent Marti
2008-07-04closedKeyCallback 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-03Rendering pipeline. WIP.Vicent Marti
2008-07-03Changed XMLParser to internally use a Stack rather than a FixedStackStephen Kennedy