summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Not only H300 has a PCF50606Linus Nielsen Feltzing2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8768 a1c6a512-1295-4272-9138-f99709370657
* iPod 3G: Use correct DRAM_START address when branching to RockboxDave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8767 a1c6a512-1295-4272-9138-f99709370657
* Correct typo in commentsDave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8766 a1c6a512-1295-4272-9138-f99709370657
* Forgot to add config file for iPod Mini.Dave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8765 a1c6a512-1295-4272-9138-f99709370657
* Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
* Patch[1430311] by Henrico Witvliet. Split plugins to individual files. ↵Martin Arver2006-02-21
| | | | | | Proper naming of the targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
* Change slider display when changing edit mode.Dan Everton2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8762 a1c6a512-1295-4272-9138-f99709370657
* Use scrollbar widget for the sliders instead of custom drawing routines.Dan Everton2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8761 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Dave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8760 a1c6a512-1295-4272-9138-f99709370657
* First attempt at generating and using .h files from bitmaps using bmp2rb. ↵Dave Chapman2006-02-21
| | | | | | 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
* Speed dsp gain up slightly mostly with better code orderBrandon Low2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8758 a1c6a512-1295-4272-9138-f99709370657
* Re-commit bitmaps in binary modeDave Chapman2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8757 a1c6a512-1295-4272-9138-f99709370657
* Remove bitmaps added in ASCII modeDave Chapman2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8756 a1c6a512-1295-4272-9138-f99709370657
* iPod 5G: Bug fixes in DAC initialisation - playback is now stereo...Dave Chapman2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8755 a1c6a512-1295-4272-9138-f99709370657
* Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen2006-02-20
| | | | | | | other loops a little bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8754 a1c6a512-1295-4272-9138-f99709370657
* Correct the channel order in the ASM optimised fiq handler. Correct aThom Johansen2006-02-20
| | | | | | | jump target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8753 a1c6a512-1295-4272-9138-f99709370657
* Multiple remote support for iriver Hxxx stage 2: now button_read() returns ↵Hristo Kovachev2006-02-20
| | | | | | correct buttons for each remote type. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8752 a1c6a512-1295-4272-9138-f99709370657
* Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8751 a1c6a512-1295-4272-9138-f99709370657
* BrickMania for iPod NanoBen Basha2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8750 a1c6a512-1295-4272-9138-f99709370657
* Oops, no potentially conflicting declarations please.Jens Arnold2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8749 a1c6a512-1295-4272-9138-f99709370657
* Make the driver work with LCD widths which aren't integer multiples of 4, ↵Jens Arnold2006-02-20
| | | | | | 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
* Hide the win32 option when building the simulator. The SDL is now the onlyDaniel Stenberg2006-02-20
| | | | | | | type we endorse! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8747 a1c6a512-1295-4272-9138-f99709370657
* minor adjustments for the x5 LCD, we're back at 16 bits for upper LCD layersDaniel Stenberg2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8746 a1c6a512-1295-4272-9138-f99709370657
* Reworked player simulator icons to fit the changed charcell scale factor and ↵Jens Arnold2006-02-20
| | | | | | 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
* Re-adding in binary modeDave Chapman2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8744 a1c6a512-1295-4272-9138-f99709370657
* Added in ASCII mode.Dave Chapman2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8743 a1c6a512-1295-4272-9138-f99709370657
* Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ↵Ben Basha2006-02-19
| | | | | | 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
* Fix slow shutdown on ipod nano.Thom Johansen2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8741 a1c6a512-1295-4272-9138-f99709370657
* Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen2006-02-19
| | | | | | | gain. Removed a couple of tabs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8740 a1c6a512-1295-4272-9138-f99709370657
* Repeat rate adaption is now handled by the button driver.Jens Arnold2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8739 a1c6a512-1295-4272-9138-f99709370657
* Adaptive button repeat: adapts repeat rate depending on the ability of the ↵Jens Arnold2006-02-19
| | | | | | 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
* Use a better string for 'Canceled' splashes.Magnus Holmgren2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8737 a1c6a512-1295-4272-9138-f99709370657
* Replace the range_limit lookup table with an inline function, asm optimised ↵Jens Arnold2006-02-19
| | | | | | 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
* Proper screendump for greyscale iPods.Jens Arnold2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8735 a1c6a512-1295-4272-9138-f99709370657
* Fix red builds - only check for USB_POWERED status if HAVE_USB_POWER is defined.Dave Chapman2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8734 a1c6a512-1295-4272-9138-f99709370657
* Patch #1434442 by Mikael Magnusson - Prevent shutdown when charging from USBLinus Nielsen Feltzing2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8733 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded variable.Thom Johansen2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8732 a1c6a512-1295-4272-9138-f99709370657
* Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR checkThom Johansen2006-02-19
| | | | | | | and some debug code in pcm_playback.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8731 a1c6a512-1295-4272-9138-f99709370657
* Oops, fix the simulator buildsHristo Kovachev2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8730 a1c6a512-1295-4272-9138-f99709370657
* Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8729 a1c6a512-1295-4272-9138-f99709370657
* "Next/Previous jpeg from within the JPEG viewer" addition by Alexander ↵Hristo Kovachev2006-02-18
| | | | | | | | | 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
* iPods - implement button_hold() functionDave Chapman2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8727 a1c6a512-1295-4272-9138-f99709370657
* Fix permissions of directories created in the sim.Dan Everton2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8726 a1c6a512-1295-4272-9138-f99709370657
* 320x98 Rockbox logo for larger LCDs (currently only iPod 5G).Zakk Roberts2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8725 a1c6a512-1295-4272-9138-f99709370657
* Plugin loader: Handle the remote LCD the same way as the main LCD (clear, ↵Jens Arnold2006-02-18
| | | | | | set parameters). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8724 a1c6a512-1295-4272-9138-f99709370657
* Fix 4-grey rockbox logo.Jens Arnold2006-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8723 a1c6a512-1295-4272-9138-f99709370657
* Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ↵Peter D'Hoye2006-02-17
| | | | | | record clipping indicator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8722 a1c6a512-1295-4272-9138-f99709370657
* Remote type autodetection on iriver, remote_type() returns ↵Linus Nielsen Feltzing2006-02-17
| | | | | | 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
* Fix warning on non-SWCODEC targets.Dan Everton2006-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8720 a1c6a512-1295-4272-9138-f99709370657
* Fix playback stopping during playback due to lack of yields when framerate ↵Brandon Low2006-02-17
| | | | | | falls below threshold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8719 a1c6a512-1295-4272-9138-f99709370657