summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2010-05-31draw markers on the FM frequency bar for presets (like cuesheet markers in th...Jonathan Gordon
2010-05-25fix red, but this might not be the best long term solution.Jonathan Gordon
2010-05-25remove a stray printfJonathan Gordon
2010-05-25fix FS#11321 - the x5 remote used the wrong coloursJonathan Gordon
2010-05-25fix remote statusbar not being updated if it is enabled on both displaysJonathan 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-20redo r25569 so the screen is only cleared once instead of every update (which...Jonathan 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-17splash.c: correct calculation of y coordinate of splash.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-15Fix include problemJeffrey Goode
2010-05-14Fix remaining reds/yellows.Thomas Martitz
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-12Fix F_T_SOUND voicing for decimals and physical values.Michael Sevakis
2010-05-12Have option_get_valuestring always call sound_val2phys before formatting rath...Michael Sevakis
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-09Fix redJeffrey Goode
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode
2010-05-07Minor const police raid.Steve Bavin
2010-05-07Revert hotkey bitmapsJeffrey Goode
2010-05-07Hotkey menu items have their own iconJeffrey Goode
2010-05-06Fix the remaining reds.Thomas Martitz
2010-05-06Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz
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-29fix redJonathan Gordon
2010-04-29centre splashes inside the UI viewport instead of the whole screen. Fixes the...Jonathan Gordon