summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis1-8/+6
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz1-0/+3
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz1-15/+3
2011-02-01Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz1-2/+2
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz1-1/+10
2011-01-29Ugh, remove debug output.Thomas Martitz1-1/+0
2011-01-29Improve sometimes glitchy touchscreen handling in the pitchscreen.Thomas Martitz1-7/+24
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann2-3/+2
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon5-3/+40
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-1/+0
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji1-1/+1
2011-01-15fix FS#11835: %Lt tag doesn't work on targets with more than 1 screen.Teruaki Kawashima1-3/+1
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon4-5/+46
2011-01-13here tooJonathan Gordon1-1/+1
2011-01-13remove unecessary (duplicated even) headerJonathan Gordon1-1/+0
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon4-0/+40
2010-12-10Oops, unintended change slipped in.Thomas Martitz1-2/+0
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz1-0/+2
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz5-24/+10
2010-11-30Very small code shuffle to maybe make parseing %if() a smidgen fasterJonathan Gordon1-8/+8
2010-11-28Hopefully fix a crash using %if() with stringsJonathan Gordon1-2/+2
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon4-3/+36
2010-11-12Android: Fix compilation failureThomas Martitz1-0/+2
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken1-0/+11
2010-11-11fix warningsJonathan Gordon1-1/+1
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon1-0/+5
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-1/+11
2010-11-05Make the context menu pop up instantly after the long press timeout when hold...Thomas Martitz1-8/+13
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz2-9/+9
2010-11-04Adapt icon loading to get_user_file_path()Thomas Martitz1-1/+4
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon2-1/+19
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-7/+7
2010-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz3-67/+275
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon2-0/+12
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima2-4/+3
2010-10-25Make pitchscreen absolute point mode compatible.Thomas Martitz1-20/+164
2010-10-25reduce ramusage slightly.Teruaki Kawashima1-36/+27
2010-10-18Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon1-6/+10
2010-10-16Make two local functions static in skin_tokens.cBertrik Sikken1-3/+3
2010-10-16skin_engine: struct gui_skin can be staticBertrik Sikken1-1/+1
2010-10-16fix loding of default remote viewers icons.Teruaki Kawashima1-12/+13
2010-10-16Fix FS#10981: Viewers icons applied incorrectly.Teruaki Kawashima1-1/+1
2010-10-14Fix warning on USB_NONE targetsJonathan Gordon1-1/+1
2010-10-13Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon1-1/+11
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon3-30/+37
2010-10-12improvement for bar tag with slider.Teruaki Kawashima3-21/+41
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon1-8/+25
2010-10-12Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon1-2/+3
2010-10-11check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima1-2/+6
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz3-4/+4