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
dwg12.py: Complete first effort at reading R12 files. dwg15.py: Copied dwg.py to dwg15.py - this will read R15 files produced from Autocad 2000. More... almost 23 years ago
dwg.py: Fix reading extended entity data; rename tol_reader() to tolerance_reader(); add some bit position printing; tweaks More... almost 23 years ago
dwg.py: Fixes for minsert, mesh, spline, ellipse, rsb readers. More... almost 23 years ago
dwg.py: leader, hatch, and various dimension type fixes More... almost 23 years ago
dwg12.py: Fix a few pychecker errors - should have done this earlier ... More... almost 23 years ago
dwg12.py: Adding R12 Autocad DWG reader. The file format comes from data found on the internet, not from OpenDWG. More... almost 23 years ago
dwg.py: Fix sortentstable_reader() by commenting out owner handle - the spec says it is there, the file I have says it isn't. Test for graphic bit if reading a hatch entity. More... almost 23 years ago
dwg.py: polyline2d reader fixes; variable initializing change where testing for graphics flag when reading objects. More... almost 23 years ago
dwg.py: Fix lintype_reader; changes "%x" to "%#x" where found; fix the reading of the objects by initializing file offset variables for each section - what the spec says is wrong. More... almost 23 years ago
dwg.py: Lots of typos pointed out by pychecker fixed; fixes for various routines that were calling the wrong function for the data they needed; removed old_get_bits() routine. More... almost 23 years ago
dwg.py: Handles now stored as tuples; fix class decoding by testing if bit position is at least 8 bits from the end of the data. More... almost 23 years ago
dwg.py: Activate the 'image_reader' function ... More... almost 23 years ago
text.py: Remove redundant 'object' from TextBlock class hierarchy - the class is derived from the 'object' class because TextBlock is based on the 'object' class. This should fix a Python-2.3 problem as well. More... almost 23 years ago
dwg.py: It can run as a stand along file now; use xrange() in many places while loops were used (and broken); rework some sentinel checking; fixes added here and there; comment out some second header stuff; add in global variable for R14 format so R13/R14 files can be read in. More... almost 23 years ago
dwg.py: This is the really rough first take at reading DWG files. The file is being commited to the repo in the Generic directory just so it can be stored under version control - subversion makes it easy to move the file elsewhere later. This file will be revised a great deal to add missing bits and fix goofs in the implementation. At present it is only useful in an interactive Python session ... More... almost 23 years ago
segment.py; Added first take of clipToRegion() method. More... almost 23 years ago
hcline.py: Added clipToRegion() method. vcline.py: Added clipToRegion() method. acline.py: Added clipToRegion methods; tweaks and simplifications elsewhere. cline.py: Added clipToRegion() method; remove unused math module More... almost 23 years ago
circle.py: Adding clipToRegion() - this still needs checking but it is a lot of code and I want it in the repo ... More... almost 23 years ago
download.html: Fix a few XHTML errors. fileformat.html: Fix a few XHTML errors. More... almost 23 years ago
setup.py: Updates for ninth release. NEWS: Updates for ninth release. More... almost 23 years ago
delete.py: Use objlist, not _objdict, when going through the objects to remove. More... almost 23 years ago
checklist.html: Updates in preparation for ninth release. code_layout.html: Same. commands.html: Same. download.html: Same. fileformat.html: Same index.html: Same. usage.html: Same. More... almost 23 years ago
gtkmodify.py: Use the full import path names when referencing types. More... almost 23 years ago
gtkmenus.py: Use main_quit() instead of mainquit(). I think the one with the "_" is the real function to call ... More... almost 23 years ago
gtkpycad.py: Reformat some long lines; tweak the color initialization variable use. More... almost 23 years ago
text.py: Define default color with a hex value instead of three integers. More... almost 23 years ago
image.py: Store colors in a ColorDict() instance, not in a Tree; scale value must be a positive value. More... almost 23 years ago
gtkprefs.py: Added doc strings; convert saveWidget() to setWidget(); use the get_color() routine to get global color objects; add int() to value returned from scrollbox get_value() so display precision variables are integers. More... almost 23 years ago
layer.py: Mark getExtRefs() as deprecated; rework the mapPoint() method to scan for points after looking at other objects so that object duplication in the list of hits is avoided. More... almost 23 years ago
delete.py: Store the object id() in a dict; not the object itself. More... almost 23 years ago