kicad/3d-viewer
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard
wxClipboard::GetData()and wxClipboard::SetData() both log a "wxLogSysError" error-level message (see for example:  https://github.com/wxWidgets/wxWidgets/blob/v3.1.4/src/msw/clipbrd.cpp#L703 ). This logged message gets displayed as a messagebox to the user.

The logging can be disabled temporarily by creating a wxLogNull object. See https://docs.wxwidgets.org/3.0/classwx_log_null.html

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6956
2021-02-03 01:55:05 +00:00
..
3d_cache const SGPOINT::GetPoint args 2021-02-01 08:13:00 -05:00
3d_canvas Don't render un-enabled layers. 2021-01-30 16:31:27 +00:00
3d_model_viewer 3D Viewer: member variable and method naming improvements. 2021-01-05 17:24:29 -05:00
3d_rendering Coverity fixes. 2021-01-13 11:23:09 -05:00
3d_viewer Don't log error messages when using the clipboard 2021-02-03 01:55:05 +00:00
common_ogl 3D Viewer: more code cleaning and naming improvements. 2021-01-07 14:33:43 -05:00
3d_enums.h Update rotate icons to clarify action 2020-12-14 12:23:08 -08:00
3d_fastmath.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_fastmath.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
3d_math.cpp Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
3d_math.h 3D viewer code cleaning round 5. 2020-12-16 17:11:05 -05:00
3d_viewer_id.h Migrate more 3d viewer actions to the tool framework 2020-08-16 19:10:25 +00:00
CMakeLists.txt Move PLUGINDIR to the make config.h 2021-01-27 19:12:19 -05:00
credits.txt 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00