solvespace/src
ruevs 8ef3cacc33 Fix a bug with 3Dconnexion: SpaceMouse
A warning found with /W4 by MSVC 2019 (Microsoft (R) C/C++ Optimizing Compiler Version 19.24.28314)
is an actual bug. How does the SpaceMouse (I do not have one) work at all when the global `hSpaceWareDriverClass` is NULL?!

.\src\platform\guiwin.cpp(1392,34): warning C4459: declaration of 'hSpaceWareDriverClass' hides global declaration
.\src\platform\guiwin.cpp(1389,13): message : see declaration of 'SolveSpace::Platform::hSpaceWareDriverClass'
2020-02-20 14:03:31 +00:00
..
platform Fix a bug with 3Dconnexion: SpaceMouse 2020-02-20 14:03:31 +00:00
render Fix some trivial warnings found by MSVC. NFC. 2020-02-20 14:03:31 +00:00
srf Fix eight trivial "implicit conversion 'double' to 'int'" warnings. NFC. 2019-12-17 19:35:44 +00:00
CMakeLists.txt Fix commit 07992cecaa. 2019-11-26 14:34:30 +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 For loop cleanup. NFC. 2019-09-10 04:21:57 +00:00
dsc.h Use standard std::count_if. NFC. 2019-11-23 15:35:29 +00:00
entity.cpp Convert many loops to range-for or std algorithms. NFC. 2019-08-20 15:57:11 +00: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 For loop cleanup. NFC. 2019-09-10 04:21:57 +00:00
graphicswin.cpp For loop cleanup. NFC. 2019-09-10 04:21:57 +00:00
group.cpp Use standard std::count_if. NFC. 2019-11-23 15:35:29 +00: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 Add an option to edit dimension immediately after adding. 2019-11-26 22:34:53 +00:00
polygon.cpp Remove an integer cast. 2019-11-23 15:35:39 +00:00
polygon.h Remove prototype for an unimplemented function. 2019-11-23 15:35:51 +00: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 Implement helical extrusion groups. 2019-07-31 04:16:56 +00:00
solvespace.cpp Fix some trivial warnings found by MSVC. NFC. 2020-02-20 14:03:31 +00:00
solvespace.h Add an option to edit dimension immediately after adding. 2019-11-26 22:34:53 +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 an option to edit dimension immediately after adding. 2019-11-26 22:34:53 +00:00
undoredo.cpp Convert many loops to range-for or std algorithms. NFC. 2019-08-20 15:57:11 +00:00
util.cpp Reimplement DivPivoting as DivProjected. 2019-09-20 01:09:25 +00:00
view.cpp Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00