summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-03make %Fl (font load) more consistant with bmp loading and require the whole f...Jonathan Gordon1-2/+7
2010-03-03fix FS#10926 - backlight turning off stops track info being updatedJonathan Gordon1-1/+2
2010-03-03Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon1-1/+1
2010-03-03some small debug info fixes, add %Li and %lt and make uppercase subimage labe...Jonathan Gordon1-1/+13
2010-03-03remove a nonsense outdate warning. there is no token limit anymoreJonathan Gordon1-5/+0
2010-03-03undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon2-18/+22
2010-03-02revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon2-21/+17
2010-03-02fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon2-9/+19
2010-03-02fix redJonathan Gordon1-0/+4
2010-03-02* Make the user font count more saneJonathan Gordon2-17/+17
2010-03-01Revert r24958. It didn't fix anything (in fact, the problem described didn't ...Thomas Martitz1-1/+1
2010-02-28Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...Bertrik Sikken1-2/+2
2010-02-28set viewport to default one just for safe.Teruaki Kawashima1-12/+12
2010-02-28move a #ifdef so the full amount of user choosable skin fonts are avilable on...Jonathan Gordon1-2/+2
2010-02-28redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon2-48/+25
2010-02-27Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli1-0/+4
2010-02-27Add playlist viewer screen to %cs.Thomas Martitz1-0/+3
2010-02-27Fix dead parts of the wps when leaving it.Thomas Martitz1-1/+4
2010-02-27Set missing svn propertiesNils Wallménius4-4/+4
2010-02-27mark array as const and use ARRAYLEN macro for calculating length of the arrayNils Wallménius1-3/+3
2010-02-27Store the list of fonts in a linked list instead of in a static array (togeth...Thomas Martitz3-16/+104
2010-02-26fix 64bit warningJonathan Gordon1-1/+2
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon3-4/+99
2010-02-26Fix the list showing an empty line at the bottom if the sbs is handling the t...Jonathan Gordon1-1/+2
2010-02-26small change to how the quickscreen fixes its viewportsJonathan Gordon1-3/+3
2010-02-262 new tags for the base skin.Jonathan Gordon8-1/+45
2010-02-25Quickscreen: add more check for case that qs item is not set.Teruaki Kawashima1-19/+25