summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
AgeCommit message (Collapse)Author
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
2011-10-03Don't try to autoreload empty file. Version string cosmeticsMarius Kintel
2011-09-30Cleaned up some unnecessary includesMarius Kintel
2011-09-27Merge branch 'master' into visitortestsMarius Kintel
2011-09-27This should fix the double C:/C:/ bug when dropping a file into the editor ↵Marius Kintel
under Windows, reported by Stony Smith
2011-09-20get throwntogetherrenderer working in tests (initalize csgInfo to null)Don Bright
2011-09-12Don't output deprecated parameters if they're not specifiedMarius Kintel
2011-09-11Change the diagonal view so that the object's front faces the lightMarius Kintel
2011-09-11Implemented CGAL cachingMarius Kintel
2011-09-11Fixed bug introduced by the new PolySet cache; string filtering done in the ↵Marius Kintel
wrong place, refactored cache into separate class
2011-09-11Reenabled PolySet caching. Pass shared_ptrs to polysets around to better ↵Marius Kintel
manage memory
2011-09-09Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵Marius Kintel
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator
2011-09-08Update recent file also on save/saveasMarius Kintel
2011-09-08Removed duplicate error message on parser errorMarius Kintel
2011-09-07Implemented OFF exportMarius Kintel
2011-09-06bugfix: When canceling the file open dialog, don't open a new windowMarius Kintel
2011-09-04Ported use for Qt's foreach to BOOST_FOREACHMarius Kintel
2011-09-03Filename case fixMarius Kintel
2011-09-03Extracted handle_dep() to separate source fileMarius Kintel
2011-09-03Some cleanup of the Context classMarius Kintel
2011-09-03More de-Qt-ifyMarius Kintel
contact: Jan Huwald // Impressum