openscad/src
Marius Kintel 10b411f2a1 Cosmetics, temporarily disabled preferences in GLView 2010-11-07 22:54:08 -05: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 Allow render_polyset() to return NULL 2010-11-07 17:50:57 -05:00
CGALRenderer.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
CGAL_renderer.h header file reorg 2010-01-30 04:26:05 +00:00
CSGTermRenderer.cc Allow render_polyset() to return NULL 2010-11-07 17:50:57 -05:00
CSGTermRenderer.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01: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 Quick&Dirty locking of GUI to avoid running two compilations in parallel 2010-11-06 11:03:01 -04:00
MainWindow.ui Cosmetics, temporarily disabled preferences in GLView 2010-11-07 22:54:08 -05:00
PolySetCGALRenderer.cc doc and cosmetics 2010-11-06 11:04:03 -04:00
PolySetCGALRenderer.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
PolySetRenderer.cc Another refactoring session: 2010-10-31 02:42:35 +02:00
PolySetRenderer.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01: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 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 Clifford Wolf: 2010-02-20 14:37:20 +00:00
cgal.h Clifford Wolf: 2010-02-20 14:37:20 +00:00
cgaladv.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05: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 Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05: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 Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01: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 Value::QVector -> std::vector 2010-11-07 17:12:34 -05:00
dxfdim.h header file reorg 2010-01-30 04:26:05 +00:00
dxflinextrude.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
dxflinextrudenode.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
dxfrotextrude.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
dxfrotextrudenode.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01: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 Value::QVector -> std::vector 2010-11-07 17:12:34 -05:00
expression.h Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
func.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
function.h Value::QVector -> std::vector 2010-11-07 17:12:34 -05:00
glview.cc Cosmetics, temporarily disabled preferences in GLView 2010-11-07 22:54:08 -05: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 Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
importnode.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
lexer.l Clifford Wolf: 2010-02-28 13:59:43 +00:00
mainwin.cc Cosmetics, temporarily disabled preferences in GLView 2010-11-07 22:54:08 -05:00
module.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
module.h Clifford Wolf: 2010-02-28 13:48:04 +00:00
myqhash.h Added note about when to include 2010-11-03 19:24:19 +01:00
nef2dxf.cc Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
node.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
node.h Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
nodecache.h Compile fixes after working in test-code/ 2010-10-31 02:42:38 +02:00
nodedumper.cc COMPAT mode not needed anymore 2010-11-07 17:52:50 -05:00
nodedumper.h CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00
openscad.cc Allow render_polyset() to return NULL 2010-11-07 17:50:57 -05: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 Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05: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 Allow render_polyset() to return NULL 2010-11-07 17:50:57 -05: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 Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
projectionnode.h Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode 2010-11-03 19:26:06 +01:00
qhash.cc Added CSGTextCache for experimenting with cache-tree organization 2010-10-31 02:42:35 +02:00
render-opencsg.cc Cosmetics, temporarily disabled preferences in GLView 2010-11-07 22:54:08 -05:00
render-opencsg.h Extracted OpenCSG code to separate files 2010-02-10 16:43:43 +00:00
render.cc doc and cosmetics 2010-11-06 11:04:03 -04: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 Elusive CSG bug finally squashed 2010-11-01 04:29:41 +01:00
surface.cc Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05: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 Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
traverser.h Refactored some QString usage in the backend to std::string 2010-11-07 16:29:34 -05:00
value.cc Value::QVector -> std::vector 2010-11-07 17:12:34 -05:00
value.h Value::QVector -> std::vector 2010-11-07 17:12:34 -05:00
visitor.h CSGTermRenderer refactoring: Added matrix to traversal state 2010-10-31 02:42:38 +02:00