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
/
skin_display.c
Age
Commit message (
Expand
)
Author
2010-05-12
fix the last of the reds, and make RDS tags actually work (and add them to th...
Jonathan Gordon
2010-05-12
fix red and yellow (most of it anyway)
Jonathan Gordon
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
2010-05-09
slightly rework peakmeter handling to make it cleaner and be able to be used ...
Jonathan Gordon
2010-05-07
Minor const police raid.
Steve Bavin
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-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
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-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-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
Fix FS#11058 - conditionl viewports cause sublines to go a bit crazy
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-02-20
WPS: Use helper local variable instead of its value (no functional change)
Tomer Shalev
2010-02-18
fix yellow
Jonathan Gordon
2010-02-18
basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so...
Jonathan Gordon
2010-02-08
revert r24478 and make the backdrop behaviour the same as it used to be (so w...
Jonathan Gordon
2010-02-03
fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...
Jonathan Gordon
2010-02-01
make sure skins always draw with their backdrop, otherwise the backdrop only ...
Jonathan Gordon
2010-01-29
skin rework (FS#10922) notable changes:
Jonathan Gordon
2010-01-15
Get rid of those horrible macros to protect against NULL reference when looki...
Jonathan Gordon
2010-01-13
Fix red and yellow. HWCODEC cant see the metadata for more than the next trac...
Jonathan Gordon
2010-01-13
FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...
Jonathan Gordon
2010-01-07
RTL language enhancements by Tomers Shalev and I.
Jonathan Gordon
2010-01-03
Fix further tabs
Andree Buschmann
2009-12-21
Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally enal...
Jonathan Gordon
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
2009-11-16
Fix some drawing problems when displaying the WPS initially with sbs enabled....
Thomas Martitz
2009-11-04
Fix viewport "UI area" to work based on what was agreed on last week in the m...
Jonathan Gordon
2009-11-01
Move find_viewport() and find_image() to skin_parser.c where the reset of the...
Thomas Martitz
2009-11-01
Fix red - statusbar_position() is a macro.
Thomas Martitz
2009-11-01
Cleanup includes a bit.
Thomas Martitz
2009-10-20
Fix a few potential redraw problems with the custom statusbar and wps fightin...
Thomas Martitz
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
2009-10-16
Fix Player, checkwps and database tools
Thomas Martitz
2009-10-16
Revert r23212, I committed it accidentally.
Thomas Martitz
2009-10-16
initial custom statusbar commit
Thomas Martitz
2009-10-16
Rework albumart buffering internally to allow for mutliple albumart sizes.
Thomas Martitz
2009-10-16
Make the skin engine behave sane if the skin's id3 pointer is NULL (the one i...
Thomas Martitz
2009-10-14
Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...
Thomas Martitz
[next]