1. f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
  2. b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
  3. eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
  4. df448bf Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang. by Amaury Pouly · 13 years ago
  5. 66dce4b sbtools: implement more complicated integer expression in db files, implement data sections, section attributes, file options, rework command line attributes by Amaury Pouly · 14 years ago
  6. 9d7df9a sbtools: move the db parse to its own file and improve error messages by Amaury Pouly · 14 years ago
  7. 64b4672 sbtools: implement virtual to physical address translation for elf files by Amaury Pouly · 14 years ago
  8. da44fd6 sbtools: fix code to work with file larger than header indicated size by Amaury Pouly · 14 years ago
  9. 781d59e sbtools: relax file size condition (easier to work with) by Amaury Pouly · 14 years ago
  10. 77a82ad rk27load - fix indentation by Marcin Bukat · 14 years ago
  11. e0024c9 Fix free on wrong variable by Thomas Jarosch · 14 years ago
  12. 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 14 years ago
  13. e79fca9 Remove use of which.py module. by Dominik Riebeling · 14 years ago
  14. de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 14 years ago
  15. 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 14 years ago
  16. 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 14 years ago
  17. fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 14 years ago
  18. 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 14 years ago
  19. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 14 years ago
  20. 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 14 years ago
  21. 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 14 years ago
  22. 754b157 Remove superfluous executable bits on a bunch of files. by Torne Wuff · 14 years ago
  23. 9b7b653 Move various logo files to a single location. by Dominik Riebeling · 14 years ago
  24. 8f4202d Rockchip rk27xx utils by Marcin Bukat · 14 years ago
  25. 2ce1dfe Theme Editor: add libskin_parser files to clean rule. by Dominik Riebeling · 14 years ago
  26. bdb8f4c sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would access one byte paste the end of the buffer) by Amaury Pouly · 14 years ago
  27. a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
  28. 7d4616e Fix BUILDID getting appended even if not set. by Dominik Riebeling · 14 years ago
  29. 6ba552c deploy.py: support adding a build id. by Dominik Riebeling · 14 years ago
  30. 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
  31. c0838cb Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recovery mode by Amaury Pouly · 14 years ago
  32. 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
  33. 8c768a5 Rockbox Utility deployment: insert revision into OS X' Info.plist too. by Dominik Riebeling · 14 years ago
  34. d905754 Correct revision replacement string gotten replaced by svn itself. by Dominik Riebeling · 14 years ago
  35. 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
  36. b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 14 years ago
  37. 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 14 years ago
  38. b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 14 years ago
  39. e3fe395 elftosb: more code toward sb production by Amaury Pouly · 14 years ago
  40. 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 14 years ago
  41. 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 14 years ago
  42. c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 14 years ago
  43. e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 14 years ago
  44. e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 14 years ago
  45. f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 14 years ago
  46. 02118ed sbinfo: make the time calculation clearer by Amaury Pouly · 14 years ago
  47. 7098566 sbinfo: use a define instead of hardcoded values by Amaury Pouly · 14 years ago
  48. e4dd514 sbinfo: move more things to sb.h, rewrite code to use structures instead of hardcoded offsets by Amaury Pouly · 14 years ago
  49. d9b050e sbinfo: move sb specific bits of its own header by Amaury Pouly · 14 years ago
  50. 6821d2e sbinfo: fix section flags, don't output more than 80 characters per line, fix colours by Amaury Pouly · 14 years ago
  51. 80889ee sbinfo: fix section headers generation (first section is always undefined) by Amaury Pouly · 14 years ago
  52. 77268ec Update parse_testcodec to parse AAC-HE files with parametric stereo. by Michael Giacomelli · 14 years ago
  53. 2c29776 deploy.py: insert version number into sources. by Dominik Riebeling · 14 years ago
  54. 5c47872 Theme Editor: Made touch area position relative to enclosing viewports by Robert Bieber · 14 years ago
  55. cc6cc53 Fix wrong theme base path when loading a wps. by Dominik Riebeling · 14 years ago
  56. 8059347 Fix cross compiling on Linux: Python uses "linux2" as platform name. by Dominik Riebeling · 14 years ago
  57. 4cc2cc4 Fix a potential variable problem. Change some messages a bit. by Dominik Riebeling · 14 years ago
  58. 43a40ca Support cross compiling for Windows target. by Dominik Riebeling · 14 years ago
  59. e1244a0 Remove outdated and unmaintained wpseditor. by Dominik Riebeling · 14 years ago
  60. 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 years ago
  61. f85c044 sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now generate segments along with program sections to make elf files appear more valid (this allows to rebuild an .sb file using elftosb2) by Amaury Pouly · 14 years ago
  62. 01c0523 Revert nonsense change. by Andree Buschmann · 14 years ago
  63. adf7224 Fix red. Replace remaining MEM's mit MEMORYSIZE. by Andree Buschmann · 14 years ago
  64. 5729be4 Theme Editor: Updated rendering code to accomodate new format for %xd tags, including long names, numerical tile specification, tag-evaluating tile specification, and tile offset by Robert Bieber · 14 years ago
  65. fcb9ea4 parse_testcodec.rb: add new 'pegase' filenames so they get a heading and fix printing of the MHz needed for realtime values. by Nils Wallménius · 14 years ago
  66. ee3fc61 Use more than one core in deployment script. by Dominik Riebeling · 14 years ago
  67. 6367b19 sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed) by Amaury Pouly · 14 years ago
  68. db9445a sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to entry point... by Amaury Pouly · 14 years ago
  69. 1583b1c sbinfo: first try at creating an elf file out of the .sb mess by Amaury Pouly · 14 years ago
  70. 90d77fb sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it uses the zero key) by Amaury Pouly · 14 years ago
  71. 7612559 sbinfo: add full support for various kind of cryptographic checks by Amaury Pouly · 14 years ago
  72. 084c690 sbinfo: add decryption support and pretty print boot section structure by Amaury Pouly · 14 years ago
  73. c412c2d Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+ for example) by Bertrik Sikken · 14 years ago
  74. d0ffa93 tcctool: add support for Cowon J3 - FS#11747 by Bertrik Sikken · 14 years ago
  75. 24b0b38 Fix themeeditor building by correcting spelling of 'seperate'. by Teruaki Kawashima · 14 years ago
  76. dc521b5 Replace parse_testcodec.pl with a bit more powerful script. by Thomas Martitz · 14 years ago
  77. 9dfae97 Fix matching of DLL name in deployment script. by Dominik Riebeling · 14 years ago
  78. 839f777 Remove duplicated license file. by Dominik Riebeling · 15 years ago
  79. 4756a77 Support resolving of DLLs when running on Windows. by Dominik Riebeling · 15 years ago
  80. b413169 Theme Editor: Changed playlist rendering to match new syntax by Robert Bieber · 15 years ago
  81. 18a6f42 Theme Editor: Editor font/color settings are now applied to config documents by Robert Bieber · 15 years ago
  82. dfc109a Theme Editor: Added warning messages for missing resources by Robert Bieber · 15 years ago
  83. 6dd974a Theme Editor: Enabled __list_icons__ special file name for %xl tags by Robert Bieber · 15 years ago
  84. b477463 Theme Editor: Altered implementation of %ax tag so that viewport now simply mirrors itself across the screen. by Robert Bieber · 15 years ago
  85. 1ee2cdd Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag by Robert Bieber · 15 years ago
  86. f4c06f3 Theme Editor: RTC tags will now display nothing if RTC is not available on device by Robert Bieber · 15 years ago
  87. f055cee Theme Editor: Fixed a bug that prevented ID3 info tags from working correctly in conditionals by Robert Bieber · 15 years ago
  88. 5602342 Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet by Robert Bieber · 15 years ago
  89. d1a392a Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents by Robert Bieber · 15 years ago
  90. 77b6825 deploy.py: Figure installer filename from NSIS script. by Dominik Riebeling · 15 years ago
  91. 93c81dc Support running NSIS from deployment script. by Dominik Riebeling · 15 years ago
  92. f1184f9 Add NSIS installer script. Expects to find a static build of the Theme Editor. by Dominik Riebeling · 15 years ago
  93. df1ff11 Theme Editor: Added coordinate display when moving mouse around preview window by Robert Bieber · 15 years ago
  94. 76d1377 Theme Editor: Restricted resizing/moving of graphical elements to integer coordinates by Robert Bieber · 15 years ago
  95. 87d2590 Theme Editor: Made default viewport non-interactive in skin preview. Selecting and resizing the default viewport was causing lockups and segfaults by Robert Bieber · 15 years ago
  96. 92882f2 Theme Editor: Made progress bar display correctly when resized, fixed some segfaults caused by editing SBS elements from a WPS document and then turning SBS rendering off by Robert Bieber · 15 years ago
  97. d505bc0 Theme Editor: Made SBS elements in WPS documents non-interactive, which makes it a little more difficult to crash the editor by Robert Bieber · 15 years ago
  98. 10b9e3b Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point by Robert Bieber · 15 years ago
  99. c5025c7 Theme Editor: Made progress bars fully movable/savable from the preview panel by Robert Bieber · 15 years ago
  100. f657e49 Theme Editor: Fixed bug that crashed conditionals nested in sublines, began work on making progress bars implement RBMovable by Robert Bieber · 15 years ago