.. |
platform
|
DXF: update to use Unicode-aware file open routines on Windows.
|
2016-10-09 15:19:36 +00:00 |
render
|
GlOffscreen: create color/depth renderbuffers separately.
|
2016-08-21 19:58:45 +00:00 |
srf
|
Add a new renderer that prepares geometry for 2d backends.
|
2016-08-01 00:48:37 +00:00 |
CMakeLists.txt
|
Add statement/condition coverage measurement for the test suite.
|
2016-08-01 02:19:06 +00:00 |
bsp.cpp
|
Add a new renderer that prepares geometry for 2d backends.
|
2016-08-01 00:48:37 +00:00 |
clipboard.cpp
|
Multiply constraint values by scale when pasting with transformation.
|
2016-07-19 12:12:01 +00:00 |
config.h.in
|
Implement a resource system.
|
2016-05-18 11:24:23 +00:00 |
confscreen.cpp
|
Add a simple harness for automated, headless testing.
|
2016-08-01 00:48:37 +00:00 |
constraint.cpp
|
Fix a crash when adding a symmetric constraint on two points.
|
2016-08-28 16:50:36 +00:00 |
constrainteq.cpp
|
Add tests to cover 95.3% of constrainteq.cpp branches.
|
2016-08-07 17:33:27 +00:00 |
describescreen.cpp
|
Show pt-ln distance projected onto workplane when one is active.
|
2016-08-14 01:49:33 +00:00 |
draw.cpp
|
Make "Show/hide hidden lines" a tri-state button instead.
|
2016-08-13 09:44:08 +00:00 |
drawconstraint.cpp
|
Correctly draw vector text for constraints free in 3d.
|
2016-08-13 10:51:14 +00:00 |
drawentity.cpp
|
Make "Show/hide hidden lines" a tri-state button instead.
|
2016-08-13 09:44:08 +00:00 |
dsc.h
|
Abstract all (ex-OpenGL) drawing operations into a Canvas interface.
|
2016-07-23 22:31:18 +00:00 |
entity.cpp
|
Enable exhaustive switch coverage warnings as an error, and use them.
|
2016-05-26 12:43:52 +00:00 |
export.cpp
|
Recognize .ngc as a valid G-Code export extension.
|
2016-08-25 02:57:29 +00:00 |
exportstep.cpp
|
Annotate constants passed as boolean function arguments.
|
2016-05-26 12:43:52 +00:00 |
exportvector.cpp
|
DXF: update to use Unicode-aware file open routines on Windows.
|
2016-10-09 15:19:36 +00:00 |
expr.cpp
|
Replace the last use of exceptions (in Expr) with setjmp/longjmp.
|
2016-08-01 00:48:37 +00:00 |
expr.h
|
Convert all enumerations to use `enum class`.
|
2016-05-25 07:17:14 +00:00 |
file.cpp
|
Add a simple harness for automated, headless testing.
|
2016-08-01 00:48:37 +00:00 |
generate.cpp
|
Fix the "Show degrees of freedom" command.
|
2016-06-29 16:58:47 +00:00 |
graphicswin.cpp
|
Allow displaying outlines without any other edges.
|
2016-08-14 01:00:10 +00:00 |
group.cpp
|
Unify displayEdges and displayOutlines.
|
2016-07-23 22:41:16 +00:00 |
groupmesh.cpp
|
Make translate/rotate groups inherit the "suppress solid model" option.
|
2016-10-09 13:27:43 +00:00 |
importdxf.cpp
|
DXF: update to use Unicode-aware file open routines on Windows.
|
2016-10-09 15:19:36 +00:00 |
lib.cpp
|
Annotate constants passed as boolean function arguments.
|
2016-05-26 12:43:52 +00:00 |
mesh.cpp
|
Add a new renderer that prepares geometry for 2d backends.
|
2016-08-01 00:48:37 +00:00 |
modify.cpp
|
Annotate constants passed as boolean function arguments.
|
2016-05-26 12:43:52 +00:00 |
mouse.cpp
|
Alias the "=" key to "+" key.
|
2016-10-09 10:57:25 +00:00 |
polygon.cpp
|
Add a new renderer that prepares geometry for 2d backends.
|
2016-08-01 00:48:37 +00:00 |
polygon.h
|
Add a new renderer that prepares geometry for 2d backends.
|
2016-08-01 00:48:37 +00:00 |
request.cpp
|
Refactor EntReqTable to not special-case last row.
|
2016-05-26 12:43:52 +00:00 |
resource.cpp
|
CMake: finish Clang sanitizer support.
|
2016-08-01 05:39:18 +00:00 |
resource.h
|
Add a simple harness for automated, headless testing.
|
2016-08-01 00:48:37 +00:00 |
sketch.h
|
Make "Show/hide hidden lines" a tri-state button instead.
|
2016-08-13 09:44:08 +00:00 |
solvespace.cpp
|
Implement Analyze → Measure Perimeter.
|
2016-08-01 14:02:39 +00:00 |
solvespace.h
|
DXF: update to use Unicode-aware file open routines on Windows.
|
2016-10-09 15:19:36 +00:00 |
style.cpp
|
Reimplement 6846010 correctly.
|
2016-07-31 11:57:17 +00:00 |
system.cpp
|
Convert all enumerations to use `enum class`.
|
2016-05-25 07:17:14 +00:00 |
textscreens.cpp
|
Annotate constants passed as boolean function arguments.
|
2016-05-26 12:43:52 +00:00 |
textwin.cpp
|
Make "Show/hide hidden lines" a tri-state button instead.
|
2016-08-13 09:44:08 +00:00 |
toolbar.cpp
|
Abstract all (ex-OpenGL) drawing operations into a Canvas interface.
|
2016-07-23 22:31:18 +00:00 |
ttf.cpp
|
Unbreak TTF metrics.
|
2016-08-01 12:31:00 +00:00 |
ttf.h
|
Don't hold all existing system fonts open.
|
2016-05-07 04:20:06 +00:00 |
ui.h
|
Make "Show/hide hidden lines" a tri-state button instead.
|
2016-08-13 09:44:08 +00:00 |
undoredo.cpp
|
Unify displayEdges and displayOutlines.
|
2016-07-23 22:41:16 +00:00 |
util.cpp
|
Add a new renderer that prepares geometry for 2d backends.
|
2016-08-01 00:48:37 +00:00 |
view.cpp
|
Implement "view → set to full scale" text window command.
|
2016-08-01 14:03:16 +00:00 |