summaryrefslogtreecommitdiffstats
path: root/apps/plugins/demystify.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15plugins: another round of making local functions staticBertrik Sikken1-15/+16
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2010-08-25Remove build conditions inside .c plugin filesRafaël Carré1-3/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-8/+6
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-6/+8
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-8/+6
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-15/+22
2009-01-16loader-initialized global plugin API:Andrew Mahone1-9/+6
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-2/+2
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-6/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2007-11-29Fix some plugins not using the helper functions for the new backlight timeout...Jens Arnold1-10/+9
2007-07-19Demystify plugin would have crashed ...Kevin Ferrare1-3/+4
2007-07-19Remote keys support for the demystify plugin (added remote_directions to the ...Kevin Ferrare1-9/+17
2007-07-18Cleaned up the demistify plugin a litle bit, switched the key handling to the...Kevin Ferrare1-107/+73
2007-05-22Hopefully take care of the scrollwheel difficulties in plugins on e200.Michael Sevakis1-5/+13
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-1/+1
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2006-11-15Hopefully clean up some errorsKarl Kurbjun1-0/+2
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun1-0/+1
2006-10-30Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to proper...Jens Arnold1-0/+53
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+6
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+6
2006-07-01Added multi-screen API to the plugins API, made 'demystify plugin' use the re...Kevin Ferrare1-59/+81
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-0/+7
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-1/+2
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+6
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg1-0/+6
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-8/+3
2005-12-19Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...Dave Chapman1-1/+1
2005-12-14iPod: Initial attempt at button mappings for plugins. All plugins now compil...Dave Chapman1-1/+8
2005-10-07New demo plugin, screensaver style, by Kevin Ferrare.Jens Arnold1-0/+351