1. b5e587c Fix improper shift and mask order causing FS#6842 by Jonathan Gordon · 18 years ago
  2. 7d71351 Modify the version string ready for initial release by Dave Chapman · 18 years ago
  3. e293bbb If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e200 instead. This will allow the new bootloader to be used with older rockbox builds. by Barry Wardell · 18 years ago
  4. 3d39c4d Fix it dropping back to the file browser. Fix yellow by Jonathan Gordon · 18 years ago
  5. 208136d Reload the menu if do_menu() is called while another menu is running by Jonathan Gordon · 18 years ago
  6. daf6694 Unify the way functions are called from menus. by Jonathan Gordon · 18 years ago
  7. 86ecc95 Remove unused header by Nils Wallménius · 18 years ago
  8. bd5c0ad Cast some more to keep both 32 bit and 64 bit simulator platforms happy. by Jens Arnold · 18 years ago
  9. 341b03a Add Rockbox magic (RBOFe200) to the end of the mi4 header in the original firmware. This may not be needed, but completes the set of RBBL for the bootloader, RBOS for Rockbox itself, and RBOF for the original firmware. Also add more info to an error message. by Dave Chapman · 18 years ago
  10. f68362a Fix simulator builds, and some debugf() format strings. by Jens Arnold · 18 years ago
  11. 75e1fd7 Fixed the logf builds. by Miika Pekkarinen · 18 years ago
  12. 79c8a8c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. by Jens Arnold · 18 years ago
  13. 1329d7d Fix occasional missing cursor when moving up in a list with a title when paged scrolling is on. by Magnus Holmgren · 18 years ago
  14. 685f6bb #ifdef code that only makes sense for multivolume targets, make private functions 'static' by Nils Wallménius · 18 years ago
  15. 661cb91 Give the greyscale minesweeper tiles a bit more shadow by Marianne Arnold · 18 years ago
  16. 2c7b127 Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. by Jens Arnold · 18 years ago
  17. c0351ca Fix bad crashing bug,when running under Linux, in Rbutil. thanx to GodEater by Dominik Wenger · 18 years ago
  18. 85a226d Rename some macros to account for the recently added M5 port. No code changes. by Jens Arnold · 18 years ago
  19. f3455d1 Ooops. by Jens Arnold · 18 years ago
  20. 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
  21. 2c643b9 Fix warnings by Michael Sevakis · 18 years ago
  22. b8a5adf Partition type 0x84 is "OS/2 hidden C: drive" by Barry Wardell · 18 years ago
  23. a2ee6a6 FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. by Michael Sevakis · 18 years ago
  24. a91a35b The hidden partition stuff is only used Sansa. by Barry Wardell · 18 years ago
  25. 14ed3ca In preparation for use with sansapatcher, change portalplayer bootloaders to read firmwares in mi4 format. by Barry Wardell · 18 years ago
  26. 1146418 Fix problem where power_off() on the H10 returns before the device is actually powered off. by Barry Wardell · 18 years ago
  27. ce5383e Correct an nonsensical #if by Dave Chapman · 18 years ago
  28. a693481 Render at 30fps on the Gigabeat by Dave Chapman · 18 years ago
  29. 0c6aea8 FS#6790 - Add playback control menu to Solitaire, thanks to Douglas Valentine. by Zakk Roberts · 18 years ago
  30. be29716 Some code rearrangement and function renaming to help incorporation into rbutil without clashing with ipodpatcher. by Dave Chapman · 18 years ago
  31. 1860e9a Add a further safety check - don't allow users to install old bootloaders with sansapatcher by Dave Chapman · 18 years ago
  32. 7b8bf1b Oops, forgot to add the dummy DSA signature to created MI4 images/files by Dave Chapman · 18 years ago
  33. e815601 Implement the ability to embed a bootloader in sansapatcher - the --install option installs the embedded bootloader, and running without any parameters will cause a prompt to be displayed asking the user if they want to install, uninstall or cancel. sansapatcher now requres a PP5022.mi4 file (the Rockbox bootloader) in the current directory when building. by Dave Chapman · 18 years ago
  34. 4a81291 Correct the svn:keywords by Dave Chapman · 18 years ago
  35. e17043e Initial commit of sansapatcher - an installation tool for the Sansa E200. by Dave Chapman · 18 years ago
  36. a42070d Make it possible to boot the OF and show verbose messages at the same time in the PP bootloaders. by Barry Wardell · 18 years ago
  37. 31d5aae pass the output from 'svn update' to this script, and it will say rebuild if by Daniel Stenberg · 18 years ago
  38. 0379588 Jan 1 1980 was a tuesday by Linus Nielsen Feltzing · 18 years ago
  39. 73106a2 Fix problem where power_off() on the Sansa returns before the device is actually powered off. by Barry Wardell · 18 years ago
  40. 39e1b59 Fixed backlight voltage for M5. Now the backlight is as bright as in the original firmware. by Jens Arnold · 18 years ago
  41. 272beb9 Accidentally put a tab in the last commit patch. Clean out some other ones while I'm at it too. by Thom Johansen · 18 years ago
  42. c9cafd8 more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless by Dominik Wenger · 18 years ago
  43. 410af89 fix broken images, and more Unicode problems in rbutil by Dominik Wenger · 18 years ago
  44. 29fc0ef forgot to add the new Images, also try to fix unicode problems by Dominik Wenger · 18 years ago
  45. a5f5662 Source and Dest are the same in english.lang by Jonathan Gordon · 18 years ago
  46. 994a6d6 Support for Theme installing in rbUtil. FS#6709 by Dominik Wenger · 18 years ago
  47. 1625c91 Show the correct text in the yes/no screen on the e200 by Jonathan Gordon · 18 years ago
  48. 84ff46a The mi4 CRC should start at 0x200, not 0x1c. by Barry Wardell · 18 years ago
  49. 20d8e8d OK, use -ize not -ise as per OED by Steve Bavin · 18 years ago
  50. cad559f Consistent use of British English to match the manual by Steve Bavin · 18 years ago
  51. 860b1ab e200: Short press instead of long press the middle button to get to the by Jonathan Gordon · 18 years ago
  52. 5412b7e Improved sansa uninstall instructions by Daniel Ankers, with some minor changes by me by Nils Wallménius · 18 years ago
  53. b1a6269 put action_signalscreenchange(); in before exiting do_menu(), fixes FS#6829 by Jonathan Gordon · 18 years ago
  54. 5dffaf7 This one should not have been "fixed" by Jonathan Gordon · 18 years ago
  55. b35c1d8 Change anywhere where do_menu()'s return value was checked and expected by Jonathan Gordon · 18 years ago
  56. 15c5d26 Add a section about changing colors to the 'customizing the userinterface' chapter by Nils Wallménius · 18 years ago
  57. e6a8d21 Make a couple of private functions 'static' by Nils Wallménius · 18 years ago
  58. 5b51625 match target names more explicitly so that h10 won't match h100 etc by Daniel Stenberg · 18 years ago
  59. 97f2146 Update database initialization description (FS#6826). Convert to british english. by Dominik Riebeling · 18 years ago
  60. 6c6b250 Correct a comment by Dave Chapman · 18 years ago
  61. 7340c33 Add support for building only the plugins by running "make rocks" by Linus Nielsen Feltzing · 18 years ago
  62. e76981c The code police strikes back by Linus Nielsen Feltzing · 18 years ago
  63. 7fe6630 Always restore backlight timer when user exits Version screen - fix FS#6811 by Steve Bavin · 18 years ago
  64. 18b84ee Reset sample rate correctly after MIDI playback by Steve Bavin · 18 years ago
  65. 5ce3977 revert the previous update until some problems are worked out by Marcoen Hirschberg · 18 years ago
  66. b265f53 update by Simon Descarpentries by Marcoen Hirschberg · 18 years ago
  67. 12df774 Add support for scramble to put a 4 character string indicating binary type and the 4 character model id at the end of the mi4 header. by Barry Wardell · 18 years ago
  68. 9d26480 change the encoding back from latin1 to UTF-8 by Marcoen Hirschberg · 18 years ago
  69. b77dc2f Updated spanish lang file by Jose Ramon Garcia (FS#6765) by Jonathan Gordon · 18 years ago
  70. 6c8772d x5/M5: Finally get rid of filter selection aberrations when switching to 88.2kHz sampling rate which affected both the DAC and ADC. Turning off the DAC and ADC before changing the internal codec frequency seems to cure the remaining glitch of the filters not being correctly selected by the TLV320. Some FIFO reset changes that help keep it stable as well. Supporting 88.2KHz on iAudio has been a tricky ordeal. Also made sure to ok the HW tone controls on iRiver. :) by Michael Sevakis · 18 years ago
  71. a5f7ef2 dont exit the recording screen after going into the rec settings unless by Jonathan Gordon · 18 years ago
  72. ae92afd Refer to "disk" instead of "hard disk" for the dap as flash based daps don't have a hard disk (surprise!). by Dominik Riebeling · 18 years ago
  73. a35a38b Fix an off-by-one bug when dealing with genres in MP4 files. by Magnus Holmgren · 18 years ago
  74. 156f440 Get rid of the arm4 libspeex warnings. by Jens Arnold · 18 years ago
  75. abf41e3 H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM needed a refinement in the init sequence for the UDA1380 after audio init changes. Apparently it doesn't like its registers altered before the Coldfire I2S is properly initialized. by Michael Sevakis · 18 years ago
  76. 93ff3c1 turn on ARM optimizations by Marcoen Hirschberg · 18 years ago
  77. 5cbaa28 rename config.h to config-speex.h by Marcoen Hirschberg · 18 years ago
  78. ef4a080 SWCODEC/Voice: Just one more adjustment and all should be good again. by Michael Sevakis · 18 years ago
  79. 120016f Convert the recording menu to the new API by Jonathan Gordon · 18 years ago
  80. 1c97b22 SWCODEC: Fix a problem with voice in the menus caused by my error using the wrong pointer when aligning the codec malloc buffer. Probably the reason for FS#6803. Oy. by Michael Sevakis · 18 years ago
  81. caf2c61 FS #6782 - Adjust right player movement to use Vol+ and Vol- instead of pausing the game every time the player moved down. Thanks to Chris Ham for the keychanges. by Tom Ross · 18 years ago
  82. 7f4f9ae Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off datasheet. by Barry Wardell · 18 years ago
  83. b051f10 duth lang update by Jacco Koning (FS#6797) by Jonathan Gordon · 18 years ago
  84. 9e56b15 Fix typo. We only need to keep bit 6 set on HPH_OUT_L. Setting it on HPH_OUT_R does something completely different and probably not wanted. by Barry Wardell · 18 years ago
  85. 2370998 Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY (on H10) or RIGHT (on Sansa) button is being held. Messages are still displayed if an error occurs. This has already been implemented for iPod bootloaders, but still needs implementing for the other bootloaders. by Barry Wardell · 18 years ago
  86. 62dbd97 Sorted and updated FILES for both apps and firmware, included features.txt preparing for the lang v2 cleanup, should fix FS# 6805 unless Lear's previous committ got it by Nils Wallménius · 18 years ago
  87. 2b17417 Add installation instructions for the sansa. by Dominik Riebeling · 18 years ago
  88. 9fe79f1 Add missing files (for Archos and iRiver M5) to the source archive. by Magnus Holmgren · 18 years ago
  89. 6e44209 Make the Play / Pause option restart playback if its stopped also by Jonathan Gordon · 18 years ago
  90. 6f2bb42 fix warnings by Daniel Stenberg · 18 years ago
  91. b46f1ac fix warnings by Daniel Stenberg · 18 years ago
  92. 879070f * Clean up speex.c a little. by Dan Everton · 18 years ago
  93. 19bba74 simplified the code and now invokes gcc to figure out specific target specifics by Daniel Stenberg · 18 years ago
  94. a26917e Coldfire DSP Assembly: Fix a bug in the resampler that would only affect one frame on the transition from up to down. Fix a bug in sample output that could be the cause of reported FLAC glitching. Output routines now pass all alignment and size combination tests. by Michael Sevakis · 18 years ago
  95. 1b05ea8 ARM assembler for resampling. Should provide some gains, though not huge ones. by Thom Johansen · 18 years ago
  96. 1b3fc39 Make private function static on variable CPU frequency targets. Kill it on fixed frequency targets, regaining 1/3 of the waste on archos... by Jens Arnold · 18 years ago
  97. e814bb6 Enable balance control on Sansa by Daniel Ankers · 18 years ago
  98. 6485db3 Make a couple of private functions 'static' by Nils Wallménius · 18 years ago
  99. 7293da9 Oops, missed a file from r12727 by Daniel Ankers · 18 years ago
  100. dfad406 Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell and Christian Gmeiner from the AS3514 datasheet. by Daniel Ankers · 18 years ago