index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
xmlparser.cpp
Age
Commit message (
Expand
)
Author
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
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
2010-01-25
Fix virtual-keyboard not changing size, when the user changes the scaler whil...
Johannes Schickel
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-07-15
Fix formatting of some switch statements.
Johannes Schickel
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2008-12-27
Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...
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-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-14
Greatly improved XML Parser error messages.
Vicent Marti
2008-10-14
Added "Mass Add" dialog.
Vicent Marti
2008-10-05
Added a fixed memory pool for XML Node allocation, as suggested by Max.
Vicent Marti
2008-09-29
Reduced 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-05
Fixed severe bottleneck in the XML Parser code.
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-04
Theme layout parsing. Work in progress.
Vicent Marti
2008-08-01
Fixed compiler problem with anyProp var.
Vicent Marti
2008-08-01
Support for XML layout with unspecified keys.
Vicent Marti
2008-07-31
GUI Layout parsing. Work in progress.
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
Memory leaks.
Vicent Marti
2008-07-03
Rendering pipeline. WIP.
Vicent Marti
2008-06-26
- MILESTONE: A widget is drawn on screen loaded straight from its XML descrip...
Vicent Marti
2008-06-26
InterfaceManager now loads themes.
Vicent Marti
2008-06-25
- XMLParser: Improved file stream support
Vicent Marti
2008-06-25
XMLParser:
Vicent Marti
2008-06-25
XMLParser:
Vicent Marti
2008-06-25
- Reverted getHostPlatformString() from util.cpp (Yeah, Max was right)
Vicent Marti
2008-06-24
Common:
Vicent Marti
2008-06-18
Split ThemeParser into XMLParser and ThemeParser as child class to have a com...
Vicent Marti