Age | Commit message (Expand) | Author |
2014-02-05 | Scale axis display on high-DPI displays | Marius Kintel |
2013-03-04 | lol far_far_away should be double not size_t | don bright |
2013-03-04 | cleanup tab spacing | don bright |
2013-03-04 | move FAR_FAR_AWAY (gl clipping limit) to rendersettings | 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 | rework Camera using boost::variant. first working --gimbalcam version | don bright |
2013-02-26 | begin to implement --viewport option, by adding Camera class + children | 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 | consolidate resizeGL() | 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 | begin process of unifying GLView and OffscreenView. renames, objrot, objtran | don bright |
2011-12-09 | Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.x | Marius Kintel |
2011-11-27 | More correct preference and warning settings for OpenCSG capability | Marius Kintel |
2011-11-27 | Check for GL extensions, not just OpenGL 2, before dismissing OpenCSG capabil... | Marius Kintel |
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel |
2011-07-30 | Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal ... | Marius Kintel |
2011-05-14 | Use QPoint instead of seperate x and y mouse vars. | Giles Bathgate |
2011-05-14 | Reduce multiple divisions by 10, and move similar code into single function. | Giles Bathgate |
2011-05-14 | Some fixes to previous commit, and simplified normalisation. | Giles Bathgate |
2010-11-17 | Working state, still requires a show() | Marius Kintel |
2010-02-09 | Clifford Wolf: | clifford |
2010-01-30 | reorganized file structure layout. more to follow... | kintel |