1. 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
  2. 2f12cbb Fix red by r22940 (undefined button used) by Tomer Shalev · 15 years ago
  3. 0c379b4 Add USB HID mouse support for H10 by Tomer Shalev · 15 years ago
  4. 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
  5. 1f4245b Brickmania: Fix the flip_sides powerup on touchscreens. by Karl Kurbjun · 15 years ago
  6. fac05ab Fix Red by Karl Kurbjun · 15 years ago
  7. 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
  8. fb50f46 Button Driver: Add button_status support with data - allows for reading the /immediate/ value of the touchscreen by Karl Kurbjun · 15 years ago
  9. 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
  10. 03f5edc Brickmania: Some code refactoring - no functional changes. by Karl Kurbjun · 15 years ago
  11. 2a91a9a Use similiar constants in genlang and language.c. by Tomer Shalev · 15 years ago
  12. 21628db Brickmania: Add new, finer detail images for the bricks and the ball for 640x480 screens. by Karl Kurbjun · 15 years ago
  13. 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
  14. 4a6c040 Brickmania - Fix and enable the absolute touchscreen mode. by Karl Kurbjun · 15 years ago
  15. 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
  16. 61dc1c5 Fix FS#7511, icon could overlap the line to edit. clean up code a bit. by Teruaki Kawashima · 15 years ago
  17. de45938 Fix yellow by Tomer Shalev · 15 years ago
  18. bcaa113 Move definition of mode_name outside #ifdef by Tomer Shalev · 15 years ago
  19. 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
  20. 2e0af89 Show USB HID mouse mode in manual only in targets which supports it by Tomer Shalev · 15 years ago
  21. 753ca71 Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode', by Tomer Shalev · 15 years ago
  22. 8ec8fe5 Fixed wording in Hebrew language by Tomer Shalev · 15 years ago
  23. 5d0ac8d Brickmania: Fix paddle position jumps when an N powerup is picked up. by Karl Kurbjun · 15 years ago
  24. 9c881f7 Updated Hebrew translation by Tomer Shalev · 15 years ago
  25. 0d81702 Don't assume AUDIO_SRC_MIC always exists. by Dave Chapman · 15 years ago
  26. 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
  27. 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
  28. 8783e8d Fixed mouse keypad mode was not available with HAVE_USB_HID_MOUSE by Tomer Shalev · 15 years ago
  29. 3d5c8fb Remove colon at the end of string since it is also used in settings menu by Tomer Shalev · 15 years ago
  30. 21e3496 - Fixed typo in comments by Tomer Shalev · 15 years ago
  31. c3f6577 Updated Hebrew translation by Tomer Shalev · 15 years ago
  32. ccf2078 Fix FS#10597: Loadable keyboard layout rendered incorrectly. by Teruaki Kawashima · 15 years ago
  33. c78e9de test_grey.c : use left/right on YH920 instead of rew/ff by Rafaël Carré · 15 years ago
  34. 78d2c1b Cleanup some logf info in dsp_set_compressor by Jeffrey Goode · 15 years ago
  35. 13afb5e Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70Hz by Rafaël Carré · 15 years ago
  36. 22933cc FS#10636: Quickscreen incorrect operation when menu has negative step by Jeffrey Goode · 15 years ago
  37. e7df285 Samsung YH* : fix test_scanrate compilation by defining an existing button by Rafaël Carré · 15 years ago
  38. e2c2642 Slight cleanup of the calendar plugin by Nils Wallménius · 15 years ago
  39. 66cb6f8 Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot be used in SOURCES by Dave Chapman · 15 years ago
  40. b34b321 Brickmania: Fix smaller screens, improve speed scaling and collision detection. by Karl Kurbjun · 15 years ago
  41. 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
  42. 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
  43. 2443597 Updated italian translation. by Alessio Lenzi · 15 years ago
  44. f3e5ced add gapless support for MP3 files encoded with iTunes by Marcoen Hirschberg · 15 years ago
  45. e4fb3dc Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gives a 1% speedup @ 192kbps. by Michael Giacomelli · 15 years ago
  46. 500bdda add support for comments in ID3v2.2 by Marcoen Hirschberg · 15 years ago
  47. 5f3fbd1 Actually qualify the tables put into .irodata in r22849 as 'const'. Also mark fftorder[] as 'const'. by Jens Arnold · 15 years ago
  48. a0eadad FS#10122 - Fix wrong format type of logf functions in speex.c by Tomer Shalev · 15 years ago
  49. 3d1b26c Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused by by Tomer Shalev · 15 years ago
  50. 363c116 - Added USB HID documentation to the mr100 manual by Tomer Shalev · 15 years ago
  51. 0a41a79 Fix red - Fix mr100 remote keymap by Tomer Shalev · 15 years ago
  52. 7d22099 Fix red of r22852 by Tomer Shalev · 15 years ago
  53. 8c5141b Commit "FS#10468 - USB HID: Show keypad mode on screen" by Tomer Shalev · 15 years ago
  54. 065e8e0 Change IDATA to ICONST for lookup tables since they're actually constant. by Michael Giacomelli · 15 years ago
  55. 69b40e7 Clean up duplicate #includes by Bertrik Sikken · 15 years ago
  56. 8e365ba Make the EQ screen usable in touchscreen grid mode by resolving keymap conflicts. by Rob Purchase · 15 years ago
  57. 340f323 new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string. by Jonathan Gordon · 15 years ago
  58. ba8fbb0 Rename struct skin_albumart members to be consistent with similar members of other structs. the albumart_ prefix is redundant. by Thomas Martitz · 15 years ago
  59. d045f59 Redo 22825 but this time with caring about alignment. by Thomas Martitz · 15 years ago
  60. bcd890d Fix yellow: braces around logf statements by Jeffrey Goode · 15 years ago
  61. cf19ba5 Replace limiter with dynamic range compressor by Jeffrey Goode · 15 years ago
  62. d0bb6d0 Brickmania: Correct the cycle time to match what it was on the H300. by Karl Kurbjun · 15 years ago
  63. 4eee66a r22826 is causing data aborts when the wps is loaded in the parse_list function - suspected reason is an improperly aligned pointer depending on how the buffer gets setup when translating a "d". by Karl Kurbjun · 15 years ago
  64. 89041f6 Remove some some code in favor of a single parse_list() call. by Thomas Martitz · 15 years ago
  65. a738e5f FS#9824: Fix FM channel spacing for Europe by Bertrik Sikken · 15 years ago
  66. b11a7fd Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy). by Magnus Holmgren · 15 years ago
  67. b60ddb8 Better menu verbiage for test_codec by Jeffrey Goode · 15 years ago
  68. 77c4a38 Use singular to make a few strings in the German translation sound a bit more like a setting, corresponding to the initial English change. (still open to suggestions) by Marianne Arnold · 16 years ago
  69. 3393417 French translation: minor rewording for one string. by Mustapha Senhaji · 16 years ago
  70. 8457b51 Update German translation. by Marianne Arnold · 16 years ago
  71. 2cf1d6d Update Swedish translation. by Magnus Holmgren · 16 years ago
  72. fb19297 Translation updates: by Jonas Häggqvist · 16 years ago
  73. 4ce1604 Show the name of the setting in the WPS debug output by Alexander Levin · 16 years ago
  74. 6622c60 add the %St setting to the debug output for checkwps/parser.... needs mroe work to make it more useful by Jonathan Gordon · 16 years ago
  75. b04c66e Fix splash on charcell (was wasting 2 precious chars per line since r20870). This fixes the volume splash in wps, as it doesn't wrap anymore, but it's not a proper fix. The real problem is that the 2nd line of the default WPS updates immediately. The ultimate fix would be to get rid of the special charcell handling and use a VP in the WPS. by Jens Arnold · 16 years ago
  76. a4a2499 Fix red: remove buffer from IRAM by Jeffrey Goode · 16 years ago
  77. 81f268a Potential fix for FS#10572: limiter + time stretch produces garbage output by Jeffrey Goode · 16 years ago
  78. 72578ef Clarify the unit of note frequency by Alexander Levin · 16 years ago
  79. 8163dde Pitch Detector: group note related data together by Alexander Levin · 16 years ago
  80. 16cb628 Pitch Detector: use special functions for choosing bool values by Alexander Levin · 16 years ago
  81. 46bb567 Pitch Detector: add the possibility to set the reference frequency of A (last part of FS#8768) by Alexander Levin · 16 years ago
  82. fc30b18 Redraw the list after exiting the context menu to get rid of various non-blocking splashes in it if custom ui vp is used. by Thomas Martitz · 16 years ago
  83. 33530ff And also redraw the statusbar after resetting the colors. by Thomas Martitz · 16 years ago
  84. ec0f581 Fix the statusbar to redraw after changing colors in the color picker screen. by Thomas Martitz · 16 years ago
  85. b2aa245 Performance improvement in limiter, about 2% by Jeffrey Goode · 16 years ago
  86. 05fd9ee Actually fix AA display... previous commit was borked by Jonathan Gordon · 16 years ago
  87. 6d16d1c FS#10602 - show the viewport label instead of an int in the debug output by Jonathan Gordon · 16 years ago
  88. aafeaad fix FS#10599 and do r22721 a slightly better way. the %C tag is internally converted to a different token for display and conditional check. by Jonathan Gordon · 16 years ago
  89. 7337fd3 Fix subtle bug in limiter by Jeffrey Goode · 16 years ago
  90. ee28c8d Wormlet: Fix food and argh possibly overlapping each other. by Thomas Martitz · 16 years ago
  91. 7b6265e Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to draw (noticed in FS#10596). by Thomas Martitz · 16 years ago
  92. 5bd3b44 Fix delay when seeking using the touchscreen by adding a pause/unpause. by Rob Purchase · 16 years ago
  93. 3ad6ee3 Rename Starting Level to Snake Speed, save the last selected speed, remove highscore list, and clean up the code a little bit by Johannes Schwarz · 16 years ago
  94. 498043d Blackjack: Fix keymap for Gigabeat F as button 'A' and button 'Select' were swapped. (FS#10563 by Clément Pit-Claudel) by Mohamed Tarek · 16 years ago
  95. aa942e0 Jpeg Viewer: Add support for Vertical Strides by Karl Kurbjun · 16 years ago
  96. c0f1c49 Get rid of some of the code duplication from checkwps, it still duplicates a lot though. by Thomas Martitz · 16 years ago
  97. 541dd6f Remove some trailing whitespaces in in the skin engine files. by Thomas Martitz · 16 years ago
  98. 894c809 Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a .wps (see FS#10596). by Thomas Martitz · 16 years ago
  99. 0720291 FS#10586: fix c200/c200v2 keymap for moving left/right in the Time&Date menu and for increasing/decreasing in the colour chooser screen. by Bertrik Sikken · 16 years ago
  100. 94b0edb Another take at quitting with an error message by Alexander Levin · 16 years ago