summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix inversevid mono drawingGreg White2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12022 a1c6a512-1295-4272-9138-f99709370657
* Merge various drawmodes; revert to C for common codeGreg White2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12021 a1c6a512-1295-4272-9138-f99709370657
* Changed pausing so entire chunk is finished and keeps I2S engine alignedSteve Gotthardt2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12020 a1c6a512-1295-4272-9138-f99709370657
* Turn off USB host and NAND flash controllerGreg White2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12019 a1c6a512-1295-4272-9138-f99709370657
* FS#6539 - Thanks to Tom RossBarry Wardell2007-01-15
| | | | | | | | | | | Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins. Add X5 keymappings for wormlet to the manual. Add help text for Jewels on the H10 and give a warning if help text is not defined. Fix bug in spacerocks lives drawing on large screens (larger than Ondio). Change spacerocks comments to C style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
* OS X doesn't know xargs -i, so use -I instead. Should fix FS#6540Dominik Riebeling2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12017 a1c6a512-1295-4272-9138-f99709370657
* Remove bogus variables to fix warningsGreg White2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12016 a1c6a512-1295-4272-9138-f99709370657
* Optimize transparent blit; optimize DRMODE_SOLID for mono bitmapsGreg White2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12015 a1c6a512-1295-4272-9138-f99709370657
* Correct button combination for entering iPod disk mode.Michael DiFebbo2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12014 a1c6a512-1295-4272-9138-f99709370657
* Make sure to not copy special .svn files when preparing to build the manual.Dominik Riebeling2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12013 a1c6a512-1295-4272-9138-f99709370657
* The version string used in builds for version timestamps is now UTC insteadDaniel Stenberg2007-01-14
| | | | | | | | of the local time zone. Makes it a lot easier to compare builds and it makes build servers produce similarly stamped builed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12011 a1c6a512-1295-4272-9138-f99709370657
* Update battery capacity and discharge tables to reflect current battery ↵Greg White2007-01-14
| | | | | | benchmarks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12010 a1c6a512-1295-4272-9138-f99709370657
* Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ↵Dave Chapman2007-01-14
| | | | | | simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12008 a1c6a512-1295-4272-9138-f99709370657
* Enabled zero crossing detection for volume changes in the WM8721/WM8731 ↵Jens Arnold2007-01-14
| | | | | | driver (iPod G3, iPod Mini G1/G2, Iriver H10). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12006 a1c6a512-1295-4272-9138-f99709370657
* More sansa button and screenshot additions by Tom Ross (FS#6535)Dominik Riebeling2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12005 a1c6a512-1295-4272-9138-f99709370657
* Skip scroll check when LCD is disabledGreg White2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12004 a1c6a512-1295-4272-9138-f99709370657
* Align backdrop buffersGreg White2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12003 a1c6a512-1295-4272-9138-f99709370657
* Idle CPU directly; minor cleanupGreg White2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12002 a1c6a512-1295-4272-9138-f99709370657
* Added zero crossing check before changing volume to avoid noise during ↵Steve Gotthardt2007-01-13
| | | | | | volume changes. Removed extra volume sets. Added delay for vref to settle per app notes to reduce start up clicks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12001 a1c6a512-1295-4272-9138-f99709370657
* ARM optimised memcpy/memmove from glibc. This should give increased ↵Daniel Ankers2007-01-13
| | | | | | performance on all ARM targets, especially iPod 5G git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12000 a1c6a512-1295-4272-9138-f99709370657
* Add sansa screenshots and keys for plugins and main menu. FS#6529 by Tom Ross.Dominik Riebeling2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11999 a1c6a512-1295-4272-9138-f99709370657
* Change the gamedata folder for doom to /.rockbox/doom to go in line with ↵Dominik Riebeling2007-01-13
| | | | | | other game plugins. Closes FS#5903. Adjust manual too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11998 a1c6a512-1295-4272-9138-f99709370657
* Fixed the bootloader for H100 also.Miika Pekkarinen2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11997 a1c6a512-1295-4272-9138-f99709370657
* Fixed the X5 bootloader.Miika Pekkarinen2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11996 a1c6a512-1295-4272-9138-f99709370657
* Adding John BouAntoun to credits for work on Gigabeat USB and settingsSteve Gotthardt2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11995 a1c6a512-1295-4272-9138-f99709370657
* Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11994 a1c6a512-1295-4272-9138-f99709370657
* Updated bootloader for H120/H140 and entirely disabled flashing code for ↵Miika Pekkarinen2007-01-12
| | | | | | H100 until somebody tests it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11993 a1c6a512-1295-4272-9138-f99709370657
* Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen2007-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11992 a1c6a512-1295-4272-9138-f99709370657
* Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen2007-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11991 a1c6a512-1295-4272-9138-f99709370657
* Fix lockup of simulator at startup if dircache enabledSteve Bavin2007-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11990 a1c6a512-1295-4272-9138-f99709370657
* Fixes Bass and Treble not being saved. Thanks to jbaSteve Gotthardt2007-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11989 a1c6a512-1295-4272-9138-f99709370657
* modernizedDaniel Stenberg2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11988 a1c6a512-1295-4272-9138-f99709370657
* Make MIDI playback work on the Simulator, with sound etc. The #define stuff ↵Stepan Moskovchenko2007-01-11
| | | | | | | | | | | is a bit dirty but it works right now. Simulator sound quality is actually better due to increased CPU resources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11987 a1c6a512-1295-4272-9138-f99709370657
* Fix a typo.Dominik Riebeling2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11986 a1c6a512-1295-4272-9138-f99709370657
* Reduce initial fade delay; remove bogus debug from lcd-meg-fx.cGreg White2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11985 a1c6a512-1295-4272-9138-f99709370657
* Minor MMU fixesGreg White2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11984 a1c6a512-1295-4272-9138-f99709370657
* Add initial backlight delay to stop backlight from fading during boot; ↵Greg White2007-01-11
| | | | | | switch to IDLE instead of yield() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11983 a1c6a512-1295-4272-9138-f99709370657
* Remove another tagcache reference from the UISteve Bavin2007-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11982 a1c6a512-1295-4272-9138-f99709370657
* Correct the usage information for the Archos Multimedia format (this looks ↵Dave Chapman2007-01-11
| | | | | | like a copy-and-paste error from scamble), plus fix an error message git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11981 a1c6a512-1295-4272-9138-f99709370657
* Small clarity edit for the install. Files and folders may both be Paul Louden2007-01-10
| | | | | | | hidden, so typing the direct path is not the best plan. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11980 a1c6a512-1295-4272-9138-f99709370657
* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11979 ↵Peter D'Hoye2007-01-10
| | | | a1c6a512-1295-4272-9138-f99709370657
* Fix a nasty little bug that would under the right conditions cause Stepan Moskovchenko2007-01-10
| | | | | | | memory corruption and other weirdness. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11978 a1c6a512-1295-4272-9138-f99709370657
* Proper mime type for all WPS bitmapsLinus Nielsen Feltzing2007-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11977 a1c6a512-1295-4272-9138-f99709370657
* restore broken screenshotsDominik Riebeling2007-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11976 a1c6a512-1295-4272-9138-f99709370657
* Restored broken bitmapsLinus Nielsen Feltzing2007-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11975 a1c6a512-1295-4272-9138-f99709370657
* Restored broken bitmapLinus Nielsen Feltzing2007-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11974 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#6520, allow search.rock to open .m3u8 playlists. Only the Jonathan Gordon2007-01-10
| | | | | | | | extension check was fixed, so playlists with non-ascii chars probably wont work correclty. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11973 a1c6a512-1295-4272-9138-f99709370657
* Made sansa and iFP simulator bitmaps binary and restored working versions.Jens Arnold2007-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11972 a1c6a512-1295-4272-9138-f99709370657
* Add a link to the Gigabeat bootloaderDave Chapman2007-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11971 a1c6a512-1295-4272-9138-f99709370657
* Removed eol-style and keywords from bitmaps, and set the correct MIME type ↵Linus Nielsen Feltzing2007-01-09
| | | | | | instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11970 a1c6a512-1295-4272-9138-f99709370657