summaryrefslogtreecommitdiffstats
path: root/apps/plugins/credits.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-4/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-6/+3
2009-01-08revert r19638 which was just bad...Jonathan Gordon1-6/+2
2009-01-02FS#9742 - hopefully the last of theseJonathan Gordon1-3/+7
2008-12-13Some plugins need to yield under heavy user input especially with a scrollwheel.Michael Sevakis1-0/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-21fix yellowJonathan Gordon1-17/+17
2008-05-20Make local functions static and rename STOP_AUTOSCROLL to lowercase.Bertrik Sikken1-16/+16
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2007-10-15use the list context in credits which has to be defined for every target Jonathan Gordon1-21/+36
2007-09-06Credits: better counter when scrolling manuallyPeter D'Hoye1-2/+3
2007-09-03Make the credits scrolling changes a bit more user friendly, use actions and ...Peter D'Hoye1-232/+185
2007-08-30the last oops?Peter D'Hoye1-0/+6
2007-08-30fix yellow :)Peter D'Hoye1-1/+1
2007-08-30fix redPeter D'Hoye1-0/+12
2007-08-30Accept FS #6854 by Sylvain Fourmanoit: allow navigation when viewing credits ...Peter D'Hoye1-41/+147
2007-08-16Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye1-2/+2
2007-08-15Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye1-3/+4
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-1/+2
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-1/+2
2007-03-14Correct a commentDave Chapman1-1/+1
2007-03-14The code police strikes backLinus Nielsen Feltzing1-2/+2
2007-03-14Always restore backlight timer when user exits Version screen - fix FS#6811Steve Bavin1-1/+5
2006-08-09fix scroll speed on the gigabeatMarcoen Hirschberg1-0/+4
2006-05-29Fix Player builds and extend the delay between the last name appearing and th...Zakk Roberts1-5/+5
2006-05-29Entirely rewritten credits roll for bitmap LCDs, loosely based on my Clock cr...Zakk Roberts1-39/+158
2006-05-02Player: Credits plugin correctly working with UTF-8. Patch by Marcoen Hirschb...Jens Arnold1-4/+5
2006-03-21Display logo for 3 seconds instead of 2 before rolling the credits - makes it...Zakk Roberts1-2/+2
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-1/+2
2005-12-02numerous gcc4 (un)signed warnings killedDaniel Stenberg1-3/+4
2005-09-22Credit scroll speed as sine wave in an attempt to beome more readable on theDaniel Stenberg1-1/+12
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing1-0/+154