index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
gui
/
bitmap
/
list.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-12
list: reset viewport to avoid corrupting the text in the first line
Georg Gadinger
1
-1
/
+1
2020-11-14
synclist add method for setting selection color
William Wilgus
1
-3
/
+13
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-2
/
+2
2017-09-07
Explicitly provide both cases in conditional (fixes warning)
Frank Gevaerts
1
-1
/
+1
2014-03-03
Touchscreen: Show a line separator in lists.
Thomas Martitz
1
-1
/
+12
2014-01-07
lists: Adapt put_line().
Thomas Martitz
1
-173
/
+97
2014-01-07
icons: Remove automatic left padding if x == 0.
Thomas Martitz
1
-3
/
+3
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-5
/
+5
2013-02-13
list widget: undo part of aaf3065
Jonathan Gordon
1
-2
/
+0
2013-02-12
skin_engine: Add a debug screen to display skin ram usage
Jonathan Gordon
1
-0
/
+2
2013-02-06
gui: Fix \t indenting for RTL langs in the lists (DB folder chooser)
Jonathan Gordon
1
-4
/
+18
2013-01-18
lists: Fix item indentation in RTL to match LTR behavior (which is no indenta...
Thomas Martitz
1
-1
/
+2
2013-01-17
touchscreen: Fix kinetic and swipe scrolling outside of the list viewport.
Thomas Martitz
1
-57
/
+59
2012-07-19
lists: Support '\t' in list item text to indent the line containing it.
Jonathan Gordon
1
-0
/
+26
2012-06-19
Make touchscreen handling work with skinned lists.
Frank Gevaerts
1
-5
/
+10
2012-06-15
touchscreen: Don't hide selection by default. Fixes FS#12675.
Thomas Martitz
1
-5
/
+7
2012-05-13
Touchscreen: Check if click is outside of list. Fixes FS#12669
Thomas Martitz
1
-0
/
+2
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
1
-1
/
+1
2012-04-17
touchscreen/lists: fix two regressions
Thomas Martitz
1
-8
/
+11
2012-04-10
touchscreen: fix some issues/crashes with clicking the list title.
Thomas Martitz
1
-7
/
+12
2012-04-08
touchscreen: fix swipe scrolling (jumped back to previous item).
Thomas Martitz
1
-2
/
+3
2012-04-08
touchscreen: Rewrite kinetic scrolling using a state machine.
Thomas Martitz
1
-203
/
+213
2012-04-05
touchscreen: Fix kinetic scrolling when the statusbar is off.
Thomas Martitz
1
-1
/
+1
2011-10-17
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
1
-15
/
+23
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+0
2011-10-07
Fix touchscreen behavior in time&date screen.
Thomas Martitz
1
-3
/
+3
2011-02-02
Touchscreen: Fix minor redraw after entering the context menu.
Thomas Martitz
1
-0
/
+3
2011-02-02
Redo r29168. Use similar but existing mechanism in the action system which se...
Thomas Martitz
1
-15
/
+3
2011-01-29
Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...
Thomas Martitz
1
-1
/
+10
2010-11-10
Touchscreen: Improved scroll threshold
Thomas Martitz
1
-1
/
+11
2010-11-05
Make the context menu pop up instantly after the long press timeout when hold...
Thomas Martitz
1
-8
/
+13
2010-10-31
FS#11686 - Kinetic list scrolling for touchscreen
Thomas Martitz
1
-50
/
+249
2010-10-26
fix that disktidy plugin and shopper plugin is not usable when Show Icons set...
Teruaki Kawashima
1
-2
/
+2
2010-10-09
Fix several inaccuracies in list handling on touchscreen.
Thomas Martitz
1
-36
/
+38
2010-10-06
Pixel-accurate (vertical) list scrolling for touchscreen targets.
Thomas Martitz
1
-30
/
+95
2010-09-26
Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...
Jonathan Gordon
1
-5
/
+8
2010-09-23
Don't actually reimplement an existing feature for hiding the selection marker
Thomas Martitz
1
-11
/
+14
2010-09-23
Touchscreen: Improve scrolling in absolute point mode.
Thomas Martitz
1
-58
/
+123
2010-06-24
I somehow messed up the previous commit, undo the unrelated changes.
Maurus Cuelenaere
1
-8
/
+12
2010-06-24
Fix touchscreen scrollbar behaviour when it's on the right.
Maurus Cuelenaere
1
-12
/
+7
2010-06-21
Make the title area go up one level in the lists again. This Doesnt work if y...
Jonathan Gordon
1
-5
/
+6
2010-06-21
Touchregion support for the Base Skin and FM Skins. display obviously needs t...
Jonathan Gordon
1
-1
/
+2
2010-06-18
Fix error: assignment of read-only variable 'list_width'
Maurus Cuelenaere
1
-1
/
+1
2010-06-18
Simplify check in gui_synclist_do_touchscreen(), no functional changes.
Maurus Cuelenaere
1
-9
/
+7
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-02-26
2 new tags for the base skin.
Jonathan Gordon
1
-0
/
+3
2010-02-13
Touchscreen: fix scrollbar handling when it's on the right
Maurus Cuelenaere
1
-3
/
+9
2010-02-11
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Teruaki Kawashima
1
-0
/
+11
2010-01-07
list: improvement to move and show selection in multi-line lists.
Teruaki Kawashima
1
-1
/
+2
2010-01-03
apps/gui/bitmap/list.c: use bool instead of int to hold boolean value
Bertrik Sikken
1
-1
/
+1
[next]