summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_display.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon1-4/+19
2010-06-06don't draw the presets on the FM frequency bar, they look like crap. This wil...Jonathan Gordon1-1/+1
2010-05-31draw markers on the FM frequency bar for presets (like cuesheet markers in th...Jonathan Gordon1-7/+16
2010-05-21make radioart work in the sbsJonathan Gordon1-1/+1
2010-05-20pass pointers around instead of coping whole structsJonathan Gordon1-1/+1
2010-05-17count is being used as the value of the last item to show, so rename it to no...Jonathan Gordon1-4/+4
2010-05-17the fm presets list should wrap.. so make that workJonathan Gordon1-1/+1
2010-05-16fix a minor fms presetlist viewer bug with displaying prev when you are on th...Jonathan Gordon1-2/+3
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon1-2/+9
2010-05-13fix the freq bar after music playsJonathan Gordon1-5/+5
2010-05-13fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon1-1/+1
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon1-1/+5
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon1-2/+0
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-25/+136
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon1-34/+25
2010-05-07Minor const police raid.Steve Bavin1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon1-3/+12
2010-05-05fix player red.Jonathan Gordon1-1/+1
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon1-0/+4
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon1-2/+10
2010-04-192 quick fixes Jonathan Gordon1-1/+14
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken1-1/+0
2010-04-17drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon1-6/+4
2010-04-17use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi...Jonathan Gordon1-8/+5
2010-04-11shuld fix red and yellowJonathan Gordon1-0/+1
2010-04-11Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon1-8/+22
2010-03-23revert r25271 which caused more problems than it tried to fixJonathan Gordon1-12/+14
2010-03-21there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon1-14/+12
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima1-4/+4
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima1-28/+27
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon1-3/+10
2010-03-03Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon1-1/+1
2010-03-02fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon1-3/+7
2010-02-20WPS: Use helper local variable instead of its value (no functional change)Tomer Shalev1-1/+1
2010-02-18fix yellowJonathan Gordon1-0/+3
2010-02-18basic alignment support (%a|l|c|r|L|R) in the playlist viewer. no sublines so...Jonathan Gordon1-3/+43
2010-02-08revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon1-5/+0
2010-02-03fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...Jonathan Gordon1-1/+1
2010-02-01make sure skins always draw with their backdrop, otherwise the backdrop only ...Jonathan Gordon1-4/+5
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-0/+4
2010-01-15Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon1-26/+34
2010-01-13Fix red and yellow. HWCODEC cant see the metadata for more than the next trac...Jonathan Gordon1-3/+8
2010-01-13FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon1-0/+95
2010-01-07RTL language enhancements by Tomers Shalev and I.Jonathan Gordon1-0/+11
2010-01-03Fix further tabsAndree Buschmann1-2/+2
2009-12-21Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally enal...Jonathan Gordon1-14/+20
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-5/+0
2009-11-16Fix some drawing problems when displaying the WPS initially with sbs enabled....Thomas Martitz1-20/+0
2009-11-04Fix viewport "UI area" to work based on what was agreed on last week in the m...Jonathan Gordon1-1/+1