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
Adding a few files for distribution purposes More... about 23 years ago
Add Tests dir More... about 23 years ago
Add subdirectory Gtk More... about 23 years ago
Add subdirectory Interface More... about 23 years ago
Add subdirectory Generic - interface neutral code will go in here More... about 23 years ago
Set gtkpycad to have the svn:executable property More... about 23 years ago
Check if drawing area is mapped first in redraw() method More... about 23 years ago
Just check if the drawing area is mapped in the redraw() method More... about 23 years ago
Check that the name from the filename dialog isn't empty - give a default name if it is; add a comment about overwriting files More... about 23 years ago
More work on drawing horizontal and vertical dimensions; remove some debug printout code More... about 23 years ago
Remove some useless try/except blocks; fix arc creation to only add point if the full arc is made; more arc tweaks More... about 23 years ago
Rework the redraw() so layer redraws only occur if drawing area is mapped; always draw the active layer last More... about 23 years ago
Slight rework of file_save and file_save_as; make certain menu choices unable to be selected More... about 23 years ago
Remove some commented out option code - still need to handle colors in the preferences though ... More... about 23 years ago
Move file opening to outer try block - the finally statement will close the file if things work or not More... about 23 years ago
Remove a debug printout More... about 23 years ago
Comment out and/or remove some debug printouts More... about 23 years ago
set the default background in GTKImage.__init__(), not from image.py More... about 23 years ago
Get rid of useless try/except blocks; tweaks More... about 23 years ago
call redraw() after setting preferences; remove some debug print calls More... about 23 years ago
Replace _circle with _Circle More... about 23 years ago
Add an inRegion() and clone() method; rename shift() to move(); tweaks More... about 23 years ago
Fix and simplify the file_open() function More... about 23 years ago
A few adjustments for Arcs due to recent Point object changes More... about 23 years ago
Redo the file_open callback; call fitImage() More... about 23 years ago
Be smarter about doing redraws; initial window size fixes More... about 23 years ago
Look for _Circle objects now that entity restructuring has happend More... about 23 years ago
Rework the entities so they are derived initially from the object class, not TreeItems. Use an underscore as a prefix for the object-based classes; tweaks and fixes More... about 23 years ago
Display the full image when opening a window More... about 23 years ago
Remove layer menu and associated functions now that the layer model display works; call imageFit() method for doing zoom_fit More... about 23 years ago