1. bce419d Fix skipping back to the start of WMA files, broken by the addition of resume support. Not the most elegant fix perhaps, but it works for me. by Magnus Holmgren · 17 years ago
  2. 0e73b8a Remove wrong usage of '.global'. These symbols are imported, not exported. by Jens Arnold · 17 years ago
  3. 2bbacf8 Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). by Jens Arnold · 17 years ago
  4. f3d83c7 Cleanup some tabs and whitespace by Karl Kurbjun · 17 years ago
  5. c741ecc yep.. I really cant spell by Jonathan Gordon · 17 years ago
  6. a6100fb undo some changes of my last patch... should fix wm8751 based targets by Christian Gmeiner · 17 years ago
  7. 9c0abbf Added #include <string.h> to memmove.c, memcpy.c and strcat.c by Bertrik Sikken · 17 years ago
  8. cbd7fa4 Moved private types and constants from profile.h to profile.c by Bertrik Sikken · 17 years ago
  9. bff3ddd Forgot to #include stdlib.h for atoi implementation. by Bertrik Sikken · 17 years ago
  10. e3c6188 Small tweak for festival to correct the spelling of 'A', fixes FS#8889 by Nils Wallménius · 17 years ago
  11. ef1ce43 Cleaned up header files in bookmark.c by Bertrik Sikken · 17 years ago
  12. 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 17 years ago
  13. 5b1e86c now build the ARM crosscompiler with support for big-endian targets by Marcoen Hirschberg · 17 years ago
  14. e5319e0 Fixed prototype of i2c_write for plugins and for i2c-telechips (fix red/yellow). by Bertrik Sikken · 17 years ago
  15. c97e503 Cleaned up playblack.h header file and usage of it. by Bertrik Sikken · 17 years ago
  16. a5d3029 Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't). by Bertrik Sikken · 17 years ago
  17. 8391526 * introduce AUDIOHW_CAPS to define which audio codec can do what kind of operations in hw, e.g. setting bass by Christian Gmeiner · 17 years ago
  18. 17f7adb get rid of the last mr500 yellow (again :p ) by Jonathan Gordon · 17 years ago
  19. 054c728 Gigabeat S: Define the used ADC channels, get the channel order correct, enable charge current channel conversion. by Michael Sevakis · 17 years ago
  20. 39ed708 IMX31: Try to catch the interrupt that was the reason irq_handler was called since it never should be. The bootloader occasionally shows one but it's not saying what. by Michael Sevakis · 17 years ago
  21. 88451d5 IMX31: Use template structures to access modules' registers from a base address (as for i2c) which makes drivers look nicer and makes array accesses of registers simpler. Throw in minor fix to fiq_handler dispatcher, otherwise no functional changes. by Michael Sevakis · 17 years ago
  22. e23ea5d Add USB PID for Ipod Classic as incompatible variant of the Video. Remove PID for Nano -- detection is done using ipodpatcher only (PIDs are not unique). by Dominik Riebeling · 17 years ago
  23. f8bf78a Fix red (missing header file) by Bertrik Sikken · 17 years ago
  24. 4341480 Updated use of events.h header file. by Bertrik Sikken · 17 years ago
  25. b88059b FS#8916 - updated chinese translations by harry tu by Bertrik Sikken · 17 years ago
  26. f4eb0ee Updated panicf in remove_event. Also fixed some comments. by Bertrik Sikken · 17 years ago
  27. c5cd69e rbutil: fix a broken setting. by Dominik Wenger · 17 years ago
  28. be594f6 percent-encode the query parts of a request too, not only the path. by Dominik Riebeling · 17 years ago
  29. 3fa414d Fix red (#ifdef hell). by Rob Purchase · 17 years ago
  30. 297e050 FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller. by Rob Purchase · 17 years ago
  31. 6b9b508 fix red by Jonathan Gordon · 17 years ago
  32. d20d9dd add more registers for the tsc2100 by Jonathan Gordon · 17 years ago
  33. 8d7bd0a remove the last mr500 yello by Jonathan Gordon · 17 years ago
  34. 18b004b Enable 'touchscreen areas' on the D2, based on JdGordon's m:robe code. Disable the bootloader debug screen, as that stuff is all available from the Debug menu now. by Rob Purchase · 17 years ago
  35. f79bc56 Use smaller data types in structs which are in big arrays to save memory by Nils Wallménius · 17 years ago
  36. 1c7b95b Add description of the s/pdif-enable option to the manual (work actually done by Alex Parker) (FS#8941) by Frank Gevaerts · 17 years ago
  37. 27fac88 Gigabeat S: Implement i2c driver - transmit works but no testing of receiving which will get a chance later. Add some seeds for codec driver. Correct a few #defines. by Michael Sevakis · 17 years ago
  38. fec6af6 Move the Telechips TCC77x SSD1815 LCD driver up a level in the target tree - it isn't specific to the DAX. by Dave Chapman · 17 years ago
  39. bec6aa3 - change the usb class driver framework to allow for device classes with more than one interface or more than one endpoint pair by Frank Gevaerts · 17 years ago
  40. 33c4446 Const police raid, making a lot of pointers to lang strings const and removing some ugly casting by Nils Wallménius · 17 years ago
  41. e1bc2d5 minor code policing and some warning removals by Daniel Stenberg · 17 years ago
  42. b39f9bf m:robe 100 - backlight PWM fading by Robert Kukla · 17 years ago
  43. db73339 rbutil: fix another warning by Dominik Wenger · 17 years ago
  44. 6a471d8 Kill some warnings. by Dominik Riebeling · 17 years ago
  45. 8845533 Fixes some warnings. by Maurus Cuelenaere · 17 years ago
  46. 7449751 rbutil: rework rbsettings to have less code dublication. by Dominik Wenger · 17 years ago
  47. 35f41e6 Remove an unused variable. by Maurus Cuelenaere · 17 years ago
  48. 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
  49. 95167e0 Commit whole Creative Zen Vision:M target tree + all related firmware/ changes. by Maurus Cuelenaere · 17 years ago
  50. 46b4928 Fixes tabbing/formatting. by Maurus Cuelenaere · 17 years ago
  51. ad9d45a Add support for the Creative ZEN and renew the way firmwares are created. by Maurus Cuelenaere · 17 years ago
  52. 4f4025f Accept FS#8240 - use the wheel in flipit and jewels on the e200 and ipods by Jonathan Gordon · 17 years ago
  53. 7a42bdd Accept FS#7708 by John Kaminar by Jonathan Gordon · 17 years ago
  54. ac387d4 Add a PMIC-based RTC driver for Gigabeat S. by Michael Sevakis · 17 years ago
  55. 5f3356b fix 64bit sim warning by Jonathan Gordon · 17 years ago
  56. 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
  57. 0dfd9be bulgarian update by Hristo Kovachev by Jonathan Gordon · 17 years ago
  58. d177284 Fix more red :( by Peter D'Hoye · 17 years ago
  59. 6482c73 Fix red... by Peter D'Hoye · 17 years ago
  60. 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
  61. bcb442d Fix wrong description by Peter D'Hoye · 17 years ago
  62. efe802e Update Dutch lang file by Peter D'Hoye · 17 years ago
  63. c9fa717 Fix red (define missing keydefs) by Peter D'Hoye · 17 years ago
  64. 39718e3 Accept FS #8285 - "Flashlight" plugin by Vuong Minh Hiep, Thomas Martitz and Alexander Papst by Peter D'Hoye · 17 years ago
  65. a616c48 Update disktidy plugin description to reflect new features (FS#8924 by Robert Menes). by Dominik Riebeling · 17 years ago
  66. ab547ef Describe "jump to default" feature (FS#8919 by Alexander Levin). by Dominik Riebeling · 17 years ago
  67. fe9dca3 option_screen() now accepts a viewport by Jonathan Gordon · 17 years ago
  68. 286d48f enable the quickscreen in menus and neaten up the else if-ing by Jonathan Gordon · 17 years ago
  69. 33b785e allow the plugin playback control menu to be put in a viewport. by Jonathan Gordon · 17 years ago
  70. 45f6469 Add in a few more debug registers by Karl Kurbjun · 17 years ago
  71. 38498ce Make sure buttons have pullups disabled as necessary by Karl Kurbjun · 17 years ago
  72. 96b1b9e FS#8905 - Nimbus-11 font: fix right brace character by Bertrik Sikken · 17 years ago
  73. 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
  74. 3ad6ca0 change style to make some people happier - (... but reading it is awful weird) by Christian Gmeiner · 17 years ago
  75. 0738b99 a warning is better by Christian Gmeiner · 17 years ago
  76. 365c3b9 move defines for VOLUME_MIN and VOLUME_MAX to their correct place (mas35xx.h) by Christian Gmeiner · 17 years ago
  77. 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
  78. 68afa9d Cleanup/fixup the USB initialization for the Gigabeat F by Karl Kurbjun · 17 years ago
  79. 8ec1dca Enable program flow prediction in the system control coprocessor setup in the bootloader. by Michael Sevakis · 17 years ago
  80. 5818bc3 FS #8985 by Robert Menes. Add support for removing some Linux files/directories in disktidy. by Thom Johansen · 17 years ago
  81. 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
  82. 5d7d410 bump version to m1.0.5 release by Dominik Riebeling · 17 years ago rbutil_m1.0.5
  83. 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
  84. f818196 And fix the bug which I was actually being pinged about... by Jonathan Gordon · 17 years ago
  85. 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
  86. 2920359 Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off. by Michael Sevakis · 17 years ago
  87. e799987 Fix mistake in previous WMA commit. Also update comments to reflect changes. by Michael Giacomelli · 17 years ago
  88. db144ec Updated italian translation. by Alessio Lenzi · 17 years ago
  89. a333e48 Enable RTC for Cowon D2. Time readout works, but date is currently junk. by Rob Purchase · 17 years ago
  90. ac1b30e Nicer handling of unset clock in the 'Rockbox Info' screen by Nils Wallménius · 17 years ago
  91. 380e915 Fix FS#8914 (WPS %mp tag inconsistency). by Nicolas Pennequin · 17 years ago
  92. bc32aaf Commit FS#8915 - Better help screen for superdom by Alexander Papst. by Michael Sevakis · 17 years ago
  93. 5f28b46 fix red and remove tabs by Andree Buschmann · 17 years ago
  94. fe5a35c Also declare .qharray for the bootloader on imx31. Usb is also supported there... by Frank Gevaerts · 17 years ago
  95. 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
  96. 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
  97. 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
  98. 02bfba6 Put USB controller structures in IRAM. This seems to make the connection much more stable on PP502x by Frank Gevaerts · 17 years ago
  99. 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
  100. 4b5f090 Fix bug in r17188. by Stéphane Doyon · 17 years ago