summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.c
AgeCommit message (Expand)Author
2010-02-01make sure skins always draw with their backdrop, otherwise the backdrop only ...Jonathan Gordon
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-15Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon
2010-01-13Fix red and yellow. HWCODEC cant see the metadata for more than the next trac...Jonathan Gordon
2010-01-13FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon
2010-01-07RTL language enhancements by Tomers Shalev and I.Jonathan Gordon
2010-01-03Fix further tabsAndree Buschmann
2009-12-21Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally enal...Jonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-11-16Fix some drawing problems when displaying the WPS initially with sbs enabled....Thomas Martitz
2009-11-04Fix viewport "UI area" to work based on what was agreed on last week in the m...Jonathan Gordon
2009-11-01Move find_viewport() and find_image() to skin_parser.c where the reset of the...Thomas Martitz
2009-11-01Fix red - statusbar_position() is a macro.Thomas Martitz
2009-11-01Cleanup includes a bit.Thomas Martitz
2009-10-20Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz
2009-10-19Initial custom statusbar commit.Thomas Martitz
2009-10-16Fix Player, checkwps and database toolsThomas Martitz
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz
2009-10-16initial custom statusbar commitThomas Martitz
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz
2009-10-16Make the skin engine behave sane if the skin's id3 pointer is NULL (the one i...Thomas Martitz
2009-10-14Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz
2009-10-12fix a redraw bug when a static token (like %C) is the only token on a sub/lin...Jonathan Gordon
2009-10-05redraw the AA much less frequently to save bettery life and also let skins dr...Jonathan Gordon
2009-09-18fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...Jonathan Gordon
2009-09-17Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ...Thomas Martitz
2009-09-13Remove some trailing whitespaces in in the skin engine files.Thomas Martitz
2009-09-09fix the first subline not displaying properlyJonathan Gordon
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-09-02rename wps_[sub]line to skin_[sub]lineJonathan Gordon
2009-09-02fix player's redJonathan Gordon
2009-09-02Almost the last of the skin ram wastage fixing... This one moved the line/sub...Jonathan Gordon
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun
2009-08-27Do some #ifdef'ing to make the Player happy.Thomas Martitz
2009-08-26Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...Thomas Martitz
2009-08-19conditional viewports are allowed to share labels.. so make sure they are all...Jonathan Gordon
2009-08-18store the image label instead of a number so debug output is actually useful ...Jonathan Gordon
2009-08-18move viewports into the skin buffer, no more viewport limit on the skinJonathan Gordon
2009-08-16fix playerJonathan Gordon
2009-08-16more wps->skin engine work..Jonathan Gordon
2009-08-06more wps->skin moving/renamingJonathan Gordon