summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-17use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi...Jonathan Gordon1-8/+5
2010-04-13allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...Jonathan Gordon1-2/+2
2010-04-11Fix two viewport related charcell bugs: crashes in the yesno screen and the U...Jens Arnold2-1/+9
2010-04-11shuld fix red and yellowJonathan Gordon2-2/+2
2010-04-11Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon4-22/+39
2010-04-10Use the existing type instead of defining an ad hoc oneAlexander Levin1-1/+1
2010-04-10Reset the number of lines to 0 when initializing the simple listAlexander Levin1-0/+1
2010-04-10Fix scrolling line artifacts on USB screen - should fix FS#11154Michael Chicoine1-0/+7
2010-04-01Boot charting support.Torne Wuff1-0/+3
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode1-1/+3
2010-03-28Fix "bookmark on stop: ask" when idle poweroff triggers.Torne Wuff1-1/+1
2010-03-23revert r25271 which caused more problems than it tried to fixJonathan Gordon3-14/+15
2010-03-21there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon3-15/+14
2010-03-18woops, elapsed is ms not HZ and how did that extra + get in there?Jonathan Gordon1-4/+4
2010-03-18fix yelllow and add those tags to the debug outputJonathan Gordon2-2/+10
2010-03-182 new tags:Jonathan Gordon3-0/+23
2010-03-15rearrange the skin loading to remove some code dupeJonathan Gordon1-64/+47
2010-03-15fix the remote font not working when there is no .rsbs loadedJonathan Gordon1-0/+5
2010-03-14fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon3-3/+8
2010-03-13fix FS#11100 - statusbar would show up on multiscreen targets if either scree...Jonathan Gordon1-1/+2
2010-03-12Change USB HID mode string from just "Multimedia Mode" (or similar) to say "U...Torne Wuff1-1/+6
2010-03-08Make mini2440 compile again.Thomas Martitz2-7/+5
2010-03-07revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon2-2/+3
2010-03-07Slightly change how %Li works when used as a conditional. last part is select...Teruaki Kawashima1-1/+1
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima1-4/+4
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima9-95/+77
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren1-2/+2
2010-03-06fix yellowJonathan Gordon1-0/+1
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon7-40/+56
2010-03-03Don't call this two, it's uneeded (and would crash since they're INIT_ATTR).Thomas Martitz1-2/+0
2010-03-03FS#10756 - Free unused init codeThomas Martitz4-5/+4
2010-03-03FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon1-0/+6
2010-03-03remove some gremlins... viewport_set_*() sets the font to the UI font for tha...Jonathan Gordon1-0/+2