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-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
2009-10-12
fix a redraw bug when a static token (like %C) is the only token on a sub/lin...
Jonathan Gordon
2009-10-05
redraw the AA much less frequently to save bettery life and also let skins dr...
Jonathan Gordon
2009-09-18
fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...
Jonathan Gordon
2009-09-17
Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ...
Thomas Martitz
2009-09-13
Remove some trailing whitespaces in in the skin engine files.
Thomas Martitz
2009-09-09
fix the first subline not displaying properly
Jonathan Gordon
2009-09-07
rework AA load/display handling in the skins to get them working in viewports...
Jonathan Gordon
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
2009-09-02
rename wps_[sub]line to skin_[sub]line
Jonathan Gordon
2009-09-02
fix player's red
Jonathan Gordon
2009-09-02
Almost the last of the skin ram wastage fixing... This one moved the line/sub...
Jonathan Gordon
2009-08-29
Add stride defines to support vertical strides
Karl Kurbjun
2009-08-27
Do some #ifdef'ing to make the Player happy.
Thomas Martitz
2009-08-26
Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...
Thomas Martitz
2009-08-19
conditional viewports are allowed to share labels.. so make sure they are all...
Jonathan Gordon
2009-08-18
store the image label instead of a number so debug output is actually useful ...
Jonathan Gordon
2009-08-18
move viewports into the skin buffer, no more viewport limit on the skin
Jonathan Gordon
2009-08-16
fix player
Jonathan Gordon
2009-08-16
more wps->skin engine work..
Jonathan Gordon
2009-08-06
more wps->skin moving/renaming
Jonathan Gordon