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
Add the reworked findPoint() mthod More... about 23 years ago
Added the marker points array; fixed some typos in AngularDimension::inRegion(); make RadialDimensions on arcs smarter; fix the dimension bar region test More... about 23 years ago
Fix a typo in hcline/acline intersection code More... about 23 years ago
Remove the small angle mode from AngularDimensions and replace it with the invert() method. Switching the p1/p2 points does the same thing; fix typo in angular dimension endpoint calculation More... about 23 years ago
Add missing underscore in circle::inRegion() return value More... about 23 years ago
Fix typo in vcline/circle intersection calculation More... about 23 years ago
Handle linear dimension endpoint calculations when text outside dimension bars More... about 23 years ago
Update a few methods to current code standards More... about 23 years ago
Massive updates to drawing dimensions - code converted to current standards; added motion notify handlers, draw text more smartly, condense code, etc. Angular dimensions still to be done, but dimensioning _much_ better now More... about 23 years ago
Extend the Dimension::setLocation() in Dimension subclasses More... about 23 years ago
Tool updates - add doc strings; add methods setObjType(), getObjType(), getObject(), storeCoords(), getCoordPair(), getCoords(); convert to current code standards. The tool code will be in flux for a while ... More... about 23 years ago
Added moveObjects() method and deprecate moveObject(); delete radial dimension references from circles; fix typo in deleting vertical dimensions; check dimension when doing mapPoint(); improve getExtents() and objsInRegion w.r.t. dimensions and coding standards More... about 23 years ago
Call the layer::moveObjects() method now More... about 23 years ago
Draw linear dimensions; convert some code to current standards More... about 23 years ago
Convert to current code standards and clean up a few arc methods More... about 23 years ago
Rework the way dimension are draw; consolidate drawing routines for Linear/Horiz/Vert dimensions; convert code to current standards. There is still much more to do in this file ... More... about 23 years ago
Activate Linear dimension option due to improvements in dimension code More... about 23 years ago
Convert util functions to current standards More... about 23 years ago
Massive updates for dimensions - linear dimensions work, store dimension endpoint values, check dimension bars for inRegion, added onDimension() method and methods for retrieving dimension endpoints, improve AngularDimensions, code cleanups to current standards More... about 23 years ago
Removed old intersection function code More... about 23 years ago
Invoke modified() on objects using modified circles and arcs More... about 23 years ago
Fix various bugs found by pychecker; _sweep methods have more checks for testing modified objects and fixed object removal More... about 23 years ago
Massive reworking of many of the large routines for Layers - most are now split up into smaller/private methods; various fixes applied when converting to smaller routines; removed objsUsingPoint() method as it is duplicating usesObject(). Layer code is better now ... :-) More... about 23 years ago
Convert most tree code to current standards; have getModified() return a slice More... about 23 years ago
Replace objsUsingPoint() with usesObject() - former method is going away; update point box drawing to current code standards More... about 23 years ago
Fix patch command line by adding < More... about 23 years ago
Web page updated for third release More... about 23 years ago
Another NEWS update for third release More... about 23 years ago
Update revision and description in setup.py More... about 23 years ago
Handle tangents/perpendiculars to construction circles; also condense code slightly More... about 23 years ago