- 2309d6d change to %Cd to display albumart (instead of %C to make it more consistant with %Vd/%Vl and %xd/%xl) by Jonathan Gordon · 15 years ago
- c4fbb07 FS#11383 - fix the touchregion param string by Jonathan Gordon · 15 years ago
- b71dc1f fix FS#11384, skinupdater barfed on %Xd and %Vi by Jonathan Gordon · 15 years ago
- 0cc5072 Theme Editor: Added line numbering in the text editor, thanks to some code from Nokia. Also made newly opened documents scroll to the top of the document after loading by Robert Bieber · 15 years ago
- 88f4a24 Theme Editor: Updated the README file by Robert Bieber · 15 years ago
- 06ea93d Theme Editor: Factored out code to skip over enum/arg lists while scanning for children counts, and fixed all of the parsing bugs caused by innacurate children counts by Robert Bieber · 15 years ago
- 24647ba Theme Editor: Changed default font to monospaced, changed organization for the application to rockbox.org, moved tab bar in preferences dialog to the top of the window by Robert Bieber · 15 years ago
- 42b065f Theme Editor: Made status label a permanent widget and made editor highlight line that causes parse error by Robert Bieber · 15 years ago
- 594d734 Theme Editor: Added a clear erros function to the parser by Robert Bieber · 15 years ago
- 0e44ce9 Theme Editor: Changed anged error reporting method in parser, added error messages to status bar in editor by Robert Bieber · 15 years ago
- 9f2bd98 add the Vf and Vb colour tags to the theme editor by Jonathan Gordon · 15 years ago
- 40e7325 Theme Editor: Made text editor scroll horizontally by Robert Bieber · 15 years ago
- ffc1afc Theme Editor: Added font selection by Robert Bieber · 15 years ago
- 9df2868 temporariliy use S for the timeout param because the parser doesnt handle decimals yet by Jonathan Gordon · 15 years ago
- 53b619c Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors by Robert Bieber · 15 years ago
- fbfdaf5 Theme Editor: Implemented document load functionality by Robert Bieber · 15 years ago
- b807cb0 Theme Editor: Fixed another conditional child-counting bug by Robert Bieber · 15 years ago
- f3491e9 Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug by Robert Bieber · 15 years ago
- 5619b4f Theme Editor: Added code generation with tabs by Robert Bieber · 15 years ago
- bc9b353 Theme Editor: Altered the SkinDocument class' handling of tab titles and added a title to the confirm close dialog box, changed tab order in the EditorWindow class by Robert Bieber · 15 years ago
- 47181b8 Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar by Robert Bieber · 15 years ago
- 219f5db Theme Editor: Basic save-as functionality working, but only invoked when a tab is closed by Robert Bieber · 15 years ago
- 4051b34 Theme Editor: Got document title change signal working, beginning work on save function by Robert Bieber · 15 years ago
- d41a681 Theme Editor: Enabled tag closing by Robert Bieber · 15 years ago
- 0af8860 Theme Editor: Enabled persistent window and panel locations by Robert Bieber · 15 years ago
- e174a8a Theme Editor: Began implementing tabbing by Robert Bieber · 15 years ago
- 9616389 Theme Editor: Fixed bugs with menu signals, rearranged UI some more by Robert Bieber · 15 years ago
- af07a53 Theme Editor: Added missing copyright headers by Robert Bieber · 15 years ago
- 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 15 years ago
- 69dce7c Theme Editor: Mocked up most of the UI, added View menu items for all dockable widgets by Robert Bieber · 15 years ago
- 88160b6 Theme Editor: Refactored main window init code, moved parse tree into dock widget by Robert Bieber · 15 years ago
- 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 15 years ago
- e5a3ec2 Changed build subdirectory by Robert Bieber · 15 years ago
- e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
- 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 15 years ago
- bbe6c5a we need to escape more chars now, so fix that. test skins with this update parse correctly with the themeditor :) by Jonathan Gordon · 15 years ago
- 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 15 years ago
- 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 15 years ago
- ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
- e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 15 years ago
- 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 15 years ago
- f16adb0 Theme Editor: Fixed code generation with escaped characters by Robert Bieber · 15 years ago
- 999990c Theme Editor: Fixed a small bug with asterisk handling in tag parameter argument codes and fixed bugs with handling escaped characters by Robert Bieber · 15 years ago
- f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
- a9848ce Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box by Robert Bieber · 15 years ago
- 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 15 years ago
- 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 15 years ago
- 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 15 years ago
- 0a054b2 Committing FS#11345 by JdGordon. Theme editor parser now includes full tag information in the skin_element struct by Robert Bieber · 15 years ago
- d1659d6 Theme Editor: Made Viewport the top level parse tree element, along with a bugfix to the tag parsing function by Robert Bieber · 15 years ago
- c5e14b5 Theme Editor: Added extern C declarations to header files by Robert Bieber · 15 years ago
- 5b4a9b5 Add a tool to compare the binsizes of plugins and codecs of 2 build dirs by Rafaël Carré · 15 years ago
- 68f4d91 add support for the possible viewport colour tags (%Vf and %Vb). use -c to disable them by Jonathan Gordon · 15 years ago
- 4819882 Applied JdGordon's patch to add tokens to the Theme Editor tag table by Robert Bieber · 15 years ago
- 8e07853 and woops by Jonathan Gordon · 15 years ago
- d24cc39 zip up the output after doing all the skins by Jonathan Gordon · 15 years ago
- f9f6f90 Theme Editor: Fixed parsing bug that allowed comments to form a new logical line in a skin document by Robert Bieber · 15 years ago
- 9f2e1b1 Theme Editor: Got a barely functional treeview in place by Robert Bieber · 15 years ago
- 9843626 Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ParseTreeModel by Robert Bieber · 15 years ago
- e8ec204 make the script zip the output by Jonathan Gordon · 15 years ago
- 04130c2 be smarter about %xd so it only eats 2 letters if that image has subimages by Jonathan Gordon · 15 years ago
- 8cd3f84 fix error when a comment is on the last line of the file by Jonathan Gordon · 15 years ago
- 6980c1e Theme Editor: Got code generation tentatively working along with a solid C++ tree structure for WPS parse trees by Robert Bieber · 15 years ago
- bdb6bf5 Add the beggingings of a perl script to run the update over a whole theme zip file... someoene who knows perl please finish this :D by Jonathan Gordon · 15 years ago
- 71cec64 dead simple Makefile by Jonathan Gordon · 15 years ago
- 9262a83 fix %Xl tag... this shuold be useable now by Jonathan Gordon · 15 years ago
- 20dcf0b %aX should have been %ax.. by Jonathan Gordon · 15 years ago
- 8ea056d Theme Editor: Fixed a bug in the subline parser, added a LINE element to contain logical lines, working on data model by Robert Bieber · 15 years ago
- fc33355 handle # comments and fix some printfs which should be fprintf by Jonathan Gordon · 15 years ago
- 4e0f7f6 make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or outfile by Jonathan Gordon · 15 years ago
- e7ef935 first go at a general skin updater program. not very useful yet by Jonathan Gordon · 15 years ago
- 7b19735 fix rtc tag mistake by Jonathan Gordon · 15 years ago
- 565cd00 Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window) by Robert Bieber · 15 years ago
- eeef8f6 add all the known tags to the table. Nothing is done about target specific tags yet by Jonathan Gordon · 15 years ago
- a089fcc Added a README and a missing copyright header to the theme editor files by Robert Bieber · 15 years ago
- 0769fc5 Fixed some memory leaks in the theme editor by Robert Bieber · 15 years ago
- 1937b1b Fixed some bugs in the theme editor, added the tags with parameters to the tag table by Robert Bieber · 15 years ago
- d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago
- ff6b042 mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa AMS OF by Rafaël Carré · 15 years ago
- 9de9b9d Take version number from SVN, or via VERSION variable in Makefile - i.e. use "make VERSION=v1.0" to build with that version number. by Dave Chapman · 15 years ago
- cdcca87 Add support for the Cowon S9, based on the information from http://iaudiophile.net/forums/showthread.php?t=36073 by Dave Chapman · 15 years ago
- 6434986 Wrong file name in time-sync utility makefile by Bertrik Sikken · 15 years ago
- 371c330 Add simple bootchart -> gnuplot shell script by Maurus Cuelenaere · 15 years ago
- e32f28b amsinfo: do not assume library blocks always have the same size by Rafaël Carré · 15 years ago
- f508855 Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don't recalculate the width in these functions. by Teruaki Kawashima · 15 years ago
- a37e43c Move sample.emacs to utils/editors by Tomer Shalev · 15 years ago
- 74c5033 wps.vim : Syntax for Rockbox WPS by Tomer Shalev · 15 years ago
- 9af97e7 Have /utils/editors to contain syntax files for WPS and possibly others Rockbox by Tomer Shalev · 15 years ago
- 3e89296 Import ipod-time-sync from libgpod by Maurus Cuelenaere · 15 years ago
- c2dae87 amsinfo: support clip+ firmware format by Rafaël Carré · 15 years ago
- 9096114 Revert an accidental commit that I didn't want to go in. by Robert Menes · 15 years ago
- 29d20d8 Another round of plugin keymaps for the Philips GoGear SA9200. by Robert Menes · 15 years ago
- 46da081 Adjust mknkboot sources path to recently changed location. by Dominik Riebeling · 15 years ago
- a9f3dde Correct the bootloader download path. by Dave Chapman · 15 years ago
- 9a76581 Add support for building OSX disk image of beastpatcher. by Barry Wardell · 15 years ago
- 304fcbe Get beastpatcher working on OSX. by Barry Wardell · 15 years ago
- 1992c38 Update bootloader download location and add a note about building with VS2005. by Dominik Riebeling · 15 years ago
- b82963b Move mknkboot.[ch] to beastpatcher folder. by Dominik Riebeling · 15 years ago
- 03f88d5 Replace amsinfo by another version which: by Rafaël Carré · 15 years ago
- 55cd14f Make beastpatcher build with VS2005 again. by Dominik Riebeling · 15 years ago