openscad/src
2016-06-08 22:04:33 +02: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 Remove flattr icon and use styled link instead. 2015-06-28 19:25:12 +02:00
AboutDialog.html Remove flattr icon and use styled link instead. 2015-06-28 19:25:12 +02: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 Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -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
boost-utils.cc minor cleanup of unneeded code 2015-09-23 19:52:52 -05:00
boost-utils.h improve documentation of number conversion function (again) 2015-10-23 22:11:03 -05:00
boosty.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
builtin.cc C++11: Use std::shared_ptr insted of boost::shared_ptr 2016-01-10 17:43:45 -05:00
builtin.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
cache.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
calc.cc C++11: Use isinf()/isnan() from std:: rather than boost 2016-01-10 18:31:27 -05:00
calc.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
Camera.cc Fix Camera initialization for PNG export. 2015-11-29 19:22:44 +01:00
Camera.h #1236 Revert camera FOV 2015-03-05 10:24:13 -05:00
cgal.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
CGAL_Nef3_workaround.h Fix half of #495: Exported facets get correct orientation 2014-06-09 01:17:26 +02:00
CGAL_Nef_polyhedron.cc Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
CGAL_Nef_polyhedron.h Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -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
cgaladv.cc Refactored to let VectorValues use ValuePtr instead of Value, to avoid having to copy large vectors. Attempt to fix #1407 2015-09-04 15:28:50 -04: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
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
cgalfwd.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
CGALRenderer.cc #1202 Render 2D objects in the XY plane rather than at z=-0.1 2016-01-23 18:05:13 -05:00
CGALRenderer.h Renamed CGAL_renderer to CGAL_OGL_Polyhedron for clarity 2014-08-15 13:04:34 -04:00
cgalutils-applyops.cc C++11: Cosmetics 2016-01-10 17:51:18 -05:00
cgalutils-polyhedron.cc C++11: Cosmetics 2016-01-10 17:51:18 -05:00
cgalutils-project.cc C++11: Use std::shared_ptr insted of boost::shared_ptr 2016-01-10 17:43:45 -05:00
cgalutils-tess-old.cc C++11: Cosmetics 2016-01-10 17:51:18 -05:00
cgalutils-tess.cc C++11: Cosmetics 2016-01-10 17:51:18 -05:00
cgalutils.cc C++11: Cosmetics 2016-01-10 17:51:18 -05:00
cgalutils.h renamed typedefs for more clarity 2015-12-26 23:04:02 -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 C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
clipper-utils.h Set fixed point to 2^16 2014-06-26 15:32:52 -04: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
color.cc C++11: Cosmetics 2016-01-10 17:51:18 -05:00
colormap.cc C++11: Use std::shared_ptr insted of boost::shared_ptr 2016-01-10 17:43:45 -05:00
colormap.h C++11: Cosmetics 2016-01-10 17:51:18 -05:00
colornode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
context.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
context.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
control.cc c++11 build fix: cstdint 2016-01-27 11:52:14 -05:00
convex_hull_3_bugfix.h C++11: Cosmetics 2016-01-10 17:51:18 -05:00
CsgInfo.h Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
csgnode.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
csgnode.h Removed some unused code 2016-01-04 23:49:03 -05:00
csgops.cc #1527 Green refactoring: Renamed some classes, cleaned up some member visibility and redundant copying 2015-12-25 21:45:15 -05:00
csgops.h #1527 Green refactoring: Renamed some classes, cleaned up some member visibility and redundant copying 2015-12-25 21:45:15 -05:00
CSGTreeEvaluator.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
CSGTreeEvaluator.h Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
CSGTreeNormalizer.cc #1527 Green refactoring: Renamed some classes, cleaned up some member visibility and redundant copying 2015-12-25 21:45:15 -05:00
CSGTreeNormalizer.h #1527 Green refactoring: Renamed some classes, cleaned up some member visibility and redundant copying 2015-12-25 21:45:15 -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 Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
DrawingCallback.h Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
dxfdata.cc C++11: No longer need mathc99 2016-01-26 17:31:45 -05:00
dxfdata.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
dxfdim.cc C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
dxfdim.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
editor.cc #879 Implemented wheel zoom for scintilla editor 2014-08-23 01:18:51 -04:00
editor.h Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
enums.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
evalcontext.cc C++11: BOOST_FOREACH -> for 2016-01-25 18:32:25 -05:00
evalcontext.h #1549 Refactored duplicated code into EvalContext::assignTo() 2016-01-19 13:48:31 -05:00
EventFilter.h #1569 Moved EventFilter and requestOpenFile() to OpenSCADApp 2016-01-25 20:11:04 -05:00
exceptions.h Fix include for standard exceptions. 2016-01-08 14:17:28 +01:00
export.cc Green refactoring: Split export into separate files 2015-12-26 23:06:18 -05:00
export.h Green refactoring: Split export into separate files 2015-12-26 23:06:18 -05:00
export_amf.cc #1625 Crash fix: Don't attempt to export an empty geometry 2016-05-04 00:09:35 -04:00
export_dxf.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
export_nef.cc Green refactoring: Split export into separate files 2015-12-26 23:06:18 -05:00
export_off.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
export_png.cc Merge remote-tracking branch 'origin/master' into csgterm-refactor 2015-12-28 18:49:05 -05:00
export_stl.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
export_svg.cc Restore width & height parameters and use mm in SVG header (fixes #1597). 2016-03-10 21:25:55 +01:00
expr.cc Revert "removed unnecessary include" 2016-05-08 22:53:20 -04:00
expression.h Add c-style for as list comprehension generator expression. 2016-01-06 00:51:02 +01: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 Merge branch 'lc-extensions' into lc-extensions-cstyle-for 2016-01-20 00:35:28 -05:00
feature.h Merge branch 'lc-extensions' into lc-extensions-cstyle-for 2016-01-20 00:35:28 -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
FontCache.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -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
func.cc Compile fix for math constants 2016-01-27 02:49:43 -05:00
function.h Simple implementation of tail-recursion elimination. 2014-11-26 22:53:10 +01:00
Geometry.cc Green refactoring, but uncertain if we should keep it 2014-01-09 02:06:32 -05:00
Geometry.h C++11: Cosmetics 2016-01-10 17:51:18 -05: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 Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
GeometryEvaluator.h Merge remote-tracking branch 'origin/master' into csgterm-refactor 2015-12-28 18:49:05 -05:00
GeometryUtils.cc C++11: Use isinf()/isnan() from std:: rather than boost 2016-01-10 18:31:27 -05:00
GeometryUtils.h C++11: Cosmetics 2016-01-10 17:51:18 -05:00
GLView.cc C++11: No longer need mathc99 2016-01-26 17:31:45 -05:00
GLView.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
grid.cc C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
grid.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
handle_dep.cc C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
handle_dep.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
hash.cc C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
hash.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
highlighter.cc Add each as list comprehension generator expression. 2016-01-06 00:50:34 +01: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 Change LeafNode::createGeometry() to return a const geometry pointer. 2016-02-11 21:51:05 +01:00
importnode.h Change LeafNode::createGeometry() to return a const geometry pointer. 2016-02-11 21:51:05 +01:00
launchingscreen.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05: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 Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
legacyeditor.h Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
lexer.l Fix issue 214. When a syntax error is reported, we report the source file name 2016-05-03 21:48:51 -04: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
linalg.cc C++11: Use isinf()/isnan() from std:: rather than boost 2016-01-10 18:31:27 -05:00
linalg.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
linearextrude.cc C++11: No longer need mathc99 2016-01-26 17:31:45 -05:00
linearextrudenode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
localscope.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
localscope.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -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 Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
MainWindow.h #1607 Refactored export UI code to make 2D and 3D export use the same code path. 2016-03-25 12:56:21 -04:00
MainWindow.ui Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
memory.h C++11: Use std::shared_ptr insted of boost::shared_ptr 2016-01-10 17:43:45 -05:00
modcontext.cc Compile fix for math constants 2016-01-27 02:49:43 -05:00
modcontext.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
module.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-20 00:42:19 -05:00
module.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
ModuleCache.cc Fix issue 214. When a syntax error is reported, we report the source file name 2016-05-03 21:48:51 -04:00
ModuleCache.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05:00
namedcolors.cpp Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
node.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
node.h Change LeafNode::createGeometry() to return a const geometry pointer. 2016-02-11 21:51:05 +01:00
nodecache.h C++11: Cosmetics 2016-01-10 17:51:18 -05:00
nodedumper.cc Refactoring: Added explicit group node and root note to clarify some code, removed implicitly added top-level group in .csg output 2015-12-27 02:39:25 -05:00
nodedumper.h Refactoring: Added explicit group node and root note to clarify some code, removed implicitly added top-level group in .csg output 2015-12-27 02:39:25 -05:00
NULLGL.cc #1047 Some more cleanup for NULLGL 2014-12-03 10:58:44 -05: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 C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
OffscreenView.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
offset.cc C++11: No longer need mathc99 2016-01-26 17:31:45 -05:00
offsetnode.h Update offset() parameter handling. 2014-12-19 16:48:13 +01:00
OGL_helper.h Restores the call to combineCallback with NULL args. 2015-12-14 21:23:33 +00:00
OpenCSGRenderer.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
OpenCSGRenderer.h #1527 Refactored some memory management issues 2016-01-04 23:33:08 -05: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
openscad.cc Fix issue 214. When a syntax error is reported, we report the source file name 2016-05-03 21:48:51 -04:00
openscad.h Fix travis-ci build failure. 2016-05-04 12:12:40 -04:00
OpenSCADApp.cc #1569 Show error message on uncaught exceptions 2016-01-25 22:11:59 -05:00
OpenSCADApp.h Moved font cache dialog to OpenSCADApp 2016-01-25 20:22:42 -05:00
parser.y Fix issue 214. When a syntax error is reported, we report the source file name 2016-05-03 21:48:51 -04:00
parsersettings.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
parsersettings.h Port translation code to use resource path from PlatformUtils. 2014-10-19 01:43:45 +02:00
PlatformUtils-mac.mm Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
PlatformUtils-posix.cc Handle RLIMIT_STACK set to infinity. 2016-05-30 20:27:09 +02:00
PlatformUtils-win.cc Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
PlatformUtils.cc prevent err message when calling boost::canonical on a path that doesnt exist 2015-06-06 13:30:21 -04:00
PlatformUtils.h Include basic sysinfo to app updater 2015-03-05 14:20:46 -05:00
Polygon2d-CGAL.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
Polygon2d-CGAL.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
Polygon2d.cc Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
Polygon2d.h Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
polyset-gl.cc Merge branch 'master' into c++11 2016-01-25 18:20:51 -05:00
polyset-utils-old.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
polyset-utils.cc C++11: Cosmetics 2016-01-10 17:51:18 -05: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 Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
polyset.h Don't pass Eigen vectors by value. See also http://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html 2016-01-12 15:06:41 -05:00
Preferences.cc Merge branch 'backspace-unindent-feature' of https://github.com/anna-marina/openscad into anna-marina-backspace-unindent-feature 2016-05-10 22:42:15 -04:00
Preferences.h Add scintilla backspace unindents feature 2016-05-05 19:22:55 +03:00
Preferences.ui Add spacer 2016-05-05 18:57:26 +03:00
primitives.cc Change LeafNode::createGeometry() to return a const geometry pointer. 2016-02-11 21:51:05 +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
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
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
QGLView.cc Merge remote-tracking branch 'origin/c++11' 2016-01-27 11:25:10 -05:00
QGLView.h Introduce a USE_QOPENGLWIDGET define, added qopenglwidget CONFIG to qmake 2015-12-02 13:24:18 -05:00
qtgettext.h Add N_() to allow adding translation keys without direct gettext() call. 2014-10-19 01:25:23 +02:00
Reindexer.h C++11: Use unordered containers from std instead of boost 2016-01-10 17:19:43 -05: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 revert setting alpha=1 for differences 2015-12-01 19:34:35 -06: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 Updated examples/rotate_extrude, added rotate_extrude-angle test, updated expected dumptests 2015-11-15 13:51:18 -06:00
rotateextrudenode.h addded angle parameter for rotate_extrude 2015-11-10 03:50:55 -06:00
scadapi.h Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
scadlexer.cpp Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
scadlexer.h Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
scintillaeditor.cpp Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
scintillaeditor.h Start implementation of autocomplete/calltips for the QScintilla editor. 2016-06-08 22:04:33 +02:00
settings.cc Accept backspace unindent feature, but set default value to false 2016-05-15 13:44:12 -04:00
settings.h Add scintilla backspace unindents feature 2016-05-05 19:22:55 +03:00
SparkleAutoUpdater.h #1491 Clarified sparkle-related license 2015-11-16 11:43:32 -05:00
SparkleAutoUpdater.mm #1491 Clarified sparkle-related license 2015-11-16 11:43:32 -05: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 Refactor 2015-12-07 02:27:37 -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 Change LeafNode::createGeometry() to return a const geometry pointer. 2016-02-11 21:51:05 +01:00
svg.cc ".nefdbg" extension to dump debug info on CGALNefPolyhedron3+SphereMaps 2015-10-26 19:43:07 -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
ThrownTogetherRenderer.cc Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
ThrownTogetherRenderer.h Merge remote-tracking branch 'origin/master' into c++11 2016-01-18 14:40:01 -05:00
transform.cc Be consistent with namespace usage; remove Eigen:: namespace specifier 2016-01-12 15:05:08 -05:00
transformnode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
traverser.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
traverser.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -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
typedefs.h Removed unecessary constructor 2016-01-12 00:41:00 -05:00
UIUtils.cc C++11: Use range-based for instead of BOOST_FOREACH 2016-01-10 16:10:17 -05:00
UIUtils.h Add cheat-sheet link to help menu 2015-01-14 20:01:53 +01:00
value.cc C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
value.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05: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 drop OPENSCAD_TESTING definition 2015-06-04 21:24:07 +02:00
visitor.h Merge remote-tracking branch 'origin/master' into csgterm-refactor 2015-12-28 18:49:05 -05:00
WindowManager.cc Refactored MainWindow handling to separate WindowManager class, added OpenSCADApp as a custom QApplication subtype 2016-01-25 18:01:25 -05:00
WindowManager.h Refactored MainWindow handling to separate WindowManager class, added OpenSCADApp as a custom QApplication subtype 2016-01-25 18:01:25 -05:00