index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
skin_parser
/
skin_parser.c
Age
Commit message (
Expand
)
Author
2015-01-11
Limit more variables to file scope
Thomas Jarosch
2015-01-05
Fix yellow
Thomas Jarosch
2015-01-05
Make thirty functions static to reduce binary size
Thomas Jarosch
2013-02-27
more error handling for checkwps
Jonathan Gordon
2013-02-26
checkwps: show a helpful error if the parser callback errors out
Jonathan Gordon
2012-07-29
skin_engine: Support percentages for viewport positioning
Jonathan Gordon
2012-07-05
skin_engine: Fix a obscure parser bug
Jonathan Gordon
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
2012-02-07
skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...
Jonathan Gordon
2012-02-01
skin parser: Allow the first character after conditional seperators to be \n
Jonathan Gordon
2012-02-01
skin parser: skip \t characters at the begining of lines to allow for more re...
Jonathan Gordon
2011-11-15
Use buflib for all skin engine allocations.
Jonathan Gordon
2011-10-08
de-tabify
Nils Wallménius
2011-09-25
Partial fix for FS#12289 - comment lines would waste lots of buffer space. St...
Jonathan Gordon
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-04-17
Remove duplicate #include in skin_parser.c
Bertrik Sikken
2010-12-24
Fix FS#11829 - %?xx<....> Crashes on targets where the %xx feature tag isnt a...
Jonathan Gordon
2010-11-05
Fix unchecked result skin_parse_tag() exposed by r28480.
Thomas Martitz
2010-11-05
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexand...
Bertrik Sikken
2010-11-03
Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<f...
Jonathan Gordon
2010-10-28
skin_parser: Change the way hardware conditionals are done (i.e %?cc)
Jonathan Gordon
2010-10-05
libskin_parser: fix a annoying bug where viewports required at least one line...
Jonathan Gordon
2010-08-19
New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...
Jonathan Gordon
2010-08-14
Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...
Jonathan Gordon
2010-08-05
Add a T type to the tag table which allows parameters to be a single tag
Jonathan Gordon
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: more const correctness
Nils Wallménius
2010-07-31
skinparser lib: some const correctness and marking of local vars as 'static'
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-07-04
Theme Editor: Implemented a flags column in the tag table, removed the \n fla...
Robert Bieber
2010-07-02
Theme Editor: Fixed a warning in the parser due to a stray asterisk
Robert Bieber
2010-07-02
Theme Editor: Removed some old hash code that caused viewer not to update due...
Robert Bieber
2010-07-01
Theme Editor: Fixed line numbering bug in parser. Implemented playlist displ...
Robert Bieber
2010-07-01
minor tweak to r27210 to make it the same as the svn parser... eat everything...
Jonathan Gordon
2010-07-01
Theme Editor: Implemented JdGordon's tag newline-eating mechanism
Robert Bieber
2010-06-22
skin_parser: Fixed bug handling sublines with no content
Robert Bieber
2010-06-17
tiny clean up of memory allocation
Jonathan Gordon
2010-06-17
make the parser slightly more usable for rockbox, move the buffer allocation ...
Jonathan Gordon
2010-06-17
Move the skin parser to a seperate library
Jonathan Gordon