1. 35f41e6 Remove an unused variable. by Maurus Cuelenaere · 17 years ago
  2. 45786ca Make Gigabeat S keypad correctly detect multiple key down events in a row. Properly exclude BUTTON_POWER in interrupt enable decision. Shorten delays in KPP_HANDLER and hopefully get away with it. by Michael Sevakis · 17 years ago
  3. 95167e0 Commit whole Creative Zen Vision:M target tree + all related firmware/ changes. by Maurus Cuelenaere · 17 years ago
  4. 46b4928 Fixes tabbing/formatting. by Maurus Cuelenaere · 17 years ago
  5. ad9d45a Add support for the Creative ZEN and renew the way firmwares are created. by Maurus Cuelenaere · 17 years ago
  6. 4f4025f Accept FS#8240 - use the wheel in flipit and jewels on the e200 and ipods by Jonathan Gordon · 17 years ago
  7. 7a42bdd Accept FS#7708 by John Kaminar by Jonathan Gordon · 17 years ago
  8. ac387d4 Add a PMIC-based RTC driver for Gigabeat S. by Michael Sevakis · 17 years ago
  9. 5f3356b fix 64bit sim warning by Jonathan Gordon · 17 years ago
  10. 7c0a8e1 structec makes a poor assumption that all targets use 1 byte chars, 2 byte shorts and 4 byte longs which is wrong on 64bit sims which causes database to not be commited. by Jonathan Gordon · 17 years ago
  11. 0dfd9be bulgarian update by Hristo Kovachev by Jonathan Gordon · 17 years ago
  12. d177284 Fix more red :( by Peter D'Hoye · 17 years ago
  13. 6482c73 Fix red... by Peter D'Hoye · 17 years ago
  14. 8efd5d3 Flashlight plugin: support inverted LCD (somebody with a target please test), replace the ugly floats with a much simpler color set. For now white and red are defined. by Peter D'Hoye · 17 years ago
  15. bcb442d Fix wrong description by Peter D'Hoye · 17 years ago
  16. efe802e Update Dutch lang file by Peter D'Hoye · 17 years ago
  17. c9fa717 Fix red (define missing keydefs) by Peter D'Hoye · 17 years ago
  18. 39718e3 Accept FS #8285 - "Flashlight" plugin by Vuong Minh Hiep, Thomas Martitz and Alexander Papst by Peter D'Hoye · 17 years ago
  19. a616c48 Update disktidy plugin description to reflect new features (FS#8924 by Robert Menes). by Dominik Riebeling · 17 years ago
  20. ab547ef Describe "jump to default" feature (FS#8919 by Alexander Levin). by Dominik Riebeling · 17 years ago
  21. fe9dca3 option_screen() now accepts a viewport by Jonathan Gordon · 17 years ago
  22. 286d48f enable the quickscreen in menus and neaten up the else if-ing by Jonathan Gordon · 17 years ago
  23. 33b785e allow the plugin playback control menu to be put in a viewport. by Jonathan Gordon · 17 years ago
  24. 45f6469 Add in a few more debug registers by Karl Kurbjun · 17 years ago
  25. 38498ce Make sure buttons have pullups disabled as necessary by Karl Kurbjun · 17 years ago
  26. 96b1b9e FS#8905 - Nimbus-11 font: fix right brace character by Bertrik Sikken · 17 years ago
  27. b1806b2 move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c audio codec driver. If you ask why I by Christian Gmeiner · 17 years ago
  28. 3ad6ca0 change style to make some people happier - (... but reading it is awful weird) by Christian Gmeiner · 17 years ago
  29. 0738b99 a warning is better by Christian Gmeiner · 17 years ago
  30. 365c3b9 move defines for VOLUME_MIN and VOLUME_MAX to their correct place (mas35xx.h) by Christian Gmeiner · 17 years ago
  31. 7510335 This is a big chunk of code necessary to prepare for Gigabeat F flash loading and and implementation of rolo. There should be no noticible changes for the user. A new bootloader is not needed. by Karl Kurbjun · 17 years ago
  32. 68afa9d Cleanup/fixup the USB initialization for the Gigabeat F by Karl Kurbjun · 17 years ago
  33. 8ec1dca Enable program flow prediction in the system control coprocessor setup in the bootloader. by Michael Sevakis · 17 years ago
  34. 5818bc3 FS #8985 by Robert Menes. Add support for removing some Linux files/directories in disktidy. by Thom Johansen · 17 years ago
  35. fd773cb A few preparations for the D2 PCM driver: move driver up to TCC780x level, move FIQ handler into PCM driver, add some new register defines, and remove those goddamn warnings. by Rob Purchase · 17 years ago
  36. 5d7d410 bump version to m1.0.5 release by Dominik Riebeling · 17 years ago rbutil_m1.0.5
  37. e8dbe2e fix FS#7780 - remove some possibly dangerous items from the file browser context menu if the <microSD> (or mmc) is selected by Jonathan Gordon · 17 years ago
  38. f818196 And fix the bug which I was actually being pinged about... by Jonathan Gordon · 17 years ago
  39. fa64dbb So, I was skimming the irc logs from my 3 day absense and I was pinged about a bug in the simplelist code and this function in particular. Neither time was the actual bug explained so I dont know what this commit fixes... I'm fairly certain it does fix it though because the old code was rediculously wrong. MY guess is it has something to do with the radio debug screen seen as its the only call to this with the param != 0. by Jonathan Gordon · 17 years ago
  40. 2920359 Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off. by Michael Sevakis · 17 years ago
  41. e799987 Fix mistake in previous WMA commit. Also update comments to reflect changes. by Michael Giacomelli · 17 years ago
  42. db144ec Updated italian translation. by Alessio Lenzi · 17 years ago
  43. a333e48 Enable RTC for Cowon D2. Time readout works, but date is currently junk. by Rob Purchase · 17 years ago
  44. ac1b30e Nicer handling of unset clock in the 'Rockbox Info' screen by Nils Wallménius · 17 years ago
  45. 380e915 Fix FS#8914 (WPS %mp tag inconsistency). by Nicolas Pennequin · 17 years ago
  46. bc32aaf Commit FS#8915 - Better help screen for superdom by Alexander Papst. by Michael Sevakis · 17 years ago
  47. 5f28b46 fix red and remove tabs by Andree Buschmann · 17 years ago
  48. fe5a35c Also declare .qharray for the bootloader on imx31. Usb is also supported there... by Frank Gevaerts · 17 years ago
  49. 7a2d9dd move some data around to place qh_array at the start of iram. This saves up to about 2k iram on PP by Frank Gevaerts · 17 years ago
  50. 850a112 Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. by Andree Buschmann · 17 years ago
  51. cea07eb Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNNNNNNN0-addresses fix everywhere when caching is enabled, not only in core_sleep(). Introduced a pair of inline functions to sleep and wake cores on PP for consistency. by Jens Arnold · 17 years ago
  52. 02bfba6 Put USB controller structures in IRAM. This seems to make the connection much more stable on PP502x by Frank Gevaerts · 17 years ago
  53. bcf0b6c disable irqs during the critical part of prime_transfer(). This improves the behaviour on PP502x when connected through a hub, bit it doesn't totally solve the problems by Frank Gevaerts · 17 years ago
  54. 4b5f090 Fix bug in r17188. by Stéphane Doyon · 17 years ago
  55. b2aa86a FS#7980: Select default option in an option list by Stéphane Doyon · 17 years ago
  56. dbffb91 Oops, our snprintf doesn't support some fancy features so use something that works instead :) by Nils Wallménius · 17 years ago
  57. 3e98eb2 Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c by Bertrik Sikken · 17 years ago
  58. 2521bf5 Fix speaking of decimal values to work when decimals != 1, spell the fractional part instead of speaking it like a number, break out a part of output_dyn_value into a separate function and use it by Nils Wallménius · 17 years ago
  59. db2d61f Killed unnecessary global variables by making them static. by Bertrik Sikken · 17 years ago
  60. 8924686 Removed unneeded dependency on pcmbuf.h by Bertrik Sikken · 17 years ago
  61. 0e71c58 Oops, clean up and use usb_drv.h. by Michael Sevakis · 17 years ago
  62. 9003dbe Make the inital connect problem go away on Gigabeat S. Would be nice if a better way were found but it works for me. Update the bootloader to have it work. by Michael Sevakis · 17 years ago
  63. 38b8a23 Add detailed header for wm8978. by Michael Sevakis · 17 years ago
  64. 06860ef Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway). by Bertrik Sikken · 17 years ago
  65. 984278b FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai). by Miika Pekkarinen · 17 years ago
  66. 5633784 Made local functions static in playback_menu.c by Bertrik Sikken · 17 years ago
  67. b3c44de Made strictly local functions static (command_queue_sync_callback and run_command_queue) in tagcache.c by Bertrik Sikken · 17 years ago
  68. 7f4a713 Removed unused function get_pcmbuf_descsize from pcmbuf.c by Bertrik Sikken · 17 years ago
  69. 5381647 Fix exit button for battery debug menu on sansa e200. by Bertrik Sikken · 17 years ago
  70. 7fa6bc7 Fix warning. by Barry Wardell · 17 years ago
  71. 1f36c4b FS#8642: Improve boot time on Sansa bootloaders by boosting the CPU. This only has any noticable effect if the OF bootloader is fully replaced with the RB BL. by Barry Wardell · 17 years ago
  72. 79fb077 When looking for album art in /.rockbox/albumart/, use album artist rather than artist, if available. by Magnus Holmgren · 17 years ago
  73. 92ed035 Update the Swedish translation. by Magnus Holmgren · 17 years ago
  74. e510bc9 Remove DEBUGF tht slipped in by Nils Wallménius · 17 years ago
  75. 05d2bfd Introduce support for passing decimal numbers in talk ids and speak them, use in the settings menu to fix FS#7622 by Nils Wallménius · 17 years ago
  76. a1b3c69 Fixed cpu boost/unboost (in case of a plugin error, the cpu was unboosted without being boosted earlier). Also fixed possible missing cleanup in case write_pfconfig fails. by Bertrik Sikken · 17 years ago
  77. 6592f94 fix red. by Andree Buschmann · 17 years ago
  78. 23ee774 Small changes to debug menu: Higher precision when showing boost ratio. Added average CPU clock [MHz]. by Andree Buschmann · 17 years ago
  79. 1928ecf Opps. by Michael Giacomelli · 17 years ago
  80. 18cf599 Inform the console when an unsupported WMA flavor is played. by Michael Giacomelli · 17 years ago
  81. dac1ed5 This table is probably 128 entries long beginning with -60. Greatly improves FS#7488, but does not entirely fix it. Also, while I'm recomputing tables, use proper whitespace formating. by Michael Giacomelli · 17 years ago
  82. 1b09859 Updated italian translation. by Alessio Lenzi · 17 years ago
  83. a73b13c Fix ticking noise on PP5002 introduced with tthe transfer optimisation in r17097. by Jens Arnold · 17 years ago
  84. 3dcb4ff Add keywords and fix more headers. by Michael Sevakis · 17 years ago
  85. 1eed012 Add keywords and fix headers for files the usbstack files. by Michael Sevakis · 17 years ago
  86. 3b90ab5 Fix bootloader red. by Michael Sevakis · 17 years ago
  87. 94f7d0f UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver. by Michael Sevakis · 17 years ago
  88. 689d207 Update Dutch lang file by Peter D'Hoye · 17 years ago
  89. fc0eca3 Rough battery calibration for the c200 based on results posted by Tomasz Wasilczyk. by Michael Giacomelli · 17 years ago
  90. b2e235c FS#8903 - updated language files by Robert Kukla · 17 years ago
  91. 99a65df Cache functions should include data and instruction barriers. by Michael Sevakis · 17 years ago
  92. 7fee486 For TCC and IMX Rolo, use a full flush and invalidate before branching. by Michael Sevakis · 17 years ago
  93. bbb0c3f Optimized byte-swapping macros for ARMv6. by Michael Sevakis · 17 years ago
  94. a019964 Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak by Nils Wallménius · 17 years ago
  95. d65930f Correct copyright date and add acknowledgement of projects (libasf and VLC) that the ASF parsing code is based on. by Dave Chapman · 17 years ago
  96. 8f91591 Fix yellows by Maurus Cuelenaere · 17 years ago
  97. 9a432ca Make usb stack back available to non-PP targets. by Maurus Cuelenaere · 17 years ago
  98. 2cf6345 bufgetid3 should be used carefully, as it can return NULL. by Nicolas Pennequin · 17 years ago
  99. de026dc Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checking (the NSF metadata parser doesn't fill the 'length' field). Hopefully there won't be any problems with that anymore. by Nicolas Pennequin · 17 years ago
  100. 689020f Fix yellow. usb_strings needs to point to const data as well. by Michael Sevakis · 17 years ago