summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. ↵Dave Chapman16-27/+423
Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
2006-02-02More sane fixed point format for Q parameter.Thom Johansen1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8535 a1c6a512-1295-4272-9138-f99709370657
2006-02-02No need for different name members in eq_data struct.Thom Johansen1-13/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8534 a1c6a512-1295-4272-9138-f99709370657
2006-02-02This should not have been recommitted (went undetected for quite a while).Jens Arnold2-10/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8533 a1c6a512-1295-4272-9138-f99709370657
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ↵Jens Arnold4-60/+23
after drawing the text, the text is drawn in inversevid mode. This is faster, and will be more readable when backdrop image support gets added. Appearance on non-colour targets doesn't change. * Speedup of the scroll thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8532 a1c6a512-1295-4272-9138-f99709370657
2006-02-02iPod: Fix some button-mapping bugs and inconsistenciesDave Chapman3-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8531 a1c6a512-1295-4272-9138-f99709370657
2006-02-02iPod: Remove/reduce the udelay()s in the button driver. They were in the ↵Dave Chapman1-2/+7
IPL source, but do not appear to be needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8530 a1c6a512-1295-4272-9138-f99709370657
2006-02-02Corrected version of 176x54 (Nano) colour logo (it wasn't being used until ↵Dave Chapman1-0/+0
logo-nano.c was deleted). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8529 a1c6a512-1295-4272-9138-f99709370657
2006-02-02Color logo-*.c files no longer required - the bitmaps are in libbitmapsnativeDave Chapman4-4170/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8528 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Fix warnings at h1xx.Ben Basha2-7/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8527 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Add break effect + Bigger bricksBen Basha6-6/+24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8526 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Minor code policingLinus Nielsen Feltzing1-35/+34
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8525 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman9-2/+407
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8524 a1c6a512-1295-4272-9138-f99709370657
2006-02-01WPS tag update for Progress Bar to allow resizing and screen placingBen Basha2-2/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8523 a1c6a512-1295-4272-9138-f99709370657
2006-02-01added the missing decompressor filesDaniel Stenberg1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8522 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Something for our loyal Archos users. The first graphical WPS for the ↵Christi Scarborough52-0/+49
Recorder series. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8521 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Changed meaning of shift parameter to include the EMAC implicit shiftThom Johansen2-2/+3
factor. ARM version is already fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8520 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Reverted the wps image cache as it was causing trouble to users whenMiika Pekkarinen3-128/+4
updating the image files on disk. Better solution is to be implemented soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8519 a1c6a512-1295-4272-9138-f99709370657
2006-02-01Enable ARM EQ support.Thom Johansen2-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8518 a1c6a512-1295-4272-9138-f99709370657
2006-02-01boxes for H3xx / iPod 4g, just so they don't feel left out. Purely a quick ↵Christi Scarborough40-1/+89
hack, not a finished product. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8517 a1c6a512-1295-4272-9138-f99709370657
2006-02-01iPod: Enable peakmeterDave Chapman1-70/+72
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8516 a1c6a512-1295-4272-9138-f99709370657
2006-02-01EQ filtering code for ARM targets.Thom Johansen1-0/+67
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8515 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Handle 8-bit BMP filesLinus Nielsen Feltzing1-0/+45
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8514 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8513 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Restored inverted background image in the ipodVOL WPSLinus Nielsen Feltzing1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8512 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Handle .S files properlyLinus Nielsen Feltzing1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8511 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Iriver: Another grayscale bmp loader bug fixed: clear the right amount of ↵Magnus Holmgren1-1/+1
data, to avoid garbage in the images. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8510 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Correct PaddedWidth calculationLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8509 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Misleading parameter name.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8508 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Colour boxes WPS for iPod (and H3xx - but it'll look a little odd on that ↵Christi Scarborough54-0/+87
screen. A work in progress / proof of concept. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8507 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Revert accidental changeChristi Scarborough1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8506 a1c6a512-1295-4272-9138-f99709370657
2006-01-31ARM: r12 is scratch, so don't save it.Thom Johansen1-6/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8505 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough3-10/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8504 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Small ARM opt. Saves eight bytes!Thom Johansen1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8503 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen3-5/+36
accesses. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8502 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Oops - fix red iPod bootloader buildDave Chapman2-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8501 a1c6a512-1295-4272-9138-f99709370657
2006-01-31iPod: Initial implementation of a debug i/o ports screenDave Chapman1-0/+43
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8500 a1c6a512-1295-4272-9138-f99709370657
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix ↵Dave Chapman4-3/+15
problems with that LCD. Affected users also need to install a new bootloader - available from the iPod Installation wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8499 a1c6a512-1295-4272-9138-f99709370657
2006-01-31Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8498 a1c6a512-1295-4272-9138-f99709370657
2006-01-30iPod: Remove some iPod Photo lcd initialisation code that (when used in the ↵Dave Chapman1-10/+0
bootloader) corrupted the colors in the original firmware. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8497 a1c6a512-1295-4272-9138-f99709370657
2006-01-30Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.Magnus Holmgren1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8496 a1c6a512-1295-4272-9138-f99709370657
2006-01-30iPod: Initial attempt at volume/bass/treble control - more work is needed, ↵Dave Chapman2-19/+70
but it seems to be working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8495 a1c6a512-1295-4272-9138-f99709370657
2006-01-30Add iPod key binding for the logf viewerDave Chapman1-1/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8494 a1c6a512-1295-4272-9138-f99709370657
2006-01-30changed ages agoBjörn Stenberg2-33/+49
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8493 a1c6a512-1295-4272-9138-f99709370657
2006-01-30tiny nano picBjörn Stenberg1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8492 a1c6a512-1295-4272-9138-f99709370657
2006-01-30Bundle .S files in the source tarballs.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8491 a1c6a512-1295-4272-9138-f99709370657
2006-01-30Fix warning.Thom Johansen1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8490 a1c6a512-1295-4272-9138-f99709370657
2006-01-30Fix mpc.c to use new mpc_bool_t type to remove some warning.Thom Johansen1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8489 a1c6a512-1295-4272-9138-f99709370657
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen16-1033/+361
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8488 a1c6a512-1295-4272-9138-f99709370657
2006-01-29Save image format tag in bmp cache also to hopefully fix the colorMiika Pekkarinen1-0/+33
issue. Added also a simple header version check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8487 a1c6a512-1295-4272-9138-f99709370657