index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
scroll_engine.c
Age
Commit message (
Expand
)
Author
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-07-31
Various minor clean-ups for mrobe
Bertrik Sikken
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2009-09-04
Const police raid\!
Nils Wallménius
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2008-07-02
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-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-20
Killed unnecessary global variables by making them static.
Bertrik Sikken
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
2007-10-16
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-15
Remove the "invert scroll" code since it's not used anywhere anymore (and it ...
Antoine Cellerier
2007-09-30
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-07-28
Scroll on main and remote with a single thread. Change the way system message...
Michael Sevakis