summaryrefslogtreecommitdiff
path: root/firmware/scroll_engine.c (follow)
Commit message (Expand)AuthorAge
* 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