1. 6d80565 RTL support in menus by Tomer Shalev · 15 years ago
  2. f06c98f Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not working if %?C is the first tokens in the skin by Jonathan Gordon · 15 years ago
  3. 8a0dfe4 Manual: Add instructions to switch USB HID keymap modes by Tomer Shalev · 15 years ago
  4. 6d1a266 Add H10's mouse buttons in USB HID mode to manual by Tomer Shalev · 15 years ago
  5. 2f12cbb Fix red by r22940 (undefined button used) by Tomer Shalev · 15 years ago
  6. 0c379b4 Add USB HID mouse support for H10 by Tomer Shalev · 15 years ago
  7. ce53dd6 Revert usage string change from r22930. by Tomer Shalev · 15 years ago
  8. 5f93489 Brickmania: Add an extra check in the hit logic to make sure that the brick isn't /hit/ after it has been removed from play. by Karl Kurbjun · 15 years ago
  9. 1f4245b Brickmania: Fix the flip_sides powerup on touchscreens. by Karl Kurbjun · 15 years ago
  10. 714b4aa Simulator buttons: Remove a hack and make brickmania work the same as on target. by Karl Kurbjun · 15 years ago
  11. fac05ab Fix Red by Karl Kurbjun · 15 years ago
  12. 5949250 Brickmania: Touchscreen improvements - Take advantage of the immediate button data values. Reduce the wait time if the score needs to count up at the end of a level or game. Make sure the game always yeilds after a frame. by Karl Kurbjun · 15 years ago
  13. fb50f46 Button Driver: Add button_status support with data - allows for reading the /immediate/ value of the touchscreen by Karl Kurbjun · 15 years ago
  14. 436776e redraw the AA much less frequently to save bettery life and also let skins draw over the AA... by Jonathan Gordon · 15 years ago
  15. 03f5edc Brickmania: Some code refactoring - no functional changes. by Karl Kurbjun · 15 years ago
  16. 2a91a9a Use similiar constants in genlang and language.c. by Tomer Shalev · 15 years ago
  17. 32d261e Have codepage name show in a comment by Tomer Shalev · 15 years ago
  18. d5529ef Add command line option for adding additional files to the build folder. by Dominik Riebeling · 15 years ago
  19. 21628db Brickmania: Add new, finer detail images for the bricks and the ball for 640x480 screens. by Karl Kurbjun · 15 years ago
  20. 1fc595f Brickmania: Fix the flip-sides powerup with touchscreen and make the whole gameboard available to position the paddle by Karl Kurbjun · 15 years ago
  21. 4a6c040 Brickmania - Fix and enable the absolute touchscreen mode. by Karl Kurbjun · 15 years ago
  22. b349d8b Implement lcd_update_rect() by Dave Chapman · 15 years ago
  23. 45c411e Rework rbutil deployment script. by Dominik Riebeling · 15 years ago
  24. f65170f Add config option to disable ccache during build. by Dominik Riebeling · 15 years ago
  25. 9d9fe03 Remove USB mode displaying in non lcd-bitmap targets, as there are no such target which use USB HID by Tomer Shalev · 15 years ago
  26. ad0a056 Another patch from FS#10633 by Michael Sparmann (with a couple of minor cosmetic tweaks by me) - cleanly unmount the flash when powering off or rebooting. by Dave Chapman · 15 years ago
  27. fbf034f Another part of FS#10633 by Michael Sparmann - correct cache/protection unit init for the Nano 2G. This should be unified with the Meizu code at some point, but is currently #ifdef'd as it is known (for some as yet unknown reason) to break the Meizu. by Dave Chapman · 15 years ago
  28. a7ea270 Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633). by Dave Chapman · 15 years ago
  29. 61dc1c5 Fix FS#7511, icon could overlap the line to edit. clean up code a bit. by Teruaki Kawashima · 15 years ago
  30. de45938 Fix yellow by Tomer Shalev · 15 years ago
  31. bcaa113 Move definition of mode_name outside #ifdef by Tomer Shalev · 15 years ago
  32. 9546e40 Add STATICIRAM_NOT_MDCT as a workaround for the gcc bug where static functions are not long called. This is currently only an issue on the Nano2G (S5L8701 CPU) which is the only ARM target with enough IRAM for these functions. Also add multiple-inclusion protection for config-tremor.h. All plugins and codecs now compile cleanly for the Nano2G. by Dave Chapman · 15 years ago
  33. ccec5cf Add missing key map for the beast in manual by Tomer Shalev · 15 years ago
  34. 2e0af89 Show USB HID mouse mode in manual only in targets which supports it by Tomer Shalev · 15 years ago
  35. 753ca71 Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode', by Tomer Shalev · 15 years ago
  36. 8ec8fe5 Fixed wording in Hebrew language by Tomer Shalev · 15 years ago
  37. 5d0ac8d Brickmania: Fix paddle position jumps when an N powerup is picked up. by Karl Kurbjun · 15 years ago
  38. 9c881f7 Updated Hebrew translation by Tomer Shalev · 15 years ago
  39. 0d81702 Don't assume AUDIO_SRC_MIC always exists. by Dave Chapman · 15 years ago
  40. 82970fd CONFIG_NAND is not a bitfield by Dave Chapman · 15 years ago
  41. 98d7203 Correct the IRAM definitions for the S5L8700/8701 and add definitions for plugins/codecs. The current split (64/64 core/plugins for S5L8700 and 96/80 core/plugins for S5L8701) is arbitrary and should probably be tweaked later by Dave Chapman · 15 years ago
  42. 97cc274 Prefix the USB controller registers with USB_ to avoid name clashes with plugins/codecs (e.g. SSR, IR and FAR were already used) by Dave Chapman · 15 years ago
  43. baef536 Fix crash in early USB introduced in r22365 by moving the gui_syncstatusbar_init() back to where it needs to be. The comment clearly stated that it needs to happen that early. by Jens Arnold · 15 years ago
  44. 8783e8d Fixed mouse keypad mode was not available with HAVE_USB_HID_MOUSE by Tomer Shalev · 15 years ago
  45. ae4025d Rockbox Utility now uses the ucl sources so include them in the tarball. by Dominik Riebeling · 15 years ago
  46. 3d5c8fb Remove colon at the end of string since it is also used in settings menu by Tomer Shalev · 15 years ago
  47. 2b05ef7 Add command line option to specify project file for deploying out-of-tree. by Dominik Riebeling · 15 years ago
  48. 21e3496 - Fixed typo in comments by Tomer Shalev · 15 years ago
  49. c3f6577 Updated Hebrew translation by Tomer Shalev · 15 years ago
  50. 9e25f04 Handle which not returning anything when searching for qmake. by Dominik Riebeling · 15 years ago
  51. bbe9d32 Refactor rbutil deploy script. by Dominik Riebeling · 15 years ago
  52. 71db2d7 Samsung YH920 : fix lcd_blit_mono displaying twice too wide by Rafaël Carré · 15 years ago
  53. ccf2078 Fix FS#10597: Loadable keyboard layout rendered incorrectly. by Teruaki Kawashima · 15 years ago
  54. c78e9de test_grey.c : use left/right on YH920 instead of rew/ff by Rafaël Carré · 15 years ago
  55. 78d2c1b Cleanup some logf info in dsp_set_compressor by Jeffrey Goode · 15 years ago
  56. 13afb5e Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70Hz by Rafaël Carré · 15 years ago
  57. fcc6a68 Samsung YH920 LCD by Rafaël Carré · 15 years ago
  58. 22933cc FS#10636: Quickscreen incorrect operation when menu has negative step by Jeffrey Goode · 15 years ago
  59. e7df285 Samsung YH* : fix test_scanrate compilation by defining an existing button by Rafaël Carré · 15 years ago
  60. 840fb66 Bugfix: On vertically packed 2bpp LCDs a grey pixel block is only 4 pixels, so don't process twice as much data as intended. This was the cause for the mpegplayer crashes. by Jens Arnold · 15 years ago
  61. e2c2642 Slight cleanup of the calendar plugin by Nils Wallménius · 15 years ago
  62. 66cb6f8 Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot be used in SOURCES by Dave Chapman · 15 years ago
  63. b34b321 Brickmania: Fix smaller screens, improve speed scaling and collision detection. by Karl Kurbjun · 15 years ago
  64. 5b7d6a1 battery_bench requires the register_storage_idle_func() and unregister_storage_idle_func() functions, so only compile #if USING_STORAGE_CALLBACK. by Dave Chapman · 15 years ago
  65. f0c6c88 Smarter check for failed packet parsing in RM. Also fixes a bug in playback where sometimes "codec failure" is splashed at the end of playback. by Mohamed Tarek · 15 years ago
  66. 8d5acd6 Final changes to get a Nano 2G main build compiling. by Dave Chapman · 15 years ago
  67. f5feb13 Unify the button driver for the Nano 2G with the driver for earlier clickwheel ipods. The clickwheel hardware appears to be the same - the differences are just related to the hardware init and how the data is read. by Dave Chapman · 15 years ago
  68. f690cfd Forgotten in r22876 : remove (void)arg; by Rafaël Carré · 15 years ago
  69. c46b44f Samsung YH920 : greylib support based on ipod/lcd-as-gray.S by Rafaël Carré · 15 years ago
  70. 2b7bc42 Patch #2 from FS#10633 (Nano 2G developments) by Michael Sparmann - Some hardware define corrections for the S5L8701, needed for the FTL. by Dave Chapman · 15 years ago
  71. 14eb02d Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows targets to set a different sector size than 512 for the storage system. Should not affect any other target. by Dave Chapman · 15 years ago
  72. 2443597 Updated italian translation. by Alessio Lenzi · 15 years ago
  73. f3e5ced add gapless support for MP3 files encoded with iTunes by Marcoen Hirschberg · 15 years ago
  74. e4fb3dc Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gives a 1% speedup @ 192kbps. by Michael Giacomelli · 15 years ago
  75. 2d3f208 Add myself to docs/COMMITTERS by Michael Chicoine · 15 years ago
  76. 7d11b7a get rid of one hardcoded 512. SECTOR_SIZE is still there. It should probably move up (to storage.h?) so fat and usb storage can share it by Frank Gevaerts · 15 years ago
  77. 500bdda add support for comments in ID3v2.2 by Marcoen Hirschberg · 15 years ago
  78. 9b2f4c3 FS#10226 - isp1583.c code cosmetics by Tomer Shalev · 15 years ago
  79. 4221a7f FS#9157 - Tidy up some MAS35XX constants by Tomer Shalev · 15 years ago
  80. 1c36835 AMS Sansa: Replace another simple delay with a more intelligent MCI FIFO status check. by Jack Halpin · 15 years ago
  81. 29c06f6 e200v2/Fuze: Improve scrollwheel a little bit by assuming the previous wheel value if no new value was found (which happens if a single wheel value was skipped). Only assume it once to not get wrong readings. by Thomas Martitz · 15 years ago
  82. bf3d60b AMS Sansa: Rename variable sdhc to sd_v2 to more accurately reflect the information it holds. by Jack Halpin · 15 years ago
  83. 95f09be Implement the Sansa e200v2 manual. Please let me know about any errors/omissions. by Alex Parker · 15 years ago
  84. 5f3fbd1 Actually qualify the tables put into .irodata in r22849 as 'const'. Also mark fftorder[] as 'const'. by Jens Arnold · 15 years ago
  85. 6bd92a7 Fix "lcd driver speed up" on e200v2 by Rafaël Carré · 15 years ago
  86. 619ffcb Since we have usb_hid in feature.txt we don't need a seperate UseOption in the by Tomer Shalev · 15 years ago
  87. a0eadad FS#10122 - Fix wrong format type of logf functions in speex.c by Tomer Shalev · 15 years ago
  88. 3d1b26c Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused by by Tomer Shalev · 15 years ago
  89. 363c116 - Added USB HID documentation to the mr100 manual by Tomer Shalev · 15 years ago
  90. 0a41a79 Fix red - Fix mr100 remote keymap by Tomer Shalev · 15 years ago
  91. 7d22099 Fix red of r22852 by Tomer Shalev · 15 years ago
  92. 8c5141b Commit "FS#10468 - USB HID: Show keypad mode on screen" by Tomer Shalev · 15 years ago
  93. d7f4f9f Added myself to the list of committers. by Tomer Shalev · 15 years ago
  94. 37265d3 AMS Sansa: Replace simple write delay with a smarter check on status of MCI FIFO. by Jack Halpin · 15 years ago
  95. 065e8e0 Change IDATA to ICONST for lookup tables since they're actually constant. by Michael Giacomelli · 15 years ago
  96. 870b047 Rename UI bmps for Creative Zen Vision / Vision M 30GB / Vision M60 GB, to match model names. by Bertrik Sikken · 15 years ago
  97. 654dcac Fix 'make reconf' for Creative Zen Vision 30 GB, Creative Zen Vision 60 GB and Creative Zen Vision by Bertrik Sikken · 15 years ago
  98. 69b40e7 Clean up duplicate #includes by Bertrik Sikken · 15 years ago
  99. 59368e1 Fix delta from r22843, due to unintended FP usage by Rob Purchase · 15 years ago
  100. 2f3e0fb Add a few pixels "dead zone" between the touchscreen grid "buttons", to avoid jitter. by Rob Purchase · 15 years ago