index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
Age
Commit message (
Expand
)
Author
2010-05-06
Fix some more snprintf related warnings.
Thomas Martitz
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
If dircache and database "load to ram" is enabled then get the id3 info from ...
Jonathan Gordon
2010-05-05
fix player red.
Jonathan Gordon
2010-05-05
Make it possible to move the UI viewport using conditional viewports.
Jonathan Gordon
2010-04-25
Make battery level (%bl) work with the bmp bars drawer like %pb and %pv
Jonathan Gordon
2010-04-21
Fix grammar in the comment (make code non offending :-)
Alexander Levin
2010-04-20
really fix "%pv|something else" this time
Jonathan Gordon
2010-04-19
2 quick fixes
Jonathan Gordon
2010-04-18
Move audio_peek_track declaration from skin_display.c to audio.h
Bertrik Sikken
2010-04-17
fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...
Jonathan Gordon
2010-04-17
drop the playlist viewer stack usage by reading straiught off the buffer inst...
Jonathan Gordon
2010-04-17
use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi...
Jonathan Gordon
2010-04-13
allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...
Jonathan Gordon
2010-04-11
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-03-23
revert r25271 which caused more problems than it tried to fix
Jonathan Gordon
2010-03-21
there is a difference between viewports which shouldnt be cleared (the defaul...
Jonathan Gordon
2010-03-18
woops, elapsed is ms not HZ and how did that extra + get in there?
Jonathan Gordon
2010-03-18
fix yelllow and add those tags to the debug output
Jonathan Gordon
2010-03-18
2 new tags:
Jonathan Gordon
2010-03-15
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-14
fiddle with the skin debug output so the load lines arnt shown unless debugwp...
Jonathan Gordon
2010-03-07
revert r25054 - tags which have an off and a list of option should have off a...
Jonathan Gordon
2010-03-07
Slightly change how %Li works when used as a conditional. last part is select...
Teruaki Kawashima
2010-03-07
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...
Teruaki Kawashima
2010-03-06
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-03
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
Fix FS#11058 - conditionl viewports cause sublines to go a bit crazy
Jonathan Gordon
2010-03-03
some small debug info fixes, add %Li and %lt and make uppercase subimage labe...
Jonathan Gordon
2010-03-03
remove a nonsense outdate warning. there is no token limit anymore
Jonathan Gordon
2010-03-03
undo that last undo, make the font loader more forgiving to user errors
Jonathan Gordon
2010-03-02
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-01
Revert r24958. It didn't fix anything (in fact, the problem described didn't ...
Thomas Martitz
2010-02-28
Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...
Bertrik Sikken
2010-02-28
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-27
Add playlist viewer screen to %cs.
Thomas Martitz
2010-02-27
Set missing svn properties
Nils Wallménius
2010-02-27
Store the list of fonts in a linked list instead of in a static array (togeth...
Thomas Martitz
2010-02-26
2 new tags for the base skin.
Jonathan Gordon
2010-02-24
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
[next]