index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
skin_parser.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...
Teruaki Kawashima
2010-05-19
*
fix the last of the reds, and make RDS tags actually work (and add them to th...
Jonathan Gordon
2010-05-12
*
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
2010-05-12
*
Make it possible to move the UI viewport using conditional viewports.
Jonathan Gordon
2010-05-05
*
Make battery level (%bl) work with the bmp bars drawer like %pb and %pv
Jonathan Gordon
2010-04-25
*
Fix grammar in the comment (make code non offending :-)
Alexander Levin
2010-04-21
*
really fix "%pv|something else" this time
Jonathan Gordon
2010-04-20
*
2 quick fixes
Jonathan Gordon
2010-04-19
*
fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...
Jonathan Gordon
2010-04-17
*
allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...
Jonathan Gordon
2010-04-13
*
shuld fix red and yellow
Jonathan Gordon
2010-04-11
*
Rework how progressbars are managed so you can have as many bars in a viewpor...
Jonathan Gordon
2010-04-11
*
2 new tags:
Jonathan Gordon
2010-03-18
*
rearrange the skin loading to remove some code dupe
Jonathan Gordon
2010-03-15
*
fix the remote font not working when there is no .rsbs loaded
Jonathan Gordon
2010-03-15
*
fiddle with the skin debug output so the load lines arnt shown unless debugwp...
Jonathan Gordon
2010-03-14
*
skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...
Teruaki Kawashima
2010-03-06
*
cleanup statusbar+base skin relationship...
Jonathan Gordon
2010-03-06
*
FS#11072 - display the filename of the skin begin parsed in the debug output
Jonathan Gordon
2010-03-03
*
remove some gremlins... viewport_set_*() sets the font to the UI font for tha...
Jonathan Gordon
2010-03-03
*
make %Fl (font load) more consistant with bmp loading and require the whole f...
Jonathan Gordon
2010-03-03
*
undo that last undo, make the font loader more forgiving to user errors
Jonathan Gordon
2010-03-03
*
revert r24989 ad r24990 which are cuasing segfaults... they were working fine...
Jonathan Gordon
2010-03-02
*
fix %pb when the height isnt given and it is in a viewport with a user font (...
Jonathan Gordon
2010-03-02
*
fix red
Jonathan Gordon
2010-03-02
*
* Make the user font count more sane
Jonathan Gordon
2010-03-02
*
Revert r24958. It didn't fix anything (in fact, the problem described didn't ...
Thomas Martitz
2010-03-01
*
move a #ifdef so the full amount of user choosable skin fonts are avilable on...
Jonathan Gordon
2010-02-28
*
redo r24943. the font mappings are not needed once the skin is finished parsi...
Jonathan Gordon
2010-02-28
*
Store the list of fonts in a linked list instead of in a static array (togeth...
Thomas Martitz
2010-02-27
*
2 new tags for the base skin.
Jonathan Gordon
2010-02-26
*
Change how touchscreen regions work slightly... "It modifies the behaviour of...
Jonathan Gordon
2010-02-24
*
make the parser spit out filenames of images it cant load
Jonathan Gordon
2010-02-24
*
some minor changes to checkwps, shouldn't change anything
Jonathan Gordon
2010-02-24
*
correct checking size in function get_image_filename.
Teruaki Kawashima
2010-02-22
*
Fix the mechanism to fail to parse skins if images fail to load and fix havin...
Thomas Martitz
2010-02-21
*
remote multifont fixes. it shoud be working again (blame AlexP! he made me br...
Jonathan Gordon
2010-02-21
*
and actually fix multifont on remote lcd targets also
Jonathan Gordon
2010-02-19
*
fix possible out-of-bounds error on remote lcd targets if they try loading a ...
Jonathan Gordon
2010-02-19
*
Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...
Jonathan Gordon
2010-02-16
*
FS#10984 - multifont! 2 major additions:
Jonathan Gordon
2010-02-14
*
skin rework (FS#10922) notable changes:
Jonathan Gordon
2010-01-29
*
Add a missing #include, make a function static, make touchpad_set_buttonlight...
Bertrik Sikken
2010-01-18
*
outright reject any tags which need a special parser in the wps playlist view...
Jonathan Gordon
2010-01-15
*
fix typo
Jonathan Gordon
2010-01-13
*
FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...
Jonathan Gordon
2010-01-13
*
fix checkwps
Jonathan Gordon
2010-01-07
*
RTL language enhancements by Tomers Shalev and I.
Jonathan Gordon
2010-01-07
*
WPS: Use helper function to parse int value on album-art directive
Tomer Shalev
2009-12-29
*
Make read-only struct const
Bertrik Sikken
2009-12-20
[next]