summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.c
AgeCommit message (Expand)AuthorFilesLines
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
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