- a5ec3f4 Add buflib tests to .gitignore by Thomas Jarosch · 10 years ago
- c5933f4 Add and adapt buflib shrink tests by Thomas Jarosch · 10 years ago
- 77aa94b Add buflib test for maximum allocation by Thomas Jarosch · 10 years ago
- 5f824e2 Add and adapt buflib move tests by Thomas Jarosch · 10 years ago
- 7d5f133 Bring abroad second buflib test by Thomas Jarosch · 10 years ago
- e7d9432 Enable printing of buflib allocations by Thomas Jarosch · 10 years ago
- e138016 Initial import of simple buflib unit test by Thomas Jarosch · 10 years ago
- eb9c845 Fix up some DEBUGF statements by Thomas Jarosch · 10 years ago
- 98280bb Multiple variables for 'my' need to be in parenthesis by Thomas Jarosch · 10 years ago
- dd75bb7 Don't build sims twice by Thomas Jarosch · 10 years ago
- 5f603d3 Fix syntax error (missing semicolon) by Thomas Jarosch · 10 years ago
- bce72e6 buflib: Switch from term "cookie" to "metadata" by Thomas Jarosch · 10 years ago
- 66df5f3 Improve core_alloc() / buflib_alloc() documentation by Thomas Jarosch · 10 years ago
- 7265375 Shortcuts: Add move callback for buflib allocations by Thomas Jarosch · 10 years ago
- 9076b43 PictureFlow: Add move callback for buflib allocations by Thomas Jarosch · 10 years ago
- b0277e4 XWorld: fix some typos in keymaps.h by Franklin Wei · 10 years ago
- 812406f Limit "struct dircache_runinfo" to file scope by Thomas Jarosch · 10 years ago
- 09f7bb8 Add missing newline in debug output by Thomas Jarosch · 10 years ago
- da5a36d Document 'union buflib_data' by Thomas Jarosch · 10 years ago
- 193c5df XWorld: cleanup by Franklin Wei · 10 years ago
- e7c282f More standard conforming codec_realloc() by Thomas Jarosch · 10 years ago
- d68262e Two more typo fixes by Thomas Jarosch · 10 years ago
- 91f1393 Fix typos in documentation by Thomas Jarosch · 10 years ago
- ce94c3e Fix for DX50 xworld keymaps.h by Benjamin Brown · 10 years ago
- 339bea4 Fixes more red for xworlds keymaps by Benjamin Brown · 10 years ago
- 7de7c22 Xworld - Fixes warnings for cowond2, hifimanhm60x, ibassodx50, and by Benjamin Brown · 10 years ago
- 78cd5c1 Fixes xworld keymaps for ondavx747, hifimanhm60x, and cowond2 by Benjamin Brown · 10 years ago
- 3781726 fix xworld building with 24-bit lcd also fix a couple unused vars by Franklin Wei · 10 years ago
- 1bc3964 Fix compilation error. by Michael Giacomelli · 10 years ago
- 33cb13d Xworld - Another World interpreter for Rockbox by Franklin Wei · 10 years ago
- b681e93 mikmod plugin: Remove bogus doubled return statement by Thomas Jarosch · 10 years ago
- 71c0516 zxbox: Add missing break; statement by Thomas Jarosch · 10 years ago
- 5d3aa1b Fix red (pass pointer of 'item') by Thomas Jarosch · 10 years ago
- 06eeab0 Always initialize "item" by Thomas Jarosch · 10 years ago
- 9a5f7ce wavrecord plugin: Add harmless sanity check by Thomas Jarosch · 10 years ago
- 29ffa83 Remove useless assignment of 'len' by Thomas Jarosch · 10 years ago
- 515a07e sb1: fix buggy comparison by Amaury Pouly · 10 years ago
- 61e322c mkzenboot: Fix double close of bootfd on error by Thomas Jarosch · 10 years ago
- 1eb1bc2 DX 50: Fix file descriptor leak on error by Thomas Jarosch · 10 years ago
- 575ec89 mini2440: Fix bogus buffer access in LCD backlight driver by Thomas Jarosch · 10 years ago
- d62e1b3 vibe 500: Fix ide_powered() always returning false by Thomas Jarosch · 10 years ago
- ef1497c Add missing va_end() call when the log is full by Thomas Jarosch · 10 years ago
- c54537a Prevent theoretical out-of-bounds access in STM_Load() by Thomas Jarosch · 10 years ago
- f8d9e9c m3u playlist parser: Check size limit before using buffer by Thomas Jarosch · 10 years ago
- 2caf887 text_viewer plugin: Fix two out-of-bounds buffer accesses by Thomas Jarosch · 10 years ago
- 1ff5fd4 Fix broken buflib_handle check in backdrop settings loader by Thomas Jarosch · 10 years ago
- c55be3b maemo port: Fix startup crash exposed by audio thread refactoring by Thomas Jarosch · 10 years ago
- 55a5aab Add newlines at the end of the file by Thomas Jarosch · 10 years ago
- 3add6c7 Fix up maemo port after byte swap header refactoring by Thomas Jarosch · 10 years ago
- 5dab768 regtools/qeditor: use the new model, drop unused code by Amaury Pouly · 10 years ago
- abed208 regtools/qeditor: introduce custom table model for reg fields by Amaury Pouly · 10 years ago
- edaeee1 regtoosl/qeditor: remove unused code by Amaury Pouly · 10 years ago
- 88053b8 regtools/qeditor: fix field editor not updating the validator on change by Amaury Pouly · 10 years ago
- 04e798e regtools/qeditor: fix backend dump bug, be more correct on read by Amaury Pouly · 10 years ago
- 6cb8611 regtools/socdesc: update library with a field useful functions by Amaury Pouly · 10 years ago
- 7749c4d qeditor: message widget now supports IDs, useful to clear messages by Amaury Pouly · 10 years ago
- cef5e10 qeditor: change setting names, they were inconsistent by Amaury Pouly · 10 years ago
- dc3ae2a qeditor: rework register dump to be more general and flexible by Amaury Pouly · 10 years ago
- 1bcc4fc qeditor: introduce a new "RAM" backend, and refactor file backend by Amaury Pouly · 10 years ago
- 4a711fe qeditor: display message on "Nothing" backend selection by Amaury Pouly · 10 years ago
- 99ed6d2 qeditor: backends can now report validity status by Amaury Pouly · 10 years ago
- b08620d qeditor: introduce a message widget to display non-interactive messages by Amaury Pouly · 10 years ago
- 3b4e631 qeditor: rework mainwindow tab names handling by Amaury Pouly · 10 years ago
- fe1fed8 qeditor: add copyright by Amaury Pouly · 10 years ago
- 94c4834 Revert "regtools/qeditor: use the new model, drop unused code" by Amaury Pouly · 10 years ago
- 3b3d9bf regtools/qeditor: use the new model, drop unused code by Amaury Pouly · 10 years ago
- 0389fd0 MTP: put libs after files in the Makefile, to please old gcc versions by Amaury Pouly · 10 years ago
- b320bba iPod Classic: YUV to RGB optimizations for ARM v5+ by Cástor Muñoz · 10 years ago
- a2136a8 ypr0: Get it up and running again by Thomas Martitz · 10 years ago
- 9454ad4 iPod Classic: configure piezo GPIO ports by Cástor Muñoz · 10 years ago
- bfb63f8 iPod Classic: minor modifications in TIMER by Cástor Muñoz · 10 years ago
- 8618f2c rk27xx: sd: properly align buffer used for DMA transfers. by Andrew Ryabinin · 10 years ago
- d1fcfe9 Add IS_ALIGNED(x, a) macro helper by Andrew Ryabinin · 10 years ago
- d924c83 Fix warning in WMA Pro and remove a c++ comment. by Michael Giacomelli · 10 years ago
- aa2c55e Fix FS#13009. by Michael Giacomelli · 10 years ago
- 0cd9e4e hwstub/atj213x: add clock setup to crt0.S by Marcin Bukat · 10 years ago
- 5e1381b qeditor: add clock analyser for ATJ213x by Marcin Bukat · 10 years ago
- e99c036 hwstub_shell: add support for call and jump by Marcin Bukat · 10 years ago
- 9439635 hwstub: lua functions for atj213x/irivere150 by Marcin Bukat · 10 years ago
- 19f4e39 regs-atj213x.xml upadte by Marcin Bukat · 10 years ago
- cd04a5f hwstub/qeditor: add support for atomic read/writes by Marcin Bukat · 10 years ago
- 794169a iPod Classic: fix HW_FREQ_32 by Cástor Muñoz · 10 years ago
- 61206ce Add myself to committers list by Cástor Muñoz · 10 years ago
- 5796969 iPod Classic: update timer API using 32-bit timers. by Cástor Muñoz · 10 years ago
- 229a02a adfuload: fix argument parsing by Amaury Pouly · 10 years ago
- 16dcde4 hwstub_shell: add atj target by Amaury Pouly · 10 years ago
- edb0c6c iPod Classic: fix s5l8702 cache line length. by Cástor Muñoz · 10 years ago
- bcca111 HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu. by Szymon Dziok · 10 years ago
- 73a7802 zen: typo by Amaury Pouly · 10 years ago
- 6677f97 Fix YUV generic C performance function on 24-bit framebuffer by Amaury Pouly · 10 years ago
- b29d311 Fix remaining errors in Polish translation. by Szymon Dziok · 10 years ago
- ce88fa2 Polish translation update. by Szymon Dziok · 10 years ago
- bb5341c regtools: ATJ213x description file by Marcin Bukat · 10 years ago
- df2ac74 adfuload: Improve arguments parsing by Marcin Bukat · 10 years ago
- d11704f hwstub: Add atj213x support by Marcin Bukat · 10 years ago bootloader_zenxfi3_v1
- 791be56 atjbootool: fix date printing by Amaury Pouly · 10 years ago
- e3cc0ca Manual: add missing actions in Sokoban for the Packard Bell Vibe 500. by Szymon Dziok · 10 years ago
- e7f113e Manual for the Samsung YH820. by Szymon Dziok · 10 years ago
- fa11990 Pegbox: use the same keymap for Samsung YH820 and YH920. by Szymon Dziok · 10 years ago
- a8b5589 Manual for the Samsung YH920/YH925. by Szymon Dziok · 10 years ago