Age | Commit message (Expand) | Author |
2009-01-03 | Reorder of user_settings, cleaned out some unused settings grouped settings d... | Nils Wallménius |
2008-12-31 | Decouple the statusbar drawing from the rest of the screen drawing. it is not... | Jonathan Gordon |
2008-12-28 | Move enabling of USB charging from sound_settings_apply to settings_apply | Nils Wallménius |
2008-12-14 | Accept patch in FS#9637 by Keith Perri, fixing a crash when loading a cfg whi... | Nils Wallménius |
2008-12-13 | Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s... | Michael Sevakis |
2008-12-13 | PCM buffer beeping needs the audio buffer reset in order to work after operat... | Michael Sevakis |
2008-12-07 | Add new cfg_to_string function (this just splits existing code). | Antoine Cellerier |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-11-26 | Add hardware backlight fading on Gigabeat S with fade up and down options in ... | Michael Sevakis |
2008-11-26 | Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe... | Steve Bavin |
2008-11-03 | Add a setting type which is completly user-defined. This setting type cannot ... | Jonathan Gordon |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-10-07 | add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki... | Frank Gevaerts |
2008-09-24 | Clean up use of snprintf where strncpy if suited, avoid useless copying of co... | Nils Wallménius |
2008-09-08 | Something horrible happened with binsize, so revert FS#8894 completely (for n... | Steve Bavin |
2008-09-08 | Add timestretching from FS#8894, as written by Stephane Doyon based on work b... | Steve Bavin |
2008-08-15 | FS#9281 Rename of splash functions. | Nils Wallménius |
2008-08-02 | Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se... | Dominik Riebeling |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-23 | commit FS#9027 - conditional viewports | Jonathan Gordon |
2008-05-29 | Gigabeat F/X: | Michael Sevakis |
2008-05-14 | Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig... | Michael Sevakis |
2008-04-28 | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken |
2008-04-23 | option_screen() now accepts a viewport | Jonathan Gordon |
2008-04-20 | FS#7980: Select default option in an option list | Stéphane Doyon |
2008-04-20 | Removed unneeded dependency on pcmbuf.h | Bertrik Sikken |
2008-04-07 | Remove some more simulator debugging output. | Steve Bavin |
2008-03-29 | Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",... | Dave Chapman |
2008-03-28 | Revert my earlier const madness, we'll keep the parameter lists simple. | Steve Bavin |
2008-03-28 | The const police raid playback.c, should be no change to behaviour. | Steve Bavin |
2008-03-26 | fix the buttonbar in the browser and menus. | Jonathan Gordon |
2008-03-25 | Code police raid on the settings code, consting and putting headers alongside... | Steve Bavin |
2008-03-25 | So, I've been sick these last few days, and I'm trying to not take drugs to g... | Jonathan Gordon |
2008-03-25 | well we suck! how could something seemingly simple be fubar'ed so much! KISS ... | Jonathan Gordon |
2008-03-25 | ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa... | Jonathan Gordon |
2008-03-25 | write the current settings to .rockbox/config.cfg.bak before resetting settings | Jonathan Gordon |
2008-03-21 | Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust... | Dave Chapman |
2008-03-21 | Add a general-purpose parse_list function to parse a string containing a deli... | Dave Chapman |
2008-03-16 | Implement the playback event handling as a system-wide multi-purpose event sy... | Miika Pekkarinen |
2008-03-06 | fix red | Jonathan Gordon |
2008-03-06 | there is no need to load the filename settings unless reading from a .cfg, so... | Jonathan Gordon |
2008-03-05 | FS#8457 - convert the list drawing code to use viewports. This does not inclu... | Jonathan Gordon |
2008-02-23 | Slightly more efficient way to decide which settings to save. | Jens Arnold |
2008-02-23 | Save empty filename settings when necessary. Fixes the inability to save the ... | Jens Arnold |
2008-02-08 | global_settings.colors_file will always be !false which means even when the s... | Jonathan Gordon |
2008-02-05 | (Hopefully) Revert the quickscreen changes. Many fixes need to be made, | Paul Louden |
2008-02-05 | updated the quickscreen's: | Jonathan Gordon |
2008-01-10 | bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi... | Jonathan Gordon |
2007-12-24 | FS#8353 - add a quick way to make a .cfg from the sound settings. | Jonathan Gordon |
2007-12-07 | Save some bytes and reuse the settings saving code for eq preset saving. | Dan Everton |