summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman10-7/+55
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Patch[1430311] by Henrico Witvliet. Split plugins to individual files. ↵Martin Arver27-1180/+1218
Proper naming of the targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Change slider display when changing edit mode.Dan Everton1-11/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8762 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Use scrollbar widget for the sliders instead of custom drawing routines.Dan Everton1-23/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8761 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Ooops.Dave Chapman1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8760 a1c6a512-1295-4272-9138-f99709370657
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. ↵Dave Chapman13-54/+85
The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8759 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Speed dsp gain up slightly mostly with better code orderBrandon Low1-28/+40
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8758 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Re-commit bitmaps in binary modeDave Chapman14-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8757 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Remove bitmaps added in ASCII modeDave Chapman14-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8756 a1c6a512-1295-4272-9138-f99709370657
2006-02-20iPod 5G: Bug fixes in DAC initialisation - playback is now stereo...Dave Chapman1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8755 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen1-11/+60
other loops a little bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8754 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Correct the channel order in the ASM optimised fiq handler. Correct aThom Johansen1-1/+2
jump target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8753 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Multiple remote support for iriver Hxxx stage 2: now button_read() returns ↵Hristo Kovachev1-102/+110
correct buttons for each remote type. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8752 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold1-1/+73
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8751 a1c6a512-1295-4272-9138-f99709370657
2006-02-20BrickMania for iPod NanoBen Basha19-9/+92
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8750 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Oops, no potentially conflicting declarations please.Jens Arnold2-3/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8749 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Make the driver work with LCD widths which aren't integer multiples of 4, ↵Jens Arnold1-9/+11
i.e. the last byte of a row is only partially used (upcoming iPod mini build). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8748 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Hide the win32 option when building the simulator. The SDL is now the onlyDaniel Stenberg1-1/+2
type we endorse! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8747 a1c6a512-1295-4272-9138-f99709370657
2006-02-20minor adjustments for the x5 LCD, we're back at 16 bits for upper LCD layersDaniel Stenberg2-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8746 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Reworked player simulator icons to fit the changed charcell scale factor and ↵Jens Arnold5-271/+128
look more like the actual icons. Adapted player sim display sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8745 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Re-adding in binary modeDave Chapman18-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8744 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Added in ASCII mode.Dave Chapman18-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8743 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ↵Ben Basha20-54/+225
by Liberman Shachar and me. +fixed bug with the glue pad. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8742 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Fix slow shutdown on ipod nano.Thom Johansen1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8741 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen1-2/+12
gain. Removed a couple of tabs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8740 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Repeat rate adaption is now handled by the button driver.Jens Arnold1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8739 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ↵Jens Arnold5-11/+52
application to cope. Avoids afterscroll and similar effects. * Yield while scrolling through lists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8738 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Use a better string for 'Canceled' splashes.Magnus Holmgren3-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8737 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Replace the range_limit lookup table with an inline function, asm optimised ↵Jens Arnold1-112/+71
for SH1 and coldfire. Slight speedup on SH1, up to 15% speedup on coldfire. Saves almost 1KB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8736 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Proper screendump for greyscale iPods.Jens Arnold1-0/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8735 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Fix red builds - only check for USB_POWERED status if HAVE_USB_POWER is defined.Dave Chapman1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8734 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Patch #1434442 by Mikael Magnusson - Prevent shutdown when charging from USBLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8733 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Remove unneeded variable.Thom Johansen1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8732 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR checkThom Johansen2-8/+85
and some debug code in pcm_playback.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8731 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Oops, fix the simulator buildsHristo Kovachev1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8730 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8729 a1c6a512-1295-4272-9138-f99709370657
2006-02-18"Next/Previous jpeg from within the JPEG viewer" addition by Alexander ↵Hristo Kovachev5-86/+342
Spyridakis, modified a bit by me Also tries to use the plugin buffer instead of the audio buffer on the platforms with more than 130kb plugin buffer size (thus not stopping the music playback). If the free buffer from the plugin buffer is not enough, asks for stopping playback. Needs a little more work, but seems stable as it is. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8728 a1c6a512-1295-4272-9138-f99709370657
2006-02-18iPods - implement button_hold() functionDave Chapman2-0/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8727 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Fix permissions of directories created in the sim.Dan Everton1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8726 a1c6a512-1295-4272-9138-f99709370657
2006-02-18320x98 Rockbox logo for larger LCDs (currently only iPod 5G).Zakk Roberts3-4/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8725 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Plugin loader: Handle the remote LCD the same way as the main LCD (clear, ↵Jens Arnold1-1/+20
set parameters). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8724 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Fix 4-grey rockbox logo.Jens Arnold1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8723 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ↵Peter D'Hoye5-3/+92
record clipping indicator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8722 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Remote type autodetection on iriver, remote_type() returns ↵Linus Nielsen Feltzing8-4/+61
REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8721 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Fix warning on non-SWCODEC targets.Dan Everton1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8720 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Fix playback stopping during playback due to lack of yields when framerate ↵Brandon Low1-0/+2
falls below threshold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8719 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Reduce CPU usage while changing EQ by only updating the coefficients of the ↵Dan Everton4-40/+47
band being modified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8718 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and ↵Jens Arnold1-3/+3
iPod. Approximately doubles decoding speed on Iriver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8717 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Use macro instead of literal constant for readability.Jens Arnold1-14/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8716 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Colour JPEG display on colour targets.Jens Arnold1-141/+374
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8715 a1c6a512-1295-4272-9138-f99709370657