summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-12fix warning on player buildsDaniel Stenberg1-0/+5
2005-11-121 - assume and use WPS files in .rockbox/wpsDaniel Stenberg1-8/+12
2005-11-07The WPS buffer wasn't big enough for my 2.2k WPS file. Increased buffer size...Christi Scarborough1-2/+2
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold1-2/+2
2005-09-09Patch #1285659 by Stephan Wezel, adds the %bp tag to the WPS (external power ...Linus Nielsen Feltzing1-0/+9
2005-09-07WPS: 1) Increased the WPS buffer size from 800 to 1600 bytes, 2) Increased th...Linus Nielsen Feltzing1-8/+22
2005-09-07WPS: 1) Bitmaps are drawn after formatting the entire WPS, 2) Most tags are n...Linus Nielsen Feltzing1-9/+15
2005-09-07Removed another warningLinus Nielsen Feltzing1-1/+1
2005-09-07Removed a warningLinus Nielsen Feltzing1-0/+1
2005-09-07Use splash() when displaying the end-of-playlist messageLinus Nielsen Feltzing1-9/+6
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing1-7/+28
2005-09-02The WPS didn't update the bitmaps when it was supposed toLinus Nielsen Feltzing1-2/+10
2005-09-01Fixed wps codec type conditional.Jens Arnold1-1/+1
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing1-1/+1
2005-09-01Added possibility for conditionals for the song rating and codec type WPS tagsLinus Nielsen Feltzing1-0/+2
2005-09-01Changed WPS image tag format, allowing for conditional image displayLinus Nielsen Feltzing1-83/+135
2005-08-30Improved the WPS conditionals. The WPS can now have several alternatives for ...Linus Nielsen Feltzing1-52/+41
2005-08-22 UTF-8 badness removedJens Arnold1-1/+1
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing1-6/+14
2005-08-21Archos players doesn't have a hold switch.Miika Pekkarinen1-36/+211
2005-08-21Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch.Miika Pekkarinen1-0/+67
2005-08-15Fixed the problem where a scrolling subline could keep scrolling with old inf...Linus Nielsen Feltzing1-0/+8
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