| Commit message (Expand) | Author | Age |
| * | Move the old api out of the core and into the plugin lib. | Jonathan Gordon | 2007-05-08 |
| * | Missed a couple. Hopefully fix all warnings. | Michael Sevakis | 2007-04-21 |
| * | General housekeeping: Make plugin buffer functions take size_t * instead of i... | Michael Sevakis | 2007-04-21 |
| * | Gigabeat: Use the volume up/down buttons for zooming in the JPEG viewer | Linus Nielsen Feltzing | 2007-04-17 |
| * | Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC... | Jens Arnold | 2007-04-12 |
| * | JPEG Viewer on color LCDs: Finish up another old project. Add grayscale displ... | Michael Sevakis | 2007-04-01 |
| * | Let GCC check arguments of some more printf-style functions, also for plugins... | Jens Arnold | 2007-03-17 |
| * | Rename some macros to account for the recently added M5 port. No code changes. | Jens Arnold | 2007-03-16 |
| * | Get rid of the 'center' parameter for splashes. There were only 2 of almost 5... | Jens Arnold | 2007-03-16 |
| * | Fix CONFIG_BACKLIGHT warnings. | Jens Arnold | 2007-02-18 |
| * | Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ... | Dave Chapman | 2007-01-14 |
| * | Always use a black backgound while displaying images in jpegviewer, and use t... | Nils Wallménius | 2006-12-07 |
| * | * Move checkbox to plugin api (core never uses it) | Jonathan Gordon | 2006-11-19 |
| * | Quit the jpeg viewer gracefully if started without arguments or with a wrong ... | Peter D'Hoye | 2006-11-09 |
| * | JPEG viewer: Removed the playback control menu on archos. It made no sense as... | Jens Arnold | 2006-11-05 |
| * | Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ... | Barry Wardell | 2006-10-26 |
| * | Disk spindown control during jpeg slideshow: for times below 10s, keep the di... | Peter D'Hoye | 2006-10-21 |
| * | Don't try to show the progress bar on top of the picture on grayscale lib tar... | Peter D'Hoye | 2006-10-20 |
| * | Make slideshow mode more slideshow: keep showing previous picture until next ... | Peter D'Hoye | 2006-10-20 |
| * | 'no voice' is -1 not 0 and menu_items does have a pointer | Marcoen Hirschberg | 2006-08-11 |
| * | don't assign NULL to a long (fixes sim build warnings) | Marcoen Hirschberg | 2006-08-11 |
| * | Slightly optimised range_limit() for arm targets. | Jens Arnold | 2006-08-08 |
| * | Grayscale library ported to the grayscale iPods, first version. Added C refer... | Jens Arnold | 2006-08-07 |
| * | Barry Wardell's keymappings for H10 | Daniel Stenberg | 2006-08-03 |
| * | Greyscale targets: Fix empty display when returning from menu without action.... | Jens Arnold | 2006-08-03 |
| * | Grayscale library: LCD linearisation and gamma correction. | Jens Arnold | 2006-08-02 |
| * | jpeg viewer: keep backlight on. Patch 5652 by Matthias Mohr plus some changes... | Peter D'Hoye | 2006-07-12 |
| * | To avoid having to use the main unit when accidentally launching a plugin fro... | Kevin Ferrare | 2006-06-30 |
| * | Patch #5362 from Alexander Spyridakis - fixes bugs #5159 and #5061 | Dave Chapman | 2006-05-20 |
| * | Fix jpeg viewer crashing in directories with files without extension. | Hristo Kovachev | 2006-05-18 |
| * | Correct a Coldfire asm constraint. | Magnus Holmgren | 2006-05-03 |
| * | use #ifdef x instead of #if defined(x) | Christian Gmeiner | 2006-04-09 |
| * | HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch... | Christian Gmeiner | 2006-04-09 |
| * | its much better to clear everytime the lcd | Christian Gmeiner | 2006-03-29 |
| * | oops.. fix yellow builds | Christian Gmeiner | 2006-03-29 |
| * | Patch #4936 from Jonathan Gordon with a small change by me. slideshow support... | Christian Gmeiner | 2006-03-29 |
| * | Removed unused debug function which caused a warning for 64bit simulators. | Jens Arnold | 2006-03-03 |
| * | Code Police raid. Mostly changed // comments and indented to Rockbox style. | Daniel Stenberg | 2006-03-03 |
| * | Finally - grayscale library support for the simulators. Currently SDL only, w... | Jens Arnold | 2006-02-26 |
| * | first gigabeat commit | Marcoen Hirschberg | 2006-02-24 |
| * | Button driver for iAudio X5 | Linus Nielsen Feltzing | 2006-02-24 |
| * | Add ASM optimised range_limit() for ARM, which gives a tiny performance | Thom Johansen | 2006-02-19 |
| * | Repeat rate adaption is now handled by the button driver. | Jens Arnold | 2006-02-19 |
| * | Replace the range_limit lookup table with an inline function, asm optimised f... | Jens Arnold | 2006-02-19 |
| * | Oops, fix the simulator builds | Hristo Kovachev | 2006-02-18 |
| * | Okay, clearing the display twice doesn't give us anything more.. | Hristo Kovachev | 2006-02-18 |
| * | "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyrid... | Hristo Kovachev | 2006-02-18 |
| * | Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and iP... | Jens Arnold | 2006-02-17 |
| * | Use macro instead of literal constant for readability. | Jens Arnold | 2006-02-17 |
| * | Colour JPEG display on colour targets. | Jens Arnold | 2006-02-17 |