0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected over 4 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
prompt.py typo fixes More... about 23 years ago
Menu changes: More... about 23 years ago
gtkconobjs changes: More... about 23 years ago
Whitespace cleanup on tangent.py More... about 23 years ago
Small tweak to calculation projection point on ACLine objects. More... about 23 years ago
Added/improved tools for drawing tangent circles against one or two objects; added tool for drawing tangent lines around two circles. Removed lots of trailing whitespace thanks to an xemacs function located on a web site with xemacs tips. More... about 23 years ago
Adding tangent.py file. This file handles all the calculations for figuring tangent circles to other objects, and tangent lines around circles. Lots of new tangent operations are now in PythonCAD. :-) More... about 23 years ago
Converting keywords.py and prompt.py to unix text files. Should have caught this when checking them in ... :-( More... about 23 years ago
Adding new keyword.py and prompt.py files from David Broadwell. These are the first files for implementing a command interpreter loop within PythonCAD. More... about 23 years ago
GTK Entity changes: More... about 23 years ago
Add the ability to draw a construction circle around a construction line or another construction circle. More... about 23 years ago
Add routine to handle drawing construction circles around a single construction line or construction circle. More... about 23 years ago
Tool changes: More... about 23 years ago
Adding getProjection() methods to acline, cline, and segments. This method is useful for simplifying the code for finding tangent circles. There is also some duplication of code now in these objects, so the mapCoords() methods might get changed to use the getProjection() method. No point in having two routines doing 90% of the same stuff ... More... about 23 years ago
GTK Menus changes: More... about 23 years ago
GTK Construction object changes: More... about 23 years ago
Added new ParallelOffsetTool for drawing a construction line parallel to another construction line at some offset distance. More... about 23 years ago
Small change for util.make_c_angle() - that function has a stupid name ... More... about 23 years ago
Switch the order of object rectangle comparison when testing for splitting More... about 23 years ago
Ensure that object exists in layer when testing for deletion More... about 23 years ago
Update fileformat web page to show changes in units, font weight, and font style storage More... about 23 years ago
Update website title page to show mailing list More... about 23 years ago
GTKImage changes: Replace per-image allocated color storage with global storage; remove gtklinetypes as it is not used More... about 23 years ago
Use full path names of imported modules in gtkimage.py More... about 23 years ago
Reformat some preference error messages More... about 23 years ago
Reformat some option error messages More... about 23 years ago
Imageio changes: write units, text weight and text style out as strings not integers; loading changes to read the string values; convert some routines to current code standards More... about 23 years ago
Large tools update: Got rid of unused ToolCore, ToolSet, ToolBox classes; deprecated some tool methods; added _lots_ of doc strings; fixed a few errors; altered some get methods to raise exceptions if they are invoked before the appropriate set method More... about 23 years ago
Split update: add doc strings and error checking to public functions in split.py More... about 23 years ago
Move update: add doc string and value testing to move_objects() More... about 23 years ago