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
/
wps-display.c
Age
Commit message (
Expand
)
Author
2002-10-11
Made code more like C89.
Mats Lidell
2002-10-11
Player simulator should now handle progress bar (if there was progress
Mats Lidell
2002-10-10
Added progress meter to default player wps
Björn Stenberg
2002-10-09
'Reset settings' now also resets wps, font and language (although you have to...
Björn Stenberg
2002-10-09
'End of song list' message now displays for 1 second and then exits to file b...
Björn Stenberg
2002-10-09
the playlist variables are now all static, and the wps code use the new
Daniel Stenberg
2002-10-09
The wps_loaded flag was set too early
Linus Nielsen Feltzing
2002-10-08
Added persistence of last .wps, .fnt and .lng file played in /.rockbox
Björn Stenberg
2002-10-04
Repeat off/all/one toggle. By Hardeep Sidhu.
Björn Stenberg
2002-09-29
Don't keep trying to load a non-existing default.wps.
Björn Stenberg
2002-09-27
WPS loading only worked is WPS had been shown at least once before
Linus Nielsen Feltzing
2002-09-27
peakmeter is lcd-bitmap only
Daniel Stenberg
2002-09-27
Philip Pertermanns peak meter
Linus Nielsen Feltzing
2002-09-24
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...
Björn Stenberg
2002-09-24
New mpeg_status() function replaces mpeg_is_playing()
Linus Nielsen Feltzing
2002-09-18
New language/string handling
Björn Stenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-09-07
Added support for %d4 to %d9 in the WPS format string.
Björn Stenberg
2002-09-06
Removed hard-coded time display on recorder and added %pb progress bar tag in...
Björn Stenberg
2002-09-04
custom wps without an ending newline should still be OK
Daniel Stenberg
2002-09-04
minor line fix, line length > 80 chars
Robert Hak
2002-09-04
wps-display.c
Justin Heiner
2002-09-02
Fixed broken build
Björn Stenberg
2002-09-02
Renamed "wps.config" to "default.wps".
Björn Stenberg
2002-09-01
Fixed build errors
Björn Stenberg
2002-09-01
Merged Magnus Holmgren's wps.config code.
Björn Stenberg
2002-09-01
Strange ifdef for SIMULATOR removed.
Mats Lidell
2002-08-31
Removed sim warnings
Björn Stenberg
2002-08-31
whoops, got rid of player_progressbar
Justin Heiner
2002-08-31
Attempt at fixing reds in sims
Justin Heiner
2002-08-31
USB Related:
Justin Heiner
2002-08-30
Killed warning.
Markus Braun
2002-08-30
Psyco Dedman's player progress-bar fix
Daniel Stenberg
2002-08-30
id3->album is checked for null before use.
Mats Lidell
2002-08-30
Moved display portions of wps.c into new file: wps-display.c
Björn Stenberg