summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.c
AgeCommit message (Expand)Author
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon
2010-05-07Minor const police raid.Steve Bavin
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon
2010-05-05fix player red.Jonathan Gordon
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon
2010-04-192 quick fixes Jonathan Gordon
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken
2010-04-17drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon
2010-04-17use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi...Jonathan Gordon
2010-04-11shuld fix red and yellowJonathan Gordon
2010-04-11Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon
2010-03-23revert r25271 which caused more problems than it tried to fixJonathan Gordon
2010-03-21there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon
2010-03-03Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon
2010-03-02fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon
2010-02-20WPS: Use helper local variable instead of its value (no functional change)Tomer Shalev
2010-02-18fix yellowJonathan Gordon
2010-02-18basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so...Jonathan Gordon
2010-02-08revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon
2010-02-03fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...Jonathan Gordon
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