summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
AgeCommit message (Collapse)Author
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
2011-11-09bugfix: Fix problem with progress bar sometimes jumping backwardsMarius Kintel
2011-11-05bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate codeMarius Kintel
2011-10-30Merge branch 'visitortests'Marius Kintel
2011-10-30Enable standard shortcuts for save and reload on Linux and Windows. F2/F3 ↵Marius Kintel
will still work.
2011-10-30Killed unnecessary using statementMarius Kintel
2011-10-20Merge branch 'master' into visitortestsMarius Kintel
2011-10-19Experimental support for exporting the compiled CSG tree as a text fileMarius Kintel
2011-10-16clean up linux changes to fit with win32 changes.Don Bright
2011-10-04Merge branch 'master' into visitortestsMarius Kintel
Conflicts: src/polyset.h
contact: Jan Huwald // Impressum