1. 0af8860 Theme Editor: Enabled persistent window and panel locations by Robert Bieber · 15 years ago
  2. e7f38da More untranslated strings in Dutch langfile. Note to self: next time update to head before running genlang. by Peter D'Hoye · 15 years ago
  3. 4c91d64 Fix some untranslated strings in the Dutch langfile by Peter D'Hoye · 15 years ago
  4. c4f8852 Port greylib blitting optimisation to clipv2 and Clip+. Actual speedup can't be measured because something is fishy with the cpu clocking (calculated load is negative??) by Jens Arnold · 15 years ago
  5. fab86a6 rbutil: add mpio hd200 as disabled target (all untested) by Dominik Wenger · 15 years ago
  6. 0133a4f pdbox: Reverted premature commit of Coldfire optimization. by Wincent Balin · 15 years ago
  7. 3e1847c Revert a small part of r26555 to fix yellow, these strings are unused and will be deleted in a larger lang cleanup patch soon. by Nils Wallménius · 15 years ago
  8. a8c1934 rbutil: Make TTS and encoders run on all cores \n FS#11160 by Delyan Kratunov by Dominik Wenger · 15 years ago
  9. 081bda8 Port greylib blitting optimisation to clipv1. by Jens Arnold · 15 years ago
  10. b91fa04 Implement a --delete option for langtoo for easy deletion of lang phrases by Nils Wallménius · 15 years ago
  11. 3704f1f FS#11353 - Fix all errors in islenska.lang by Hinrik Örn Sigurðsson by Nils Wallménius · 15 years ago
  12. a0ef0ff Make the 8 in 35-Nimbus slightly more balanced by Alexander Levin · 15 years ago
  13. 11078d7 New 35 pixels hight font: 35-Nimbus (FS#11271) by Alexander Levin · 15 years ago
  14. 58d875e pdbox: Fixing yellows. by Wincent Balin · 15 years ago
  15. 66cc643 pdbox: Corrected inclusion of m_fixed.h . by Wincent Balin · 15 years ago
  16. d166d61 pdbox: Added Coldfire multiplication optimization by Buschel. by Wincent Balin · 15 years ago
  17. 2464eae pdbox: Reduced (visible) precision of numbers shown in the GUI. by Wincent Balin · 15 years ago
  18. 97fef6b pdbox: The values on of widgets are reset on start now. by Wincent Balin · 15 years ago
  19. 86b1ecc Update Brazilian Portuguese translation for Rockbox Utility by Dominik Riebeling · 15 years ago
  20. dbfb906 Ensure CPU is defined. by Andree Buschmann · 15 years ago
  21. 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
  22. e63e84a Convert some more stuff to mylcd_ and support pgfx as well. by Michael Sevakis · 15 years ago
  23. 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
  24. e174a8a Theme Editor: Began implementing tabbing by Robert Bieber · 15 years ago
  25. 9616389 Theme Editor: Fixed bugs with menu signals, rearranged UI some more by Robert Bieber · 15 years ago
  26. d5171cc Typo fix by Rafaël Carré by Björn Stenberg · 15 years ago
  27. 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
  28. 2e5b1b1 pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods. by Wincent Balin · 15 years ago
  29. 2438d8b bins.pl script: don't hide errors, they might be useful by Rafaël Carré · 15 years ago
  30. bf17fcb Fix voice and manual build scripts even more by Frank Gevaerts · 15 years ago
  31. 211e54c Fix voice and manual build scripts by Frank Gevaerts · 15 years ago
  32. af07a53 Theme Editor: Added missing copyright headers by Robert Bieber · 15 years ago
  33. 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 15 years ago
  34. 5a2d754 Update version by Frank Gevaerts · 15 years ago
  35. 8592924 Half-fix voice and manual build scripts by Frank Gevaerts · 15 years ago
  36. 69dce7c Theme Editor: Mocked up most of the UI, added View menu items for all dockable widgets by Robert Bieber · 15 years ago
  37. 88160b6 Theme Editor: Refactored main window init code, moved parse tree into dock widget by Robert Bieber · 15 years ago
  38. 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
  39. 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
  40. da2dd97 pdbox: fix build on ARM with eabi by Rafaël Carré · 15 years ago
  41. a5555c0 copy the images for the skins. by Jonathan Gordon · 15 years ago
  42. bf3e50b sd-as3525v1: do not disable peripheral clocks in sd_enable() by Rafaël Carré · 15 years ago
  43. 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
  44. 6e39dc9 Correct reusing buffers if the backdrop file is already loaded. by Teruaki Kawashima · 15 years ago
  45. d68710e Add a new script to build the themes. WIP and heavily based on wpsbuild.pl by Jonathan Gordon · 15 years ago
  46. f04c742 cabbiev2 128x64x1 wps (iriver remote wps): add more info to the screen by Rafaël Carré · 15 years ago
  47. 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
  48. 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 15 years ago
  49. 1dc7f49 Use a different remote font than the main LCD font by Rafaël Carré · 15 years ago
  50. 8be2a90 Fix global proxy getting set too late. by Dominik Riebeling · 15 years ago
  51. 7e53899 FFT plugin: Some speed regulation for too-fast targets. (50FPS) by Michael Sevakis · 15 years ago
  52. 949d546 pdbox: Fixing reds. by Wincent Balin · 15 years ago
  53. 471f506 pdbox: Added compilation on iPod 1G-4G. by Wincent Balin · 15 years ago
  54. d2f848f pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically. by Wincent Balin · 15 years ago
  55. 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
  56. cc38700 FFT plugin: Use worker thread only on multiprocessor targets. by Michael Sevakis · 15 years ago
  57. c1ae441 pdbox: Source cleanup. Removed unneeded files. by Wincent Balin · 15 years ago
  58. 5edd8cf pdbox: Syntax cleanup for the cosine table. by Wincent Balin · 15 years ago
  59. 0a4b576 Move constructing the themes info download link to rbutil.ini. by Dominik Riebeling · 15 years ago
  60. b4b5ab0 Fix yellow, remove some untranslated strings from Slovenscina by Alex Parker · 15 years ago
  61. e5a3ec2 Changed build subdirectory by Robert Bieber · 15 years ago
  62. 87174d8 Restore people accidently removed from credits in r26487 by Alex Parker · 15 years ago
  63. ef57475 pdbox: add fuze keymap by Rafaël Carré · 15 years ago
  64. b467fb9 Update Slovenian (Slovenscina) translation by Alex Parker · 15 years ago
  65. b7dfc5e Update Chinese (Simple) translation by Alex Parker · 15 years ago
  66. 6f2bfd9 Update Spanish by Alex Parker · 15 years ago
  67. a348605 Fix PP5002 builds. Somehow an #else went missing along the line. by Michael Sevakis · 15 years ago
  68. 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
  69. 6ebe76c tta codec: optimize for arm target. pp502x: ~1% speed up. by Yoshihisa Uchida · 15 years ago
  70. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
  71. 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 15 years ago
  72. ff2d224 FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectrogram loop. by Michael Sevakis · 15 years ago
  73. 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
  74. 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
  75. 496bcf3 Theme Editor: Fixed parsing and code generation for nested conditionals by Robert Bieber · 15 years ago
  76. 7f10b03 Theme Editor: Fixed some more code generation bugs by Robert Bieber · 15 years ago
  77. ea864be Fixed another code generation bug with viewports and enabled negative numbers in tag parameters by Robert Bieber · 15 years ago
  78. e25c903 Theme Editor: Fixed bugs in code generation and viewport parsing by Robert Bieber · 15 years ago
  79. 4003f35 Theme Editor: Removed the NEWLINE parse tree element by Robert Bieber · 15 years ago
  80. f16adb0 Theme Editor: Fixed code generation with escaped characters by Robert Bieber · 15 years ago
  81. 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
  82. 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
  83. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
  84. 0dfd418 revert an accidental commit in r26078 by Jonathan Gordon · 15 years ago
  85. 36f3a8d Added myself and Pure Data team to credits. by Wincent Balin · 15 years ago
  86. 921d10f pdbox: Updated CPU boosting API by Wincent Balin · 15 years ago
  87. 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
  88. f52c9aa pdbox: Code cleanup, optimizations. by Wincent Balin · 15 years ago
  89. 2799696 Theme Editor: Made text and comments editable from a treeview by Robert Bieber · 15 years ago
  90. 5943f4c Theme Editor: Enabled editing tag parameters from a treeview by Robert Bieber · 15 years ago
  91. 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
  92. 47cd878 Theme Editor: Made the viewport tag a top-level child under VIEWPORT elements in the parse tree by Robert Bieber · 15 years ago
  93. 27d529e mkamsboot / nrv2e_d8.S thubm decompressor : comment the use of mov pc, lr by Rafaël Carré · 15 years ago
  94. 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
  95. 2267bd3 Perform radio_start, radio_pause, radio_stop in simulator. by Michael Chicoine · 15 years ago
  96. df34a47 as3525 ascodec: make internal functions statics and remove some details for ascodec-target.h header by Rafaël Carré · 15 years ago
  97. dc32a5b as3525 PCM: implement locking like done for the gigabeats in r26341 by Rafaël Carré · 15 years ago
  98. 9b935b2 fft: use long home button to exit on fuze by Rafaël Carré · 15 years ago
  99. 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
  100. acb524e sd-as3525v1: set up bank selection data outside of the loop by Rafaël Carré · 15 years ago