summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
AgeCommit message (Collapse)Author
2012-08-04Add info to 'about' window with acknowledgements, etc.don bright
2012-07-05Merge branch 'master' into valueMarius Kintel
Conflicts: src/parsersettings.cc
2012-07-01Add link to Wikibooks manual for 'not 2-manifold' error on export.don bright
2012-07-01Fixed normalization bug: node limit wasn't checked properly and some cases ↵Marius Kintel
triggered exponential expansion of nodes during normalization. Fixes #127
2012-05-02Moved examplesdir to mainwinMarius Kintel
2012-04-24Merge branch 'master' into valueMarius Kintel
2012-04-23Some trivial fixes for compiler warningsClifford Wolf
2012-04-23Fixed build for old OpenCSG versions (no OPENCSG_VERSION_STRING)Clifford Wolf
2012-03-27Rewrote the Value class to be based on boost::variant - this should reduce ↵Marius Kintel
memory footprint and improve performance
2012-02-25fixed crash bug introduced in previous commitMarius Kintel
2012-02-22bugfix: include dependency trackng didn't work for top-level includes. ↵Marius Kintel
Reported by Gordon Wrigley
2012-02-19Fixed recently introduced bug: Don't clear console unless something is being ↵Marius Kintel
compiled
2012-02-18Reenable output in the OpenSCAD consoleMarius Kintel
2012-02-17Merge branch 'master' into modulecacheMarius Kintel
2012-02-17Handle include dependenciesMarius Kintel
2012-02-17missing include boost/version.hppMarius Kintel
2012-02-15Print info about module cache sizeMarius Kintel
2012-02-15Started on sanitizing compile handling in mainwindowMarius Kintel
2012-02-15Reenable console outputMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-02-15Renamed OpenGL Info to Library Info and added version info of other ↵Marius Kintel
libraries there
2012-01-27Fixed bug reported by Pasca Andrei: Normalizations resulting in an empty ↵Marius Kintel
tree caused a crash
2012-01-25Reinstated progress support for OpenCSG evaluationMarius Kintel
2012-01-25Fixed recently introduced crash bug when using the % and # operator, ↵Marius Kintel
reported by Triffid Hunter
2012-01-25Ported printutils away from QtMarius Kintel
2012-01-25Temporarily removed progress output from file exporting to remove Qt ↵Marius Kintel
dependency. When reinstating this, use another mechanism
2012-01-18Make CSG normalization limit follow the configured CSG limitMarius Kintel
2012-01-14Added OPENSCAD_COMMIT define to show which git commit a binary actually is ↵Marius Kintel
built from in the about box. Pass -c to release_common.sh to turn this on. Please use this for development builds, see publish-macosx.sh for how development vs. release is handled
2012-01-14Added experimental support for forcing OpenCSG to use the Goldfeather algorithmMarius Kintel
2012-01-09Added GUI for cache size adjustmentMarius Kintel
2012-01-09Started on cache size management: Let cache sizes be read from Preferences, ↵Marius Kintel
measure cache sizes in bytes
2012-01-09Merge branch 'master' into threadingMarius Kintel
Conflicts: RELEASE_NOTES
2012-01-04Merge branch 'master' into threadingMarius Kintel
Conflicts: RELEASE_NOTES
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2012-01-04make default font monospace per bug rep by brad pitcherDon Bright
2011-12-29Since QFont style hints won't work on X11, we force the font to fixed pitch ↵Marius Kintel
if the family isn't set
2011-12-29Don't inherit QTextEdit's default font when choosing font familyMarius Kintel
2011-12-26Refactored normalization into a separate class, hard-limited normalization ↵Marius Kintel
to stop at 5000 nodes to keep from normalizing 'forever'
2011-12-26Merge branch 'master' into threadingMarius Kintel
2011-12-26Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: openscad.pro src/module.h
2011-12-26Some light refactoring attempts, didn't get very far..Marius Kintel
2011-12-25fixed recently introduced locking bugMarius Kintel
2011-12-25Perform CGAL evaluation in a separate thread. First steps towards better GUI ↵Marius Kintel
responsiveness and parallelization
2011-12-24Ported currentdir handling from Qt to boost filesystemMarius Kintel
2011-12-24Extracted librarydir initialization to separate functionMarius Kintel
2011-12-12bugfix: Default font size was set to 0 - will now be 12Marius Kintel
2011-12-09bugfix: forgot to initialize openglboxMarius Kintel
2011-12-09Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.xMarius Kintel
2011-12-06Refactoring: Use shared_ptr instead of our own shared pointer implementation ↵Marius Kintel
for CSGTerm
2011-12-04Killed some warningsMarius Kintel
contact: Jan Huwald // Impressum