openscad/src
Torsten Paul 128498a678 Allow reading the keyword lists from the color scheme files. 2014-12-20 17:27:18 +01:00
..
polyclipping Updated ClipperLib to 6.2.1 2014-11-25 17:41:08 -05:00
AboutDialog.h Add more gettext calls. 2014-10-19 01:25:23 +02: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 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 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 Handle a bunch of nullspace corner cases. Fixes #1029 2014-12-08 18:25:48 -05:00
CGAL_Nef_polyhedron.h Handle a bunch of nullspace corner cases. Fixes #1029 2014-12-08 18:25:48 -05: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 #1065 Text preview optimization: Don't tesselate every frame 2014-12-16 17:03:06 -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 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 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 #1065 Show progress dialog while building font cache 2014-12-17 12:12:53 -05:00
FontCache.h #1065 Show progress dialog while building font cache 2014-12-17 12:12:53 -05:00
FontListDialog.cc Add gettext to new dialogs. 2014-10-19 01:25:23 +02:00
FontListDialog.h Add gettext to new dialogs. 2014-10-19 01:25:23 +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 Render crosshair a bit less intrusive. 2014-11-30 03:22:14 +01:00
GLView.h Update drawing logic (fixes #1035). 2014-11-30 03:04:01 +01: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 Handle a bunch of nullspace corner cases. Fixes #1029 2014-12-08 18:25:48 -05:00
GeometryEvaluator.h Merge branch 'master' into text-module 2014-05-20 21:36:51 +02:00
LibraryInfo.cc Add system info (OS / CPUs/ RAM / Distribution (when on Linux)). 2014-12-09 22:21:04 +01: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 Improve displayed rendering time by including compilation time 2014-12-16 18:01:25 -05:00
MainWindow.ui #600 Tag menu action roles to allow translated menu items to move to the correct Mac OS X menu 2014-12-11 16:58:20 -05: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 #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 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 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 Allow preview of designs with only background or highlight objects. Fixes #1005 2014-11-05 21:24:09 +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 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 killed compiler warning 2014-12-16 17:39:38 -05:00
PlatformUtils-posix.cc Guard against reading huge files. 2014-12-09 22:46:09 +01:00
PlatformUtils-win.cc Add system info (OS / CPUs/ RAM / Distribution (when on Linux)). 2014-12-09 22:21:04 +01:00
PlatformUtils.cc #1076 Fix memory display on 64-bit Windows 2014-12-16 17:40:13 -05:00
PlatformUtils.h #1076 Fix memory display on 64-bit Windows 2014-12-16 17:40:13 -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 #1055 Doc: Clarify sanitized polygons 2014-12-07 19:54:31 -05:00
Polygon2d.h Mark twist-free linear extrusions of convex polygons convex 2014-09-18 23:14:21 +02:00
Preferences.cc Merge remote-tracking branch 'origin/master' into translation2 2014-11-17 21:56:53 -05:00
Preferences.h Merge remote-tracking branch 'origin/master' into translation2 2014-11-17 21:56:53 -05:00
Preferences.ui Merge branch 'master' into translation2 2014-11-12 23:21:42 +01: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 bugfix: the previous progress bar fix wasn't fixed properly 2013-06-05 20:23:45 -04:00
QGLView.cc Fix compile problem on MinGW and force UTF-8 as encoding. 2014-10-19 01:25:23 +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 Move software update menu handling to AutoUpdater. This should fix #714 2014-11-10 15:01:34 -05: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 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 Port translation code to use resource path from PlatformUtils. 2014-10-19 01:43:45 +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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05: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 Moved Polygon typedef out of PolySet class 2014-11-26 15:22:15 -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-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 Rewrote tessellation used for NefPolyhedron to PolySet conversion. Should fix #1033 2014-12-01 00:54:01 -05:00
cgalutils.cc Improve polyset convexity check by tessellating polygons prior to testing. Fixes #1061 2014-12-09 16:53:11 -05:00
cgalutils.h #1054 Fixed memory leak 2014-12-08 00:57:28 -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 Build with -DNOGDI by default to prevent name conflicts with windows.h. 2014-12-04 23:30:42 +01:00
colormap.h Build with -DNOGDI by default to prevent name conflicts with windows.h. 2014-12-04 23:30:42 +01: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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -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 Get color schemes from editor; Enumerate from resource folder for scintilla. 2014-11-01 20:51:36 +01: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 Take a copy of the name of the recursive component, don't use a pointer to a temporary string 2014-11-24 18:25:38 -05:00
export.cc Moved Polygon typedef out of PolySet class 2014-11-26 15:22:15 -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 Handle a bunch of nullspace corner cases. Fixes #1029 2014-12-08 18:25:48 -05:00
expr.cc Some Expression refactoring 2014-11-25 17:08:14 -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 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 #1051 Detect recursion after 1M tail recursion iterations 2014-12-11 16:09:55 -05:00
function.h Simple implementation of tail-recursion elimination. 2014-11-26 22:53:10 +01:00
grid.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04: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 Get color schemes from editor; Enumerate from resource folder for scintilla. 2014-11-01 20:51:36 +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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
importnode.h Removed unused code 2014-06-26 15:33:40 -04:00
launchingscreen.cc Merge remote-tracking branch 'origin/master' into translation2 2014-11-17 21:55:19 -05:00
launchingscreen.h Add gettext to new dialogs. 2014-10-19 01:25:23 +02:00
launchingscreen.ui Use HTML to render the headline text. 2014-09-15 21:29:32 +02:00
legacyeditor.cc Get color schemes from editor; Enumerate from resource folder for scintilla. 2014-11-01 20:51:36 +01:00
legacyeditor.h Get color schemes from editor; Enumerate from resource folder for scintilla. 2014-11-01 20:51:36 +01: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 Moved Polygon typedef out of PolySet class 2014-11-26 15:22:15 -05:00
linearextrude.cc Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05: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 Improve displayed rendering time by including compilation time 2014-12-16 18:01:25 -05: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 #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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
modcontext.h Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
module.cc Move catch for function recursion detection. 2014-12-04 19:40:15 +01: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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -05:00
offsetnode.h Updated include guards to #pragma once 2014-05-22 22:26:46 -04:00
openscad.cc #1065 Show progress dialog while building font cache 2014-12-17 12:12:53 -05:00
openscad.h Switch from #define guards to #pragma once 2014-04-28 13:32:19 -04:00
parser.y Simple implementation of tail-recursion elimination. 2014-11-26 22:53:10 +01: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-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 #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-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 Empty polysets are convex. Fixes crash in is_approximately_convex() 2014-12-09 17:46:03 -05:00
polyset.h Moved Polygon typedef out of PolySet class 2014-11-26 15:22:15 -05:00
primitives.cc Merge remote-tracking branch 'origin/master' into issue409 2014-12-01 17:07:01 -05:00
printutils.cc #1051 Suppress warning and error output after 5 equal messages 2014-12-11 16:37:27 -05:00
printutils.h Create basic gettext infrastructure and French language stub. 2014-10-19 01:25:14 +02: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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -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 Allow reading the keyword lists from the color scheme files. 2014-12-20 17:27:18 +01:00
scintillaeditor.h Allow reading the keyword lists from the color scheme files. 2014-12-20 17:27:18 +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 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 Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -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 merge branch to get windows "library path" working. tweak build system, 2013-05-25 22:37:26 -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 #1065 The text module is no longer experimental 2014-12-17 12:56:52 -05:00
textnode.h Ubuntu 12.04 build fixes 2014-05-24 21:41:04 +02:00
transform.cc Merge remote-tracking branch 'origin/master' into stack-size-hack 2014-11-25 11:25:37 -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 Fix evaluation of ! expressions. 2014-12-05 20:54:01 +01:00
value.h Fix evaluation of ! expressions. 2014-12-05 20:54:01 +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 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