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.h
Age
Commit message (
Expand
)
Author
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
2008-07-03
Rendering pipeline. WIP.
Vicent Marti
2008-06-28
Bugfix: Empty integer key parsing.
Vicent Marti
2008-06-28
Improved support for parsing integers in the XML parser.
Vicent Marti
2008-06-26
InterfaceManager now loads themes.
Vicent Marti
2008-06-25
- XMLParser: Improved file stream support
Vicent Marti
2008-06-25
GCC Fixes
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