| Commit message (Expand) | Author | Age |
| * | Theme Editor: Began implementing tabbing | Robert Bieber | 2010-06-04 |
| * | Theme Editor: Fixed bugs with menu signals, rearranged UI some more | Robert Bieber | 2010-06-04 |
| * | Theme Editor: Added missing copyright headers | Robert Bieber | 2010-06-03 |
| * | Theme Editor: Added a window icon and made menus alt-navigable | Robert Bieber | 2010-06-03 |
| * | Theme Editor: Mocked up most of the UI, added View menu items for all dockabl... | Robert Bieber | 2010-06-03 |
| * | Theme Editor: Refactored main window init code, moved parse tree into dock wi... | Robert Bieber | 2010-06-03 |
| * | Theme Editor: Added syntax highlighting | Robert Bieber | 2010-06-03 |
| * | Changed build subdirectory | Robert Bieber | 2010-06-02 |
| * | clip int scanning to 15 digits to remove an unecessary malloc(). | Jonathan Gordon | 2010-06-02 |
| * | change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign... | Jonathan Gordon | 2010-06-02 |
| * | we need to escape more chars now, so fix that. test skins with this update pa... | Jonathan Gordon | 2010-06-02 |
| * | Theme Editor: Fixed parsing and code generation for nested conditionals | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Fixed some more code generation bugs | Robert Bieber | 2010-06-02 |
| * | Fixed another code generation bug with viewports and enabled negative numbers... | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Fixed bugs in code generation and viewport parsing | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Removed the NEWLINE parse tree element | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Fixed code generation with escaped characters | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Fixed a small bug with asterisk handling in tag parameter argum... | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Altered the way the parser handles asterisks in the tag argumen... | Robert Bieber | 2010-06-02 |
| * | Theme Editor: Put together a simple GUI to test going back and forth between ... | Robert Bieber | 2010-06-01 |
| * | Theme Editor: Made text and comments editable from a treeview | Robert Bieber | 2010-06-01 |
| * | Theme Editor: Enabled editing tag parameters from a treeview | Robert Bieber | 2010-06-01 |
| * | Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements... | Robert Bieber | 2010-06-01 |
| * | Committing FS#11345 by JdGordon. Theme editor parser now includes full tag i... | Robert Bieber | 2010-06-01 |
| * | Theme Editor: Made Viewport the top level parse tree element, along with a bu... | Robert Bieber | 2010-06-01 |
| * | Theme Editor: Added extern C declarations to header files | Robert Bieber | 2010-05-31 |
| * | Add a tool to compare the binsizes of plugins and codecs of 2 build dirs | Rafaël Carré | 2010-05-31 |
| * | add support for the possible viewport colour tags (%Vf and %Vb). use -c to di... | Jonathan Gordon | 2010-05-30 |
| * | Applied JdGordon's patch to add tokens to the Theme Editor tag table | Robert Bieber | 2010-05-30 |
| * | and woops | Jonathan Gordon | 2010-05-30 |
| * | zip up the output after doing all the skins | Jonathan Gordon | 2010-05-30 |
| * | Theme Editor: Fixed parsing bug that allowed comments to form a new logical l... | Robert Bieber | 2010-05-30 |
| * | Theme Editor: Got a barely functional treeview in place | Robert Bieber | 2010-05-30 |
| * | Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ... | Robert Bieber | 2010-05-30 |
| * | make the script zip the output | Jonathan Gordon | 2010-05-29 |
| * | be smarter about %xd so it only eats 2 letters if that image has subimages | Jonathan Gordon | 2010-05-29 |
| * | fix error when a comment is on the last line of the file | Jonathan Gordon | 2010-05-29 |
| * | Theme Editor: Got code generation tentatively working along with a solid C++ ... | Robert Bieber | 2010-05-29 |
| * | Add the beggingings of a perl script to run the update over a whole theme zip... | Jonathan Gordon | 2010-05-28 |
| * | dead simple Makefile | Jonathan Gordon | 2010-05-28 |
| * | fix %Xl tag... this shuold be useable now | Jonathan Gordon | 2010-05-28 |
| * | %aX should have been %ax.. | Jonathan Gordon | 2010-05-28 |
| * | Theme Editor: Fixed a bug in the subline parser, added a LINE element to cont... | Robert Bieber | 2010-05-27 |
| * | handle # comments and fix some printfs which should be fprintf | Jonathan Gordon | 2010-05-27 |
| * | make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or o... | Jonathan Gordon | 2010-05-27 |
| * | first go at a general skin updater program. not very useful yet | Jonathan Gordon | 2010-05-27 |
| * | fix rtc tag mistake | Jonathan Gordon | 2010-05-27 |
| * | Trying to implement QAbstractItemModel for parse trees, haven't got it workin... | Robert Bieber | 2010-05-26 |
| * | add all the known tags to the table. Nothing is done about target specific ta... | Jonathan Gordon | 2010-05-26 |
| * | Added a README and a missing copyright header to the theme editor files | Robert Bieber | 2010-05-25 |