summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
AgeCommit message (Expand)Author
2010-05-31draw markers on the FM frequency bar for presets (like cuesheet markers in th...Jonathan Gordon
2010-05-24fix the %Ti (preset index) not working with conditionls correctlyJonathan Gordon
2010-05-21make radioart work in the sbsJonathan Gordon
2010-05-20pass pointers around instead of coping whole structsJonathan Gordon
2010-05-20skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get...Teruaki Kawashima
2010-05-19skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...Teruaki Kawashima
2010-05-17count is being used as the value of the last item to show, so rename it to no...Jonathan Gordon
2010-05-17the fm presets list should wrap.. so make that workJonathan Gordon
2010-05-16Rearrange statements for a small binsize reduction; delete unneeded bracesAlexander Levin
2010-05-16fix a minor fms presetlist viewer bug with displaying prev when you are on th...Jonathan Gordon
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon
2010-05-15Format FM frequency depending on the regional settings (FS#11273)Alexander Levin
2010-05-13Correct detection of the absence of the current presetAlexander Levin
2010-05-13fix the freq bar after music playsJonathan Gordon
2010-05-13fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon
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