1. 64bb9a0 Fix a couple of typos in the manual by Alexander Levin · 15 years ago
  2. 8fe22bd as3525v2: show adc channels in the debug menu by Rafaël Carré · 15 years ago
  3. 4f61e45 Fuzev1: calibrated charging curve by Rafaël Carré · 15 years ago
  4. 4d51076 Clip+: reboot on USB insert by Rafaël Carré · 15 years ago
  5. 88c45ff plugins: undefine DEBUG macros just in case, before defining them to a real statement by Rafaël Carré · 15 years ago
  6. 147447a don't let logf() and DEBUGF() be empty statements by Rafaël Carré · 15 years ago
  7. 0f6b5f0 Enable/disable second pll dynamically on usb plugin/remove. by Tobias Diedrich · 15 years ago
  8. 681cedb Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes by Rafaël Carré · 15 years ago
  9. 6e15b71 apps/plugins/lib/SOURCES: make it more readable (space, comments, order) by Rafaël Carré · 15 years ago
  10. f8f3fab as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings by Rafaël Carré · 15 years ago
  11. a01422c plugins: changes for targets with small plugin buffer (Clipv1) by Rafaël Carré · 15 years ago
  12. dcbd8d7 fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1 by Rafaël Carré · 15 years ago
  13. 279ce89 uisimulator/sdl only contains bitmaps, rename to 'bitmaps' by Rafaël Carré · 15 years ago
  14. b627106 HD200 - change how adc is scanned (inspired by amiconn) by Marcin Bukat · 15 years ago
  15. 6cbc701 Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. by Thomas Martitz · 15 years ago
  16. d373557 mp3_encoder: fix a typo, put uninitialized variable in BSS by Rafaël Carré · 15 years ago
  17. a5c90d4 Add memset/memcpy benches to test_mem plugin by Marcin Bukat · 15 years ago
  18. 0ea2753 mp3_encoder: reduce plugin binsize by Rafaël Carré · 15 years ago
  19. c3333b6 config: revert an embarrassing change. by Amaury Pouly · 15 years ago
  20. 22cfbee as3525v2: add usb driver stub, enable usb phy&core init by Amaury Pouly · 15 years ago
  21. ed96c93 Ok, this time I double-checked for warnings... by Tobias Diedrich · 15 years ago
  22. 3bb2afc And don't forget the return values... by Tobias Diedrich · 15 years ago
  23. e36cfed And of course the stubs still need to be there... by Tobias Diedrich · 15 years ago
  24. ecdbab9 Obviously this should not be built on AS353x... by Tobias Diedrich · 15 years ago
  25. 4a8c05e This change wasn't supposed to be in there yet. by Tobias Diedrich · 15 years ago
  26. 922f83e Not quite working yet, but almost. by Tobias Diedrich · 15 years ago
  27. c23a7cc Fuzev2: use enrd0 for USB detection, GPIO didn't work on some models by Rafaël Carré · 15 years ago
  28. 86d91e3 Fix typo by Michael Chicoine · 15 years ago
  29. 7b3299d A bit further cleanup in system-sdl.c. by Thomas Martitz · 15 years ago
  30. 66f1830 Clip+: boot to OF if USB is connected by Rafaël Carré · 15 years ago
  31. 60741f2 Fix another warning which strangely only occurs on cygwin. by Thomas Martitz · 15 years ago
  32. 86e19dd Restore changes of r25809 that got lost in the target tree movement and fix simulator build on cygwin. by Thomas Martitz · 15 years ago
  33. 36e5260 Add missing svn properties for the new files created in r26109 by Dave Chapman · 15 years ago
  34. 7dd0297 as3525: correctly detect usb status if we boot with USB plugged by Rafaël Carré · 15 years ago
  35. 949d995 Improve spacing in comments in convbdf; rename a local variable which can be confused with 1 (one) by Alexander Levin · 15 years ago
  36. 88c55d7 as3514/as3543 fixes by Rafaël Carré · 15 years ago
  37. 2ed7745 Fix convbdf: now .c and .fnt files can be generated in one run again by Alexander Levin · 15 years ago
  38. ec6476c plugins: reorder SOURCES conditions to be more readable by Rafaël Carré · 15 years ago
  39. c4c7069 Fix FS#11280 by Thomas Martitz · 15 years ago
  40. f4d6ef2 global tab->spaces is not clever with Makefiles! by Jonathan Gordon · 15 years ago
  41. 64f5033 Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes. by Maurus Cuelenaere · 15 years ago
  42. ceeb757 fix yellow/red by Jonathan Gordon · 15 years ago
  43. b6867dc split the radio code into multiple files in the hope that makes it more likely for someone to want to work on! :D by Jonathan Gordon · 15 years ago
  44. 4862fe44 splash.c: correct calculation of y coordinate of splash. by Teruaki Kawashima · 15 years ago
  45. 3637ccb Change default chip8 keymap on c200/m200/clip families to use up/down on the 4-way pad instead of volume up and volume down, since most chip8 games use those buttons as directions. by Torne Wuff · 15 years ago
  46. db59e67 HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd200 specyfic ata-as-hd200.S by Marcin Bukat · 15 years ago
  47. a619caa Integrate byte swap of ata word into ata-as-coldfire.S by Marcin Bukat · 15 years ago
  48. 20041b9 rockboy: fix format strings in snprintf. use int for slot_id and use %d tag for it in format strings. by Teruaki Kawashima · 15 years ago
  49. 1a25edd HD200 - decrease wait states for lcd when boosted by Marcin Bukat · 15 years ago
  50. cce9c17 HD200 minor lcd asm routines adjustments by Marcin Bukat · 15 years ago
  51. fcf36dd Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them. by Michael Sevakis · 15 years ago
  52. 9fde126 fft plugin: move const data into a c file and use no wider types than necessary, makes the plugin about 63kB smaller by Nils Wallménius · 15 years ago
  53. 487b24c rockboy: add a Clip keymap by Rafaël Carré · 15 years ago
  54. 22942db Update the notes for which compression levels of ape are realtime and fix the location of rockbox version in the bug reporting instructions by Nils Wallménius · 15 years ago
  55. 18b1602 I think I intended a different expression. by Michael Sevakis · 15 years ago
  56. 0a7a7ce count is being used as the value of the last item to show, so rename it to not be confusing by Jonathan Gordon · 15 years ago
  57. 908a5b6 the fm presets list should wrap.. so make that work by Jonathan Gordon · 15 years ago
  58. 226c0b1 Update and complete the start screen option description in the manual. Thanks to Alex Parker for the native speaker help. by Marianne Arnold · 15 years ago
  59. 7ae53d8 Clipv2/+ : ascodec register 0x25 is not related to backlight by Rafaël Carré · 15 years ago
  60. 0da5399 How punny. Just one more whack-a-mole to get. by Michael Sevakis · 15 years ago
  61. 2e8bd81 Improve spacing in comments by Alexander Levin · 15 years ago
  62. 26230ae MPEGPlayer: reconceal the point puns by Michael Sevakis · 15 years ago
  63. 53a858b Rearrange statements for a small binsize reduction; delete unneeded braces by Alexander Levin · 15 years ago
  64. b197c3b MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning and seeking a bit. by Michael Sevakis · 15 years ago
  65. caa4f54 fix a minor fms presetlist viewer bug with displaying prev when you are on the first playlist by Jonathan Gordon · 15 years ago
  66. 36e7c37 memset is in string.h, not memory.h. by Thomas Martitz · 15 years ago
  67. 04bd1a0 fix red by Nils Wallménius · 15 years ago
  68. 4f22052 Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip it out for the codecs. by Nils Wallménius · 15 years ago
  69. 31caef4 as3525: don't use incomplete USB code when charging by Rafaël Carré · 15 years ago
  70. 3677873 make checkwps accept .rfms files as remote skins by Jonathan Gordon · 15 years ago
  71. ddc91c3 yellow go bye bye by Jonathan Gordon · 15 years ago
  72. 3238293 .sbs is base skin, not custom statusbar by Jonathan Gordon · 15 years ago
  73. 7d5e0d7 FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running. by Jonathan Gordon · 15 years ago
  74. c785722 as3525: make sure we don't use a negative number of sectors by Rafaël Carré · 15 years ago
  75. f95a982 Fix building on cygwin. by Thomas Martitz · 15 years ago
  76. b9beecc as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thought by Rafaël Carré · 15 years ago
  77. 33bb4cd Make sure to include audiohw.h in settings.h or the definition of struct user_settings could get out of sync amongnst various #includes. Might be the reason for FS#11277 -iPod Video crashes at startup. by Michael Sevakis · 15 years ago
  78. fef807a Correct button_read_device prototype for HAVE_BUTTON_DATA. by Thomas Martitz · 15 years ago
  79. 06adb38 Fix last reds, database tool definitely needs rework. by Thomas Martitz · 15 years ago
  80. 3763ace Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo by Frank Gevaerts · 15 years ago
  81. 52d9d0d Remove outdated NODO list from the docs folder. Replace it with a link to the wiki. by Michael Giacomelli · 15 years ago
  82. edb6bed Format FM frequency depending on the regional settings (FS#11273) by Alexander Levin · 15 years ago
  83. 9eed2f7 Gigabeat S: Not defining HAVE_POWEROFF_WHILE_CHARGING is far too disruptive given that it's not obligatory for the hardware to avoid poweroff while plugged/charging. by Michael Sevakis · 15 years ago
  84. 964dcb3 Revert r26055 since it breaks certain Archos targets. by Michael Sevakis · 15 years ago
  85. b6c3bc1 Get checkwps going again, don't mess with sdl in it. by Thomas Martitz · 15 years ago
  86. 3d0cee8 - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. by Thomas Martitz · 15 years ago
  87. dcf442e YUV Dither: r12 saving was removed but stacked parameter load offset wasn't changed to compensate, resulting in an improperly aligned dither kernel. by Michael Sevakis · 15 years ago
  88. 6f6dffa adc-as3514.c: cosmetics by Rafaël Carré · 15 years ago
  89. f6a17bd Promote Packard Bell Vibe 500 to stable. by Szymon Dziok · 15 years ago
  90. d10bf7a fuzev2: leave at least 3ms between scrollwheel events by Rafaël Carré · 15 years ago
  91. 79cfc22 fuzev2: fix buttonlight flashing on µSD access (2nd try) by Rafaël Carré · 15 years ago
  92. 90ea991 i.MX31: Issue some NOP's immediately after MCR WFI to prevent premature execution of subsequent code. by Michael Sevakis · 15 years ago
  93. 601fd3c Small mistake in francais.lang by Rafaël Carré · 15 years ago
  94. 46a9c5e Fix alarmclock plugin time miscalculation by Rafaël Carré · 15 years ago
  95. 414dad4 If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration specifies CHARGING_MONITOR or greater, allow poweroff while plugged but not actually charging the battery. by Michael Sevakis · 15 years ago
  96. e34c059 Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuffer address. by Michael Sevakis · 15 years ago
  97. e73a175 Hopefully finish off the red from r26051. by Michael Sevakis · 15 years ago
  98. 5508d40 Hopefully get some green back from r26051. by Michael Sevakis · 15 years ago
  99. 80d0d15 Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing. by Michael Sevakis · 15 years ago
  100. 0f77db7 as3525: fix capacity sanity check by Rafaël Carré · 15 years ago