summaryrefslogtreecommitdiffstats
path: root/apps/gui/bitmap/list.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Fix tree scrolling not showing end of textroman.artiukhin1-2/+1
2022-10-02gui: Remove show/hide selection option in listsAidan MacDonald1-6/+2
2022-10-02gui: Constify list title textAidan MacDonald1-1/+1
2022-04-10bitmap/list.c fix redWilliam Wilgus1-1/+1
2022-04-10gui_synclist move global display settings to list structWilliam Wilgus1-18/+28
2022-01-01gui lists add callback for owner drawn itemsWilliam Wilgus1-32/+100
2021-11-24touchscreen: improved pixelwise scrolling in listsAidan MacDonald1-18/+56
2021-08-22touchscreen: fix smooth scrolling in listsAidan MacDonald1-26/+31
2021-08-22touchscreen: handle scrollbar properly when UI viewport is usedAidan MacDonald1-7/+4
2021-08-10touchscreen: Respect list item selection sizeAidan MacDonald1-2/+6
2021-06-22Touchscreen: absolute point mode scrolling bugfixAidan MacDonald1-1/+1
2021-04-07list: After drawing scrollbars, explcitly switch back to old viewport.Solomon Peachy1-1/+2
2020-12-12list: reset viewport to avoid corrupting the text in the first lineGeorg Gadinger1-1/+1
2020-11-14synclist add method for setting selection colorWilliam Wilgus1-3/+13
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-2/+2
2017-09-07Explicitly provide both cases in conditional (fixes warning)Frank Gevaerts1-1/+1
2014-03-03Touchscreen: Show a line separator in lists.Thomas Martitz1-1/+12
2014-01-07lists: Adapt put_line().Thomas Martitz1-173/+97
2014-01-07icons: Remove automatic left padding if x == 0.Thomas Martitz1-3/+3
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-5/+5
2013-02-13list widget: undo part of aaf3065Jonathan Gordon1-2/+0
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon1-0/+2
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
2012-07-19lists: Support '\t' in list item text to indent the line containing it.Jonathan Gordon1-0/+26
2012-06-19Make touchscreen handling work with skinned lists.Frank Gevaerts1-5/+10
2012-06-15touchscreen: Don't hide selection by default. Fixes FS#12675.Thomas Martitz1-5/+7
2012-05-13Touchscreen: Check if click is outside of list. Fixes FS#12669Thomas Martitz1-0/+2
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-1/+1
2012-04-17touchscreen/lists: fix two regressionsThomas Martitz1-8/+11
2012-04-10touchscreen: fix some issues/crashes with clicking the list title.Thomas Martitz1-7/+12
2012-04-08touchscreen: fix swipe scrolling (jumped back to previous item).Thomas Martitz1-2/+3
2012-04-08touchscreen: Rewrite kinetic scrolling using a state machine.Thomas Martitz1-203/+213
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz1-1/+1
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz1-15/+23
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-10-07Fix touchscreen behavior in time&date screen.Thomas Martitz1-3/+3
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-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz1-1/+10
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-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz1-50/+249
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima1-2/+2
2010-10-09Fix several inaccuracies in list handling on touchscreen.Thomas Martitz1-36/+38
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz1-30/+95
2010-09-26Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon1-5/+8
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz1-11/+14
2010-09-23Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz1-58/+123