- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
- f02cba8 Code cleaning - remove some unnecessary defined(SIMULATOR) checks by Dave Chapman · 17 years ago
- 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 17 years ago
- 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 17 years ago
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
- 79c8a8c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. by Jens Arnold · 18 years ago
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
- a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
- 13be9f1 allow the flash plugin to verify the RomBox link address by Jörg Hohensohn · 19 years ago
- 36e2393 allow smaller .ucl, to test bootbox by Jörg Hohensohn · 19 years ago
- 6700ad8 adapted to build on iRiver by Daniel Stenberg · 20 years ago
- b8c9a0c Plugin fixes: Correct button name for MODE key in help texts, conforming to the manual & wiki documentation (Ondio plugins). Alternate image is selected with MINUS, not MENU (rockbox_flash for player). Shortened some help lines that didn't fit on the display with the default font (solitaire). Fixed a number of typos. by Jens Arnold · 20 years ago
- d69c499 the flash plugins are now checking the battery level first by Jörg Hohensohn · 20 years ago
- 4d8fb1f removed a Player warning by Jörg Hohensohn · 20 years ago
- e925d0a minor optical flaw by Jörg Hohensohn · 20 years ago
- 27f68f1 allow Ondio ROM v1.04 for flashing, I changed my mind about the Ondio key assignment, some cleanup by Jörg Hohensohn · 20 years ago
- 6a9e4b4 Ondio flash support by Jörg Hohensohn · 20 years ago
- 06cb237 New debug feature: Use the SH1 user break controller to catch illegal memory accesses by Jens Arnold · 20 years ago
- 69697ae Added a check to prevent the flash plugins being used (and crashing) if Rockbox runs directly in flash ROM. (You need to RoLo a .ajz before re-flashing.) by Jörg Hohensohn · 20 years ago
- 0499ffb The .ucl flasher now tells if the bootloader is not up to date. I hope that eases to phase out the old one with the flat battery problem. by Jörg Hohensohn · 21 years ago
- e692b0e prepared to flash uncompressed ucl such that suitable Rockbox builds directly execute from ROM by Jörg Hohensohn · 21 years ago
- 1afa395 The splash() function's second argument (keymask) is now removed, as it by Daniel Stenberg · 21 years ago
- 4a80a73 now supporting V2 Recorder, firmware_flash has extra checks against files for wrong platform (hope it's not too strict, causing false rejects) by Jörg Hohensohn · 21 years ago
- 7dfe57b not yet for V2 by Jörg Hohensohn · 21 years ago
- 20b61a2 version check removed, pointless since players by Jörg Hohensohn · 21 years ago
- a8b672b filesize limit lowered to 40KB, player images are so small by Jörg Hohensohn · 21 years ago
- 0256306 - Thanks to Magnus Holmgren for Player port by Jörg Hohensohn · 21 years ago
- 9d3e5c6 plugin_get_buffer() makes my plugin smaller, can get the sector buffer at runtime by Jörg Hohensohn · 21 years ago
- 066857e Flash plugin requires recorder for now by Björn Stenberg · 21 years ago
- 7d889c8 the plugin half of Lee Marlow's patch: second agument can be the filename of the .ucl to be flashed by Jörg Hohensohn · 21 years ago
- 754426e Massive code-policing. Use proper indent. Use proper comments. Use proper by Daniel Stenberg · 21 years ago
- 16f57af The rockbox_flash plugin is a target-only plugin. by Linus Nielsen Feltzing · 21 years ago
- 50192e8 Johan Vromans' fix after file check fails by Jörg Hohensohn · 21 years ago
- 6fad145 The plugin which reflashes the second image. I release it now to become part of the build, so that I don't have to maintain and distribute it every time the plugin API version is bumped. by Jörg Hohensohn · 21 years ago