1. 623cbd6 imx233/fuze+: implement pcm out and audio codec, update SOURCES by Amaury Pouly · 13 years ago
  2. 390edd5 imx233/fuze+: add prototype for rtc block (only for register defines for now) by Amaury Pouly · 13 years ago
  3. 7b70e5a imx233/fuze+: implement audioout functions (init, volume, frequency); add stubs for audioin by Amaury Pouly · 13 years ago
  4. 96f0464 imx233/fuze+: implement hw info debug screen to show dma channels state by Amaury Pouly · 13 years ago
  5. 43673e9 imx233/fuze+: fix codec prototype header by Amaury Pouly · 13 years ago
  6. b0a20db imx233/fuze+: allow dma info retrieval; wait for end of channel reset before returning; fix typo by Amaury Pouly · 13 years ago
  7. e428717 imx233/fuze+: add volume handling to sound.c by Amaury Pouly · 13 years ago
  8. d0e8c35 imx233/fuze+: move to a more generic xtal derived clock enabling function, fix timrot accordingly by Amaury Pouly · 13 years ago
  9. 0b3347e imx233/fuze+: fix typo and add dac dma/error interrupts by Amaury Pouly · 13 years ago
  10. 359826a fuze+: fix bootloader not set backlight brightness by Amaury Pouly · 13 years ago
  11. ed2386c imx233/fuze+: move audio driver to the canonical location by Amaury Pouly · 13 years ago
  12. e46f40e Fix manual build, forgot to add new files. by Thomas Martitz · 13 years ago
  13. 5bdfa32 Submit FS#11805: Add setting 'Start File Browser Here' to manual. by Andree Buschmann · 13 years ago
  14. 02395cf Reflect the time & date settings move in the manual. by Thomas Martitz · 13 years ago
  15. ed99b6e Fix FS#12337. Skin viewports' line height was initialized with the UI font height. by Thomas Martitz · 13 years ago
  16. 0ab2c1b In search(): eliminate an unnecessary test. by Fred Bauer · 13 years ago
  17. 03a8325 Simplify seconds_to_min(), and don't safeguard used parameter. by Jens Arnold · 13 years ago
  18. a453bee Remake the sleep timer menu item, so that selecting it while the timer is running by Thomas Martitz · 13 years ago
  19. e347146 Sleep timer options: persistent duration and start on boot. by Thomas Martitz · 13 years ago
  20. e44af44 Move Time & Date menu from System to settings. by Thomas Martitz · 13 years ago
  21. a13e964 - Fix some reds by implementing lcd_get_dpi(). by Thomas Martitz · 13 years ago
  22. 55f078f Fix checkwps reds and non-touchscreen warnings. by Thomas Martitz · 13 years ago
  23. 3b12634 Commit FS#12321 - Touchscreen: List line padding, to more easily select lines by Thomas Martitz · 13 years ago
  24. 859cd4b Expunge a commented #include that found its way in in r30771. by Michael Sevakis · 13 years ago
  25. feddfdb Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcodec/pcm drivers and move it to the target's wmcodec/i2s files. by Michael Sevakis · 13 years ago
  26. 2a478c8 Split long fmt string which caused a yellow by Fred Bauer · 13 years ago
  27. 8c90172 Faster cached font loading. FS#12333 by Fred Bauer · 13 years ago
  28. afc42ff Update UI simulator buttonmap for Sansa Fuze by Fred Bauer · 13 years ago
  29. 1e1b79c Credit Andrew Ryabinin for hifiman-hm60x port by Marcin Bukat · 13 years ago
  30. 3949519 fix yellow by Marcin Bukat · 13 years ago
  31. 32f763c Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) modification by me. This also splits rk27xx lcd driver into lcdif-rk27xx and lcd controller specific part. Some modifications to the pcm driver have been made to allow using codecs in slave mode (as TDA1543 used in hifiman is slave only i2s codec). by Marcin Bukat · 13 years ago
  32. f0311d3 Update convbdf.c for previous change by Fred Bauer · 13 years ago
  33. cd0102b font_cache.c: Optimize and simplify cache search. ~25% font rendering boost by Fred Bauer · 13 years ago
  34. 4f3e1d6 Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt by Thomas Martitz · 13 years ago
  35. 899865a Fix Yellow: missing proto by Fred Bauer · 13 years ago
  36. 1009741 FS:12299 Font glyph cache is no longer saved. Each font will now have its own glyph cache file with the extension '.gc' Includes a temporary fix that delays saving the file to prevent the creation of multiple gc files with same name. Mostly JD Gordon's code. by Fred Bauer · 13 years ago
  37. 50ac7ca Fix warnings by Bertrik Sikken · 13 years ago
  38. fe67a87 plugins: another round of making local functions static by Bertrik Sikken · 13 years ago
  39. 2176fb3 Missed two spots. by Björn Stenberg · 13 years ago
  40. 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
  41. f301ac0 Revert 30754 because the codecs won't build correctly, anyway. by Fred Bauer · 13 years ago
  42. 2537e46 undef DEBUG in pcm_record.c because it's broken and breaks DEBUG builds by Fred Bauer · 13 years ago
  43. 08979ba Fix yellow by Fred Bauer · 13 years ago
  44. de3e2e7 Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_allocations. Change handle locking to track number of locks applied. Remove some duplicated code from internal_load_font() by Fred Bauer · 13 years ago
  45. 14ae259 Update Dutch langfile by Peter D'Hoye · 13 years ago
  46. ee7de14 Don't make font available via buflib_allocations[] until fully loaded by Fred Bauer · 13 years ago
  47. eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
  48. e4f64da i.MX31 avic: Fix super-stale comment. by Michael Sevakis · 13 years ago
  49. 830531b i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by grabbing the FIQ stack that's just been taking up space. Just get rid of all FIQ setup since it isn't used anyway. by Michael Sevakis · 13 years ago
  50. 0dc7613 rk27xx - add support for i2s in master mode. Based on patch by Andrew Ryabinin by Marcin Bukat · 13 years ago
  51. e8e06f8 rk27xx - fix sys timer clock setup. Spotted by Andrew Ryabinin by Marcin Bukat · 13 years ago
  52. 57304d1 Make a few local functions static by Bertrik Sikken · 13 years ago
  53. 936fd54 Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the OF does. by Bertrik Sikken · 13 years ago
  54. bf056d5 Switch to SYS mode on arm FS#12322 by me by Marcin Bukat · 13 years ago
  55. 9055915 fix red by Rafaël Carré · 13 years ago
  56. b8f0b09 mpegplayer sync_audio_setting(): simplify / clarify by Rafaël Carré · 13 years ago
  57. 0aa12a9 Another fix for audio_get_buffer() on hwcodec by Thomas Martitz. by Jens Arnold · 13 years ago
  58. 889690c Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcodec one. Should make hwcodec bood again. by Thomas Martitz · 13 years ago
  59. aed39db Protect the move operation of buflib against IRQs. by Thomas Martitz · 13 years ago
  60. 227c7af More de-tabification by Bertrik Sikken · 13 years ago
  61. e52600e de-tabify by Nils Wallménius · 13 years ago
  62. 9d9de73 usb: only declare usb_mmc_countdown on target which don't use the usb stack by Amaury Pouly · 13 years ago
  63. eb94b23 imx233/fuze+: declare 3d audio capability, update lang accordingly by Amaury Pouly · 13 years ago
  64. 670da39 Remove errorneous ; after "for" statement. by Thomas Jarosch · 13 years ago
  65. 000c706 libtremor: build with -O2 for cf, gives a slight speedup on high bitrate files (~1%) by Nils Wallménius · 13 years ago
  66. 1b8f81d fix warning in debug code by Nils Wallménius · 13 years ago
  67. e1ea13e libtremor: hack to work around huge allocations for the comment packet in files with embedded album art. Should fix playback of such files on targets with large codec buffers. by Nils Wallménius · 13 years ago
  68. b779fcc Fix exit/return behavior in the id3 info screen.Fixes returning immediately on touchscreen. by Thomas Martitz · 13 years ago
  69. 1195b23 sansa clipplus: add version 01.02.16 to mkamsboot as a firmware that can be patched by Bertrik Sikken · 13 years ago
  70. 2a04202 Fix touchscreen behavior in time&date screen. by Thomas Martitz · 13 years ago
  71. 5783505 Add two macros for char*-based pointer arithmetic and use it in font.c by Thomas Martitz · 13 years ago
  72. 42a33a7 Correct left-over assignment. Also remove unnecessary NULL guard. by Thomas Martitz · 13 years ago
  73. f865066 Re-order things to fix red. by Thomas Martitz · 13 years ago
  74. 0acdc87 lists: Detect dirtyness (need to reinit) for each list, instead of once globally. by Thomas Martitz · 13 years ago
  75. 40529dd Manual: Small English improvement by Alex Parker · 13 years ago
  76. 4478b25 core_alloc: Provide a tiny test allocation, which can be freed for debug purposes. by Thomas Martitz · 13 years ago
  77. 6efb3f0 Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]" by Thomas Martitz · 13 years ago
  78. 8c4941e Changed #warning to a TODO comment. by Björn Stenberg · 13 years ago
  79. 725ed0a Only alloc if necessary. Patch by Jonathan Gordon. by Björn Stenberg · 13 years ago
  80. a604345 Clean up compressor setting code by Jeffrey Goode · 13 years ago
  81. b683874 Do not font_unload() failed fonts when aborting a skin load by Fred Bauer · 13 years ago
  82. 2e58d59 Make function calc_db in peakmeter.c static by Bertrik Sikken · 13 years ago
  83. 9bddc48 Remove unused function display_keylock_text by Bertrik Sikken · 13 years ago
  84. b01d8fa plugins: make local functions static for metronome, rockblox1d, wavview by Bertrik Sikken · 13 years ago
  85. d1e5c74 Rockbox Utility: refresh some more dynamic strings after translation change. by Dominik Riebeling · 13 years ago
  86. b76f197 Silence build warning by Jeffrey Goode · 13 years ago
  87. 19c7494 r30706 was not the right fix - thanks to amiconn for catching the error by Michael Chicoine · 13 years ago
  88. 1f5c5f2 Fix w32 cross-compiled sim showing 0KB for disk size and disk free by Michael Chicoine · 13 years ago
  89. 81ff054 Fix 'make reconf' for iriver H10 5/6GB. Model name contains an underscore. by Jens Arnold · 13 years ago
  90. 6832175 Add missing usb_drv_init(), fixes FS#12303. by Andree Buschmann · 13 years ago
  91. 7e8877e imx233/fuze+: enable plugins by Amaury Pouly · 13 years ago
  92. 96afbb3 Fix file descriptor double close(): by Thomas Jarosch · 13 years ago
  93. 5064485 fuze+°: add mpeg keymap by Amaury Pouly · 13 years ago
  94. 3623a68 fuze+: add midiplay keymap by Amaury Pouly · 13 years ago
  95. 2c64d8f fuze+: add doom and pacbox keymap by Amaury Pouly · 13 years ago
  96. faa6d40 fuze+: add zxbox keymap by Amaury Pouly · 13 years ago
  97. f883a61 fuze+: add goban keymap by Amaury Pouly · 13 years ago
  98. 39e1a3f fuze+: add reverso keymap by Amaury Pouly · 13 years ago
  99. 9e3a223 fuze+: add sudoky keymap by Amaury Pouly · 13 years ago
  100. b8c8384 fuze+: add imageviewer keymap by Amaury Pouly · 13 years ago