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
/
scroll_engine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-2
/
+2
2018-05-23
Remove lcd_scroll_worker from bootloader except remote displays and charcell
William Wilgus
1
-0
/
+2
2014-01-12
scroll_engine: Fix FS#12894: Text scrolling stops working after a few seconds...
Thomas Martitz
1
-1
/
+4
2013-12-14
scroll_engine: Major rework to support pixel-based scrolling and scroll callb...
Thomas Martitz
1
-7
/
+12
2013-12-14
scroll_engine: Split out common main and remote lcd functions.
Thomas Martitz
1
-171
/
+10
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-15
/
+21
2012-01-09
Commit FS#12454 - Faster line scroll speed by Martin Sagmuller.
Michael Giacomelli
1
-4
/
+4
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
1
-1
/
+1
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
1
-1
/
+2
2010-07-31
Various minor clean-ups for mrobe
Bertrik Sikken
1
-2
/
+2
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-2
/
+2
2009-09-04
Const police raid\!
Nils Wallménius
1
-6
/
+9
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
1
-4
/
+4
2008-07-02
revert that scroll engine stuff... good in theory, but broken.
Jonathan Gordon
1
-29
/
+4
2008-07-02
going out for a while and dont want to leave it partially broken.. ill re-ena...
Jonathan Gordon
1
-0
/
+3
2008-07-02
fix red
Jonathan Gordon
1
-0
/
+4
2008-07-02
fix FS#9140 by changing stop_scroll so it stops scrolling lines which would o...
Jonathan Gordon
1
-8
/
+30
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-20
Killed unnecessary global variables by making them static.
Bertrik Sikken
1
-1
/
+1
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
1
-0
/
+68
2007-10-16
Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...
Michael Sevakis
1
-1
/
+1
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
1
-4
/
+4
2007-10-15
Remove the "invert scroll" code since it's not used anywhere anymore (and it ...
Antoine Cellerier
1
-30
/
+0
2007-09-30
Woops, forgot to change it here too.
Antoine Cellerier
1
-8
/
+0
2007-09-30
Save a few bytes in the line selector style handling code.
Antoine Cellerier
1
-0
/
+10
2007-07-28
Scroll on main and remote with a single thread. Change the way system message...
Michael Sevakis
1
-0
/
+302