index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
list.c
Age
Commit message (
Expand
)
Author
2021-08-22
touchscreen: fix smooth scrolling in lists
Aidan MacDonald
2021-08-04
Document intentional fallthroughs + fix harmless unintended ones
Aidan MacDonald
2020-11-14
synclist add method for setting selection color
William Wilgus
2020-10-29
Volume adjustment in LISTS ignored AUDIOHW_SETTING values
Johannes Rauh
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
2019-07-28
Show time, date, and recording directory in the info screen
Solomon Peachy
2019-01-31
FS#10311 -- Add beep when navigating to beginning or end of list.
Solomon Peachy
2015-11-10
Fix scrolling left button inadvertently cancels listtree
Sebastian Leonhardt
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
2014-01-07
lists: Adapt put_line().
Thomas Martitz
2013-03-28
simplelist: Fix simplelist_set_line_count() so it actually sets the count
Jonathan Gordon
2013-02-12
simplelist: Make better use of the static buffer and simplify API
Jonathan Gordon
2012-05-20
_lists_uiviewport_update_callback can be made static
Bertrik Sikken
2012-03-22
Redraw simplelist if/when necessary-
Thomas Martitz
2012-03-20
Fix FS#12606 - next track can cause the screen to be cleared
Jonathan Gordon
2012-03-15
Revert "Fix FS#12606 - next track can cause the screen to be cleared"
Jonathan Gordon
2012-03-14
Fix FS#12606 - next track can cause the screen to be cleared
Jonathan Gordon
2012-01-12
keyclick: Add a callback so screens can cancel a click. Add a generic list ca...
Jonathan Gordon
2011-12-14
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
2011-10-23
Fix charcell build
Thomas Martitz
2011-10-23
Fix FS#12337 properly. Also fixes FS#12345 which the previous commit introduced.
Thomas Martitz
2011-10-22
Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...
Fred Bauer
2011-10-22
Fix buttonbar and line padding in time&date screen.
Thomas Martitz
2011-10-22
Fix backwardly named variable.
Thomas Martitz
2011-10-17
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-10-07
Correct left-over assignment.
Thomas Martitz
2011-10-07
Re-order things to fix red.
Thomas Martitz
2011-10-07
lists: Detect dirtyness (need to reinit) for each list, instead of once globa...
Thomas Martitz
2011-09-06
Lists can now be completly draw using the skin engine!
Jonathan Gordon
2011-09-03
Add the list colour callback and a proper title icon to the simplelist api
Jonathan Gordon
2011-03-22
Scroll speed is increased every N seconds, not every N half seconds.
Andree Buschmann
2010-10-31
FS#11686 - Kinetic list scrolling for touchscreen
Thomas Martitz
2010-10-07
use CONTEXT_LIST in simplelist_show_list() so that button combinations for pa...
Teruaki Kawashima
2010-09-23
Don't actually reimplement an existing feature for hiding the selection marker
Thomas Martitz
2010-09-23
Explicitly disable hiding the selection bar by default.
Thomas Martitz
2010-06-15
FS#10336 - Simplify list redrawing to improve voicing when scrolling to top/b...
Steve Bavin
2010-05-06
Fix the remaining reds.
Thomas Martitz
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-04-10
Use the existing type instead of defining an ad hoc one
Alexander Levin
2010-04-10
Reset the number of lines to 0 when initializing the simple list
Alexander Levin
2010-02-26
Fix the list showing an empty line at the bottom if the sbs is handling the t...
Jonathan Gordon
2010-02-26
2 new tags for the base skin.
Jonathan Gordon
2010-02-21
remove unused fields from struct gui_synclist.
Teruaki Kawashima
2010-01-07
list: improvement to move and show selection in multi-line lists.
Teruaki Kawashima
2009-12-21
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
[next]