summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-01-27include the ucl's .ch files, pointed out by JoerchDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8471 a1c6a512-1295-4272-9138-f99709370657
2006-01-27Don't use crossfader mix mode when skipping tracks manually.Miika Pekkarinen3-10/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8470 a1c6a512-1295-4272-9138-f99709370657
2006-01-27Remove calls to cpu_boost - they are not required any moreBen Basha1-7/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8469 a1c6a512-1295-4272-9138-f99709370657
2006-01-27shortened the comment to 80 colDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8468 a1c6a512-1295-4272-9138-f99709370657
2006-01-27Made lots of keys' code depend on the actual definition of the key insteadDaniel Stenberg1-7/+14
of the target keypad define. Makes the code more readable and it makes it easier to enable/disable certain features. Killed the warning for X5 at the same time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8467 a1c6a512-1295-4272-9138-f99709370657
2006-01-271 - don't assume 160x128 means iriver h1x0 display, added check for depthDaniel Stenberg1-2/+5
2 - disabled building for 160x128 16bit since there's no code path for it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8466 a1c6a512-1295-4272-9138-f99709370657
2006-01-27iriver: Init audio on background.Miika Pekkarinen3-93/+131
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8465 a1c6a512-1295-4272-9138-f99709370657
2006-01-27Portability enhancements - make the menu bitmap positions #defines, ↵Dave Chapman3-59/+101
introduce a game loop timer (to fix the speed on all targets) and fix the menu on targets with 320x240 LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8464 a1c6a512-1295-4272-9138-f99709370657
2006-01-27Fix red buildsBrandon Low1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8463 a1c6a512-1295-4272-9138-f99709370657
2006-01-27Detect USB charge state in Hxx0Brandon Low1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8462 a1c6a512-1295-4272-9138-f99709370657
2006-01-26Patch #1415757 by Ben Basha - Brickmania update, Flip powerup plus some ↵Linus Nielsen Feltzing2-85/+144
bricks need several hits to break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8461 a1c6a512-1295-4272-9138-f99709370657
2006-01-26Enable USB charging mode on H300, hold Rec when inserting the USB connector ↵Linus Nielsen Feltzing2-1/+7
to not enter USB mode. This may not always work, since we don't yet know how to control the charging chip correctly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8460 a1c6a512-1295-4272-9138-f99709370657
2006-01-26Updated korean.lang by Jeong Taek InHristo Kovachev1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8459 a1c6a512-1295-4272-9138-f99709370657
2006-01-26Add some IIS addressesDave Chapman1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8458 a1c6a512-1295-4272-9138-f99709370657
2006-01-26Adjusted the bitmap build to run make in the bitmap directoriesDaniel Stenberg5-22/+78
unconditionally to better detect updated dependencies. Previously, new files and modified images were not properly detected and didn't cause rebuilds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8457 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Fix all the simulator builds I brokeBrandon Low1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8456 a1c6a512-1295-4272-9138-f99709370657
2006-01-25It's unsigned, no need to check for negativityBrandon Low1-7/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8455 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Add battery voltage that is now exported from the power management as a wps tagBrandon Low1-1/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8454 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Button mappings for iPods, using mp3_is_playing() for harware platforms, ↵Hristo Kovachev1-2/+13
file format converted to unix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8453 a1c6a512-1295-4272-9138-f99709370657
2006-01-25And the plugin itself ... :)Hristo Kovachev1-0/+339
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8452 a1c6a512-1295-4272-9138-f99709370657
2006-01-25New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by meHristo Kovachev5-3/+32
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8451 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Functional AB on iRiver H1x0, and improved button mappings (share the ↵Brandon Low2-5/+22
NEXTDIR and PREVDIR buttons on iRiver H[13]x0 targets), patch from IRC:lamed, modified by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8450 a1c6a512-1295-4272-9138-f99709370657
2006-01-25First steps towards SDL sim for windowsLinus Nielsen Feltzing4-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8449 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Added "Queue shuffled", for completenessLinus Nielsen Feltzing2-0/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8448 a1c6a512-1295-4272-9138-f99709370657
2006-01-25GDB stub for ARMTomasz Malesinski6-3/+720
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8447 a1c6a512-1295-4272-9138-f99709370657
2006-01-25New build type: GDB stubTomasz Malesinski1-1/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8446 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Generic USB serial driver on ISP1582Tomasz Malesinski2-0/+1131
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8445 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Simple sscanf implementationTomasz Malesinski2-0/+246
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8444 a1c6a512-1295-4272-9138-f99709370657
2006-01-25Added ATTRIBUTE_SCANFTomasz Malesinski1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8443 a1c6a512-1295-4272-9138-f99709370657
2006-01-24added .vectors section for ARMTomasz Malesinski2-13/+41
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8442 a1c6a512-1295-4272-9138-f99709370657
2006-01-24made UIE for iPod common to all ARM targetsTomasz Malesinski1-17/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8441 a1c6a512-1295-4272-9138-f99709370657
2006-01-24Fix bug caused by change to external bitmaps - use the correct stride value ↵Dave Chapman1-8/+11
for lcd_bitmap_part() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8440 a1c6a512-1295-4272-9138-f99709370657
2006-01-24added toolset for iFPTomasz Malesinski1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8439 a1c6a512-1295-4272-9138-f99709370657
2006-01-24Removed PP5020_ prefix from register defines and added/renamed someThom Johansen5-41/+40
defines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8438 a1c6a512-1295-4272-9138-f99709370657
2006-01-24Properly configurable tick timer for PP5020.Thom Johansen1-6/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8437 a1c6a512-1295-4272-9138-f99709370657
2006-01-24Little optimization to the bmp loader loop (unfortunately almost noMiika Pekkarinen1-17/+8
effect as the open() takes the longest time). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8436 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Fixed USB handling in grayscale library mode.Jens Arnold1-13/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8435 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Add Tim Crist (ts-x) - Brickmania levels designerDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8434 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Cube: Solid greyscale mode is now supported on Archos Recorders and Ondios, ↵Jens Arnold1-23/+92
using the grayscale library. The grayscale library gets switched on & off as needed when changing the display mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8433 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Bugfix: gray_putsxyofs() couldn't have worked beforeJens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8432 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Grayscale library: colour macros now matching the core LCD drivers.Jens Arnold1-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8431 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Small bugfix for LCDs > 128 pixels high.Dave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8430 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Correct backlight handlingDave Chapman1-2/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8429 a1c6a512-1295-4272-9138-f99709370657
2006-01-23BrickMania game (currently only for H300 and iPod Color) from Ben Basha ↵Dave Chapman18-0/+1137
(Paprica) with modifications by me to use external bitmaps and make the code more (but not yet completely) compliant with Rockbox coding guidelines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8428 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Forgotten Makefile change - Link bitmap libraries against plugins for the ↵Dave Chapman1-1/+1
SDL sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8427 a1c6a512-1295-4272-9138-f99709370657
2006-01-23updated by Jeong Taek InMarcoen Hirschberg1-0/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8426 a1c6a512-1295-4272-9138-f99709370657
2006-01-23Slightly safer version of queue_delete()Linus Nielsen Feltzing1-5/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8425 a1c6a512-1295-4272-9138-f99709370657
2006-01-23New kernel function, queue_delete(struct event_queue *q)Linus Nielsen Feltzing5-0/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8424 a1c6a512-1295-4272-9138-f99709370657
2006-01-23include all *.inc filesDaniel Stenberg1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8423 a1c6a512-1295-4272-9138-f99709370657
2006-01-23bmp2rb build system optimisation - only build the necessary libraries for ↵Dave Chapman2-13/+36
the target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8422 a1c6a512-1295-4272-9138-f99709370657