summaryrefslogtreecommitdiff
path: root/apps/plugins/grayscale.c (follow)
Commit message (Expand)AuthorAge
* All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2008-01-04
* Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski2007-09-22
* Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye2007-08-16
* Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye2007-08-15
* Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold2007-07-27
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold2006-08-07
* Grayscale library: LCD linearisation and gamma correction.Jens Arnold2006-08-02
* To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare2006-06-30
* 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
* 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
* Fix iPod 4G grayscale warningsDave Chapman2006-02-10
* 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
* Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold2005-10-03
* H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold2005-09-30
* Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s...Jens Arnold2005-07-28
* Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold2005-07-25
* adapted to build on iRiverDaniel Stenberg2005-02-04
* grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold2004-10-12
* Const policed the grayscale lib & pluginJens Arnold2004-08-03
* Adapted to new grayscale frameworkJens Arnold2004-06-02
* Adapted to new gray_init_buffer()Jens Arnold2004-05-19
* Grayscale demo plugin, now using the grayscale libraryJens Arnold2004-05-19
* this source file was moved to the lib/ dir insteadDaniel Stenberg2004-05-19
* Implemented scrolling up/down by n pixels (<= 7)Jens Arnold2004-05-17
* Vastly improved speed for gray_fillrect(), gray_drawgraymap(), left and right...Jens Arnold2004-05-15
* gray_drawbitmap() changed to use the same bitmap format as lcd_bitmap(). Also...Jens Arnold2004-05-12
* A plugin containing a framework to use grayscale display, primarily aimed at ...Jens Arnold2004-05-10