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_scan.c
(
unfollow
)
Commit message (
Expand
)
Author
2015-01-05
Fix yellow
Thomas Jarosch
2015-01-05
Make thirty functions static to reduce binary size
Thomas Jarosch
2012-04-22
skin_engine: rework the parser to be closer to the langauge grammar.
Jonathan Gordon
2012-04-17
Revert "skin_engine: rework the parser to be closer to the langauge grammar."
Thomas Martitz
2012-04-17
skin_engine: rework the parser to be closer to the langauge grammar.
Jonathan Gordon
2010-11-05
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...
Bertrik Sikken
2010-07-31
skinparser lib: more const correctness
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
Add missing argument that broke building libskin_parser outside of Rockbox.
Dominik Riebeling
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-07
Theme Editor: Factored out code to skip over enum/arg lists while scanning fo...
Robert Bieber
2010-06-02
clip int scanning to 15 digits to remove an unecessary malloc().
Jonathan Gordon
2010-06-02
Fixed another code generation bug with viewports and enabled negative numbers...
Robert Bieber
2010-06-02
Theme Editor: Fixed a small bug with asterisk handling in tag parameter argum...
Robert Bieber
2010-06-01
Theme Editor: Made Viewport the top level parse tree element, along with a bu...
Robert Bieber
2010-05-25
Fixed some bugs in the theme editor, added the tags with parameters to the ta...
Robert Bieber
2010-05-25
Adding the new WPS parser, code works but need to build the tag table
Robert Bieber