summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Theme Editor: Began in implementing tag rendering, %X tag now recognizedRobert Bieber11-16/+175
2010-06-21Theme Editor: Reworked information passing among render functions, now loads ...Robert Bieber11-64/+127
2010-06-21Theme Editor: Fixed some compiler warningsRobert Bieber2-1/+3
2010-06-19Add error messages to a few more failure cases to beastpatcher.Dominik Riebeling1-1/+10
2010-06-19Theme Editor: Fixed typo that broke compileRobert Bieber1-1/+1
2010-06-18Theme Editor: Working on rendering viewports, display will now show %V(...) v...Robert Bieber11-6/+317
2010-06-17Theme Editor: Continuing work on rendering, skin preview will now show backdr...Robert Bieber6-14/+223
2010-06-17Theme Editor: Made allll destructors virtualRobert Bieber4-2/+4
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré7-1758/+1758
2010-06-17Theme Editor: Stopped combo boxes in configuration editor from scrolling on m...Robert Bieber2-2/+12
2010-06-17Theme Editor: Working on renderer infrastructureRobert Bieber8-25/+118
2010-06-17Move the skin parser to a seperate libraryJonathan Gordon10-2257/+17
2010-06-17Theme Editor: Moved source files into subdirectoriesRobert Bieber35-34/+40
2010-06-17Theme Editor: Began working on skin preview viewerRobert Bieber7-7/+183
2010-06-16Theme Editor: Items from line under cursor now selected in parse tree viewRobert Bieber3-2/+19
2010-06-16Theme Editor: Replaced line edits for key names with combo boxesRobert Bieber4-13/+226
2010-06-15Theme Editor: Implemented save/save as in the configuration file editorRobert Bieber5-7/+70
2010-06-15Theme Editor: Added copyright headers to ConfigDocument files, continued work...Robert Bieber2-1/+118
2010-06-15Theme editor: only accept valid colors in the preference dialogMaurus Cuelenaere1-3/+7
2010-06-15Theme Editor: Changed color to colour in preferences. Made parse tree viewer...Robert Bieber13-46/+435
2010-06-14dont reuse vairbale namesJonathan Gordon1-4/+4
2010-06-14some tags need special handling when they are in the wrong branch of a condit...Jonathan Gordon3-4/+65
2010-06-14Theme Editor: Set window title on the preferences dialogRobert Bieber1-1/+1
2010-06-14Theme Editor: Made new tabs raise to forefrontRobert Bieber1-0/+2
2010-06-14Theme Editor: Stripped out the sub-classes for ProjectModel and turned Projec...Robert Bieber9-580/+56
2010-06-14make the next line after a viewport (if it is on the same skin line) auto-eat...Jonathan Gordon2-2/+18
2010-06-13duh, this is needed alsoJonathan Gordon1-1/+2
2010-06-13Start dealing with LINE elements... setup a flag which lets tags tell the ren...Jonathan Gordon4-11/+37
2010-06-13get the renderer working more better! "handle" sublines correctly, dont "draw...Jonathan Gordon5-49/+70
2010-06-13initialise the element->type value so TAG types dont accidently get VIEWPORT ...Jonathan Gordon4-1/+12
2010-06-13count line numbers correctly, handle the VIEWPORT change so it only ever has ...Jonathan Gordon1-10/+14
2010-06-11Theme Editor: Made errors display in status bar when cursor is on error'd lineRobert Bieber3-1/+30
2010-06-11Theme Editor: Fixed status bar update bugRobert Bieber2-6/+30
2010-06-11Theme Editor: Made editor highlight all errors in a document, not just the fi...Robert Bieber1-4/+15
2010-06-11Theme Editor: Fixed bug in parser handling empty lines and made ParseTreeMode...Robert Bieber6-13/+34
2010-06-11Theme Editor: Switched error highlighting to the line numbersRobert Bieber3-13/+13
2010-06-11Theme Editor: Modified parser to integrate the %V tag into the VIEWPORT eleme...Robert Bieber2-19/+33
2010-06-11Add my new parser playground to svn.Jonathan Gordon6-0/+446
2010-06-10Theme Editor: Fixed code generation with new CONDITIONAL elementsRobert Bieber1-16/+22
2010-06-10Theme Editor: Fixed issue with parsing conditionals in sublinesRobert Bieber1-2/+12
2010-06-10Theme Editor: Applied FS#11389, switched conditional elements to use tag fiel...Robert Bieber5-131/+112
2010-06-10Fix the bar type param to use nullable intsJonathan Gordon1-1/+1
2010-06-10Theme Editor: Added project settings to the project panel viewRobert Bieber6-11/+199
2010-06-10Theme Editor: Opening an already opened document no longer spawns a new tabRobert Bieber2-1/+14
2010-06-09Theme Editor: Enabled loading project files from the project panelRobert Bieber6-19/+64
2010-06-09Theme Editor: Got project viewer displaying WPS filesRobert Bieber4-4/+121
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par...Jonathan Gordon4-7/+26
2010-06-09fix %C, and the viewport colour tags so they parseJonathan Gordon2-3/+5
2010-06-09fix %Vp updating... Jonathan Gordon1-1/+16
2010-06-09Theme Editor: Working on the project viewer infrastructureRobert Bieber8-16/+226