summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-15added %pn (playlist name) to wpsRobert Hak1-0/+4
2002-10-11Made code more like C89.Mats Lidell1-3/+4
2002-10-11Player simulator should now handle progress bar (if there was progressMats Lidell1-1/+1
2002-10-10Added progress meter to default player wpsBjörn Stenberg1-1/+1
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg1-0/+6
2002-10-09'End of song list' message now displays for 1 second and then exits to file b...Björn Stenberg1-3/+5
2002-10-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg1-1/+1
2002-10-09The wps_loaded flag was set too earlyLinus Nielsen Feltzing1-2/+2
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-11/+2
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-1/+0
2002-09-29Don't keep trying to load a non-existing default.wps.Björn Stenberg1-1/+2
2002-09-27WPS loading only worked is WPS had been shown at least once beforeLinus Nielsen Feltzing1-3/+2
2002-09-27peakmeter is lcd-bitmap onlyDaniel Stenberg1-3/+4
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing1-2/+51
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-1/+1
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing1-1/+1
2002-09-18New language/string handlingBjörn Stenberg1-5/+5
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-18/+2
2002-09-07Added support for %d4 to %d9 in the WPS format string.Björn Stenberg1-9/+6
2002-09-06Removed hard-coded time display on recorder and added %pb progress bar tag in...Björn Stenberg1-25/+21
2002-09-04custom wps without an ending newline should still be OKDaniel Stenberg1-8/+12
2002-09-04minor line fix, line length > 80 charsRobert Hak1-1/+2
2002-09-04wps-display.c Justin Heiner1-4/+9
2002-09-02Fixed broken buildBjörn Stenberg1-0/+2
2002-09-02Renamed "wps.config" to "default.wps".Björn Stenberg1-109/+131
2002-09-01Fixed build errorsBjörn Stenberg1-1/+1
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-395/+457
2002-09-01Strange ifdef for SIMULATOR removed.Mats Lidell1-4/+0
2002-08-31Removed sim warningsBjörn Stenberg1-4/+2
2002-08-31whoops, got rid of player_progressbarJustin Heiner1-0/+1
2002-08-31Attempt at fixing reds in simsJustin Heiner1-1/+6
2002-08-31USB Related: Justin Heiner1-39/+35
2002-08-30Killed warning.Markus Braun1-0/+4
2002-08-30Psyco Dedman's player progress-bar fixDaniel Stenberg1-13/+18
2002-08-30id3->album is checked for null before use.Mats Lidell1-1/+1
2002-08-30Moved display portions of wps.c into new file: wps-display.cBjörn Stenberg1-0/+573