summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c (follow)
Commit message (Expand)AuthorAge
...
* Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell2006-10-26
* Disk spindown control during jpeg slideshow: for times below 10s, keep the di...Peter D'Hoye2006-10-21
* Don't try to show the progress bar on top of the picture on grayscale lib tar...Peter D'Hoye2006-10-20
* Make slideshow mode more slideshow: keep showing previous picture until next ...Peter D'Hoye2006-10-20
* 'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg2006-08-11
* don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg2006-08-11
* Slightly optimised range_limit() for arm targets.Jens Arnold2006-08-08
* Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold2006-08-07
* Barry Wardell's keymappings for H10Daniel Stenberg2006-08-03
* Greyscale targets: Fix empty display when returning from menu without action....Jens Arnold2006-08-03
* Grayscale library: LCD linearisation and gamma correction.Jens Arnold2006-08-02
* jpeg viewer: keep backlight on. Patch 5652 by Matthias Mohr plus some changes...Peter D'Hoye2006-07-12
* To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare2006-06-30
* Patch #5362 from Alexander Spyridakis - fixes bugs #5159 and #5061Dave Chapman2006-05-20
* Fix jpeg viewer crashing in directories with files without extension.Hristo Kovachev2006-05-18
* Correct a Coldfire asm constraint.Magnus Holmgren2006-05-03
* use #ifdef x instead of #if defined(x)Christian Gmeiner2006-04-09
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner2006-04-09
* its much better to clear everytime the lcdChristian Gmeiner2006-03-29
* oops.. fix yellow buildsChristian Gmeiner2006-03-29
* Patch #4936 from Jonathan Gordon with a small change by me. slideshow support...Christian Gmeiner2006-03-29
* Removed unused debug function which caused a warning for 64bit simulators.Jens Arnold2006-03-03
* Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg2006-03-03
* Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold2006-02-26
* first gigabeat commitMarcoen Hirschberg2006-02-24
* Button driver for iAudio X5Linus Nielsen Feltzing2006-02-24
* Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen2006-02-19
* Repeat rate adaption is now handled by the button driver.Jens Arnold2006-02-19
* Replace the range_limit lookup table with an inline function, asm optimised f...Jens Arnold2006-02-19
* Oops, fix the simulator buildsHristo Kovachev2006-02-18
* Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev2006-02-18
* "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyrid...Hristo Kovachev2006-02-18
* Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and iP...Jens Arnold2006-02-17
* Use macro instead of literal constant for readability.Jens Arnold2006-02-17
* Colour JPEG display on colour targets.Jens Arnold2006-02-17
* the JPEG core can now also decode color images, this has to be wired to the a...Jörg Hohensohn2006-02-16
* JPEG viewer adapted to colour targets (greyscale only for now). New functions...Jens Arnold2006-02-08
* Fix typo for iPod 3G keypad check.Dave Chapman2006-02-08
* iPod: Make the plugins compile on the iPod 4G grayscaleDave Chapman2006-02-05
* New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold2006-01-15
* Fix bug spotted by Alexander Spyridakis - ensure file descriptor is closed be...Dave Chapman2005-12-11
* H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold2005-09-30
* Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ...Jens Arnold2005-07-27
* Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold2005-07-25
* mp3buf renamed to audiobufLinus Nielsen Feltzing2005-04-05
* adapted to build on iRiverDaniel Stenberg2005-02-04
* Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold2005-01-26
* Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold2004-10-16
* grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold2004-10-12
* scrollbar() parameters were swappedJens Arnold2004-07-09