Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-13 | Adapted wil1471's pull request #385 to master | Marius Kintel | |
2014-02-06 | Remove automatic validity check at end of render | Oskar Linde | |
In more complex cases, the final Nef_Polyhedron is_valid check() took up to 30 % of the total rendering time just to be able to say Valid: YES. In the case of cached geometry, the validity check was totally dominating the execution time when doing a render. This patch removes the automatic validity check, instead adding a menu command "Check Validity". Conflicts: src/mainwin.cc | |||
2014-02-06 | Editor: Implement Search & Replace | Oskar Linde | |
Conflicts: src/MainWindow.h | |||
2014-02-06 | Editor: Implemented simple Find functionality | Oskar Linde | |
Conflicts: src/MainWindow.h | |||
2013-12-29 | enable disabling of syntax highlighter, add highlighter for dark backgrounds | Don Bright | |
2013-10-31 | Add menu entry "Reset View" to reset viewport to initial settings (fixes ↵ | Torsten Paul | |
Issue #434). | |||
2013-10-04 | Make recent examplesdir changws work for MDI mode | Marius Kintel | |
2013-09-20 | allow openscad binary to be compiled with or without QT. use non-QT for tests. | Don Bright | |
2013-05-28 | Minor refactoring, no longer automatically reloads if a dependency disappears | Marius Kintel | |
2013-05-28 | Changed compile GUI logic to properly handler automatic reload on cascading ↵ | Marius Kintel | |
changes | |||
2013-05-21 | Added meny entry for disclosing the library path. Part of #125 | Marius Kintel | |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new ↵ | Marius Kintel | |
FileContext class. Not quite there yet, but almost | |||
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵ | Marius Kintel | |
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used) | |||
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 | |||
2013-02-24 | Merge branch 'master' of github.com:openscad/openscad into issue11_2 | don bright | |
Conflicts: RELEASE_NOTES openscad.pro src/mainwin.cc | |||
2013-02-21 | re-simplify library info window. start to unify glview.save() | don bright | |
2013-02-21 | obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box. | don bright | |
2013-02-05 | First version of automatic updates for Mac | Marius Kintel | |
2013-01-26 | fixup root modifier bug | don bright | |
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 |