1. 1515ff8 MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it works. Tested on two by Stepan Moskovchenko · 17 years ago
  2. 99f9550 H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LCD controller. ~7% speedup on H300, ~5% speedup on X5. by Jens Arnold · 17 years ago
  3. 57418b2 Use the CLOCK_RATE define instead of 44100. by Antoine Cellerier · 17 years ago
  4. f1fead0 Turn on the backlight in the e200 booloader. This is necessary for when we replace the sansa bootloader altogether. by Barry Wardell · 17 years ago
  5. 080889a Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. by Barry Wardell · 17 years ago
  6. e6e5975 Update Swedish translation. by Magnus Holmgren · 17 years ago
  7. 9ca0587 Update francais language. Plus few minor changes. by Mustapha Senhaji · 17 years ago
  8. 9146f20 MP4 tag parser: guard against problems when the buffer is full. by Magnus Holmgren · 17 years ago
  9. d777a36 clean up the e200r installer app to make it more user friendly by Jonathan Gordon · 17 years ago
  10. e329a45 revert r14709, leaving the output in bootloader/ is fine by Jonathan Gordon · 17 years ago
  11. 04ad907 Fix warnings by being stricter about declaring volume min/max by Dan Everton · 17 years ago
  12. a537114 Fix broken sims by defining default volume min and max. by Dan Everton · 17 years ago
  13. 003a4a1 Make the volume range in the simulator match the target being simulated. by Dan Everton · 17 years ago
  14. cb4186c Improved FPS test plugin: * Better precision for low frame rates (take extra ticks into account). * Measure YUV blit framerate on colour targets. by Jens Arnold · 17 years ago
  15. a0f15c6 Add an icon and version text for the OS X bundle. by Barry Wardell · 17 years ago
  16. f96fc52 Cleanup more warnings on the M:Robe by Karl Kurbjun · 17 years ago
  17. b5e7261 FS#7913: mountpoint resolving on OS X. by Barry Wardell · 17 years ago
  18. b7a4e10 M:Robe - Fix compilation and remove some warnings by Karl Kurbjun · 17 years ago
  19. c9d1ab7 Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM sims (FS#7862 with a small addition by me) by Jonathan Gordon · 17 years ago
  20. 5fc117e Make the FLAC metadata parser a little more robust. by Magnus Holmgren · 17 years ago
  21. c9bd970 Oops, forgot the new file by Nils Wallménius · 17 years ago
  22. 8b78209 Update manual to reflect the introduction of the 'Theme Settings' menu, add descriptions of the new line selector options by Nils Wallménius · 17 years ago
  23. d160c10 H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introduce lcd_write_reg() for H10 5/6GB. by Jens Arnold · 17 years ago
  24. abd8c39 Code police and simplify function a bit. by Dominik Riebeling · 17 years ago
  25. 79d358b Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu. by Dominik Riebeling · 17 years ago
  26. 611f2bc rbutil: add options to create .talk files only for Folders or only for Files or for Both. by Dominik Wenger · 17 years ago
  27. 9834093 Fix a crash when trying to download the manual. by Dominik Riebeling · 17 years ago
  28. 6d08116 Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the by Stéphane Doyon · 17 years ago
  29. 84ed3fd Go to the WPS on a successful bookmark_mrb_load() from the MRB, by Stéphane Doyon · 17 years ago
  30. 2ee85c5 Voice already gets shutup when starting playback. It's also appropriate by Stéphane Doyon · 17 years ago
  31. 8aeed2d PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurable speedup on iPod Color, huge speedup on small H10 (a factor of 3). Should be a bit faster on big H10 too. * Big H10 changed bitmap format, so needs reconfiguring + full rebuild. * Better register naming for the mono LCD bridge. Register names for the colour LCD bridge. by Jens Arnold · 17 years ago
  32. e88ac4c Cosmetic change - change the "loading ..." splashes to "Loading...", as used everywhere else in Rockbox by Dave Chapman · 17 years ago
  33. c61e462 read_mp4_tag_string() may return a NULL in the pointer so no code should rely by Daniel Stenberg · 17 years ago
  34. 83ec896 FS#7931 - mpegplayer - resume on idle off - play files without start time of zero by Robert Kukla · 17 years ago
  35. 9875700 Accept FS #7933 by Mario Lang: bugfix in fireworks plugin by Peter D'Hoye · 17 years ago
  36. 40f5bb3 Bump version for new release with fixed OF loading on e200. by Barry Wardell · 17 years ago bootloader_c200_v3 bootloader_e200_v3
  37. 95a3e14 These functions haven't been implemented yet - remove their content to get Gigabeat S builds compiling again. by Will Robertson · 17 years ago
  38. 1c9ec20 Accept FS #7914 by Stijn Hisken with corrections and additions by me by Peter D'Hoye · 17 years ago
  39. 85058f5 Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions. by Peter D'Hoye · 17 years ago
  40. bcdb321 Enable recording for Sansa c200, the keymap is usable but maybe could still be improved later. by Marianne Arnold · 17 years ago
  41. c0c6cff Add the missing keymap for the c200, the plugin was compiled before but since there was no way to get to the menu it wasn't very usable... by Marianne Arnold · 17 years ago
  42. 16c0a46 Updated italian translation. by Alessio Lenzi · 17 years ago
  43. 803528e Add myself as maintainer for FM Recorder and V2 Recorder by Linus Nielsen Feltzing · 17 years ago
  44. 0b4a0fb We want to split by individual targets, not just builds. by Jens Arnold · 17 years ago
  45. 9afdf99 Add the vkeyboard line end beep to (swcodec) targets with non-modal keyboard. * Select modal keyboard and enable morse mode for iPod 1st/2nd gen. by Jens Arnold · 17 years ago
  46. 064de4c Slight code policing. by Jens Arnold · 17 years ago
  47. 100d343 Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that beep for them.* Port the other vkeyboard enhancements (fixed character spelling and edit mode announcement) to the charcell vkeyboard (Player). by Jens Arnold · 17 years ago
  48. ddf33db Update the manual for r12321: the progressbar's y position is customisable. by Nicolas Pennequin · 17 years ago
  49. 1b89d58 Accessible keyboard: guard the beep with talk_menus_enabled() by Stéphane Doyon · 17 years ago
  50. 3e31d50 Export shutup() function from talk.c. by Stéphane Doyon · 17 years ago
  51. d529a38 Make the virtual keyboard easier to use for blind users. From FS#6324 by Stéphane Doyon · 17 years ago
  52. 0279c71 Voice the recording trigger settings screen. by Stéphane Doyon · 17 years ago
  53. 6799ac8 I can maintain the X5V too by Linus Nielsen Feltzing · 17 years ago
  54. 8f72192 Increase step size of stereo width to 5% to avoid tediously long list in settings. Reduce max limit from 255% to 250% for cosmetic reasons, value of 255% was chosen because of (very) old restrictions in settings system anyway. by Thom Johansen · 17 years ago
  55. a07e939 fix yellow and some house cleaning by Robert Kukla · 17 years ago
  56. 8a3e141 Added three targets we try to support that are different than the ones listed by Daniel Stenberg · 17 years ago
  57. a86dd42 Sign myself up as Nano maintainer. by Thom Johansen · 17 years ago
  58. 1092edf Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be the same as the Color - everything else is). by Dave Chapman · 17 years ago
  59. fd3fe45 FS#7487 - mpegplayer - video start time seek with resume by Robert Kukla · 17 years ago
  60. ce13590 Change c200 and e200 to use the same IIS FIFO format as seems to be working for others. Samples there have been packed for a long time though so no change to that. by Michael Sevakis · 17 years ago
  61. 6c98c8c Packed I2S for iPod Mini G2. by Jens Arnold · 17 years ago
  62. 8500f48 FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video. by Thom Johansen · 17 years ago
  63. 9ff4057 Hopefully the last fix for crosscompilation of sims with mingw32. by Nicolas Pennequin · 17 years ago
  64. b24631c Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSE by Jonas Häggqvist · 17 years ago
  65. b8eb2a8 Oops. Fix red. by Nicolas Pennequin · 17 years ago
  66. ef9abe4 Keep track of the number of opened files in the sim to enforce the same limit as on target. by Nicolas Pennequin · 17 years ago
  67. f22e323 Set myself as the maintainer for "Voice UI". by Stéphane Doyon · 17 years ago
  68. 26e47f2 Use dynamic menu voice callbacks to speak menu item names in the by Stéphane Doyon · 17 years ago
  69. 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
  70. 3fd073e Unbloat the PCM changes on PortalPlayer by Michael Sevakis · 17 years ago
  71. eb1e35f Make Ipod Nano use packed 16 bit IIS FIFO transfers as well. by Thom Johansen · 17 years ago
  72. f35d2e3 Red-out on the e200/c200 sims. by Michael Sevakis · 17 years ago
  73. 4c3897e Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by removing all hotswap support from the bootloader. It won't fully be closed until Sansapatcher is updated of course. There's still a report of the partition dump not working unless 20 bytes of padding are inserted at the start of main() but that's only a developer-enabled feature. Seems weird though. by Michael Sevakis · 17 years ago
  74. fe64bf2 Add names for the buttons in the Quick Start tab. by Dominik Riebeling · 17 years ago
  75. f619f81 Change loop structure for sample synthesizing. Gives a nice speedup on both coldfire and arm targets. by Nils Wallménius · 17 years ago
  76. d712e25 Get test_codec running again on PortalPlayer targets. by Michael Sevakis · 17 years ago
  77. 1630188 Make sure that audio_resume() is not called in interrupt context when car adapter mode is enabled. Fixes FS#7304. by Linus Nielsen Feltzing · 17 years ago
  78. 46b7028 Keep a 2 pixel margin in the instructions screen. by Jonas Häggqvist · 17 years ago
  79. 548886a Use the userfont for the instructions. by Jonas Häggqvist · 17 years ago
  80. 0553385 Still on the post-big-commit policing. Correct a function call order. Comment a couple things. by Michael Sevakis · 17 years ago
  81. 52336cd Add instructions on all targets. Somewhat hackish, I'm afraid, but works reasonably well. by Jonas Häggqvist · 17 years ago
  82. 59f523c Save some more space by not allocating arrays large enough to hold more than NUM_BOGUS (defined at compile-time) elements. by Jonas Häggqvist · 17 years ago
  83. 2b2c536 Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. by Dominik Riebeling · 17 years ago
  84. 22cf8ad Use i10n for numbers using QLocale. by Dominik Riebeling · 17 years ago
  85. 4512f1a Finally get packed samples to work in a nice way on H10 in IIS mode. Add some more register defs. by Michael Sevakis · 17 years ago
  86. 1de4972 Forgot about the case conversion rule for one string :) by Mustapha Senhaji · 17 years ago
  87. 27588ed Do the checking arm targets in a nicer way in the makefile by Nils Wallménius · 17 years ago
  88. 7ad3e2f Update francais language and fix a typo in the english file. by Mustapha Senhaji · 17 years ago
  89. 25441b3 When changing cache path update the size information. by Dominik Riebeling · 17 years ago
  90. 7edf4fd One file was hoding from the 'hold vs. long' commit. ;) by Marianne Arnold · 17 years ago
  91. d1e2f52 c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed can be optimized more and dithering is not yet implemented. by Jens Arnold · 17 years ago
  92. e3e0a3a Replace all occurances of 'Hold ButtonX' with 'Long ButtonX' in the button tables like it was agreed on. by Marianne Arnold · 17 years ago
  93. 1f0d06f * Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a bit. by Jens Arnold · 17 years ago
  94. 1dd9feb Add new action descriptions for the alarm screen, correct the buttons for ipods and add a short description of the 'alarm wake up screen'. by Nils Wallménius · 17 years ago
  95. 5f1ec30 Name all button light functions and variables consistently starting with buttonlight_ . by Jens Arnold · 17 years ago
  96. 0464c36 Fix red bootloader build. by Jens Arnold · 17 years ago
  97. 4efd9c4 c200: Make the backlight react on unlocking hold as intended. by Jens Arnold · 17 years ago
  98. 7d34565 Don't get the dircache size while dircache is still initializing. If done during shutdown, it will force a foreground scan on next boot. by Magnus Holmgren · 17 years ago
  99. 29473fe c200: Switch the 'menu' button light as well. by Jens Arnold · 17 years ago
  100. d7d6b78 Accept FS#7897 with some changes by me. moves the code to talk time/date out of main_menu.c to make it hopefully more useful. by Jonathan Gordon · 17 years ago