openscad/src
2017-04-04 21:59:36 +05:30
..
libsvg Clarified some ambiguous math library usage (int vs. double) 2016-07-19 15:06:06 -04:00
libtess2 Fixed bug in libtess. Fixes #1210 2015-02-09 18:42:17 -05:00
parameter Solves issue #1931 2017-02-07 22:43:48 +05:30
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 Updating the years on the copyright notice and might as well get ahead of us 2016-12-21 16:29:19 +01: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
annotation.cc yeild AST in parsable format and hides space for description if their is no description 2016-10-11 10:48:36 +05:30
annotation.h Separated the Annotation class into annotation.h 2016-09-25 03:13:23 -04:00
AppleEvents.cc Fix deprecated DebugAssert on OS X 10.8+ 2016-07-20 15:49:27 -04:00
AppleEvents.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
assignment.cc Cosmetics 2016-09-25 03:13:33 -04:00
Assignment.h #1923: Fix regression: Default argument values were looked up in the call scope instead of the lexical scope 2017-02-14 00:20:29 -05:00
AST.cc Added a Location object to ASTNode, to track source code locations 2016-06-13 20:20:04 -04:00
AST.h updateLoc() -> setLocation() 2016-09-19 16:12:28 -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
BaseVisitable.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
boost-utils.cc cosmetics 2017-02-02 00:33:53 -05:00
boost-utils.h improve documentation of number conversion function (again) 2015-10-23 22:11:03 -05:00
boosty.h #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04:00
builtin.cc AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04: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 AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
cgaladvnode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04: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 #1672 Report error instead of crashing 2016-06-19 13:26:36 -04: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 AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
colormap.cc #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04:00
colormap.h C++11: Cosmetics 2016-01-10 17:51:18 -05:00
colornode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
comment.cpp Revert "Reverted indentation checks to make it easier to merge" 2017-01-23 02:07:24 -05:00
comment.h Use #pragma once 2016-09-25 05:35:27 -04:00
comment_lexer.l Moved prefix parameter from cmd-line to flex source file 2017-01-24 21:31:20 -05:00
comment_parser.y Adjusted comment_parser to new flex/bison build setup 2017-01-19 00:19:46 -05:00
context.cc Green refactoring: Use the new EvalContext::resolveArguments() function 2017-02-14 00:31:09 -05:00
context.h #1923: Fix regression: Default argument values were looked up in the call scope instead of the lexical scope 2017-02-14 00:20:29 -05:00
control.cc Add echo() expression. 2016-10-27 21:27:56 +02: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 #1803 bugfix: Intersections with a left-side operation failed to render properly. Regression introduced in 44a0632751 2016-10-08 12:39:50 +02:00
csgnode.h Removed some unused code 2016-01-04 23:49:03 -05:00
csgops.cc AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
csgops.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
CSGTreeEvaluator.cc Moved progress_report to NodeVisitor 2017-04-04 21:59:36 +05:30
CSGTreeEvaluator.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04: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 #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04: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 Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05:00
enums.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
evalcontext.cc #1923: Fix regression: Default argument values were looked up in the call scope instead of the lexical scope 2017-02-14 00:20:29 -05:00
evalcontext.h #1923: Fix regression: Default argument values were looked up in the call scope instead of the lexical scope 2017-02-14 00:20:29 -05:00
EventFilter.h #1569 Moved EventFilter and requestOpenFile() to OpenSCADApp 2016-01-25 20:11:04 -05:00
exceptions.h Add assert() expression and statement. 2016-10-23 02:17:01 +02:00
export.cc Green refactoring: Split export into separate files 2015-12-26 23:06:18 -05:00
export.h Indicate failure to create offscreen buffer for PNG export with non-zero exit status. 2016-09-18 19:21:32 +02: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 Indicate failure to create offscreen buffer for PNG export with non-zero exit status. 2016-09-18 19:21:32 +02:00
export_stl.cc typo 2016-11-30 00:18:13 -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 #1923: Fix regression: Default argument values were looked up in the call scope instead of the lexical scope 2017-02-14 00:20:29 -05:00
expression.h Merge remote-tracking branch 'origin/master' into gsoc2016-refactored 2016-11-06 18:24:38 -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 Merge remote-tracking branch 'origin/master' into gsoc2016-refactored 2016-11-06 18:24:38 -05:00
feature.h Merge remote-tracking branch 'origin/master' into gsoc2016-refactored 2016-11-06 18:24:38 -05:00
FileModule.cc Fixed missing structure initialiser warnings. 2017-03-01 19:27:27 +00:00
FileModule.h Fix for issue #1928 Automatic Reload and Preview doesn't work properly with multiple documents open. 2017-02-03 18:37:15 +00:00
fileutils.cc #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04: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 #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04: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 Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
function.cc Added a Location object to ASTNode, to track source code locations 2016-06-13 20:20:04 -04:00
function.h C++11: gcc-4.6.1 doesn't support delegating constructors 2016-06-13 21:38:21 -04: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 Moved progress_report to NodeVisitor 2017-04-04 21:59:36 +05:30
GeometryEvaluator.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04: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
GroupModule.cc Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
GroupModule.h Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
handle_dep.cc #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04: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 Add debugging support for importing .nef3 files 2016-11-25 01:29:23 -05:00
import.h Add debugging support for importing .nef3 files 2016-11-25 01:29:23 -05:00
import_amf.cc Add (optional) support for reading compressed AMF files using libzip. 2016-09-20 01:47:29 +02:00
import_nef.cc Add debugging support for importing .nef3 files 2016-11-25 01:34:27 -05:00
import_off.cc Refactored the import code into separate files per format 2016-07-18 20:14:31 -04:00
import_stl.cc Refactored the import code into separate files per format 2016-07-18 20:14:31 -04:00
import_svg.cc Added experimental SVG import 2016-07-19 14:44:35 -04:00
importnode.h Add debugging support for importing .nef3 files 2016-11-25 01:29:23 -05: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 Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05:00
legacyeditor.h Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05:00
lexer.l Moved prefix parameter from cmd-line to flex source file 2017-01-24 21:31:20 -05:00
LibraryInfo.cc Add (optional) support for reading compressed AMF files using libzip. 2016-09-20 01:47:29 +02: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 AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
linearextrudenode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
localscope.cc Keep definition order of modules and functions when exporting AST 2017-02-07 23:00:03 -05:00
localscope.h Keep definition order of modules and functions when exporting AST 2017-02-07 23:00:03 -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 Merge remote-tracking branch 'openscad/master' 2017-03-04 07:55:53 -05:00
MainWindow.h quadruple spaces to indent 2017-03-04 08:00:15 -05:00
MainWindow.ui Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05:00
memory.h C++11: Use std::shared_ptr insted of boost::shared_ptr 2016-01-10 17:43:45 -05:00
modcontext.cc Refactoring bugfix: Make sure to initiate usedlibs_p at the right time 2016-07-22 12:12:09 -04:00
modcontext.h Green refactor: No need for a module parameter to the FileContext constructor 2016-07-21 14:38:42 -04:00
module.cc Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
module.h Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
ModuleCache.cc Fixed missing structure initialiser warnings. 2017-03-01 19:27:27 +00:00
ModuleCache.h parse now always returns the module pointer to give the dependencies. 2017-03-01 17:26:58 +00:00
ModuleInstantiation.cc Removed a few unneccessary boosty includes 2016-06-30 13:29:16 -04:00
ModuleInstantiation.h Moved arguments that should be available at construction-time into the constructor 2016-06-14 19:20:17 -04:00
namedcolors.cpp Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
node.cc AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
node.h AST refacroting: Green refactoring preparing for a more general visitor system: Made accept() a macro and use a common supertype BaseVisitable. 2016-06-13 19:35:42 -04:00
nodecache.h C++11: Cosmetics 2016-01-10 17:51:18 -05:00
nodedumper.cc AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
nodedumper.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
NodeVisitor.cc Moved progress_report to NodeVisitor 2017-04-04 21:59:36 +05:30
NodeVisitor.h ast refactoring: Made the traverser part of NodeVisitor as it was dependent on the node tree 2016-06-13 19:35:43 -04: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 Removed deprecated pixel format attribute. Added comment for how to force software rendering 2016-07-15 01:26:53 -04:00
OffscreenContextGLX.cc repair indentation to original state 2016-09-02 22:07:33 -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 AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
offsetnode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04: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 parse now always returns the module pointer to give the dependencies. 2017-03-01 17:26:58 +00:00
openscad.h parse now always returns the module pointer to give the dependencies. 2017-03-01 17:26:58 +00: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
Package.h ast refactoring: Made the traverser part of NodeVisitor as it was dependent on the node tree 2016-06-13 19:35:43 -04:00
parser.y parse now always returns the module pointer to give the dependencies. 2017-03-01 17:26:58 +00:00
parsersettings.cc #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04: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 #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04:00
PlatformUtils-win.cc typo fix 2016-10-06 21:35:59 -05:00
PlatformUtils.cc #1647 remove workarounds for older versions of boost 2016-06-27 22:52:41 -04:00
PlatformUtils.h basic refactor so the sysinfo() code is legible 2016-10-04 22:21:29 -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 #1867 Fixed problem with vertices having an evil, downscaled-to-float, twin, if a polyhedron contains occasional non-planar polygons 2016-11-17 13:24:31 -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 Cosmetics 2016-09-01 23:42:54 -04:00
Preferences.h Cosmetics 2016-09-01 23:42:54 -04:00
Preferences.ui Add spacer 2016-05-05 18:57:26 +03:00
primitives.cc AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
printutils.cc Fix for #1961: Warnings and errors only shown five times 2017-02-24 14:34:51 +00:00
printutils.h Fix for #1961: Warnings and errors only shown five times 2017-02-24 14:34:51 +00: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 AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
projectionnode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
QGLView.cc improve QtOpenGLWidget gl format reporting 2016-09-04 18:37:35 -05:00
QGLView.h Introduce a USE_QOPENGLWIDGET define, added qopenglwidget CONFIG to qmake 2015-12-02 13:24:18 -05:00
qtgettext.h Handle 2 argument translation calls generated by Qt 5.7.1 (fixes #1872). 2016-11-27 19:29:04 +01:00
QWordSearchField.cc Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05:00
QWordSearchField.h Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05: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 AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04: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 AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -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 AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
rotateextrudenode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
scadlexer.cpp Added keyword children 2017-01-08 10:11:13 +01:00
scadlexer.h C++11: Cleaned up some stdint.h stuff 2016-01-26 17:49:09 -05:00
scintillaeditor.cpp Fix for build against QScintilla < 2.9 2017-03-12 17:57:07 -04:00
scintillaeditor.h Find&Replace: Highlight match-words & Display find-count (FINAL) 2017-02-14 11:48:58 -05:00
settings.cc Renamed Visitor to SettingsVisitor to avoid naming confusion 2016-06-13 19:35:42 -04:00
settings.h Renamed Visitor to SettingsVisitor to avoid naming confusion 2016-06-13 19:35:42 -04: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
StatCache.cc Update StatCache.cc 2017-03-02 07:43:48 +00:00
StatCache.h dos->unix line endings 2017-02-01 21:02:03 -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 AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04: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 AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04: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 AST refactoring: New ASTNode supertype, refactored Expression, Module and Function class hierarchies 2016-06-13 19:35:42 -04:00
transformnode.h AST refactor: Refactored the visitor system to a more general purpose visitor 2016-06-13 19:35:43 -04:00
Tree.cc ast refactoring: Made the traverser part of NodeVisitor as it was dependent on the node tree 2016-06-13 19:35:43 -04:00
Tree.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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
UserModule.cc Split the module file into module, FileModule, UserModule and GroupModule to better manage dependencies 2016-06-13 19:35:43 -04:00
UserModule.h Added a Location object to ASTNode, to track source code locations 2016-06-13 20:20:04 -04:00
value.cc Coding style 2016-11-21 22:42:37 -05:00
value.h Add assert() expression and statement. 2016-10-23 02:17:01 +02: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
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