Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-14 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-07-14 | Merge pull request #17 from donbright/colorfix | Giles Bathgate | |
add better alpha syntax for named colors | |||
2011-07-13 | add better alpha syntax for named colors | Don Bright | |
2011-07-11 | Removed recently fixed items | Marius Kintel | |
2011-07-11 | merged in recent changes in master | Marius Kintel | |
2011-07-10 | missing newline | Marius Kintel | |
2011-07-10 | Moved dev binaries | Marius Kintel | |
2011-07-10 | Started adapting to reorganized testdata folders | Marius Kintel | |
2011-07-06 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-07-06 | Merge pull request #15 from donbright/designsettings | Giles Bathgate | |
Save the setting of 'Design/Auto Reload and Recompile' between sessions | |||
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-05 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
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 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
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-16 | sync | Marius Kintel | |
2011-06-14 | Set version back to datestamp | Marius Kintel | |
2011-06-14 | more details, note about Qt-4.7.3 on Mac | Marius Kintel | |
2011-06-14 | Bumped version to 2011.06 | Marius Kintel | |
2011-06-06 | Relocated files | Marius Kintel | |
2011-06-05 | Added Export as Image | Marius Kintel | |
2011-06-05 | Windows build fixes from Kliment Yanev | Marius Kintel | |
2011-06-05 | Windows installer builder from Kliment Yanev | Marius Kintel | |
2011-06-05 | Release notes for upcoming release | 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 | more TODOs | Marius Kintel | |
2011-06-05 | Removed offset since it's always 0 | Marius Kintel | |
2011-06-05 | Merge branch 'master' of github.com:openscad/openscad | 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-19 | Non-affine matrix issue reported by Len Trigg | Marius Kintel | |
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. | |||
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 ↵ | Giles Bathgate | |
paint when displaying axes. | |||
2011-05-14 | Move light setup code out of paint method and into init. | Giles Bathgate | |
2011-05-01 | Reorganized regression test folders | Marius Kintel | |
2011-05-01 | expected file for include-test | Marius Kintel | |
2011-04-30 | Bugfix: Include of absolute paths to files in the root path weren't parsed ↵ | Marius Kintel | |
correctly; caused a '/' character to be written to stdout | |||
2011-04-30 | dxf-export expected file | Marius Kintel | |
2011-04-29 | expected file for hull-tests | Marius Kintel | |
2011-04-29 | typo | Marius Kintel | |
2011-04-29 | expected file for minkowski-tests | Marius Kintel | |
2011-04-29 | Added expected files for hull and string-test | Marius Kintel | |
2011-04-29 | Added null-tests for hull and minkowski | Marius Kintel | |