index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
skinupdater
/
skinupdater.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-09
SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par...
Jonathan Gordon
1
-1
/
+17
2010-06-09
fix %Vp updating...
Jonathan Gordon
1
-1
/
+16
2010-06-08
The real reason to change the %C was to remove a very nasty hack!
Jonathan Gordon
1
-5
/
+16
2010-06-08
fix %Vi again
Jonathan Gordon
1
-1
/
+5
2010-06-08
change to %Cd to display albumart (instead of %C to make it more consistant w...
Jonathan Gordon
1
-0
/
+8
2010-06-08
fix FS#11384, skinupdater barfed on %Xd and %Vi
Jonathan Gordon
1
-1
/
+14
2010-06-02
change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign...
Jonathan Gordon
1
-1
/
+72
2010-06-02
we need to escape more chars now, so fix that. test skins with this update pa...
Jonathan Gordon
1
-2
/
+19
2010-05-30
add support for the possible viewport colour tags (%Vf and %Vb). use -c to di...
Jonathan Gordon
1
-2
/
+45
2010-05-29
be smarter about %xd so it only eats 2 letters if that image has subimages
Jonathan Gordon
1
-3
/
+15
2010-05-29
fix error when a comment is on the last line of the file
Jonathan Gordon
1
-1
/
+1
2010-05-28
Add the beggingings of a perl script to run the update over a whole theme zip...
Jonathan Gordon
1
-0
/
+21
2010-05-28
fix %Xl tag... this shuold be useable now
Jonathan Gordon
1
-3
/
+3
2010-05-28
%aX should have been %ax..
Jonathan Gordon
1
-13
/
+81
2010-05-27
handle # comments and fix some printfs which should be fprintf
Jonathan Gordon
1
-2
/
+9
2010-05-27
make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or o...
Jonathan Gordon
1
-6
/
+26
2010-05-27
first go at a general skin updater program. not very useful yet
Jonathan Gordon
1
-0
/
+199