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 linetype code to current standards and add some doc strings More... almost 23 years ago
Small color updates to convert code to current standards More... almost 23 years ago
Fix some variable goofs in hatching - the code itself still needs much work ... More... almost 23 years ago
Convert _Circle::clone() to current standards More... almost 23 years ago
Update units code to current standards More... almost 23 years ago
Convert some image layer handling routines to current standards; fix setOptions() variable goof; remove importing of arc More... almost 23 years ago
Convert acline to current code standards; fix a couple of variable access and reuse omissions More... almost 23 years ago
Convert hcline and vcline code to current standards, add atCoords() method; fix 1e10 -> 1e-10 goof More... almost 23 years ago
Fix some variable typos in spcline methods More... almost 23 years ago
Committing first bits of real hatch work. Hatching still does not work, and there is much more to add - this gets the first blob of changes in the repo ... More... almost 23 years ago
convert the gtkimage::redraw() to current standards. This file needs more work in this respect ... More... almost 23 years ago
Big set of layer updates in preparation for dealing with hatching; added _connectUser() method as part of the changes; removed some unused intersection code that was an failed start at code now in the image::findPoint() method More... almost 23 years ago
Convert CLine code to current standards; fix a few variable bugs while doing so ... More... almost 23 years ago
Added countUsers(), hasPointAt(), and hasCircleAt() methods to layers; segments in layer object dict store a list so paths defining hatches can be referenced. More changes due to upcoming hatching code will be required ... More... almost 23 years ago
Update some CCircle routines to current standards; use tol argument in CCircleTree binscan() and scan() methods More... almost 23 years ago
Modify CircleTree::atCoords() method More... almost 23 years ago
Pass the tol argument for arc binscan() and scan(); add ArcTree::atCoords() method More... almost 23 years ago
Fix variable test in Segment::__init__() More... almost 23 years ago
Convert some maptree routines to current code standards More... almost 23 years ago
Switch addImage() to add_image() in gtkmenus More... almost 23 years ago
Add warning about old PyGTK version - the changes in the module are Pango related. Add try/except blocks for set_text() routines - these will go away in a future release .... More... almost 23 years ago
Change delImage() to del_image() in file_close_cb() More... almost 23 years ago
Call the del_image() routine in close_image() so the image is deleted from the list of images and will properly exit Python if this is the final image being closed More... almost 23 years ago
Update gtkpycad.py routines to current standards; add a gtk.main_quit() call so Python interpreter will exit when last window is closed More... almost 23 years ago
Yet another doc string fix for segment ... More... almost 23 years ago
Add atCoords() method to CircleTree object More... almost 23 years ago
Add missing : to point::atCoords() method More... almost 23 years ago
Fix a segment property doc string typo More... almost 23 years ago
Update some Point routines to current code standards; change arguments to match doc string variables More... almost 23 years ago
More updates to segment doc strings; remove duplicated segment linetype, color, and style defaults More... almost 23 years ago