openscad/src
Marius Kintel b927e9e151 dummy commit 2011-09-08 08:19:12 +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
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
EventFilter.h reorganized file structure layout. more to follow... 2010-01-30 04:17:05 +00:00
GLView.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
MainWindow.h removed unused member variable 'enableOpenCSG' 2011-07-30 21:42:31 +02:00
MainWindow.ui Added Export as Image 2011-06-05 20:05:55 +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 Disable setting alpha without color 2011-09-03 01:52:39 +02:00
OpenCSGRenderer.h fix broken build on systems that use case sensitive filenames (linux) 2011-08-03 17:45:40 -05: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 Disable setting alpha without color 2011-09-03 01:52:39 +02:00
ThrownTogetherRenderer.h fix broken build on systems that use case sensitive filenames (linux) 2011-08-03 17:45:40 -05:00
builtin.h Clifford Wolf: 2010-02-20 14:37:20 +00:00
cgal.h Basic implementation of convex hull for 2d polyhedra. 2011-04-09 10:27:50 +01:00
cgaladv.cc typo 2011-09-08 00:07:29 +02:00
cgaladv_convexhull2.cc indentation 2011-04-11 01:47:06 +02:00
cgaladv_minkowski2.cc More correct warning 2011-09-02 01:29:51 +02:00
cgaladv_minkowski3.cc Copyright updates 2011-01-21 02:21:09 +01:00
cgalrenderer.cc bugfix: empty renderer wasn't initialized. caused a crash 2011-09-08 03:23:12 +02:00
cgalrenderer.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
context.cc Copyright updates 2011-01-21 02:21:09 +01:00
context.h Clifford Wolf: 2010-02-28 13:48:04 +00:00
control.cc Copyright updates 2011-01-21 02:21:09 +01:00
csgops.cc Improved (more detailed) CGAL error messages 2011-08-03 01:12:54 +02:00
csgterm.cc Copyright updates 2011-01-21 02:21:09 +01:00
csgterm.h header file reorg 2010-01-30 04:26:05 +00:00
dxfdata.cc Merge branch 'master' of https://github.com/meta23/openscad 2011-01-21 22:09:18 +01:00
dxfdata.h Clifford Wolf: 2010-02-01 10:01:05 +00:00
dxfdim.cc filenames are case sensitive on some filesystems 2011-01-22 18:14:30 +01:00
dxfdim.h header file reorg 2010-01-30 04:26:05 +00:00
dxflinextrude.cc Merge branch 'master' of https://github.com/meta23/openscad 2011-01-21 22:09:18 +01:00
dxfrotextrude.cc change C99 vla to heap allocated array 2011-01-22 02:22:17 +01:00
dxftess-cgal.cc Improved (more detailed) CGAL error messages 2011-08-03 01:12:54 +02:00
dxftess-glu.cc add C99 math for win32 2011-01-18 00:02:56 +01:00
dxftess.cc Copyright updates 2011-01-21 02:21:09 +01: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 Export STL as doubles, as an experiment. Seems to fix some issues with importing 2011-09-08 00:08:07 +02:00
export.h Clifford Wolf: 2010-01-30 07:41:55 +00:00
expr.cc Copyright updates 2011-01-21 02:21:09 +01:00
expression.h header file reorg 2010-01-30 04:26:05 +00:00
func.cc Merge branch 'master' of https://github.com/meta23/openscad 2011-01-21 22:09:18 +01: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 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
grid.h Windows compile fix 2011-04-06 15:01:49 +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 Merge branch 'master' of https://github.com/meta23/openscad 2011-01-21 22:09:18 +01:00
lexer.l prevent linker error LNK1120 in windows 2011-07-20 21:06:18 -05:00
mainwin.cc bugfix: Automatic reload and compile got broken during the rendering refactoring 2011-08-27 21:11:27 +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 Copyright updates 2011-01-21 02:21:09 +01:00
module.h Clifford Wolf: 2010-02-28 13:48:04 +00:00
nef2dxf.cc Merge branch 'master' of https://github.com/meta23/openscad 2011-01-21 22:09:18 +01:00
node.cc Copyright updates 2011-01-21 02:21:09 +01:00
node.h Reverted accidental commits 2010-10-31 01:58:50 +00:00
openscad.cc dummy commit 2011-09-08 08:19:12 +02:00
openscad.h Copyright updates 2011-01-21 02:21:09 +01:00
parser.y compile fixes for parser and lexer under MSVC 2011-01-24 23:58:19 +01:00
polyset.cc Fixes crash bug reported by Brad Pitcher 2011-09-06 15:47:21 +02:00
polyset.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
primitives.cc Fix for crash caused by 0-sized square as reported by chrysn. 2011-08-14 20:59:22 +01:00
printutils.cc Reverted accidental commits 2010-10-31 01:58:50 +00: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 Improved (more detailed) CGAL error messages 2011-08-03 01:12:54 +02:00
render.cc Copyright updates 2011-01-21 02:21:09 +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
surface.cc Copyright updates 2011-01-21 02:21:09 +01:00
transform.cc Disable setting alpha without color 2011-09-03 01:52:39 +02:00
value.cc Merge branch 'master' of https://github.com/meta23/openscad 2011-01-21 22:09:18 +01:00
value.h Reverted accidental commits 2010-10-31 01:58:50 +00:00