summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-08-05bugfix: background and highlight was broken after refactoringMarius Kintel
2011-08-05Started on getBoundingBox functionality, refactored some vector code as part ↵Marius Kintel
of this initiative
2011-08-04Return a reference to the internal vectorMarius Kintel
2011-08-04Added FIXME for new alpha handlingMarius Kintel
2011-08-04De-Qt-ified AbstractNodeMarius Kintel
2011-08-04some leftover conflicts from the last mergeMarius Kintel
2011-08-04Merge branch 'master' into visitorMarius Kintel
Conflicts: src/OpenCSGRenderer.cc src/csgops.cc src/mainwin.cc src/polyset.cc src/projection.cc
2011-08-03fix broken build on systems that use case sensitive filenames (linux)Don Bright
2011-08-03Merge remote branch 'upstream/master'Don Bright
2011-08-02Improved (more detailed) CGAL error messagesMarius Kintel
2011-08-02Reinstated combine callback. Thanks to Giles for pointing it outMarius Kintel
2011-08-01Require glew to be initialized outside the renderer. cosmeticsMarius Kintel
2011-07-30Merge branch 'master' into visitorMarius Kintel
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc
2011-07-30fixed merge conflictsMarius Kintel
2011-07-30removed unused member variable 'enableOpenCSG'Marius Kintel
2011-07-30Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal ↵Marius Kintel
is to become independent of Qt
2011-07-30Merge branch 'cgal-renderer-refactor' into gl-refactorMarius Kintel
2011-07-23Merge branch 'cgal-renderer-refactor' of gitorious.org:openscad/openscad ↵Marius Kintel
into cgal-renderer-refactor
2011-07-23Merge branch 'glview-refactor' of gitorious.org:openscad/openscad into ↵Marius Kintel
gitorious/glview-refactor
2011-07-21Merge branch 'master' of github.com:donbright/openscadDon Bright
2011-07-21prevent linker error LNK1120 in windowsdon bright
2011-07-14Temporarily disable dependency on Preferences dialogMarius Kintel
2011-07-13add better alpha syntax for named colorsDon Bright
2011-07-11merged in recent changes in masterMarius Kintel
2011-07-10missing newlineMarius Kintel
2011-07-05cleanupDon Bright
2011-07-05move functions to more logical locationDon Bright
2011-07-05Save the setting of 'Design/Auto Reload and Recompile' between sessionsDon Bright
2011-07-04Allow 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-03Save the window position and sizes of the edit & console windows between ↵Don Bright
sessions.
2011-07-03Save 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-03The first time the setting is read it will be undefined so need to default ↵Giles Bathgate
to true.
2011-07-03Allow 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-05Added Export as ImageMarius Kintel
2011-06-05Windows build fixes from Kliment YanevMarius Kintel
2011-06-05Revert "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-05Removed offset since it's always 0Marius Kintel
2011-06-04Restores rotation of cylinder to that of previous versions of openscad.Giles Bathgate
Fix for changes done in commit 8c95ac44629e699c842a883c79d0833c5b83475c
2011-05-14Use QPoint instead of seperate x and y mouse vars.Giles Bathgate
2011-05-14All this matrix math is very clever, but if you translate before you rotate, ↵Giles Bathgate
I think its redundant.
2011-05-14Reduce multiple divisions by 10, and move similar code into single function.Giles Bathgate
2011-05-14Some fixes to previous commit, and simplified normalisation.Giles Bathgate
2011-05-14Move perspective setup into resize function, still needs to be called in ↵Giles Bathgate
paint when displaying axes.
2011-05-14Move light setup code out of paint method and into init.Giles Bathgate
2011-04-30Bugfix: 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-29bugfix: hull() was missing name() implementationMarius Kintel
2011-04-29bugfix: Cache output for non-existing files should be 0.0Marius Kintel
2011-04-28Merged with masterMarius Kintel
2011-04-13Changed circle calculation to match sphere tessellation; makes example022 ↵Marius Kintel
look better
2011-04-12Merge branch 'master' into sphere-cylMarius Kintel
contact: Jan Huwald // Impressum