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
Added new __eq__ and __ne__ method to the following files, but for the time being they are inactive as these operators are named __zeq__ and __zne__. When the __cmp__ methods are removed these new methods will be renamed and lose the 'z'. More... over 22 years ago
layer.py: Reword and error message and test that the argument to getLayerEntities() is a string. More... over 22 years ago
dxf.py: Fix the reading of header variables for things like points where the variable has several associated values. More... over 22 years ago
gtkdimension.py: Add in a few int() to gtk.draw_arc() calls to remove a few Deprecation warnings missed in earlier cleanups. More... over 22 years ago
nurbs.py: Don't append points where weight sum is 0; print out control points and keypoints in files More... over 22 years ago
nurbs.py: Adding this into the repo. More... over 22 years ago
dxf.py: Store header variable data in a list, but when assigning it to the header variable dictionary convert it to a tuple. Also don't bother storing the code value. More... over 22 years ago
dxf.py: Rework header variable to properly catch all the values defined for a single header variable; tweak the way the section reading code works. More... over 22 years ago
dxf.py: Rework many of the section reading routines to raise errors if the code value is not expected; remove parens from a tuple return. More... over 22 years ago
dwg15.py: Prefix all get_default_double() calls with 'dwgutil.'; change various functions to reuse variable names - this helps pychecker. More... over 22 years ago
download.html: Fix OpenDWG link. More... over 22 years ago
README: Updates for tenth release. More... over 22 years ago
NEWS: Updates for tenth release. setup.py: Updates for tenth release. More... over 22 years ago
checklist.html: Added HWM icon. code_layout.html: Added HWM icon. commands.html: Added HWM icon. download.html: Updates for tenth release. fileformat.html;: Added HWM icon. index.html: Updates for tenth release. screenshots.html: Added HWM icon. usage.html: Added HWM icon. More... over 22 years ago
dwg12.py: Fix stupid error in file - missing "=". Duh! More... over 22 years ago
gtkconobjs.py: Add int() to event x/y coordinates to remove warnings in Python2.3. More... over 22 years ago
gtkprefs.py: Add in a checkbox for drawing radial dimensions showing the diameter value. More... over 22 years ago
gtkimage: Use the clipping functions for lines, circles, and construction lines entities; clean up circle/arc drawing by using int() for angles. gtkdimension.py: Remove warnings from Python2.3 by using int() for position variables. gtkentities.py: Remove warnings from Python2.3 by using int() to set circle/arc angles More... over 22 years ago
quadtree.py: Adding this though it isn't used yet. bindump.py: Adding this - this file was used for decoding the DWG files by printing out the bit patters in a chosen section of the file. More... over 22 years ago
segjoint.py: Remove some unneeded parenthesis around a returned tuple. More... over 22 years ago
color.py: Simply the color_str_to_int() function by removing the string slice and also handle strings starting with '0X'. More... over 22 years ago
dwg12.py: Add in a function for reading the extended entity data for R12 files; handle the 'AC1010' files - what release is this? More... over 22 years ago
dwg15.py: Remove the common util functions as they are in dwgutil; remove the dump_info() stuff as that is gone. More... over 22 years ago
tools.py: Add in the RADIAL_DIM_DIA_MODE setting for radial dimensions; space tweak in a tuple. More... over 22 years ago
circle.py: Add a note about the potentional for improving the clipping algorithm by saving values that are calculated repeatedly. More... over 22 years ago
arc.py: Allow for circle objects in __cmp__ method. More... over 22 years ago
dimension.py: Remove trailing spaces; explicitly set the __dia_mode field in the initializer function for RadialDimensions More... over 22 years ago
linetype.py: An even better c_mul() routine - this one makes more sense! More... over 22 years ago
gtkentities.py: Convert x/y coordinates with int(). gtkmodify.py: Convert x/y coordinates with int(). More... over 22 years ago
linetype.py: Replace the c_mul() routine with one avoiding the eval() - this routine executes without warnings in Python 2.3, and avoids the hackish long->str->int conversion of the old routine. It even seems to work too ... :-) More... over 22 years ago