summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
AgeCommit message (Expand)Author
2010-05-12Avoid duplicated code, create a formatting function for FM frequencyAlexander Levin
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-12ok, use a smaller font size on shorter display targets (3K instead of 10K)Jonathan Gordon
2010-05-12Borrow another 10K to make sure multifont will have room on even the smallers...Jonathan Gordon
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon
2010-05-09revert those last few...Jonathan Gordon
2010-05-09mono targets dont support backdrops so dont use that #defineJonathan Gordon
2010-05-09fix redJonathan Gordon
2010-05-09use a better value for the needed skin buffer sizeJonathan Gordon
2010-05-07Minor const police raid.Steve Bavin
2010-05-06Fix some more snprintf related warnings.Thomas Martitz
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-21Fix grammar in the comment (make code non offending :-)Alexander Levin
2010-04-20really fix "%pv|something else" this timeJonathan 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-17fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...Jonathan Gordon
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-13allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...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-18woops, elapsed is ms not HZ and how did that extra + get in there?Jonathan Gordon
2010-03-18fix yelllow and add those tags to the debug outputJonathan Gordon
2010-03-182 new tags:Jonathan Gordon
2010-03-15rearrange the skin loading to remove some code dupeJonathan Gordon
2010-03-15fix the remote font not working when there is no .rsbs loadedJonathan Gordon
2010-03-14fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon
2010-03-07revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon
2010-03-07Slightly change how %Li works when used as a conditional. last part is select...Teruaki Kawashima
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-03FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon
2010-03-03remove some gremlins... viewport_set_*() sets the font to the UI font for tha...Jonathan Gordon
2010-03-03make %Fl (font load) more consistant with bmp loading and require the whole f...Jonathan Gordon
2010-03-03Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon
2010-03-03some small debug info fixes, add %Li and %lt and make uppercase subimage labe...Jonathan Gordon
2010-03-03remove a nonsense outdate warning. there is no token limit anymoreJonathan Gordon
2010-03-03undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon
2010-03-02revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon
2010-03-02fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon