index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
select.c
(
unfollow
)
Commit message (
Expand
)
Author
2006-12-11
1) Delete unused files from old database and old gui files 2) Remove unnecces...
Nils Wallménius
2006-08-15
Finally, the new button action system is here, thanks to Jonathan Gordon. Som...
Linus Nielsen Feltzing
2005-12-07
Prevent numerical settings from wrapping - patch by Stephan Wezel
Dave Chapman
2005-12-05
Big Code Police raid. Pretty pretty please, we do no macrofy simple
Daniel Stenberg
2005-11-22
Fixed truncated option strings for numeric settings.
Jens Arnold
2005-11-22
Added multi-screen support for quickscreen (mostly rewritten from scratch) an...
Kevin Ferrare
2005-11-09
Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...
Jens Arnold
2005-11-06
Added wrapping on settings when reaching limits and when long key press is en...
Kevin Ferrare
2005-11-06
Corrected the bug with boolean settings (the inverted screen that couldn't be...
Kevin Ferrare
2005-11-04
Added iriver remote keys support to the option selection in the menus, correc...
Kevin Ferrare
2005-11-04
oops ! fixed the compile error on the archos player, forgot a ifdef ...
Kevin Ferrare
2005-11-04
Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when co...
Kevin Ferrare