| Commit message (Expand) | Author | Age |
| * | 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 |
| * | the JPEG core can now also decode color images, this has to be wired to the a... | Jörg Hohensohn | 2006-02-16 |
| * | JPEG viewer adapted to colour targets (greyscale only for now). New functions... | Jens Arnold | 2006-02-08 |
| * | Fix typo for iPod 3G keypad check. | Dave Chapman | 2006-02-08 |
| * | iPod: Make the plugins compile on the iPod 4G grayscale | Dave Chapman | 2006-02-05 |
| * | New plugin loader. Solves the crashes introduced with the .bss changes while ... | Jens Arnold | 2006-01-15 |
| * | Fix bug spotted by Alexander Spyridakis - ensure file descriptor is closed be... | Dave Chapman | 2005-12-11 |
| * | H1x0: Changed lcd_blit() and the grayscale library to use the same internal f... | Jens Arnold | 2005-09-30 |
| * | Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ... | Jens Arnold | 2005-07-27 |
| * | Complete rework of the grayscale library: (1) Implemented the new rockbox gra... | Jens Arnold | 2005-07-25 |
| * | mp3buf renamed to audiobuf | Linus Nielsen Feltzing | 2005-04-05 |
| * | adapted to build on iRiver | Daniel Stenberg | 2005-02-04 |
| * | Changed several places to use button_clear_queue() to empty the button queue.... | Jens Arnold | 2005-01-26 |
| * | Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti... | Jens Arnold | 2004-10-16 |
| * | grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ... | Jens Arnold | 2004-10-12 |
| * | scrollbar() parameters were swapped | Jens Arnold | 2004-07-09 |
| * | Removed progressbar() and slidebar() | Linus Nielsen Feltzing | 2004-07-08 |
| * | supporting 4:2:2 vertical subsampling | Jörg Hohensohn | 2004-06-10 |
| * | now supports images with restart markers | Jörg Hohensohn | 2004-05-23 |
| * | Fixed behaviour when connecting USB, made scrolling a bit faster by not empty... | Jens Arnold | 2004-05-21 |
| * | JPEG viewer now uses the 'official' grayscale framework | Jens Arnold | 2004-05-19 |
| * | o removed the grayscale framework, it gets linked in from the libplugin instead | Daniel Stenberg | 2004-05-19 |
| * | maintain view center when zooming, cache the previous zoom image as far as me... | Jörg Hohensohn | 2004-05-18 |
| * | Included newest grayscale framework | Jens Arnold | 2004-05-17 |
| * | Included improved grayscale framework | Jens Arnold | 2004-05-15 |
| * | reject images with restart markers for now | Jörg Hohensohn | 2004-05-14 |
| * | more compatible huffman table parsing, tolerate restart markers | Jörg Hohensohn | 2004-05-13 |
| * | jpeg viewer: use Play to zoom in, On to zoom out, arrows to scroll | Jörg Hohensohn | 2004-05-12 |