1. 5565a28 Remove some redundant #include's by Bertrik Sikken · 14 years ago
  2. 3ecef7d Theme Editor: Implemented subline rendering, including conditional subline times by Robert Bieber · 14 years ago
  3. f641fc6 as3525v2-usb: fix yellow by Amaury Pouly · 14 years ago
  4. 23cf76c mutex_lock/unlock must be moved up a level to make the verify code in sd-as3525.c safe by Tobias Diedrich · 14 years ago
  5. cdf27ae usb-drv-as3525v2.c: fix compilation (typo) by Rafaël Carré · 14 years ago
  6. 8ac77fe as3525v2-usb: fix bug in ep listing macro, rewrite EP0 handling using a state by Amaury Pouly · 14 years ago
  7. 8056313 Fuze: USB HID keymap copy/pasted from e200 by Rafaël Carré · 14 years ago
  8. 7c716d6 Clean up a leftover preprocessor symbol and improve the workaround for the 'arm-elf and static functions in iram' quirk so it doesn't affect builds with eabi toolchain (only affects nano2g). by Nils Wallménius · 14 years ago
  9. 5af120f some improvements for simple viewer. by Teruaki Kawashima · 14 years ago
  10. 470226d text viewer: some members of preferences change to bool. And simplify menu setting functions. by Yoshihisa Uchida · 14 years ago
  11. 25f44c2 text viewer: move and delete #include. by Yoshihisa Uchida · 14 years ago
  12. 07d0372 text_viewer: callback functions are changed to the function that returns int value. by Yoshihisa Uchida · 14 years ago
  13. 7195f3a r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't also updated to be compatible with the changes. Fix that. by Michael Sevakis · 14 years ago
  14. d164678 Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems. by Michael Sevakis · 14 years ago
  15. 3313ab8 Theme Editor: Implemented conditional rendering, most conditionals should work correctly now by Robert Bieber · 14 years ago
  16. 449a895 Theme Editor: Beginning to work on conditional rendering, just made fix to line following code to speed up horizontal scrolling by Robert Bieber · 14 years ago
  17. aa13a53 Theme Editor: Rearranged and separated tag execution and rendering code by Robert Bieber · 14 years ago
  18. 942e427 Simplify the 'blind' macro and imrove spacing where it's used by Alexander Levin · 14 years ago
  19. cf6554d text viewer: tv_window doesn't depend on the layout of the text viewer. by Yoshihisa Uchida · 14 years ago
  20. 31cf6d5 Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for weird Linux behaviour (don't have Windows to test with), we don't need to set up USB_PHY_EPx_INFO (OF doesn't bother either). by Tobias Diedrich · 14 years ago
  21. df238bc Remove unneeded libmad files from build. by Andree Buschmann · 14 years ago
  22. 9082715 Part of FS#11367 by me: e200v2 enable line out by Michael Chicoine · 14 years ago
  23. 48b3de0 as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, first try at implementing disconnection by Amaury Pouly · 14 years ago
  24. c6ced1c Comment further unused code in libmad. by Andree Buschmann · 14 years ago
  25. 4c026f0 Comment unused code in libmad. Clean up initialization and memset'ing of decoder arrays. by Andree Buschmann · 14 years ago
  26. 9e86287 Sansa clip+: prevent an unnecessary OF database refresh when using the wake-up alarm with a uSD card inserted (probably works for other AMSv2 targets too) by Bertrik Sikken · 14 years ago
  27. 99517d6 Fix inline asm argument. Shouldn't have much impact in practice but might save a load if gcc is clever. by Nils Wallménius · 14 years ago
  28. 1a3b93c FS#10925 by myself: add touchscreen support for virtual keyboard. by Teruaki Kawashima · 14 years ago
  29. 668914b fix yellow. by Yoshihisa Uchida · 14 years ago
  30. b5a2685 text viewer: display functions more changes. by Yoshihisa Uchida · 14 years ago
  31. 96233f9 Refacture libmad's synthesis filter via macro usage. Comment unused special synthesis filter for half bandwidth. by Andree Buschmann · 14 years ago
  32. 1ed3aba text viewer: simplify display functions. by Yoshihisa Uchida · 14 years ago
  33. 4b18976 udelay between command and data write seems to get rid of the display glitches on C200v2 by Tobias Diedrich · 14 years ago
  34. 04f9aa8 Include usb-target.h for usb_remove_int(). by Tobias Diedrich · 14 years ago
  35. d538db0 Add one second timeout for USB enumeration, so we don't get stuck in USB mode if it's just a charger. by Tobias Diedrich · 14 years ago
  36. eefe273 DBOP noise on C200v2 goes away if we precharge long enough. by Tobias Diedrich · 14 years ago
  37. ac40959 Swap ccache and by Tobias Diedrich · 14 years ago
  38. 7db309c Move two remaining lines to the Text layer by Frank Gevaerts · 14 years ago
  39. 51671e4 Give the lrcplayer manual entry a good seeing to. by Alex Parker · 14 years ago
  40. a30c5a0 Correct spelling in the lrcviewer plugin. UK English please! by Alex Parker · 14 years ago
  41. c72d1a6 fix red. by Yoshihisa Uchida · 14 years ago
  42. 17383c2 text viewer: some modify text viewer's layout and preferences. by Yoshihisa Uchida · 14 years ago
  43. e0bb92f Should clear up rest of red. Add a required #define in the config for c200. Fix up some preprocessing directives. Hope it's all taken care of now. by Michael Sevakis · 14 years ago
  44. c3eca57 Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified as different than 44. by Michael Sevakis · 14 years ago
  45. b15a523 e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below are being a bear as far as minor crackling at higher amplitude-- leave them out for the time being since no solution is currently evident. 48, 44, 32 (rec rates 24, 22, 16) seem perfectly fine. I'm betting c200 is ok to include because it uses the same setup as e200. by Michael Sevakis · 14 years ago
  46. ac622c6 text viewer: reworks screen access logics and some bugs fix. by Yoshihisa Uchida · 14 years ago
  47. be70fd8 Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library) by Robert Bieber · 14 years ago
  48. 5300c70 Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration by Robert Bieber · 14 years ago
  49. c32728c Theme Editor: Began integrating device configuration panel with renderer by Robert Bieber · 14 years ago
  50. d93164d Manual SVGs: move one line that still was on the wrong layer to its correct place in the e200 drawing. Let all colour targets show a black background behind the logo as they do during boot in reality. by Marianne Arnold · 14 years ago
  51. 3dcf678 Target SVGs: Put arrows that explain scrollwheel movement onto the 'Text' layer if it hadn't been done previosly. by Marianne Arnold · 14 years ago
  52. a07b471 Add 'Text' layer for labels in the following SVGs: Iaudio M3 and M5, Cowon D2, M:Robe 500 and Sansa Clip. Also set svn:mime-type to 'image/svg+xml' for all SVGs. by Marianne Arnold · 14 years ago
  53. a6ef571 Renamed button description layer to 'Text'. by Björn Stenberg · 14 years ago
  54. d9ae567 lcd-m6sp.c: remove \r by Rafaël Carré · 14 years ago
  55. 3359587 Theme Editor: Added a reset zoom button, made icons for all the zoom buttons by Robert Bieber · 14 years ago
  56. 0db8bc4 Theme Editor: Made the device configuration menu dockable by Robert Bieber · 14 years ago
  57. db50e49 Update the manual according to the changes in r26587 (PLA_EXIT and PLA_CANCEL on Iaudio M5 and X5) - forgotten back then. by Marianne Arnold · 14 years ago
  58. 273b9d6 Theme Editor: Fixed some compiler warnings and a segfault. Got some basic text rendering working (only with plaintext elements, no font support yet) as well as Viewport background color support by Robert Bieber · 14 years ago
  59. 691d049 fix typo in comment. by Szymon Dziok · 14 years ago
  60. 627e8fb Philips HDD6330: correct the number of memmory. by Szymon Dziok · 14 years ago
  61. 4bb6d43 Build cowond2 with gcc-eabi by Rafaël Carré · 14 years ago
  62. 8f8ac0e Theme Editor: Added (I think) all of the tags to the device configuration window by Robert Bieber · 14 years ago
  63. 273a2b8 Build PB Vibe 500 with EABI. by Szymon Dziok · 14 years ago
  64. 033634f Simulator: explicitely link with libdl and libm by Rafaël Carré · 14 years ago
  65. 83d6ceb synaptics: add a small delay in syn_get_data() for PB Vibe. Touchpad doesn't work when build with EABI without it. by Szymon Dziok · 14 years ago
  66. 966052b Theme Editor: Removed dependency on lingering file from devicestate.cpp, fixed formatting in device state panel, working on tag list for device panel by Robert Bieber · 14 years ago
  67. c9bbff5 Add transfer timeout, remove unused buf field by Tobias Diedrich · 14 years ago
  68. a035ed4 Fix sd-as3525.c build for non-multidrive targets by Tobias Diedrich · 14 years ago
  69. 90602ae Fix the pesky write corruption bug in 4bit mode. by Tobias Diedrich · 14 years ago
  70. 481bcf2 Theme Editor: Renderer now allows multiple viewports to share an identifier by Robert Bieber · 14 years ago
  71. d7ee0fe Housekeeping. Comment musepack code seqments unused in rockbox. by Andree Buschmann · 14 years ago
  72. 9079cdd Theme Editor: Added settingsChanged() signal to DeviceState class by Robert Bieber · 14 years ago
  73. 4146882 dont build the debug code in ROCKBOX, save ~400bytes by Jonathan Gordon · 14 years ago
  74. 5da84ec I somehow messed up the previous commit, undo the unrelated changes. by Maurus Cuelenaere · 14 years ago
  75. 3f48385 Fix touchscreen scrollbar behaviour when it's on the right. by Maurus Cuelenaere · 14 years ago
  76. 7e37fa9 text_viewer: rename preference values. by Yoshihisa Uchida · 14 years ago
  77. 936e673 Moved libskin_parser to lib. Added it to link line. by Björn Stenberg · 14 years ago
  78. faa9448 add Martin Sägmüller to CREDITS by Rafaël Carré · 14 years ago
  79. c285138 Gigabeat S: Use statically initialized channel descriptors. Also, there's no need for them to be in non-cached memory since they're only used on the AP side. by Michael Sevakis · 14 years ago
  80. 1ae6ee2 Theme Editor: Fixed some resource alias issues, implemented device configuration panel that loads options from a text file by Robert Bieber · 14 years ago
  81. 103eabd Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each volume setting gets 7.5dB louder (if you listened before at 0dB, you would have to set it to about -7.5dB to get the same volume). As a result, the new 0dB actually is pretty close to max line level for a full scale voltage, so positive dB may clip, whereas before they did not because the scale was off. Thanks to dfkt and Tim Graf for help figuring this out. by Michael Giacomelli · 14 years ago
  82. 0864fde Plasma.tex button table: add the conditional third column for targets with HAVEREMOTEKEYMAP defined to all rows (fixes wrong placement and adds info). Make the button table more readable while at it. by Marianne Arnold · 14 years ago
  83. 0ff522d as3525v2-usb: beginning of a real driver. Setup packet and control transfers work. There is still a problem with the set address request. Still much work to be done. by Amaury Pouly · 14 years ago
  84. 237d966 as3525v2-usb: define number of enpoints correctly, write interrupt handler by Amaury Pouly · 14 years ago
  85. 58ad1e7 Theme Editor: Began working on device status dialog by Robert Bieber · 14 years ago
  86. 6d61566 Theme Editor: Added dummy font class and implemented font load tag by Robert Bieber · 14 years ago
  87. 168eba1 Detect when building for 64bit Linux and adjust tarball name. by Dominik Riebeling · 14 years ago
  88. deab1bb Theme Editor: Added rendering support for some more tags by Robert Bieber · 14 years ago
  89. 8f28c04 Build doom on clipv2 and clip+ by Rafaël Carré · 14 years ago
  90. e39f409 Do not use fancy apostrophes in the verbatim code by Alexander Levin · 14 years ago
  91. 9424239 Clip+ manual: use clip screenshots by Rafaël Carré · 14 years ago
  92. 139a421 fuze: make sure down exits the FM screen, and nothing else by Rafaël Carré · 14 years ago
  93. 59fd2b2 FS#11399 by me: fix r26998 for text_viewer by Rafaël Carré · 14 years ago
  94. cf9bba7 sd-as3525.c: get rid of MCI_ARG by Rafaël Carré · 14 years ago
  95. b4ce43f sd-as3525.c: disable wide bus, it corrupts writes by Rafaël Carré · 14 years ago
  96. 7edf65d Theme Editor: Removed some lingering debug code by Robert Bieber · 14 years ago
  97. 66a13be Theme Editor: Implemented %xd tag with subimages by Robert Bieber · 14 years ago
  98. f4fd16c Theme Editor: Fixed image display relative to viewport by Robert Bieber · 14 years ago
  99. d302705 Theme Editor: Working on image rendering by Robert Bieber · 14 years ago
  100. a937b8b as3525*: initialize cpu_frequency correctly by Rafaël Carré · 14 years ago