summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
AgeCommit message (Collapse)Author
2013-05-20try to refactor the 'is_modified( includefile )' codeDon Bright
2013-05-19first refactoring towards fixing issue364Don Bright
2013-05-16enable mingw64 cross build (alpha stage)Don Bright
2013-05-07Small bugfix to previous commitMarius Kintel
2013-05-07New feature: Drag and drop stl, off or dxf files will create an import statementMarius Kintel
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2013-04-09Refactored 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-03-12Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290Marius Kintel
2013-03-12Fixes problem where local changes are overwritten on automatic reload when ↵Marius Kintel
included files has changed. Fixes #162
2013-03-03make Camera into single class, simplify codedon bright
2013-02-26begin to implement --viewport option, by adding Camera class + childrendon bright
2013-02-24Merge branch 'master' of github.com:openscad/openscad into issue11_2don bright
Conflicts: RELEASE_NOTES openscad.pro src/mainwin.cc
2013-02-24remove unnecessary size command to openglboxdon bright
2013-02-24finish unify camera. unify getRenderInfo. fix width on libraryinfo box.don bright
2013-02-24put qglview.h into mainwin for deps. unify camera functions into glview.don bright
remove duplicate code.
2013-02-23create GLView as parent of OffscreenView and QGLView. combine setRenderer()don bright
2013-02-21re-simplify library info window. start to unify glview.save()don bright
2013-02-21obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box.don bright
2013-02-21begin process of unifying GLView and OffscreenView. renames, objrot, objtrandon bright
2013-02-07Support Sparkle's Install on QuitMarius Kintel
2013-02-05First version of automatic updates for MacMarius Kintel
2013-01-31Merge branch 'master' and fix bugsdon bright
Conflicts: src/openscad.cc tests/CMakeLists.txt
2013-01-30Make it possible to build without CGAL. Fixes #264Marius Kintel
2013-01-26cleanups. and restore accidentally deleted old system-gl.hdon bright
2013-01-26enable root-modifier (! character) on gui-cmdline output. reduce duplicate code.don bright
2013-01-22Merge pull request #240 from openscad/colah_highlighterMarius Kintel
Colah highlighter
2013-01-17Updated copyright year to 2013Marius Kintel
2013-01-17Added some fixme's related to quitting while doing a long calculation. It ↵Marius Kintel
sometimes causes a crash atm.
2013-01-17Show Qt version in Library InfoMarius Kintel
2013-01-12fix for gcc. simplify mainwin.cc a bit.don bright
2013-01-12now passes all tests in 'manual test suite'don bright
2013-01-12rewrite large bit of syntax highlighter, add 'manual' test instructionsdon bright
2013-01-09merge, by hand, Christopher Olah's syntax highlighter codedon bright
2013-01-09remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to listdon bright
2013-01-08Don't just ignore geometric nodes having zero volume/area - when doing ↵Marius Kintel
difference/intersection, they tend to turn negative objects into positive ones. Fixes #221
2012-12-08Explicitly use UTF-8 as file encoding to avoid Windows automatically falling ↵Marius Kintel
back to cp1252. Fixes #223
2012-10-09Catch exceptions as const references. Related to #204Marius Kintel
2012-09-08Enable opening of .csg files from from the GUIMarius Kintel
2012-08-22Extracted the about box contents to an external file for easier editingMarius Kintel
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
contact: Jan Huwald // Impressum