ChangeLog ------------------------------ Version 0.6.2: Added case-insensitive sorting to the list of loaded colormaps Fixed bug which incorrectly displayed the first color in colormaps Cleaned up compilation Updated website, email, version info Version 0.6.1: Finally got the linking to libjpeg working properly Fixed SegFault when importing a new colormap Version 0.6.0: Converted to C++ (easier to parse -- removed a lot of duplicate code!!) Sped up generation algorithm considerably Fixed bugs in, and in general cleaned up, preview dialog Added "Next", "Previous", "Go To Mandel Coords", "Re-Scale", "Re-center and Re-scale" to state context menu --help, --version command line options JPEG export from command line Removed buggy combo box Changed "Reset Coords" to comply with image size Changed widget attachments in dialog boxes (resizing is much better handled now) Fixed hasChanged flag bug with ResetCoords and CoordStyle buttons Removed duplicate / test states and maps Put function index information in state files (now smarter load/save!) Version 0.5.8: Added a file list of colormaps to colormap window for easy access Misc. bug fixes Version 0.5.7: libjpeg is now an option, not a necessity Export PPM capability (courtesy of Jim Susinno) New -l command option New -o command option Changed new image appearance during generation (keep old fractal "underneath") Added ability to create a Julia set based on a Mandelbrot set's coords (see next item) New popup menu for each fractal -- delete, change colors, zoom in/out, create Julia set New way of inputting coordinates: [x|y] [center|radius] Smarter load now detects which set is being loaded - Julia or Mandelbrot Better aspect ratio function: other radius updated on change in center/radius mode Version 0.5.6-1: Fixed the configure script Version 0.5.6: Added export image function (so far, just JPEG images) Improved compatability: Now users who don't have ComboBox capabilities can still run EyeFract Brought back percentage update during fractal generation (in message bar) Changed load/save states to incorporate color information Improved aspect ratio -- auto-adjust width/height Improved color map settings to properly retain old information on abort General program cleanup Version 0.5.5: Create colormaps algorithm Sorted through, fixed holes in provided colormaps Preview dialog box, clicking brings each state up - delete state option! - change colormap, just overwrite the existing state Command line option for loading a pixmap Documentation! Version 0.5.4: Fixed "Abort" bug, so now the proper state is displayed Added a maintain aspect ration function on mouse drag zoom MUCH faster fractal production -- 125%-150% faster! Introduced colormaps to nicer looking, smoother images - can import, export colormaps Version 0.5.3: Higher precision for all variables Fixed multiple-instance dialogs (only one of each at a time now) Dialog box during fractal generation - gives percentage updates, has abort feature Version 0.5.2: General optimization: - eliminated even more variables, functions, etc.. - linked list of states now, no longer an array Reintroduced navigating through states with buttons on menubar Now catch accidental clicks of the Iterate button (before we iterate, make sure something's changed!) Version 0.5.12: General optimizing - eliminated many variables, etc.. Removed blackhole.msn. Realized it was a black hole because MAXITS was too small! Added optimization to command line - speed baby, yea! (thanks Moody!) Updated website (changed URL too) Version 0.5.11: Found a bug in the inversion of the vertical axis... FIXED Added the ability of custom colors Increased speed of fractal generation a little more Version 0.5.10: inverted vertical coordinates -- now up is positive (the intuitive, stupid) changed coloring algorithm to something which is much cooler, and FAST! allowed user to input colors (intuitiveness (?) strikes again!) error checking on load file (long overdue) Version 0.5.05: enabled a drop-down box for selecting other functions besides quadratics fixed a seg fault after first julia set Version 0.5.04: moved option bar to a separate dialog box - this allows the scrollbars to work as intended added a Reset option to option dialog box fixed zoom in so that highlighted boxes of width or height 0 are ignored added some convenience functions to clean up code moved Iterate button to menubar Version 0.5.02: added scrollbars (still needs work) added a status bar which displays the coordinates of the mouse pointer added zoom in and zoom out with single click (zoom factor input) Version 0.5.01: VASTLY improved drawing algorithm-- got rid of sqrts does not redraw fractal with each pass got rid of minimum requirements for pixel size scrolling enabled Version 0.5: zoom in and out -- coords automatically updated input fields on left for xmin, xmax, ymin, ymax, num_iters WITH error checking check for array overflow input for subA (warning if len_subA > 2 !!) input for color offset!! input for color smoothing width, height input input for b/w or color faded-in drawing of fractal BUTTON BAR TO SKIP TO ANY STATE Save/load state to/from disk - just numbers, generate pix united mandel and julia FULLY (FINALLY)