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