FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · solvespace/solvespace · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
solvespace
/
solvespace
Public
Notifications
You must be signed in to change notification settings
Fork
594
Star
4.1k
Code
Issues
244
Pull requests
33
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
Add a regression test for a sketch with large dimensions.
Show description for 3297d9a
authored and
ruevs
committed
3297d9a
View commit details
Copy full SHA for 3297d9a
Browse repository at this point
Solve the Newton step without forming the normal equations.
Show description for b87bfca
authored and
ruevs
committed
b87bfca
View commit details
Copy full SHA for b87bfca
Browse repository at this point
Commits on Aug 22, 2026
In SBezier::PointOnNonParallelCurve() fix the parallel test to also work with anti-parallel lines by using cross product instead of dot product. Also add a second test - if the intersection is foun…
Show description for f801618
phkahler
committed
f801618
View commit details
Copy full SHA for f801618
Browse repository at this point
Don't try to intersect a straight edge and a parallel line.
phkahler
committed
edcadcc
View commit details
Copy full SHA for edcadcc
Browse repository at this point
When line surface intersection fails due to tangency, try the nearest edge of the surface in a curve-curve intersection test.
phkahler
committed
eaa2235
View commit details
Copy full SHA for eaa2235
Browse repository at this point
Commits on Aug 13, 2026
SVG export: add 'Z' close-path command for closed contours
Show description for 1b7bc42
AnibalPinto
authored and
phkahler
committed
1b7bc42
View commit details
Copy full SHA for 1b7bc42
Browse repository at this point
Update CHANGELOG with recent bug fixes and improvements
Show description for 2ad13a2
phkahler
authored
2ad13a2
View commit details
Copy full SHA for 2ad13a2
Browse repository at this point
Commits on Aug 11, 2026
Color picker: show current color instead of black
Show description for 4788b06
AnibalPinto
authored and
phkahler
committed
4788b06
View commit details
Copy full SHA for 4788b06
Browse repository at this point
Commits on Aug 9, 2026
Free the edge list before checking, in the Boolean regression tests.
Show description for 9b375d0
BoykoNeov
and
claude
committed
9b375d0
View commit details
Copy full SHA for 9b375d0
Browse repository at this point
Commits on Aug 8, 2026
Mark file unsaved when a missing image is relocated
Show description for 52c21e2
AnibalPinto
authored and
phkahler
committed
52c21e2
View commit details
Copy full SHA for 52c21e2
Browse repository at this point
Commits on Aug 5, 2026
Export: warn instead of crashing on freehand/zigzag stipple
Show description for 42814fa
AnibalPinto
authored and
phkahler
committed
42814fa
View commit details
Copy full SHA for 42814fa
Browse repository at this point
Commits on Aug 2, 2026
Add a regression test for Booleans with a face tangent beside a crossing face.
Show description for 220c144
authored and
phkahler
committed
220c144
View commit details
Copy full SHA for 220c144
Browse repository at this point
Classify a tangent face that meets our surface edge-on beside a crossing face.
Show description for 8d11f9d
authored and
phkahler
committed
8d11f9d
View commit details
Copy full SHA for 8d11f9d
Browse repository at this point
Commits on Jul 29, 2026
Free the list of constraints that the solver couldn't satisfy.
Show description for 81f473f
BoykoNeov
and
claude
committed
81f473f
View commit details
Copy full SHA for 81f473f
Browse repository at this point
Commits on Jul 27, 2026
Don't delete the constraints that the solver couldn't satisfy.
Show description for bfb8a5d
BoykoNeov
and
claude
committed
bfb8a5d
View commit details
Copy full SHA for bfb8a5d
Browse repository at this point
Commits on Jul 24, 2026
Web: Enable OpenMP for Emscripten
Show description for 790bf74
ruevs
committed
790bf74
View commit details
Copy full SHA for 790bf74
Browse repository at this point
Commits on Jul 22, 2026
Datum point isn't a construction entity
Show description for 0ee2103
AnibalPinto
authored and
phkahler
committed
0ee2103
View commit details
Copy full SHA for 0ee2103
Browse repository at this point
Commits on Jul 21, 2026
Update pyproject.toml
Show description for b530cbe
vespakoen
authored and
phkahler
committed
b530cbe
View commit details
Copy full SHA for b530cbe
Browse repository at this point
CI, macOS: Update bottle fetch command for libomp in install-macos.sh
Show description for 8fb632e
ruevs
committed
8fb632e
View commit details
Copy full SHA for 8fb632e
Browse repository at this point
Commits on Jul 15, 2026
Fix Gtk-CRITICAL assertion in file chooser when opening files
Show description for 9aeb715
AnibalPinto
authored and
phkahler
committed
9aeb715
View commit details
Copy full SHA for 9aeb715
Browse repository at this point
Commits on Jul 10, 2026
Update CHANGELOG.md
Show description for 32158eb
phkahler
authored
32158eb
View commit details
Copy full SHA for 32158eb
Browse repository at this point
Commits on Jul 9, 2026
Split Boolean curves at the shell's vertices, not its curves' endpoints.
Show description for b27bcf5
claude
authored and
ruevs
committed
b27bcf5
View commit details
Copy full SHA for b27bcf5
Browse repository at this point
Don't keep Boolean intersection edges that lie along the trim boundary.
Show description for 906cf73
claude
authored and
ruevs
committed
906cf73
View commit details
Copy full SHA for 906cf73
Browse repository at this point
Add a regression test for Booleans with a spline surface tangent to a face.
Show description for bbb5570
BoykoNeov
and
claude
committed
bbb5570
View commit details
Copy full SHA for bbb5570
Browse repository at this point
Add the Boolean intersection line where an extruded surface is tangent to a plane.
Show description for d5e8167
BoykoNeov
and
claude
committed
d5e8167
View commit details
Copy full SHA for d5e8167
Browse repository at this point
Commits on Jul 8, 2026
Add a regression test for Booleans with a fillet surface tangent to the shell's faces.
Show description for 4acd761
BoykoNeov
and
claude
committed
4acd761
View commit details
Copy full SHA for 4acd761
Browse repository at this point
Keep the Boolean edge-classification probe distance local to the edge.
Show description for 4a24aee
BoykoNeov
and
claude
committed
4a24aee
View commit details
Copy full SHA for 4a24aee
Browse repository at this point
Add Boolean intersection edges from tangent intersection curves in both directions.
Show description for 2534a5a
BoykoNeov
and
claude
committed
2534a5a
View commit details
Copy full SHA for 2534a5a
Browse repository at this point
Classify edges against faces that meet our surface tangentially at a shell edge. Fixes the fillet Boolean failures from #1291.
Show description for 1615453
BoykoNeov
and
claude
committed
1615453
View commit details
Copy full SHA for 1615453
Browse repository at this point
Classify edges lying on a knife edge of the shell, where more than two
Show description for 4ce92bb
BoykoNeov
and
claude
committed
4ce92bb
View commit details
Copy full SHA for 4ce92bb
Browse repository at this point
Add a regression test for Booleans with edges tangent at a shell edge.
Show description for 3549857
BoykoNeov
and
claude
committed
3549857
View commit details
Copy full SHA for 3549857
Browse repository at this point
Classify edges tangent to the shell at a shell edge, instead of using uninitialized memory. Fixes #1619.
Show description for 010d0de
BoykoNeov
and
claude
committed
010d0de
View commit details
Copy full SHA for 010d0de
Browse repository at this point
Commits on Jul 7, 2026
Fix a data race on into->curve in AddExactIntersectionCurve().
Show description for 2837761
authored and
phkahler
committed
2837761
View commit details
Copy full SHA for 2837761
Browse repository at this point
Commits on Jun 25, 2026
Qt: Ensure save FileDialog adds suffix (without adding new data members).
WickedSmoke
committed
2efb82c
View commit details
Copy full SHA for 2efb82c
Browse repository at this point
Commits on Jun 24, 2026
Added suffix handling for Qt SAVE file dialogs
Show description for 6f81605
wolfpackmars2
authored
6f81605
View commit details
Copy full SHA for 6f81605
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL