openscad/src
Marius Kintel 1ab34dc9d0 bugfix: Attempted to assign temporary variable to a const&, broke in debug mode. Fixes #980 2014-10-13 15:13:17 -04:00
..
polyclipping Updated Clipper to 6.1.3a 2014-06-21 12:43:19 -04:00
AboutDialog.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
AboutDialog.html add Torsten Paul to openscad github team, add patch contributors. 2014-03-06 18:17:17 -06:00
AboutDialog.ui Extracted the about box contents to an external file for easier editing 2012-08-21 21:08:55 -04:00
AppleEvents.cc Merge branch 'master' into unstable 2014-02-05 01:08:44 -05:00
AppleEvents.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
AutoUpdater.cc First version of automatic updates for Mac 2013-02-05 00:36:25 -05:00
AutoUpdater.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -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
CGALRenderer.cc Renamed CGAL_renderer to CGAL_OGL_Polyhedron for clarity 2014-08-15 13:04:34 -04:00
CGALRenderer.h Renamed CGAL_renderer to CGAL_OGL_Polyhedron for clarity 2014-08-15 13:04:34 -04: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 #337 Enabled conversion directly from Nef polyhedron to PolySets, making us able to deal with more manifold corner cases 2014-08-21 13:20:32 -04:00
CGAL_Nef_polyhedron.h #337 Enabled conversion directly from Nef polyhedron to PolySets, making us able to deal with more manifold corner cases 2014-08-21 13:20:32 -04:00
CGAL_Nef_polyhedron_DxfData.cc small cleanup - removed redundant dim field 2014-01-09 02:06:37 -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 minor: No need to evaluate csg terms of null geometry 2014-02-04 23:47:39 -05:00
CSGTermEvaluator.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
Camera.cc Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
Camera.h redo 2d tests to be viewed from the top down. experiment w altering viewall code 2014-07-22 14:00:08 -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
CsgInfo.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
DrawingCallback.cc Fix render issue with combining chars intersecting with the base char. 2014-07-06 18:41:41 +02:00
DrawingCallback.h Updated include guards to #pragma once 2014-05-22 22:26:46 -04:00
EventFilter.h Handle arriving FileOpen events while the launchscreen is active, cleaned up some code, make static MainWindow handling more robust. Fixes #972 2014-10-09 22:13:18 -04:00
FontCache.cc Merge branch 'master' of github.com:openscad/openscad 2014-09-03 12:28:16 -04:00
FontCache.h constness, codingstyle 2014-09-03 12:14:27 -04:00
FontListDialog.cc Change FontDialog button to do "copy to clipboard". 2014-08-10 20:40:43 +02:00
FontListDialog.h Change FontDialog button to do "copy to clipboard". 2014-08-10 20:40:43 +02:00
FontListDialog.ui Change FontDialog button to do "copy to clipboard". 2014-08-10 20:40:43 +02:00
FreetypeRenderer.cc Save original $fn value for CSG output. 2014-08-03 20:31:03 +02:00
FreetypeRenderer.h Handle $fn, $fa and $fs for CSG output. 2014-08-03 20:31:03 +02:00
GLView.cc Force shininess to 64 - this is reported to fix #71 2014-08-22 11:48:34 -04:00
GLView.h Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04: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 fix compiler warning 2014-03-28 12:50:44 -05:00
GeometryCache.h Updated include guards to #pragma once 2014-05-22 22:26:46 -04:00
GeometryEvaluator.cc Mark twist-free linear extrusions of convex polygons convex 2014-09-18 23:14:21 +02:00
GeometryEvaluator.h Merge branch 'master' into text-module 2014-05-20 21:36:51 +02:00
LibraryInfo.cc Merge remote-tracking branch 'origin/master' into scintillaeditor 2014-07-22 14:48:45 -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 Modernise help library info 2014-09-14 22:08:18 -04:00
LibraryInfoDialog.ui Modernise help library info 2014-09-14 22:08:18 -04:00
MainWindow.h Handle arriving FileOpen events while the launchscreen is active, cleaned up some code, make static MainWindow handling more robust. Fixes #972 2014-10-09 22:13:18 -04:00
MainWindow.ui Merge branch 'master' into scintilla-updates 2014-10-02 02:10:55 -04:00
ModuleCache.cc Output debug info only in debug mode 2014-06-25 23:54:10 -04:00
ModuleCache.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
NULLGL.cc add missing file 2014-01-31 06:34:46 -06:00
OGL_helper.h Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04: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 properly indent code 2013-02-01 02:47:12 +01:00
OffscreenContextNULL.cc adding missing file 2014-01-31 06:41:57 -06:00
OffscreenContextWGL.cc enable cmdline offscreen rendering with win64- fix ambiguous unicode stuff 2013-06-03 00:19:20 -05: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 Added View->View All menu entry 2014-06-21 16:12:55 -04: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 Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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 attach to parent console and provide stdout/stderr for GUI app. under Windows 2014-05-17 09:02:44 +04:00
PlatformUtils-posix.cc attach to parent console and provide stdout/stderr for GUI app. under Windows 2014-05-17 09:02:44 +04:00
PlatformUtils-win.cc attach to parent console and provide stdout/stderr for GUI app. under Windows 2014-05-17 09:02:44 +04:00
PlatformUtils.cc Merge remote-tracking branch 'origin/master' into scintillaeditor 2014-09-03 12:46:54 -04:00
PlatformUtils.h Add platform abstraction for setenv() which is not supported on MinGW. 2014-09-03 00:36:05 +02:00
Polygon2d-CGAL.cc Initialize FaceInfo properly. Caused problems with some compilers, e.g. on Ubuntu 12.04 2014-05-26 17:35:37 -04:00
Polygon2d-CGAL.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
Polygon2d.cc Mark twist-free linear extrusions of convex polygons convex 2014-09-18 23:14:21 +02:00
Polygon2d.h Mark twist-free linear extrusions of convex polygons convex 2014-09-18 23:14:21 +02:00
Preferences.cc Make welcome screen resizable and update some minor UI issues. 2014-09-13 23:52:21 +02:00
Preferences.h Make welcome screen resizable and update some minor UI issues. 2014-09-13 23:52:21 +02:00
Preferences.ui Make welcome screen resizable and update some minor UI issues. 2014-09-13 23:52:21 +02:00
ProgressWidget.cc bugfix: the previous progress bar fix wasn't fixed properly 2013-06-05 20:23:45 -04:00
ProgressWidget.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
ProgressWidget.ui bugfix: the previous progress bar fix wasn't fixed properly 2013-06-05 20:23:45 -04:00
QGLView.cc Camera handling: Double click on a point of an object to set the camera center 2014-07-06 07:40:46 +02:00
QGLView.h Camera handling: Double click on a point of an object to set the camera center 2014-07-06 07:40:46 +02:00
Reindexer.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
SparkleAutoUpdater.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
SparkleAutoUpdater.mm Don't print last updated date if it's null 2013-02-11 21:43:46 -05:00
ThrownTogetherRenderer.cc Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
ThrownTogetherRenderer.h Added View->View All menu entry 2014-06-21 16:12:55 -04:00
Tree.cc Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
Tree.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
UIUtils.cc Separate launching screen from main window and show before main window opens. 2014-09-14 02:08:57 +02:00
UIUtils.h Separate launching screen from main window and show before main window opens. 2014-09-14 02:08:57 +02: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 Add variable $vpd containing the viewport camera distance (Fixes #839). 2014-06-21 18:29:49 +02:00
builtin.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
cache.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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 Fix second half of #495: Nef with holes get imported correctly (CGAL Bug) 2014-06-09 01:17:26 +02:00
cgaladv.cc Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02:00
cgaladvnode.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
cgalutils-tess.cc added missing file cgalutils-tess.cc 2014-08-20 11:43:12 -04:00
cgalutils.cc Bugfix. Fixes #953 2014-09-18 23:14:16 +02:00
cgalutils.h small reorg of cgalutils namespace 2014-08-19 22:02:08 -04: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 Bugfix: Work around Clipper's incorrect isHole status after offset() 2014-06-06 13:06:37 +02:00
clipper-utils.h Set fixed point to 2^16 2014-06-26 15:32:52 -04:00
color.cc Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
colormap.cc C++11 compile fix 2014-08-24 21:27:23 -04:00
colormap.h Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
colornode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
context.cc let()-expression: disable reassignments 2014-05-22 22:24:26 +02:00
context.h let()-expression: disable reassignments 2014-05-22 22:24:26 +02:00
control.cc Use toString() when generating echo() messages (fixes #838). 2014-06-23 23:21:16 +02:00
csgnode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
csgops.cc Implemented rotate_extrude, basic support for 2D CSG, fixed some linear_extrude issues 2014-01-09 02:06:32 -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 Merge branch 'master' into unstable 2014-02-01 14:14:02 -05:00
dxfdata.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
dxfdim.cc Added missing include stdint.h to work with gcc 4.8.1 2013-06-19 20:09:44 +02:00
dxfdim.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
editor.cc #879 Implemented wheel zoom for scintilla editor 2014-08-23 01:18:51 -04:00
editor.h Add menu entry to convert tabs to spaces. 2014-09-19 23:25:49 +02:00
enums.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
evalcontext.cc fix issue #694 2014-04-04 23:40:23 -05:00
evalcontext.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
export.cc #337 Print warning on non-simple export instead of refusing to export 2014-09-04 17:34:53 -04: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 Add --render=cgal option for test purposes (forces conversion to CGAL Nef polyhedron before rendering 2014-09-04 17:35:32 -04:00
expr.cc Resolve issue #883 2014-07-22 11:11:57 +02:00
expression.h doc 2014-05-25 15:59:46 -04: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 Make concat() a primary feature (not experimental) 2014-06-23 22:42:11 -04:00
feature.h Make concat() a primary feature (not experimental) 2014-06-23 22:42:11 -04:00
fileutils.cc Print each deprecation message only once per compilation. Fixes #678 2014-03-02 22:09:10 -05:00
fileutils.h Various whitespace fixes 2014-04-28 13:37:43 -04:00
func.cc Add chr() function to convert numbers to unicode characters. 2014-07-13 18:43:44 +02:00
function.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
grid.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
handle_dep.cc cleanup for pull request 2012-08-19 07:31:23 -05:00
handle_dep.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
highlighter.cc Add variable $vpd containing the viewport camera distance (Fixes #839). 2014-06-21 18:29:49 +02: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 small reorg of cgalutils namespace 2014-08-19 22:02:08 -04:00
importnode.h Removed unused code 2014-06-26 15:33:40 -04:00
launchingscreen.cc Handle arriving FileOpen events while the launchscreen is active, cleaned up some code, make static MainWindow handling more robust. Fixes #972 2014-10-09 22:13:18 -04:00
launchingscreen.h Handle arriving FileOpen events while the launchscreen is active, cleaned up some code, make static MainWindow handling more robust. Fixes #972 2014-10-09 22:13:18 -04:00
launchingscreen.ui Use HTML to render the headline text. 2014-09-15 21:29:32 +02:00
legacyeditor.cc Add menu entry to convert tabs to spaces. 2014-09-19 23:25:49 +02:00
legacyeditor.h Add menu entry to convert tabs to spaces. 2014-09-19 23:25:49 +02:00
lexer.l Fix handling of multi-line comments. 2014-06-26 23:05:05 +02: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 Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
linearextrude.cc Allow slices to be specified independently of twist. Fixes #850 2014-06-26 16:43:12 -04:00
linearextrudenode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
localscope.cc Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02:00
localscope.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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 update the previous fix: SCN_SAVEPOINTLEFT() is only accessible in QScintilla >= 2.8, always save the file on actionSave() 2014-10-11 18:59:27 -04: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 Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
memory.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
modcontext.cc low-level optimization to reduce stack usage & accelerate calculations 2014-05-02 10:03:46 +04:00
modcontext.h low-level optimization to reduce stack usage & accelerate calculations 2014-05-02 10:03:46 +04:00
module.cc Output debug info only in debug mode 2014-06-26 15:31:22 -04:00
module.h Merge branch 'master' into text-module 2014-05-20 21:36:51 +02: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 Fix CSG output of offset(). 2014-05-18 17:32:10 +02:00
offsetnode.h Updated include guards to #pragma once 2014-05-22 22:26:46 -04:00
openscad.cc Handle arriving FileOpen events while the launchscreen is active, cleaned up some code, make static MainWindow handling more robust. Fixes #972 2014-10-09 22:13:18 -04:00
openscad.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
parser.y Handle UTF-8 multi-byte characters in the lexer. 2014-06-23 23:21:16 +02:00
parsersettings.cc Refactored resource path lookup 2014-08-27 16:00:15 -04:00
parsersettings.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
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 bugfix: Attempted to assign temporary variable to a const&, broke in debug mode. Fixes #980 2014-10-13 15:13:17 -04:00
polyset-utils.h Updated include guards to #pragma once 2014-05-22 22:26:46 -04:00
polyset.cc Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
polyset.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
primitives.cc Silence fallback lookup warnings 2014-08-17 12:06:59 -04:00
printutils.cc Merge branch 'master' into unstable 2014-03-02 22:41:05 -05:00
printutils.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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 Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02:00
projectionnode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
render-opencsg.cc.org Merge branch 'master' into visitor 2011-07-31 01:58:51 +02:00
render.cc Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02:00
renderer.cc Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04: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 Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
rendersettings.h Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
rotateextrude.cc Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02:00
rotateextrudenode.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
scadlexer.cpp indentation 2014-08-23 00:57:57 -04:00
scadlexer.h indentation 2014-08-23 00:57:57 -04:00
scintillaeditor.cpp Calling signals from outside is only possible with Qt5. This is probably the wrong hack anyway 2014-10-12 23:13:15 -04:00
scintillaeditor.h Add menu entry to convert tabs to spaces. 2014-09-19 23:25:49 +02:00
state.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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 Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02: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 merge branch to get windows "library path" working. tweak build system, 2013-05-25 22:37:26 -05:00
system-gl.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
text.cc Handle $fn, $fa and $fs for CSG output. 2014-08-03 20:31:03 +02:00
textnode.h Ubuntu 12.04 build fixes 2014-05-24 21:41:04 +02:00
transform.cc Convert Assignment to use shared pointers for Expressions (fixes #709). 2014-03-30 19:16:50 +02: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 Bugfix: Added missing code for properly comparing booleans 2014-08-26 14:52:22 -04:00
value.h Add chr() function to convert numbers to unicode characters. 2014-07-13 18:43:44 +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 Split info() function into separate file as it depends on too many defines and external libs 2014-07-22 13:32:44 -04:00
visitor.h Merge branch 'master' into text-module 2014-05-20 21:36:51 +02:00
winconsole.c use MS Windows API for Unicode and/or stdout support 2014-06-06 12:31:22 +04:00