index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
grayscale.c
Age
Commit message (
Expand
)
Author
2006-08-07
Grayscale library ported to the grayscale iPods, first version. Added C refer...
Jens Arnold
2006-08-02
Grayscale library: LCD linearisation and gamma correction.
Jens Arnold
2006-06-30
To avoid having to use the main unit when accidentally launching a plugin fro...
Kevin Ferrare
2006-04-09
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-03-03
Code Police raid. Mostly changed // comments and indented to Rockbox style.
Daniel Stenberg
2006-02-26
Finally - grayscale library support for the simulators. Currently SDL only, w...
Jens Arnold
2006-02-10
Fix iPod 4G grayscale warnings
Dave Chapman
2006-02-05
iPod: Make the plugins compile on the iPod 4G grayscale
Dave Chapman
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-10-03
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...
Jens Arnold
2005-09-30
H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...
Jens Arnold
2005-07-28
Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s...
Jens Arnold
2005-07-25
Complete rework of the grayscale library: (1) Implemented the new rockbox gra...
Jens Arnold
2005-02-04
adapted to build on iRiver
Daniel Stenberg
2004-10-12
grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...
Jens Arnold
2004-08-03
Const policed the grayscale lib & plugin
Jens Arnold
2004-06-02
Adapted to new grayscale framework
Jens Arnold
2004-05-19
Adapted to new gray_init_buffer()
Jens Arnold
2004-05-19
Grayscale demo plugin, now using the grayscale library
Jens Arnold
2004-05-19
this source file was moved to the lib/ dir instead
Daniel Stenberg
2004-05-17
Implemented scrolling up/down by n pixels (<= 7)
Jens Arnold
2004-05-15
Vastly improved speed for gray_fillrect(), gray_drawgraymap(), left and right...
Jens Arnold
2004-05-12
gray_drawbitmap() changed to use the same bitmap format as lcd_bitmap(). Also...
Jens Arnold
2004-05-10
A plugin containing a framework to use grayscale display, primarily aimed at ...
Jens Arnold