Age | Commit message (Expand) | Author |
2013-02-26 | fix bug - if camera is null, then dont use it. (was backwards) | don bright |
2013-02-26 | fix bugs for test compile | don bright |
2013-02-26 | begin to implement --viewport option, by adding Camera class + children | don bright |
2013-02-25 | first working version of opencsg png export from gui binary | don bright |
2013-02-25 | split out axes functions. begin to split out opencsg pre-rendering | don bright |
2013-02-24 | unify intializeGL(), remove duplicate code | don bright |
2013-02-24 | merge enable_opencsg_shaders into GLView, remove duplicate code | don bright |
2013-02-24 | move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning | don bright |
2013-02-24 | Merge branch 'master' of github.com:openscad/openscad into issue11_2 | don bright |
2013-02-24 | continue merging enable_opencsg_shaders | don bright |
2013-02-24 | merge opencsg_shader code from Qt version into Offscreen (OpenCSG detection) | don bright |
2013-02-24 | move enable_opencsg_shaders from csgtestcore to OffscreenView.cc | don bright |
2013-02-24 | consolidate resizeGL() | don bright |
2013-02-24 | remove unnecessary size command to openglbox | don bright |
2013-02-24 | finish unify camera. unify getRenderInfo. fix width on libraryinfo box. | 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 | continue with gimbalcam vs eye-center-cam changes | don bright |
2013-02-21 | distinguish between gimbal-camera and eye-center-camera | don bright |
2013-02-21 | re-simplify library info window. start to unify glview.save() | don bright |
2013-02-21 | obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box. | 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-16 | better detection of '-0', make it into '0' | don bright |
2013-02-16 | solve some floating point comparison issues in multmatrix dump(). | don bright |
2013-02-14 | deal with test suite issues under mingw-cross compile and wine | don bright |
2013-02-13 | Added support for more paths in OPENSCADPATH, also search in HOME/Documents/O... | Marius Kintel |
2013-02-12 | Don't print last updated date if it's null | Marius Kintel |
2013-02-12 | Merge branch 'issue11_2' of github.com:openscad/openscad into issue11_2 | don bright |
2013-02-12 | upgrade lodepng to new version. remove malloc from imageutils | don bright |
2013-02-11 | Minor note about eigen3 | Marius Kintel |
2013-02-07 | Support Sparkle's Install on Quit | Marius Kintel |
2013-02-07 | Merge branch 'master' into issue11_2 | Marius Kintel |
2013-02-05 | First version of automatic updates for Mac | Marius Kintel |
2013-02-04 | bugfix: We didn't always print a warning when CSG normalization created too m... | Marius Kintel |
2013-02-02 | Merge branch 'master' of github.com:openscad/openscad into misc_updates | don bright |
2013-02-02 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2013-02-02 | Fix bug assuming negative doubles will overflow a size_t, which failed on ARM... | Marius Kintel |
2013-02-02 | replace packed struct with union. remove some extraneous/debug code | don bright |
2013-02-02 | enable import STL to work on big-endian computers | don bright |
2013-02-02 | missing NULL check when normalization exceeds limit for elements | Justin C |
2013-02-01 | properly indent my code | don bright |
2013-02-01 | properly indent code | don bright |
2013-02-01 | give clear message that OpenCSG png export is not implemented yet | don bright |
2013-01-31 | tests:detect whether openscad gui binary has been built - fail if not | don bright |
2013-01-31 | throw some assert() in to guard against bugs | don bright |
2013-01-31 | bracket got misplaced during master merge - repair | don bright |
2013-01-31 | test guicgalpngtest against cgalpngtest images. cleanup debugging stuff | don bright |
2013-01-31 | better removal of GCC -Waddress GL macro warning - using pragma | don bright |
2013-01-31 | remove compiler warning about GLX 1.3 / 1.2 detection | don bright |