1. a9b30ee Theme Editor: Made allll destructors virtual by Robert Bieber · 15 years ago
  2. c0bd417 Make sure files which aren't windows-specific use \n line endings only by Rafaël Carré · 15 years ago
  3. 1dc2c5e Theme Editor: Stopped combo boxes in configuration editor from scrolling on mouse-wheel by Robert Bieber · 15 years ago
  4. 7556084 Theme Editor: Working on renderer infrastructure by Robert Bieber · 15 years ago
  5. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 15 years ago
  6. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 15 years ago
  7. 604b17a Theme Editor: Began working on skin preview viewer by Robert Bieber · 15 years ago
  8. 60d5f50 Theme Editor: Items from line under cursor now selected in parse tree view by Robert Bieber · 15 years ago
  9. 0d48448 Theme Editor: Replaced line edits for key names with combo boxes by Robert Bieber · 15 years ago
  10. 267a446 Theme Editor: Implemented save/save as in the configuration file editor by Robert Bieber · 15 years ago
  11. 0c26a79 Theme Editor: Added copyright headers to ConfigDocument files, continued work on configuration editing by Robert Bieber · 15 years ago
  12. 98a5780 Theme editor: only accept valid colors in the preference dialog by Maurus Cuelenaere · 15 years ago
  13. 2e320f6 Theme Editor: Changed color to colour in preferences. Made parse tree viewer alternate line colors and auto-scroll/expand with cursor in editor window. Implemented TabContent abstract class so that more than just skin documents can be loaded in tabs. Made SkinDocument implement TabContent. Began implementing ConfigDocument for editing configuration files. by Robert Bieber · 15 years ago
  14. 2e75dae dont reuse vairbale names by Jonathan Gordon · 15 years ago
  15. b49577b some tags need special handling when they are in the wrong branch of a conditional, so go ahead and make that work :p by Jonathan Gordon · 15 years ago
  16. d827d20 Theme Editor: Set window title on the preferences dialog by Robert Bieber · 15 years ago
  17. 44c122b Theme Editor: Made new tabs raise to forefront by Robert Bieber · 15 years ago
  18. 046832c Theme Editor: Stripped out the sub-classes for ProjectModel and turned ProjectModel into a list model, also replaced the project tree view with a list view by Robert Bieber · 15 years ago
  19. 3f5851f make the next line after a viewport (if it is on the same skin line) auto-eat the \n by Jonathan Gordon · 15 years ago
  20. dfce357 duh, this is needed also by Jonathan Gordon · 15 years ago
  21. 17c3484 Start dealing with LINE elements... setup a flag which lets tags tell the renderer to not start a new line in the viewport (i.e %we/d/i %X/x/xd etc) by Jonathan Gordon · 15 years ago
  22. 21cbdac get the renderer working more better! "handle" sublines correctly, dont "draw" in the first viewport if we are using viewports, get rid of the idea of a linear token array (i.e we are going to use the parse tree directly) by Jonathan Gordon · 15 years ago
  23. 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
  24. 3f06273 count line numbers correctly, handle the VIEWPORT change so it only ever has one child by Jonathan Gordon · 15 years ago
  25. ce0d214 Theme Editor: Made errors display in status bar when cursor is on error'd line by Robert Bieber · 15 years ago
  26. fa08c83 Theme Editor: Fixed status bar update bug by Robert Bieber · 15 years ago
  27. 2aecee8 Theme Editor: Made editor highlight all errors in a document, not just the first one by Robert Bieber · 15 years ago
  28. 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
  29. 0c38353 Theme Editor: Switched error highlighting to the line numbers by Robert Bieber · 15 years ago
  30. 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
  31. b4a9564 Add my new parser playground to svn. by Jonathan Gordon · 15 years ago
  32. 66d9ab2 Theme Editor: Fixed code generation with new CONDITIONAL elements by Robert Bieber · 15 years ago
  33. 4b77e82 Theme Editor: Fixed issue with parsing conditionals in sublines by Robert Bieber · 15 years ago
  34. 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
  35. 466a698 Fix the bar type param to use nullable ints by Jonathan Gordon · 15 years ago
  36. c3a698e Theme Editor: Added project settings to the project panel view by Robert Bieber · 15 years ago
  37. cb26aec Theme Editor: Opening an already opened document no longer spawns a new tab by Robert Bieber · 15 years ago
  38. fc94a92 Theme Editor: Enabled loading project files from the project panel by Robert Bieber · 15 years ago
  39. 1cc95c5 Theme Editor: Got project viewer displaying WPS files by Robert Bieber · 15 years ago
  40. 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
  41. 20b9020 fix %C, and the viewport colour tags so they parse by Jonathan Gordon · 15 years ago
  42. 45ed0b8 fix %Vp updating... by Jonathan Gordon · 15 years ago
  43. ceddd2f Theme Editor: Working on the project viewer infrastructure by Robert Bieber · 15 years ago
  44. 811c359 meizu_dfu: supports a single argument to run some code from RAM by Rafaël Carré · 15 years ago
  45. 61b5f0c Theme Editor: Began implementing classes to display project files and settings in the project panel by Robert Bieber · 15 years ago
  46. 6c9b035 Theme Editor: Made parser recover memory on error by Robert Bieber · 15 years ago
  47. 50356d8 The real reason to change the %C was to remove a very nasty hack! by Jonathan Gordon · 15 years ago
  48. 360ed99 fix %Vi again by Jonathan Gordon · 15 years ago
  49. 2309d6d change to %Cd to display albumart (instead of %C to make it more consistant with %Vd/%Vl and %xd/%xl) by Jonathan Gordon · 15 years ago
  50. c4fbb07 FS#11383 - fix the touchregion param string by Jonathan Gordon · 15 years ago
  51. b71dc1f fix FS#11384, skinupdater barfed on %Xd and %Vi by Jonathan Gordon · 15 years ago
  52. 0cc5072 Theme Editor: Added line numbering in the text editor, thanks to some code from Nokia. Also made newly opened documents scroll to the top of the document after loading by Robert Bieber · 15 years ago
  53. 88f4a24 Theme Editor: Updated the README file by Robert Bieber · 15 years ago
  54. 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
  55. 24647ba Theme Editor: Changed default font to monospaced, changed organization for the application to rockbox.org, moved tab bar in preferences dialog to the top of the window by Robert Bieber · 15 years ago
  56. 42b065f Theme Editor: Made status label a permanent widget and made editor highlight line that causes parse error by Robert Bieber · 15 years ago
  57. 594d734 Theme Editor: Added a clear erros function to the parser by Robert Bieber · 15 years ago
  58. 0e44ce9 Theme Editor: Changed anged error reporting method in parser, added error messages to status bar in editor by Robert Bieber · 15 years ago
  59. 9f2bd98 add the Vf and Vb colour tags to the theme editor by Jonathan Gordon · 15 years ago
  60. 40e7325 Theme Editor: Made text editor scroll horizontally by Robert Bieber · 15 years ago
  61. ffc1afc Theme Editor: Added font selection by Robert Bieber · 15 years ago
  62. 9df2868 temporariliy use S for the timeout param because the parser doesnt handle decimals yet by Jonathan Gordon · 15 years ago
  63. 53b619c Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors by Robert Bieber · 15 years ago
  64. fbfdaf5 Theme Editor: Implemented document load functionality by Robert Bieber · 15 years ago
  65. b807cb0 Theme Editor: Fixed another conditional child-counting bug by Robert Bieber · 15 years ago
  66. 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
  67. 5619b4f Theme Editor: Added code generation with tabs by Robert Bieber · 15 years ago
  68. bc9b353 Theme Editor: Altered the SkinDocument class' handling of tab titles and added a title to the confirm close dialog box, changed tab order in the EditorWindow class by Robert Bieber · 15 years ago
  69. 47181b8 Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar by Robert Bieber · 15 years ago
  70. 219f5db Theme Editor: Basic save-as functionality working, but only invoked when a tab is closed by Robert Bieber · 15 years ago
  71. 4051b34 Theme Editor: Got document title change signal working, beginning work on save function by Robert Bieber · 15 years ago
  72. d41a681 Theme Editor: Enabled tag closing by Robert Bieber · 15 years ago
  73. 0af8860 Theme Editor: Enabled persistent window and panel locations by Robert Bieber · 15 years ago
  74. e174a8a Theme Editor: Began implementing tabbing by Robert Bieber · 15 years ago
  75. 9616389 Theme Editor: Fixed bugs with menu signals, rearranged UI some more by Robert Bieber · 15 years ago
  76. af07a53 Theme Editor: Added missing copyright headers by Robert Bieber · 15 years ago
  77. 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 15 years ago
  78. 69dce7c Theme Editor: Mocked up most of the UI, added View menu items for all dockable widgets by Robert Bieber · 15 years ago
  79. 88160b6 Theme Editor: Refactored main window init code, moved parse tree into dock widget by Robert Bieber · 15 years ago
  80. 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 15 years ago
  81. e5a3ec2 Changed build subdirectory by Robert Bieber · 15 years ago
  82. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
  83. 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 15 years ago
  84. bbe6c5a we need to escape more chars now, so fix that. test skins with this update parse correctly with the themeditor :) by Jonathan Gordon · 15 years ago
  85. 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 15 years ago
  86. 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 15 years ago
  87. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
  88. e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 15 years ago
  89. 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 15 years ago
  90. f16adb0 Theme Editor: Fixed code generation with escaped characters by Robert Bieber · 15 years ago
  91. 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
  92. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
  93. 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
  94. 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 15 years ago
  95. 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 15 years ago
  96. 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 15 years ago
  97. 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
  98. 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
  99. c5e14b5 Theme Editor: Added extern C declarations to header files by Robert Bieber · 15 years ago
  100. 5b4a9b5 Add a tool to compare the binsizes of plugins and codecs of 2 build dirs by Rafaël Carré · 15 years ago