3
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added win32 hypot _hypot ifdef More... almost 16 years ago
Added recalc constraints after adding parallel or perpendicular. More... almost 16 years ago
Fixed bug in sketchsolve More... almost 16 years ago
fixed bug in line gripper movement More... almost 16 years ago
More work on updated mouse handling. Dragging handles with constraints enabled on a line now works. More... almost 16 years ago
changed hypot() to _hypot() More... almost 16 years ago
fix line end at end of file More... almost 16 years ago
had to get the version from the sketchsolve project to make this work for several of us More... almost 16 years ago
forgot to checkin heeksobj More... almost 16 years ago
removed precompiled headers on glfont2 and solve.cpp for all configurations More... almost 16 years ago
Added a user data field to mouse grippers. More... almost 16 years ago
oops More... almost 16 years ago
hopefully fixed makefile. More... almost 16 years ago
oops More... almost 16 years ago
Got horizontal and vertical constraints working. More... almost 16 years ago
Imported SketchSolve into repository. Added some code for computing and applying contraints to heeksobjects. More... almost 16 years ago
Fixed typo in comments. Just goes to show I shouldn't work on code when I'm tired. More... almost 16 years ago
I added CentreAndRadiusCircleMode More... almost 16 years ago
Fixed Issue 162: Drawing regular shape (rectangle) causes crash gp_Dir doesn't like having no length. We don't seem to handle Open CASCADE's errors too well. Anyway, this change stops gp_Dir being constructed with no length, in this case. More... almost 16 years ago
glfont2.cpp shouldn't be trying to use precompiled headers. jonpry had accidentally overwritten my last change, so I have made it again. More... almost 16 years ago
Update German Translation More... almost 16 years ago
Added 'const' qualifier to some of the CBox methods More... almost 16 years ago
Added Intersects() method to the Sketch class More... almost 16 years ago
Updated makefile for linux More... almost 16 years ago
Hopefully fixed build errors under linux. More... almost 16 years ago
Added a framework for adding constraints to the data structure. Added commands for adding horizontal,vertical,parallel and perpendicular constraints. More... almost 16 years ago
I made HeeksCAD 0.8.0 installation. More... almost 16 years ago
- make building on 8.04 possible More... almost 16 years ago
oops More... almost 16 years ago
Partial fix for 161. I think this is the proper way to handle add point. Just don't hit 'a' to draw around circles. The code figures out that both lines are tangent to a circle and connects them with an arc. Problem is that the digitizing code doesn't allow you to select which tangent you want. maybe the shift key or something could do this. The code also sometimes makes the opposite arc from the selected one. More... almost 16 years ago