1. 9e09534 Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE conditionals, eliminated fade buffer on low memory targets by Jeffrey Goode · 15 years ago
  2. 78f8667 Also fix Debug->View partitions when SECTOR_SIZE!=512 by Frank Gevaerts · 15 years ago
  3. 3502e70 Fix Free and Disk size display when SECTOR_SIZE!=512 by Frank Gevaerts · 15 years ago
  4. 099df2f Make the codecs use more IRAM on S5L870x, as we have plenty of it. by Michael Sparmann · 15 years ago
  5. cc4d92c pcmbuf: simplify crossfade logic by Jeffrey Goode · 15 years ago
  6. 874c911 pcmbuf: refactoring by Jeffrey Goode · 15 years ago
  7. 8c15799 Implement %Ss for playback speed by Frank Gevaerts · 15 years ago
  8. 7de32ef Don't define pitch_speed_enum() on MAS3507D. Fixes yellow by Frank Gevaerts · 15 years ago
  9. a20d77d Allow %?Sp<...> to be used as a conditional by Frank Gevaerts · 15 years ago
  10. 5c69a42 pcmbuf: more refactoring by Jeffrey Goode · 15 years ago
  11. 91d982a Fix mpegplayer on S5L870x by Michael Sparmann · 15 years ago
  12. 7243fdc keyboard: some random cleanup. by Teruaki Kawashima · 15 years ago
  13. ad72fce fix the icons so the correct ones are shown by Jonathan Gordon · 15 years ago
  14. 2f3868b very initial recording sbs support... also remote sbs using the same skin code by Jonathan Gordon · 15 years ago
  15. 6b31dc4 redo these bitmaps as 1bit bmp's so they show correclty on all displays by Jonathan Gordon · 15 years ago
  16. 73c4791 pcmbuf: eliminate add_chunk as a separate function by Jeffrey Goode · 15 years ago
  17. 6008c29 try that previous commit again... by Jonathan Gordon · 15 years ago
  18. 10fcb6b fix segfault on remote targets where no sbs is loaded for the remote by Jonathan Gordon · 15 years ago
  19. d0ac045 pcmbuf: fix yellow. More renaming. by Jeffrey Goode · 15 years ago
  20. 59dd433 Removed unneeded includes by Jeffrey Goode · 15 years ago
  21. 8edac6e pcmbuf: refactoring, renamed confusing variables, moved some code around, but still no functional changes by Jeffrey Goode · 15 years ago
  22. 20db9cc Playback: removed duplicate functions by Jeffrey Goode · 15 years ago
  23. 4cd805c Fix the error condition to actually set the fullscreen viewport. Also remove a comment which doesnt really add anything.. the comments 15lines above it explain whats happening by Jonathan Gordon · 15 years ago
  24. 892332c fix red.. markers need to be outside #ifdefs by Jonathan Gordon · 15 years ago
  25. 0621afa Add a bunch of markers into the tokens enum to make figuring out which token isnt in the bugout output easier. ("FIXME code(80)" is alot worse than "FIXME: TOKEN_MARKER_SOUND+5") by Jonathan Gordon · 15 years ago
  26. 2a93cee M:Robe 500 - Enable ASM optimized ATA interface improving disk access speed. by Karl Kurbjun · 15 years ago
  27. a721007 mkamsboot: fix linking (typo from r23520) by Rafaël Carré · 15 years ago
  28. 64ac121 Squash another bunch of iPod Nano 2G NAND bugs by moving the idle powerdown code down into the lowlevel driver. Move even more things from the FTL to the bss instead of the stack to prevent USB stkovs. Also fix some evil whitespace. by Michael Sparmann · 15 years ago
  29. 40638bf Merge duplicating code to remove char in keyboard. by Teruaki Kawashima · 15 years ago
  30. 3e489c1 Rename print_error() in ipodpatcher and sansapatcher. by Dominik Riebeling · 15 years ago
  31. 92fb1df FS#10338: Add "use morse input " entry to settings menu by Teruaki Kawashima · 15 years ago
  32. b92e778 Reenable -O2 for Wavpack, which appears to have been lost during makefile clean up. Improves wavpack decoding performance by several MHz on ARM and Coldfire. by Michael Giacomelli · 15 years ago
  33. b6f15f2 pcmbuf: moved some functions around, no functional changes yet by Jeffrey Goode · 15 years ago
  34. 487d088 M:Robe 500: Disable LED above screen and add a change for the 256 color blitter by Karl Kurbjun · 15 years ago
  35. 26348fb Test codec: Add exit button for touchscreens by Karl Kurbjun · 15 years ago
  36. a623d3c M:Robe 500: Menu button is now power for JPEG viewer by Karl Kurbjun · 15 years ago
  37. c3edcad M:Robe 500 - Add some more debug information. by Karl Kurbjun · 15 years ago
  38. 50d75f3 sd.h: No functional changes to present code. Added some additional SD CMD's and a #define for card errors flagged in an R1 response. by Jack Halpin · 15 years ago
  39. c87270f Meizu M6SP: initial button driver (adapted from Meizu M3) by Bertrik Sikken · 15 years ago
  40. 8e47406 Fix a compile warning. by Dominik Riebeling · 15 years ago
  41. 992b573 Allow the bin2c output filename stem to contain a path. by Dominik Riebeling · 15 years ago
  42. 513a76e Update portugues-brasileiro lang file (FS#10765 by Adilson Xavier). by Dominik Riebeling · 15 years ago
  43. d5092a8 Everything passed - disable viewport clipping. by Karl Kurbjun · 15 years ago
  44. b7cbe64 Just a test to make sure all targets build with viewport clipping enabled - will disable once all builds pass by Karl Kurbjun · 15 years ago
  45. 4a0dd83 Fix Red by Karl Kurbjun · 15 years ago
  46. dcc52f5 Fix two width calculations by Karl Kurbjun · 15 years ago
  47. 765ff01 Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A simulator check is also added to set_viewport that will show an error/note when DEBUGF is enabled. by Karl Kurbjun · 15 years ago
  48. b1783c3 fix typo in manual. thanks to mc2739 for noticing. by Teruaki Kawashima · 15 years ago
  49. fedc7b2 theme remove: add sbs to remove list. by Teruaki Kawashima · 15 years ago
  50. ea669d7 Make it clear in the beast manual that you need to play Russian dolls with the OF you download from Toshiba - it is inside an exe file which is inside an iso file which is inside a zip file. by Alex Parker · 15 years ago
  51. 109f182 Introduce new config header 'config-sim.h' that takes care of undefining things that shouldn't be defined for sims so that the target configs no longer need to have #ifndef SIMULATOR sections and to bring some consistency for what is and is not included for sims. by Nils Wallménius · 15 years ago
  52. 9b6d3d7 Replace enum statusbar_values in global_settings with int, fixing crash with -fshort-enums. by Andrew Mahone · 15 years ago
  53. 7e0fe36 Set svn:keywords property. by Dominik Riebeling · 15 years ago
  54. 3f70b66 Meizu M6SP: initialise and use SDRAM by Bertrik Sikken · 15 years ago
  55. b6cd045 Merge duplicating code to move cursor left/right. by Teruaki Kawashima · 15 years ago
  56. e9f389a pcmbuf: need ifdef to fix yellow by Jeffrey Goode · 15 years ago
  57. 37adbee pcmbuf: sorted functions into logical sections for readability. Tiny changes, nothing functional by Jeffrey Goode · 15 years ago
  58. 3e73fec Fix genlang tool broken by r22945 by Peter D'Hoye · 15 years ago
  59. 6a473c8 updated Dutch lang file by Peter D'Hoye · 15 years ago
  60. 04b01e1 pcmbuf: clarify and simplify crossfade code, etc. by Jeffrey Goode · 15 years ago
  61. 013fe35 pcmbuf: better latency calculation, added debug code by Jeffrey Goode · 15 years ago
  62. 070d515 Fix same bug as in r23531 in two more drivers (wrong masking of wday) by Nils Wallménius · 15 years ago
  63. 05f29f8 My bad, Pavel wasn't on the credit yet, then add him for the translation. by Mustapha Senhaji · 15 years ago
  64. 6cf53ed Update the czech translation. by Mustapha Senhaji · 15 years ago
  65. 64a77b5 Update the portugues-brasileiro translation. by Mustapha Senhaji · 15 years ago
  66. 06535f2 Updated french translation. by Mustapha Senhaji · 15 years ago
  67. dca5fd1 RTC read of ds1339 of ds3231 weekday by Robert Kukla · 15 years ago
  68. aee58ef Fix hiding the status bar in the touchscreen calibration screen. by Rob Purchase · 15 years ago
  69. 27f1787 Ensure touchscreen calibration setting is saved after change or reset. by Rob Purchase · 15 years ago
  70. 06e0bfd Spoken correction for OUTro value in SKIPLENGTH function. by Alessio Lenzi · 15 years ago
  71. 0c717cc Updated italian translation and correct a little mistake in English. by Alessio Lenzi · 15 years ago
  72. cc65afa Get font and colors from UI viewport before intersecting, instead of leaving them empty. by Thomas Martitz · 15 years ago
  73. 3bae42e Use mingw32-make when deploy-building on Windows / MinGW as make might not be the MinGW version one. by Dominik Riebeling · 15 years ago
  74. 3762b36 mktccboot doesn't use any version string passed by the Makefile, remove unneeded call to version.sh. by Dominik Riebeling · 15 years ago
  75. d47366b Remove unused variable. by Dominik Riebeling · 15 years ago
  76. 20f3e64 Clean up mktccboot building. No functional changes. by Dominik Riebeling · 15 years ago
  77. e9c900d Fix a possiblity where viewport_set_default left the viewport unchanged. Improve comments a bit. by Thomas Martitz · 15 years ago
  78. ea61780 Clean up mkamsboot building. No functional changes. by Dominik Riebeling · 15 years ago
  79. 33d3b54 Updated Swedish translation and some minor fixes. by Magnus Holmgren · 15 years ago
  80. 95e2d72 Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual! by Jeffrey Goode · 15 years ago
  81. a06feaa Fix FS#10751 - Fuze freezes when using radio while charging by Michael Chicoine · 15 years ago
  82. fd8632f FS#10649: calendar: make it selectable what day is first day of week. by Teruaki Kawashima · 15 years ago
  83. 139694c Fix volume change in wps. %mv tag keeped showing volume is changed if volume is changed in wps. by Teruaki Kawashima · 15 years ago
  84. 9f82def Forgot to remove wps_data.remove_wps in checkwps too. by Thomas Martitz · 15 years ago
  85. b2e6458 Fix player yellows and reds. I'm not sure why viewport.c was never compiled for charcell. by Thomas Martitz · 15 years ago
  86. c0635ba Remove wps_data.remote_wps. It's redundant with the new global curr_screen. by Thomas Martitz · 15 years ago
  87. 6750d65 Reorder a bit in viewport.c so that we don't need stubs for checkwps. by Thomas Martitz · 15 years ago
  88. de45edb Fix checkwps. Reimplement viewport_set_fullscreen() and viewport_set_defaults() to always return the "full display". This doesn't change anything about the skin so is fine. by Jonathan Gordon · 15 years ago
  89. dd1063d fix charcell yellow by Jonathan Gordon · 15 years ago
  90. c812614 Fix the WPS to work properly with the statusbar for the previous change.. Side effect is it fixes FS#10721 where %pb didnt work by Jonathan Gordon · 15 years ago
  91. a7d784b Fix viewport "UI area" to work based on what was agreed on last week in the mailing lists and IRC: by Jonathan Gordon · 15 years ago
  92. 5ce8e2c Clarify track transition code in pcmbuf and playback. No functional changes yet. by Jeffrey Goode · 15 years ago
  93. 606a333 Fix building of Rockbox Utility by restoring object list for libmkamsboot.a by Dominik Riebeling · 15 years ago
  94. 1566705 Simplify uart_printf() a bit by using vuprintf(), that also makes removing a static buffer possible. by Thomas Martitz · 15 years ago
  95. 1ddb91a Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. by Thomas Martitz · 15 years ago
  96. 310346e Fix a #elif without condion (is an error with newer gcc/cpp versions). by Thomas Martitz · 15 years ago
  97. 21d40af Makes sure codec API builds correctly if ROCKBOX_HAS_LOGF is defined by Jeffrey Goode · 15 years ago
  98. 2d0af6f FS#9728: Battery current measuring on the Video iPod by Torne Wuff · 15 years ago
  99. 9c343fa Cosmetic commit (removing empty line from end of file) to test build system by Dave Chapman · 15 years ago
  100. 37e92d3 Change username to lower case by Bob Cousins · 15 years ago