aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Mandelbrot: Work around #12821.hrev50360Augustin Cavalier2016-06-18-1/+1
* Mandelbrot: Implement trivial multithreading.Augustin Cavalier2016-06-18-21/+78
* Mandelbrot: More coding style fixes.Augustin Cavalier2016-06-18-13/+13
* Mandelbrot: Add about window.Augustin Cavalier2016-06-18-0/+17
* Mandelbrot: Implement mouse wheel zooming.Augustin Cavalier2016-06-18-0/+15
* Mandelbrot: Reset position when changing sets.Augustin Cavalier2016-06-18-0/+11
* Mandelbrot: Add 'box-select-to-zoom' support.Augustin Cavalier2016-06-18-10/+80
* Mandelbrot: Add 'Iterations' menu.Augustin Cavalier2016-06-18-7/+51
* Mandelbrot: Rename the last global constants and remove some unused ones.Augustin Cavalier2016-06-18-60/+23
* Mandelbrot: Fix the last warnings, enable -Werror.Augustin Cavalier2016-06-18-9/+9
* Mandelbrot: Style fixes.Augustin Cavalier2016-06-18-14/+8
* Mandelbrot: Get rid of RenderPixelSmooth.Augustin Cavalier2016-06-18-53/+7
* Mandelbrot: Implement changing sets.Augustin Cavalier2016-06-18-2/+48
* Mandelbrot: Implement palette switching.Augustin Cavalier2016-06-18-6/+64
* Mandelbrot: Fix resizing.Augustin Cavalier2016-06-18-6/+22
* Mandelbrot: Set the pixels in the Render functions.Augustin Cavalier2016-06-18-27/+22
* Move the FractalEngine to its own thread.Augustin Cavalier2016-06-18-107/+201
* Mandelbrot: Add zoom out, correct initial render.Augustin Cavalier2016-06-18-12/+15
* Mandelbrot: Scrap the old app, initial workings of a new one.Augustin Cavalier2016-06-18-870/+2359