Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | bugfix: background and highlight was broken after refactoring | Marius Kintel | |
2011-08-04 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/OpenCSGRenderer.cc src/csgops.cc src/mainwin.cc src/polyset.cc src/projection.cc | |||
2011-08-03 | fix broken build on systems that use case sensitive filenames (linux) | Don Bright | |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc | |||
2011-07-30 | removed unused member variable 'enableOpenCSG' | Marius Kintel | |
2011-07-30 | Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal ↵ | Marius Kintel | |
is to become independent of Qt | |||
2011-07-23 | Merge branch 'cgal-renderer-refactor' of gitorious.org:openscad/openscad ↵ | Marius Kintel | |
into cgal-renderer-refactor | |||
2011-07-11 | merged in recent changes in master | Marius Kintel | |
2011-07-10 | missing newline | Marius Kintel | |
2011-07-05 | cleanup | Don Bright | |
2011-07-05 | move functions to more logical location | Don Bright | |
2011-07-05 | Save the setting of 'Design/Auto Reload and Recompile' between sessions | Don Bright | |
2011-07-03 | Save the window position and sizes of the edit & console windows between ↵ | Don Bright | |
sessions. | |||
2011-07-03 | Save view settings between sessions. | Don Bright | |
A list of the saved settings is as follows: * Show Edges * Show Axes * Show Crosshairs * View Orthogonal / View Perspective * Hide Console * Hide Editor | |||
2011-06-05 | Added Export as Image | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-04-09 | Removed the remaining crud. | Giles Bathgate | |
2011-04-09 | Removed a huge whitespace preceeding a lines of code. | Giles Bathgate | |
2011-04-09 | Move setColor into Polyhedron class which is a much more sensible place. | Giles Bathgate | |
2011-04-09 | Remove all the crud from CGAL_Renderer.h, and subclass of the differences. | Giles Bathgate | |
2011-02-09 | Merge branch 'visitor' into pi-constant | Marius Kintel | |
2011-02-05 | Proof of concept implementation of builtin constants. | Giles Bathgate | |
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | Copyright updates | Marius Kintel | |
2011-01-17 | removed unused unistd.h | meta | |
2011-01-17 | rename to fix a name clash with inner scope | meta | |
2011-01-17 | replace stat() with QFileInfo | meta | |
2010-12-25 | Suggest filename based on document name on export | Marius Kintel | |
2010-11-08 | Cosmetics, temporarily disabled preferences in GLView | Marius Kintel | |
2010-11-07 | Allow render_polyset() to return NULL | Marius Kintel | |
2010-11-06 | Quick&Dirty locking of GUI to avoid running two compilations in parallel | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
2010-11-01 | cosmetics | Marius Kintel | |
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | bugfix: Matrix initialization state was wrong, made CSGTermRenderer fail | Marius Kintel | |
2010-10-31 | Improved CSGTermRenderer to a testable point | Marius Kintel | |
2010-10-31 | cosmetics | Marius Kintel | |
2010-10-31 | assert fix (forgot to set root node on the tree) + mix. coding style fixes + ↵ | Marius Kintel | |
a note to remember that this is the visitor refactor version | |||
2010-10-31 | Compile fixes after working in test-code/ | Marius Kintel | |
2010-10-31 | export to stream for stdout/stderr output support | Marius Kintel | |
2010-10-31 | bugfix: use case sensitive includes | Marius Kintel | |
2010-10-31 | Another refactoring session: | Marius Kintel | |
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer | |||
2010-10-31 | Initial implementation of CGALRenderer | Marius Kintel | |
2010-10-31 | Added REMOVE_DUMP define | Marius Kintel | |
2010-10-31 | Committed current version of visitor refactoring | Marius Kintel | |
2010-07-02 | Some fixes by Jestin Stoffel | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@566 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-12 | fixed check-before-reload, also for the Reload (F3) function | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@556 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-05-09 | Clifford Wolf: | clifford | |
Added "Design -> Automatic Reload and Compile" (for use with external editor) git-svn-id: http://svn.clifford.at/openscad/trunk@540 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-05-08 | Clifford Wolf: | clifford | |
Ask user when reloading with local midifications git-svn-id: http://svn.clifford.at/openscad/trunk@536 b57f626f-c46c-0410-a088-ec61d464b74c |