index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
skin_parser
/
skin_debug.c
(
unfollow
)
Commit message (
Expand
)
Author
2015-01-11
Limit more variables to file scope
Thomas Jarosch
2013-02-26
checkwps: show a helpful error if the parser callback errors out
Jonathan Gordon
2012-03-15
skin_engine: Reenable skin debugging in the sim (use --debugwps)
Jonathan Gordon
2011-11-15
Use buflib for all skin engine allocations.
Jonathan Gordon
2011-01-27
Add some better debug info for when checkwps erros out because of full skin b...
Jonathan Gordon
2010-11-11
clean up checkwps' verbose output a bit
Jonathan Gordon
2010-11-11
Add a bit more debug output to checkwps
Jonathan Gordon
2010-11-05
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...
Bertrik Sikken
2010-08-03
make -vvv display the parse tree in checkwps. Fix a potential bug in the pars...
Jonathan Gordon
2010-07-31
skinparser lib: even more const correctness, should fix checkwps, again
Nils Wallménius
2010-07-31
skinparser lib: even more const correctness, should fix checkwps
Nils Wallménius
2010-07-29
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-07-18
Theme Editor: Added column number to parser error messages
Robert Bieber
2010-07-15
Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parse...
Robert Bieber
2010-07-04
s/SUBLINES/LINE_ALTERNATOR/
Jonathan Gordon
2010-06-17
Added skin_parser library to build system. Fixed some warnings.
Björn Stenberg
2010-06-17
Move the skin parser to a seperate library
Jonathan Gordon
2010-06-17
Theme Editor: Moved source files into subdirectories
Robert Bieber
2010-06-13
initialise the element->type value so TAG types dont accidently get VIEWPORT ...
Jonathan Gordon
2010-06-10
Theme Editor: Applied FS#11389, switched conditional elements to use tag fiel...
Robert Bieber
2010-06-07
Theme Editor: Added a clear erros function to the parser
Robert Bieber
2010-06-07
Theme Editor: Changed anged error reporting method in parser, added error mes...
Robert Bieber
2010-06-02
Theme Editor: Removed the NEWLINE parse tree element
Robert Bieber
2010-06-01
Committing FS#11345 by JdGordon. Theme editor parser now includes full tag i...
Robert Bieber
2010-06-01
Theme Editor: Made Viewport the top level parse tree element, along with a bu...
Robert Bieber
2010-05-27
Theme Editor: Fixed a bug in the subline parser, added a LINE element to cont...
Robert Bieber
2010-05-25
Adding the new WPS parser, code works but need to build the tag table
Robert Bieber