0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 4 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update NEWS for third release; add in schema to MANIFEST.in More... about 23 years ago
Add a _very_ early hack at the file format schema More... about 23 years ago
Add image::findPoint() method though it is not used anywhere yet ... More... about 23 years ago
Copyright updates; code reworking in usesObject() and mapPoint() methods; add a bit of code that will be used for segment extending - this code is not used yet ... More... about 23 years ago
Copyright updates; convert many routines to current code standards More... about 23 years ago
Copyright update; draw tangents at arc endpoints More... about 23 years ago
Copyright update; use the throughAngle() method in arc::mapPoint() More... about 23 years ago
Copyright updates More... about 23 years ago
Specify circle objects in tangent point prompt More... about 23 years ago
Allow perpendiculars at segment and arc endpoints also More... about 23 years ago
Fix typos in callbacks; delete the unused added point if invalid perpendicular object seen More... about 23 years ago
Fix typo in image::mapPoints() method More... about 23 years ago
Adding in tangent and perpendicular construction line menu choices More... about 23 years ago
Modify many construction object routines to current code standards; add in drawing tangent and perpendicular construction lines More... about 23 years ago
Store new objects from splitting in dict with key set to True; fix circ/arc split call More... about 23 years ago
replace tests of <= and => in intersection code; modify segment intersection functions to ensure segment does not lie on top of other object More... about 23 years ago
Add parenthesis for clarity to segement/circle intersection test code More... about 23 years ago
Test tangent point intersections to ensure they occur on segment More... about 23 years ago
Many improvements to entity splitting code; updated a few routines to current code standards; fix a few missed variable renames More... about 23 years ago
Draw line thickness on screen; update a few routines to current code standards; fix ccircle draw variable goof; add gtkimage::refresh() method More... about 23 years ago
Update several segment methods to current code standards - this fixed a variable name bug More... about 23 years ago
Fix segment/circle intersection; fix a few misnamed functions; code style updates More... about 23 years ago
Comming sort-of working version of entity splitting code; various routines updated to current code standards. The splitting code will probably end up being moved to a method in a layer at some point ... More... about 23 years ago
Fix setting circle and arc intersection functions More... about 23 years ago
Total rewrite of intersection code - new code is much easier to understand. Old code still there though for the time being ... More... about 23 years ago
Update segment button press handler to current code standards - there were more changes here but they got nixed ... More... about 23 years ago
Update image::hasPoint() method to current code standards and fix the case where a point can map to two objects but the objects do not intersect More... about 23 years ago
Add arc::throughAngle() method - this method should be used in place of the test_angle() static method for arc manipulation More... about 23 years ago
Update some moving routines to current code standards; tweaks More... about 23 years ago
Update some circle routines to current code standards More... about 23 years ago