summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2014-01-07skin_engine: Adapt put_line().Thomas Martitz4-65/+54
2014-01-07lists: Adapt put_line().Thomas Martitz4-241/+153
2014-01-07Introduce put_line().Thomas Martitz2-0/+466
2014-01-07icons: Provide accessors to the icon format (mono or native).Thomas Martitz2-0/+22
2014-01-07icons: Remove automatic left padding if x == 0.Thomas Martitz2-6/+3
2014-01-07lcd-charcell: Correct get_icon_width() stub, everything is 1 char wide.Thomas Martitz1-1/+1
2013-12-30Fix build errorJonathan Gordon1-0/+2
2013-12-29skin_engine: unload skin backdrops when the skins are resetJonathan Gordon1-0/+2
2013-12-23fix some reds.Thomas Martitz1-0/+2
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-2/+0
2013-12-14scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz1-2/+7
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz10-22/+21
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-1/+1
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-20/+20
2013-06-23skin_engine: Fix crash on skin_reset (e.g. on language change).Thomas Martitz1-1/+2
2013-06-09Fix warning (move variable into #ifdef section).Thomas Martitz1-2/+2
2013-06-09Fix reds (this code needs #ifdef HAVE_ALBUMART)Thomas Martitz1-0/+2
2013-06-09skin_engine: Fix albumart logic on skin reloading.Thomas Martitz3-22/+24
2013-03-28simplelist: Fix simplelist_set_line_count() so it actually sets the countJonathan Gordon1-2/+6
2013-02-28Revert "skin tags: fix the id3 track/disc numbers in conditionals"Jonathan Gordon1-12/+2
2013-02-26checkwps: show a helpful error if the parser callback errors outJonathan Gordon1-3/+3
2013-02-26skin engine: Relax the AA load width/height checksJonathan Gordon1-4/+0
2013-02-21skin tags: fix the id3 track/disc numbers in conditionalsJonathan Gordon1-2/+12
2013-02-19Theme Engine: Fix progress bar slider (FS#12823)Alex Mayer1-8/+4
2013-02-13list widget: undo part of aaf3065Jonathan Gordon1-2/+0
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon6-6/+56
2013-02-12simplelist: Make better use of the static buffer and simplify APIJonathan Gordon2-18/+18
2013-02-12Fix (c) notice which was apparently copy/pasted from a completly unrelated fileJonathan Gordon1-2/+1
2013-02-11remove unused membersJonathan Gordon1-8/+0
2013-02-06gui: Fix \t indenting for RTL langs in the lists (DB folder chooser)Jonathan Gordon1-4/+18
2013-01-18lists: Fix item indentation in RTL to match LTR behavior (which is no indenta...Thomas Martitz1-1/+2
2013-01-17touchscreen: Fix kinetic and swipe scrolling outside of the list viewport.Thomas Martitz1-57/+59
2013-01-15album art display: Fix RTL handling for the album art skin tagJonathan Gordon1-5/+5
2013-01-03radio screen: Disable displaying radio art, FS#12797Jonathan Gordon1-1/+1
2012-12-099 segment bitmap drawing:Jonathan Gordon5-6/+15
2012-08-28Make the recorder build with HAVE_LCD_FLIP disabled.Frank Gevaerts1-0/+4
2012-08-15yesno/touchscreen: Only accept on touch release.Thomas Martitz1-1/+1
2012-08-15folder_select: fix problem when selecting / as folder.Thomas Martitz1-4/+12
2012-08-15Fix missed buttons in action.c if action_wait_for_release() was calledThomas Martitz1-2/+4
2012-08-14We should reload the playlist control file when leavingFred W. Bauer1-0/+3
2012-08-14Revert "fix erroneous button read in yesno screen and missed buttons in actio...Jonathan Gordon1-5/+2
2012-08-13folder selector: handle long press to invert selection/select all.Jonathan Gordon1-2/+41
2012-08-06Fix skin engine error messageJonathan Gordon1-2/+1
2012-07-30New GUI browser to select one (or more) folders.Thomas Martitz2-0/+509
2012-07-29skin_engine: Support percentages for viewport positioningJonathan Gordon2-0/+9
2012-07-19lists: Support '\t' in list item text to indent the line containing it.Jonathan Gordon1-0/+26
2012-07-18fix erroneous button read in yesno screen and missed buttons in action.c.Thomas Martitz1-2/+5
2012-07-06skin_engine: Make pressing the setting bar touch region workJonathan Gordon4-1/+40
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon6-0/+65
2012-07-05fix build warningsJonathan Gordon1-2/+2