OrcaSlicer/src
Vojtech Bubnik e0c5309bc3 wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame
on application start-up, at least not on Windows.
wxEVT_CREATE was called for some control deep in the Plater, however
the event was delivered to the main frame and only for slicer, not
for G-code viewer. Thus the callbacks for 3D Mouse were not registered
for and the 3D mouse did not work on Windows.

Fixed by calling the callback registration from the first execution
of the Idle function.
2020-10-14 12:55:07 +02:00
..
admesh Replace deprecated Boost header in "admesh" 2020-10-12 11:34:31 +02:00
agg sla::Raster interface clarified and covered with tests. 2019-10-01 14:58:37 +02:00
avrdude Const correctness improvements: 2020-01-03 16:33:04 +01:00
boost WIP: Nullable configuration value concept, implemented for 2019-07-23 14:15:42 +02:00
build-utils UpdateDialogs: Fix: Wrap update description 2019-08-27 10:37:34 +02:00
clipper Clean-up of Shiny profiler integration, so that the intrusiver profiling 2020-08-27 12:14:49 +02:00
eigen Upgraded the bundled Eigen to 3.7 2019-01-14 10:27:28 +01:00
expat WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
glew WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
glu-libtess WIP Added libtess library extracted from 2019-02-05 18:14:07 +01:00
hidapi More detailed logging of hid_init() on unixes to detect why 2020-03-12 09:42:25 +01:00
imgui notifiactions: new icons + deleting old warnings&errors 2020-09-01 15:57:48 +02:00
libigl Speed up of libigl SelfIntersectMesh: 2020-02-03 14:01:35 +01:00
libnest2d Change license of libnest2d to LGPLv3 2020-08-05 16:34:01 +02:00
libslic3r wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame 2020-10-14 12:55:07 +02:00
miniz Revert "Patch miniz bundled version to support unicode on Windows." 2019-06-02 19:06:29 +02:00
nanosvg Follow-up of 8ea8eb67e4, utf-8 path conversion moved into nanosvg library 2019-03-27 15:42:01 +01:00
platform OSX: Changing gcode in Info.plist to Viewer mode, not Editor 2020-10-05 17:25:27 +02:00
poly2tri Updated poly2tri library from https://github.com/jhasse/poly2tri 2019-01-24 15:17:39 +01:00
polypartition Updated the polypartition library from https://github.com/ivanfratric/polypartition 2019-01-24 15:18:16 +01:00
qhull Add OpenVDB to dependencies 2019-10-25 13:15:21 +02:00
semver build: Add source file encoding check 2019-08-19 17:04:14 +02:00
Shiny Shiny profiler: Increased resolution of text output to 2 decimals 2020-05-22 09:29:21 +02:00
slic3r wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame 2020-10-14 12:55:07 +02:00
stb_dxt Asynchronous texture compression on CPU 2019-05-31 15:25:02 +02:00
CMakeLists.txt Changed cmake minimal version to 3.13 (#4720) 2020-10-05 12:10:19 +02:00
PrusaSlicer.cpp wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame 2020-10-14 12:55:07 +02:00
PrusaSlicer.hpp Further renaming to PrusaSlicer 2019-05-13 15:14:33 +02:00
PrusaSlicer_app_msvc.cpp WIP: prusa-gcodeviewer command line wrapper to start the PrusaSlicer 2020-09-01 16:56:12 +02:00