summaryrefslogtreecommitdiff
path: root/graphics/gfract/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Fix various case of missing includes due to libstdc++'s namespacejoerg1-3/+4
pollution.
2011-11-24Fix build with newer GCCjoerg1-0/+11
2011-07-05Fix build with current png and gtk2. Fix patch-aa to not (inadvertently?)dholland2-3/+23
disable optimization. No version bump since package wasn't buildable.
2007-10-05Don't define GTK_DISABLE_DEPRECATED to unbreak the build.joerg1-6/+6
2006-01-26Update to 0.32, ben@ ok:wiz1-6/+8
0.32 ---- - Pressing Enter while zooming activates the selected zoom region. - Add "Reset fractal" menu commmand. 0.31 ---- James W. Morris -Add -DGTK_DISABLE_DEPRECATED, fix all resulting errors. -Add 'Apply' button to attributes dialog.
2004-11-25Update gfract to version 0.3. Notable changes include:ben1-23/+24
- Use GTK2. - Allow palettes with unlimited number of entries. - User specified coloring algorithms. - Palette interpolation. - Change over to using C++. - Documentation changes
2002-09-22buildlink1 -> buildlink2jlam1-3/+3
2001-08-23Substitute ${PREFIX} for /usr/local, not /usr/pkg. Also use GTK_CONFIGjlam2-16/+3
instead of directly specifying the path to gtk-config.
2001-08-12Initial import of gfract-0.21zuntum2-0/+43
Gfract is a GTK-based fractal program that currently implements the standard Mandelbrot and Julia sets. It features infinite image size with infinite anti-aliasing if you have the memory for it (well, at least 2^31 x 2^31 image sizes), Julia instant preview mode and PNG support. For palette files it uses the same format as Fractint does. Package provided by Ben Collver <collver@linuxfreemail.com> in pkg/13696