index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
credits.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
plugins: Fix the builds for targets lacking HAVE_BACKLIGHT
Solomon Peachy
1
-1
/
+5
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-68
/
+0
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-5
/
+2
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
1
-2
/
+2
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
1
-4
/
+2
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-6
/
+3
2009-01-08
revert r19638 which was just bad...
Jonathan Gordon
1
-6
/
+2
2009-01-02
FS#9742 - hopefully the last of these
Jonathan Gordon
1
-3
/
+7
2008-12-13
Some plugins need to yield under heavy user input especially with a scrollwheel.
Michael Sevakis
1
-0
/
+2
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-21
fix yellow
Jonathan Gordon
1
-17
/
+17
2008-05-20
Make local functions static and rename STOP_AUTOSCROLL to lowercase.
Bertrik Sikken
1
-16
/
+16
2008-05-13
Plugin parameters should be const.
Steve Bavin
1
-2
/
+2
2007-10-15
use the list context in credits which has to be defined for every target
Jonathan Gordon
1
-21
/
+36
2007-09-06
Credits: better counter when scrolling manually
Peter D'Hoye
1
-2
/
+3
2007-09-03
Make the credits scrolling changes a bit more user friendly, use actions and ...
Peter D'Hoye
1
-232
/
+185
2007-08-30
the last oops?
Peter D'Hoye
1
-0
/
+6
2007-08-30
fix yellow :)
Peter D'Hoye
1
-1
/
+1
2007-08-30
fix red
Peter D'Hoye
1
-0
/
+12
2007-08-30
Accept FS #6854 by Sylvain Fourmanoit: allow navigation when viewing credits ...
Peter D'Hoye
1
-41
/
+147
2007-08-16
Pass plugin api pointer to funtion directly, fixes crashes when doing increme...
Peter D'Hoye
1
-2
/
+2
2007-08-15
Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...
Peter D'Hoye
1
-3
/
+4
2007-07-27
Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.
Jens Arnold
1
-1
/
+2
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
1
-1
/
+2
2007-03-14
Correct a comment
Dave Chapman
1
-1
/
+1
2007-03-14
The code police strikes back
Linus Nielsen Feltzing
1
-2
/
+2
2007-03-14
Always restore backlight timer when user exits Version screen - fix FS#6811
Steve Bavin
1
-1
/
+5
2006-08-09
fix scroll speed on the gigabeat
Marcoen Hirschberg
1
-0
/
+4
2006-05-29
Fix Player builds and extend the delay between the last name appearing and th...
Zakk Roberts
1
-5
/
+5
2006-05-29
Entirely rewritten credits roll for bitmap LCDs, loosely based on my Clock cr...
Zakk Roberts
1
-39
/
+158
2006-05-02
Player: Credits plugin correctly working with UTF-8. Patch by Marcoen Hirschb...
Jens Arnold
1
-4
/
+5
2006-03-21
Display logo for 3 seconds instead of 2 before rolling the credits - makes it...
Zakk Roberts
1
-2
/
+2
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
1
-1
/
+2
2005-12-02
numerous gcc4 (un)signed warnings killed
Daniel Stenberg
1
-3
/
+4
2005-09-22
Credit scroll speed as sine wave in an attempt to beome more readable on the
Daniel Stenberg
1
-1
/
+12
2005-09-02
Patch #1272052 by Henrik Backe - Move credits to a plugin
Linus Nielsen Feltzing
1
-0
/
+154