summaryrefslogtreecommitdiff
path: root/apps/wps-display.c (follow)
Commit message (Expand)AuthorAge
* include sprintf.h when we use snprintf()Daniel Stenberg2003-02-15
* Added Genre+Year to ID3 viewer, and added the viewer to the main menu.Björn Stenberg2003-02-11
* New default wpsBjörn Stenberg2003-02-11
* fix the scroll on the player againDaniel Stenberg2003-01-30
* Show status stopped after playlist endsBjörn Stenberg2003-01-28
* avoid division by zero (appears in the sim at times)Daniel Stenberg2003-01-28
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson2003-01-23
* Fixed WPS-screen for player.Kjell Ericson2003-01-22
* Cleaning up code for Player.Kjell Ericson2003-01-13
* The progress char for Player could been undefined.Kjell Ericson2003-01-13
* Adapted player code for new Rocklatin character set.Kjell Ericson2003-01-10
* Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg2002-12-09
* Added wps tags %ps (shuffle), %bl (battery level) and %bt (estimated battery ...Björn Stenberg2002-12-05
* Added ID3 tag 'genre': %igBjörn Stenberg2002-12-05
* Added ID3 tag 'year': %iyBjörn Stenberg2002-12-05
* Now also displays WPS lines without format codesLinus Nielsen Feltzing2002-11-05
* font_get() and lcd_update_rect() are bitmap functionsDaniel Stenberg2002-10-31
* Some peak meter optimizationsLinus Nielsen Feltzing2002-10-30
* Fixed red buildMarkus Braun2002-10-29
* Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing2002-10-29
* Added multiline scroll support.Markus Braun2002-10-21
* Simulator can display progress bar (No progress though)Mats Lidell2002-10-17
* %pn now allows for conditional checkingRobert Hak2002-10-17
* added %pn (playlist name) to wpsRobert Hak2002-10-15
* Made code more like C89.Mats Lidell2002-10-11
* Player simulator should now handle progress bar (if there was progressMats Lidell2002-10-11
* Added progress meter to default player wpsBjörn Stenberg2002-10-10
* 'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg2002-10-09
* 'End of song list' message now displays for 1 second and then exits to file b...Björn Stenberg2002-10-09
* the playlist variables are now all static, and the wps code use the newDaniel Stenberg2002-10-09
* The wps_loaded flag was set too earlyLinus Nielsen Feltzing2002-10-09
* Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg2002-10-08
* Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg2002-10-04
* Don't keep trying to load a non-existing default.wps.Björn Stenberg2002-09-29
* WPS loading only worked is WPS had been shown at least once beforeLinus Nielsen Feltzing2002-09-27
* peakmeter is lcd-bitmap onlyDaniel Stenberg2002-09-27
* Philip Pertermanns peak meterLinus Nielsen Feltzing2002-09-27
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg2002-09-24
* New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing2002-09-24
* New language/string handlingBjörn Stenberg2002-09-18
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* Added support for %d4 to %d9 in the WPS format string.Björn Stenberg2002-09-07
* Removed hard-coded time display on recorder and added %pb progress bar tag in...Björn Stenberg2002-09-06
* custom wps without an ending newline should still be OKDaniel Stenberg2002-09-04
* minor line fix, line length > 80 charsRobert Hak2002-09-04
* wps-display.c Justin Heiner2002-09-04
* Fixed broken buildBjörn Stenberg2002-09-02
* Renamed "wps.config" to "default.wps".Björn Stenberg2002-09-02
* Fixed build errorsBjörn Stenberg2002-09-01