..
platform
stop using deprecated gtk_show_uri on Linux
2023-02-01 13:36:42 -05:00
render
Web: Emscripten port updated to current tools. Add saving of options in local storage.
2022-08-21 14:13:22 +03:00
srf
small simplifications
2023-05-21 12:19:35 -04:00
CMakeLists.txt
Translations: change contact informatuion in "Report-Msgid-Bugs-To:"
2023-01-18 17:40:35 +02:00
bsp.cpp
Intersection boolen in triangle mesh mode is properly implemented
2020-05-10 17:11:19 -04:00
clipboard.cpp
Fix various typos
2021-07-06 10:37:58 -04:00
config.h.in
UI: Add a link to the GitHub commit in the Help menu
2022-01-16 13:08:07 -05:00
confscreen.cpp
Add config option for "camera" rotation navigation
2023-02-03 11:50:55 -05:00
constraint.cpp
UI: Fix typo in the "Angle" constraint hint.
2023-03-17 10:13:49 +02:00
constrainteq.cpp
Addition of ArcLength Ratio and ArcLength Difference constraints to Constraints list
2021-06-28 11:31:53 -04:00
describescreen.cpp
Use a lambda to list selected faces when multiple faces are selected.
2023-01-02 17:25:31 -05:00
draw.cpp
quiet some compiler warnings
2023-02-01 13:36:42 -05:00
drawconstraint.cpp
Dimension constraints only display mode improvements
2023-01-17 19:16:36 -05:00
drawentity.cpp
Don't try to drag points with pt-coincident constraint to a previous group. Fixes #1012 and makes dragging as done in one of the tutorials possible again.
2023-01-17 19:12:06 -05:00
dsc.h
Remove all unused methods from IdList and its iterator
2021-05-12 19:50:23 -04:00
entity.cpp
Add faces perpendicular and parallel constraints.
2022-06-11 20:46:58 -04:00
export.cpp
dimonly fix
2023-01-17 19:16:36 -05:00
exportstep.cpp
Use Range-based for Loops Instead of NextAfter for all IdList Objects
2021-05-12 19:50:23 -04:00
exportvector.cpp
+ safe height gcode parameter
2021-10-23 20:01:29 -04:00
expr.cpp
Banish an unneeded use of our custom containers.
2021-12-31 14:40:47 -05:00
expr.h
Banish an unneeded use of our custom containers.
2021-12-31 14:40:47 -05:00
file.cpp
Allow all linkable files as missing files to fix #1297
2022-10-18 18:51:39 -04:00
generate.cpp
Suppress dof calculation flag
2021-12-30 13:59:58 -05:00
graphicswin.cpp
UI: Add Ctrl+Shift+S keyboard shortuct for Save As
2023-07-03 17:00:06 +03:00
group.cpp
Treat a linked group as mesh-only if it has a Mesh but no Shell.
2023-01-29 18:36:38 -05:00
groupmesh.cpp
Clean up face selection code
2023-01-02 17:25:31 -05:00
importdxf.cpp
Allow DXF import of 3D arcs and circles
2020-10-01 12:59:43 -04:00
importidf.cpp
importidf: Fix uninitialized variable
2021-12-24 11:29:57 -05:00
importmesh.cpp
Check for text STL when linking ( #1197 )
2022-01-27 13:20:35 -05:00
lib.cpp
Addition of ArcLength Ratio and ArcLength Difference constraints to Constraints list
2021-06-28 11:31:53 -04:00
mesh.cpp
Fix #696 . Account for multiple coincident edges when looking for naked edges.
2020-09-14 12:07:17 -04:00
modify.cpp
Use Range-based for Loops Instead of NextAfter for all IdList Objects
2021-05-12 19:50:23 -04:00
mouse.cpp
Add config option for "camera" rotation navigation
2023-02-03 11:50:55 -05:00
polygon.cpp
Less work in AssembleContour
2020-05-06 18:38:58 -04:00
polygon.h
Add a pass in triangulation to create convex triangle fans. These triangles will have smaller bounding boxes and look better.
2020-08-07 15:47:01 -04:00
polyline.cpp
Make some arguments const/const references, where possible. NFC.
2019-11-23 14:07:31 +00:00
request.cpp
Use the new equality/inequality operators of handles to reduce references to .v. NFC.
2019-07-10 15:40:21 +00:00
resource.cpp
quiet some compiler warnings
2023-02-01 13:36:42 -05:00
resource.h
quiet some compiler warnings
2023-02-01 13:36:42 -05:00
sketch.h
Don't try to drag points with pt-coincident constraint to a previous group. Fixes #1012 and makes dragging as done in one of the tutorials possible again.
2023-01-17 19:12:06 -05:00
solvespace.cpp
Update the year to 2023 in the About dialog and Windows version resource.
2023-03-17 10:12:12 +02:00
solvespace.h
Add config option for "camera" rotation navigation
2023-02-03 11:50:55 -05:00
style.cpp
Fix MmToString calls that should have editable=true set
2021-08-15 18:18:41 -04:00
system.cpp
Fix which outer size we use.
2022-01-06 19:55:35 -05:00
textscreens.cpp
dimonly fix
2023-01-17 19:16:36 -05:00
textwin.cpp
eliminate possible use before set warnings
2023-01-31 22:14:54 -05:00
toolbar.cpp
GUI: Flexible vertical space above the toolbar
2021-11-04 20:08:54 -04:00
ttf.cpp
Fix various typos ( #1178 )
2022-01-04 12:28:19 +02:00
ttf.h
Don't show unusable fonts in font selector.
2019-11-23 16:17:01 +00:00
ui.h
Add config option for "camera" rotation navigation
2023-02-03 11:50:55 -05:00
undoredo.cpp
Convert many loops to range-for or std algorithms. NFC.
2019-08-20 15:57:11 +00:00
util.cpp
Performance optimization of the Vector class
2020-10-23 20:08:43 -04:00
view.cpp
move perspective, lighting, and explode distance from configuration screen to view screen.
2021-08-29 13:54:38 -04:00