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
fix python 2.6 as error More... over 14 years ago
start More... over 16 years ago
start More... over 16 years ago
start More... over 16 years ago
che bello More... over 16 years ago
test More... over 16 years ago
Updating download.html page with Git information More... over 18 years ago
Use valid variables for drawing angular dimensions More... over 18 years ago
Use getUnits() and setUnits() to set the Image units value More... over 18 years ago
Actually set the DIM_STYLE and associated key/values More... over 18 years ago
Set LINE_TYPE, LINE_COLOR, and LINE_THICKNESS when setting LINE_STYLE; actually set TEXT_STYLE and the various FONT/TEXT attributes More... over 18 years ago
Adjust .gitignore to avoid *~ backups and remove a needless backslash More... over 18 years ago
Fix stupid typo - DIM_EXTENSION -> DIM_COLOR More... over 18 years ago
Call setUnits() when setOption() is changing 'UNITS' More... over 18 years ago
Adding .gitignore files More... over 18 years ago
www/index.html: Fix typo. More... over 18 years ago
www/index.html: Updates for thirty-sixth release. www/download.hmtl: Same. More... over 18 years ago
gtkpycad.py: Update copyright year and version. More... over 18 years ago
pythoncad.spec: Updates for thirty-sixth release. NEWS: Same. setup.py: Same. More... over 18 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Update copyright year. More... over 18 years ago
PythonCAD/Generic/tools.py: Add new tool classes for changing Style attributes. More... over 18 years ago
PythonCAD/Interface/Gtk/gtkentities.py: Update copyright year. PythonCAD/Interface/Gtk/gtktext.py: Same. PythonCAD/Interface/Gtk/gtkedit.py: Same. PythonCAD/Interface/Gtk/gtkdimension.py: Same. PythonCAD/Interface/Gtk/gtkmodify.py: Same. PythonCAD/Interface/Gtk/gtkprinting.py: Same. PythonCAD/Interface/Gtk/gtkconobjs.py: Same. PythonCAD/Interface/Gtk/gtkmirror.py: Same. More... over 18 years ago
PythonCAD/Interface/Gtk/gtkimage.py: Update copyright year; fix the __destroyEvent() method by testing 'self.__image' against the '_gimage' variable. More... over 18 years ago
PythonCAD/Interface/Gtk/gtkconobjs.py: Remove unneeded 'tool' argument from _init_func() call in parallel_ref_pt_button_press_cb(). More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkmodify.py: Adjust a variety of init()-esque calls by removing the 'tool' argument. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Remove unnecessary 'tool' argument from many invocations of various gtkmodify functions. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkmodify.py: Rename change_dim_dual_mode_offset_init() function which is really the dialog to change_dim_dual_mode_offset_dialog(); remove 'tool' argument from _change_dimstring_init() callers. More... almost 19 years ago
PythonCAD/Generic/keywords.py: Add missing commas - oops ... More... almost 19 years ago
PythonCAD/Generic/keywords.py: Add 'deselect', 'print', 'plot', 'select', and 'unselect' as accepted keywords. More... almost 19 years ago
PythonCAD/Generic/prompt.py: Add paste->PasteTool, select->SelectTool, deselect->DeselectTool, and print->PlotTool to the promptdefs dictionary. More... almost 19 years ago