| 2013-02-04 |
Ross Younger | CLI: Handle plot fails-to-start situations more gracefully. master |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
Ross Younger | Fix max zoom limit so that the user can always turn... |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
Ross Younger | Attempt to work around occasional crash in MainWindow... |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
Ross Younger | Pixel livecount now correctly handles pixels which... |
commit | commitdiff | tree | snapshot |
| 2013-02-01 |
Ross Younger | Add PORTING note and autoconf warning pointing to it |
commit | commitdiff | tree | snapshot |
| 2013-02-01 |
Ross Younger | Reunify exception throwing. |
commit | commitdiff | tree | snapshot |
| 2013-02-01 |
Ross Younger | Make BrotException properly subclass std::exception. |
commit | commitdiff | tree | snapshot |
| 2013-02-01 |
Ross Younger | Split up Fractal.h into Fractal, FractalMaths and Fract... |
commit | commitdiff | tree | snapshot |
| 2013-01-29 |
Ross Younger | Update vgsupp for raring |
commit | commitdiff | tree | snapshot |
| 2013-01-28 |
Ross Younger | Build fix for quantal and raring. |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Create some simple fractal known-answer tests to valida... |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Tweak tests to reduce run time |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | b2test.valgrind accepts args to pass on to the tester |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Allow float and double to be configured out, as they... |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Add float maths type |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Tweak benchmarks. |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Fix b2benchmark build deps |
commit | commitdiff | tree | snapshot |
| 2013-01-27 |
Ross Younger | Overhaul maths traits so that the master list lives... |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Move maths type autodetection into Fractal where it... |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Plot3Plot: allow callers to explicitly specify the... |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Merge branch 'hayai-benchmark' |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Now benchmark a Mandelbrot point |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Make hayai build with -Werror=non-virtual-dtor |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Automake framework to run benchmarks |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Import Nick Bruun's hayai benchmarker |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Merge branch 'traits-maths' |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Add vgsupps for building/testing under fakeroot (sigh) |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Add vgsupps for building/testing under fakeroot (sigh) |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Update makefile to tidy out-of-tree build |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Refactor tests to fit in with new maths scheme. |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | And refactor and re-enable Mandeldrop and Misc. |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Refactor and re-enable Mandelbar |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Refactor the remaining Mandelbrots into the new form |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Bring Mandelbrot_Generic back online |
commit | commitdiff | tree | snapshot |
| 2013-01-26 |
Ross Younger | Create MathsMixin helper and template-tastic Mandelbrot... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Ross Younger | We don't need AXIS_LENGTH_PRECISION any more. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Another vgsupps tweak for raring |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Use fabsl instead of fabs |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | MainWindow::do_plot now catches exceptions |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Enable value_traits<long double> |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Add lookup table for value type names |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Create Fractal::smallest_min_pixel_size() for use by... |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Pick the most appropriate maths for the plot, given... |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Placeholder trait impl for long double. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Create value_e identifying the type of value arithmetic... |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Rewrite Mandelbrot as template-driven |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Fractal should use logl for now, not log. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | ChunkDivider should cast to Value, not to double. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Move MINIMUM_PIXEL_SIZE into a traits class. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Temporarily disable all but the classic Mandelbrot... |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Ross Younger | Type-mungery to make MockPalette build. |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Remove duplication of names in fractal registration |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Teach palettes to known their names. |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Tidy up fractalimpl registration |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Tweak fractal impl construction and registration; put... |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Typo fix vgsupps |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Update vgsupps for raring |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | changelog for previous |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Ross Younger | Palette tweaks: |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
Ross Younger | New version placeholder |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
Ross Younger | Stamp release 1.1 branch-release-1.1 |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
Ross Younger | Make Plot3Plot able to be destroyed without necessarily... |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
Ross Younger | Fix memory leak in Plot3Test notifies_test() |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Tidyup: Merge Plot3Plot::threadfunc() into run(). |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | LP#1099061: Don't spawn one thread per plot, use a... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Merge branch 'LP1033910-better-res-limit-behaviour' |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | LP#1033910: MainWindow now also keeps track of the... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Tune default MinEscapeePct to 14. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | fix missing file in Makefile.am |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Merge branch 'LP1033910-better-res-limit-behaviour' |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | LP#1033910: Don't allow a straight zoom-in if we're... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | LP#1033910: Better setting of the clip flag. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Add (max!) to the HUD when the clip flag is set |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Allow MainWindow clip/aspectfix flags to be reported |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Merge branch 'LP1039385-HUD-improvements' |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Recut zoom output: |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | HUD now supports Pango marked-up text |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Tweak precision of the 'zoom' string output |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | HUD now acts on the show-zoom pref. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Plot3Plot::info_zoom() now takes a bool, to show 'Zoom... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Add HUDShowZoom to PrefsDialog |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Create pref HUDShowZoom, to show the 'Zoom:' legend... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Update copyright dates |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Now we can act upon the HUDOutlineText pref. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Wire HUDOutlineText into the PrefsDialog |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Create new preference HUDOutlineText |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | HUD: Rename h,w -> last_drawn_{h,w} for sanity. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Update changelog |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Finally, draw the HUD in the selected size. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Update PrefsDialog sample text to reflect the selected... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Add new preference HUDFontSize |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | PrefsDialogBits::HUDFrame: Create font size widget... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Refactor PrefsDialogBits::HUDFrame grid layout to simpl... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Ross Younger | Refactor PrefsDialogBits::HUDFrame layout code to use... |
commit | commitdiff | tree | snapshot |
| next |