3
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix .desktop file (/usr/bin/HeeksCAD != /usr/bin/heekscad), remove commented code in Plugins.cpp More... over 13 years ago
Make icon show up on ubuntu, change menu categories, add helpful message to cmake More... over 13 years ago
On linux, make HeeksCAD look for HeeksCNC and enable it automatically. Should work in windows if the correct path is put on line 229. More... over 13 years ago
update CMakeLists.txt More... over 13 years ago
make cmake .deb package installable on ubuntu 10.04 More... over 13 years ago
Now using cmake build system for linux builds. More... over 13 years ago
I have added "Make Cone On Line" function. Also I changed the colours of the cube, cone and cylinder icons and toolbar buttons to match the colours of the objects made. More... over 13 years ago
I have added a function Line->"Make Cylinder On Line" More... over 13 years ago
I fixed Issue 83: crashes when extruding combined sketches More... over 13 years ago
Experiment with adding pdf files More... over 13 years ago
Added 'correlate by color' option. I wanted to be able to select all the 'blue' points within a file that contained a mixture of 'blue' and 'red' points. More... over 13 years ago
accidentally committed a commented line again. More... over 13 years ago
added RegisterOnBeforeNewOrOpen and RegisterOnBeforeFrameDelete. Also solid's opacity wasn't working correctly. Also added ::SetWorkingDirectory call, where plugins are loaded, incase they are loading dynamic libraries and expect to look in their own directory. Also added Hole.cpp and Hole.h, which I have started, but not finished. More... over 13 years ago
I had accidentally committed my local change, commenting out the UNDO/REDO code More... over 13 years ago
I added "Rotate to Face", "Transform to World". Also, started adding a Hole class, but haven't added the files yet. More... over 13 years ago
Debug, Release, and Unicode Release configurations needed dxf.cpp set to not use precompiled headers. More... over 13 years ago
Fixed a display seq issue. Currently, this routine is far to verbose when constraints are fine. Needs improvement so constraint errors are explained more clearly. More... over 13 years ago
Code blocks project files missing a couple of files from Revision r1364 (Note sure how I missed the header file.) More... over 13 years ago
Code blocks project files missing a couple of files from Revision r1364 More... over 13 years ago
Part II of constrainttester More... over 13 years ago
This is a routine for a constraint tester. remove // //define CONSTRAINT_TESTER in stdafx.h to use. More... over 13 years ago
I separated the Heeks-specific code from dxf.cpp and dxf.h, into HDxf.cpp and HDxf.h, so that dxf.cpp and dxf.h can be reused in other projects. More... over 13 years ago
add logging options - level, timestamps, repeatcounting More... over 13 years ago
add directedcylinder HeeksPython call HeeksCADInterface.h More... over 13 years ago
add directedcylinder HeeksPython call HeeksCADInterface.cpp More... over 13 years ago
I have added EnterSketchMode and EndSketchMode to HeeksCADInterface.h More... over 13 years ago
edge and vertex IDs were changing from one session to the next. Also, there were unwanted duplicates of vertex and edge objects. More... over 13 years ago
I fixed a compile error in Windows build. More... over 13 years ago
added SetLineDrawingMode More... over 13 years ago
added Matrix and Vector functions to HeeksCAD interface, so that geometry maths can be done for a HeeksCAD plugin, without needing any geometry library. More... over 13 years ago