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