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
/
screens.c
Age
Commit message (
Expand
)
Author
2003-04-30
Stevie Oh's F3 menu patch (#729556)
Linus Nielsen Feltzing
2003-04-25
The splash() now doesn't try to output text at negative X positions. This fix...
Linus Nielsen Feltzing
2003-04-23
Only redraw the status line when info actually changed.
Björn Stenberg
2003-04-03
splash() could draw the line outside the frame buffer
Linus Nielsen Feltzing
2003-03-18
remove debug line
Robert Hak
2003-03-18
When you use splash() and a centered output, it will now put the text in
Daniel Stenberg
2003-03-17
power-splash, this should be able to replace most cases where we "splash"
Daniel Stenberg
2003-03-17
adjust the splash timer if the wrong key is pressed many times
Daniel Stenberg
2003-03-17
Hey Linus! Here it is!
Daniel Stenberg
2003-02-28
invert is now an option on f3
Robert Hak
2003-02-15
include sprintf.h when we use snprintf()
Daniel Stenberg
2003-01-23
Removed unnecessary calls to lcd_stop_scroll().
Kjell Ericson
2003-01-09
Fixes for player/studio in USB mode: 1) Update status bar 2) Disable USB stat...
Hardeep Sidhu
2002-11-30
updateing a build failure (ata_power_off) and first attempt to add 'playlist ...
Robert Hak
2002-10-18
Added mpeg_set_pitch() stub to simulator.
Björn Stenberg
2002-10-18
Pitch steps changed to 0.1% instead of 1%.
Björn Stenberg
2002-10-15
Use status_set...
Mats Lidell
2002-10-11
Enable status bar in usb mode.
Markus Braun
2002-10-08
Reverted bad parts of last patch
Björn Stenberg
2002-10-08
f2_screen used the wrong font size
Linus Nielsen Feltzing
2002-10-04
Repeat off/all/one toggle. By Hardeep Sidhu.
Björn Stenberg
2002-10-02
Quickscreens always use system font
Björn Stenberg
2002-09-29
Quickscreen now stays up after a quick key press only, not if key is held down
Björn Stenberg
2002-09-24
Merged 'mp3 filter' and 'show hidden files' into a single filter option.
Björn Stenberg
2002-09-24
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...
Björn Stenberg
2002-09-24
Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...
Björn Stenberg