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
/
menu.h
(
unfollow
)
Commit message (
Expand
)
Author
2004-11-19
Added iRiver button codes
Linus Nielsen Feltzing
2004-10-04
Moved most actions off of button release events.
Björn Stenberg
2004-09-28
a hell of a commit: changed several HAVE_xx configuration flags into multiple...
Jörg Hohensohn
2004-09-19
Redesigned the button handling. The code now uses symbolic function defines i...
Björn Stenberg
2004-08-18
Const policed pointer arguments to functions, part 3
Jens Arnold
2004-07-23
New way of defining menus and options allows to declare them static const, wh...
Jörg Hohensohn
2004-07-05
Added menu_insert()
Linus Nielsen Feltzing
2004-03-16
First shot at a nice little button bar at the bottom of the recorder LCD. Ena...
Linus Nielsen Feltzing
2004-03-15
Second step of the voice-UI: Option values are spoken, if they are translatab...
Jörg Hohensohn
2004-03-14
First step of the voice-UI: the menus can talk. You need a "voicefont" file i...
Jörg Hohensohn
2004-03-12
First step towards context sensitive and configurable menus, by Brent Coutts
Linus Nielsen Feltzing
2003-01-29
New onplay-menu for the Player.
Kjell Ericson
2002-09-24
Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...
Björn Stenberg
2002-09-17
use an unsigned char * for the string
Daniel Stenberg
2002-08-23
MENU_DISK_CHANGED is the new value for telling disk content might have
Daniel Stenberg
2002-08-23
Remade the menu system slightly. All functions invoked from menus now use
Daniel Stenberg
2002-06-27
Abstracted settings user interface into set_bool, set_int and set_option.
Björn Stenberg
2002-06-14
killed off a warning
Daniel Stenberg
2002-05-26
Added support for nested menus
Björn Stenberg
2002-05-22
Oh, wrong API
Björn Stenberg
2002-05-21
Abstracted the menu interface
Björn Stenberg
2002-05-18
made the logo display a true splash screen
Robert Hak
2002-05-17
moved from the simulator dir
Daniel Stenberg
2002-05-12
remember previous menu position when returning
Dave Chapman
2002-05-06
Capitalization corrections on menu structure
Robert Hak
2002-05-06
Initial creation. This removes alot of the cursor and menuing overhead
Robert Hak
2002-05-04
Use the defines, we can't assume a particular LCD or keypad.
Daniel Stenberg
2002-05-04
created
Robert Hak
2002-04-18
Moved definition of TRUE and FALSE to types.h
Björn Stenberg
2002-04-17
proper #ifdef'ing around the file to prevent errors if multiply included
Daniel Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg