1. 19c3e77 Boomshine plugin : port to Greyscale and B/W targets, and targets without touchscreen (currently using the virtual keyboard keymap) by Kevin Ferrare · 15 years ago
  2. 9f0cbb5 minor changes... by Jonathan Gordon · 15 years ago
  3. 98a9d9a Don't break line too early by Tomer Shalev · 15 years ago
  4. c8f9f9c Boomshine plugin : Better messages at the end of the game (fixes the nblevel+1 being displayed) by Kevin Ferrare · 15 years ago
  5. 0aa035d * code police on a macro which has no reason for being by Jonathan Gordon · 15 years ago
  6. c4079e0 Fixed the Boomshine plugin not to crash when there are no more levels to play by Kevin Ferrare · 15 years ago
  7. db8d79d Remove unused #define and correct comment. by Maurus Cuelenaere · 15 years ago
  8. d789e41 Add support for running Lua games/apps from the Plugins menu by Maurus Cuelenaere · 15 years ago
  9. 97881c1 Add Boomshine to the games category by Maurus Cuelenaere · 15 years ago
  10. 78e98fd Add support to buildzip.pl for Lua scripts by Maurus Cuelenaere · 15 years ago
  11. 4d668c7 Add new Lua touchscreen-only game: Boomshine by Maurus Cuelenaere · 15 years ago
  12. 21bca65 Add Lua support to plugins Makefile by Maurus Cuelenaere · 15 years ago
  13. 494fd96 Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (appends the inserted folder into shuffled order to end of playlist) by Dave Hooper · 15 years ago
  14. 7b1d12e Touchscreen targets: fix software hold not locking touchscreen by Maurus Cuelenaere · 15 years ago
  15. e415395 The Onda VX777 has only one button, add it to the keymap. by Maurus Cuelenaere · 15 years ago
  16. 48430bf Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but with no functional changes to code. by Dave Chapman · 15 years ago
  17. 1992c38 Update bootloader download location and add a note about building with VS2005. by Dominik Riebeling · 15 years ago
  18. ff197a4 Use array for quickscreen item settings to simplify some logic by Nils Wallménius · 15 years ago
  19. e508607 make the mini2440 simulator compile. by Dominik Wenger · 15 years ago
  20. bee5900 Allow the x and y pixel values of viewports to be a negative number.. by Jonathan Gordon · 15 years ago
  21. a30f25d fix the charging icon so it will actually display correctly by Jonathan Gordon · 15 years ago
  22. f0acf02 First go at converting the inbuilt statusbar into a skin, right now its only perfect for 176pixel wide displays (and not liked to the build system so you have to copy things yourself if you want it) and needs RTC build. by Jonathan Gordon · 15 years ago
  23. cd2a4df Don't rely on {} expansion since not all shells have that. by Jonas Häggqvist · 15 years ago
  24. 35ee2fd Copy SDL.dll from the SDL dir which was used, rather than relying on PATH. by Jonas Häggqvist · 15 years ago
  25. 0602721 Adapt to the new method of building w32 sims (adds a -w flag). by Jonas Häggqvist · 15 years ago
  26. b82963b Move mknkboot.[ch] to beastpatcher folder. by Dominik Riebeling · 15 years ago
  27. 806bc79 remove accidentally commited spaces. by Dominik Wenger · 15 years ago
  28. 04ebf48 Initial touchscreen support for mini2440. Based on D2 touchscreen driver by Dominik Wenger · 15 years ago
  29. 6f97247 Show status about downloading build information in the status bar. by Dominik Riebeling · 15 years ago
  30. 740562d Add mini2440 support to scramble by Dominik Wenger · 15 years ago
  31. 478afc3 FS#10722: some improvements for gui/list.c by Teruaki Kawashima · 15 years ago
  32. 03f88d5 Replace amsinfo by another version which: by Rafaël Carré · 15 years ago
  33. c9667e6 Fix iPod Nano 2G UI sluggishness (thanks to JdGordon for spotting this) by Michael Sparmann · 15 years ago
  34. 18e6547 Add a pointer to the manual and wiki for finding an OF file for AMS bootloader installation. by Dominik Riebeling · 15 years ago
  35. 9e00474 tools: delete mk500boot upon make clean by Tomer Shalev · 15 years ago
  36. 90b576f Many more drivers for mini2440. Now the main binary compiles and runs. by Dominik Wenger · 15 years ago
  37. 6d20102 AMS Sansa: Change some #defines in debug-as3525 from "(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2)" to HAVE_MULTIDRIVE by Jack Halpin · 15 years ago
  38. 8dbef6d Lua: add lib/helper.c wrappers by Maurus Cuelenaere · 15 years ago
  39. 10f46b3 fix an off-by-one error in lcd_update_rect() by Michael Chicoine · 15 years ago
  40. b341f5d FS#10700 - Add --noremote option to simulator. by Steve Bavin · 15 years ago
  41. 58c07fb FS#10724 - fix alignment issue in Codebuster by Clément Pit--Claudel by Jonathan Gordon · 15 years ago
  42. 03986d4 Revert r23350 "AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk." by Jack Halpin · 15 years ago
  43. 17d7f02 Save one branch for archs without conditional execution (e.g. coldfire). by Jens Arnold · 15 years ago
  44. 78c956d Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they don't need it anymore. by Thomas Martitz · 15 years ago
  45. 5365cbe Color targets: Ported assembler optimised transparent bitmap drawing from Gigabeat S/F/X to all ARM targets (~23..40% speedup). * C optimised transparent bitmap drawing for non-ARM targets and sims. * Use the more compact boundary checking for non-transparent native bitmap drawing as well. by Jens Arnold · 15 years ago
  46. dd0afc5 remove svn:executable by Michael Chicoine · 15 years ago
  47. 4806458 Use ARRAYLEN macro in usb_keymaps.c by Tomer Shalev · 15 years ago
  48. ec43287 AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to 62 MHz for now to be consistent with MCLK for uSD which is PCLK. by Jack Halpin · 15 years ago
  49. e0d8202 Revert r23339 and use setid3v1title() from metadata/mp3.c instead. by Mohamed Tarek · 15 years ago
  50. 1e4c2fd Fix ipod nano 2g bootloader link problem, caused by my previous commit by Bertrik Sikken · 15 years ago
  51. d282799 Meizu M6 SP: make bootloader compile and run again by Bertrik Sikken · 15 years ago
  52. 6290f78 Correct Id keyword and add svn:keywords property. by Teruaki Kawashima · 15 years ago
  53. 52ca187 Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo (with some limitations, see comments in lcd-m6sp.c) by Bertrik Sikken · 15 years ago
  54. f3944cb buffering: leave a comment to explain what is broken in the code and link to FS#10605 by Rafaël Carré · 15 years ago
  55. 0b302f0 Little bit of const correctness by Nils Wallménius · 15 years ago
  56. 18cf68e No need for this to be static by Nils Wallménius · 15 years ago
  57. 7e35619 power-meizu.c: fix usage of USB_TR name by Bertrik Sikken · 15 years ago
  58. 094dd2b Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with 4 bit WIDEBUS. by Jack Halpin · 15 years ago
  59. 027e763 Add support for ID3v1 metadta tags in Real Media container. by Mohamed Tarek · 15 years ago
  60. c9dd93e Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Also add hardware defines for the 9th DMA channel we discovered on the S5L8701, and fix the µsec timer (there were missing braces). by Michael Sparmann · 15 years ago
  61. 4b7e536 Change the name of the H100 bootloader output from rockbox.iriver to bootloader.iriver (as required by the iriver_flash plugin). by Alex Parker · 15 years ago
  62. ef6e1c4 Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was used at least once until a reboot. by Michael Sparmann · 15 years ago
  63. 791f9c2 Correct spelling and punctuation in Codebuster menus. by Alex Parker · 15 years ago
  64. 1e634f9 Improve English in the codebuster manual entry. by Alex Parker · 15 years ago
  65. c12e5fc FS#10497 - New game codebuster, which is a clone of the classic game mastermind. It just runs on color LCD. Thank you to the author Clément Pit--Claudel (CFP) by Johannes Schwarz · 15 years ago
  66. 5897249 Add #ifdef HAVE_MULTIDRIVE to HS timings switch for uSD cards. by Jack Halpin · 15 years ago
  67. dacbb5d scramble: Make function static by Tomer Shalev · 15 years ago
  68. e4921d6 Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop. by Thomas Martitz · 15 years ago
  69. c6a2964 Minor Hebrew translation fixes by Tomer Shalev · 15 years ago
  70. 4e61733 Hide yellow by Michael Sparmann · 15 years ago
  71. 6599932 Fix red by Michael Sparmann · 15 years ago
  72. 49d4c42 Implement iPod Nano 2G storage active indicator by Michael Sparmann · 15 years ago
  73. 16a956c Finally a click, pop and other distortion free PCM driver for that fishy bufferless S5L870x I2S controller. by Michael Sparmann · 15 years ago
  74. 92737a3 Revert disabling of USB HID while in charging mode (introduced by r23322), in by Tomer Shalev · 15 years ago
  75. 83d24f8 FS#10704 - Make a configuration option to disable USB HID by Tomer Shalev · 15 years ago
  76. 6314952 Lua: add parts of the math library (all floating point functions are #ifdef'ed out) by Maurus Cuelenaere · 15 years ago
  77. 9dd25ad Lua: add do_menu() wrapper. Also fix potential NULL pointer dereference by Maurus Cuelenaere · 15 years ago
  78. ff8e9d9 "No code in .h files or #defines" by Björn Stenberg · 15 years ago
  79. 96bb9ef Consolidate almost identical code in pcmbuf.c by Jeffrey Goode · 15 years ago
  80. 07e8647 Add simple progress indicator when building. by Dominik Riebeling · 15 years ago
  81. 5b4938a Working Bootloader for mini2440. by Dominik Wenger · 15 years ago
  82. 724d1e0 Add a blind description for the Sansa Fuze and e200v2 manuals. by Robert Menes · 15 years ago
  83. faa47bf Code cleanup in dsp.c and misc.c, some comments by Jeffrey Goode · 15 years ago
  84. 6afe802 Add a "Flushing storage buffers" message to ROLO if it needs to do that. by Michael Sparmann · 15 years ago
  85. 940fd99 storage_flush() should be done before disabling interrupts in ROLO. by Michael Sparmann · 15 years ago
  86. 4e65126 Fix yellow by Michael Sparmann · 15 years ago
  87. 2afce17 Fix red by Michael Sparmann · 15 years ago
  88. 4a63ac7 Add iPod Nano 2G µsec timer, and use it in the clickwheel driver. by Michael Sparmann · 15 years ago
  89. 7bff585 iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. The latter is a revert of the cache coherency patch for now, we need to find a better solution in the long term... by Michael Sparmann · 15 years ago
  90. 0c89c0e Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now, but this doesn't necessarily mean that it's bug-free. by Michael Sparmann · 15 years ago
  91. 3ddbe63 Remove all update event callbacks if the custom statusbar is unused. by Thomas Martitz · 15 years ago
  92. 8f11075 No need to have this variable global anymore. by Thomas Martitz · 15 years ago
  93. 804e3aa Fix a few potential redraw problems with the custom statusbar and wps fighting for the same full redraw variable. by Thomas Martitz · 15 years ago
  94. 239002f Fix red caused by ancient incorrect #ifdefs. by Thomas Martitz · 15 years ago
  95. d85c3ec Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). by Thomas Martitz · 15 years ago
  96. 774bacc Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. by Thomas Martitz · 15 years ago
  97. 8728526 A man who is long due for credit: added Christophe "toffe" by Robert Menes · 15 years ago
  98. d94c3c4 D2: Remove the hardcoded driver-level touchscreen calibration, since it's done at apps level as well now. by Rob Purchase · 15 years ago
  99. 9ce9cfc D2 should have HAVE_USB_POWER defined. by Rob Purchase · 15 years ago
  100. cb2db20 Cleanup and expand D2 charger detection (not yet implemented for D2+). by Rob Purchase · 15 years ago