Age | Commit message (Expand) | Author |
2013-02-27 | rework Camera using boost::variant. first working --gimbalcam version | don bright |
2013-02-24 | move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning | don bright |
2013-02-24 | tweaks for mergeing master | don bright |
2013-02-24 | Merge branch 'master' of github.com:openscad/openscad into issue11_2 | don bright |
2013-02-24 | put qglview.h into mainwin for deps. unify camera functions into glview. | don bright |
2013-02-23 | create GLView as parent of OffscreenView and QGLView. combine setRenderer() | don bright |
2013-02-21 | begin process of unifying GLView and OffscreenView. renames, objrot, objtran | don bright |
2013-02-17 | fix build errors, display 'not implemented' message on win32/linux | don bright |
2013-02-12 | Added document icon for Mac | Marius Kintel |
2013-02-12 | Added support for signing binaries | Marius Kintel |
2013-02-07 | Support Sparkle's Install on Quit | Marius Kintel |
2013-02-05 | First version of automatic updates for Mac | Marius Kintel |
2013-01-31 | Merge branch 'master' and fix bugs | don bright |
2013-01-28 | Mac OS X build fixes | Marius Kintel |
2013-01-26 | fixups for mingw32 cross compilation | don bright |
2013-01-26 | undo experiment with object orientation | don bright |
2013-01-24 | move png export to sep file to make compilation time bearable. expand stubs. | don bright |
2013-01-24 | add lodepng.cpp, fix compiler warnings, fix qmake buildfile | don bright |
2013-01-24 | move imageutils platform stuff to qmake build file mv system-gl. fix gcc warning | don bright |
2013-01-24 | modify qmake buildfile, move offscreen rendering to main src directory | don bright |
2013-01-21 | add wrapper code from nop head, mod build scripts | don bright |
2012-12-29 | cleanup | don bright |
2012-12-29 | cleaning up | don bright |
2012-12-29 | make RPATH work on uni-build-dependencies with GLEW on 64 bit machines | don bright |
2012-12-29 | prevent LD_LIBRARY_PATH problems on unix (not OSX) systems with | don bright |
2012-12-23 | detect netbsd / freebsd after linux not before, for bison/flex. | don bright |
2012-12-23 | netbsd fixes | don bright |
2012-10-28 | refactor, cleanup, put code where it belongs, make simple logging class | don bright |
2012-08-22 | bugfix: There is a bug in the stdc++ library on Mac OS 10.5 which messes up s... | Marius Kintel |
2012-08-19 | look for EIGENDIR env var. (also look for EIGEN2DIR for backwards compatability) | don bright |
2012-08-18 | modify build system to auto-detect eigen3, and fallback to eigen2 | don bright |
2012-08-18 | initial rework to enable eigen3 per issue #174. | don bright |
2012-08-04 | Add info to 'about' window with acknowledgements, etc. | don bright |
2012-07-20 | enable build of glew + opencsg with clang from script | don bright |
2012-07-20 | initial steps towards support of clang compiler | don bright |
2012-07-17 | Merge pull request #146 from openscad/mingwcross1 | Marius Kintel |
2012-07-15 | fix build bug on some DSO linux systems | don bright |
2012-07-15 | cleanup | don bright |
2012-07-15 | fix documentation | don bright |
2012-07-15 | put .o files of cross into separate directory. handle git issue. | don bright |
2012-07-13 | check versions of libraries at compile time - warn users. fix FIXME in opensc... | don bright |
2012-06-03 | more reliable way of ensuring GLU is linked on new DSO linux systems. | don bright |
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel |
2012-01-09 | Merge branch 'master' into threading | Marius Kintel |
2012-01-08 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2012-01-04 | Added Linux desktop icon and .desktop file from chrysn | Marius Kintel |
2012-01-04 | Merge branch 'master' into threading | Marius Kintel |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2012-01-03 | changes to enable building on NetBSD | don bright |
2011-12-26 | Refactored normalization into a separate class, hard-limited normalization to... | Marius Kintel |