1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
STEP export: fix broken export - `ORIENTED_EDGE`s are properly oriented. More... about 1 year ago
Implement dragging of extrude length by the end face. Also allows circular surfaces create by Lathe or Revolve to drag the previous group line that swept out the surface - this was unexpected but cool. Dragging other faces will need investigation as indicated in the comments. More... about 1 year ago
STEP export: do not add unused `CARTESIAN_POINT` entities to exported file. More... about 1 year ago
STEP Export: round point coordinates to 5 decimal places. More... over 1 year ago
Colour aware step export. More... over 1 year ago
Final polishing for the duplication check in exportstep.cpp More... over 1 year ago
generate: avoid message box avalanche on Windows during regeneration More... over 1 year ago
Refactoring exportstep.cpp More... over 1 year ago
generate: add minor optimisation to request and constraint pruning More... over 1 year ago
generate: change `PruneOrphans` and `PruneConstraints` to prune all items More... over 1 year ago
split: fix line splitting for lines intersecting at their endpoints More... over 1 year ago
split: fix line splitting to avoid creating zero length line segments More... over 1 year ago
Code style and polishing for exportstep.cpp More... over 1 year ago
Fix and arc creation error when linking IDF files. For negative angles we need to use the absolute value of the angle. Also simplify the formula for center distance calculation. More... over 1 year ago
generate: fix `PruneRequests()` to actually prune requests More... over 1 year ago
group: add an explicit assertion for too many entities More... over 1 year ago
build: fix link error when building on Windows with Clang (not clang-cl) - Fix elseif from the previous commit. More... over 1 year ago
build: fix link error when building on Windows with Clang (not clang-cl) More... over 1 year ago
upgraded exportstep.cpp More... over 1 year ago
build: silence "maybe uninitialised" warnings More... over 1 year ago
build: clean up the workaround for building zlib in Emscripten More... over 1 year ago
extlib: update libpng to v1.6.50 More... over 1 year ago
freetype: update the submodule URL to the official GitHub mirror More... over 1 year ago
slvs: avoid orphaning params in the sketch with the sketch solving API More... over 1 year ago
general: use the ParamList and EntityList type aliases More... over 1 year ago
handle: extract handle-related code from dsc.h More... over 1 year ago
docs: minor correction to the contribution guide and update references More... over 1 year ago
build: fix MinGW build failures and update documentation More... over 1 year ago
slvs: don't mark `WHERE_DRAGGED` constraints as dragged More... over 1 year ago
slvs: support getting the bad constraints in the sketch solving API More... over 1 year ago