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