summaryrefslogtreecommitdiff
path: root/apps/gui/select.c (follow)
Commit message (Collapse)AuthorAge
* Prevent numerical settings from wrapping - patch by Stephan WezelDave Chapman2005-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8192 a1c6a512-1295-4272-9138-f99709370657
* Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg2005-12-05
| | | | | | | | assignments and things just to make them appear as function calls. That makes code harder to follow. Did some gcc4 warning fixes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8163 a1c6a512-1295-4272-9138-f99709370657
* Fixed truncated option strings for numeric settings.Jens Arnold2005-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8043 a1c6a512-1295-4272-9138-f99709370657
* Added multi-screen support for quickscreen (mostly rewritten from scratch) ↵Kevin Ferrare2005-11-22
| | | | | | and USB screen ; just looking at the hour makes me think it could be buggy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8039 a1c6a512-1295-4272-9138-f99709370657
* Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ↵Jens Arnold2005-11-09
| | | | | | just expands to i = 0; instead of the for() loop if NB_SCREENS == 1. Reduces binary size on platforms with only one screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7805 a1c6a512-1295-4272-9138-f99709370657
* Added wrapping on settings when reaching limits and when long key press is ↵Kevin Ferrare2005-11-06
| | | | | | enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7763 a1c6a512-1295-4272-9138-f99709370657
* Corrected the bug with boolean settings (the inverted screen that couldn't ↵Kevin Ferrare2005-11-06
| | | | | | be turned back to normal) added full multi-screen sound setting support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7761 a1c6a512-1295-4272-9138-f99709370657
* Added iriver remote keys support to the option selection in the menus, ↵Kevin Ferrare2005-11-04
| | | | | | corrected a silly c'n'p error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7750 a1c6a512-1295-4272-9138-f99709370657
* oops ! fixed the compile error on the archos player, forgot a ifdef ...Kevin Ferrare2005-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7748 a1c6a512-1295-4272-9138-f99709370657
* Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when ↵Kevin Ferrare2005-11-04
coming from some custom wps that erases it ; Initial support for options in the menus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7747 a1c6a512-1295-4272-9138-f99709370657