1. 6aff55b strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc by Rafaël Carré · 14 years ago
  2. 145a89f Fix the comment by Alexander Levin · 14 years ago
  3. fe61885 Minor correction to macros, beautification of loop. by Andree Buschmann · 14 years ago
  4. bc48fed skin engine: fix simulator builds by Rafaël Carré · 14 years ago
  5. 4b94912 enable skin debug only in the simulator by Rafaël Carré · 14 years ago
  6. aa3c676 pdbox: avoid making own DEBUG clash with rockbox define by Rafaël Carré · 14 years ago
  7. 9122e52 lua: make DEBUG undefined by default, as doc states by Rafaël Carré · 14 years ago
  8. c7c04eb fat.c: fix format specifier in DEBUG build by Rafaël Carré · 14 years ago
  9. 4f1d9b1 make language array initialized correctlly with builtin strings when loading .lng file. by Teruaki Kawashima · 14 years ago
  10. cef3681 Further changes to aac-he decoding. Refactor and rearrange dct tabs to be able to use consecutive addresses (this allows additional optimization for ARM through ldm-usage). Define a macro for identical butterfly operations and exchange 2 butterflyies with less compex operations. by Andree Buschmann · 14 years ago
  11. b1f5e56 do not redraw menu when exiting the menu. by Teruaki Kawashima · 14 years ago
  12. 911ed00 Revert accidental change. by Jens Arnold · 14 years ago
  13. 12857ce EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249. by Jens Arnold · 14 years ago
  14. 6cf66eb Refacture parts of libfaad filterbank. Faster windowing for 8-short-window sequences. by Andree Buschmann · 14 years ago
  15. f65ed0d Theme Editor: Added support for larger fonts by Robert Bieber · 14 years ago
  16. 364af4f Theme Editor: Fixed rendering behavior of default viewport. Now when other viewports are present in the skin, only _text_ from the default viewport is not rendered by Robert Bieber · 14 years ago
  17. a6df932 Generalize the application bundle copy workaround to simplify later reuse. by Dominik Riebeling · 14 years ago
  18. d298fa8 Add missing quote, and use the right word by Frank Gevaerts · 14 years ago
  19. 0133cec Fix red in app builds by Thomas Martitz · 14 years ago
  20. 6206f40 Update the text in rockboxdev.sh to make it clear that EABI should be used on ARM by Michael Giacomelli · 14 years ago
  21. 463be79 Revert accidental change (I ran configure from within the tools/database directory). by Thomas Martitz · 14 years ago
  22. 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 14 years ago
  23. e87ff2b tweak position of splash so that it is displayed inside the ui viewport. by Teruaki Kawashima · 14 years ago
  24. 3d29faa keyboard: change how charactars are stored in the buffer. by Teruaki Kawashima · 14 years ago
  25. 1423874 Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be displayed, but they're not clickable yet by Robert Bieber · 14 years ago
  26. 9bb36b0 pdbox: Now backlight does not fade out -- making music requires attention. by Wincent Balin · 14 years ago
  27. 0b86dda SDL: fix typo by Rafaël Carré · 14 years ago
  28. 1edfe3f SDL enhancements: by Rafaël Carré · 14 years ago
  29. 2f271ac Just another MHz saved on ARM for aac he decoding. by Andree Buschmann · 14 years ago
  30. e7ffe1c More work on libfaad's aac he decoder. Resort table to allow more efficient load access. by Andree Buschmann · 14 years ago
  31. 5674e88 FS#11466 and FS#11467 by Pierre-Yves Roosens by Rafaël Carré · 14 years ago
  32. ae79b67 Revert r27359 by Rafaël Carré · 14 years ago
  33. f746302 configure: build ipod4g with eabi by Rafaël Carré · 14 years ago
  34. c6898a0 Fix red. Remove a small array from IRAM that is not critical to performance. by Andree Buschmann · 14 years ago
  35. 811af59 Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, PP5022 +19%, MCF5249 +35%, MCF5250 +80%), still not realtime on most targets though. This change does a lot of refactoring in the sbr filters and the dct, switching to our optimized codeclib fft and tweaking IRAM usage. by Andree Buschmann · 14 years ago
  36. f3e0207 Update japanese translation. make translation consistent. by Teruaki Kawashima · 14 years ago
  37. a6478fd fix yellow by Marcin Bukat · 14 years ago
  38. 78d54fa HD200 - Add delay when leaving bootloader USB mode. Add more comments in bootloader. by Marcin Bukat · 14 years ago
  39. b990664 Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel by Robert Bieber · 14 years ago
  40. 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 14 years ago
  41. 9dd5f75 Clarify where music can be put on the player. by Alex Parker · 14 years ago
  42. 91a0e8a Theme Editor: Simplified clock tab in device control panel, now one set of values controls all the cX tags by Robert Bieber · 14 years ago
  43. d367ab4 HD200 - calibrate battery indicator based on measurements and battery_benches by Marcin Bukat · 14 years ago
  44. 771dc22 text viewer: fix the statusbar is displayed when the global statusbar settings is STATUSBAR_OFF. by Yoshihisa Uchida · 14 years ago
  45. bc46541 plugin api: delete sb_skin_update(). by Yoshihisa Uchida · 14 years ago
  46. cd98d01 Theme Editor: Implemented the song time (pS, pE, px, pc, etc.) in the device configuration panel, all depending on one value for current time in song and one value for length of song by Robert Bieber · 14 years ago
  47. 6358d41 Theme Editor: Began working on special cases for device option panel. Implemented path info for current and next file by Robert Bieber · 14 years ago
  48. eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 14 years ago
  49. 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 14 years ago
  50. d4f4104 More consistent formatting of setting names by Alexander Levin · 14 years ago
  51. de9ba10 Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song by Robert Bieber · 14 years ago
  52. 80fa0ef buildzip.pl: more fixes by Rafaël Carré · 14 years ago
  53. f984a65 buildzip.pl: fix r27310 and r27317 by Rafaël Carré · 14 years ago
  54. d245d83 battery_bench: make log time start at 0 (since plugin started) by Rafaël Carré · 14 years ago
  55. f8e7870 Even more readable code by Alexander Levin · 14 years ago
  56. 8ee65d0 Describe what 'Update on stop' does by Alexander Levin · 14 years ago
  57. d05a24e wmapro codec sim build needs to link with libm by Rafaël Carré · 14 years ago
  58. 3691435 plugin api: new functions set the end of the structure. thanks to Frank Gevaerts. by Yoshihisa Uchida · 14 years ago
  59. 276dfa2 text viewer: fixed the following bugs. by Yoshihisa Uchida · 14 years ago
  60. e5a2576 plugin api: add the following functions. by Yoshihisa Uchida · 14 years ago
  61. 6d609e0 Theme Editor: Implemented caching for rendered text, added profiling info to debug build, added a 500msec delay when rendering after code changes to prevent editor from hanging on large themes by Robert Bieber · 14 years ago
  62. 6f06793 Theme Editor: Fixed rendering bug that caused text in sublines not to appear, implemented a global font cache by Robert Bieber · 14 years ago
  63. 8814565 Theme Editor: Delaying rendering of text lines until newline reached by Robert Bieber · 14 years ago
  64. e03d373 Theme Editor: WorkingWorking on speeding up the renderer, replaced for-loops with faster method call by Robert Bieber · 14 years ago
  65. 60d8cff HD200 - fix misleading comment in system-hd200.c by Marcin Bukat · 14 years ago
  66. 3214e37 Theme Editor: Made all lines of text render as a single graphic, viewport size limits now enforced on text width by Robert Bieber · 14 years ago
  67. ce5ee19 Theme Editor: Moved volume options in device configuration panel by Robert Bieber · 14 years ago
  68. 86d8a53 Add Theme Editor application icon for Windows by Dominik Riebeling · 14 years ago
  69. b4443ef Add Info.plist and application icon to Theme Editor on OS X. by Dominik Riebeling · 14 years ago
  70. e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago
  71. eccc2bd Theme Editor: Added font directory option in preferences dialog, renderer will now search that directory for fonts if they're not found in the project directory by Robert Bieber · 14 years ago
  72. 120f3e1 Theme Editor: Default theme font is now correctly loaded by Robert Bieber · 14 years ago
  73. 91d6fa7 Remove unneeded libfaad files from SOURCE. by Andree Buschmann · 14 years ago
  74. 5ac3545 Integrate FS#11445 to raac. In addition remove faad specific pcm conversion and use rockbox' optimized dsp routines. On a 192kbps file and PP5022 the decoding speeds up by 17%. by Andree Buschmann · 14 years ago
  75. 39e2520 Theme Editor: Rockbox FNT files now supported. Theme editor will currently load fonts from the current project directory, or use the built-in font if they're not present by Robert Bieber · 14 years ago
  76. 5de6ddc Add a check for '' not being set. make zip doesn't work for me without it. Perhaps only a problem on Cygwin? by Magnus Holmgren · 14 years ago
  77. 57484bd HD200 - add support for remote in bootloader by Marcin Bukat · 14 years ago
  78. f99e4fb HD200 - turn off charging IC by default by Marcin Bukat · 14 years ago
  79. 2c56ac8 Slightly rearranged lines to execute only what's really needed. No functional changes. by Alexander Levin · 14 years ago
  80. 7d4c0c5 Rename functions so that the code is easier to read by Alexander Levin · 14 years ago
  81. 76f2b9c HD200 - add remote keymap by Marcin Bukat · 14 years ago
  82. 72e463f Fix a typo and clarify when bookmarks are autocreated by Alexander Levin · 14 years ago
  83. 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
  84. 9da7079 Clean up naming of radio preset functions and move global radio preset methods into apps/radio/presets.h by Bertrik Sikken · 14 years ago
  85. 1c3ae92 Add --prefix option to configure, and add it to make reconf. by Thomas Martitz · 14 years ago
  86. 3cdee0f HD200 - Fix GPIO setup in button_init_device()- this change fixes sound output broken in r27258. Slightly adjust main buttons reading routine so key reading is more reliable with and without remote present by Marcin Bukat · 14 years ago
  87. 7c908bb HD200 - more work on remote handling by Marcin Bukat · 14 years ago
  88. 851e066 lrcplayer: by Teruaki Kawashima · 14 years ago
  89. 079e194 make the fms update by Jonathan Gordon · 14 years ago
  90. 35717ec Commit FS#11458 by me. Fixes test_codec to work on files larger then the available audio buffer. Allows test_codec to work normally on the AMS Sansas as well as D2, etc. by Michael Giacomelli · 14 years ago
  91. d884af2 Partial conversion of the wmapro decoder to fixed point arithmetic. Currently inverse quantization & rescaling, by Mohamed Tarek · 14 years ago
  92. 6a04479 Theme Editor: Began working on font loading. Font header info is now read and spewed out onto the debug console by Robert Bieber · 14 years ago
  93. 8a23b8e Theme Editor: Added the built-in font to the project resources by Robert Bieber · 14 years ago
  94. 27debea Theme Editor: Fixed redundant directory separator bug in addresourcedir script by Robert Bieber · 14 years ago
  95. ac58d02 Theme Editor: Added a small PHP script to auto-generate a qrc entry for a directory with aliases for each file by Robert Bieber · 14 years ago
  96. 4158192 Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and -O1 for other CPUs. This speeds up decoding by 1-5%. by Andree Buschmann · 14 years ago
  97. 68756cc Theme Editor: Enabled conditional display of ID3/file info with checkbox on the device panel by Robert Bieber · 14 years ago
  98. 71b561e Theme Editor: Fixed bug that caused WPS skins without SBS parents not to render their backdrops correctly. Added support for RTL-dependant text alignment by Robert Bieber · 14 years ago
  99. db1b823 Provide the option to automatically update existing bookmark files on stop, without creating ones that don't already exist. by Torne Wuff · 14 years ago
  100. d265bcf text viewer: fixed StatusBar randomly appears (FS#11455). by Yoshihisa Uchida · 14 years ago