summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
AgeCommit message (Expand)Author
2003-04-01Oooops, I checked in the wrong version.Linus Nielsen Feltzing
2003-04-01Displays 0 VBR bitrate as ? instead of 0kbit/sLinus Nielsen Feltzing
2003-03-17wps-display() now tries to inform the user if the LCD is too old for full lin...Linus Nielsen Feltzing
2003-03-10Added wps tag %pv - current playing volume.Björn Stenberg
2003-03-10Treat empty id3 strings as non-existingBjörn Stenberg
2003-03-05Craig Sather's patch #696996 that corrects various things for the %pfDaniel Stenberg
2003-02-27We declare variables at start of functions (code police)Kjell Ericson
2003-02-27Added s.bruder's wonderful full-line player progressbar + time display. Wps t...Björn Stenberg
2003-02-15include sprintf.h when we use snprintf()Daniel Stenberg
2003-02-11Added Genre+Year to ID3 viewer, and added the viewer to the main menu.Björn Stenberg
2003-02-11New default wpsBjörn Stenberg
2003-01-30fix the scroll on the player againDaniel Stenberg
2003-01-28Show status stopped after playlist endsBjörn Stenberg
2003-01-28avoid division by zero (appears in the sim at times)Daniel Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson
2003-01-22Fixed WPS-screen for player.Kjell Ericson
2003-01-13Cleaning up code for Player.Kjell Ericson
2003-01-13The progress char for Player could been undefined.Kjell Ericson
2003-01-10Adapted player code for new Rocklatin character set.Kjell Ericson
2002-12-09Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg
2002-12-05Added wps tags %ps (shuffle), %bl (battery level) and %bt (estimated battery ...Björn Stenberg
2002-12-05Added ID3 tag 'genre': %igBjörn Stenberg
2002-12-05Added ID3 tag 'year': %iyBjörn Stenberg
2002-11-05Now also displays WPS lines without format codesLinus Nielsen Feltzing
2002-10-31font_get() and lcd_update_rect() are bitmap functionsDaniel Stenberg
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing
2002-10-29Fixed red buildMarkus Braun
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing
2002-10-21Added multiline scroll support.Markus Braun
2002-10-17Simulator can display progress bar (No progress though)Mats Lidell
2002-10-17%pn now allows for conditional checkingRobert Hak
2002-10-15added %pn (playlist name) to wpsRobert Hak
2002-10-11Made code more like C89.Mats Lidell
2002-10-11Player simulator should now handle progress bar (if there was progressMats Lidell
2002-10-10Added progress meter to default player wpsBjö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-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg
2002-10-09The wps_loaded flag was set too earlyLinus Nielsen Feltzing
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg
2002-09-29Don't keep trying to load a non-existing default.wps.Björn Stenberg
2002-09-27WPS loading only worked is WPS had been shown at least once beforeLinus Nielsen Feltzing
2002-09-27peakmeter is lcd-bitmap onlyDaniel Stenberg
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing
2002-09-18New language/string handlingBjörn Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg