openscad/src
Marius Kintel 02112071d4 Removed unused Qt include 2011-12-06 04:07:58 +01: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
CGALCache.cc Forgot to commit CGALCache class 2011-09-11 11:07:18 +02:00
CGALCache.h Ported QCache and related code away from Qt 2011-11-09 03:18:32 +01:00
CGALEvaluator.cc #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
CGALEvaluator.h Ported QCache and related code away from Qt 2011-11-09 03:18:32 +01:00
CGALRenderer.cc opencsg testing 2011-09-18 17:53:33 -05:00
CGALRenderer.h Cleaned up some unnecessary includes 2011-10-01 01:36:30 +02:00
CGAL_Nef_polyhedron.cc #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
CGAL_Nef_polyhedron.h bugfix: We didn't correctly set back CGAL error behaviour after changing it 2011-11-26 23:31:11 +01: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 Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
CSGTermEvaluator.h Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
EventFilter.h reorganized file structure layout. more to follow... 2010-01-30 04:17:05 +00:00
GLView.h More correct preference and warning settings for OpenCSG capability 2011-11-27 23:02:38 +01:00
MainWindow.h Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
MainWindow.ui Make Ctrl-Q quit - I can't believe this has gone unnoticed until now 2011-11-28 01:50:15 +01:00
OGL_helper.h Cleaned up the OGL_helper patches a bit 2011-09-29 23:13:22 +02:00
OpenCSGRenderer.cc Killed some warnings 2011-12-04 22:20:19 +01:00
OpenCSGRenderer.h Cleaned up some unnecessary includes 2011-10-01 01:36:30 +02:00
PolySetCGALEvaluator.cc bugfix: convexity wasn't passed on to polysets for Cgaladv and Render nodes 2011-11-08 03:38:18 +01:00
PolySetCGALEvaluator.h Renamed some files and classnames for clarification 2011-09-30 03:11:28 +02:00
PolySetCache.cc de-Qt'ified printutils 2011-10-31 23:56:35 +01:00
PolySetCache.h Ported QCache and related code away from Qt 2011-11-09 03:18:32 +01:00
PolySetEvaluator.cc Cleaned up some unnecessary includes 2011-10-01 01:36:30 +02:00
PolySetEvaluator.h Cleaned up some unnecessary includes 2011-10-01 01:36:30 +02:00
Preferences.cc More correct preference and warning settings for OpenCSG capability 2011-11-27 23:02:38 +01:00
Preferences.h More correct preference and warning settings for OpenCSG capability 2011-11-27 23:02:38 +01:00
Preferences.ui More correct preference and warning settings for OpenCSG capability 2011-11-27 23:02:38 +01:00
ProgressWidget.cc bugfix: Fix problem with progress bar sometimes jumping backwards 2011-11-09 03:48:07 +01:00
ProgressWidget.h bugfix: Fix problem with progress bar sometimes jumping backwards 2011-11-09 03:48:07 +01: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-12-04 22:20:19 +01:00
ThrownTogetherRenderer.h some leftover conflicts from the last merge 2011-08-04 04:56:31 +02:00
Tree.cc Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
Tree.h Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
builtin.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
builtin.h Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
cache.h Ported QCache and related code away from Qt 2011-11-09 03:18:32 +01:00
cgal.h #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
cgaladv.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
cgaladv_convexhull2.cc Implemented 2D hull 2011-09-06 22:03:52 +02:00
cgaladv_minkowski2.cc #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
cgaladvnode.h Initial attempt of cleaning up polyset handling. PolySet no longer keeps a refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator 2011-09-09 05:53:05 +02:00
cgalfwd.h Implemented OFF import, refactored PolySet/Polyhedron conversion 2011-09-07 22:04:59 +02:00
cgalutils.cc #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
cgalutils.h Implemented OFF import, refactored PolySet/Polyhedron conversion 2011-09-07 22:04:59 +02:00
color.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
colornode.h Refactoring: Moved color functionality into separate module and node 2011-09-02 23:35:10 +02:00
context.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
context.h Some cleanup of the Context class 2011-09-03 18:51:29 +02:00
control.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
csgnode.h Reverted accidental commits 2010-10-31 01:58:50 +00:00
csgops.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
csgterm.cc Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
csgterm.h Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
dxfdata.cc Output relative filenames in warnings for echotest to give similar results across machines 2011-11-23 16:55:03 +01:00
dxfdata.h Minor eigen include fix 2011-10-30 02:16:27 +01:00
dxfdim.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
dxfdim.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
dxftess-cgal.cc #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
dxftess-glu.cc Removed some more Qt dependencies 2011-11-28 01:00:21 +01: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 Disable insertion of rich text as it caused copy and paste errors. Reported and fixed by 'Moc' 2011-10-04 00:41:41 +02:00
export.cc added png and image comparison, enabling testing on linux 2011-09-17 16:13:37 -05:00
export.h Cleaned up some unnecessary includes 2011-10-01 01:36:30 +02:00
expr.cc Killed some warnings 2011-12-04 22:20:19 +01:00
expression.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
func.cc Added a len() function 2011-11-12 19:42:27 +00:00
function.h Ported a bunch of stuff from Qt to STL 2011-09-03 06:10:36 +02:00
glview.cc Killed some warnings 2011-12-04 22:20:19 +01:00
grid.h Removed some more Qt dependencies 2011-11-28 01:00:21 +01:00
handle_dep.cc Ported QCache and related code away from Qt 2011-11-09 03:18:32 +01: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 Correctly escape special characters in dumped strings. Fixes dumptest_import_dxf-tests 2011-11-07 03:59:40 +01:00
importnode.h Initial work: Created a Filename class 2011-11-06 19:18:59 +01:00
lexer.l Added support for parsing numbers in scientific notation, e.g. to allow roundtripping of written csg files as well as parsing of externally generated scad files 2011-11-05 16:22:48 +01:00
linalg.h Minor eigen include fix 2011-10-30 02:16:27 +01:00
linearextrude.cc Removed unused Qt include 2011-12-06 04:07:58 +01:00
linearextrudenode.h Initial work: Created a Filename class 2011-11-06 19:18:59 +01:00
mainwin.cc Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01: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
memory.h helper to include TR1 stuff 2011-09-11 11:10:22 +02:00
module.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
module.h Ported use for Qt's foreach to BOOST_FOREACH 2011-09-04 20:35:23 +02:00
namedcolors.cpp Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
node.cc bugfix: Using the % modifier caused the cache to return an empty object even after removing the % 2011-11-29 00:18:43 +01:00
node.h removed old fixme 2011-11-06 03:24:57 +01:00
nodecache.h Implemented CGAL caching 2011-09-11 10:51:55 +02:00
nodedumper.cc Cleaned up some unnecessary includes 2011-10-01 01:36:30 +02:00
nodedumper.h Minor namespace fixes 2011-10-26 16:59:26 +02:00
openscad.cc #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
openscad.h M_PI for Windows should now be turned on as default 2011-10-16 18:55:05 +02:00
parser.y de-Qt'ified printutils 2011-10-31 23:56:35 +01:00
polyset.cc Removed unnecessary CGAL defines 2011-11-06 19:52:17 +01:00
polyset.h Rewrote some hard to read linear algebra code to use Eigen 2011-10-04 03:41:43 +02:00
primitives.cc Killed some warnings 2011-12-04 22:20:19 +01:00
printutils.cc Don't dump timestamp of included files, this wasn't really used anywhere 2011-11-07 02:37:44 +01:00
printutils.h de-Qt'ified printutils 2011-10-31 23:56:35 +01: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 Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
projectionnode.h Initial attempt of cleaning up polyset handling. PolySet no longer keeps a refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator 2011-09-09 05:53:05 +02:00
render-opencsg.cc.org Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
render.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01: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 Initial attempt of cleaning up polyset handling. PolySet no longer keeps a refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator 2011-09-09 05:53:05 +02:00
rotateextrude.cc Removed unused Qt include 2011-12-06 04:07:58 +01:00
rotateextrudenode.h Initial work: Created a Filename class 2011-11-06 19:18:59 +01:00
state.h Rewrote some hard to read linear algebra code to use Eigen 2011-10-04 03:41:43 +02:00
stl-utils.h De-Qt-ified AbstractNode 2011-08-04 04:58:17 +02:00
surface.cc Correctly escape special characters in dumped strings. Fixes dumptest_import_dxf-tests 2011-11-07 03:59:40 +01:00
system-gl.h GLXEW mixed with eigen2 causes weird compiler errors. This is a temporary fix 2011-11-28 01:41:36 +01:00
transform.cc Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
transformnode.h Rewrote some hard to read linear algebra code to use Eigen 2011-10-04 03:41:43 +02:00
traverser.cc Support for traversal pruning and abortion 2011-11-25 22:41:36 +01:00
traverser.h Support for traversal pruning and abortion 2011-11-25 22:41:36 +01:00
value.cc Attempt to batte floating point rounding differences for testing purposes 2011-11-24 23:10:46 +01:00
value.h Correctly escape special characters in dumped strings. Fixes dumptest_import_dxf-tests 2011-11-07 03:59:40 +01:00
visitor.h Renamed some files and classnames for clarification 2011-09-30 03:11:28 +02:00