summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine (follow)
Commit message (Expand)AuthorAge
* fix the %Ti (preset index) not working with conditionls correctlyJonathan Gordon2010-05-24
* make radioart work in the sbsJonathan Gordon2010-05-21
* pass pointers around instead of coping whole structsJonathan Gordon2010-05-20
* skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get...Teruaki Kawashima2010-05-20
* skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...Teruaki Kawashima2010-05-19
* count is being used as the value of the last item to show, so rename it to no...Jonathan Gordon2010-05-17
* the fm presets list should wrap.. so make that workJonathan Gordon2010-05-17
* Rearrange statements for a small binsize reduction; delete unneeded bracesAlexander Levin2010-05-16
* fix a minor fms presetlist viewer bug with displaying prev when you are on th...Jonathan Gordon2010-05-16
* FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon2010-05-16
* Format FM frequency depending on the regional settings (FS#11273)Alexander Levin2010-05-15
* Correct detection of the absence of the current presetAlexander Levin2010-05-13
* fix the freq bar after music playsJonathan Gordon2010-05-13
* fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon2010-05-13
* Avoid duplicated code, create a formatting function for FM frequencyAlexander Levin2010-05-12
* fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon2010-05-12
* fix red and yellow (most of it anyway)Jonathan Gordon2010-05-12
* FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2010-05-12
* ok, use a smaller font size on shorter display targets (3K instead of 10K)Jonathan Gordon2010-05-12
* Borrow another 10K to make sure multifont will have room on even the smallers...Jonathan Gordon2010-05-12
* slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon2010-05-09
* revert those last few...Jonathan Gordon2010-05-09
* mono targets dont support backdrops so dont use that #defineJonathan Gordon2010-05-09
* fix redJonathan Gordon2010-05-09
* use a better value for the needed skin buffer sizeJonathan Gordon2010-05-09
* Minor const police raid.Steve Bavin2010-05-07
* Fix some more snprintf related warnings.Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon2010-05-06
* fix player red.Jonathan Gordon2010-05-05
* Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon2010-05-05
* Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon2010-04-25
* Fix grammar in the comment (make code non offending :-)Alexander Levin2010-04-21
* really fix "%pv|something else" this timeJonathan Gordon2010-04-20
* 2 quick fixes Jonathan Gordon2010-04-19
* Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken2010-04-18
* fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...Jonathan Gordon2010-04-17
* drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon2010-04-17
* use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi...Jonathan Gordon2010-04-17
* allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...Jonathan Gordon2010-04-13
* shuld fix red and yellowJonathan Gordon2010-04-11
* Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon2010-04-11
* revert r25271 which caused more problems than it tried to fixJonathan Gordon2010-03-23
* there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon2010-03-21
* woops, elapsed is ms not HZ and how did that extra + get in there?Jonathan Gordon2010-03-18
* fix yelllow and add those tags to the debug outputJonathan Gordon2010-03-18
* 2 new tags:Jonathan Gordon2010-03-18
* rearrange the skin loading to remove some code dupeJonathan Gordon2010-03-15
* fix the remote font not working when there is no .rsbs loadedJonathan Gordon2010-03-15
* fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon2010-03-14