summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-04WPS files now supports commentsLinus Nielsen Feltzing1-1/+6
2003-08-06Take statusbar into account when updating a lineHardeep Sidhu1-3/+2
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-6/+1
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg1-13/+17
2003-06-04Fixed %pp for shuffled dirs (patch #700465)Björn Stenberg1-1/+6
2003-04-30Better error handling when loading WPS config fileLinus Nielsen Feltzing1-1/+1
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-2/+2
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg1-0/+16
2003-04-09Clear resume when a playlist has endedBjörn Stenberg1-0/+1
2003-04-01Oooops, I checked in the wrong version.Linus Nielsen Feltzing1-5/+0
2003-04-01Displays 0 VBR bitrate as ? instead of 0kbit/sLinus Nielsen Feltzing1-1/+9
2003-03-17wps-display() now tries to inform the user if the LCD is too old for full lin...Linus Nielsen Feltzing1-5/+12
2003-03-10Added wps tag %pv - current playing volume.Björn Stenberg1-0/+6
2003-03-10Treat empty id3 strings as non-existingBjörn Stenberg1-1/+1
2003-03-05Craig Sather's patch #696996 that corrects various things for the %pfDaniel Stenberg1-31/+48
2003-02-27We declare variables at start of functions (code police)Kjell Ericson1-2/+3
2003-02-27Added s.bruder's wonderful full-line player progressbar + time display. Wps t...Björn Stenberg1-8/+143
2003-02-15include sprintf.h when we use snprintf()Daniel Stenberg1-0/+1
2003-02-11Added Genre+Year to ID3 viewer, and added the viewer to the main menu.Björn Stenberg1-0/+6
2003-02-11New default wpsBjörn Stenberg1-8/+8
2003-01-30fix the scroll on the player againDaniel Stenberg1-3/+3
2003-01-28Show status stopped after playlist endsBjörn Stenberg1-0/+2
2003-01-28avoid division by zero (appears in the sim at times)Daniel Stenberg1-3/+4
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-3/+0
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson1-29/+26
2003-01-22Fixed WPS-screen for player.Kjell Ericson1-35/+37
2003-01-13Cleaning up code for Player.Kjell Ericson1-6/+7
2003-01-13The progress char for Player could been undefined.Kjell Ericson1-0/+2
2003-01-10Adapted player code for new Rocklatin character set.Kjell Ericson1-1/+14
2002-12-09Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg1-0/+21
2002-12-05Added wps tags %ps (shuffle), %bl (battery level) and %bt (estimated battery ...Björn Stenberg1-1/+22
2002-12-05Added ID3 tag 'genre': %igBjörn Stenberg1-0/+34
2002-12-05Added ID3 tag 'year': %iyBjörn Stenberg1-0/+9
2002-11-05Now also displays WPS lines without format codesLinus Nielsen Feltzing1-0/+5
2002-10-31font_get() and lcd_update_rect() are bitmap functionsDaniel Stenberg1-3/+12
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing1-12/+18
2002-10-29Fixed red buildMarkus Braun1-1/+1
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing1-38/+34
2002-10-21Added multiline scroll support.Markus Braun1-3/+1
2002-10-17Simulator can display progress bar (No progress though)Mats Lidell1-2/+0
2002-10-17%pn now allows for conditional checkingRobert Hak1-2/+1
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