summaryrefslogtreecommitdiffstats
path: root/apps/plugins/fire.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-1/+1
2009-09-02Fire: Add support for 256 color hardware pallete modeKarl Kurbjun1-0/+17
2009-01-16loader-initialized global plugin API:Andrew Mahone1-8/+5
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-4/+4
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
2008-04-06Adapt the remaining plugins to put the greyscale isr on cop. Now they can be ...Jens Arnold1-1/+2
2008-03-02Greyscale library: Preparations for a gamma measurement plugin.Jens Arnold1-1/+1
2008-02-24The fire plugin got slightly too big for the Archos plugin buffer with one of...Marianne Arnold1-2/+2
2008-01-23Fixed the problems on the new version of the fire plugin (so repush it), adde...Kevin Ferrare1-277/+187
2008-01-22Revert today's fire commits because it crashed all the targets I could test w...Marianne Arnold1-151/+233
2008-01-22A commit without a single warning is not really funKevin Ferrare1-2/+2
2008-01-22Fire plugin : initializes palettes with a function instead of storing them in...Kevin Ferrare1-233/+151
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold1-0/+1
2008-01-10woopsJonathan Gordon1-2/+2
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2008-01-07Forgot to commit the adaption of 'fire' to the new greylib.Jens Arnold1-36/+47
2007-09-22Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski1-0/+7
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold1-1/+2
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/+5
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-1/+2
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-1/+1
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+7
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-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+7
2006-09-08Fire: * Improved greyscale palette. * Fixed colour mode (palette was inverted...Jens Arnold1-103/+97
2006-08-07Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold1-1/+1
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+7
2006-08-02Grayscale library: LCD linearisation and gamma correction.Jens Arnold1-1/+1
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-0/+5
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner1-2/+2
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner1-3/+3
2006-03-27x5: use as default BUTTON_POWER to close a pluginChristian Gmeiner1-1/+1
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg1-1/+1
2006-03-02gigabeat related changesMarcoen Hirschberg1-0/+7
2006-02-26Patch #4718 from Mikael Magnusson - colour support for the fire plugin. Opti...Dave Chapman1-3/+97
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold1-2/+0
2006-02-05iPod: Make the plugins compile on the iPod 4G grayscaleDave Chapman1-3/+16
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-7/+2
2005-10-07New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and op...Jens Arnold1-0/+300