1. 0af8860 Theme Editor: Enabled persistent window and panel locations by Robert Bieber · 15 years ago
  2. e174a8a Theme Editor: Began implementing tabbing by Robert Bieber · 15 years ago
  3. 9616389 Theme Editor: Fixed bugs with menu signals, rearranged UI some more by Robert Bieber · 15 years ago
  4. af07a53 Theme Editor: Added missing copyright headers by Robert Bieber · 15 years ago
  5. 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 15 years ago
  6. 69dce7c Theme Editor: Mocked up most of the UI, added View menu items for all dockable widgets by Robert Bieber · 15 years ago
  7. 88160b6 Theme Editor: Refactored main window init code, moved parse tree into dock widget by Robert Bieber · 15 years ago
  8. 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 15 years ago
  9. e5a3ec2 Changed build subdirectory by Robert Bieber · 15 years ago
  10. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
  11. 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 15 years ago
  12. 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 15 years ago
  13. 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 15 years ago
  14. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
  15. e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 15 years ago
  16. 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 15 years ago
  17. f16adb0 Theme Editor: Fixed code generation with escaped characters by Robert Bieber · 15 years ago
  18. 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
  19. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
  20. 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
  21. 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 15 years ago
  22. 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 15 years ago
  23. 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 15 years ago
  24. 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
  25. 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
  26. c5e14b5 Theme Editor: Added extern C declarations to header files by Robert Bieber · 15 years ago
  27. 4819882 Applied JdGordon's patch to add tokens to the Theme Editor tag table by Robert Bieber · 15 years ago
  28. 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
  29. 9f2e1b1 Theme Editor: Got a barely functional treeview in place by Robert Bieber · 15 years ago
  30. 9843626 Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ParseTreeModel by Robert Bieber · 15 years ago
  31. 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
  32. 20dcf0b %aX should have been %ax.. by Jonathan Gordon · 15 years ago
  33. 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
  34. 7b19735 fix rtc tag mistake by Jonathan Gordon · 15 years ago
  35. 565cd00 Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window) by Robert Bieber · 15 years ago
  36. eeef8f6 add all the known tags to the table. Nothing is done about target specific tags yet by Jonathan Gordon · 15 years ago
  37. a089fcc Added a README and a missing copyright header to the theme editor files by Robert Bieber · 15 years ago
  38. 0769fc5 Fixed some memory leaks in the theme editor by Robert Bieber · 15 years ago
  39. 1937b1b Fixed some bugs in the theme editor, added the tags with parameters to the tag table by Robert Bieber · 15 years ago
  40. d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago