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
/
app.c
(
unfollow
)
Commit message (
Expand
)
Author
2002-05-21
app.c removed, main_menu.c introduced
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-13
Changing to C99 'bool'
Björn Stenberg
2002-05-12
remember previous menu position when returning
Dave Chapman
2002-05-10
Adapted to changes in the lcd API.
Björn Stenberg
2002-05-06
Cleaned up for menu.c/h usage
Robert Hak
2002-05-05
use the menu function pointers properly
Daniel Stenberg
2002-05-04
Use the defines, we can't assume a particular LCD or keypad.
Daniel Stenberg
2002-05-04
Removed #defines
Robert Hak
2002-05-03
*** empty log message ***
Robert Hak
2002-05-03
Removed unused menu options
Robert Hak
2002-05-03
Fixed stupid error with cursor positioning on return from an app.
Robert Hak
2002-05-03
Menu cursor now wraps around top and bottom. Reworked drawing of cursor
Robert Hak
2002-05-02
Added reference to the small screensaver app I added
Robert Hak
2002-05-01
removed win32 compiler directive
Felix Arends
2002-04-30
expanded the browser with a little cursor to move
Daniel Stenberg
2002-04-30
call the dir browser when selected
Daniel Stenberg
2002-04-28
corrected the source header
Daniel Stenberg
2002-04-28
removed unistd.h completely
Daniel Stenberg
2002-04-28
win32 compatible versions
Felix Arends
2002-04-28
one sleep is enough
Daniel Stenberg
2002-04-28
only lcd_update() when a key actually was pressed
Daniel Stenberg
2002-04-28
pressing OFF in tetris now gets you back to the main menu
Daniel Stenberg
2002-04-28
removed log, put a sleep() back since it runs just too fast otherwise
Daniel Stenberg
2002-04-27
my first take at writing a little app, which of course can start tetris!
Daniel Stenberg