Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
fdd363481f81cdc95d2833f611ac1b0402eda069
/
lib
/
skin_parser
/
skin_parser.h
9e07ef2
Use buflib for all skin engine allocations.
by Jonathan Gordon
· 13 years ago
4f3e1d6
Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt
by Thomas Martitz
· 13 years ago
fffbdcc
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin
by Bertrik Sikken
· 14 years ago
1e0a010
make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things
by Jonathan Gordon
· 14 years ago
c2529c3
skinparser lib: some const correctness and marking of local vars as 'static'
by Nils Wallménius
· 14 years ago
2d31d77
FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something.
by Jonathan Gordon
· 14 years ago
15488a0
Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format
by Robert Bieber
· 14 years ago
78c9a19
cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than LINE in the enum
by Jonathan Gordon
· 14 years ago
dc34785
s/SUBLINES/LINE_ALTERNATOR/
by Jonathan Gordon
· 14 years ago
95b0cef
tiny clean up of memory allocation
by Jonathan Gordon
· 14 years ago
f1a144a
Added skin_parser library to build system. Fixed some warnings.
by Björn Stenberg
· 14 years ago
36b934d
Move the skin parser to a seperate library
by Jonathan Gordon
· 14 years ago
[Renamed from utils/themeeditor/parser/skin_parser.h]
ca56428
Theme Editor: Moved source files into subdirectories
by Robert Bieber
· 14 years ago
[Renamed from utils/themeeditor/skin_parser.h]
35b09cb
initialise the element->type value so TAG types dont accidently get VIEWPORT if it element->type == 0 at alloc time
by Jonathan Gordon
· 14 years ago
64321ad
Theme Editor: Applied FS#11389, switched conditional elements to use tag fields along with children, instead of holding the tag as the first child
by Robert Bieber
· 15 years ago
4003f35
Theme Editor: Removed the NEWLINE parse tree element
by Robert Bieber
· 15 years ago
a9848ce
Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box
by Robert Bieber
· 15 years ago
5943f4c
Theme Editor: Enabled editing tag parameters from a treeview
by Robert Bieber
· 15 years ago
0a054b2
Committing FS#11345 by JdGordon. Theme editor parser now includes full tag information in the skin_element struct
by Robert Bieber
· 15 years ago
d1659d6
Theme Editor: Made Viewport the top level parse tree element, along with a bugfix to the tag parsing function
by Robert Bieber
· 15 years ago
c5e14b5
Theme Editor: Added extern C declarations to header files
by Robert Bieber
· 15 years ago
6980c1e
Theme Editor: Got code generation tentatively working along with a solid C++ tree structure for WPS parse trees
by Robert Bieber
· 15 years ago
8ea056d
Theme Editor: Fixed a bug in the subline parser, added a LINE element to contain logical lines, working on data model
by Robert Bieber
· 15 years ago
0769fc5
Fixed some memory leaks in the theme editor
by Robert Bieber
· 15 years ago
d5b24dd
Adding the new WPS parser, code works but need to build the tag table
by Robert Bieber
· 15 years ago