Age | Commit message (Expand) | Author |
2013-03-04 | cleanup tab spacing | don bright |
2013-03-04 | move FAR_FAR_AWAY (gl clipping limit) to rendersettings | don bright |
2013-03-04 | update documentation | don bright |
2013-03-04 | cleanups | don bright |
2013-03-04 | update doc | don bright |
2013-03-03 | update man page. change == in shell script to = | don bright |
2013-03-03 | update manpage | don bright |
2013-03-03 | Merge branch 'master' of github.com:openscad/openscad into issue11_2 | don bright |
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 | OpenCSG is now in MacPorts | Marius Kintel |
2013-03-02 | Sparkle build tweak | Marius Kintel |
2013-03-02 | Uncatchable CGAL assertion exception | Marius Kintel |
2013-03-02 | add Camera.h per bug rept from Marius Kintel | don bright |
2013-03-01 | Merge pull request #285 from thinkyhead/master | Marius Kintel |
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 testing of /opt/local, move /usr/local to the front of the list, and brea... | Scott Lahteine |
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 | clearer documentation | don bright |
2013-02-25 | update doc to list opencsg png output from cmdline | don bright |
2013-02-25 | don't write wiki files by default. everything is in a single .html | 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 | 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 | 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 |