Age | Commit message (Expand) | Author |
2013-02-21 | begin process of unifying GLView and OffscreenView. renames, objrot, objtran | don bright |
2012-08-09 | rearrange to check once at init, then use set variable | don bright |
2012-08-09 | check if running under wine, then run swapbuffers() if so | don bright |
2012-07-15 | Don't use grabMouse() and setFocus(). Attempt to fix #53 | Marius Kintel |
2012-06-02 | fix glview to work with QT versions less than 4.7 | don bright |
2012-05-28 | tweaks, add more documentation, fix opencsg.h bug | don bright |
2012-04-24 | Actually lock X for middle mouse button panning | Clifford Wolf |
2012-04-23 | Fixed x/y panning (middle mouse button) | Clifford Wolf |
2012-04-23 | Fixed rendering of crosshairs position | Clifford Wolf |
2012-01-29 | fix ortho projection bug rept by nop head + Triffid Hunter | Don Bright |
2012-01-25 | Ported remaining color handling away from Qt | Marius Kintel |
2012-01-14 | Fixed recently introduced problem with zoom not working if axes are turned of... | Marius Kintel |
2012-01-11 | bugfix: Make lighting work the same way as in earlier versions. Bug reported ... | Marius Kintel |
2012-01-04 | minor fix: version and vendor output was mixed up in the info string | Marius Kintel |
2011-12-28 | Change axis labels back to black | Marius Kintel |
2011-12-25 | bugfix: Fixes flickering animation, reported by Don Bright | Marius Kintel |
2011-12-19 | Minor Eigen namespace update | Marius Kintel |
2011-12-18 | translate old style viewport mouse drag into Eigen math (see T. Hunter bug rpt) | Don Bright |
2011-12-18 | make view rotation work like 2011.06 release. (per Triffid Hunter bug rpt) | Don Bright |
2011-12-18 | initialize variables in glview.cc | Don Bright |
2011-12-18 | fix zoomed-in panning (per Triffid Hunter bug report) | Don Bright |
2011-12-13 | Added note about GL deprecation | Marius Kintel |
2011-12-11 | Some small refactoring of color handling to support using the color() module ... | Marius Kintel |
2011-12-09 | Added pixelformat info to OpenGL info | Marius Kintel |
2011-12-09 | Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.x | Marius Kintel |
2011-12-04 | Killed some warnings | Marius Kintel |
2011-11-30 | fix: Ctrl-Left drag on Mac now behaves as right-drag on other platforms | Marius Kintel |
2011-11-28 | GLXEW mixed with eigen2 causes weird compiler errors. This is a temporary fix | 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-11 | Change the diagonal view so that the object's front faces the light | Marius Kintel |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel |
2011-07-30 | fixed merge conflicts | Marius Kintel |
2011-07-30 | Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal ... | Marius Kintel |
2011-07-23 | Merge branch 'glview-refactor' of gitorious.org:openscad/openscad into gitori... | Marius Kintel |
2011-07-14 | Temporarily disable dependency on Preferences dialog | Marius Kintel |
2011-07-11 | merged in recent changes in master | Marius Kintel |
2011-07-03 | The first time the setting is read it will be undefined so need to default to... | Giles Bathgate |
2011-07-03 | Allow the hiding of the opengl2.0 warning on startup. | Don Bright |
2011-05-14 | Use QPoint instead of seperate x and y mouse vars. | Giles Bathgate |
2011-05-14 | All this matrix math is very clever, but if you translate before you rotate, ... | 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 |
2011-05-14 | Move perspective setup into resize function, still needs to be called in pain... | Giles Bathgate |
2011-05-14 | Move light setup code out of paint method and into init. | Giles Bathgate |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel |
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta |
2011-01-21 | Copyright updates | Marius Kintel |
2011-01-17 | add C99 math for win32 | meta |
2010-11-17 | Working state, still requires a show() | Marius Kintel |