summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals
AgeCommit message (Expand)Author
2011-05-04Fix last known 'variable set but not used' warning reported from GCC 4.6.0.Andree Buschmann
2011-05-01Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann
2010-11-30HD300 - plugins keymapsMarcin Bukat
2010-11-02More plugin keymaps for the GoGear HDD6330.Robert Menes
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-03-28Fractals: Remove redundant assignment to a variable (y_delta)Tomer Shalev
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok
2010-01-30mandelbrot: start with bright colors on greyscaleRafaël Carré
2010-01-30mandelbrot: use correct colors on greyscale targets (FS#10935)Rafaël Carré
2010-01-21fractals: set svn:keywords property.Teruaki Kawashima
2010-01-21Fractals: this should fix bugs on simulator for greyscale LCD targets.Teruaki Kawashima
2010-01-19Fractals: No need to have globals under ctx structTomer Shalev
2010-01-18Fractals: Use overlay (do not clear the screen and paint the same region) whe...Tomer Shalev
2010-01-18Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces.Teruaki Kawashima
2010-01-17Fractals: Have helper functions in header file to keep them inlinedTomer Shalev
2010-01-17Fractals: Use more colorsTomer Shalev
2010-01-17Fractals: Prevent zooming more than deepest possible zoomTomer Shalev
2010-01-17Fractals: Fix SAMSUNG_YH_PAD key assignment. Also fixes redTomer Shalev
2010-01-17Fractals: Fix redTomer Shalev
2010-01-17Fractals: Add forgotten FRACTAL_ZOOM_OUT_PRE to button_yield()Tomer Shalev
2010-01-17Fractals: Use constants for screen panningTomer Shalev
2010-01-15Fractals: Use defines for colorsTomer Shalev
2010-01-15Fractals: Fix yellowTomer Shalev
2010-01-15Mandelbrot: Another try at fixing redsTomer Shalev
2010-01-15Fractals: Fix redTomer Shalev
2010-01-15FS#10911 - Plugins: Fractals (formerly Mandelbrot) Tomer Shalev