solvespace/src
whitequark f29d9d7a34 GTK: run DoLater after the next main loop iteration.
Before this commit, DoLater would be run as an idle callback,
which (depending on system performance) could either result in
a half-regenerated sketch being displayed, with only the dragged
entity updated, or no regeneration whatsoever during the drag.

After this commit, the GTK behavior matches macOS and Win32 ones.
2017-02-08 14:27:02 +00:00
..
platform GTK: run DoLater after the next main loop iteration. 2017-02-08 14:27:02 +00:00
render Fix reference to a shader that no longer exists. 2017-01-17 11:26:04 +00:00
srf Reserve space upfront when possible, to avoid re-allocations. 2017-01-14 03:07:33 +00:00
CMakeLists.txt CMake: do not remove translations on `make clean`. 2017-02-02 18:09:50 +00:00
bsp.cpp Refactor insertion into BSP tree. 2016-11-27 21:04:31 +00:00
clipboard.cpp Allow copying and pasting of datum points. 2017-01-14 03:17:09 +00:00
config.h.in Drop support for GTK 2. 2017-01-02 16:20:12 +00:00
confscreen.cpp Internationalize all messages without substitutions. 2017-01-07 06:47:40 +00:00
constraint.cpp Snap point to entity when constraining to a hovered entity. 2017-02-06 14:20:19 +00:00
constrainteq.cpp Explicitly represent the parameter used in constraints. 2017-02-06 13:02:49 +00:00
describescreen.cpp List applied constraints when selecting an entity. 2017-01-17 11:43:45 +00:00
draw.cpp Fix logic introduced in 55ae10b. 2017-01-24 20:30:48 +00:00
drawconstraint.cpp Draw constraints/entities when hovered or selected even if invisible. 2017-01-17 11:53:51 +00:00
drawentity.cpp Render points corresponding to a DOF in the front layer. 2017-01-20 11:46:31 +00:00
dsc.h Reserve space upfront when possible, to avoid re-allocations. 2017-01-14 03:07:33 +00:00
entity.cpp Rewrite equations generated for parallel constraints (in 3d). 2016-11-27 13:43:48 +00:00
export.cpp Fix a typo in 495a7ac. 2017-01-23 11:15:37 +00:00
exportstep.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
exportvector.cpp DXF: mark POLYLINE as 3d if any of the points have non-zero Z. 2017-02-05 09:39:22 +00:00
expr.cpp Fix a dereference of an iterator one past the end. 2017-01-03 01:21:38 +00:00
expr.h test: add tests for ExprParser, and fix two crashes. 2016-12-13 11:27:59 +00:00
file.cpp Explicitly represent the parameter used in constraints. 2017-02-06 13:02:49 +00:00
generate.cpp Add a command to show center of mass, assuming uniform density. 2017-01-19 08:54:11 +00:00
graphicswin.cpp Win32: implement support for full-screen graphics window. 2017-02-06 15:12:26 +00:00
group.cpp Reapply "Simplify Group::IsVisible(), GroupsInOrder()." 2017-01-17 11:26:04 +00:00
groupmesh.cpp Remove degenerate triangles when generating triangle mesh. 2017-02-05 09:25:07 +00:00
importdxf.cpp DXF: Import Z coordinate from DXF/DWG files. 2016-11-26 08:25:54 +00:00
lib.cpp Explicitly represent the parameter used in constraints. 2017-02-06 13:02:49 +00:00
mesh.cpp Remove degenerate triangles when generating triangle mesh. 2017-02-05 09:25:07 +00:00
modify.cpp Internationalize all messages without substitutions. 2017-01-07 06:47:40 +00:00
mouse.cpp Snap point to entity when constraining to a hovered entity. 2017-02-06 14:20:19 +00:00
polygon.cpp Add a command to show center of mass, assuming uniform density. 2017-01-19 08:54:11 +00:00
polygon.h Remove degenerate triangles when generating triangle mesh. 2017-02-05 09:25:07 +00:00
polyline.cpp Stitch outlines before display to preserve phase of stippling. 2016-10-13 22:05:32 +00:00
request.cpp Fix uninitialized variable warnings. 2016-11-17 13:59:51 +00:00
resource.cpp Normalize CRLF newlines to LF when loading string resources. 2017-01-14 02:41:23 +00:00
resource.h Use a dedicated BitmapFont instance per Canvas. 2017-01-11 03:33:10 +00:00
sketch.h Explicitly represent the parameter used in constraints. 2017-02-06 13:02:49 +00:00
solvespace.cpp Add a command to show center of mass, assuming uniform density. 2017-01-19 08:54:11 +00:00
solvespace.h Commit missing parts of d77f617. 2017-02-06 16:01:10 +00:00
style.cpp Internationalize all messages without substitutions. 2017-01-07 06:47:40 +00:00
system.cpp Turn newly created redundant constraints with a label into references. 2017-01-12 01:34:41 +00:00
textscreens.cpp Draw constraints/entities when hovered or selected even if invisible. 2017-01-17 11:53:51 +00:00
textwin.cpp Fix an OpenGL initialization glitch. 2017-01-14 06:06:55 +00:00
toolbar.cpp Fix an uninitialized variable. 2017-01-13 23:43:02 +00:00
ttf.cpp Add two more points to the TTF text request. 2016-11-02 09:22:18 +00:00
ttf.h Add two more points to the TTF text request. 2016-11-02 09:22:18 +00:00
ui.h Remove the "show menu bar" option. 2017-02-06 15:11:58 +00:00
undoredo.cpp Reserve space upfront when possible, to avoid re-allocations. 2017-01-14 03:07:33 +00:00
util.cpp Draw projected lines for pt-line-distance constraints in 3d. 2016-12-21 18:43:42 +00:00
view.cpp Internationalize all messages without substitutions. 2017-01-07 06:47:40 +00:00