Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | bugfix: include dependency trackng didn't work for top-level includes. ↵ | Marius Kintel | |
Reported by Gordon Wrigley | |||
2012-02-17 | Handle include dependencies | Marius Kintel | |
2012-02-15 | Started on sanitizing compile handling in mainwindow | Marius Kintel | |
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel | |
2012-02-15 | Renamed OpenGL Info to Library Info and added version info of other ↵ | Marius Kintel | |
libraries there | |||
2012-01-14 | Added experimental support for forcing OpenCSG to use the Goldfeather algorithm | Marius Kintel | |
2011-12-25 | Perform CGAL evaluation in a separate thread. First steps towards better GUI ↵ | Marius Kintel | |
responsiveness and parallelization | |||
2011-12-09 | Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.x | Marius Kintel | |
2011-12-06 | Refactoring: Use shared_ptr instead of our own shared pointer implementation ↵ | Marius Kintel | |
for CSGTerm | |||
2011-10-31 | de-Qt'ified printutils | Marius Kintel | |
2011-10-19 | Experimental support for exporting the compiled CSG tree as a text file | Marius Kintel | |
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2011-09-08 | Update recent file also on save/saveas | Marius Kintel | |
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-11 | merged in recent changes in master | Marius Kintel | |
2011-07-05 | Save the setting of 'Design/Auto Reload and Recompile' between sessions | Don Bright | |
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 | |
2010-11-06 | Quick&Dirty locking of GUI to avoid running two compilations in parallel | Marius Kintel | |
2010-10-31 | Improved CSGTermRenderer to a testable point | Marius Kintel | |
2010-10-31 | Compile fixes after working in test-code/ | 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-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-04-03 | Fixed compile error and added zoomIn/zoomOut slots | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@503 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-28 | Removed MainWindow::current_win - made this a tiny bit better, decoupled ↵ | kintel | |
MainWindow from printutils git-svn-id: http://svn.clifford.at/openscad/trunk@467 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-23 | Multiple non-MDI assumptions were made, setting CWD and assuming it didn't ↵ | kintel | |
change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. git-svn-id: http://svn.clifford.at/openscad/trunk@451 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-20 | Clifford Wolf: | clifford | |
Added Help -> OpenSCAD Homepage Another RELEASE_NOTES typo fix git-svn-id: http://svn.clifford.at/openscad/trunk@445 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-12 | Delay showing the progress bar with one second | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@438 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-09 | Cleaned up progress handling, implemented cancel function. Needs more testing | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@420 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-03 | Look for includes in <openscaddir>/libraries/ | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@414 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-02 | Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" ↵ | kintel | |
to reload' git-svn-id: http://svn.clifford.at/openscad/trunk@408 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | reorganized file structure layout. more to follow... | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c |