Age | Commit message (Expand) | Author |
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 |
2007-11-25 | New way of handling integer settings with variable steps: table settings (FS ... | Jens Arnold |
2007-11-24 | Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It... | Dan Everton |
2007-11-22 | New USB stack | Björn Stenberg |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-07 | Name all button light functions and variables consistently starting with butt... | Jens Arnold |
2007-10-06 | Unify PCM interface just above the hardware driver level for all targets incl... | Michael Sevakis |
2007-09-30 | first part of usbstack patches -> show and use selection of usb stack mode on... | Christian Gmeiner |
2007-09-27 | FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. | Nicolas Pennequin |
2007-09-19 | Remove the ID3 tag version priority setting on the grounds of it being pretty... | Thom Johansen |
2007-08-27 | Usb Stack: only setup packet handling, and not enabled by default as there is... | Christian Gmeiner |
2007-08-19 | Use size_t type for the buffer_size parameter to formatter functions, static ... | Nils Wallménius |
2007-08-12 | Fix a problem with the nvram settings which meant adding new items to the end... | Jonathan Gordon |
2007-08-06 | Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ... | Nils Wallménius |
2007-08-05 | *** Lang v2 cleanup (FS#6574) *** | Nils Wallménius |
2007-08-01 | Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf... | Nils Wallménius |
2007-07-11 | Rearrange and cleanup settings code | Jonathan Gordon |
2007-07-10 | User configurable recording path (my patch in FS#7201). path defaults to / an... | Jonathan Gordon |
2007-06-17 | Fix yellow | Brandon Low |
2007-06-17 | Give color targets the ability to display each LCD line a different color and... | Brandon Low |
2007-06-11 | When recording, disable voice menus without actually modifying user settings.... | Steve Bavin |
2007-05-29 | this adds 2 options to the recording settings menu to let you save all the re... | Jonathan Gordon |
2007-05-14 | Set the brightness before setting the timeout values for the backlight and bu... | Karl Kurbjun |
2007-05-08 | Add in buttonlight brightness setting for the Gigabeat, and setup the framewo... | Karl Kurbjun |
2007-04-25 | Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ... | Nicolas Pennequin |
2007-04-25 | Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ... | Nicolas Pennequin |
2007-04-25 | Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R... | Nicolas Pennequin |