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. 099df2f Make the codecs use more IRAM on S5L870x, as we have plenty of it. by Michael Sparmann · 15 years ago
  4. cc4d92c pcmbuf: simplify crossfade logic by Jeffrey Goode · 15 years ago
  5. 874c911 pcmbuf: refactoring by Jeffrey Goode · 15 years ago
  6. 8c15799 Implement %Ss for playback speed by Frank Gevaerts · 15 years ago
  7. 7de32ef Don't define pitch_speed_enum() on MAS3507D. Fixes yellow by Frank Gevaerts · 15 years ago
  8. a20d77d Allow %?Sp<...> to be used as a conditional by Frank Gevaerts · 15 years ago
  9. 5c69a42 pcmbuf: more refactoring by Jeffrey Goode · 15 years ago
  10. 7243fdc keyboard: some random cleanup. by Teruaki Kawashima · 15 years ago
  11. 73c4791 pcmbuf: eliminate add_chunk as a separate function by Jeffrey Goode · 15 years ago
  12. 6008c29 try that previous commit again... by Jonathan Gordon · 15 years ago
  13. 10fcb6b fix segfault on remote targets where no sbs is loaded for the remote by Jonathan Gordon · 15 years ago
  14. d0ac045 pcmbuf: fix yellow. More renaming. by Jeffrey Goode · 15 years ago
  15. 59dd433 Removed unneeded includes by Jeffrey Goode · 15 years ago
  16. 8edac6e pcmbuf: refactoring, renamed confusing variables, moved some code around, but still no functional changes by Jeffrey Goode · 15 years ago
  17. 20db9cc Playback: removed duplicate functions by Jeffrey Goode · 15 years ago
  18. 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
  19. 892332c fix red.. markers need to be outside #ifdefs by Jonathan Gordon · 15 years ago
  20. 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
  21. 40638bf Merge duplicating code to remove char in keyboard. by Teruaki Kawashima · 15 years ago
  22. 92fb1df FS#10338: Add "use morse input " entry to settings menu by Teruaki Kawashima · 15 years ago
  23. 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
  24. b6f15f2 pcmbuf: moved some functions around, no functional changes yet by Jeffrey Goode · 15 years ago
  25. 26348fb Test codec: Add exit button for touchscreens by Karl Kurbjun · 15 years ago
  26. a623d3c M:Robe 500: Menu button is now power for JPEG viewer by Karl Kurbjun · 15 years ago
  27. fedc7b2 theme remove: add sbs to remove list. by Teruaki Kawashima · 15 years ago
  28. 9b6d3d7 Replace enum statusbar_values in global_settings with int, fixing crash with -fshort-enums. by Andrew Mahone · 15 years ago
  29. b6cd045 Merge duplicating code to move cursor left/right. by Teruaki Kawashima · 15 years ago
  30. e9f389a pcmbuf: need ifdef to fix yellow by Jeffrey Goode · 15 years ago
  31. 37adbee pcmbuf: sorted functions into logical sections for readability. Tiny changes, nothing functional by Jeffrey Goode · 15 years ago
  32. 6a473c8 updated Dutch lang file by Peter D'Hoye · 15 years ago
  33. 04b01e1 pcmbuf: clarify and simplify crossfade code, etc. by Jeffrey Goode · 15 years ago
  34. 013fe35 pcmbuf: better latency calculation, added debug code by Jeffrey Goode · 15 years ago
  35. 6cf53ed Update the czech translation. by Mustapha Senhaji · 15 years ago
  36. 64a77b5 Update the portugues-brasileiro translation. by Mustapha Senhaji · 15 years ago
  37. 06535f2 Updated french translation. by Mustapha Senhaji · 15 years ago
  38. aee58ef Fix hiding the status bar in the touchscreen calibration screen. by Rob Purchase · 15 years ago
  39. 27f1787 Ensure touchscreen calibration setting is saved after change or reset. by Rob Purchase · 15 years ago
  40. 06e0bfd Spoken correction for OUTro value in SKIPLENGTH function. by Alessio Lenzi · 15 years ago
  41. 0c717cc Updated italian translation and correct a little mistake in English. by Alessio Lenzi · 15 years ago
  42. cc65afa Get font and colors from UI viewport before intersecting, instead of leaving them empty. by Thomas Martitz · 15 years ago
  43. e9c900d Fix a possiblity where viewport_set_default left the viewport unchanged. Improve comments a bit. by Thomas Martitz · 15 years ago
  44. 33d3b54 Updated Swedish translation and some minor fixes. by Magnus Holmgren · 15 years ago
  45. 95e2d72 Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual! by Jeffrey Goode · 15 years ago
  46. fd8632f FS#10649: calendar: make it selectable what day is first day of week. by Teruaki Kawashima · 15 years ago
  47. 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
  48. b2e6458 Fix player yellows and reds. I'm not sure why viewport.c was never compiled for charcell. by Thomas Martitz · 15 years ago
  49. c0635ba Remove wps_data.remote_wps. It's redundant with the new global curr_screen. by Thomas Martitz · 15 years ago
  50. 6750d65 Reorder a bit in viewport.c so that we don't need stubs for checkwps. by Thomas Martitz · 15 years ago
  51. dd1063d fix charcell yellow by Jonathan Gordon · 15 years ago
  52. 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
  53. 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
  54. 5ce8e2c Clarify track transition code in pcmbuf and playback. No functional changes yet. by Jeffrey Goode · 15 years ago
  55. 21d40af Makes sure codec API builds correctly if ROCKBOX_HAS_LOGF is defined by Jeffrey Goode · 15 years ago
  56. 2d0af6f FS#9728: Battery current measuring on the Video iPod by Torne Wuff · 15 years ago
  57. 9d84268 Comment out LOGF_ENABLE defines everywhere, replace evil comments by Jeffrey Goode · 15 years ago
  58. bb9808b root_menu() can't return, tell gcc about it by Rafaël Carré · 15 years ago
  59. 0099771 brickmania: fix scrollwheel use by Rafaël Carré · 15 years ago
  60. f76b2f2 Initial recording screen skin support (usable in .sbs skins only for now) by Jonathan Gordon · 15 years ago
  61. 24c1c75 Add touchscreen WPS actions for volume up/down (using a button rather than the slider). by Rob Purchase · 15 years ago
  62. 8f04d5a Playback.c: Eliminate repetitive watermark calculation when the buffer is idle. Also fix evil comment by Jeffrey Goode · 15 years ago
  63. 5822259 Tweak logf statements by Jeffrey Goode · 15 years ago
  64. 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
  65. e28bfd1 Rework how feature skin tags work (%cc currently) when used conditionally (i.e. to detect a feature). by Thomas Martitz · 15 years ago
  66. 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
  67. 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
  68. e702e5d revert that last checkin... something better is coming by Jonathan Gordon · 15 years ago
  69. 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
  70. e8eefe9 Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to leftover samples by Jeffrey Goode · 15 years ago
  71. 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
  72. 30faf03 Show insert_last_shuffled item and queue_last_shuffled item when playlist file is selected. by Teruaki Kawashima · 15 years ago
  73. 4f0e3ec Fix red - statusbar_position() is a macro. by Thomas Martitz · 15 years ago
  74. 6db726c Remove a wps function call from skin engine, hopefully the last one. by Thomas Martitz · 15 years ago
  75. dd33bdf Cleanup includes a bit. by Thomas Martitz · 15 years ago
  76. 132256d YELLOW ZOMBIES! by Jonathan Gordon · 15 years ago
  77. ea094b1 haloween night is when red monsters are vanquished right? or is that green monsters? by Jonathan Gordon · 15 years ago
  78. 235d1ae Fix FS#10745 - %mv not working in sbs... by Jonathan Gordon · 15 years ago
  79. 2dbdfac FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde by Johannes Schwarz · 15 years ago
  80. 5cbf4a5 Fix yellow, again by Jeffrey Goode · 15 years ago
  81. 03c5cb6 Fix yellow, defines by Jeffrey Goode · 15 years ago
  82. 9a4420b FS#10739: playback.c code split by Jeffrey Goode · 15 years ago
  83. 28aef1f Consolidate code duplication in WPS volume changing handling. by Thomas Martitz · 15 years ago
  84. 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
  85. a404e9a Fix time display in time menu when time is not valid. by Teruaki Kawashima · 15 years ago
  86. 0fb781e Update Japanese translation. by Teruaki Kawashima · 15 years ago
  87. 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
  88. ff7931e Implement dbg_save_roms for TCC780x. by Rob Purchase · 15 years ago
  89. fecac64 Only expose pcmbuf_beep on SWCODEC targets (aka fix red). by Maurus Cuelenaere · 15 years ago
  90. 5ca112b Lua: return nil when function failed instead of returning nothing by Maurus Cuelenaere · 15 years ago
  91. 8fb2588 Expose pcmbuf_beep() to plugins (based on FS#10608 by Christophe Gragnic) by Maurus Cuelenaere · 15 years ago
  92. b1a7511 Also expose functions having (s)size_t or off_t as argument/return type to Lua. by Maurus Cuelenaere · 15 years ago
  93. 67f6164 Const correctness by Nils Wallménius · 15 years ago
  94. 3fa2e88 Fix FS#10734 - scoring in boomshine.lua is broken (r23391) by Robert Kukla · 15 years ago
  95. 8d376d0 Boomshine plugin : make speed and ball sizes adapt to the target screen size to get a constant gameplay by Kevin Ferrare · 15 years ago
  96. 19c3e77 Boomshine plugin : port to Greyscale and B/W targets, and targets without touchscreen (currently using the virtual keyboard keymap) by Kevin Ferrare · 15 years ago
  97. c8f9f9c Boomshine plugin : Better messages at the end of the game (fixes the nblevel+1 being displayed) by Kevin Ferrare · 15 years ago
  98. 0aa035d * code police on a macro which has no reason for being by Jonathan Gordon · 15 years ago
  99. c4079e0 Fixed the Boomshine plugin not to crash when there are no more levels to play by Kevin Ferrare · 15 years ago
  100. db8d79d Remove unused #define and correct comment. by Maurus Cuelenaere · 15 years ago