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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
gui
/
bitmap
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-30
Fix tree scrolling not showing end of text
roman.artiukhin
1
-2
/
+1
2022-10-02
gui: Remove show/hide selection option in lists
Aidan MacDonald
2
-8
/
+3
2022-10-02
gui: Constify list title text
Aidan MacDonald
1
-1
/
+1
2022-04-10
bitmap/list.c fix red
William Wilgus
1
-1
/
+1
2022-04-10
gui_synclist move global display settings to list struct
William Wilgus
1
-18
/
+28
2022-01-01
gui lists add callback for owner drawn items
William Wilgus
1
-32
/
+100
2021-11-24
touchscreen: improved pixelwise scrolling in lists
Aidan MacDonald
1
-18
/
+56
2021-08-22
touchscreen: fix smooth scrolling in lists
Aidan MacDonald
1
-26
/
+31
2021-08-22
touchscreen: handle scrollbar properly when UI viewport is used
Aidan MacDonald
1
-7
/
+4
2021-08-10
touchscreen: Respect list item selection size
Aidan MacDonald
1
-2
/
+6
2021-08-03
list-skinned.c check label pointer for validity
William Wilgus
1
-0
/
+3
2021-06-22
Touchscreen: absolute point mode scrolling bugfix
Aidan MacDonald
1
-1
/
+1
2021-04-07
list: After drawing scrollbars, explcitly switch back to old viewport.
Solomon Peachy
1
-1
/
+2
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-28
Fix multiple potential null pointer dereferencess
Solomon Peachy
1
-6
/
+11
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-2
/
+2
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-5
/
+1
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
2
-7
/
+7
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
2
-5
/
+24
2012-06-15
touchscreen: Don't hide selection by default. Fixes FS#12675.
Thomas Martitz
1
-5
/
+7
2012-05-18
Don't trigger a skin refresh from skinlist_draw()
Frank Gevaerts
1
-4
/
+1
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
2
-2
/
+2
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
2012-03-01
Make %LC and %LR always have predictable and usable values.
Frank Gevaerts
1
-0
/
+5
2012-02-25
Clean up some variables.
Frank Gevaerts
1
-14
/
+9
2012-02-25
Add %LR and %LC to get at the current row and columm in skinned lists.
Frank Gevaerts
1
-5
/
+20
2012-02-22
Store listitem_viewport_cfg->label as skinoffset instead of raw pointer
Frank Gevaerts
1
-1
/
+1
2012-02-21
Make skinned lists handle the "0 items" case without crashing
Frank Gevaerts
1
-1
/
+1
2012-02-19
Fix another skinned list buflib issue
Frank Gevaerts
1
-1
/
+1
2012-02-19
Fix a nullpointer dereference in skinned lists.
Frank Gevaerts
1
-1
/
+1
2012-02-19
make local variable current_list static
Bertrik Sikken
1
-1
/
+1
2011-11-15
Use buflib for all skin engine allocations.
Jonathan Gordon
1
-9
/
+12
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
[next]