1. dc34785 s/SUBLINES/LINE_ALTERNATOR/ by Jonathan Gordon · 15 years ago
  2. 32ff4e9 Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag by Robert Bieber · 15 years ago
  3. 00a3024 Theme Editor: Fixed a warning in the parser due to a stray asterisk by Robert Bieber · 15 years ago
  4. 4429fb0 Theme Editor: Removed some old hash code that caused viewer not to update due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' by Robert Bieber · 15 years ago
  5. 26a2f81 Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track by Robert Bieber · 15 years ago
  6. aa1a126 minor tweak to r27210 to make it the same as the svn parser... eat everything up to and including the \n after these tags by Jonathan Gordon · 15 years ago
  7. 7dfd0c0 Theme Editor: Implemented JdGordon's tag newline-eating mechanism by Robert Bieber · 15 years ago
  8. 09db2ae skin_parser: Fixed bug handling sublines with no content by Robert Bieber · 15 years ago
  9. 95b0cef tiny clean up of memory allocation by Jonathan Gordon · 15 years ago
  10. b2ea95e make the parser slightly more usable for rockbox, move the buffer allocation into the lib (maybe not the best spot?) by Jonathan Gordon · 15 years ago
  11. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 15 years ago[Renamed from utils/themeeditor/parser/skin_parser.c]
  12. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 15 years ago[Renamed from utils/themeeditor/skin_parser.c]
  13. 35b09cb initialise the element->type value so TAG types dont accidently get VIEWPORT if it element->type == 0 at alloc time by Jonathan Gordon · 15 years ago
  14. 3c95dbb Theme Editor: Fixed bug in parser handling empty lines and made ParseTreeModel handle the new VIEWPORT element properly by Robert Bieber · 15 years ago
  15. 1b613f5 Theme Editor: Modified parser to integrate the %V tag into the VIEWPORT element, in the same style as CONDITIONAL by Robert Bieber · 15 years ago
  16. 4b77e82 Theme Editor: Fixed issue with parsing conditionals in sublines by Robert Bieber · 15 years ago
  17. 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
  18. 9ac4b44 SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. by Jonathan Gordon · 15 years ago
  19. 6c9b035 Theme Editor: Made parser recover memory on error by Robert Bieber · 15 years ago
  20. 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
  21. 594d734 Theme Editor: Added a clear erros function to the parser by Robert Bieber · 15 years ago
  22. b807cb0 Theme Editor: Fixed another conditional child-counting bug by Robert Bieber · 15 years ago
  23. f3491e9 Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug by Robert Bieber · 15 years ago
  24. 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 15 years ago
  25. 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 15 years ago
  26. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
  27. e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 15 years ago
  28. 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 15 years ago
  29. 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
  30. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
  31. 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
  32. 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 15 years ago
  33. 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 15 years ago
  34. 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 15 years ago
  35. 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
  36. 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
  37. f9f6f90 Theme Editor: Fixed parsing bug that allowed comments to form a new logical line in a skin document by Robert Bieber · 15 years ago
  38. 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
  39. 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
  40. 0769fc5 Fixed some memory leaks in the theme editor by Robert Bieber · 15 years ago
  41. 1937b1b Fixed some bugs in the theme editor, added the tags with parameters to the tag table by Robert Bieber · 15 years ago
  42. d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago