1. 5ce8e2c Clarify track transition code in pcmbuf and playback. No functional changes yet. by Jeffrey Goode · 15 years ago
  2. 606a333 Fix building of Rockbox Utility by restoring object list for libmkamsboot.a by Dominik Riebeling · 15 years ago
  3. 1566705 Simplify uart_printf() a bit by using vuprintf(), that also makes removing a static buffer possible. by Thomas Martitz · 15 years ago
  4. 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
  5. 310346e Fix a #elif without condion (is an error with newer gcc/cpp versions). by Thomas Martitz · 15 years ago
  6. 21d40af Makes sure codec API builds correctly if ROCKBOX_HAS_LOGF is defined by Jeffrey Goode · 15 years ago
  7. 2d0af6f FS#9728: Battery current measuring on the Video iPod by Torne Wuff · 15 years ago
  8. 9c343fa Cosmetic commit (removing empty line from end of file) to test build system by Dave Chapman · 15 years ago
  9. 37e92d3 Change username to lower case by Bob Cousins · 15 years ago
  10. 9d84268 Comment out LOGF_ENABLE defines everywhere, replace evil comments by Jeffrey Goode · 15 years ago
  11. deb1b0e Improvements to mini2440 audio; change CPU freq to 406MHz by Bob Cousins · 15 years ago
  12. bb9808b root_menu() can't return, tell gcc about it by Rafaël Carré · 15 years ago
  13. 9b46960 Sansa AMS PCM : cleanup by Rafaël Carré · 15 years ago
  14. 0099771 brickmania: fix scrollwheel use by Rafaël Carré · 15 years ago
  15. f76b2f2 Initial recording screen skin support (usable in .sbs skins only for now) by Jonathan Gordon · 15 years ago
  16. d06aafc Sansa AMS: fix system_exception_wait() by Rafaël Carré · 15 years ago
  17. 890444c Hopefully fix the remaining iPod Nano 2G flash issues, by adding a tiny sleep after resetting the chip. Also remove some evil tabs. by Michael Sparmann · 15 years ago
  18. 24c1c75 Add touchscreen WPS actions for volume up/down (using a button rather than the slider). by Rob Purchase · 15 years ago
  19. 8f04d5a Playback.c: Eliminate repetitive watermark calculation when the buffer is idle. Also fix evil comment by Jeffrey Goode · 15 years ago
  20. 5822259 Tweak logf statements by Jeffrey Goode · 15 years ago
  21. fade88a Echoes logf output to the sim console when logf build is enabled by Jeffrey Goode · 15 years ago
  22. 02385cb M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length transfers has been fixed. Buffers that are not initially short aligned are also now supported. Enable USB HID mouse mode. by Karl Kurbjun · 15 years ago
  23. 451f9d5 more minor classic_statusbar.sbs changes... display the rec/fm mode correctly by Jonathan Gordon · 15 years ago
  24. fb126d4 Sansa AMS : reduce size of interrupt source/isr mapping table by Rafaël Carré · 15 years ago
  25. f64a3fe Sansa AMS PCM: remove runtime sanity checks by Rafaël Carré · 15 years ago
  26. e28bfd1 Rework how feature skin tags work (%cc currently) when used conditionally (i.e. to detect a feature). by Thomas Martitz · 15 years ago
  27. 3304027 Improvements to mini2440/UDA1341 audio by Bob Cousins · 15 years ago
  28. 5d40b9a Add Fred Bauer to THANKS by Rafaël Carré · 15 years ago
  29. 9b4057b Sansa AMS recording support (Microphone and FM) by Rafaël Carré · 15 years ago
  30. 6cdb80d Revert r23474 "new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour>" by Rafaël Carré · 15 years ago
  31. 9cd15da new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour> by Rafaël Carré · 15 years ago
  32. e702e5d revert that last checkin... something better is coming by Jonathan Gordon · 15 years ago
  33. cb8527d new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour> by Jonathan Gordon · 15 years ago
  34. e8eefe9 Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to leftover samples by Jeffrey Goode · 15 years ago
  35. bcadf96 FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching by Tomer Shalev · 15 years ago
  36. 50edc58 OndaVX777 sim now builds so add it back to the list of sims. by Michael Chicoine · 15 years ago
  37. 0fa6eea rbutil: Fix Cowon D2 bootloaderfile had no slash prefix. by Tomer Shalev · 15 years ago
  38. b2ee0ce Correct beast manual install instructions in Windows. by Alex Parker · 15 years ago
  39. 04f84cf FS#10747 - Disable actions if rbutil is not configured properly by Tomer Shalev · 15 years ago
  40. 3216d32 Move find_viewport() and find_image() to skin_parser.c where the reset of the linked-list handling sits. That enables removing duplicated code from checkwps. Also remove a few stubs in favor having the restart playback mechanism on albumart change #ifdef __PCTOOL__ by Thomas Martitz · 15 years ago
  41. 30faf03 Show insert_last_shuffled item and queue_last_shuffled item when playlist file is selected. by Teruaki Kawashima · 15 years ago
  42. 603b0aa Replace hardcoded constants (fix 32/64MB bug) by Bob Cousins · 15 years ago
  43. 4f0e3ec Fix red - statusbar_position() is a macro. by Thomas Martitz · 15 years ago
  44. 6db726c Remove a wps function call from skin engine, hopefully the last one. by Thomas Martitz · 15 years ago
  45. add481b Fix debug/multidrive build error by Bob Cousins · 15 years ago
  46. dd33bdf Cleanup includes a bit. by Thomas Martitz · 15 years ago
  47. 46da081 Adjust mknkboot sources path to recently changed location. by Dominik Riebeling · 15 years ago
  48. 132256d YELLOW ZOMBIES! by Jonathan Gordon · 15 years ago
  49. ea094b1 haloween night is when red monsters are vanquished right? or is that green monsters? by Jonathan Gordon · 15 years ago
  50. 235d1ae Fix FS#10745 - %mv not working in sbs... by Jonathan Gordon · 15 years ago
  51. bf75192 Add Sascha Wilde to docs/CREDITS for bug fix committed in r23449 by Michael Chicoine · 15 years ago
  52. f27b135 Replace hard coded memory size by Bob Cousins · 15 years ago
  53. 4eafd23 FS#10744 - Fuze: Last line of screen's pixels doesn't change when switching themes and using plugins by Michael Chicoine · 15 years ago
  54. b73b067 Replace hard-coded value of memory size by Bob Cousins · 15 years ago
  55. f1925b7 Add my name to COMMITTERS by Bob Cousins · 15 years ago
  56. 2dbdfac FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde by Johannes Schwarz · 15 years ago
  57. 23aecc4 Don't set the layout direction twice in a row, one time is enough. by Dominik Riebeling · 15 years ago
  58. 5cbf4a5 Fix yellow, again by Jeffrey Goode · 15 years ago
  59. 03c5cb6 Fix yellow, defines by Jeffrey Goode · 15 years ago
  60. cf01942 Remove unused #defines. by Thomas Martitz · 15 years ago
  61. 9a4420b FS#10739: playback.c code split by Jeffrey Goode · 15 years ago
  62. 15ea6e6 FS#10741 - rbutil: Fix mkamsboot Makefile dependancies by Tomer Shalev · 15 years ago
  63. 3b3377b rbutil: Update Hebrew translation by Tomer Shalev · 15 years ago
  64. d011eec FS#10748 - rbutil: Explicitly override GUI layout direction setting for some widgets by Tomer Shalev · 15 years ago
  65. d25baec make mini2440 bootloader compile again, and remove a few warnings from sd driver. by Dominik Wenger · 15 years ago
  66. 4b7de91 Simulator: change the fix around so that it applies to all scrollwheel targets. by Karl Kurbjun · 15 years ago
  67. 223eba7 Simulator: Fix scrollwheel targets without HAVE_WHEEL_ACCELERATION defined by Karl Kurbjun · 15 years ago
  68. 8aba665 enable RTC for mini2440. by Dominik Wenger · 15 years ago
  69. 28aef1f Consolidate code duplication in WPS volume changing handling. by Thomas Martitz · 15 years ago
  70. 48960bf FS#10746 - Ondavx777 sim doesn't build: add device picture by Michael Chicoine · 15 years ago
  71. 0bd45b3 Remove square brackets from the ID3 Viewer related language strings and generate them at runtime. This makes these lang strings actually usable for WPSes using the %Sx tag. by Thomas Martitz · 15 years ago
  72. e3e8898 Remove tooltip from 'Install Rockbox' button, since no other button has one by Tomer Shalev · 15 years ago
  73. 6e54cab Remove svn:executable from firmware by Michael Chicoine · 15 years ago
  74. a9f3dde Correct the bootloader download path. by Dave Chapman · 15 years ago
  75. 62e583f Fix cowon D2 bootloader file path by Tomer Shalev · 15 years ago
  76. 99b2e5f Add the Lyre Mini2440 to the list of sims. Remove ifp-7xx and Ondavx777. by Jonas Häggqvist · 15 years ago
  77. 1121206 Catch import errors for modules that are not part of python. by Dominik Riebeling · 15 years ago
  78. 99e492e Add Mac OSX beastpatcher download location to manual. by Alex Parker · 15 years ago
  79. 2468748 Building Rockbox Utility now also needs telechips.[ch]. by Dominik Riebeling · 15 years ago
  80. 9a76581 Add support for building OSX disk image of beastpatcher. by Barry Wardell · 15 years ago
  81. 8ed7a59 Fix mktccboot to make Rockbox Utility compile again. by Dominik Riebeling · 15 years ago
  82. aae798d Correct typo that stopped the download link to the Fuze OF appearing in the manual. by Alex Parker · 15 years ago
  83. a404e9a Fix time display in time menu when time is not valid. by Teruaki Kawashima · 15 years ago
  84. 08c5a66 mktccboot: Remove excessive use of defines in Makefile by Tomer Shalev · 15 years ago
  85. 0fb781e Update Japanese translation. by Teruaki Kawashima · 15 years ago
  86. 304fcbe Get beastpatcher working on OSX. by Barry Wardell · 15 years ago
  87. a521c5f Revert battery conditional change in r23415, duplicated graphic was for unknown battery level by Michael Chicoine · 15 years ago
  88. 536ae24 Correct battery conditional and disk access icon by Michael Chicoine · 15 years ago
  89. d93d2fd Revert the recording key functionality changes back to before r21034: Both play and rec start recording. Fixes the Archos recording usability issue. To Do: see which targets have usability issues left. by Peter D'Hoye · 15 years ago
  90. d0bc525 rbutil: Update bootloader name for cowon d2 by Tomer Shalev · 15 years ago
  91. 80ce2c8 Change the D2 bootloader output filename to bootloader-cowond2.bin by Rob Purchase · 15 years ago
  92. ad78551 FS#10728 - Cowon D2: Add support for D2 in rbutil by Tomer Shalev · 15 years ago
  93. 0f90f0b Make the TCC78x HW debug screen yield by including a button wait timeout. by Rob Purchase · 15 years ago
  94. ff7931e Implement dbg_save_roms for TCC780x. by Rob Purchase · 15 years ago
  95. aca1d8b Improve a few debug logger messages. by Dominik Riebeling · 15 years ago
  96. fecac64 Only expose pcmbuf_beep on SWCODEC targets (aka fix red). by Maurus Cuelenaere · 15 years ago
  97. 5ca112b Lua: return nil when function failed instead of returning nothing by Maurus Cuelenaere · 15 years ago
  98. 8fb2588 Expose pcmbuf_beep() to plugins (based on FS#10608 by Christophe Gragnic) by Maurus Cuelenaere · 15 years ago
  99. b1a7511 Also expose functions having (s)size_t or off_t as argument/return type to Lua. by Maurus Cuelenaere · 15 years ago
  100. 67f6164 Const correctness by Nils Wallménius · 15 years ago