solvespace/src
phkahler b4e1ce44e8 Use OpenMP for triangulation 2020-05-09 13:54:52 -04:00
..
platform Fix a bug with 3Dconnexion: SpaceMouse 2020-02-20 14:03:31 +00:00
render Fix two trivial implicit double to int conversion warnings. NFC 2020-03-08 16:33:55 +00:00
srf Use OpenMP for triangulation 2020-05-09 13:54:52 -04:00
CMakeLists.txt Win32: Drastically reduce stack usage at startup. NFC? 2020-02-24 08:41:45 +00:00
bsp.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
clipboard.cpp Add and use IdList::IsEmpty. NFC. 2019-08-20 15:57:11 +00:00
config.h.in GTK: use native file chooser dialog, if available. 2019-05-08 22:59:20 +00:00
confscreen.cpp Add an option to edit dimension immediately after adding. 2019-11-26 22:34:53 +00:00
constraint.cpp Fix immediate editing of reference constraints. 2020-02-05 05:34:33 +00:00
constrainteq.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
describescreen.cpp For loop cleanup. NFC. 2019-09-10 04:21:57 +00:00
draw.cpp Split Canvas::FinishFrame out of Canvas::FlushFrame. 2019-11-23 13:35:16 +00:00
drawconstraint.cpp Reimplement DivPivoting as DivProjected. 2019-09-20 01:09:25 +00:00
drawentity.cpp Add rotated face from point entity type. Fixes issue 585, problems constraining to Revolve and Helix ends. (#586) 2020-04-24 17:37:55 -04:00
dsc.h Use standard std::count_if. NFC. 2019-11-23 15:35:29 +00:00
entity.cpp Add rotated face from point entity type. Fixes issue 585, problems constraining to Revolve and Helix ends. (#586) 2020-04-24 17:37:55 -04:00
export.cpp Fix some trivial warnings found by MSVC. NFC. 2020-02-20 14:03:31 +00:00
exportstep.cpp Add and use List::Last(). NFC. 2019-09-10 04:20:38 +00:00
exportvector.cpp Don't call static methods through an instance. NFC. 2019-09-11 10:31:07 +00:00
expr.cpp Use the new equality/inequality operators of handles to reduce references to .v. NFC. 2019-07-10 15:40:21 +00:00
expr.h Clean up virtual, override, default, and void params. NFC. 2019-09-11 10:31:07 +00:00
file.cpp Add and use List::Last(). NFC. 2019-09-10 04:20:38 +00:00
generate.cpp Use handles instead of pointers in GenerateAll(). NFC. 2020-04-20 18:37:03 +00:00
graphicswin.cpp Add menu options for line styles / view / configuration. 2020-04-01 21:25:18 +00:00
group.cpp Add rotated face from point entity type. Fixes issue 585, problems constraining to Revolve and Helix ends. (#586) 2020-04-24 17:37:55 -04:00
groupmesh.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
importdxf.cpp Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
lib.cpp Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
mesh.cpp Calculate area of selected faces, if any. 2019-09-11 10:38:10 +00:00
modify.cpp Reimplement DivPivoting as DivProjected. 2019-09-20 01:09:25 +00:00
mouse.cpp Fix more segfaults in mouse.cpp lambdas (#574) 2020-03-29 01:46:34 +00:00
polygon.cpp Less work in AssembleContour 2020-05-06 18:38:58 -04:00
polygon.h Less work in AssembleContour 2020-05-06 18:38:58 -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 Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
resource.h Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
sketch.h Add rotated face from point entity type. Fixes issue 585, problems constraining to Revolve and Helix ends. (#586) 2020-04-24 17:37:55 -04:00
solvespace.cpp Fix some trivial warnings found by MSVC. NFC. 2020-02-20 14:03:31 +00:00
solvespace.h Win32: Drastically reduce stack usage at startup. NFC? 2020-02-24 08:41:45 +00:00
style.cpp Use the new equality/inequality operators of handles to reduce references to .v. NFC. 2019-07-10 15:40:21 +00:00
system.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
textscreens.cpp Fix some trivial warnings found by MSVC. NFC. 2020-02-20 14:03:31 +00:00
textwin.cpp Freeze the scrollbar while editor is open in property browser. 2019-11-23 15:34:52 +00:00
toolbar.cpp Fix eight trivial "implicit conversion 'double' to 'int'" warnings. NFC. 2019-12-17 19:35:44 +00:00
ttf.cpp Don't show unusable fonts in font selector. 2019-11-23 16:17:01 +00:00
ttf.h Don't show unusable fonts in font selector. 2019-11-23 16:17:01 +00:00
ui.h Add menu options for line styles / view / configuration. 2020-04-01 21:25:18 +00:00
undoredo.cpp Convert many loops to range-for or std algorithms. NFC. 2019-08-20 15:57:11 +00:00
util.cpp Fix a crash when trying to show an error with bad separator. 2020-03-12 23:03:26 +00:00
view.cpp Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00