summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Fix the iPod button mappings for the settings menus so that Left accepts and ↵Zakk Roberts2006-03-21
| | | | | | leaves the current setting screen instead of Right (Select still works too). This makes more sense and conforms to the config of other targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9144 a1c6a512-1295-4272-9138-f99709370657
* Patch by Jonathan Gordon for bug report FS#4861 - map Select (Navi) to save ↵Zakk Roberts2006-03-21
| | | | | | the settings in the color picker in addition to Play. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9143 a1c6a512-1295-4272-9138-f99709370657
* Further 64 bit related fixes. EQ should now work in AMD64 sim.Thom Johansen2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9142 a1c6a512-1295-4272-9138-f99709370657
* Patch #4870 from Fredrik Öhrn - Call yield() less often (gives a 3-4fps ↵Dave Chapman2006-03-20
| | | | | | speed increase on H300) plus some minor code reorganisation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9140 a1c6a512-1295-4272-9138-f99709370657
* Add cardback bitmap for colour LCDs smaller than 220x176.Dave Chapman2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9139 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Stop disabling the peak meter when stopping the radio.Magnus Holmgren2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9137 a1c6a512-1295-4272-9138-f99709370657
* Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen2006-03-20
| | | | | | | | task is removing use of interleaved audio). Could not test ADPCM due to difficulty in finding files it could play, so tell me if it is broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9136 a1c6a512-1295-4272-9138-f99709370657
* Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen2006-03-20
| | | | | | | | task is removing use of interleaved audio). Fixed broken handling of 8 bit files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9135 a1c6a512-1295-4272-9138-f99709370657
* Add 'clipboard' type functionality to onplay menu. You can cut/copy/paste ↵Dan Everton2006-03-20
| | | | | | directories and files. Works across volumes. No multiselect support though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9132 a1c6a512-1295-4272-9138-f99709370657
* Jewels: some clean upAdam Boot2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9127 a1c6a512-1295-4272-9138-f99709370657
* New game plugin: bubbles, initial commitAdam Boot2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
* Ooops, this was not meant to be committed yet.Jens Arnold2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9124 a1c6a512-1295-4272-9138-f99709370657
* Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen2006-03-19
| | | | | | | | | | than H1x0. iPod Nano and 5G backlight fading is enabled. To try for your device, just define HAVE_BACKLIGHT_PWM_FADING in the relevant config-xxxx.h file. NOTE: Will break your settings, so save a config file first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9121 a1c6a512-1295-4272-9138-f99709370657
* Samples should always be 32 bit on all platforms, so change mostThom Johansen2006-03-19
| | | | | | | | | occurences of long to int32_t to enable working sounds also on 64 bit sims. Note that some codecs (MP3 and Wavpack) still have other 64 bit related problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9120 a1c6a512-1295-4272-9138-f99709370657
* Voice working on the iPods.Jens Arnold2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9119 a1c6a512-1295-4272-9138-f99709370657
* New plugin: Tetrox, vertical tetris by eli sherer with work by me to port it ↵Ben Basha2006-03-19
| | | | | | to all rockbox working platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9118 a1c6a512-1295-4272-9138-f99709370657
* Renamed Bejeweled to Jewels, for trademark reasons.Björn Stenberg2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9116 a1c6a512-1295-4272-9138-f99709370657
* Don't warn about modifying the dynamic playlist in Party Mode. Also changed ↵Björn Stenberg2006-03-19
| | | | | | message to queue last, not insert last. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9115 a1c6a512-1295-4272-9138-f99709370657
* Added 'Party Mode': Unstoppable playbackBjörn Stenberg2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9114 a1c6a512-1295-4272-9138-f99709370657
* Fix some problems with using USB_POWERED as a charging state separate from ↵Brandon Low2006-03-19
| | | | | | charger_inserted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9109 a1c6a512-1295-4272-9138-f99709370657
* Red build fixLinus Nielsen Feltzing2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9108 a1c6a512-1295-4272-9138-f99709370657
* iAudio fixesLinus Nielsen Feltzing2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9107 a1c6a512-1295-4272-9138-f99709370657
* Real Time Clock support in the WPSBrandon Low2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9105 a1c6a512-1295-4272-9138-f99709370657
* Correct pallette->RGB565 conversion when loading 1-bit BMP files.Jens Arnold2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9101 a1c6a512-1295-4272-9138-f99709370657
* Improved buttons for ipodBjörn Stenberg2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9100 a1c6a512-1295-4272-9138-f99709370657
* Improved buttons for ipodBjörn Stenberg2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9093 a1c6a512-1295-4272-9138-f99709370657
* Fix red buildsBrandon Low2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9091 a1c6a512-1295-4272-9138-f99709370657
* More patches from Fredrik Öhrn - joystick2.diff (add support using buttons ↵Dave Chapman2006-03-18
| | | | | | on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9089 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4841 from Ralf Herz, debug more io ports on the PP5020 based ipodsBrandon Low2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9088 a1c6a512-1295-4272-9138-f99709370657
* *patch by Mikael Magnusson, do not reinitialize the board when hit by a qix. ↵Ben Basha2006-03-17
| | | | | | *some code cleanup by me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9076 a1c6a512-1295-4272-9138-f99709370657
* I could have sworn i removed that before commiting...Thom Johansen2006-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9071 a1c6a512-1295-4272-9138-f99709370657
* CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen2006-03-17
| | | | | | | are either untested or do not work with the current code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9070 a1c6a512-1295-4272-9138-f99709370657
* Free one register extra so we can block load a bit more.Thom Johansen2006-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9069 a1c6a512-1295-4272-9138-f99709370657
* Add a call to rb->yield() in the main loopDave Chapman2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9065 a1c6a512-1295-4272-9138-f99709370657
* Thanks to Fredrik Öhrn, fix profiling for pluginsBrandon Low2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9060 a1c6a512-1295-4272-9138-f99709370657
* Add pacbox SOURCES file to source tarballDave Chapman2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9059 a1c6a512-1295-4272-9138-f99709370657
* Restore the backlight setting properly when leaving XoboxLinus Nielsen Feltzing2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9056 a1c6a512-1295-4272-9138-f99709370657
* Sprite rendering bug fix from Dave HooperDave Chapman2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9055 a1c6a512-1295-4272-9138-f99709370657
* Another optimisation from Fredrik Öhrn - put the Z80 registers and some ↵Dave Chapman2006-03-15
| | | | | | lookup tables in IRAM. Gives a significant boost on Coldfire targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9053 a1c6a512-1295-4272-9138-f99709370657
* Fix ifdefing for wps hold button tags, enables hold button in wps for ipodBrandon Low2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9052 a1c6a512-1295-4272-9138-f99709370657
* Save user settings to disk, plus some code policingDave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9047 a1c6a512-1295-4272-9138-f99709370657
* Minor cleanup and correct the copyrightDave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9043 a1c6a512-1295-4272-9138-f99709370657
* Enable frame-rate control for all targets. Change the iPod Nano to display ↵Dave Chapman2006-03-15
| | | | | | 30fps (the other targets are all aiming for 20fps, but are not yet achieving it) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9042 a1c6a512-1295-4272-9138-f99709370657
* Patch #4830 from Dave Hooper - improved grayscale for the H1x0Dave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9041 a1c6a512-1295-4272-9138-f99709370657
* Add .S files for pacboxDave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9040 a1c6a512-1295-4272-9138-f99709370657
* Patch #4829 from Fredrik Öhrn - Coldfire assembler blit_display() function ↵Dave Chapman2006-03-15
| | | | | | for H300 and move the palette data into IRAM. Each of these gives about a 1fps speed improvement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9038 a1c6a512-1295-4272-9138-f99709370657
* latest update by Miguel ArevaloMarcoen Hirschberg2006-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9037 a1c6a512-1295-4272-9138-f99709370657
* Correct a problem with WPS backdrops not loading correctly, and semi-prepare ↵Linus Nielsen Feltzing2006-03-14
| | | | | | for remote WPS backdrops git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9035 a1c6a512-1295-4272-9138-f99709370657
* Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen2006-03-13
| | | | | | | | 1900 mAh Ionity battery; might need recalibration with the stock battery. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9030 a1c6a512-1295-4272-9138-f99709370657
* Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, ↵Linus Nielsen Feltzing2006-03-13
| | | | | | and allow regular rocks to be loaded as viewers. Also allow all file types in the Open-with menu, not only the registered ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9025 a1c6a512-1295-4272-9138-f99709370657