index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
export
/
scroll_engine.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-10
/
+0
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-4
/
+0
2018-07-28
Fix scroll_engine truncation
William Wilgus
1
-1
/
+1
2018-07-25
Fix lcd-scroll.c truncation warnings
William Wilgus
1
-1
/
+1
2014-01-12
put_line/scrolling: Make the scroll engine inform custom scrollers about star...
Thomas Martitz
1
-1
/
+4
2014-01-11
scroll engine: Factor out renderer function so it can be called by lcd code.
Thomas Martitz
1
-0
/
+5
2014-01-07
lcd-common: Remove direct style (line decorations) from lcd-puts* functions.
Thomas Martitz
1
-3
/
+0
2014-01-07
scroll_engine: Change header inclusion
Thomas Martitz
1
-1
/
+3
2013-12-15
Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered an
Thomas Martitz
1
-3
/
+0
2013-12-14
scroll_engine: Major rework to support pixel-based scrolling and scroll callb...
Thomas Martitz
1
-12
/
+18
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-7
/
+17
2011-12-19
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
Boris Gjenero
1
-0
/
+1
2010-10-06
Pixel-accurate (vertical) list scrolling for touchscreen targets.
Thomas Martitz
1
-0
/
+1
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
1
-1
/
+1
2010-02-16
* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...
Teruaki Kawashima
1
-0
/
+2
2010-02-08
revert r24478 and make the backdrop behaviour the same as it used to be (so w...
Jonathan Gordon
1
-3
/
+0
2010-02-03
fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...
Jonathan Gordon
1
-0
/
+3
2009-09-04
Const police raid\!
Nils Wallménius
1
-4
/
+4
2009-08-19
Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...
Nils Wallménius
1
-0
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
1
-2
/
+12
2007-09-30
Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)
Antoine Cellerier
1
-4
/
+0
2007-09-30
Save a few bytes in the line selector style handling code.
Antoine Cellerier
1
-5
/
+2
2007-09-27
FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.
Nicolas Pennequin
1
-1
/
+5
2007-07-28
Scroll on main and remote with a single thread. Change the way system message...
Michael Sevakis
1
-0
/
+92