index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lib
/
xlcd_draw.c
(
unfollow
)
Commit message (
Expand
)
Author
2016-12-18
Add circle drawing/filling to xlcd
Franklin Wei
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-04
pluginlib: made local functions in static and made sure that source files inc...
Bertrik Sikken
2007-08-04
Rewrote the clock plugin in a cleaner and more modular way so that it can sca...
Kevin Ferrare
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-03-08
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...
Jens Arnold
2006-02-20
Faster filled triangle drawing for colour targets and greyscale iPods.
Jens Arnold
2006-02-08
Ooops, small fix.
Jens Arnold
2006-02-08
Preparation for colour gfx viewers: xlcd_color_bitmap_part() and xlcd_color_b...
Jens Arnold
2006-02-08
JPEG viewer adapted to colour targets (greyscale only for now). New functions...
Jens Arnold
2006-02-06
Added memmove() to codec API & plugin API, and changed codeclib and plugin li...
Jens Arnold
2006-02-05
Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc...
Jens Arnold
2005-07-12
Beginnings of a library complementing the core LCD functions. First function:...
Jens Arnold