summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor
AgeCommit message (Expand)AuthorFilesLines
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 Gordon1-1/+1
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-30Applied JdGordon's patch to add tokens to the Theme Editor tag tableRobert Bieber2-181/+400
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-29Theme Editor: Got code generation tentatively working along with a solid C++ ...Robert Bieber7-91/+245
2010-05-28%aX should have been %ax..Jonathan Gordon1-1/+1
2010-05-27Theme Editor: Fixed a bug in the subline parser, added a LINE element to cont...Robert Bieber7-27/+58
2010-05-27fix rtc tag mistakeJonathan Gordon1-1/+2
2010-05-26Trying to implement QAbstractItemModel for parse trees, haven't got it workin...Robert Bieber6-3/+267
2010-05-26add all the known tags to the table. Nothing is done about target specific ta...Jonathan Gordon1-11/+168
2010-05-25Added a README and a missing copyright header to the theme editor filesRobert Bieber3-1/+49
2010-05-25Fixed some memory leaks in the theme editorRobert Bieber8-26/+76
2010-05-25Fixed some bugs in the theme editor, added the tags with parameters to the ta...Robert Bieber6-106/+119
2010-05-25Adding the new WPS parser, code works but need to build the tag tableRobert Bieber11-0/+1579