1. 84b97dd fuze+: remove two_finger pseudo touchpad button because it was unrealiable, update keymap to remove akward mappings by Amaury Pouly · 13 years ago
  2. 4fe6963 imx233: implement core_sleep by Amaury Pouly · 13 years ago
  3. 4e8320d i.MX31: Rename something by Michael Sevakis · 13 years ago
  4. d56daa1 i.MX31: Silly little change to enable/disable a SPI by Michael Sevakis · 13 years ago
  5. 0726b17 Clarify in what units the settings.sleeptimer_duration is by Alexander Levin · 13 years ago
  6. 3074b64 Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c by Nick Peskett · 13 years ago
  7. fdcf5e4 Sansa Connect: Set unknown GIOs to state with lowest power consumption. This slightly improves runtime. by Tomasz Moń · 13 years ago
  8. 5dba771 Option to restart running sleep timer on keypress. by Nick Peskett · 13 years ago
  9. 57a0ebb Rockbox Utility: recognize Nano 6th gen as unsupported device. by Dominik Riebeling · 13 years ago
  10. 2ecaca9 New General Settings submenu: Startup/Shutdown by Nick Peskett · 13 years ago
  11. 3bc771d Revert r31239 and r31250. Selecting ALL in disktidy used to be generally safe for most people, and these changes change that, making it easy to delete most or all of a user's music. This is a *very* bad idea. by Frank Gevaerts · 13 years ago
  12. cf04cf3 Fix missing include. by Thomas Martitz · 13 years ago mkamsboot_1.5
  13. 7a7eca6 Unify a bit. by Thomas Martitz · 13 years ago
  14. 20b662a rbpaths: Add new special dir HOME_DIR for RaaA. by Thomas Martitz · 13 years ago
  15. 1678459 ypr0: Fix ascodec_readbytes(). by Thomas Martitz · 13 years ago
  16. 1dcc834 ypr0: Remove last #ifdef in as3514. by Thomas Martitz · 13 years ago
  17. e650992 FS#12482 - Romanian language update by Sergiu Rotaru by Bertrik Sikken · 13 years ago
  18. bf021e3 ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script. by Thomas Martitz · 13 years ago
  19. 1a0bc64 imx233: forgot a file by Amaury Pouly · 13 years ago
  20. f7f1f70 imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging by Amaury Pouly · 13 years ago
  21. a1d3ed2 ypr0: Cleanup and simplify ascodec functions. Fix audiohw_{pre,post}init() not being called. by Thomas Martitz · 13 years ago
  22. 2ec443d Remove bash-specific syntax from rockboxdev.sh by Thomas Martitz · 13 years ago
  23. 4539ffe TMS320DM320: Add generic I/O debug window for targets other than mrobe 500. by Tomasz Moń · 13 years ago
  24. 616d786 Update config.h for the previous commit. by Thomas Martitz · 13 years ago
  25. b8197aa ypr0: Rename ypr0.h to match naming scheme. by Thomas Martitz · 13 years ago
  26. e6717d1 Fix messed up zxbox keymaps. Fixes fuze+ red also. by Thomas Martitz · 13 years ago
  27. e3bcb0e Fix reds. by Thomas Martitz · 13 years ago
  28. 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
  29. 567e0ad Actually remove the pulled out field (sequel to r31406) by Alexander Levin · 13 years ago
  30. 461e2c7 Actually call ct-ng (i.e. fix left-over from testing). by Thomas Martitz · 13 years ago
  31. 6296045 Add crosstool-NG build to rockboxdev.sh. by Thomas Martitz · 13 years ago
  32. c00938e Configure: Fix endianess detection. by Thomas Martitz · 13 years ago
  33. 013cc9d Resolve CROSS/CROSS_COMPILE dualism in configure to use only CROSS_COMPILE (only used for SDL builds so far), which should be the de facto environment variable for this. by Thomas Martitz · 13 years ago
  34. 893666a Rockbox Utility: add description and helper code for VS. by Dominik Riebeling · 13 years ago
  35. 7f7a2d3 Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out a field (FS#12473) by Alexander Levin · 13 years ago
  36. 63c4ef9 Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#12470). No functional changes. by Alexander Levin · 13 years ago
  37. 5b5871b TMS320DM320: Disable CLOCKOUT signal to save some power. by Tomasz Moń · 13 years ago
  38. 8942bf8 Thank you for the bug hunting help, Andrej Sinicyn. However CREDITS is reserved for people who contribute substantial amounts of code or data. by Björn Stenberg · 13 years ago
  39. 0fd1408 Add Andrej Sinicyn to credits by Amaury Pouly · 13 years ago
  40. 452354a sd-imx233: fix a few parameters when calling send_cmd, thanks to Andrej Sinicyn for spotting this by Amaury Pouly · 13 years ago
  41. f9a135a Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver. by Tomasz Moń · 13 years ago
  42. b0e7869 usb-drv-as3525v2: use all endpoints by Rafaël Carré · 13 years ago
  43. f805b5d TMS320DM320: Ensure udelay() will not end before specified amount of time. by Tomasz Moń · 13 years ago
  44. b4ffcb5 Fix red. by Boris Gjenero · 13 years ago
  45. 6c97145 Add missing includes found using -Wmissing-declarations. by Boris Gjenero · 13 years ago
  46. 14c2e67 Make more local functions static. by Boris Gjenero · 13 years ago
  47. 2800c55 TMS320DM320: Check for TIMER1 bit in udelay(). by Tomasz Moń · 13 years ago
  48. 2c85013 libtremor: fix memory corruption bug introduced in r30728 that could cause crashes or playback failures for some album art infested files. Closes FS#12448. by Nils Wallménius · 13 years ago
  49. 37f4dfc TMS320DM320: Prevent lockup in udelay() when this function is called with interrupts disabled. by Tomasz Moń · 13 years ago
  50. 3aced71 Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode. by Tomasz Moń · 13 years ago
  51. d63b19a Fix comment in sdmmc to reflect what it really means. by Tomasz Moń · 13 years ago
  52. 31c0842 Sansa Connect: Don't enable DAC clock as it's not necessary. by Tomasz Moń · 13 years ago
  53. 013384f Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks. by Tomasz Moń · 13 years ago
  54. 01415ad AGC: respect gain steps defined in audiohw_settings[] by Marcin Bukat · 13 years ago
  55. e6c85a6 local variable app/gui/icon.c/iconsets can be made static by Bertrik Sikken · 13 years ago
  56. 67eefad Disable unused functions for archos-player in apps/screen_access.c by Bertrik Sikken · 13 years ago
  57. cb972ab Another round of making local functions static by Bertrik Sikken · 13 years ago
  58. 0cb0b50 Remove duplicate include. Thanks to Jean-Louis Biasini for spottin this. by Frank Gevaerts · 13 years ago
  59. 51ff206 rbutil: enable clipzip by Rafaël Carré · 13 years ago
  60. e4614c4 mkamsboot: update README by Rafaël Carré · 13 years ago bootloader_amsv2_v4
  61. 6a94f6b mkamsboot: don't boot OF when USB is plugged by Rafaël Carré · 13 years ago
  62. dafbcad Add missing strings to American English by Michael Chicoine · 13 years ago
  63. 44d1a26 Sansa Connect: use udelay() in AVR spi_txrx(). by Tomasz Moń · 13 years ago
  64. 4aec001 TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise. by Tomasz Moń · 13 years ago
  65. 1a4aea3 Renamed embed_cuesheet struct to embedded_cuesheet. by Nick Peskett · 13 years ago
  66. 1b781df Convert hard-coded unicode byte order mark values to constants. by Nick Peskett · 13 years ago
  67. c24a36d Sansa Connect: Disable EMIF clock after booting main binary. Raise the threshold values for battery dangerous and shutoff levels. by Tomasz Moń · 13 years ago
  68. 74516e0 usb-drv-as3525v2: revert part of r31243 by Rafaël Carré · 13 years ago
  69. 02fad29 Remove obsolete empty IRAM defines from the sansa m200v4 config file. by Andree Buschmann · 13 years ago
  70. fdc29d0 Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. by Boris Gjenero · 13 years ago
  71. 7d61376 Android: Ship cpufeatures.[ch] from the sdk to enable the build under the ndk r5 again. by Thomas Martitz · 13 years ago
  72. e6e2ae8 There's no good reason for requiring the mr500 remote just to run battery_bench by Frank Gevaerts · 13 years ago
  73. 0740584 FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decoding by 3 MHz on PP5022, 6-7 MHz on S5L870x and 11-12 MHz on MCF5250. 5.1-88kHz-files still do not decode in realtime on Coldfire and PP502x. by Andree Buschmann · 13 years ago
  74. 9b92073 Fix bitmap scaling for Coldfire. Closes FS#12411. by Andree Buschmann · 13 years ago
  75. 8439c2e Fix left-over hardcoded path (oops). by Thomas Martitz · 13 years ago
  76. 287454d Hosted/linux: Add process/cpu info screen to the debug menu. by Thomas Martitz · 13 years ago
  77. f53c04b Make embedded cuesheet type 1 text encoding check slightly more efficient by Nick Peskett · 13 years ago
  78. 476f4a7 I think 'e' for arm (rather than 'a') is a typo by Nick Peskett · 13 years ago
  79. 84b5274 Remove deprecated arm toolchain from rockboxdev.sh. Replace with arm-eabi. by Thomas Martitz · 13 years ago
  80. 0402a5c Add the shortcuts menu %cs value to the manual by Jonathan Gordon · 13 years ago
  81. 6c6c476 Buflib: Fix handles being possibly moved twice by Thomas Martitz · 13 years ago
  82. b98d03f TMS320DM320: Turn on Image Buffer clock on demand (FS #12462) by Tomasz Moń · 13 years ago
  83. 2d8fd04 Sansa Connect: Use Image Buffer for screen updates. by Tomasz Moń · 13 years ago
  84. ba2740a disk: fix sector multiplier init, also remove a test which has became obsolete by Amaury Pouly · 13 years ago
  85. 676708c AMSv2: enable storage write in bootloader by Rafaël Carré · 13 years ago
  86. 2a72e0a Add a recommendation about 'peak meter' usage to the manual. by Andree Buschmann · 13 years ago
  87. 292e7ca Gigabeat S: PMIC SPI improvement and bugfixes. by Michael Sevakis · 13 years ago
  88. 0efabb3 Add linker script wildcards for -ffunction-sections and -fdata-sections. by Boris Gjenero · 13 years ago
  89. ca9111e Add KEEP() around vectors in linker scripts. by Boris Gjenero · 13 years ago
  90. dc07503 I forgot to flip the true response from memcmp by Nick Peskett · 13 years ago
  91. 6aa0702 Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE. by Nick Peskett · 13 years ago
  92. ae90b29 Hard code the cuesheet offset for double byte encoding, rather than pointless calculation. by Nick Peskett · 13 years ago
  93. 73627ce Try to fix r31346 by Bertrik Sikken · 13 years ago
  94. 8c19dcd FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip) by Bertrik Sikken · 13 years ago
  95. 17ed325 Add const to global pointers to strings. by Boris Gjenero · 13 years ago
  96. f372212 Add new metadata feature to the manual section 'Featureset for generic metadata tags'. by Andree Buschmann · 13 years ago
  97. f0f24a3 Fix building of test_codec by Nils Wallménius · 13 years ago
  98. 1b7455e imxtools: fix compilation when cross compiling for windows (tm doesn't have timezone fields) by Amaury Pouly · 13 years ago
  99. 719b954 rbspeex: fix cross compiling rbspeex.dll. by Dominik Riebeling · 13 years ago
  100. 0976982 Swap red and yellow for green on r31339's cranky builds. by Michael Sevakis · 13 years ago