summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap
AgeCommit message (Expand)Author
2021-04-07list: After drawing scrollbars, explcitly switch back to old viewport.Solomon Peachy
2020-12-12list: reset viewport to avoid corrupting the text in the first lineGeorg Gadinger
2020-11-14synclist add method for setting selection colorWilliam Wilgus
2020-10-28Fix multiple potential null pointer dereferencessSolomon Peachy
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2017-09-07Explicitly provide both cases in conditional (fixes warning)Frank Gevaerts
2014-03-03Touchscreen: Show a line separator in lists.Thomas Martitz
2014-01-07lists: Adapt put_line().Thomas Martitz
2014-01-07icons: Remove automatic left padding if x == 0.Thomas Martitz
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2013-02-13list widget: undo part of aaf3065Jonathan Gordon
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon
2013-02-06gui: Fix \t indenting for RTL langs in the lists (DB folder chooser)Jonathan Gordon
2013-01-18lists: Fix item indentation in RTL to match LTR behavior (which is no indenta...Thomas Martitz
2013-01-17touchscreen: Fix kinetic and swipe scrolling outside of the list viewport.Thomas Martitz
2012-07-19lists: Support '\t' in list item text to indent the line containing it.Jonathan Gordon
2012-06-19Make touchscreen handling work with skinned lists.Frank Gevaerts
2012-06-15touchscreen: Don't hide selection by default. Fixes FS#12675.Thomas Martitz
2012-05-18Don't trigger a skin refresh from skinlist_draw()Frank Gevaerts
2012-05-13Touchscreen: Check if click is outside of list. Fixes FS#12669Thomas Martitz
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis
2012-04-17touchscreen/lists: fix two regressionsThomas Martitz
2012-04-10touchscreen: fix some issues/crashes with clicking the list title.Thomas Martitz
2012-04-08touchscreen: fix swipe scrolling (jumped back to previous item).Thomas Martitz
2012-04-08touchscreen: Rewrite kinetic scrolling using a state machine.Thomas Martitz
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz
2012-03-01Make %LC and %LR always have predictable and usable values.Frank Gevaerts
2012-02-25Clean up some variables.Frank Gevaerts
2012-02-25Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts
2012-02-22Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts
2012-02-21Make skinned lists handle the "0 items" case without crashingFrank Gevaerts
2012-02-19Fix another skinned list buflib issueFrank Gevaerts
2012-02-19Fix a nullpointer dereference in skinned lists.Frank Gevaerts
2012-02-19make local variable current_list staticBertrik Sikken
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-10-07Fix touchscreen behavior in time&date screen.Thomas Martitz
2011-09-18Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon
2011-09-06Add the new file and fix the compile errorJonathan Gordon
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz
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-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima
2010-10-09Fix several inaccuracies in list handling on touchscreen.Thomas Martitz