1. 2d3c43d skin_engine: rework the parser to be closer to the langauge grammar. by Jonathan Gordon · 13 years ago
  2. 728db21 Revert "skin_engine: rework the parser to be closer to the langauge grammar." by Thomas Martitz · 13 years ago
  3. e43b856 skin_engine: rework the parser to be closer to the langauge grammar. by Jonathan Gordon · 13 years ago
  4. fffbdcc Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin by Bertrik Sikken · 14 years ago
  5. 597ccdd skinparser lib: more const correctness by Nils Wallménius · 14 years ago
  6. 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
  7. 3cd1968 Add missing argument that broke building libskin_parser outside of Rockbox. by Dominik Riebeling · 14 years ago
  8. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 14 years ago[Renamed from utils/themeeditor/parser/skin_scan.c]
  9. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 14 years ago[Renamed from utils/themeeditor/skin_scan.c]
  10. 06ea93d Theme Editor: Factored out code to skip over enum/arg lists while scanning for children counts, and fixed all of the parsing bugs caused by innacurate children counts by Robert Bieber · 15 years ago
  11. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
  12. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
  13. 999990c Theme Editor: Fixed a small bug with asterisk handling in tag parameter argument codes and fixed bugs with handling escaped characters by Robert Bieber · 15 years ago
  14. 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
  15. 1937b1b Fixed some bugs in the theme editor, added the tags with parameters to the tag table by Robert Bieber · 15 years ago
  16. d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago