summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-1/+1
2005-07-06Fixed the "overwriting bug" with aligned lines in the WPS.Tomas Salfischberger1-0/+11
2005-07-05Fix broken player buildChristi Scarborough1-0/+10
2005-07-05(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough1-5/+54
2005-07-05Show the same information in the ID3 browser as in the WPS screen; use string...Magnus Holmgren1-15/+16
2005-07-04Playcount and rating support as a tag for the wps; %rp and %rrMichiel Van Der Kolk1-2/+14
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-1/+3
2005-06-26Some changes to image code, thanks to Daniel.Tomas Salfischberger1-29/+37
2005-06-25No need to keep code around that we _know_ will cause crashes... Bail outDaniel Stenberg1-2/+7
2005-06-25Fixed bug: "Not clearing the buffer causes a problem when switching from one ...Tomas Salfischberger1-0/+10
2005-06-22New WPS image code, introducing a new format :)Tomas Salfischberger1-19/+60
2005-06-22Image support for the WPS.Tomas Salfischberger1-0/+72
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman1-0/+3
2005-06-07Max WPS lines now dependent on LCD heightLinus Nielsen Feltzing1-1/+1
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-2/+2
2005-02-12long policyJean-Philippe Bernardy1-3/+4
2004-12-18multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn1-1/+1
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold1-1/+1
2004-10-25WPS subline times >25.5s caused overflow, since time_mult[] was only 8 bitsLinus Nielsen Feltzing1-3/+3
2004-10-09Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold1-1/+1
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg1-2/+0
2004-08-26Made local constant arrays static, saving a few bytesJens Arnold1-12/+14
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-12/+16
2004-07-14Patch #911298 by Steve Cundari, adds hour display to WPS and bookmarksLinus Nielsen Feltzing1-1/+7
2004-07-09Slightly increased precision in the wps progress barLinus Nielsen Feltzing1-5/+4
2004-07-08Removed the option for the progress bar, making it permanently solidLinus Nielsen Feltzing1-6/+2
2004-07-08Patch #985429 by Christi Scarborough, solid progress barLinus Nielsen Feltzing1-2/+6
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-1/+0
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg1-37/+1
2004-05-21Now the next-song WPS feature worksLinus Nielsen Feltzing1-0/+3
2004-05-19next-song support added to WPS, using new tags, and killed some trailingDaniel Stenberg1-100/+124
2004-05-13Upped the max support number of lines in the WPS to 13.Daniel Stenberg1-1/+1
2004-03-28The ID3 browser now shows the correct genre informationLinus Nielsen Feltzing1-9/+7
2004-03-21Bah, missed the actual battery level. :-)Björn Stenberg1-1/+1
2004-03-21Bug fix: Don't show battery level -1.Björn Stenberg1-1/+7
2004-03-02Patch #881188 by Craigh Sather, fixes battery display updates in WPSLinus Nielsen Feltzing1-0/+1
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu1-1/+1
2004-01-14Craig Sather's patch #749974:Daniel Stenberg1-47/+243
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-1/+5
2003-12-04Buffer overrun fix by Craigh Sather (#852494)Björn Stenberg1-8/+14
2003-11-19Don't show battery meter until a proper power reading has been doneBjörn Stenberg1-3/+7
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