1. bf17fcb Fix voice and manual build scripts even more by Frank Gevaerts · 14 years ago
  2. 211e54c Fix voice and manual build scripts by Frank Gevaerts · 14 years ago
  3. af07a53 Theme Editor: Added missing copyright headers by Robert Bieber · 14 years ago
  4. 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 14 years ago
  5. 5a2d754 Update version by Frank Gevaerts · 14 years ago
  6. 8592924 Half-fix voice and manual build scripts by Frank Gevaerts · 14 years ago
  7. 69dce7c Theme Editor: Mocked up most of the UI, added View menu items for all dockable widgets by Robert Bieber · 14 years ago
  8. 88160b6 Theme Editor: Refactored main window init code, moved parse tree into dock widget by Robert Bieber · 14 years ago
  9. 3f44f1c Using void instead of unsigned char fixes the strict-aliasing warnings with -Os and gets rid of some casts. And we already use void pointer arithmetic in several other places. by Tobias Diedrich · 14 years ago
  10. 9cc7c5357 Update German translation - with the help of Thomas Martitz, Tobias Diedrich and some inspiration from patches in the tracker. by Marianne Arnold · 14 years ago
  11. da2dd97 pdbox: fix build on ARM with eabi by Rafaël Carré · 14 years ago
  12. a5555c0 copy the images for the skins. by Jonathan Gordon · 14 years ago
  13. bf3e50b sd-as3525v1: do not disable peripheral clocks in sd_enable() by Rafaël Carré · 14 years ago
  14. 30804e5 almost finished... copy fonts, backdrops, icon files, skins. last thing to do is copy the images from inside the skins by Jonathan Gordon · 14 years ago
  15. 6e39dc9 Correct reusing buffers if the backdrop file is already loaded. by Teruaki Kawashima · 14 years ago
  16. d68710e Add a new script to build the themes. WIP and heavily based on wpsbuild.pl by Jonathan Gordon · 14 years ago
  17. f04c742 cabbiev2 128x64x1 wps (iriver remote wps): add more info to the screen by Rafaël Carré · 14 years ago
  18. e0af34c More FFT fun: No point in computing and combining the 2nd FFT if it's just being made null. Use the regular complex FFT (called by fftr anyway) and save ram and computation for a given number of bins. by Michael Sevakis · 14 years ago
  19. 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 14 years ago
  20. 1dc7f49 Use a different remote font than the main LCD font by Rafaël Carré · 14 years ago
  21. 8be2a90 Fix global proxy getting set too late. by Dominik Riebeling · 14 years ago
  22. 7e53899 FFT plugin: Some speed regulation for too-fast targets. (50FPS) by Michael Sevakis · 14 years ago
  23. 949d546 pdbox: Fixing reds. by Wincent Balin · 14 years ago
  24. 471f506 pdbox: Added compilation on iPod 1G-4G. by Wincent Balin · 14 years ago
  25. d2f848f pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically. by Wincent Balin · 14 years ago
  26. e208b74 FFT plugin: give everything in the main file a nice 'static'-ing. Saves approx. 1-3K size depending upon the target and so should speed it up a bit. by Michael Sevakis · 14 years ago
  27. cc38700 FFT plugin: Use worker thread only on multiprocessor targets. by Michael Sevakis · 14 years ago
  28. c1ae441 pdbox: Source cleanup. Removed unneeded files. by Wincent Balin · 14 years ago
  29. 5edd8cf pdbox: Syntax cleanup for the cosine table. by Wincent Balin · 14 years ago
  30. 0a4b576 Move constructing the themes info download link to rbutil.ini. by Dominik Riebeling · 14 years ago
  31. b4b5ab0 Fix yellow, remove some untranslated strings from Slovenscina by Alex Parker · 14 years ago
  32. e5a3ec2 Changed build subdirectory by Robert Bieber · 14 years ago
  33. 87174d8 Restore people accidently removed from credits in r26487 by Alex Parker · 14 years ago
  34. ef57475 pdbox: add fuze keymap by Rafaël Carré · 14 years ago
  35. b467fb9 Update Slovenian (Slovenscina) translation by Alex Parker · 14 years ago
  36. b7dfc5e Update Chinese (Simple) translation by Alex Parker · 14 years ago
  37. 6f2bfd9 Update Spanish by Alex Parker · 14 years ago
  38. a348605 Fix PP5002 builds. Somehow an #else went missing along the line. by Michael Sevakis · 14 years ago
  39. 555ad67 Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support. by Michael Sevakis · 14 years ago
  40. 6ebe76c tta codec: optimize for arm target. pp502x: ~1% speed up. by Yoshihisa Uchida · 14 years ago
  41. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 14 years ago
  42. 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 14 years ago
  43. ff2d224 FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectrogram loop. by Michael Sevakis · 14 years ago
  44. 30e2f42 FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_fft_scalar because 16-bit integers are generally a poor choice for computation on-target. Simplify display code to speed it up. Add logarithmic frequency display (need keymappings, guessed on some). On dual-core, perform FFT on COP. Add some support function to fixedpoint.c. ... and stuff. by Michael Sevakis · 14 years ago
  45. bbe6c5a we need to escape more chars now, so fix that. test skins with this update parse correctly with the themeditor :) by Jonathan Gordon · 14 years ago
  46. 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 14 years ago
  47. 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 14 years ago
  48. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 14 years ago
  49. e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 14 years ago
  50. 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 14 years ago
  51. f16adb0 Theme Editor: Fixed code generation with escaped characters by Robert Bieber · 14 years ago
  52. 9381b49 Correct the iaudio-remote button names which were added in r26377 to make the M3 manual build again. by Marianne Arnold · 14 years ago
  53. 999990c Theme Editor: Fixed a small bug with asterisk handling in tag parameter argument codes and fixed bugs with handling escaped characters by Robert Bieber · 14 years ago
  54. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 14 years ago
  55. 0dfd418 revert an accidental commit in r26078 by Jonathan Gordon · 14 years ago
  56. 36f3a8d Added myself and Pure Data team to credits. by Wincent Balin · 14 years ago
  57. 921d10f pdbox: Updated CPU boosting API by Wincent Balin · 14 years ago
  58. a9848ce Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box by Robert Bieber · 14 years ago
  59. f52c9aa pdbox: Code cleanup, optimizations. by Wincent Balin · 14 years ago
  60. 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 14 years ago
  61. 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 14 years ago
  62. 253cfbc Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very difficult to hit in this case though... by Tobias Diedrich · 14 years ago
  63. 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 14 years ago
  64. 27d529e mkamsboot / nrv2e_d8.S thubm decompressor : comment the use of mov pc, lr by Rafaël Carré · 14 years ago
  65. 0a054b2 Committing FS#11345 by JdGordon. Theme editor parser now includes full tag information in the skin_element struct by Robert Bieber · 14 years ago
  66. 2267bd3 Perform radio_start, radio_pause, radio_stop in simulator. by Michael Chicoine · 14 years ago
  67. df34a47 as3525 ascodec: make internal functions statics and remove some details for ascodec-target.h header by Rafaël Carré · 14 years ago
  68. dc32a5b as3525 PCM: implement locking like done for the gigabeats in r26341 by Rafaël Carré · 14 years ago
  69. 9b935b2 fft: use long home button to exit on fuze by Rafaël Carré · 14 years ago
  70. d1659d6 Theme Editor: Made Viewport the top level parse tree element, along with a bugfix to the tag parsing function by Robert Bieber · 14 years ago
  71. acb524e sd-as3525v1: set up bank selection data outside of the loop by Rafaël Carré · 14 years ago
  72. c225b17 pdbox: Removed unnecessary code from the main include file. Reduced neede memory to 2 MB. by Wincent Balin · 14 years ago
  73. a266ff1 pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit files only); small I/O-related workaround in g_array.c by Wincent Balin · 14 years ago
  74. dc496d6 Updated italian translation. by Alessio Lenzi · 14 years ago
  75. 550ca64 test_codec: close the log file before attempting to open a new one, and clear the button queue before displaying the menu a second time. by Rob Purchase · 14 years ago
  76. a6c1b54 Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, and a small increase in battery life. by Rob Purchase · 14 years ago
  77. 64adb32 Port the greylib blitting optimisation to m:robe 100. It's even more efficient on monochrome LCDs - about 20% ISR speedup. by Jens Arnold · 14 years ago
  78. 85fd2d8 Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ARM version but using mulu.l for the bit shuffling. ISR speedup is ~10%. by Jens Arnold · 14 years ago
  79. c5e14b5 Theme Editor: Added extern C declarations to header files by Robert Bieber · 14 years ago
  80. 0ea7905 ARM: use BX when branch to an address in register by Rafaël Carré · 14 years ago
  81. 74cee62 rolo: use BX for ARM branches by Rafaël Carré · 14 years ago
  82. 09cc3e6 battery_bench: comment the battery_bench.txt header with '#' by Rafaël Carré · 14 years ago
  83. 22b12ca draw markers on the FM frequency bar for presets (like cuesheet markers in the WPS). by Jonathan Gordon · 14 years ago
  84. 5b4a9b5 Add a tool to compare the binsizes of plugins and codecs of 2 build dirs by Rafaël Carré · 14 years ago
  85. e04a71f Only build firmware_flash plugin on archos by Rafaël Carré · 14 years ago
  86. cdc4245 Use version.sh in manual builds by Rafaël Carré · 14 years ago
  87. 7a1aca4 Smaller & faster grey blitting on greyscale ipods, based on an idea by Mike Sevakis. ISR speedup on all greyscale iPods except Mini 2nd Gen is ~10%. No speedup on the latter, because the serial transfer is the limiting factor. by Jens Arnold · 14 years ago
  88. 8390577 Update Czech language by Michael Chicoine · 14 years ago
  89. 7946d03 Catalan language update by Michael Chicoine · 14 years ago
  90. a5248a2 Update Samsung YP-S3 bootloader demo by Bertrik Sikken · 14 years ago
  91. 211bc74 french translation update by Rafaël Carré · 14 years ago
  92. 2d4aba5 Fix LANG_TAGNAVI_UNTAGGED source string by Rafaël Carré · 14 years ago
  93. 8b5bf04 Fix FS#9193. Remove recording source <Mic> for iPod Video and iPod nano 1G. The manual already describes the correct behaviour. by Andree Buschmann · 14 years ago
  94. f0e1cf0 Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 dB (e.g. used for Cowon D2). Below -57 dB the line out is affected. The manual is updated accordingly. by Andree Buschmann · 14 years ago
  95. 17889d4 inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits by Rafaël Carré · 14 years ago
  96. c0f9aa4 inttypes.h: add (some) iso c99 fprintf format specifiers by Rafaël Carré · 14 years ago
  97. 9296150 fix red. no replaygain on hwcodec by Jonathan Gordon · 14 years ago
  98. 1593b05 Accept FS#11313 by Chris Savery. Add composer to the track info screen and some general cleen up. by Jonathan Gordon · 14 years ago
  99. 68f4d91 add support for the possible viewport colour tags (%Vf and %Vb). use -c to disable them by Jonathan Gordon · 14 years ago
  100. e5ab34b Slovak language update by Bertrik Sikken · 14 years ago