Go to file
Jonathan Westhues 7d4a4fbb76 We now have selective solve; a group (and all the groups afterward)
becomes dirty when the user makes a change, and only the dirty
groups get solved. That's a huge effective speedup.

Also add delete function for groups. That has an interesting issue;
it actually ends up recursing on GenerateAll(), since GenerateAll()
calls ClearSuper(), ClearSuper() might need to recreate a group (if
all the groups were deleted), and that would activate the group,
which calls GenerateAll. The right solution is probably a deferred
execution mechanism, where you can schedule something to happen
before we go idle, but not do it right now.

[git-p4: depot-paths = "//depot/solvespace/": change = 1771]
2008-06-02 03:43:27 -08:00
obj This is my initial checkin for solvespace, a second attempt at 2008-03-25 02:02:13 -08:00
win32 Use a higher-res timer for GetMilliseconds(), and tweak some stuff. 2008-06-01 01:46:02 -08:00
Makefile Add polygon triangulation, by cheating. I'm using the gl tesselator 2008-05-22 02:28:28 -08:00
constraint.cpp We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
drawconstraint.cpp Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
dsc.h Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
entity.cpp Consolidate the code that determines whether an entity is visible 2008-06-02 01:31:26 -08:00
expr.cpp Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
expr.h Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
file.cpp We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
font.table Add routines to draw a vector font (public domain Hershey Simplex 2008-04-11 03:13:47 -08:00
glhelper.cpp Stipple the selected/hovered faces, instead of drawing them in 2008-06-01 21:38:12 -08:00
graphicswin.cpp We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
mesh.cpp Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
polygon.cpp Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
polygon.h Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00
sketch.cpp We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
sketch.h Now requests don't have names anymore, because that didn't seem 2008-06-02 01:41:39 -08:00
solvespace.cpp We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
solvespace.h We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
system.cpp Use a higher-res timer for GetMilliseconds(), and tweak some stuff. 2008-06-01 01:46:02 -08:00
textwin.cpp We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
ui.h We now have selective solve; a group (and all the groups afterward) 2008-06-02 03:43:27 -08:00
util.cpp Add selectable faces, by associating an hEntity with the triangle's 2008-06-01 19:31:37 -08:00