summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2010-05-20pass pointers around instead of coping whole structsJonathan Gordon3-8/+8
2010-05-20redo r25569 so the screen is only cleared once instead of every update (which...Jonathan Gordon1-7/+2
2010-05-20skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get...Teruaki Kawashima1-17/+14
2010-05-19skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...Teruaki Kawashima1-16/+17
2010-05-17splash.c: correct calculation of y coordinate of splash.Teruaki Kawashima1-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-16Rearrange statements for a small binsize reduction; delete unneeded bracesAlexander Levin1-6/+2
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 Gordon2-4/+21
2010-05-15Format FM frequency depending on the regional settings (FS#11273)Alexander Levin1-21/+32
2010-05-15Fix include problemJeffrey Goode1-0/+1
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-1/+1
2010-05-13Correct detection of the absence of the current presetAlexander Levin1-5/+7
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-12Avoid duplicated code, create a formatting function for FM frequencyAlexander Levin1-8/+18
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon3-2/+11
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon2-2/+2
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon9-93/+355
2010-05-12ok, use a smaller font size on shorter display targets (3K instead of 10K)Jonathan Gordon1-3/+5
2010-05-12Borrow another 10K to make sure multifont will have room on even the smallers...Jonathan Gordon3-5/+7
2010-05-12Fix F_T_SOUND voicing for decimals and physical values.Michael Sevakis1-2/+5
2010-05-12Have option_get_valuestring always call sound_val2phys before formatting rath...Michael Sevakis1-3/+2
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon1-34/+25
2010-05-09revert those last few...Jonathan Gordon1-2/+2
2010-05-09mono targets dont support backdrops so dont use that #defineJonathan Gordon1-2/+2
2010-05-09fix redJonathan Gordon1-1/+1
2010-05-09use a better value for the needed skin buffer sizeJonathan Gordon1-2/+2
2010-05-09Fix redJeffrey Goode1-0/+2
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode1-1/+4
2010-05-07Minor const police raid.Steve Bavin1-1/+1
2010-05-07Revert hotkey bitmapsJeffrey Goode1-1/+0
2010-05-07Hotkey menu items have their own iconJeffrey Goode1-0/+1
2010-05-06Fix the remaining reds.Thomas Martitz1-0/+1
2010-05-06Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz1-0/+1
2010-05-06Fix some more snprintf related warnings.Thomas Martitz2-1/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz12-27/+19
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon2-3/+15
2010-05-05fix player red.Jonathan Gordon1-1/+1
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon7-7/+47
2010-04-29fix redJonathan Gordon1-2/+4
2010-04-29centre splashes inside the UI viewport instead of the whole screen. Fixes the...Jonathan Gordon1-16/+16
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon3-5/+17
2010-04-21Fix grammar in the comment (make code non offending :-)Alexander Levin1-3/+3
2010-04-20really fix "%pv|something else" this timeJonathan Gordon1-1/+1
2010-04-192 quick fixes Jonathan Gordon3-1/+24
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken1-1/+0
2010-04-17fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...Jonathan Gordon1-0/+1
2010-04-17drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon1-6/+4