summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Include iAudio x5 for the buildable manualsMartin Arver2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9165 a1c6a512-1295-4272-9138-f99709370657
* Make RoLo compile for X5Linus Nielsen Feltzing2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9164 a1c6a512-1295-4272-9138-f99709370657
* seems to generate correct .c and .h files from v2 filesDaniel Stenberg2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9163 a1c6a512-1295-4272-9138-f99709370657
* initial take at upgrade script from v1 to v2 file formatDaniel Stenberg2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9162 a1c6a512-1295-4272-9138-f99709370657
* Exclude metronome and battery_bench from the X5 build until the button ↵Linus Nielsen Feltzing2006-03-21
| | | | | | mappings are correct git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9161 a1c6a512-1295-4272-9138-f99709370657
* Quick hack to make the application compile for iAudio X5Linus Nielsen Feltzing2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9160 a1c6a512-1295-4272-9138-f99709370657
* Correct IRAM size for the iAudio X5 appLinus Nielsen Feltzing2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9159 a1c6a512-1295-4272-9138-f99709370657
* Correct codec size for iAudio X5Linus Nielsen Feltzing2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9158 a1c6a512-1295-4272-9138-f99709370657
* Patch #4794 by Alessio Lenzi: Add some missing voice entries to english.langHristo Kovachev2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9157 a1c6a512-1295-4272-9138-f99709370657
* Patch #4843 by Nicolas Pennequin - Correct status bar and backdrop in ID3 ↵Linus Nielsen Feltzing2006-03-21
| | | | | | info screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9156 a1c6a512-1295-4272-9138-f99709370657
* Patch #4872 by Mikael Magnusson: fixes bubbles game overflowing stackHristo Kovachev2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9155 a1c6a512-1295-4272-9138-f99709370657
* Patch #4833 by Jonas HГ¤ggqvist: "Use abstracted gui for recursive ↵Hristo Kovachev2006-03-21
| | | | | | insert question" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9154 a1c6a512-1295-4272-9138-f99709370657
* Add missing screenshots to make the ipod video manual buildMartin Arver2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9153 a1c6a512-1295-4272-9138-f99709370657
* why rockbox-link (dast)Björn Stenberg2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9152 a1c6a512-1295-4272-9138-f99709370657
* Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9151 a1c6a512-1295-4272-9138-f99709370657
* Minor changesMartin Arver2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9150 a1c6a512-1295-4272-9138-f99709370657
* button.h cleanup, with the future "button action" thing in mind:Hristo Kovachev2006-03-21
| | | | | | | | | | | | | | 1) Main unit's button defines are from the LSB to the MSB (currently bits 0-9, 0x00000200), remote ones are from the 20th bit (0x00100000) downards to 10th(0x00000400); 2) Removed the BUTTON_REMOTE modifier, replaced with a bitmask of all of the remote buttons (where applicable, otherwise with 0), added a complementary BUTTON_MAIN bitmask; 3) Moved button modifiers: - BUTTON_REPEAT: to bit 26 (0x04000000) - BUTTON_REL: to bit 25 (0x02000000) There are at least 4 bits free on all targets now: 21-24. If we really need more free bits, it's possible to SHR remote buttons 1 bit more (freeing bit 20 too), and to change the SYS_EVENT bit with a bitmask (+2 bits). 4) Bumped up the min. plugin ver. (and sorted the plugin api struct), because the binary plugins with key input won't understand the new values git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9149 a1c6a512-1295-4272-9138-f99709370657
* FPS setting now LCD-specific and raised for a number of models - much ↵Zakk Roberts2006-03-21
| | | | | | smoother animations on the iPod 5G/Nano - probably smoother on the iRivers as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9148 a1c6a512-1295-4272-9138-f99709370657
* Whoops, double-defined buttons for Ondio...Zakk Roberts2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9147 a1c6a512-1295-4272-9138-f99709370657
* Reworked pitch screen for easier adjustment and better looks. Added some ↵Zakk Roberts2006-03-21
| | | | | | button definitions for iPods - coming soon to a Sound Settings menu near you... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9146 a1c6a512-1295-4272-9138-f99709370657
* Display logo for 3 seconds instead of 2 before rolling the credits - makes ↵Zakk Roberts2006-03-21
| | | | | | it easier to read the build date/time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9145 a1c6a512-1295-4272-9138-f99709370657
* 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
* Updated screenshot with correctly sized card backs.Dave Chapman2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9141 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
* Some screenshots from Nils W. to make the Nano manual build.Martin Arver2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9138 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
* s/The The/The/Björn Stenberg2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9134 a1c6a512-1295-4272-9138-f99709370657
* Add cut/copy/paste documentation to the manual.Dan Everton2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9133 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
* Rename Bejeweled to Jewels for the manual entry.Martin Arver2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9131 a1c6a512-1295-4272-9138-f99709370657
* Added note about 2.5 being Archos onlyBjörn Stenberg2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9130 a1c6a512-1295-4272-9138-f99709370657
* New model listBjörn Stenberg2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9129 a1c6a512-1295-4272-9138-f99709370657
* less archos-centricBjörn Stenberg2006-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9128 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
* Turns out there's a processor mode actually called 'undefined'. Set up aThom Johansen2006-03-20
| | | | | | | stack for this as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9125 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
* Add new options (SWCODEC,MASCODEC) to be able to include e.g. equalizer etc ↵Martin Arver2006-03-19
| | | | | | for sw codec platforms. Adds button macros and pad definitions, using a similar naming as that of the source code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9123 a1c6a512-1295-4272-9138-f99709370657
* Patch #4850 from Nils Wallménius. Adds Xobox and Demystify plugins to the ↵Martin Arver2006-03-19
| | | | | | manual. Nice work :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9122 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
* Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9117 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