3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added drop-down menu items to the right mouse button while in drawing mode. These menu options allow the user to simulate left mouse button clicks at exact locations using existing graphics. eg: it you have a square sketch already and you're adding a circle, instead of left clicking where the circle's centre should go, you can right click on the sketch and select the 'Click midpoint' option. This will be just like clicking the left mouse button at the midpoint of the square. More... almost 13 years ago
Fixed problem where the same sketch belongs to multiple Contour objects (Issue 315 from HeeksCNC). More... almost 13 years ago
just updating version number More... almost 13 years ago
New update, new items added and fixed some mistakes More... almost 13 years ago
I traced a problem with dxf files creating mirror imaged arcs to dxf group code 230 (z extrusion vector) being -1.0. My changes are a hack to make things just work for these malformed dxf files that can come from Draftsight,Bricscad,Graphite. More... almost 13 years ago
various changes including adding "custom grippers just one axis" to Group properties More... almost 13 years ago
oops. I forgot to add HGear.cpp and HGear.h More... almost 13 years ago
I have added gears. More... almost 13 years ago
I added error handling for sectioning dialog More... almost 13 years ago
include for wxStringTokenizer More... almost 13 years ago
Added 'Layer Names To Discard' property to the 'file options'->'DXF' properties page. More... almost 13 years ago
I changed the cylinder property from radius to diameter, for the user input. More... almost 13 years ago
CMake: Allow use of OpenCASCADE Community Edition (OCE), other small changes. More... almost 13 years ago
just updating version number to be in sync with windows binary More... almost 13 years ago
experiments to simplify HeeksCAD and remove multiple owners by using a #define. Not implemented yet, though. More... almost 13 years ago
new update More... almost 13 years ago
I fixed http://code.google.com/p/heekscnc/issues/detail?id=282 More... almost 13 years ago
dragging objects into white area was causing a crash More... almost 13 years ago
I added interface functions to HeeksCAD, so that the tinyxml objects for plugins ( HeeksCNC ) can all be in the HeeksCAD memory space; I was getting a crash on saving, in the installation, on Windows XP. More... almost 13 years ago
updated version number to 0.18.0 More... almost 13 years ago
The "Debug" configuration ( non-Unicode ) of HeeksCAD wasn't building. More... almost 13 years ago
I added volume and "centre of mass" properties to solids. More... almost 13 years ago
Drag and Drop, in the the Objects window, doesn't use the clipboard anymore. It also stops you from dropping objects where they won't go. More... almost 13 years ago
I added "custom grippers" property to a group object, so that I can choose where a group of solids rotates about when dragged. This makes it possible to show how a hinged assembly will work. More... almost 13 years ago
I added to HeeksCAD python module, for work done on QuickSim ( a simple wxPython application ). Also, angular dimensions were't showing any text. More... almost 13 years ago
Initialize StlSolid::m_gl_list in copy constructor More... about 13 years ago
Don't try to get precision from uninitialized values More... about 13 years ago
added new icons size More... about 13 years ago
Fixed NULLs in marked list crashes by using MenuSeparator instead of NULL in tool list More... about 13 years ago
Drag and drop wasn't working, so I moved the CutSelectedItems to where the dragging starts. It works for me now. More... about 13 years ago