aboutsummaryrefslogtreecommitdiff
path: root/common/xmlparser.cpp
AgeCommit message (Expand)Author
2008-10-05Added a fixed memory pool for XML Node allocation, as suggested by Max.Vicent Marti
2008-09-29Reduced memory usage by closing theme files after parsing. Could make things ...Vicent Marti
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-05Fixed severe bottleneck in the XML Parser code.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-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-01Fixed compiler problem with anyProp var.Vicent Marti
2008-08-01Support for XML layout with unspecified keys.Vicent Marti
2008-07-31GUI Layout parsing. Work in progress.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-04Memory leaks.Vicent Marti
2008-07-03Rendering pipeline. WIP.Vicent Marti
2008-06-26- MILESTONE: A widget is drawn on screen loaded straight from its XML descrip...Vicent Marti
2008-06-26InterfaceManager now loads themes.Vicent Marti
2008-06-25- XMLParser: Improved file stream supportVicent Marti
2008-06-25XMLParser:Vicent Marti
2008-06-25XMLParser:Vicent Marti
2008-06-25- Reverted getHostPlatformString() from util.cpp (Yeah, Max was right)Vicent Marti
2008-06-24Common: Vicent Marti
2008-06-18Split ThemeParser into XMLParser and ThemeParser as child class to have a com...Vicent Marti