1. a32b73e Smarten up the w32sims.pl script and rename it to sims.pl, since it does all sorts of sims now. by Jonas Häggqvist · 16 years ago
  2. 2b6e4ad Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effort by Thomas Martitz · 16 years ago
  3. 6f030a0 add the needed plugin API exports for pictureflow to hwcodec, use the audio buffer if plugin buffer is too small, build on any target with bitmap + tagcache by Andrew Mahone · 16 years ago
  4. cc5689c pictureflow: use correct priority to free slides when extending cache on right, catch and handle failure to find a slide to free by Andrew Mahone · 16 years ago
  5. 5aca361 Use plaint int here since it's also used for the other fields by Alexander Levin · 16 years ago
  6. 2bbfd6f Provide better stats (print the total number of glyphs as well) by Alexander Levin · 16 years ago
  7. cf25649 Update german translation and drop obsolete strings. by Dominik Riebeling · 16 years ago
  8. ca41779 Use total_sectors in ata_get_info() instead of calculating it all over again. This should fix LBA48 issues. by Frank Gevaerts · 16 years ago
  9. 7c93b5c Correct the char's bby and bbh if it's clipped by Alexander Levin · 16 years ago
  10. 0c69a83 Remove no longer used stuff. by Jens Arnold · 16 years ago
  11. f82c944 Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. by Jens Arnold · 16 years ago
  12. 67c6f60 Clip the glyphs that wouldn't be correctly rendered by Rockbox thus avoiding "noise" in glyphs. See also the attachment in FS#9931 for the list of by Alexander Levin · 16 years ago
  13. d8b6a95 FS#9919 pictureflow cache rework, footprint reduction, buflib use by Andrew Mahone · 16 years ago
  14. b727de6 FS#9916 buflib plugin memory allocator by Andrew Mahone · 16 years ago
  15. e54c1cc Revert r20200, it was incorrect. The feature 'serial_port' refers to serial ports that can be configured. Possibly the feature should be renamed instead. by Bertrik Sikken · 16 years ago
  16. 5322258 Make the 'serial_port' feature depend on HAVE_SERIAL instead of IPOD_ACCESSORY_PROTOCOL by Bertrik Sikken · 16 years ago
  17. 08b643e Fix update rectangle calculation. This caused the black artifacts outside the screen area introduced with backlight simulation for colour targets. by Jens Arnold · 16 years ago
  18. 4f87abf Cosmetic fix: remove duplicate semicolons by Bertrik Sikken · 16 years ago
  19. 23e28f2 Overlooked one place where the 'archive created' warning needs to be suppressed. by Jens Arnold · 16 years ago
  20. 273c035 FS #9978: Walon.lang update by Stéphane Quertinmont by Tom Ross · 16 years ago
  21. 4993ec2 GigabeatFX: Change the way that the LCD copy routine works: Do the copy and translation in one step. by Karl Kurbjun · 16 years ago
  22. 096eb68 Get the volume controls working on the M:Robe 500 along with some minor code changes. by Karl Kurbjun · 16 years ago
  23. 1fb8242 Simplify generic_i2c, removing the link between i2c address and i2c interface, adding the concept of an i2c bus index. by Bertrik Sikken · 16 years ago
  24. 527b2dd Updated italian translation. by Alessio Lenzi · 16 years ago
  25. f42b934 Bring back -fdata-sections that got lost in the make system overhaul (r19146). by Jens Arnold · 16 years ago
  26. dcf751e FS #9974: Update Walon.lang by Stéphane Quertinmont. by Tom Ross · 16 years ago
  27. 8a1f2ce Add missing user fields aka fix yellow. by Tom Ross · 16 years ago
  28. e114601 Set a few svn:ignore bits by Jonas Häggqvist · 16 years ago
  29. 104fb37 More GSoC related work. Have genlang parse the user field of the lang files. For now, all user strings are core. In the future more users will be added. Add missing user fields to a few phrases in some languages. Genlang will also warn if a phrase is missing the user field or it is unknown. The output format is unchanged. by Tom Ross · 16 years ago
  30. 9f6e117 TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes mentioned in the Samsung NAND datasheet. Add this to the nand_id struct, so that it can be runtime detected (required for some D2s to boot). Use the struct directly instead of making a local copy, and format the nand_info table to 80 columns. by Rob Purchase · 16 years ago
  31. 3fe6152 Make the H10 5GB bootloader able to load the OF again. From FS#9955. by Barry Wardell · 16 years ago
  32. a6052d3 Add a full stop after strings, since some voices use the existance of one to change intonation. by Jonas Häggqvist · 16 years ago
  33. 7389928 Make sure that sorting works both for signed and unsigned char (it depends on the platform/compiler used) by Alexander Levin · 16 years ago
  34. 4a54fc0 Remove some development help. by Jonas Häggqvist · 16 years ago
  35. 839bcdf Ask which voice to use for Festival. by Jonas Häggqvist · 16 years ago
  36. 22b9254 Make natural sorting work properly with cyrillic chars: they should be placed after the latin ones (FS#9975). by Alexander Levin · 16 years ago
  37. 831e390 Improve grammar and key map in reversi (FS#9960 and FS#9961) by Alexander Levin · 16 years ago
  38. 1c64486 Update the french translation. by Mustapha Senhaji · 16 years ago
  39. fd14cac Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code. by Thomas Martitz · 16 years ago
  40. 09f012a Only enable LANG_ENABLE_SPEAKER if HAVE_SPEAKER is defined by Maurus Cuelenaere · 16 years ago
  41. f097950 Forgot to #define HAVE_SPEAKER.. by Maurus Cuelenaere · 16 years ago
  42. 6c252a6 Onda VX747: by Maurus Cuelenaere · 16 years ago
  43. 69ffd7c H10 is now the same as other targets regarding holding buttons while inserting to use usb power by Frank Gevaerts · 16 years ago
  44. 6436b39 Fix some slight inconsistencies. by Jens Arnold · 16 years ago
  45. cda8cbf imx31: Correct a register name typo. by Michael Sevakis · 16 years ago
  46. 4fb5864 Move generated lang-related files to their own directory in preparation of localizable plugins. by Tom Ross · 16 years ago
  47. 2d8813e imx31 ATA: Correct a register #define error (due to error in user's manual). Fix timing for PIO tAX. by Michael Sevakis · 16 years ago
  48. aaf3f5f Another small change from my GSoC work: get rid of some old printf code in language.c and replace it with DEBUGF. by Tom Ross · 16 years ago
  49. 7125b9e Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for notifying me about my commit-fail). by Thomas Martitz · 16 years ago
  50. 4fd02fd FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to the original version), we can remove some unused code. by Thomas Martitz · 16 years ago
  51. c645752 Fix some memset calls that use the wrong order for arguments. by Tom Ross · 16 years ago
  52. 85aeb28 Set x bit aka fix red... by Jens Arnold · 16 years ago
  53. c21e2e6 Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. by Jens Arnold · 16 years ago
  54. ce1c189 Document the sorting setting in the Config file options appendix. by Thomas Martitz · 16 years ago
  55. f18eadd Reword the new sorting section a bit, and fix it to actually say "As digits" by Thomas Martitz · 16 years ago
  56. 9066694 Fix rockboy on the recorders. by Jens Arnold · 16 years ago
  57. 0621395 Make the example table follow the same look as the other tables in the manual. by Dominik Riebeling · 16 years ago
  58. 1413e36 Power ain't cancel anymore. by Thomas Martitz · 16 years ago
  59. 127fb96 Document the new sorting feature in our fine manual. by Thomas Martitz · 16 years ago
  60. 912b24f Make tremor check for very long ogg tags and truncate them if they're larger then 10000 characters rather then seg faulting. Fixes FS#9866. by Michael Giacomelli · 16 years ago
  61. d13f1a4 Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive by Thomas Martitz · 16 years ago
  62. e6c023c Fix Onda VX747 bootloader build by Maurus Cuelenaere · 16 years ago
  63. a483702 Make clock menu capitalizing consistent (FS#9939). There is an ongoing by Alexander Levin · 16 years ago
  64. ca5e04e Correct the BBX clause (no visual changes) by Alexander Levin · 16 years ago
  65. 6421f94 Silence warning from 'ar' if the archive had to be created. by Jens Arnold · 16 years ago
  66. 76be948 Correct comment and log message for failed AlbumArt bitmap loading. by Antonius Hellmann · 16 years ago
  67. 5355f34 Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over again, but simply ignore AlbumArt in this case. by Antonius Hellmann · 16 years ago
  68. a4cd1d9 Fix automated install using the wrong release information. by Dominik Riebeling · 16 years ago
  69. 10c1fef Fix automated install not aborting when bootloader installation was canceled during prerequisite confirmation. Add info to the log window when cancelled or skipped. by Dominik Riebeling · 16 years ago
  70. f437d78 Add cyrillic glyphs to 12-Adobe-Helvetica.bdf -- the font used in the by Alexander Levin · 16 years ago
  71. 9bb8342 Mention the .link files as a supported file type (FS#9927) by Alexander Levin · 16 years ago
  72. b14fe22 Use reference for version map instead of copy in prototype. by Dominik Riebeling · 16 years ago
  73. 6a67539 Remove some unused code. bufopen for TYPE_ID3 can only return ERR_BUFFER_FULL (or a valid id of course) and no other error anyway. by Thomas Martitz · 16 years ago
  74. ec602b7 send the USB broadcast events at a less busy time by Frank Gevaerts · 16 years ago
  75. 69a5349 Correct the bounding box of the symbol 8223 in some fonts (part of FS#9931) by Alexander Levin · 16 years ago
  76. 3b141d9 Also broadcast transfer information for use by fancy USB screens by Frank Gevaerts · 16 years ago
  77. afedfcf Leave "usb mode" when all LUNs are ejected again by Frank Gevaerts · 16 years ago
  78. b6a1af2 Adds the possibility to show nice "do not disconnect" screens/icons on the USB screen. A proof-of-concept for the actual screen is at FS#9969 by Frank Gevaerts · 16 years ago
  79. 027b023 Welcome #108 by Alexander Levin · 16 years ago
  80. 92fa6ea Fix building of sims for targets with remotes in OS X. by Tom Ross · 16 years ago
  81. cf7a71c r20124 broke codecs on targets without IRAM such as Gigabeat F. Behavior should be identical to r20123 on all sim builds and targets and apply a more correct fix for OS X. by Tom Ross · 16 years ago
  82. b61f0c6 FS#9964 take 2. Including the whole patch is a good idea. by Steve Bavin · 16 years ago
  83. 6eea66f FS#9964 - Fix simulator file i/o when the --root option is used. by Steve Bavin · 16 years ago
  84. 5c1c43f Small fixup of Brazilian Portuguese, no translation done. by Jonas Häggqvist · 16 years ago
  85. 6d63892 Make genlang output errors on STDERR. FS#9668 by Tomer Shalev. by Jonas Häggqvist · 16 years ago
  86. 1ab0a50 Language updates: by Jonas Häggqvist · 16 years ago
  87. e1d8052 Newer glibc has letoh16 and friends, so use them if available by Frank Gevaerts · 16 years ago
  88. 79967c7 Fix screens not redrawing the statusbar when they should. by Jonathan Gordon · 16 years ago
  89. 353ebd0 Small bit from my GSoC work: Unify the way the simulator accesses voice strings. In the future this will allow plugin menus to be translated and voiced. by Tom Ross · 16 years ago
  90. 5d190bc Mac doesn't handle placing variables in specific sections very well. Building the sim on OS X is now possible once again. by Tom Ross · 16 years ago
  91. 736f956 The built-in ld on OS X does not understand the --version flag so use -v instead and parse the output into something somewhat useful. by Tom Ross · 16 years ago
  92. 4ae4e23 Ingenic Jz4740 RTC: actually write date to RTC by Maurus Cuelenaere · 16 years ago
  93. 73639e8 Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other errors). by Jonas Häggqvist · 16 years ago
  94. dfd32ef Onda VX747: redo keymap (which fixes the not-working emulated touchscreen buttons). Also make check for & CONTEXT_REMOTE conditional in keymap-touchscreen by Maurus Cuelenaere · 16 years ago
  95. 5e058e0 Clean up warnings by Karl Kurbjun · 16 years ago
  96. 9e1d00c Get the M:Robe 500 main build booting again, fix a bug and commit the rest of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 1. by Karl Kurbjun · 16 years ago
  97. b0232e0 Correct the preprocessor condition introduced in r20112, also include FS#9958 by Alexander Levin. by Thomas Martitz · 16 years ago
  98. 1e3f529 Get the M:Robe 500 main build booting again, fix a bug and commit the rest of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 2. by Karl Kurbjun · 16 years ago
  99. 3843603 Ingenic Jz4740: by Maurus Cuelenaere · 16 years ago
  100. 935fad7 Small fix for touchscreen-capable DAP's in display_logf() by Maurus Cuelenaere · 16 years ago