1. b91fa04 Implement a --delete option for langtoo for easy deletion of lang phrases by Nils Wallménius · 15 years ago
  2. 3704f1f FS#11353 - Fix all errors in islenska.lang by Hinrik Örn Sigurðsson by Nils Wallménius · 15 years ago
  3. a0ef0ff Make the 8 in 35-Nimbus slightly more balanced by Alexander Levin · 15 years ago
  4. 11078d7 New 35 pixels hight font: 35-Nimbus (FS#11271) by Alexander Levin · 15 years ago
  5. 58d875e pdbox: Fixing yellows. by Wincent Balin · 15 years ago
  6. 66cc643 pdbox: Corrected inclusion of m_fixed.h . by Wincent Balin · 15 years ago
  7. d166d61 pdbox: Added Coldfire multiplication optimization by Buschel. by Wincent Balin · 15 years ago
  8. 2464eae pdbox: Reduced (visible) precision of numbers shown in the GUI. by Wincent Balin · 15 years ago
  9. 97fef6b pdbox: The values on of widgets are reset on start now. by Wincent Balin · 15 years ago
  10. 86b1ecc Update Brazilian Portuguese translation for Rockbox Utility by Dominik Riebeling · 15 years ago
  11. dbfb906 Ensure CPU is defined. by Andree Buschmann · 15 years ago
  12. 43fcc1e test_gfx preprocessing needs to be rearranged a little different so mylcd defaults to core graphics unless greylib is being tested. by Michael Sevakis · 15 years ago
  13. e63e84a Convert some more stuff to mylcd_ and support pgfx as well. by Michael Sevakis · 15 years ago
  14. bc26fe7 Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' code automatically call the proper functions depending if compilation is for greylib or color display, also forms proper call to grey_ and xlcd_. mylcd_ub_ call greylib unbuffered routines, regular lcd routines otherwise. Form is mylcd_<fnname>, <fnname> is the symbol name stripped of prefixes lcd_, grey_, or xlcd_. Convert a couple plugins I know well (easy job). by Michael Sevakis · 15 years ago
  15. e174a8a Theme Editor: Began implementing tabbing by Robert Bieber · 15 years ago
  16. 9616389 Theme Editor: Fixed bugs with menu signals, rearranged UI some more by Robert Bieber · 15 years ago
  17. d5171cc Typo fix by Rafaël Carré by Björn Stenberg · 15 years ago
  18. 06a98b1 SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM either does not modify memory (only loads values), or it modifies things only other ASM blocks deal with and the operand constraints mark them as in/out/both. by Michael Sevakis · 15 years ago
  19. 2e5b1b1 pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods. by Wincent Balin · 15 years ago
  20. 2438d8b bins.pl script: don't hide errors, they might be useful by Rafaël Carré · 15 years ago
  21. bf17fcb Fix voice and manual build scripts even more by Frank Gevaerts · 15 years ago
  22. 211e54c Fix voice and manual build scripts by Frank Gevaerts · 15 years ago
  23. af07a53 Theme Editor: Added missing copyright headers by Robert Bieber · 15 years ago
  24. 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 15 years ago
  25. 5a2d754 Update version by Frank Gevaerts · 15 years ago
  26. 8592924 Half-fix voice and manual build scripts by Frank Gevaerts · 15 years ago
  27. 69dce7c Theme Editor: Mocked up most of the UI, added View menu items for all dockable widgets by Robert Bieber · 15 years ago
  28. 88160b6 Theme Editor: Refactored main window init code, moved parse tree into dock widget by Robert Bieber · 15 years ago
  29. 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 · 15 years ago
  30. 9cc7c5357 Update German translation - with the help of Thomas Martitz, Tobias Diedrich and some inspiration from patches in the tracker. by Marianne Arnold · 15 years ago
  31. da2dd97 pdbox: fix build on ARM with eabi by Rafaël Carré · 15 years ago
  32. a5555c0 copy the images for the skins. by Jonathan Gordon · 15 years ago
  33. bf3e50b sd-as3525v1: do not disable peripheral clocks in sd_enable() by Rafaël Carré · 15 years ago
  34. 30804e5 almost finished... copy fonts, backdrops, icon files, skins. last thing to do is copy the images from inside the skins by Jonathan Gordon · 15 years ago
  35. 6e39dc9 Correct reusing buffers if the backdrop file is already loaded. by Teruaki Kawashima · 15 years ago
  36. d68710e Add a new script to build the themes. WIP and heavily based on wpsbuild.pl by Jonathan Gordon · 15 years ago
  37. f04c742 cabbiev2 128x64x1 wps (iriver remote wps): add more info to the screen by Rafaël Carré · 15 years ago
  38. 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 · 15 years ago
  39. 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 15 years ago
  40. 1dc7f49 Use a different remote font than the main LCD font by Rafaël Carré · 15 years ago
  41. 8be2a90 Fix global proxy getting set too late. by Dominik Riebeling · 15 years ago
  42. 7e53899 FFT plugin: Some speed regulation for too-fast targets. (50FPS) by Michael Sevakis · 15 years ago
  43. 949d546 pdbox: Fixing reds. by Wincent Balin · 15 years ago
  44. 471f506 pdbox: Added compilation on iPod 1G-4G. by Wincent Balin · 15 years ago
  45. d2f848f pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically. by Wincent Balin · 15 years ago
  46. 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 · 15 years ago
  47. cc38700 FFT plugin: Use worker thread only on multiprocessor targets. by Michael Sevakis · 15 years ago
  48. c1ae441 pdbox: Source cleanup. Removed unneeded files. by Wincent Balin · 15 years ago
  49. 5edd8cf pdbox: Syntax cleanup for the cosine table. by Wincent Balin · 15 years ago
  50. 0a4b576 Move constructing the themes info download link to rbutil.ini. by Dominik Riebeling · 15 years ago
  51. b4b5ab0 Fix yellow, remove some untranslated strings from Slovenscina by Alex Parker · 15 years ago
  52. e5a3ec2 Changed build subdirectory by Robert Bieber · 15 years ago
  53. 87174d8 Restore people accidently removed from credits in r26487 by Alex Parker · 15 years ago
  54. ef57475 pdbox: add fuze keymap by Rafaël Carré · 15 years ago
  55. b467fb9 Update Slovenian (Slovenscina) translation by Alex Parker · 15 years ago
  56. b7dfc5e Update Chinese (Simple) translation by Alex Parker · 15 years ago
  57. 6f2bfd9 Update Spanish by Alex Parker · 15 years ago
  58. a348605 Fix PP5002 builds. Somehow an #else went missing along the line. by Michael Sevakis · 15 years ago
  59. 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 · 15 years ago
  60. 6ebe76c tta codec: optimize for arm target. pp502x: ~1% speed up. by Yoshihisa Uchida · 15 years ago
  61. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
  62. 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 15 years ago
  63. ff2d224 FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectrogram loop. by Michael Sevakis · 15 years ago
  64. 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 · 15 years ago
  65. bbe6c5a we need to escape more chars now, so fix that. test skins with this update parse correctly with the themeditor :) by Jonathan Gordon · 15 years ago
  66. 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 15 years ago
  67. 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 15 years ago
  68. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
  69. e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 15 years ago
  70. 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 15 years ago
  71. f16adb0 Theme Editor: Fixed code generation with escaped characters by Robert Bieber · 15 years ago
  72. 9381b49 Correct the iaudio-remote button names which were added in r26377 to make the M3 manual build again. by Marianne Arnold · 15 years ago
  73. 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 · 15 years ago
  74. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
  75. 0dfd418 revert an accidental commit in r26078 by Jonathan Gordon · 15 years ago
  76. 36f3a8d Added myself and Pure Data team to credits. by Wincent Balin · 15 years ago
  77. 921d10f pdbox: Updated CPU boosting API by Wincent Balin · 15 years ago
  78. 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 · 15 years ago
  79. f52c9aa pdbox: Code cleanup, optimizations. by Wincent Balin · 15 years ago
  80. 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 15 years ago
  81. 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 15 years ago
  82. 253cfbc Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very difficult to hit in this case though... by Tobias Diedrich · 15 years ago
  83. 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 15 years ago
  84. 27d529e mkamsboot / nrv2e_d8.S thubm decompressor : comment the use of mov pc, lr by Rafaël Carré · 15 years ago
  85. 0a054b2 Committing FS#11345 by JdGordon. Theme editor parser now includes full tag information in the skin_element struct by Robert Bieber · 15 years ago
  86. 2267bd3 Perform radio_start, radio_pause, radio_stop in simulator. by Michael Chicoine · 15 years ago
  87. df34a47 as3525 ascodec: make internal functions statics and remove some details for ascodec-target.h header by Rafaël Carré · 15 years ago
  88. dc32a5b as3525 PCM: implement locking like done for the gigabeats in r26341 by Rafaël Carré · 15 years ago
  89. 9b935b2 fft: use long home button to exit on fuze by Rafaël Carré · 15 years ago
  90. d1659d6 Theme Editor: Made Viewport the top level parse tree element, along with a bugfix to the tag parsing function by Robert Bieber · 15 years ago
  91. acb524e sd-as3525v1: set up bank selection data outside of the loop by Rafaël Carré · 15 years ago
  92. c225b17 pdbox: Removed unnecessary code from the main include file. Reduced neede memory to 2 MB. by Wincent Balin · 15 years ago
  93. 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 · 15 years ago
  94. dc496d6 Updated italian translation. by Alessio Lenzi · 15 years ago
  95. 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 · 15 years ago
  96. 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 · 15 years ago
  97. 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 · 15 years ago
  98. 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 · 15 years ago
  99. c5e14b5 Theme Editor: Added extern C declarations to header files by Robert Bieber · 15 years ago
  100. 0ea7905 ARM: use BX when branch to an address in register by Rafaël Carré · 15 years ago