solvespace/src
whitequark 7758844f96 Do not re-solve groups that converge but fail rank test.
This partially reverts commit 3a585ea.

We no longer need this because the VectorsParallel() is gone, and
there is no chance of pivoting wrong when solving.
2016-11-27 14:25:53 +00:00
..
platform Fix Windows build with -DOPENGL=1. 2016-11-19 05:14:06 +00:00
render Unbreak Camera::UnProjectPoint3. 2016-11-19 09:50:00 +00:00
srf Optimize FromTransformationOf for performing identity transformation. 2016-11-18 14:51:47 +00:00
CMakeLists.txt Remove most dependencies on config.h. 2016-11-19 01:00:11 +00:00
bsp.cpp Add a new renderer that prepares geometry for 2d backends. 2016-08-01 00:48:37 +00:00
clipboard.cpp Rephrase error messages that say "select a workplane". 2016-10-11 13:46:05 +00:00
config.h.in Fix Windows build with -DOPENGL=1. 2016-11-19 05:14:06 +00:00
confscreen.cpp Add an interface for view-independent rendering. 2016-11-18 04:04:32 +00:00
constraint.cpp Fix a crash when adding a symmetric constraint on a line. 2016-11-16 02:25:21 +00:00
constrainteq.cpp Rewrite equations generated for same-orientation constraints. 2016-11-27 14:25:50 +00:00
describescreen.cpp Replace convenience #defines with const auto references. 2016-10-10 12:34:10 +00:00
draw.cpp Refactor the renderer frame flush functionality. 2016-11-18 04:05:12 +00:00
drawconstraint.cpp Fix rendering of horizontal/vertical constraint labels. 2016-11-17 00:48:47 +00:00
drawentity.cpp Fix many rendering bugs introduced in df83ee4 and 9f97e9a. 2016-10-13 21:30:27 +00:00
dsc.h Optimize IdList::MaximumId() from O(n) to O(1). 2016-11-17 14:14:56 +00:00
entity.cpp Rewrite equations generated for parallel constraints (in 3d). 2016-11-27 13:43:48 +00:00
export.cpp Reimplement drawing of the mesh wireframe. 2016-11-18 02:40:43 +00:00
exportstep.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
exportvector.cpp DXF: Fix export of wireframe as 3D DXF. 2016-11-26 08:18:14 +00:00
expr.cpp Refactor expression parsing. 2016-11-19 09:02:14 +00:00
expr.h Refactor expression parsing. 2016-11-19 09:02:14 +00:00
file.cpp Rewrite equations generated for same-orientation constraints. 2016-11-27 14:25:50 +00:00
generate.cpp Do not re-solve groups that converge but fail rank test. 2016-11-27 14:25:53 +00:00
graphicswin.cpp Remove most dependencies on config.h. 2016-11-19 01:00:11 +00:00
group.cpp Fix creation of workplane based on a workplane. 2016-11-17 15:51:19 +00:00
groupmesh.cpp Draw triangle back faces like the front, unless we draw them in red. 2016-11-18 11:38:45 +00:00
importdxf.cpp DXF: Import Z coordinate from DXF/DWG files. 2016-11-26 08:25:54 +00:00
lib.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
mesh.cpp Fix detection of transparent meshes. 2016-11-18 11:38:45 +00:00
modify.cpp Fix spelling error. 2016-10-11 16:47:23 +00:00
mouse.cpp Rephrase error messages that say "select a workplane". 2016-10-11 13:46:05 +00:00
polygon.cpp Add a new renderer that prepares geometry for 2d backends. 2016-08-01 00:48:37 +00:00
polygon.h Stitch outlines before display to preserve phase of stippling. 2016-10-13 22:05:32 +00:00
polyline.cpp Stitch outlines before display to preserve phase of stippling. 2016-10-13 22:05:32 +00:00
request.cpp Fix uninitialized variable warnings. 2016-11-17 13:59:51 +00:00
resource.cpp Fix uninitialized variable warnings. 2016-11-17 13:59:51 +00:00
resource.h Fix BitmapFont to not lose texture updates. 2016-10-11 23:45:19 +00:00
sketch.h Rewrite equations generated for same-orientation constraints. 2016-11-27 14:25:50 +00:00
solvespace.cpp When exporting files, initially fill in the basename of the sketch. 2016-11-17 12:54:02 +00:00
solvespace.h Implement an OpenGL 2 renderer. 2016-11-18 04:04:29 +00:00
style.cpp Add an interface for view-independent rendering. 2016-11-18 04:04:32 +00:00
system.cpp Rewrite equations generated for pt-on-line constraints. 2016-11-26 19:35:38 +00:00
textscreens.cpp Add an interface for view-independent rendering. 2016-11-18 04:04:32 +00:00
textwin.cpp Refactor the renderer frame flush functionality. 2016-11-18 04:05:12 +00:00
toolbar.cpp Abstract all (ex-OpenGL) drawing operations into a Canvas interface. 2016-07-23 22:31:18 +00:00
ttf.cpp Add two more points to the TTF text request. 2016-11-02 09:22:18 +00:00
ttf.h Add two more points to the TTF text request. 2016-11-02 09:22:18 +00:00
ui.h Add an interface for view-independent rendering. 2016-11-18 04:04:32 +00:00
undoredo.cpp Unify displayEdges and displayOutlines. 2016-07-23 22:41:16 +00:00
util.cpp Implement an OpenGL 2 renderer. 2016-11-18 04:04:29 +00:00
view.cpp Implement "view → set to full scale" text window command. 2016-08-01 14:03:16 +00:00