summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2010-03-15rearrange the skin loading to remove some code dupeJonathan Gordon
2010-03-15fix the remote font not working when there is no .rsbs loadedJonathan Gordon
2010-03-14fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon
2010-03-13fix FS#11100 - statusbar would show up on multiscreen targets if either scree...Jonathan Gordon
2010-03-12Change USB HID mode string from just "Multimedia Mode" (or similar) to say "U...Torne Wuff
2010-03-08Make mini2440 compile again.Thomas Martitz
2010-03-07revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon
2010-03-07Slightly change how %Li works when used as a conditional. last part is select...Teruaki Kawashima
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren
2010-03-06fix yellowJonathan Gordon
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon
2010-03-03Don't call this two, it's uneeded (and would crash since they're INIT_ATTR).Thomas Martitz
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-03-03FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon
2010-03-03remove some gremlins... viewport_set_*() sets the font to the UI font for tha...Jonathan Gordon
2010-03-03make %Fl (font load) more consistant with bmp loading and require the whole f...Jonathan Gordon
2010-03-03fix FS#10926 - backlight turning off stops track info being updatedJonathan Gordon
2010-03-03Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon
2010-03-03some small debug info fixes, add %Li and %lt and make uppercase subimage labe...Jonathan Gordon
2010-03-03remove a nonsense outdate warning. there is no token limit anymoreJonathan Gordon
2010-03-03undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon
2010-03-02revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon
2010-03-02fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon
2010-03-02fix redJonathan Gordon
2010-03-02* Make the user font count more saneJonathan Gordon
2010-03-01Revert r24958. It didn't fix anything (in fact, the problem described didn't ...Thomas Martitz
2010-02-28Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...Bertrik Sikken
2010-02-28set viewport to default one just for safe.Teruaki Kawashima
2010-02-28move a #ifdef so the full amount of user choosable skin fonts are avilable on...Jonathan Gordon
2010-02-28redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon
2010-02-27Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli
2010-02-27Add playlist viewer screen to %cs.Thomas Martitz
2010-02-27Fix dead parts of the wps when leaving it.Thomas Martitz
2010-02-27Set missing svn propertiesNils Wallménius
2010-02-27mark array as const and use ARRAYLEN macro for calculating length of the arrayNils Wallménius
2010-02-27Store the list of fonts in a linked list instead of in a static array (togeth...Thomas Martitz
2010-02-26fix 64bit warningJonathan Gordon
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon
2010-02-26Fix the list showing an empty line at the bottom if the sbs is handling the t...Jonathan Gordon
2010-02-26small change to how the quickscreen fixes its viewportsJonathan Gordon
2010-02-262 new tags for the base skin.Jonathan Gordon
2010-02-25Quickscreen: add more check for case that qs item is not set.Teruaki Kawashima
2010-02-24Change how touchscreen regions work slightly... "It modifies the behaviour of...Jonathan Gordon
2010-02-24make the parser spit out filenames of images it cant loadJonathan Gordon
2010-02-24some minor changes to checkwps, shouldn't change anythingJonathan Gordon
2010-02-23Quickscreen: Hande case where not all quick settings are definesTomer Shalev
2010-02-22correct checking size in function get_image_filename.Teruaki Kawashima
2010-02-21statusbar_position should also return enum statusbar_values if it's a macroFrank Gevaerts