1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 5a169bb commit FS#9027 - conditional viewports by Jonathan Gordon · 16 years ago
  3. c541e04 Gigabeat F/X: by Michael Sevakis · 16 years ago
  4. 009cebe Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlight.c to handle lcd sleep timer. Make HAVE_LCD_SLEEP useable without a setting and use HAVE_LCD_SLEEP_SETTING when a setting is available in addition to HCD_HAVE_SLEEP. If a setting isn't used, the target must define the timeout to be used in the config. by Michael Sevakis · 16 years ago
  5. 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
  6. fe9dca3 option_screen() now accepts a viewport by Jonathan Gordon · 16 years ago
  7. b2aa86a FS#7980: Select default option in an option list by Stéphane Doyon · 16 years ago
  8. 8924686 Removed unneeded dependency on pcmbuf.h by Bertrik Sikken · 16 years ago
  9. 799e948 Remove some more simulator debugging output. by Steve Bavin · 17 years ago
  10. d746b79 Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD by Dave Chapman · 17 years ago
  11. 135cc75 Revert my earlier const madness, we'll keep the parameter lists simple. by Steve Bavin · 17 years ago
  12. c9df8fd The const police raid playback.c, should be no change to behaviour. by Steve Bavin · 17 years ago
  13. be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 17 years ago
  14. cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 17 years ago
  15. 22fbafb So, I've been sick these last few days, and I'm trying to not take drugs to get over the sickness... turns out that may not have been such a good descision. (AKA, I'm trying to get on the front page... (AKA, really revert this time... really) ) by Jonathan Gordon · 17 years ago
  16. 0158336 well we suck! how could something seemingly simple be fubar'ed so much! KISS says revert this catastrofeeeee befroe anyone realises by Jonathan Gordon · 17 years ago
  17. 58ee0fb ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you load a new config or reset settings by Jonathan Gordon · 17 years ago
  18. 9ed5a67 write the current settings to .rockbox/config.cfg.bak before resetting settings by Jonathan Gordon · 17 years ago
  19. d02c79c Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the CustomWPS page for details (shortly...). There is still some work to do - decide how to handle font references, decide how to handle conditionals. Plus checkwps is broken - I'll fix that in a separate commit. by Dave Chapman · 17 years ago
  20. e92d2c5 Add a general-purpose parse_list function to parse a string containing a delimited list of items and adapt the parse_image_load() function in the WPS parser to use it. This function will also be used to parse the upcoming WPS %V viewport tag, but I'm committing it separately as these changes are unrelated to the viewport implementation itself. by Dave Chapman · 17 years ago
  21. 19c6e66 Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also. by Miika Pekkarinen · 17 years ago
  22. d6a5f62 fix red by Jonathan Gordon · 17 years ago
  23. e1ba7f7 there is no need to load the filename settings unless reading from a .cfg, so stop them being read every time settings_apply() is called by Jonathan Gordon · 17 years ago
  24. 0e5cec2 FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. by Jonathan Gordon · 17 years ago
  25. fcd52cf Slightly more efficient way to decide which settings to save. by Jens Arnold · 17 years ago
  26. db70f8d Save empty filename settings when necessary. Fixes the inability to save the 'no backdrop' setting due to the new default. by Jens Arnold · 17 years ago
  27. 2e3a8c7 global_settings.colors_file will always be !false which means even when the setting isnt set it will try to read /.rockbox/.icons which is bad mmkay by Jonathan Gordon · 17 years ago
  28. f7c938a (Hopefully) Revert the quickscreen changes. Many fixes need to be made, by Paul Louden · 17 years ago
  29. 2c82494 updated the quickscreen's: by Jonathan Gordon · 17 years ago
  30. 4d238c1 bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened while in fm screen. a proper fix is to not force the statusbar on in the fm screen, but untill that happens this is fine. by Jonathan Gordon · 17 years ago
  31. b8bc45d FS#8353 - add a quick way to make a .cfg from the sound settings. by Jonathan Gordon · 17 years ago
  32. 5886efa Save some bytes and reuse the settings saving code for eq preset saving. by Dan Everton · 17 years ago
  33. d490f44 New way of handling integer settings with variable steps: table settings (FS #8186, with fixes by me). This allows to get rid of those synchronised tables in firmware/ and apps/, making things more flexible and less error prone. First application: backlight timeouts. * Make some more things 'const'. by Jens Arnold · 17 years ago
  34. d7e1f77 Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It does have hardware bass/treble settings with configurable cutoff. So make the bass/treble settings use the hardware and remove the hardware equalizer configuration. by Dan Everton · 17 years ago
  35. b4e5123 New USB stack by Björn Stenberg · 17 years ago
  36. 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
  37. 5f1ec30 Name all button light functions and variables consistently starting with buttonlight_ . by Jens Arnold · 17 years ago
  38. 6077e5b Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound. by Michael Sevakis · 17 years ago
  39. 0f5d9f9 first part of usbstack patches -> show and use selection of usb stack mode only, if by Christian Gmeiner · 17 years ago
  40. f3b015f FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. by Nicolas Pennequin · 17 years ago
  41. 294ec1d Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. by Thom Johansen · 17 years ago
  42. 8181a0c Usb Stack: only setup packet handling, and not enabled by default as there is a lot to do. by Christian Gmeiner · 17 years ago
  43. 9b59183 Use size_t type for the buffer_size parameter to formatter functions, static two private functions by Nils Wallménius · 17 years ago
  44. 7cb80a2 Fix a problem with the nvram settings which meant adding new items to the end needed the version bump (they dont anymore, but I'm bumping it now anyway to save some bug reports) by Jonathan Gordon · 17 years ago
  45. 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
  46. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  47. 0bfa3e7 Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense by Nils Wallménius · 17 years ago
  48. a5278fa Rearrange and cleanup settings code by Jonathan Gordon · 17 years ago
  49. 415e9d7 User configurable recording path (my patch in FS#7201). path defaults to / and can be changed in the folder context menu (cleared in the recording settings menu) by Jonathan Gordon · 17 years ago
  50. 488de5e Fix yellow by Brandon Low · 17 years ago
  51. 74cbb0a Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. by Brandon Low · 17 years ago
  52. 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
  53. 9adf056 this adds 2 options to the recording settings menu to let you save all the recording settings to a .cfg and view your saved presets. by Jonathan Gordon · 17 years ago
  54. 2ac037d Set the brightness before setting the timeout values for the backlight and buttonlights by Karl Kurbjun · 17 years ago
  55. 6f95ab7 Add in buttonlight brightness setting for the Gigabeat, and setup the framework for future players that have adjustable button light brightness settings. Also fixed a bug in the backlight code when the brightness was set to 0. by Karl Kurbjun · 17 years ago
  56. 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 17 years ago
  57. 7fdfa56 Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). by Nicolas Pennequin · 17 years ago
  58. 2a2b8d8 Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a RWPS from clearing the main display's backdrop. This also allows future backdrop support for LCD remotes by making the parsing code aware of whether the display for a WPS is a remote or not. by Nicolas Pennequin · 17 years ago
  59. 4b1d1b4 e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) by Jonathan Gordon · 17 years ago
  60. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 17 years ago
  61. ce05add Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). by Jens Arnold · 18 years ago
  62. 4995232 Recording countdown timer and repeat timer - see FS #6297 for more details by Martin Scarratt · 18 years ago
  63. 47bf6c5 Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. by Jens Arnold · 18 years ago
  64. 8636e69 Moved SH1 system code to target tree. * First shot at hwcompat cleanup. by Jens Arnold · 18 years ago
  65. fc47f14 Move iPod Video hardware equalizer init to audio_init() after the hardware is enabled. Should fix the issue where the hardware equalizer settings would not be reapplied after a restart. by Dan Everton · 18 years ago
  66. 981f6c9 action_signalscreenchange(); was missing by Jonathan Gordon · 18 years ago
  67. 8162574 Player: Fix setting integer values to their min/max values. by Jens Arnold · 18 years ago
  68. 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
  69. 99b2742 Use the new DSP callback functionality in firmware/sound.c to deal with SWCODEC stereo width and channel configuration instead of the old more spread out #ifdef based approach. Rename the DSP functions involved for more consistent naming. by Thom Johansen · 18 years ago
  70. 8e6e290 Factor first order shelving filter code out for easier reuse and replace the crossfeed filter with it. Crossfeed _should_ still sound the same, so please do tell if it doesn't. by Thom Johansen · 18 years ago
  71. d94c7d3 Don't display 'Cancelled' splash screen if setting not changed by Steve Bavin · 18 years ago
  72. a7fabf0 Add software based bass/treble controls for targets which have no such functionality in hardware (currently only X5). They can also be used on any other SWCODEC target by adding #define HAVE_SW_TONE_CONTROLS in the relevant config-*.h file. Also remove some now unneeded zero checks when using get_replaygain_int(). Comments on sound quality are welcome as some parameters can still be fine-tuned. by Thom Johansen · 18 years ago
  73. d4e904b SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. by Michael Sevakis · 18 years ago
  74. 282b390 fix the scroll delay setting by Jonathan Gordon · 18 years ago
  75. 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
  76. 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
  77. 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
  78. 844583c fix red builds by Jonathan Gordon · 18 years ago
  79. 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
  80. 750fa4a Minor code policing and cleanup by Linus Nielsen Feltzing · 18 years ago
  81. 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
  82. fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago
  83. 332b324 Do a case-insensitive compare of the prefix part of filename settings. by Jonathan Gordon · 18 years ago
  84. 0f17532 Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. by Michael Sevakis · 18 years ago
  85. fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
  86. 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
  87. 092d355 Kill the errors for now. Would like to know why resetting in_recording_screen from outside the function should ever be needed. If you're not in the recording screen any more, the function should have exited and reset in_recording_screen to false. If it hasn't actually been reset in that case, the function hasn't return for some reason. by Michael Sevakis · 18 years ago
  88. 3e16c9e if you reset your settings, you wont be in the rec screen anymore! by Jonathan Gordon · 18 years ago
  89. 48289a5 Do Mike's previous patch a bit nicer. by Jonathan Gordon · 18 years ago
  90. 946e4f8 Fix warnings. Initialized struct needs at least one member actually initialized. Add a dummy until at least one is guaranteed in all builds. Please remove it at that point. by Michael Sevakis · 18 years ago
  91. eed62f1 Change the radio screen and recording screen to use the global_status structure for state. I guess global_status had been added already and I missed it. :D by Michael Sevakis · 18 years ago
  92. f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
  93. c47172a FS#4770 - Oops by Steve Bavin · 18 years ago
  94. 7bb8b30 grr! didnt see the h100 warning.. build table is too wide by Jonathan Gordon · 18 years ago
  95. 2062f63 fix recorder warning by Jonathan Gordon · 18 years ago
  96. 1382f78 fix build by Jonathan Gordon · 18 years ago
  97. 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
  98. 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
  99. b758883 remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.cfg automatically instead by Jonathan Gordon · 18 years ago
  100. b77f121 Correct the spelling of persistent so its correct (Yes, I failed english at school). by Jonathan Gordon · 18 years ago