kicad/3d-viewer
jean-pierre charras 1fbb84fd98 Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event.
It is especially true in some Window Managers like KDE, but can be true in any WM, when initializations are mage by TransferDataToWindow() method.
2016-07-02 14:44:36 +02:00
..
3d_cache Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
3d_canvas + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00
3d_math Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00
3d_model_viewer Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context). 2016-06-13 16:43:33 +02:00
3d_rendering Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 2016-06-07 14:42:42 +02:00
common_ogl Clean up dodgy array dimension 2016-05-10 23:15:33 -04:00
dialogs Dialog 3D path config: fix incorrect grid cells sizes when opening the dialog, and incorrect min size dialog. 2016-05-28 11:33:20 +02:00
textures More source file missing license fixes. 2014-10-19 18:17:43 -04:00
3d_aux.cpp 3D-viewer: Fixes and enhancements. Add comments in header files. Fix some coding style issues. 2015-03-28 12:33:56 +01:00
3d_canvas.cpp Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context). 2016-06-13 16:43:33 +02:00
3d_canvas.h Sync with main branch r6513 2016-01-26 10:35:16 +11:00
3d_class.cpp Better 3D filename resolution 2016-06-09 07:48:49 +02:00
3d_draw.cpp Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context). 2016-06-13 16:43:33 +02:00
3d_draw_basic_functions.cpp 3D viewer: optimizations in code to build the 3D view. 2015-08-10 17:17:10 +02:00
3d_draw_basic_functions.h 3D viewer: optimizations in code to build the 3D view. 2015-08-10 17:17:10 +02:00
3d_draw_board_body.cpp Remove redundant old copy of cimage class (3d-viewer/CImage.cpp and 3d-viewer/CImage.h) 2016-05-30 08:31:32 +02:00
3d_draw_helper_functions.cpp fix Tickness typo 2016-02-11 16:02:37 +01:00
3d_frame.cpp Add support for optional touchpad panning. 2016-02-24 14:53:02 -05:00
3d_material.cpp Very minor fixes. 2015-04-16 10:07:10 +02:00
3d_material.h Removed the included GLM library, switched to the system one. 2015-12-08 10:56:53 +01:00
3d_mesh_model.cpp 3D: fix bounding box assert and include order 2016-04-06 21:48:51 -04:00
3d_mesh_model.h Replace boost::shared_ptr with std::shared_ptr. 2016-06-29 11:09:55 -04:00
3d_read_mesh.cpp 3D: fix bounding box assert and include order 2016-04-06 21:48:51 -04:00
3d_struct.h + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00
3d_toolbar.cpp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
3d_types.h Removed the included GLM library, switched to the system one. 2015-12-08 10:56:53 +01:00
3d_viewer.h 3D: fix bounding box assert and include order 2016-04-06 21:48:51 -04:00
3d_viewer_id.h Add support for optional touchpad panning. 2016-02-24 14:53:02 -05:00
CMakeLists.txt Remove redundant old copy of cimage class (3d-viewer/CImage.cpp and 3d-viewer/CImage.h) 2016-05-30 08:31:32 +02:00
info3d_visu.cpp Refinements in 3D viewer, color selection: better icons and adding board body color selection 2015-06-17 14:59:41 +02:00
info3d_visu.h 3D: fix bounding box assert and include order 2016-04-06 21:48:51 -04:00
modelparsers.h Make translation easier in dialog_create_array_base. 2015-11-22 11:21:14 +01:00
trackball.cpp Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 2015-08-23 21:40:33 +02:00
trackball.h Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 2015-08-23 21:40:33 +02:00
vrml_aux.cpp 3D viewer: fix a bug introduced in rev 5579s. Remove a few useless wxBusyCursor. Minor other fixes. 2015-04-08 14:50:36 +02:00
vrml_aux.h Removed the included GLM library, switched to the system one. 2015-12-08 10:56:53 +01:00
vrml_v1_modelparser.cpp Fix some more size_t assertions in the VRML parser debugging messages. 2015-04-19 19:46:38 -04:00
vrml_v2_modelparser.cpp 3D viewer: Fix bug #1509506: Crash with MeshLab reduced 3D model. 2015-10-25 19:51:41 +01:00
vrmlmodelparser.cpp Move S3D_MESH* to smart pointer to fix CID 108646 2015-04-13 21:56:15 +01:00
x3dmodelparser.cpp Very minor fix: fix shadowed local vars. 2016-06-15 10:27:24 +02:00