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