summaryrefslogtreecommitdiff
path: root/firmware/scroll_engine.c (follow)
Commit message (Expand)AuthorAge
* scroll_engine: Fix FS#12894: Text scrolling stops working after a few seconds...Thomas Martitz2014-01-12
* scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz2013-12-14
* scroll_engine: Split out common main and remote lcd functions.Thomas Martitz2013-12-14
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Commit FS#12454 - Faster line scroll speed by Martin Sagmuller.Michael Giacomelli2012-01-09
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Various minor clean-ups for mrobeBertrik Sikken2010-07-31
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Const police raid\!Nils Wallménius2009-09-04
* Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2009-03-17
* revert that scroll engine stuff... good in theory, but broken.Jonathan Gordon2008-07-02
* going out for a while and dont want to leave it partially broken.. ill re-ena...Jonathan Gordon2008-07-02
* fix redJonathan Gordon2008-07-02
* fix FS#9140 by changing stop_scroll so it stops scrolling lines which would o...Jonathan Gordon2008-07-02
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman2008-01-07
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier2007-10-15
* Woops, forgot to change it here too.Antoine Cellerier2007-09-30
* Save a few bytes in the line selector style handling code.Antoine Cellerier2007-09-30
* Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2007-07-28