openscad/src
Vitaliy Filippov 80abdc1da0 Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
..
libtess2 Fixed bug in libtess. Fixes #1210 2015-02-09 18:42:17 -05:00
polyclipping Updated ClipperLib to 6.2.1 2014-11-25 17:41:08 -05:00
AboutDialog.h Conflicts: 2015-03-14 16:17:07 -04:00
AboutDialog.html Updated copyright, added translators 2015-03-05 15:23:05 -05:00
AboutDialog.ui Add OK button, some Linux window managers do not add a close button to dialogs. 2014-12-23 18:27:39 +01:00
AppleEvents.cc Compile fix: Don't include Carbon as it pollutes the global namespace with e.g. 'Polygon' 2014-11-26 15:02:44 -05:00
AppleEvents.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
AutoUpdater.cc Move software update menu handling to AutoUpdater. This should fix #714 2014-11-10 15:01:34 -05:00
AutoUpdater.h Move software update menu handling to AutoUpdater. This should fix #714 2014-11-10 15:01:34 -05:00
CGALCache.cc Refactoring to facilitate more sharing of code between CGALEvaluator, GeometryEvaluator and CGALUtils 2014-01-09 02:06:34 -05:00
CGALCache.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
CGALRenderer.cc #793 Tessellate PolySets before rendering to properly support concave polygons 2015-02-02 18:57:21 -05:00
CGALRenderer.h Renamed CGAL_renderer to CGAL_OGL_Polyhedron for clarity 2014-08-15 13:04:34 -04:00
CGAL_Nef3_workaround.h Use Delaunay triangulation, for both STL and OFF export 2015-05-23 13:45:15 +03:00
CGAL_Nef_polyhedron.cc Refactor: Moved _DxfData contents to main cc file as it's no longer related to dxfdata 2015-03-02 14:47:28 -05:00
CGAL_Nef_polyhedron.h Handle a bunch of nullspace corner cases. Fixes #1029 2014-12-08 18:25:48 -05:00
CGAL_OGL_Polyhedron.h Renamed CGAL_renderer to CGAL_OGL_Polyhedron for clarity 2014-08-15 13:04:34 -04:00
CGAL_workaround_Mark_bounded_volumes.h Fix second half of #495: Nef with holes get imported correctly (CGAL Bug) 2014-06-09 01:17:26 +02:00
CSGTermEvaluator.cc #1250 Don't tesselate convex polysets for rendering 2015-03-08 23:56:37 -04:00
CSGTermEvaluator.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
Camera.cc More camera fixes: Better viewall calculation, better switching between perspective and ortho 2015-03-07 19:02:51 -05:00
Camera.h #1236 Revert camera FOV 2015-03-05 10:24:13 -05:00
CocoaUtils.h Various whitespace fixes 2014-04-28 13:37:43 -04:00
CocoaUtils.mm Killed warnings 2013-12-04 01:15:19 -05:00
CsgInfo.h Handle a bunch of nullspace corner cases. Fixes #1029 2014-12-08 18:25:48 -05:00
Dock.cc Fix status handling for docked windows. 2014-10-20 00:21:06 +02:00
Dock.h Fix status handling for docked windows. 2014-10-20 00:21:06 +02:00
DrawingCallback.cc Made Bezier code slightly more easy to read 2015-03-12 19:34:36 -04:00
DrawingCallback.h Made Bezier code slightly more easy to read 2015-03-12 19:34:36 -04:00
EventFilter.h doc 2015-03-03 23:49:07 -05:00
FontCache.cc Wops, accidentally committed a change made for testing 2015-01-29 20:43:13 -05:00
FontCache.h Use QtConcurrentRun to initialize FontConfig in a separate thread. 2014-12-21 03:49:20 +01:00
FontListDialog.cc Use double backslashes to quote fontconfig input. 2015-01-07 00:50:58 +01:00
FontListDialog.h Add drag&drop to the FontListDialog. 2014-12-23 03:07:27 +01:00
FontListDialog.ui Add drag&drop to the FontListDialog. 2014-12-23 03:07:27 +01:00
FontListTableView.cc Add background to the drag&drop pixmap to make it better readable. 2014-12-23 18:42:16 +01:00
FontListTableView.h Add drag&drop to the FontListDialog. 2014-12-23 03:07:27 +01:00
FreetypeRenderer.cc Simple detection of script and direction based on given text. 2015-05-09 18:05:07 +02:00
FreetypeRenderer.h Simple detection of script and direction based on given text. 2015-05-09 18:05:07 +02:00
GLView.cc Switch from getContrastColor to getColor in GLView 2015-05-12 15:09:20 -05:00
GLView.h Swap out spaces for tabs 2015-01-02 01:32:37 -06:00
Geometry.cc Green refactoring, but uncertain if we should keep it 2014-01-09 02:06:32 -05:00
Geometry.h bugfix: don't crash on empty resize(). refactoring: added virtual copy() to geometry, moved resize() to CGAL_Nef_polyhedron. Fixes #862 2014-07-17 17:03:03 -04:00
GeometryCache.cc Only show verbose debug info when --debug is turned on 2015-03-08 17:35:30 -04:00
GeometryCache.h Updated include guards to #pragma once 2014-05-22 22:26:46 -04:00
GeometryEvaluator.cc Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
GeometryEvaluator.h Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
GeometryUtils.cc doc 2015-03-08 19:29:24 -04:00
GeometryUtils.h #1215 Repair non-manifold tessellation results, detect and report non-manifold results 2015-02-14 12:28:26 -05:00
LibraryInfo.cc Don't include build date. Fixes #1294 2015-04-01 17:12:27 -04:00
LibraryInfo.h Split info() function into separate file as it depends on too many defines and external libs 2014-07-22 13:32:44 -04:00
LibraryInfoDialog.cc Modernise help library info 2014-09-14 22:08:18 -04:00
LibraryInfoDialog.h Add gettext to new dialogs. 2014-10-19 01:25:23 +02:00
LibraryInfoDialog.ui Modernise help library info 2014-09-14 22:08:18 -04:00
MainWindow.h Move to Edit->Copy Viewport and add shortcut SHIFT-CTRL-C. 2015-05-16 17:41:52 +02:00
MainWindow.ui Move to Edit->Copy Viewport and add shortcut SHIFT-CTRL-C. 2015-05-16 17:41:52 +02:00
ModuleCache.cc oops can't delete a pointer address 2015-05-15 14:25:08 -05:00
ModuleCache.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
NULLGL.cc #1047 Some more cleanup for NULLGL 2014-12-03 10:58:44 -05:00
OGL_helper.h Build with -DNOGDI by default to prevent name conflicts with windows.h. 2014-12-04 23:30:42 +01:00
OffscreenContext.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
OffscreenContextAll.hpp obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box. 2013-02-20 23:02:44 -06:00
OffscreenContextCGL.mm obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box. 2013-02-20 23:02:44 -06:00
OffscreenContextGLX.cc Fix #1 of 2 in 25081 (OffscreenContextGLX.cc) 2015-05-15 14:20:46 -05:00
OffscreenContextNULL.cc adding missing file 2014-01-31 06:41:57 -06:00
OffscreenContextWGL.cc Build with -DNOGDI by default to prevent name conflicts with windows.h. 2014-12-04 23:30:42 +01:00
OffscreenView.cc build on system without OpenGL. do cmake .. -DNULLGL=1 2014-01-30 18:21:32 -06:00
OffscreenView.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
OpenCSGRenderer.cc bugfix: highlighted differences didn't render correctly 2014-12-23 00:37:43 -05:00
OpenCSGRenderer.h Added View->View All menu entry 2014-06-21 16:12:55 -04:00
OpenCSGWarningDialog.cc bugfix: Wrong slot names for OpenCSG warning dialog 2013-01-13 18:28:13 -05:00
OpenCSGWarningDialog.h Create basic gettext infrastructure and French language stub. 2014-10-19 01:25:14 +02:00
OpenCSGWarningDialog.ui Enable OpenCSG as default for capable OpenGL 1.x contexts as this appears to be the normal situation 2011-12-28 21:32:56 +01:00
PlatformUtils-mac.mm Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
PlatformUtils-posix.cc Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
PlatformUtils-win.cc Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
PlatformUtils.cc Fix resource path search; the 'libraries' folder isn't always installed. Fixes #1342 2015-05-14 22:32:00 -04:00
PlatformUtils.h Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
Polygon2d-CGAL.cc #1065 Show progress dialog while building font cache 2014-12-17 12:12:53 -05:00
Polygon2d-CGAL.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
Polygon2d.cc Color code warning and error messages in the console window (fixes #855). 2014-12-21 02:12:06 +01:00
Polygon2d.h Mark twist-free linear extrusions of convex polygons convex 2014-09-18 23:14:21 +02:00
Preferences.cc Removed duplicate fire of QComboBox signals 2015-02-25 11:31:30 -05:00
Preferences.h Removed duplicate fire of QComboBox signals 2015-02-25 11:31:30 -05:00
Preferences.ui Enable auto indent as default 2015-03-06 11:41:04 -05:00
ProgressWidget.cc bugfix: the previous progress bar fix wasn't fixed properly 2013-06-05 20:23:45 -04:00
ProgressWidget.h Create basic gettext infrastructure and French language stub. 2014-10-19 01:25:14 +02:00
ProgressWidget.ui #1189 Removed unused titles for progressbar and preferences toolbar 2015-01-29 11:26:38 -05:00
QGLView.cc Add "Export to Clipboard" to copy the current 3d view to the system clipboard. 2015-05-12 23:48:17 +02:00
QGLView.h Add "Export to Clipboard" to copy the current 3d view to the system clipboard. 2015-05-12 23:48:17 +02:00
Reindexer.h Use iterator as dest instead of a vector, for flexibility 2015-01-15 14:38:34 -05:00
SparkleAutoUpdater.h Move software update menu handling to AutoUpdater. This should fix #714 2014-11-10 15:01:34 -05:00
SparkleAutoUpdater.mm Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
ThrownTogetherRenderer.cc bugfix: highlighted differences didn't render correctly 2014-12-23 00:37:43 -05:00
ThrownTogetherRenderer.h Added View->View All menu entry 2014-06-21 16:12:55 -04:00
Tree.cc Add debug output for the Node Id Cache. 2014-12-16 21:21:06 +01:00
Tree.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
UIUtils.cc Conflicts: 2015-03-14 16:17:07 -04:00
UIUtils.h Add cheat-sheet link to help menu 2015-01-14 20:01:53 +01:00
bend.cc Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
bendnode.h Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
boost-utils.cc backport boost functions to pre-1.48 2013-03-17 18:34:47 +01:00
boost-utils.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
boosty.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
builtin.cc Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
builtin.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
cache.h Less intense debug output 2015-01-13 16:51:02 -05:00
calc.cc Moved get_fragments_from_r into Calc 2013-12-27 17:48:15 -05:00
calc.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
cgal.h Small refactoring: Split out Polyhedron-related functions to from cgalutils.cc to cgalutils-polyhedron.cc 2014-12-31 02:52:56 -05:00
cgaladv.cc Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
cgaladvnode.h #409 Pass Value objects as shared_ptr instances instead of by Value to battle excess stack usage 2014-11-23 00:59:17 -05:00
cgalfwd.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
cgalutils-polyhedron.cc Added printPolyhedron 2015-01-06 22:50:40 -05:00
cgalutils-tess-old.cc Rewrote tessellation used for NefPolyhedron to PolySet conversion. Should fix #1033 2014-12-01 00:54:01 -05:00
cgalutils-tess.cc Always normalize normal vector, for safety 2015-01-13 18:51:00 -05:00
cgalutils.cc Crashed attempting to access non-existing element. Fixes #1258 2015-03-13 15:45:40 -04:00
cgalutils.h Move private clase ZRemover to cc file 2015-03-02 14:46:45 -05:00
cgalworker.cc Use GeometryEvaluator instead of CGALEvaluator. A bunch of refactoring and fixes as a result of that. Renamed GUI menu items to reflect preview vs. render 2014-01-09 02:06:35 -05:00
cgalworker.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
clipper-utils.cc More correct handling of empty geometry. Should fix a few crash bugs 2014-11-27 20:40:37 -05:00
clipper-utils.h Set fixed point to 2^16 2014-06-26 15:32:52 -04:00
color.cc Merge remote-tracking branch 'origin/master' into issue409 2014-12-01 17:07:01 -05:00
colormap.cc Change bacl to black axes for Cornfield 2015-05-14 14:48:12 -05:00
colormap.h Add AXES_COLOR to `enum RenderColor` 2015-05-12 15:22:26 -05:00
colornode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
context.cc Move catch for function recursion detection. 2014-12-04 19:40:15 +01:00
context.h Simple implementation of tail-recursion elimination. 2014-11-26 22:53:10 +01:00
control.cc Easier fix for 93925 (control.cc) 2015-05-15 13:31:20 -05:00
convex_hull_3_bugfix.h Apply convex hull bugfix from CGAL, work around next issue by avoiding using std::set iterators, updated test cases. Fixes #1089 2015-01-06 11:12:03 -05:00
csgnode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
csgops.cc bugfix: Correctly handle else scopes, handle overrides inside assign scopes 2014-11-25 00:45:00 -05:00
csgterm.cc remove #ifdefs for eigen version 2 ( see issue #532 ) 2014-04-26 23:14:24 -05:00
csgterm.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
csgtermnormalizer.cc Improved cleanup of aborted normalization. This should fix #762 2014-04-23 23:59:27 -04:00
csgtermnormalizer.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
dxfdata.cc toPolygon2d() should never return NULL 2014-11-27 20:38:09 -05:00
dxfdata.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
dxfdim.cc #409 Pass Value objects as shared_ptr instances instead of by Value to battle excess stack usage 2014-11-23 00:59:17 -05:00
dxfdim.h #409 Pass Value objects as shared_ptr instances instead of by Value to battle excess stack usage 2014-11-23 00:59:17 -05:00
editor.cc #879 Implemented wheel zoom for scintilla editor 2014-08-23 01:18:51 -04:00
editor.h Reimplemented Replace All to work properly. Fixes #1264 2015-03-23 12:51:25 -04:00
enums.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
evalcontext.cc Move catch for function recursion detection. 2014-12-04 19:40:15 +01:00
evalcontext.h Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
exceptions.h bugfix: Don't return a temporary string from exception::what 2015-02-10 18:59:11 -05:00
export.cc Fix memory leak 25008 2015-05-15 13:15:31 -05:00
export.h Add --render=cgal option for test purposes (forces conversion to CGAL Nef polyhedron before rendering 2014-09-04 17:35:32 -04:00
export_png.cc #1236 Revert camera FOV 2015-03-05 10:24:13 -05:00
expr.cc bugfix: Don't return a temporary string from exception::what 2015-02-10 18:59:11 -05:00
expression.h Some Expression refactoring 2014-11-25 17:08:14 -05:00
fbo.cc cleanups. and restore accidentally deleted old system-gl.h 2013-01-26 23:19:14 +01:00
fbo.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
feature.cc #1065 The text module is no longer experimental 2014-12-17 12:56:52 -05:00
feature.h #1065 The text module is no longer experimental 2014-12-17 12:56:52 -05:00
fileutils.cc Fix duplicated output of DEPRECATED marker. 2015-01-08 19:34:37 +01:00
fileutils.h Various whitespace fixes 2014-04-28 13:37:43 -04:00
findversion.h Extend Windows version detection (fixes #1076). 2015-01-09 02:00:33 +01:00
func.cc Found more search PRINTB warnings to remove 2015-04-15 18:29:05 -04:00
function.h Simple implementation of tail-recursion elimination. 2014-11-26 22:53:10 +01:00
grid.cc Added hash_value() for Vector3f 2015-01-15 14:38:04 -05:00
grid.h Build fixes to compile on MXE with C++11 enabled. 2015-03-22 14:17:36 +01:00
handle_dep.cc #244 Escape spaces in filenames 2014-10-14 16:31:09 -04:00
handle_dep.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
highlighter.cc Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00
highlighter.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
imageutils-lodepng.cc rendersettings.h not needed 2013-09-11 21:51:15 -05:00
imageutils-macosx.cc Mac OS X build fixes 2013-01-28 14:56:17 -05:00
imageutils.cc cleanup tab spacing 2013-03-03 20:23:03 -06:00
imageutils.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
import.cc Treat deprecation as warning message (fixes #1143). 2015-01-07 17:05:50 +01:00
importnode.h Removed unused code 2014-06-26 15:33:40 -04:00
launchingscreen.cc Conflicts: 2015-03-14 16:17:07 -04:00
launchingscreen.h Allow opening of multiple files on application launch on OS X. Fixes #1229 2015-02-27 10:19:21 -05:00
launchingscreen.ui Change layout to allow longer version number text. 2014-12-23 18:28:16 +01:00
legacyeditor.cc Reimplemented Replace All to work properly. Fixes #1264 2015-03-23 12:51:25 -04:00
legacyeditor.h Reimplemented Replace All to work properly. Fixes #1264 2015-03-23 12:51:25 -04:00
lexer.l #842 bugfix: handle multiple consecutive NBSP characters 2015-02-02 14:08:53 -05:00
linalg.cc Some cleanup of old eigen2 workarounds. Added fix to support cameras looking down the Z axis 2014-06-21 12:44:38 -04:00
linalg.h Fixed bug reversing result of is_nan(), causing normals vectors to sometime be exported as 0 0 0. Fixes #1317 2015-04-21 01:33:25 -04:00
linearextrude.cc Treat deprecation as warning message (fixes #1143). 2015-01-07 17:05:50 +01:00
linearextrudenode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
localscope.cc bugfix: Correctly handle else scopes, handle overrides inside assign scopes 2014-11-25 00:45:00 -05:00
localscope.h bugfix: Correctly handle else scopes, handle overrides inside assign scopes 2014-11-25 00:45:00 -05:00
lodepng.cpp upgrade lodepng to new version. remove malloc from imageutils 2013-02-11 19:10:52 -06:00
lodepng.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
mainwin.cc Move to Edit->Copy Viewport and add shortcut SHIFT-CTRL-C. 2015-05-16 17:41:52 +02:00
mathc99.cc In this commit i'll change just the Qt project, c and header files to get OpenSCAD 2013-07-28 13:42:35 +02:00
mathc99.h Build fixes to compile on MXE with C++11 enabled. 2015-03-22 14:17:36 +01:00
memory.h #409 Pass Value objects as shared_ptr instances instead of by Value to battle excess stack usage 2014-11-23 00:59:17 -05:00
modcontext.cc Build fixes to compile on MXE with C++11 enabled. 2015-03-22 14:17:36 +01:00
modcontext.h Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
module.cc #1276 Let FileModule::instantiate() catch all module recursions 2015-04-13 12:45:30 -04:00
module.h Forgot to commit Value -> ValuePtr fix to header 2014-12-01 17:34:47 -05:00
namedcolors.cpp Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
node.cc Moved % modifier handling from node to nodedumper. This makes nodes with % operators use the existing cache instead of recalculating the object 2014-02-06 00:50:00 -05:00
node.h Removed unused code 2014-06-26 15:33:22 -04:00
nodecache.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
nodedumper.cc bugfix: Dumptest failed to dump the highlight modifier 2014-05-17 11:53:11 -04:00
nodedumper.h Various whitespace fixes 2014-04-28 13:37:43 -04:00
offset.cc Minor doc clarification 2014-12-22 16:58:03 -05:00
offsetnode.h Update offset() parameter handling. 2014-12-19 16:48:13 +01:00
openscad.cc Make -q toggle a global variable for quiet mode 2015-05-13 11:18:32 -05:00
openscad.h Conflicts: 2015-03-14 16:17:07 -04:00
parser.y quickfix: Increase parser stack depth to allow for larger designs 2015-03-08 19:36:30 -04:00
parsersettings.cc Port translation code to use resource path from PlatformUtils. 2014-10-19 01:43:45 +02:00
parsersettings.h Port translation code to use resource path from PlatformUtils. 2014-10-19 01:43:45 +02:00
polyset-gl.cc separate-compile 2015-04-15 14:56:19 +05:30
polyset-utils-old.cc #964 Implemented a more robust polygon triangulator which will now handle intersecting edges properly. Should output more sane corner-case meshes, although they're not perfectly manifold 2014-10-02 01:38:05 -04:00
polyset-utils.cc #1325 Fixed crash when polygons with > 3 indices turn out to be degenerate 2015-04-25 15:20:09 -04:00
polyset-utils.h #1061 fixed test build behaving differently from GUI build due to ENABLE_CGAL flag not being passed to all relevant sources. Added testcase 2014-12-09 16:42:02 -05:00
polyset.cc separate-compile 2015-04-15 14:56:19 +05:30
polyset.h Optimization: Cache boundingbox, added append_poly with Polygon parameter 2015-03-08 19:32:10 -04:00
primitives.cc Treat deprecation as warning message (fixes #1143). 2015-01-07 17:05:50 +01:00
printutils.cc Don't suppress error messages 2015-05-13 17:38:47 -05:00
printutils.h Need to add quiet to OpenSCAD namespace 2015-05-13 11:23:15 -05:00
progress.cc Cleaned up progress handling, implemented cancel function. Needs more testing 2010-02-09 13:48:09 +00:00
progress.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
projection.cc Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
projectionnode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
qtgettext.h Add N_() to allow adding translation keys without direct gettext() call. 2014-10-19 01:25:23 +02:00
render-opencsg.cc.org Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
render.cc Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
renderer.cc #1065 fix: It's allowed to pass NULL geometry to the preview renderer 2014-12-16 17:22:41 -05:00
renderer.h Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
rendernode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
rendersettings.cc Remove some obsolete dependencies to colormap.h. 2014-11-02 23:42:24 +01:00
rendersettings.h Remove some obsolete dependencies to colormap.h. 2014-11-02 23:42:24 +01:00
rotateextrude.cc Be helpful and set default convexity of rotate_extrude to 2 2015-01-29 00:11:52 -05:00
rotateextrudenode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
scadlexer.cpp Allow reading the keyword lists from the color scheme files. 2014-12-20 17:27:18 +01:00
scadlexer.h Allow reading the keyword lists from the color scheme files. 2014-12-20 17:27:18 +01:00
scintillaeditor.cpp #1254 Backport some code to boost filesystem V2, for old RedHat version 2015-04-26 16:11:51 -04:00
scintillaeditor.h Reimplemented Replace All to work properly. Fixes #1264 2015-03-23 12:51:25 -04:00
settings.cc Changed default tab width to 4 2015-03-06 11:40:49 -05:00
settings.h Add settings entry to enable/disable warning display in the 3D view. 2015-01-10 00:54:52 +01:00
stackcheck.cc inlined stack pointer retrieval to silence compiler warning 2014-11-25 15:06:20 -05:00
stackcheck.h inlined stack pointer retrieval to silence compiler warning 2014-11-25 15:06:20 -05:00
state.h Allow the state to track cache lookup preference. This is important to allow lookups to prefer Nef polyhedrons in cases where PolySet->Nef fails due to zero triangles. Fixes #1027 2015-01-20 16:03:31 -05:00
stl-utils.cc clang fix: Clang claims to be gcc 2013-12-04 01:15:34 -05:00
stl-utils.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
surface.cc fixed a small remaining surface issue; z values weren't clamped to 0 2015-03-07 23:17:11 -05:00
svg.cc Cleanup: Removed redundant code 2014-01-09 02:06:35 -05:00
svg.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
system-gl.cc Preserve output state so that everything afterwards doesn't get turned into hex 2015-05-15 13:43:23 -05:00
system-gl.h Build with -DNOGDI by default to prevent name conflicts with windows.h. 2014-12-04 23:30:42 +01:00
text.cc Simple detection of script and direction based on given text. 2015-05-09 18:05:07 +02:00
textnode.h Ubuntu 12.04 build fixes 2014-05-24 21:41:04 +02:00
transform.cc #1233 Correctly handle homogeneous components in transformation matrices 2015-03-02 17:16:56 -05:00
transformnode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
traverser.cc robustification: Postfix traversals used uninitialized response variable. Bug wasn't trigged by the current codebase though 2012-10-31 11:35:36 -04:00
traverser.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
typedefs.h Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
value.cc cosmetics 2015-03-01 20:45:11 -05:00
value.h Change settings handling to use Value objects. 2014-12-30 02:37:16 +01:00
version_check.cc check versions of libraries at compile time - warn users. fix FIXME in openscad.pro 2012-07-13 03:40:07 +02:00
version_check.h Fix gmp issue; ptrdiff_t not found. Fixes #1314 2015-04-15 21:45:21 -04:00
visitor.h Experimental circular/spherical/cylindric bend modifier (issue openscad/openscad#815) 2015-05-23 13:45:15 +03:00