- 0684827 Update the description of the different builds that rockbox offers, to reflect the recent changes in the side menu. by Martin Arver · 18 years ago
- 5fab9fc Fix a small typo, add FIXME's for sansa and h10 and clean some whitespace by Nils Wallménius · 18 years ago
- f90542b remove the ASCII version of the Polish translation by Marcoen Hirschberg · 18 years ago
- 7bb8b30 grr! didnt see the h100 warning.. build table is too wide by Jonathan Gordon · 18 years ago
- 2062f63 fix recorder warning by Jonathan Gordon · 18 years ago
- 1382f78 fix build by Jonathan Gordon · 18 years ago
- 41bd24e Rearrange these files so they are more managable. No real code changes. Some functions/variables in these are possibly out of place and by Jonathan Gordon · 18 years ago
- bc60af1 fix bool settings which don't use "off,on" for their config values. Neatens up the read/write code a bit also by Jonathan Gordon · 18 years ago
- 12f3769 FS#5967 Nimbus 19 font by Alexander Levin by Daniel Stenberg · 18 years ago
- e744deb Accept FS#6285 by Wenbin Leo, Thanks. by Jonathan Gordon · 18 years ago
- 7908740 Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead. by Barry Wardell · 18 years ago
- 942e4d8 Do not change backlight timeout and disk spindown timeout when battery is low by Nils Wallménius · 18 years ago
- 84b509d FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this. by Barry Wardell · 18 years ago
- 6c3a446 add svn:keywords property by Dominik Riebeling · 18 years ago
- eb1cb57 Prevent an additional protected space after version string. by Dominik Riebeling · 18 years ago
- dcbf5d4 don't use TOOLSDIR for svnversion.sh as it causes error messages when building the manual (because of some build system trickery used) by Dominik Riebeling · 18 years ago
- e463dde Fixes the keyboard file setting by Jonathan Gordon · 18 years ago
- 3a3b261 Fix red builds by Daniel Ankers · 18 years ago
- 541c2f0 Fix Blackjack not looking correct when a backdrop is in use. by Tom Ross · 18 years ago
- df8446a Oops - fix PortalPlayer builds by Daniel Ankers · 18 years ago
- ec0a362 More PortalPlayer I2C unification work by Daniel Ankers · 18 years ago
- e80470e Fix a bug in the Sansa flash driver. Other bugs remain, as it does not pass the stress test yet. by Daniel Ankers · 18 years ago
- e9a2cae Unify I2C driver for all PortalPlayer targets by Daniel Ankers · 18 years ago
- 369b6bd Fix a potential voice related bug with first time buffer setup by Brandon Low · 18 years ago
- adc3498 Clean up PP5002 I2C code (no functional changes): by Barry Wardell · 18 years ago
- 5e765b2 Clean up PP5020 I2C code (no functional changes): by Barry Wardell · 18 years ago
- 6820ed1 Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #6559 by Dave Chapman · 18 years ago
- 1d4c425 Shiny new Minesweeper color bitmaps. by Zakk Roberts · 18 years ago
- be95ff4 No functional changes. Code police and comment clarity improvements. by Brandon Low · 18 years ago
- 7d409ad Third time's the charm (not using a 5G-specific ball yet). by Zakk Roberts · 18 years ago
- 890ec32 Forgot to add the bitmaps. by Zakk Roberts · 18 years ago
- a79dfa8 More new Brickmania bitmaps. New paddles for all targets; new powerups and 'break' bitmaps for iPod 5G, and a small tweak for that target as well. by Zakk Roberts · 18 years ago
- 4d7ceb5 fix ipod video build by Jonathan Gordon · 18 years ago
- 080dae9 Forgot the bitmaps/native/SOURCES file.. by Zakk Roberts · 18 years ago
- 4bdef7a Brickmania: new Brick bitmaps for all color targets, and introducing full-screen support for iPod 5G (320x240). by Zakk Roberts · 18 years ago
- 4ca8a43 Add 4 settings which were somehow missed during the conversion to config.cfg. by Jonathan Gordon · 18 years ago
- 5d20c9d adding NSF (NES music) codec by Adam Gashlin · 18 years ago
- 2e020e6 Show what the manual is built with (tex4ht, pdflatex) in the intro) by Martin Arver · 18 years ago
- 8a9b426 try somewhat harder to find the actual svn rev by Daniel Stenberg · 18 years ago
- 5a7b281 add codepages and rdf2binary to the ignore list by Marcoen Hirschberg · 18 years ago
- b758883 remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.cfg automatically instead by Jonathan Gordon · 18 years ago
- b77f121 Correct the spelling of persistent so its correct (Yes, I failed english at school). by Jonathan Gordon · 18 years ago
- 7760743 Merge "Playlist submenu" and "Adding music to playlists" as they are nearly identical. FS #6569 with adjustments by myself. by Dominik Riebeling · 18 years ago
- f5fbde0 Remove disk poweroff by Martin Arver · 18 years ago
- a239bb2 better lisp by Daniel Stenberg · 18 years ago
- 46f7f7d prepending ~ to a setting name in config.cfg will use its value from the load instead of the current value when saving back. (e.g by Jonathan Gordon · 18 years ago
- 0c33756 allow int settings to call a function to get the default value (Fixes the contrast problem on archos) by Jonathan Gordon · 18 years ago
- 228d62d Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need by Jonathan Gordon · 18 years ago
- cdcffd9 Enable keyword replacement for these files (no code change). by Jens Arnold · 18 years ago
- 5d51784 Assembler optimised ATA transfer loops for ARM targets. Only used for PP5020/5021/5022 targets atm. PP5002 seems to have problems with it not directly related to the asm code itself, and the gigabeat doesn't profit from it, probably because the CPU isn't the bottleneck even without optimisation. by Jens Arnold · 18 years ago
- 970572b Remove the manual entry for browse firmwares as it is no longer in rockbox. by Martin Arver · 18 years ago
- 7768dfd Remove the browse firmwares menu item, as the general concensus is that it is of very little use by Martin Arver · 18 years ago
- 569933f Remove the disk poweroff setting from the manual and make some minor tweaks by Nils Wallménius · 18 years ago
- c23f565 Reduce stack usage in settings_write_config (by about 460 bytes). Should allow for a smaller ATA thread stack. by Magnus Holmgren · 18 years ago
- 1b85f60 Permanently enable powering down the disk when it's sleeping for supported targets (iriver h1xx, h3xx and h10, iaudio x5, gigabeat and archos recorders) by Nils Wallménius · 18 years ago
- b2e5090 Settings are now stored in /.rockbox/config.cfg instead of the hidden sector. (FS #6557) by Jonathan Gordon · 18 years ago
- 9011c06 Removed unnecessary copyright statement, and corrected some grammar by Linus Nielsen Feltzing · 18 years ago
- 4376abb Disk and filesystem speed and stress test plugin. Aimed at developers, not built by default. by Jens Arnold · 18 years ago
- ea37d4c Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). by Dominik Riebeling · 18 years ago
- f30a398 Added instructions for how to dual boot on H100, H300, H10, and ipod platforms. Incorporates FS #6561 by GodEater. by Michael DiFebbo · 18 years ago
- 32dc7da Fix broken builds by Jonathan Gordon · 18 years ago
- f8c68c7 Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls from the debug menu by Jonathan Gordon · 18 years ago
- a3a303e The code police strikes back, and some minor optimisations. by Jens Arnold · 18 years ago
- d88de04 Add Doom to the Gigabeat manual and Wormlet to the H10 manual. by Tom Ross · 18 years ago
- f97d24f Retimed the i2c delay loops since we can be boosted or not by Steve Gotthardt · 18 years ago
- a398f35 Update clock and spacerocks screenshots. by Tom Ross · 18 years ago
- 98dd57b Update some plugin screenshots for 220x176x16 targets (iriver H300 and ipod Photo) by Nils Wallménius · 18 years ago
- 041e5dc On the H10 when we power the disk on again after spindown and poweroff we need to give it a little while to turn back on before we should try to access it. This should fix problems with disk accesses when coming from a disk poweroff state (related discussion in FS#6421). by Barry Wardell · 18 years ago
- 080e10d Remove an old hack that is no longer required. Ships in the corner are once again drawn vertically. by Tom Ross · 18 years ago
- 2ae29e5 Remove redudant code from Disk Tidy. by Tom Ross · 18 years ago
- 5616203 Add some missing things to the X5 manual. Also updated the VU Meter screens. by Tom Ross · 18 years ago
- fc30766 Make it clear that the player has to be restarted after initializing the database by Nils Wallménius · 18 years ago
- e56b151 Update manual screenshots and fix a comment by Adam Boot · 18 years ago
- 769d6a8 Bubbles: Fix for gigabeat and add sansa e200 support by Adam Boot · 18 years ago
- 841a3c1 fix keys for bookmarks on the gigabeat by Marcoen Hirschberg · 18 years ago
- faba818 Comment out an unused function and make another one static to save a few bytes by Nils Wallménius · 18 years ago
- 00a3fc7 Make changes to the gigabeat manual suggested by Alison Gravley and some other minor tweaks by Nils Wallménius · 18 years ago
- 4012aae iPod G3: Touching the wheel now resets the poweroff timer the same way as on the other iPods. by Jens Arnold · 18 years ago
- 2ccef99 Manual Commit: Add H10 keymappings for Demos and Applications. Correct a few mistakes on e200 mappings. Add a few missing X5 keys. Add Disk Tidy for Player and remove the old keymaps. Rework stopwatch.tex. by Tom Ross · 18 years ago
- fa6ed0d Hopefully fix the menu leak I introduced in my last version. Also some whitespace changes. by Tom Ross · 18 years ago
- 11b06f0 iPods: Touching the wheel now resets the poweroff timer, so the iPod no longer shuts down unexpectedly while operating the wheel only, e.g. in the text viewer. by Jens Arnold · 18 years ago
- 9848bf6 use 11025Hz on all players that support it by Marcoen Hirschberg · 18 years ago
- 487e6a1 remove duplicate code and fix comments by Marcoen Hirschberg · 18 years ago
- b01da58 the gigabeat supports all frequencies but 64kHz by Marcoen Hirschberg · 18 years ago
- 97d59dd Verbose error messages in the iPod bootloader by Linus Nielsen Feltzing · 18 years ago
- 024537d Make RAW option explicitly little-endian and ensure that bmp2rb works the same on both little-endian and big-endian hosts. Fix bug with generating <= 8-bit raw output on big-endian hosts. Also remove TAB characters, C99 variable declarations and extremely long lines in the source. by Dave Chapman · 18 years ago
- 186623e Move mono DRMODE optimizations from Gigabeat to all 16-bit targets by Greg White · 18 years ago
- 10dfc06 Fix warning and slight clean up. by Tom Ross · 18 years ago
- f21122d Add swap bytes option by Greg White · 18 years ago
- fd27a9d Change Disktidy to use the standard menu api and adapt it to work on the Archos Player. Change the default clean value from 'Mac' to 'Both.' by Tom Ross · 18 years ago
- 2e194c1 Prevent sysfont.h being regenerated during every build. by Dave Chapman · 18 years ago
- 0edd86d Add wormlet for the H10 5/6 GB. Seems to work well on the sim. by Tom Ross · 18 years ago
- 5f61bb9 Correct the link to the bootloader file for the mini 1g. by Michael DiFebbo · 18 years ago
- c45ae3e fix backlight on hold key setting by Marcoen Hirschberg · 18 years ago
- 1ab8f32 Fix comment by Greg White · 18 years ago
- f4b1618 Need to build doom on the gigabeat by Karl Kurbjun · 18 years ago
- 80f8570 Put backdrop back; should never have gone away. by Greg White · 18 years ago
- b47a43a Doom for the Gigabeat and some code reduction by Karl Kurbjun · 18 years ago
- 3b65fc2 Read bootsplash from disk rather than hardcoding it by Greg White · 18 years ago
- 4ea6d03 Get rid of // comment by Greg White · 18 years ago