1. f7253e3 manual: add a forgotten note about reseting settings for the vibe 500. by Szymon Dziok · 15 years ago
  2. 6eed071 fix YUV Dither for the other targets too, like in r26064. by Szymon Dziok · 15 years ago
  3. 66f20d2 manual: make the wake-up alarm entry up to date with the current code by Rafaël Carré · 15 years ago
  4. 6e7df95 manual: wake up alarm buttons for Clip and Fuze keymaps by Rafaël Carré · 15 years ago
  5. 938d671 Ooops, forgot CREDITS. by Alex Parker · 15 years ago
  6. 2fb0666 FS#11293 - Catalan language update by Adrián Cereto Massagué by Alex Parker · 15 years ago
  7. 4876a44 Clipv1 battery capacity is 330mAh by Rafaël Carré · 15 years ago
  8. 2d40d56 as3525: don't destroy status when calculating IRQ number in UIRQ() by Rafaël Carré · 15 years ago
  9. 88a8ed8 FS#11303 - Polish translation update by Tomasz Kowalczyk by Alex Parker · 15 years ago
  10. 207f72a FS#11269 - Slovak language update by Peter Lecky by Alex Parker · 15 years ago
  11. 9bb6b8d as3525: be sure all interrupts are disabled when recording by Rafaël Carré · 15 years ago
  12. 19afbf4 Really cleanup remaining r26253 yellow (hopefully). by Michael Sevakis · 15 years ago
  13. d76a931 Correct new memcpy/memset functionality in test_mem plugin. Use appropriate clobber list for arm asm. by Andree Buschmann · 15 years ago
  14. 1f5b943 Cleanup r26253 red and yellow. by Michael Sevakis · 15 years ago
  15. d569998 Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. by Michael Sevakis · 15 years ago
  16. 6688988 Make 'make reconf' remember the use of --ccache and --no-ccache. Only works after the next configure run. by Magnus Holmgren · 15 years ago
  17. 13f159d as3525*: sd_wait_for_state() is only used for waiting to SD_TRAN state by Rafaël Carré · 15 years ago
  18. 8d1ec38 as3525: show unmasked interrupts on unhandled IRQ by Rafaël Carré · 15 years ago
  19. 9c13b6e fix: when move_handle() is successful, the return value corrects valid type. by Yoshihisa Uchida · 15 years ago
  20. ff6b042 mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa AMS OF by Rafaël Carré · 15 years ago
  21. eae2464 as3543 rtc wakeup: fix power off by Rafaël Carré · 15 years ago
  22. dda102e fix the %Ti (preset index) not working with conditionls correctly by Jonathan Gordon · 15 years ago
  23. ba46c88 rtc_enable_alarm() needs no return value by Rafaël Carré · 15 years ago
  24. 8302c5f Wakeup alarm screen is unusuable with large fonts or small screens by Rafaël Carré · 15 years ago
  25. 172fc96 as3525v2: RTC alarm by Rafaël Carré · 15 years ago
  26. 2e004fd fuzev1: don't enable RTC in the bootloader by Rafaël Carré · 15 years ago
  27. f7966fd Some more fixes to Dutch langfile by Peter D'Hoye · 15 years ago
  28. ebbdc98 Update Dutch langfile by Peter D'Hoye · 15 years ago
  29. 21e8955 Update of Czech language by Michael Chicoine · 15 years ago
  30. eacc322 as3525v2: enable AFE (AUDIO Front End) interrupts by Rafaël Carré · 15 years ago
  31. 76aeb60 Rename seek() to asf_seek() by Mohamed Tarek · 15 years ago
  32. b5b5ecf Add svn Id property. by Mohamed Tarek · 15 years ago
  33. 546edf3 Move seek() from wma.c to libasf since it's really ASF-specific. by Mohamed Tarek · 15 years ago
  34. ff25b3a ata: do some threading-related corrections (some sync related where it matters). Make sure 'sleeping' is 'false' before the powerup sequence (throws-off powermgmt and it *is* about to woken again and powermgmt will need to compensate). Avoid looking at mutex flag directly; there's no tangible benefit I can discern and changes to the kernel that alter the meaning shouldn't be able to break anything. For that, in the jz sd driver, have sd_disk_is_active just return 'false' like all the other SD drivers do. If it *must* return this, it should implement it's own method but it seems to not matter. by Michael Sevakis · 15 years ago
  35. e24dd5f tagcache: fix queue operation, it should be queue_peek. by Amaury Pouly · 15 years ago
  36. d724492 mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF_T_MIN as well if not already defined. by Michael Sevakis · 15 years ago
  37. 0ac61bf avoid overflow in puts_scroll(). by Teruaki Kawashima · 15 years ago
  38. e2d1eb6 mkamsboot: support Fuzev2 OF 2.03.33 by Rafaël Carré · 15 years ago
  39. 2558be2 kernel: the header says queue_peek should always be compiled in but the source put it in the #ifdef HAVE_EXTENDED_MESSAGING_AND_NAME section by Amaury Pouly · 15 years ago
  40. b8ad90a dircache: by Amaury Pouly · 15 years ago
  41. 7d8c02d Clip+: add charging curve by Rafaël Carré · 15 years ago
  42. 4efe1e6 Rockbox Utility: updates Japanese translation. by Yoshihisa Uchida · 15 years ago
  43. d03e5ee updates Japanese translation by Yoshihisa Uchida · 15 years ago
  44. 5e98b27 Fix typos in comment by Michael Chicoine · 15 years ago
  45. 5f53612 usb-as3525v2: fix typo in a comment. by Amaury Pouly · 15 years ago
  46. 7c205aa FS#10913: fix file browser not updated on microsd insertion/removal. This is a synchro bug in dircache: the system send a SYS_FS_CHANGED message which is first handled by the main thread which rescan the directory but as dircache main treats the message after, the file browser get the old version... Workaround is to check message queue before opening a directory. by Amaury Pouly · 15 years ago
  47. dcbf4bb make radioart work in the sbs by Jonathan Gordon · 15 years ago
  48. 7f24c30 Clipv1: charging curve by Rafaël Carré · 15 years ago
  49. 26c8eeb Clipv1: cosmetics by Rafaël Carré · 15 years ago
  50. 59462a8 Clipv1: move buttonlight functions to header by Rafaël Carré · 15 years ago
  51. 427e871 Clipv2 / Clip+ : lcd scanrate checked with test_scanrate by Rafaël Carré · 15 years ago
  52. d2af487 Fix test_resize by Thomas Martitz · 15 years ago
  53. af0d6f5 more french translation by Rafaël Carré · 15 years ago
  54. 217eaf4 a bit of french translation by Rafaël Carré · 15 years ago
  55. 5d92ae4 manual: change all references to 'headphone jack' into more correct 'headphone socket' by Rafaël Carré · 15 years ago
  56. f39ef96 Clip+: add description of buttons for blind users by Rafaël Carré · 15 years ago
  57. 9d7d0b5 Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, don't error out for touchscreens (onda vx777 has almost no tactical buttons). by Thomas Martitz · 15 years ago
  58. 2960052 Increaase default ipod 3g contrast, to a value between the last two. by Torne Wuff · 15 years ago
  59. d9e508b mkamsboot: support Clip+ OF v01.02.15 by Rafaël Carré · 15 years ago
  60. 970b460 Tweak new pluginlib button map for frotz to be more convenient by Torne Wuff · 15 years ago
  61. 4c6b945 fuzev2: make manual build by Rafaël Carré · 15 years ago
  62. cfe3be3 Clipv2 manual: correct playertype by Rafaël Carré · 15 years ago
  63. 9df2f2f Fix a data abort in codebuster. by Thomas Martitz · 15 years ago
  64. 20e9d56 S#10387 - Rework pluginlib actions by Thomas Martitz · 15 years ago
  65. 9736580 Get rid of unnecessary 'table' environment and the never used parameters for button maps (FS#11088) by Alexander Levin · 15 years ago
  66. 0a21ffa Clipv2: charging curve + voltage limits by Rafaël Carré · 15 years ago
  67. 5a379bc Another strike against ugly apostrophes in the manual by Alexander Levin · 15 years ago
  68. 87b2ad14 Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. This time properly implemented. by Alexander Levin · 15 years ago
  69. f531adc pass pointers around instead of coping whole structs by Jonathan Gordon · 15 years ago
  70. b8176a6 redo r25569 so the screen is only cleared once instead of every update (which is ~2Hz by Jonathan Gordon · 15 years ago
  71. be6fba0 usb-as3525v2: by Amaury Pouly · 15 years ago
  72. 3af1bf0 fix FS#10993 - "No Settings" doesnt get voiced because it uses str() instead of ID2P() macro by Jonathan Gordon · 15 years ago
  73. 7042d95 skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get_id3_token(). by Teruaki Kawashima · 15 years ago
  74. 0e263d5 accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable by Jonathan Gordon · 15 years ago
  75. 24aeac2 disk/file: Do not use & on arrays by Rafaël Carré · 15 years ago
  76. ddecf43 fuzev2: charging curve and voltage limits by Rafaël Carré · 15 years ago
  77. 6b5fc85 fix comments by Marcin Bukat · 15 years ago
  78. f281870 HD200 - increase sligtly wait states for lcd. This removes clicks in playback and lcd updates are fast anyway by Marcin Bukat · 15 years ago
  79. bb3a3ec HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change) by Marcin Bukat · 15 years ago
  80. 2d0d082 HD200 - fix button readings afrer PLL settings change by Marcin Bukat · 15 years ago
  81. 1102edb HD200 - fix PLL settings. This fixes looong standing bug heavily affecting performance by Marcin Bukat · 15 years ago
  82. c208486 pdbox: Rewrote recently added bugfixes by Wincent Balin · 15 years ago
  83. ae2659e pdbox: Got rid of signedness-related warnings by Wincent Balin · 15 years ago
  84. 6274944 pdbox: Made size value signed by Wincent Balin · 15 years ago
  85. 5ea0dc8 pdbox: Adjusted return values for functions read() and write() by Wincent Balin · 15 years ago
  86. 9594f86 Gigabeat S: Use longer battery filter; lag is not a problem with voltage for charging since it's I-controlled. Initialize local copy of last_inputs for the power routines in target init otherwise the battery filter is reinitialized too soon. by Michael Sevakis · 15 years ago
  87. 29e70df sd-as3525v2: masked interrupts and block size won't change, and DMA won't be disabled, so we can just set these in the controller init once for all by Rafaël Carré · 15 years ago
  88. 6b46cc0 as3525: hide our UNCACHED_ADDR from usb_storage.c by Rafaël Carré · 15 years ago
  89. 2e188a4 revert part of r26176 to avoid large static allocation by Rafaël Carré · 15 years ago
  90. bae0756 as3525: don't use IRAM for usb, and avoid usb storage using uncached addresses behind our back by Rafaël Carré · 15 years ago
  91. 0b28594 Revert r26060. A better fix was found. The acceleration should be fixed once for all now. by Thomas Martitz · 15 years ago
  92. 9c774b3 as3514.c: clean up by Rafaël Carré · 15 years ago
  93. 9fbd7fd Revert r26171. Special macro for the image base name is needed. Will be committed soon. by Alexander Levin · 15 years ago
  94. 3fa48ee Show another way to learn about convbdf by Alexander Levin · 15 years ago
  95. 4bc0cf6 Use nice 'times' glyphs for describing dimensions (FS#11295) by Alexander Levin · 15 years ago
  96. 8f8cdd3 Fix another not nice apostrophe (FS#11296) by Alexander Levin · 15 years ago
  97. 93258e4 sudoku: remove commented out code. by Teruaki Kawashima · 15 years ago
  98. 0a4eda4 skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify comparison of string in parameter in parse_touchregion(). by Teruaki Kawashima · 15 years ago
  99. 12af498 Handshake still grinds to a halt at some point, but it works better now. by Tobias Diedrich · 15 years ago
  100. 6c8269b fix previous commit by Rafaël Carré · 15 years ago