master
The .h extension to the glmainwindow.h was not copied correctly in the files modified earlier.
Removed debug statements from the quiqt.cpp rendergl1.cpp ->selectTexture changed id from 1 to 2. It seems that Qt reserves 1 for its own purposes.. not confirmed
small simplifications
Intersection boolen in triangle mesh mode is properly implemented
Fix various typos
UI: Add a link to the GitHub commit in the Help menu
Add config option for "camera" rotation navigation
UI: Fix typo in the "Angle" constraint hint.
Addition of ArcLength Ratio and ArcLength Difference constraints to Constraints list
Use a lambda to list selected faces when multiple faces are selected.
quiet some compiler warnings
Dimension constraints only display mode improvements
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.
Remove all unused methods from IdList and its iterator
Add faces perpendicular and parallel constraints.
dimonly fix
Use Range-based for Loops Instead of NextAfter for all IdList Objects
+ safe height gcode parameter
Banish an unneeded use of our custom containers.
Allow all linkable files as missing files to fix #1297
Suppress dof calculation flag
Delete the partially drawn entity when ESC is pressed on pending operations by using UndoUndo()
Treat a linked group as mesh-only if it has a Mesh but no Shell.
Clean up face selection code
Allow DXF import of 3D arcs and circles
skip duplicate drilled holes
Check for text STL when linking (#1197)
Fix #696. Account for multiple coincident edges when looking for naked edges.
Less work in AssembleContour
Add a pass in triangulation to create convex triangle fans. These triangles will have smaller bounding boxes and look better.
Make some arguments const/const references, where possible. NFC.
Use the new equality/inequality operators of handles to reduce references to .v. NFC.
Update the year to 2023 in the About dialog and Windows version resource.
Fix MmToString calls that should have editable=true set
Fix which outer size we use.
eliminate possible use before set warnings
GUI: Flexible vertical space above the toolbar
Fix various typos (#1178)
Don't show unusable fonts in font selector.
Convert many loops to range-for or std algorithms. NFC.
Performance optimization of the Vector class
move perspective, lighting, and explode distance from configuration screen to view screen.