openscad/src
Marius Kintel 192e514aca fixed minor merge mistake 2010-10-31 12:52:26 +01: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
CGALRenderer.cc Reenabled CGAL rendering 2010-10-31 02:42:39 +02:00
CGALRenderer.h Reenabled CGAL rendering 2010-10-31 02:42:39 +02:00
CGAL_renderer.h header file reorg 2010-01-30 04:26:05 +00:00
CSGTermRenderer.cc Improved CSGTermRenderer to a testable point 2010-10-31 02:42:39 +02:00
CSGTermRenderer.h Improved CSGTermRenderer to a testable point 2010-10-31 02:42:39 +02:00
EventFilter.h reorganized file structure layout. more to follow... 2010-01-30 04:17:05 +00:00
GLView.h Clifford Wolf: 2010-02-09 06:06:37 +00:00
MainWindow.h Improved CSGTermRenderer to a testable point 2010-10-31 02:42:39 +02:00
MainWindow.ui Clifford Wolf: 2010-05-09 13:27:05 +00:00
PolySetCGALRenderer.cc Another refactoring session: 2010-10-31 02:42:35 +02:00
PolySetCGALRenderer.h Added CSGTextCache for experimenting with cache-tree organization 2010-10-31 02:42:35 +02:00
PolySetRenderer.cc Another refactoring session: 2010-10-31 02:42:35 +02:00
PolySetRenderer.h Another refactoring session: 2010-10-31 02:42:35 +02:00
Preferences.cc Clifford Wolf: 2010-02-01 09:34:18 +00:00
Preferences.h reorganized file structure layout. more to follow... 2010-01-30 04:17:05 +00:00
Preferences.ui bugfix: Icons fell out during the last reorganization 2010-04-08 00:22:27 +00: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
Tree.cc Another refactoring session: 2010-10-31 02:42:35 +02:00
Tree.h Improved CSGTermRenderer to a testable point 2010-10-31 02:42:39 +02:00
builtin.h Clifford Wolf: 2010-02-20 14:37:20 +00:00
cgal.h Clifford Wolf: 2010-02-20 14:37:20 +00:00
cgaladv.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
cgaladv_minkowski2.cc Clifford Wolf: 2010-03-03 19:27:22 +00:00
cgaladv_minkowski3.cc removed unused headers 2010-10-31 02:42:37 +02:00
context.cc Ignore empty filenames when calculating absolute path 2010-10-31 02:42:36 +02:00
context.h Clifford Wolf: 2010-02-28 13:48:04 +00:00
control.cc Support for if-else statements 2010-02-12 13:20:15 +00:00
csgnode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
csgops.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
csgterm.cc CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00
csgterm.h CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00
dxfdata.cc Clifford Wolf: 2010-02-01 09:34:18 +00:00
dxfdata.h Clifford Wolf: 2010-02-01 10:01:05 +00:00
dxfdim.cc Multiple non-MDI assumptions were made, setting CWD and assuming it didn't change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. 2010-02-23 20:47:54 +00:00
dxfdim.h header file reorg 2010-01-30 04:26:05 +00:00
dxflinextrude.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
dxflinextrudenode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
dxfrotextrude.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
dxfrotextrudenode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
dxftess-cgal.cc Let the known case of polygon intersection spew out an error message instead of crashing 2010-02-02 17:39:23 +00:00
dxftess-glu.cc Compile fixes from Giles Bathgate 2010-10-30 15:24:49 +00:00
dxftess.cc Clifford Wolf: 2010-02-01 10:01:05 +00:00
dxftess.h header file reorg 2010-01-30 04:26:05 +00: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 bugfix: copy&paste error 2010-10-31 02:42:39 +02:00
export.h export to stream for stdout/stderr output support 2010-10-31 02:42:37 +02:00
expr.cc Fixed crash when using negative array indices 2010-02-10 15:26:15 +00:00
expression.h header file reorg 2010-01-30 04:26:05 +00:00
func.cc sign() function suggested by Dan Zuras and implemented by Giles Bathgate 2010-07-09 09:35:19 +00:00
function.h Multiple non-MDI assumptions were made, setting CWD and assuming it didn't change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. 2010-02-23 20:47:54 +00:00
glview.cc Some fixes by Jestin Stoffel 2010-07-02 20:59:16 +00:00
grid.h Added CSGTextCache for experimenting with cache-tree organization 2010-10-31 02:42:35 +02:00
highlighter.cc Fixed compile error and added zoomIn/zoomOut slots 2010-04-03 03:05:20 +00:00
highlighter.h Fixed compile error and added zoomIn/zoomOut slots 2010-04-03 03:05:20 +00:00
import.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
importnode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
lexer.l Clifford Wolf: 2010-02-28 13:59:43 +00:00
mainwin.cc bugfix: Matrix initialization state was wrong, made CSGTermRenderer fail 2010-10-31 02:42:39 +02:00
module.cc Clifford Wolf: 2010-02-28 13:48:04 +00:00
module.h Clifford Wolf: 2010-02-28 13:48:04 +00:00
myqhash.h Added CSGTextCache for experimenting with cache-tree organization 2010-10-31 02:42:35 +02:00
nef2dxf.cc Clifford Wolf: 2010-02-01 10:01:05 +00:00
node.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
node.h Improved CSGTermRenderer to a testable point 2010-10-31 02:42:39 +02:00
nodecache.h Compile fixes after working in test-code/ 2010-10-31 02:42:38 +02:00
nodedumper.cc CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00
nodedumper.h CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00
openscad.cc Reenabled CGAL rendering 2010-10-31 02:42:39 +02:00
openscad.h Multiple non-MDI assumptions were made, setting CWD and assuming it didn't change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. 2010-02-23 20:47:54 +00:00
parser.y Added expected conflict to parser to kill compiler warning 2010-03-19 04:10:07 +00:00
polyset.cc fixed minor merge mistake 2010-10-31 12:52:26 +01:00
polyset.h Another refactoring session: 2010-10-31 02:42:35 +02:00
primitives.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
printutils.cc Committed current version of visitor refactoring 2010-10-31 02:42:34 +02:00
printutils.h Removed MainWindow::current_win - made this a tiny bit better, decoupled MainWindow from printutils 2010-02-28 20:54:55 +00: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 Another refactoring session: 2010-10-31 02:42:35 +02:00
projectionnode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
qhash.cc Added CSGTextCache for experimenting with cache-tree organization 2010-10-31 02:42:35 +02:00
render-opencsg.cc Extracted OpenCSG code to separate files 2010-02-10 16:43:43 +00:00
render-opencsg.h Extracted OpenCSG code to separate files 2010-02-10 16:43:43 +00:00
render.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
rendernode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
state.h bugfix: Matrix initialization state was wrong, made CSGTermRenderer fail 2010-10-31 02:42:39 +02:00
surface.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
transform.cc Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
transformnode.h Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name 2010-10-31 02:42:38 +02:00
traverser.cc Committed current version of visitor refactoring 2010-10-31 02:42:34 +02:00
traverser.h Committed current version of visitor refactoring 2010-10-31 02:42:34 +02:00
value.cc bugfix: NUMBER*VECTOR was broken. this'ified to make code easier to read 2010-02-09 23:32:14 +00:00
value.h Committed current version of visitor refactoring 2010-10-31 02:42:34 +02:00
visitor.h CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00