Age | Commit message (Expand) | Author |
2013-03-03 | make xvfb test message not spill over the edge of the screen | don bright |
2013-03-03 | add --projection=ortho|perspective option to cmdline | don bright |
2013-03-03 | begin to make offscreen opencsg compile look like the one in mainwin.cc | don bright |
2013-03-03 | try to fix gimbal camera view on Offscreen mode | don bright |
2013-03-03 | fix bug in --imgsize | don bright |
2013-03-03 | simplify camera parameters down to --camera | don bright |
2013-03-03 | add imgsize cmdline parameter for png output | don bright |
2013-03-03 | update manpage | don bright |
2013-03-03 | fix bugs in testing | don bright |
2013-03-03 | make Camera into single class, simplify code | don bright |
2013-03-03 | remove boost::variant stuff. trim code. add 'vector cam' cmdline option | don bright |
2013-03-03 | move csg chain prep code to CsgInfo.h, move defaults to rendersettings.h | don bright |
2013-03-02 | add Camera.h per bug rept from Marius Kintel | don bright |
2013-02-27 | cleanup commented-out | don bright |
2013-02-27 | rework Camera using boost::variant. first working --gimbalcam version | don bright |
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 |