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