solvespace/src
whitequark 394c1f62d8 Remove forceDofCheck parameter from SolveRank(). NFC.
It makes no sense to solve by substitution (therefore weakening rank
check) in SolveRank(), since that's the whole point of SolveRank().

In addition, because SolveRank() is currently always called right
after AddConstraint(), forceDofCheck would always be true anyway.

In addition, it makes no sense to have TestRankForGroup() dependent
on the result of the previous solve. (For SolveGroup(), solving by
substitution after we know that rank test succeeds makes dragging
points much faster.)
2019-05-24 14:07:48 +00:00
..
platform Get rid of FreeTemporary. NFC. 2019-05-23 19:30:31 +00:00
render Work around MSVC bug 746973. 2019-05-23 20:50:04 +00:00
srf Add a few asserts. NFC. 2019-05-23 14:31:44 +00:00
bsp.cpp Refactor insertion into BSP tree. 2016-11-27 21:04:31 +00:00
clipboard.cpp Add an explicit mirror checkbox for Paste Transformed. 2019-05-24 02:16:01 +00:00
CMakeLists.txt Minor cleanups. NFC. 2019-05-21 00:48:20 +00:00
config.h.in GTK: use native file chooser dialog, if available. 2019-05-08 22:59:20 +00:00
confscreen.cpp Add a setting to format constraint labels using SI prefixes. 2019-05-24 12:31:41 +00:00
constraint.cpp Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00
constrainteq.cpp Rewrite equation for pt-on-circle to avoid negative diameter. 2017-04-08 14:38:07 +00:00
describescreen.cpp Implement an image request. 2017-03-12 00:13:56 +00:00
draw.cpp Fix an edge case with fps measured as infinite. 2019-05-21 22:51:28 +00:00
drawconstraint.cpp Add a setting to format constraint labels using SI prefixes. 2019-05-24 12:31:41 +00:00
drawentity.cpp Add a button to hide construction entities. 2019-05-23 16:29:00 +00:00
dsc.h Add CountIf method to IdList to simplify some call sites. NFC. 2019-05-21 01:19:11 +00:00
entity.cpp Include custom styled entities in the same plane when exporting section. 2019-05-13 14:34:22 +00:00
export.cpp Include custom styled entities in the same plane when exporting section. 2019-05-13 14:34:22 +00:00
exportstep.cpp Rework path and file operations to be more robust. 2017-03-11 18:58:53 +00:00
exportvector.cpp Fix various comment and UI string typos. 2018-07-12 05:05:43 +00:00
expr.cpp Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00
expr.h Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00
file.cpp Import missing styles from linked files. 2019-02-19 10:42:14 +00:00
generate.cpp Remove forceDofCheck parameter from SolveRank(). NFC. 2019-05-24 14:07:48 +00:00
graphicswin.cpp Show Degrees of Freedom → Show Underconstrained Points 2019-05-24 12:34:42 +00:00
group.cpp Add CountIf method to IdList to simplify some call sites. NFC. 2019-05-21 01:19:11 +00:00
groupmesh.cpp Improve performance of mesh-forced assemblies. 2018-07-12 11:47:58 +00:00
importdxf.cpp Eliminate blocking in Error() and Message() calls. 2018-07-20 04:40:19 +00:00
lib.cpp Add a platform abstraction for message dialogs. 2018-07-17 22:33:45 +00:00
mesh.cpp Fix commit cc107887. 2019-05-24 03:39:34 +00:00
modify.cpp Let tangent arc modify the original entities. 2019-02-11 10:45:11 +00:00
mouse.cpp Allow configuring the amount of digits displayed after decimal point. 2019-05-23 17:53:53 +00:00
polygon.cpp Include custom styled entities in the same plane when exporting section. 2019-05-13 14:34:22 +00:00
polygon.h Include custom styled entities in the same plane when exporting section. 2019-05-13 14:34:22 +00:00
polyline.cpp Stitch outlines before display to preserve phase of stippling. 2016-10-13 22:05:32 +00:00
request.cpp Add a button to hide construction entities. 2019-05-23 16:29:00 +00:00
resource.cpp Silence some gcc 7 warnings. 2019-03-28 09:46:16 +00:00
resource.h Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00
sketch.h Add CountIf method to IdList to simplify some call sites. NFC. 2019-05-21 01:19:11 +00:00
solvespace.cpp Add a setting to format constraint labels using SI prefixes. 2019-05-24 12:31:41 +00:00
solvespace.h Remove forceDofCheck parameter from SolveRank(). NFC. 2019-05-24 14:07:48 +00:00
style.cpp Implement a platform abstraction for settings. 2018-07-17 15:01:58 +00:00
system.cpp Remove forceDofCheck parameter from SolveRank(). NFC. 2019-05-24 14:07:48 +00:00
textscreens.cpp Warn on broken extrusions, like on broken polygons. 2019-05-23 23:42:57 +00:00
textwin.cpp Add a button to hide construction entities. 2019-05-23 16:29:00 +00:00
toolbar.cpp Rework tooltip implementation to track tip area. 2019-05-23 13:54:24 +00:00
ttf.cpp Add a built-in Bitstream Vera Sans Roman font. 2019-02-11 11:03:47 +00:00
ttf.h Add a built-in Bitstream Vera Sans Roman font. 2019-02-11 11:03:47 +00:00
ui.h Add a setting to format constraint labels using SI prefixes. 2019-05-24 12:31:41 +00:00
undoredo.cpp Implement a platform abstraction for menus. 2018-07-16 11:21:30 +00:00
util.cpp Move two members of Vector to be inline. 2019-05-15 19:53:38 +00:00
view.cpp Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00