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