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
/
lib
/
xlcd_scroll.c
Age
Commit message (
Expand
)
Author
2011-08-25
Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down()
Thomas Jarosch
2011-08-25
Fix use of uninitialized memory in xlcd_scroll_left() / xlcd_scroll_right() i...
Thomas Jarosch
2010-08-25
Remove a bunch of build conditions inside .c files
Rafaël Carré
2009-11-22
XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori...
Jens Arnold
2009-10-16
Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...
Torne Wuff
2009-10-08
LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.
Karl Kurbjun
2009-09-12
Add Vertical stride support to LCD scrolling functions.
Karl Kurbjun
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-03-23
LCd extension lib: Implement proper scrolling for 2 bit vertical interleaved ...
Jens Arnold
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-04-06
Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...
Jens Arnold
2006-03-08
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...
Jens Arnold