openscad/src
Marius Kintel a23edb4adc Catch CGAL assert on certain minkowski operations 2011-09-08 09:24:10 +02:00
..
qtcolorbutton reorganized file structure layout. more to follow... 2010-01-30 04:17:05 +00:00
AppleEvents.cc minor patches from Andrew Plumb 2010-03-25 22:02:45 +00:00
AppleEvents.h Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" to reload' 2010-02-02 01:07:02 +00:00
CGALEvaluator.cc Localization indicator of CGAL errors 2011-09-08 06:55:12 +02:00
CGALEvaluator.h Implemented 2D hull 2011-09-06 22:03:52 +02:00
CGALRenderer.cc Killed some warnings 2011-09-08 03:01:55 +02:00
CGALRenderer.h Filename case fix 2011-09-04 01:57:26 +02:00
CGAL_Nef_polyhedron.cc Catch CGAL assert on certain minkowski operations 2011-09-08 09:24:10 +02:00
CGAL_Nef_polyhedron.h Added empty() 2011-09-02 20:06:03 +02:00
CGAL_Nef_polyhedron_DxfData.cc De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
CGAL_renderer.h Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal is to become independent of Qt 2011-07-30 21:29:40 +02:00
CSGTermEvaluator.cc Assert on unknown operation, be safe and kill a warning 2011-09-08 02:33:32 +02:00
CSGTermEvaluator.h minkowski sums should now work again 2011-09-06 14:57:24 +02:00
EventFilter.h reorganized file structure layout. more to follow... 2010-01-30 04:17:05 +00:00
GLView.h Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
MainWindow.h Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
MainWindow.ui merged in recent changes in master 2011-07-11 03:54:20 +02:00
OGL_helper.h Reinstated combine callback. Thanks to Giles for pointing it out 2011-08-03 00:37:39 +02:00
OpenCSGRenderer.cc Killed some warnings 2011-09-08 05:13:36 +02:00
OpenCSGRenderer.h some leftover conflicts from the last merge 2011-08-04 04:56:31 +02:00
PolySetCGALEvaluator.cc Better 2d/3d test for projection 2011-09-07 02:33:16 +02:00
PolySetCGALEvaluator.h Implemented render() 2011-09-06 18:31:22 +02:00
PolySetEvaluator.cc Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
PolySetEvaluator.h Implemented render() 2011-09-06 18:31:22 +02:00
Preferences.cc Allow the hiding of the opengl2.0 warning on startup. 2011-07-03 13:52:28 +01:00
Preferences.h Allow the hiding of the opengl2.0 warning on startup. 2011-07-03 13:52:28 +01:00
Preferences.ui Allow the hiding of the opengl2.0 warning on startup. 2011-07-03 13:52:28 +01:00
ProgressWidget.cc Delay showing the progress bar with one second 2010-02-12 15:43:56 +00:00
ProgressWidget.h Delay showing the progress bar with one second 2010-02-12 15:43:56 +00:00
ProgressWidget.ui Moved progress display to status bar. Disabled by default but can be enabled in .pro file with CONFIG += progresswidget. Please test and enable as default if it looks good on all platforms. 2010-02-10 15:13:12 +00:00
ThrownTogetherRenderer.cc Killed some warnings 2011-09-08 05:13:36 +02:00
ThrownTogetherRenderer.h some leftover conflicts from the last merge 2011-08-04 04:56:31 +02:00
Tree.cc doc and cosmetics 2010-11-06 11:04:03 -04:00
Tree.h doc and cosmetics 2010-11-06 11:04:03 -04:00
builtin.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
cgal.h Refactoring of CGAL functionality to allow for forward-declaration of CGAL classes in header files, reducing coupling and thus compilation times 2011-09-01 04:09:06 +02:00
cgaladv.cc typo 2011-09-08 00:07:29 +02:00
cgaladv_convexhull2.cc Implemented 2D hull 2011-09-06 22:03:52 +02:00
cgaladv_minkowski2.cc merged with master 2011-09-08 03:31:59 +02:00
cgaladvnode.h Reenabled minkowski sums 2011-09-05 23:06:35 +02:00
cgalfwd.h Implemented OFF import, refactored PolySet/Polyhedron conversion 2011-09-07 22:04:59 +02:00
cgalutils.cc Localization indicator of CGAL errors 2011-09-08 06:55:12 +02:00
cgalutils.h Implemented OFF import, refactored PolySet/Polyhedron conversion 2011-09-07 22:04:59 +02:00
color.cc Ported use for Qt's foreach to BOOST_FOREACH 2011-09-04 20:35:23 +02:00
colornode.h Refactoring: Moved color functionality into separate module and node 2011-09-02 23:35:10 +02:00
context.cc Added support for an untyped import() module, deprecating the explicitly typed import_*() ones 2011-09-07 00:47:55 +02:00
context.h Some cleanup of the Context class 2011-09-03 18:51:29 +02:00
control.cc Updated boolean handling of if/else 2011-09-08 08:52:21 +02:00
csgnode.h Reverted accidental commits 2010-10-31 01:58:50 +00:00
csgops.cc removed Qt foreach 2011-09-05 06:18:12 +02:00
csgterm.cc Killed some warnings 2011-09-08 02:32:49 +02:00
csgterm.h More de-Qt-ify 2011-09-03 06:30:48 +02:00
dxfdata.cc Killed some warnings 2011-09-08 02:32:49 +02:00
dxfdata.h Got rid of more Qt dependencies 2011-09-03 23:12:38 +02:00
dxfdim.cc De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
dxfdim.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
dxflinextrude.cc Deprecated dxf_linear_extrude(), dxf_rotate_extrude() and the file parameters to linear_extrude() and rotate_extrude() 2011-09-07 00:11:00 +02:00
dxflinextrudenode.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
dxfrotextrude.cc Deprecated dxf_linear_extrude(), dxf_rotate_extrude() and the file parameters to linear_extrude() and rotate_extrude() 2011-09-07 00:11:00 +02:00
dxfrotextrudenode.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
dxftess-cgal.cc Localization indicator of CGAL errors 2011-09-08 06:55:12 +02:00
dxftess-glu.cc De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
dxftess.cc De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
dxftess.h De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
editor.cc Replaced main text editor with a qcodeedit widget 2010-04-03 03:05:05 +00:00
editor.h editor bugfix: slots weren't tagged as slots 2010-04-03 03:05:40 +00:00
export.cc fixed merge conflict 2011-09-08 03:34:13 +02:00
export.h Implemented OFF export 2011-09-07 22:04:02 +02:00
expr.cc killed warnings 2011-09-03 18:42:45 +02:00
expression.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
func.cc Some cleanup of the Context class 2011-09-03 18:51:29 +02:00
function.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
glview.cc Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
grid.h Ported recent changes to master into the visitor branch 2011-04-12 20:35:44 +02:00
handle_dep.cc Added handle_dep sources 2011-09-04 01:39:19 +02:00
handle_dep.h Added handle_dep sources 2011-09-04 01:39:19 +02:00
highlighter.cc Copyright updates 2011-01-21 02:21:09 +01:00
highlighter.h Fixed compile error and added zoomIn/zoomOut slots 2010-04-03 03:05:20 +00:00
import.cc Updated tests to reflect recently changed import behavior 2011-09-07 22:27:29 +02:00
importnode.h Added support for an untyped import() module, deprecating the explicitly typed import_*() ones 2011-09-07 00:47:55 +02:00
lexer.l Extracted handle_dep() to separate source file 2011-09-04 00:03:16 +02:00
mainwin.cc Removed duplicate error message on parser error 2011-09-08 05:14:52 +02:00
mathc99.cc add some more missing C99 math.h functions 2011-01-18 00:52:45 +01:00
mathc99.h add some more missing C99 math.h functions 2011-01-18 00:52:45 +01:00
module.cc bugfix: context mixup after last foreach fix 2011-09-04 20:56:22 +02:00
module.h Ported use for Qt's foreach to BOOST_FOREACH 2011-09-04 20:35:23 +02:00
myqhash.h Added note about when to include 2010-11-03 19:24:19 +01:00
namedcolors.cpp Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
node.cc De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
node.h compile fixes for older versions of CGAL + newer versions of gcc 2011-08-24 22:25:15 +02:00
nodecache.h Reverted accidental commits 2010-10-31 01:58:50 +00:00
nodedumper.cc COMPAT mode not needed anymore 2010-11-07 17:52:50 -05:00
nodedumper.h Reverted accidental commits 2010-10-31 01:58:50 +00:00
openscad.cc Don't try exporting a non-3D object to stl or off 2011-09-08 06:54:50 +02:00
openscad.h Extracted handle_dep() to separate source file 2011-09-04 00:03:16 +02:00
parser.y refactor fix: use hex timestamps 2011-09-03 16:53:05 +02:00
polyset.cc Killed some warnings 2011-09-08 02:32:49 +02:00
polyset.h Added isempty() 2011-09-01 22:42:46 +02:00
primitives.cc De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
printutils.cc bugfix: Cache output for non-existing files should be 0.0 2011-04-29 11:06:46 -04:00
printutils.h bugfix: Cache output for non-existing files should be 0.0 2011-04-29 11:06:46 -04:00
progress.cc Cleaned up progress handling, implemented cancel function. Needs more testing 2010-02-09 13:48:09 +00:00
progress.h Cleaned up progress handling, implemented cancel function. Needs more testing 2010-02-09 13:48:09 +00:00
projection.cc Ported use for Qt's foreach to BOOST_FOREACH 2011-09-04 20:35:23 +02:00
projectionnode.h De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
qhash.cc Added CSGTextCache for experimenting with cache-tree organization 2010-10-31 02:42:35 +02:00
render-opencsg.cc.org Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
render.cc Ported use for Qt's foreach to BOOST_FOREACH 2011-09-04 20:35:23 +02:00
renderer.h Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal is to become independent of Qt 2011-07-30 21:29:40 +02:00
rendernode.h De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
state.h Refactoring: Moved color functionality into separate module and node 2011-09-02 23:35:10 +02:00
stl-utils.h De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
surface.cc Extracted handle_dep() to separate source file 2011-09-04 00:03:16 +02:00
transform.cc Removed some obsolete code 2011-09-08 05:13:55 +02:00
transformnode.h Refactoring: Moved color functionality into separate module and node 2011-09-02 23:35:10 +02:00
traverser.cc De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
traverser.h De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
value.cc Updated boolean handling of if/else 2011-09-08 08:52:21 +02:00
value.h Updated boolean handling of if/else 2011-09-08 08:52:21 +02:00
visitor.h Refactoring: Moved color functionality into separate module and node 2011-09-02 23:35:10 +02:00