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