Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-28 | bugfix: -x option didn't work | Marius Kintel | |
2011-08-27 | Merge pull request #20 from donbright/visitorwinxp | Marius Kintel | |
fix build errors on windows | |||
2011-08-27 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/mainwin.cc | |||
2011-08-27 | bugfix: Automatic reload and compile got broken during the rendering refactoring | Marius Kintel | |
2011-08-25 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/primitives.cc | |||
2011-08-25 | bugfix: Flush caches now also flushes the use'd module cache | Marius Kintel | |
2011-08-24 | compile fixes for older versions of CGAL + newer versions of gcc | Marius Kintel | |
2011-08-22 | Refactored cgal_nef3_to_polyset() to cgal wrapper class | Marius Kintel | |
2011-08-14 | Fix for crash caused by 0-sized square as reported by chrysn. | Giles Bathgate | |
2011-08-12 | fix build errors on windows | don bright | |
2011-08-05 | bugfix: background and highlight was broken after refactoring | Marius Kintel | |
2011-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ↵ | Marius Kintel | |
of this initiative | |||
2011-08-04 | Return a reference to the internal vector | Marius Kintel | |
2011-08-04 | Added FIXME for new alpha handling | Marius Kintel | |
2011-08-04 | De-Qt-ified AbstractNode | Marius Kintel | |
2011-08-04 | some leftover conflicts from the last merge | Marius Kintel | |
2011-08-04 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/OpenCSGRenderer.cc src/csgops.cc src/mainwin.cc src/polyset.cc src/projection.cc | |||
2011-08-03 | fix broken build on systems that use case sensitive filenames (linux) | Don Bright | |
2011-08-03 | Merge remote branch 'upstream/master' | Don Bright | |
2011-08-02 | Improved (more detailed) CGAL error messages | Marius Kintel | |
2011-08-02 | Reinstated combine callback. Thanks to Giles for pointing it out | Marius Kintel | |
2011-08-01 | Require glew to be initialized outside the renderer. cosmetics | Marius Kintel | |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc | |||
2011-07-30 | fixed merge conflicts | Marius Kintel | |
2011-07-30 | removed unused member variable 'enableOpenCSG' | Marius Kintel | |
2011-07-30 | Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal ↵ | Marius Kintel | |
is to become independent of Qt | |||
2011-07-30 | Merge branch 'cgal-renderer-refactor' into gl-refactor | Marius Kintel | |
2011-07-23 | Merge branch 'cgal-renderer-refactor' of gitorious.org:openscad/openscad ↵ | Marius Kintel | |
into cgal-renderer-refactor | |||
2011-07-23 | Merge branch 'glview-refactor' of gitorious.org:openscad/openscad into ↵ | Marius Kintel | |
gitorious/glview-refactor | |||
2011-07-21 | Merge branch 'master' of github.com:donbright/openscad | Don Bright | |
2011-07-21 | prevent linker error LNK1120 in windows | don bright | |
2011-07-14 | Temporarily disable dependency on Preferences dialog | Marius Kintel | |
2011-07-13 | add better alpha syntax for named colors | Don Bright | |
2011-07-11 | merged in recent changes in master | Marius Kintel | |
2011-07-10 | missing newline | Marius Kintel | |
2011-07-05 | cleanup | Don Bright | |
2011-07-05 | move functions to more logical location | Don Bright | |
2011-07-05 | Save the setting of 'Design/Auto Reload and Recompile' between sessions | Don Bright | |
2011-07-04 | Allow the color() command to use names as well as numbers. | Don Bright | |
With fix for a bug where alpha of 0.0 was mishandled applied. | |||
2011-07-03 | Save the window position and sizes of the edit & console windows between ↵ | Don Bright | |
sessions. | |||
2011-07-03 | Save view settings between sessions. | Don Bright | |
A list of the saved settings is as follows: * Show Edges * Show Axes * Show Crosshairs * View Orthogonal / View Perspective * Hide Console * Hide Editor | |||
2011-07-03 | The first time the setting is read it will be undefined so need to default ↵ | Giles Bathgate | |
to true. | |||
2011-07-03 | Allow the hiding of the opengl2.0 warning on startup. | Don Bright | |
There are two basic changes. The first is a checkbox within the warning screen that allows you to hide it on subsequent program boots. The second is a checkbox under Edit/Preferences/Advanced to show/hide the message. | |||
2011-06-05 | Added Export as Image | Marius Kintel | |
2011-06-05 | Windows build fixes from Kliment Yanev | Marius Kintel | |
2011-06-05 | Revert "Output LWPOLYLINE objects instead of LINE for DXF export. Patch ↵ | Marius Kintel | |
submitted by Lars Kruse" This reverts commit 060a6c654de5ebd14ccb889881fa6c4d3fb9d763. The reason is that the output DXF won't import in a number of applications due to a malformed DXF (AutoCAD, Solidworks). The correct fix is probably to use a DXF library to generate a correct DXF. This is only a case for more recent (R14+) versions of DXF, e.g. to be able to use the LWPOLYLINE entity. | |||
2011-06-05 | Removed offset since it's always 0 | Marius Kintel | |
2011-06-04 | Restores rotation of cylinder to that of previous versions of openscad. | Giles Bathgate | |
Fix for changes done in commit 8c95ac44629e699c842a883c79d0833c5b83475c | |||
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 | |
I think its redundant. |