summaryrefslogtreecommitdiffstats
path: root/apps/plugins/fractals/fractal.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Fix last known 'variable set but not used' warning reported from GCC 4.6.0.Andree Buschmann1-2/+2
2011-05-01Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann1-1/+10
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré1-4/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-13/+7
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-7/+13
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-13/+7
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis1-20/+10
2010-01-18Fractals: Use overlay (do not clear the screen and paint the same region) whe...Tomer Shalev1-9/+16
2010-01-18Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces.Teruaki Kawashima1-0/+7
2010-01-17Fractals: Prevent zooming more than deepest possible zoomTomer Shalev1-4/+4
2010-01-17Fractals: Fix redTomer Shalev1-1/+2
2010-01-17Fractals: Add forgotten FRACTAL_ZOOM_OUT_PRE to button_yield()Tomer Shalev1-0/+3
2010-01-15Fractals: Fix yellowTomer Shalev1-2/+1
2010-01-15Fractals: Fix redTomer Shalev1-3/+0
2010-01-15FS#10911 - Plugins: Fractals (formerly Mandelbrot) Tomer Shalev1-0/+260