summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap (follow)
Commit message (Expand)AuthorAge
* Touchscreen: Show a line separator in lists.Thomas Martitz2014-03-03
* lists: Adapt put_line().Thomas Martitz2014-01-07
* icons: Remove automatic left padding if x == 0.Thomas Martitz2014-01-07
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* list widget: undo part of aaf3065Jonathan Gordon2013-02-13
* skin_engine: Add a debug screen to display skin ram usageJonathan Gordon2013-02-12
* gui: Fix \t indenting for RTL langs in the lists (DB folder chooser)Jonathan Gordon2013-02-06
* lists: Fix item indentation in RTL to match LTR behavior (which is no indenta...Thomas Martitz2013-01-18
* touchscreen: Fix kinetic and swipe scrolling outside of the list viewport.Thomas Martitz2013-01-17
* lists: Support '\t' in list item text to indent the line containing it.Jonathan Gordon2012-07-19
* Make touchscreen handling work with skinned lists.Frank Gevaerts2012-06-19
* touchscreen: Don't hide selection by default. Fixes FS#12675.Thomas Martitz2012-06-15
* Don't trigger a skin refresh from skinlist_draw()Frank Gevaerts2012-05-18
* Touchscreen: Check if click is outside of list. Fixes FS#12669Thomas Martitz2012-05-13
* Fundamentally rewrite much of the audio DSP.Michael Sevakis2012-04-29
* touchscreen/lists: fix two regressionsThomas Martitz2012-04-17
* touchscreen: fix some issues/crashes with clicking the list title.Thomas Martitz2012-04-10
* touchscreen: fix swipe scrolling (jumped back to previous item).Thomas Martitz2012-04-08
* touchscreen: Rewrite kinetic scrolling using a state machine.Thomas Martitz2012-04-08
* touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz2012-04-05
* Make %LC and %LR always have predictable and usable values.Frank Gevaerts2012-03-01
* Clean up some variables.Frank Gevaerts2012-02-25
* Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts2012-02-25
* Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts2012-02-22
* Make skinned lists handle the "0 items" case without crashingFrank Gevaerts2012-02-21
* Fix another skinned list buflib issueFrank Gevaerts2012-02-19
* Fix a nullpointer dereference in skinned lists.Frank Gevaerts2012-02-19
* make local variable current_list staticBertrik Sikken2012-02-19
* Use buflib for all skin engine allocations.Jonathan Gordon2011-11-15
* Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2011-10-17
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Fix touchscreen behavior in time&date screen.Thomas Martitz2011-10-07
* Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts2011-09-18
* Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon2011-09-11
* Add the new file and fix the compile errorJonathan Gordon2011-09-06
* Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz2011-02-02
* Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz2011-02-02
* Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz2011-01-29
* 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
* FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz2010-10-31
* fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima2010-10-26
* Fix several inaccuracies in list handling on touchscreen.Thomas Martitz2010-10-09
* Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz2010-10-06
* Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon2010-09-26
* Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz2010-09-23
* Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz2010-09-23
* I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere2010-06-24
* Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere2010-06-24
* Make the title area go up one level in the lists again. This Doesnt work if y...Jonathan Gordon2010-06-21