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
2007-09-28
Fix buggy gradient display when a coloured file is selected in the browser. T...
Nicolas Pennequin
2007-09-28
Make the gradient look better when more than one line is selected (running ti...
Nicolas Pennequin
2007-09-27
FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.
Nicolas Pennequin
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-07-25
Fix the bug where holding left no longer stopped at the browser root.
Jonathan Gordon
2007-07-22
Wheel acceleration for e200. A general acceleration interface intended for us...
Michael Sevakis
2007-06-21
Fix problems with the list when you change font size
Jonathan Gordon
2007-06-17
Fix yellow
Brandon Low
2007-06-17
Give color targets the ability to display each LCD line a different color and...
Brandon Low
2007-06-10
Fix a minor annoyance with the last commit where selecting an item could resu...
Jonathan Gordon
2007-06-10
Really fix FS#7274
Jonathan Gordon
2007-06-09
simple fix for FS#7274 - selected item might not be shown when a list is draw...
Jonathan Gordon
2007-06-07
Add a mode the lists which doesnt show the selection marker.
Jonathan Gordon
2007-06-05
Fix most (all) known list wierdness bugs, hopefully simplifies the code a bit...
Jonathan Gordon
2007-06-03
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
2007-05-30
Fix warning
Nils Wallménius
2007-05-30
Move the setvol wrapper function to misc.c and use it in more places instead ...
Nils Wallménius
2007-05-30
Last list commit for a while. fix the multi-item lists at the very end of the...
Jonathan Gordon
2007-05-30
fix non-paged scrolling aroun the ends of lists
Jonathan Gordon
2007-05-30
few more list anomolys fixed..
Jonathan Gordon
2007-05-30
Fix the last (?) of the selction wierdness, this time when moving at the begi...
Jonathan Gordon
2007-05-29
fix selection wierdness when scrolling down at the end of lists
Jonathan Gordon
2007-05-29
Really fix FS#7230 this time.
Jonathan Gordon
2007-05-29
Fix FS#7230 - the second line in a multi-line item could be the selected item
Jonathan Gordon
2007-05-27
Accept FS#6798 - scan acceleration for the lists.
Jonathan Gordon
2007-05-12
only show the cursor for the first line of the selected item (if selection is...
Jonathan Gordon
2007-04-29
Stop using the old menu API in the debug menu (using the new api causes massi...
Jonathan Gordon
2007-04-21
Fix the playlist viewer so only 1 line flashes when you move a track
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-04-14
Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula...
Jens Arnold
2007-04-11
Hide the list title if only one line would fit under it
Jonathan Gordon
2007-04-08
minor actions cleanup:
Jonathan Gordon
2007-03-17
Fix occasional missing cursor when moving up in a list with a title when page...
Magnus Holmgren
2007-03-11
Optimized the gui list code performance, including automatic frame dropping a...
Miika Pekkarinen
2007-03-11
revert FS#6747 — y-margin reset in gui_list_draw, it introduced a nasty
Jonathan Gordon
2007-03-10
only call display->setmargins() once
Jonathan Gordon
2007-03-10
Accept FS#6747 by Timo Horstschäfer
Jonathan Gordon
2007-03-05
Allow dynamic menu items to be spoken, especially the resume/now playing item
Linus Nielsen Feltzing
2007-03-04
thats what happens when you commit between dinner courses :p
Jonathan Gordon
2007-03-04
Fix red builds.
Jonathan Gordon
2007-03-04
Add a function to get the actual button that was pressed (and some
Jonathan Gordon
2007-03-03
The list should reset the x margin when it finishes drawing. Not leave
Jonathan Gordon
2007-03-01
Centralise icon enabling to hopefully save a few bytes
Steve Bavin
2007-02-23
Make private functions static. Remove some functions from the plugin api as t...
Nils Wallménius
2007-02-18
Allow the list to display a title icon even if no other icons will be
Jonathan Gordon
2007-02-17
build with -Wundef to make sure we have spelled the defines right in #if lines
Daniel Stenberg
2006-12-25
Next round of static'ing and related fixes.
Jens Arnold
2006-12-09
Turned function back into define as that uses less bytes because gcc inlined ...
Peter D'Hoye
2006-12-09
Fix crash in browser when using very big fonts and show path option together....
Peter D'Hoye
2006-11-06
dont allow the volume setting to wrap
Jonathan Gordon
[next]