summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-11-30Very small code shuffle to maybe make parseing %if() a smidgen fasterJonathan Gordon
2010-11-28Hopefully fix a crash using %if() with stringsJonathan Gordon
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon
2010-11-12Android: Fix compilation failureThomas Martitz
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken
2010-11-11fix warningsJonathan Gordon
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-11-05Make the context menu pop up instantly after the long press timeout when hold...Thomas Martitz
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz
2010-11-04Adapt icon loading to get_user_file_path()Thomas Martitz
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz
2010-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima
2010-10-25Make pitchscreen absolute point mode compatible.Thomas Martitz
2010-10-25reduce ramusage slightly.Teruaki Kawashima
2010-10-18Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon
2010-10-16Make two local functions static in skin_tokens.cBertrik Sikken
2010-10-16skin_engine: struct gui_skin can be staticBertrik Sikken
2010-10-16fix loding of default remote viewers icons.Teruaki Kawashima
2010-10-16Fix FS#10981: Viewers icons applied incorrectly.Teruaki Kawashima
2010-10-14Fix warning on USB_NONE targetsJonathan Gordon
2010-10-13Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon
2010-10-12improvement for bar tag with slider.Teruaki Kawashima
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon
2010-10-12Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon
2010-10-11check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz
2010-10-10Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz
2010-10-10Make skin_render_playlistviewer() noinline. This function uses lots of stack ...Frank Gevaerts
2010-10-10Revert accidental commit of skin_render.cFrank Gevaerts
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts
2010-10-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon
2010-10-10Add "resumeplayback" touchscreen button action which returns you to the previ...Jonathan Gordon
2010-10-09fix a stupid typo in the vertical bar tag parser, spotted by teruJonathan Gordon
2010-10-09Fix several inaccuracies in list handling on touchscreen.Thomas Martitz
2010-10-08fix displaying of the slider when default is used for pb->y and pb->height.Teruaki Kawashima
2010-10-07use CONTEXT_LIST in simplelist_show_list() so that button combinations for pa...Teruaki Kawashima
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-10-04Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical...Jonathan Gordon
2010-10-03correct drawing of the bar type tags when nofill is set.Teruaki Kawashima
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima
2010-09-29explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima