1. f0d0ba8 Fix building universal binaries. by Dominik Riebeling · 15 years ago
  2. cca6f74 Handle TARGET_DIR in universal library building. by Dominik Riebeling · 15 years ago
  3. c3ca746 Manual: find a nicer solution for the problem that lead to r23772. Using \newline gives a linebreak inside of the cell - it's not necessary to start a new row and put 2 or 3 (in case of remote targets) in front of it. Simpler code, less error-prone and the lines with alternating colours in the PDF button tables look more suitable. Also rearrange the rest of the affected row's code to make it more readable. by Marianne Arnold · 15 years ago
  4. c2617dc Diacritic display enhancements by Tomer Shalev · 15 years ago
  5. c074c76 Make the classic_statusbar.sbs more classic. Icons, position of numbers, charging animation (only tested on a colour display so far), volume as before but gets a 'clipping' icon on targets that allow more than 0dB, add channels indicator in the rec screen. The only difference on swcodec should be the disk activity indicator on flash targets (for now). On hwcodec there are small differences in the recording screen - quality display is simply using the system font (no wasting another bitmap on a slightly less taller Q), frequency uses icons now (keeping the differences between the sbs files smaller and with the small 'k' it's easier to understand, but debateable). Since the animation makes use of the viewport colour (shades) parameters, a classic_statusbar.grey.sbs was needed - reusing the colour one didn't work correctly anyways. The difference between Recorders (RTC) and Ondios (disk activity) is achieved through the 112x64x1.sbs file itself. by Marianne Arnold · 15 years ago
  6. 3e5d7b4 Updated italian translation. by Alessio Lenzi · 15 years ago
  7. 6e43036 Manual - correct FM Radio volume key mapping problems on Fuze, Gigabeat S (remote), e200, and e200v2 by Michael Chicoine · 15 years ago
  8. 35ae210 Fix FS#10817 - Wrong layout of the keymap table for the 'While Recording Screen' by Michael Chicoine · 15 years ago
  9. 972a7ef Jz4740: init I²C GPIO pins by Maurus Cuelenaere · 15 years ago
  10. 08be5ad Manual - Describe how to work with FMR files by Michael Chicoine · 15 years ago
  11. d878018 Onda VX747: don't define HAVE_MULTIVOLUME by Maurus Cuelenaere · 15 years ago
  12. d7d3bc2 Move strip_volume() to filefuncs.c and set properties. by Maurus Cuelenaere · 15 years ago
  13. 7ccff05 Use MULTIDRIVE instead of MULTIVOLUME in sd.c by Frank Gevaerts · 15 years ago
  14. 39bfe31 Fix diacritic and save some bin size by Tomer Shalev · 15 years ago
  15. 507465b Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red). by Maurus Cuelenaere · 15 years ago
  16. d027ddb Forgot file by Maurus Cuelenaere · 15 years ago
  17. eab70ca - Split off strip_volume() to a separate file - fix some yellows by Maurus Cuelenaere · 15 years ago
  18. 5afb4a9 Fix Onda VX767 by Maurus Cuelenaere · 15 years ago
  19. eed49f0 Define HAVE_MULTI{VOLUME,DRIVE} (aka fix red) for Onda VX7x7 by Maurus Cuelenaere · 15 years ago
  20. d052ced Merge branch 'hotswap' by Maurus Cuelenaere · 15 years ago
  21. b2dc7f0 Fix crash when crossfading at natural track transition - FS#10814 by Steve Bavin · 15 years ago
  22. ee7cf6c Remove unused card_detect(), and make card_detect_target() static inline in each sd driver. by Thomas Martitz · 15 years ago
  23. 82bbd1e Revert unrelated commit by Thomas Martitz · 15 years ago
  24. 1ecb753 Redo a hack that precluded entering a folder on an ejected hotswap drive. Use storage api and proper defines for the drive folder instead. by Thomas Martitz · 15 years ago
  25. 10753f1 Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, implement hotswap and HAVE_HOTSWAP_STORAGE_AS_MAIN. by Thomas Martitz · 15 years ago
  26. f2f5b7c Add a simple sanity check before checking for changed binary. by Thomas Martitz · 15 years ago
  27. cfda097 Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting the storage on targets that run rockbox from hotswappable storage. by Thomas Martitz · 15 years ago
  28. 6c62b1b Take out that code from the dynamic playlist viewer that aborts track move-in-progress on playlist change .. based on assumption it doesn't do anything other than cause FS#10395 by Dave Hooper · 15 years ago
  29. 7df4d24 make recording trigger threshold settings work again. by Dominik Wenger · 15 years ago
  30. 2f7a262 Add missing parentheses to S5L8701 USEC_TIMER by Michael Sparmann · 15 years ago
  31. 9aeec05 Enable wheel acceleration for iPod Nano 2G by Michael Sparmann · 15 years ago
  32. f788e8f Fix the S5L8701 µsec timer by Michael Sparmann · 15 years ago
  33. 84f04a5 AMS Sansa: For consistency, replace references to SECTOR_SIZE with SD_BLOCK_SIZE which is defined in sd.h as 512 bytes. by Jack Halpin · 15 years ago
  34. 384b943 revert accidental commit by Frank Gevaerts · 15 years ago
  35. 75ce960 Limit character width to 255 pixels by Frank Gevaerts · 15 years ago
  36. a68ad9e make lcd_bitmap_char more space efficient. This doesn't seem to impact text drawing performance by Frank Gevaerts · 15 years ago
  37. 7682cb5 FS#10720 - Support for displaying diacritic characters by Tomer Shalev · 15 years ago
  38. 640d98d FS#9721 - No error check after writes in ata.c by Torne Wuff · 15 years ago
  39. b896e86 FS#10798 - unify ata_read_sectors and ata_write_sectors by Torne Wuff · 15 years ago
  40. 231e54d Sansa AMS : fix recording by Rafaël Carré · 15 years ago
  41. cb9dff0 AMS Sansa: Include time spent yielding when figuring timeout in sd_wait_for_state(). by Jack Halpin · 15 years ago
  42. 1511d75 Tatung Elio: a few more buttons identified by Robert Kukla · 15 years ago
  43. ed13fd6 Sansa AMS: VIC_INT_ENABLE register is not a mask by Rafaël Carré · 15 years ago
  44. 4314ceb AMS Sansa: Remove MCI_RX_ACTIVE FIFO check following SD transfers. by Jack Halpin · 15 years ago
  45. 9e9db20 AMS Sansa: Remove wait_for_state() following transfer in sd_select_bank() function. by Jack Halpin · 15 years ago
  46. 531da61 have buildzip copy the classic_statusbar.grey/mono correctly by Jonathan Gordon · 15 years ago
  47. 0b30eb7 Fix FS#10362 (flickering backlight when removing hold) by preventing multiple SYS_TIMEOUT events being posted the backlight thread. by Rob Purchase · 15 years ago
  48. 9b39875 Move myself in alphabetical order in COMMITERS. by Amaury Pouly · 15 years ago
  49. 8b88fb3 Add myself to COMMITERS. by Amaury Pouly · 15 years ago
  50. f5b59cd AMS Sansa: dma-pl081.c: dma_enable_channel() Add step to clear pending interrupts from the previous operation. Add comments and make construction by Jack Halpin · 15 years ago
  51. ae22ef1 UISimulator - prevent multiple definition of usb_inserted when USB_NONE is defined by Michael Chicoine · 15 years ago
  52. 8ceb030 remove svn:executable by Michael Chicoine · 15 years ago
  53. 0cc7251 wtf perl? 2 extra chars would kill you? seriously? by Jonathan Gordon · 15 years ago
  54. d86fe9f crappy band-aid fix for statusbar being screwed after leaving plugins... by Jonathan Gordon · 15 years ago
  55. 3034d9f use classic_statusbar.grey.sbs on grey targets by Jonathan Gordon · 15 years ago
  56. fab8000 AMS Sansa: Handle responses to SD Commands so that response crc checking is accounted for. Adjust sd error codes appropriately. by Jack Halpin · 15 years ago
  57. e5c2d94 Prettify debug menu for logf by Jeffrey Goode · 15 years ago
  58. 38dde55 FS#10100: Wait for the system to remount the player after bootloader installation. by Dominik Riebeling · 15 years ago
  59. 46e5658 Fix Sansa bootloader installation on OS X. by Dominik Riebeling · 15 years ago
  60. 628cbae fix more red by Nils Wallménius · 15 years ago
  61. 4966666 fix mono recording token, Add %bu - usb powered token by Jonathan Gordon · 15 years ago
  62. 360d00f Fix reds. by Nils Wallménius · 15 years ago
  63. 4279c9f Give test_codec the ability to checksum files or folders of files, usefull to verify output integrity. by Nils Wallménius · 15 years ago
  64. 1832def Fix references to those files. by Nils Wallménius · 15 years ago
  65. f9e0240 Rename files to avoid name clash with a commit soon to come. by Nils Wallménius · 15 years ago
  66. 6b6463c Add support for the MP4 file type 'isom'. Based on FS#10790 with an additional fix, making the sample file play. Also updated some debug prints. by Magnus Holmgren · 15 years ago
  67. bbfe573 FS#9833: Fix Ipods being wrongly detected as MacPods on OS X by Dominik Riebeling · 15 years ago
  68. 82165b5 Update Swedish translation. by Magnus Holmgren · 15 years ago
  69. 1fe6f13 lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_puts_style_offset() so that the position is independent from the string being printed. by Teruaki Kawashima · 15 years ago
  70. 728f698 XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp horizontally packed LCDs. * Faster pixel-wise upward scrolling on 2bpp vertically packed LCD coldfire targets. by Jens Arnold · 15 years ago
  71. 48df607 Fix stupid combination of CnP error and typo. by Dominik Riebeling · 15 years ago
  72. 49ed16c Fix two strings and warnings. by Dominik Riebeling · 15 years ago
  73. de37ce5 OS X uses msdos as filesystem for vfat which is the same OpenBSD does. Fixes mountpoint resolving. by Dominik Riebeling · 15 years ago
  74. 6b06648 rbutilqt: always rename the OF to the name specified in rbtutil.ini by Rafaël Carré · 15 years ago
  75. e30d13e rbutilqt: activate Unstable Clip support by Rafaël Carré · 15 years ago
  76. ecbb01f AMS Sansa: Remove a now redundant sd_wait_for_state() and adjust error codes in ata_sd_as3525.c by Jack Halpin · 15 years ago
  77. f620103 buffering.c: cosmetics by Rafaël Carré · 15 years ago
  78. 0c52374 Plasma demo: (1) small speed optimisation. (2) Limit speed to 33fps. (3) Boost if running too slow on targets with variable CPU frequency. by Jens Arnold · 15 years ago
  79. 98755fd Only the H300 and Nano 2G have the charge from USB option at present. Thanks to jmdennis on the forums for pointing out, and Torne Wuff for the info on which players it is present for. by Alex Parker · 15 years ago
  80. 1925cd1 A few more spelling corrections. by Alex Parker · 15 years ago
  81. c4b6c05 Correct album art alignment description error and spelling errors as pointed out by bdelorme on the forums. by Alex Parker · 15 years ago
  82. 6df98f6 AMS Sansa: Make send_cmd() function a bit less complicated and save ~96 bytes. by Jack Halpin · 15 years ago
  83. 9b3619c remove the %Rh token which doesnt exist anymore (was "is target hwcodec" which we dont need) by Jonathan Gordon · 15 years ago
  84. 6c3c8a8 hopefully fix the sameplrate token by Jonathan Gordon · 15 years ago
  85. 591ef80 FS#10781 - Scrolling doesn't stop when entering USB screen from WPS by Michael Chicoine · 15 years ago
  86. bbc8b1b FS#10796 - Clip - prevent power switch activation when coming out of hold by Michael Chicoine · 15 years ago
  87. 9dd6396 Use f_frsize when calculating the free disk space from the block count. Fixes wrong value on implementations with f_bsize != f_frsize. by Dominik Riebeling · 15 years ago
  88. 17c200f No SansaAMS have a recovery mode, and set the Rockbox bootloader to be in flash. by Alex Parker · 15 years ago
  89. 5c826ca The Clip has no recovery mode. by Alex Parker · 15 years ago
  90. 9eb9d30 Update Sansa Clip install instructions in the manual. by Alex Parker · 15 years ago
  91. ecd9bcf Commit FS#10605 - stable playback on low memory swcodec targets by Matthias Schneider. Should allow stable playback on targets with less then 4MB of RAM and sofware decoding such as the Sandisk Clip, c200v2, m200v4 and probably others. Fixes several problems in buffering that occured when the files to be buffered weren't much smaller then the ring buffer size. Fixes a bug where move_handle would corrupt the audio buffer when trying to copy a handle that both wrapped around the highest address in the ring buffer and overlapped part of the source and desination ranges. Moves the decision in playback.c about when to update the current track handle from audio_check_new_track to after the metadata has been buffered. Corrects several other minor pieces of code. I've logged about 100 hours without a crash on various players with this patch but its possible it breaks some combination of players and features I haven't thought to test. by Michael Giacomelli · 15 years ago
  92. 1717217 Add docs/COPYING to rbutil source folder and make checkout slightly more robust. by Dominik Riebeling · 15 years ago
  93. 7d4ca1a Increase stack space for the Gigabeat S specific headphone thread to fix stack overflow when compiled with gcc 4.4 by Nils Wallménius · 15 years ago
  94. e0b020f Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to mpeg2_state_t, to fix warnings with short enums. by Andrew Mahone · 15 years ago
  95. 475e688 Add arm-elf-eabi target to rockboxdev.sh, selected with "e". by Andrew Mahone · 15 years ago
  96. 19eb26a Fix codec and plugin issues on ARM EABI caused by .iram sometimes being assigned an incorrect load address. by Andrew Mahone · 15 years ago
  97. 6ec176c fix mono and hwcodec classic_statusbar so they actually load by Jonathan Gordon · 15 years ago
  98. 9656bc9 Disable -mlong-calls for ARM EABI. by Andrew Mahone · 15 years ago
  99. d523d19 Short enum fixes for doom plugin. by Andrew Mahone · 15 years ago
  100. 36deb0a Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS. by Andrew Mahone · 15 years ago