Commit Graph

18808 Commits

Author SHA1 Message Date
Filip Sykala
572207e1c3 partial refactor 2022-03-11 16:54:53 +01:00
Filip Sykala
9e1ebcf4c6 revert auto formating 2022-03-09 13:41:41 +01:00
Filip Sykala
c8e3836177 Fix merge 2022-03-09 12:59:20 +01:00
Filip Sykala
5ffab4069a Merge branch 'tm_deps_update_v2.5' into fs_emboss_with_CGAL_5_4
# Conflicts:
#	deps/CGAL/CGAL.cmake
2022-03-09 11:09:34 +01:00
Filip Sykala
f75f326f8e Merge branch 'master' into fs_emboss_with_CGAL_5_4
# Conflicts:
#	src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
2022-03-09 11:08:39 +01:00
Filip Sykala
70b94d592b Merge branch 'et_world_coordinates' into fs_emboss_with_CGAL_5_4
# Conflicts:
#	src/libslic3r/Technologies.hpp
#	src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
#	src/slic3r/GUI/Gizmos/GLGizmosManager.cpp
2022-03-09 11:06:58 +01:00
Filip Sykala
57c75395c6 fix test 2022-03-09 10:59:22 +01:00
Filip Sykala
4a399789f4 Add vojta test 2022-03-09 09:41:03 +01:00
Filip Sykala
e8cfe35f78 Do not use RaycastManager inside job
Separate Jobs for Creation of volume from creation of Object
2022-03-08 19:15:56 +01:00
Filip Sykala
3b55de7e0b change std:err to BOOST_LOG_TRIVIAL(error) 2022-03-08 09:50:43 +01:00
Filip Sykala
f4fc23ce0d fix init of string 2022-03-08 09:30:50 +01:00
Filip Sykala
a6834a1a82 WxUtils are using imap
Remove unused map utils
2022-03-08 09:22:56 +01:00
Filip Sykala
41a506688a Change 2 map to bimap in TextConfigurationSerialization 2022-03-08 08:35:26 +01:00
rtyr
8d3f4e633e
Added Ender 3 Pro thumbnail 2022-03-07 15:06:43 +01:00
Filip Sykala
6fdaee3cfe Fix data type of collection
Fix warnings
../src/libslic3r/Emboss.cpp:135:24: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
../src/libslic3r/Emboss.cpp:653:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:2057:12: warning: unused variable 'count_icons' [-Wunused-variable]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:2058:12: warning: unused variable 'count_states' [-Wunused-variable]
2022-03-07 12:16:24 +01:00
Filip Sykala
0d724ad646 Fix test to be runable on other computers. 2022-03-07 11:40:23 +01:00
Lukáš Hejl
6c51e5148c Fix of #7994 (Travel very close to the inner holes, could cross external perimeter when the avoid crossing perimeters was enabled.) 2022-03-07 10:48:17 +01:00
Lukáš Hejl
3bf704932a Ignore CLion IDE files. 2022-03-04 19:10:50 +01:00
Filip Sykala
29156fd52c Add check for ttf extension for OsX 2022-03-04 15:22:45 +01:00
Filip Sykala
111d993849 Fix texture size to be in pixels 2022-03-04 09:53:14 +01:00
YuSanka
3505e5a290 Fix of leaking GDI resources on Win7 #8002:
- Code refactoring for draw_focus_rect.
- Use one PaintDC for rendering
- DoubleSlider::Control::Ruler refactoring
- Suppress to update ruler for horizontal slider
2022-03-04 09:27:29 +01:00
Filip Sykala
284546ca2e Hot fix before author of stb_truetype library fix issues:
https://github.com/nothings/stb/issues/1296

Prevent Heap buffer overflow
Allocate more memory for MAC font "Times.ttc"
2022-03-03 17:21:30 +01:00
Filip Sykala
699533e22a Hot fix before author of stb_truetype library fix issues:
https://github.com/nothings/stb/issues/1283

Add ability to open symbol fonts on windows
2022-03-03 17:14:14 +01:00
Filip Sykala
133ce45aeb Fix not rendered style image. e.g. can't load font 2022-03-03 16:26:50 +01:00
Lukáš Hejl
4967b940b8 Fixed a compiler warning. 2022-03-03 14:56:18 +01:00
Filip Sykala
f35065b77f Fix for commit 8792331516
add escape of special symbols
2022-03-03 12:58:05 +01:00
Lukas Matena
a3b9d1d82f Added a comment explaining activate_gizmo return value 2022-03-03 11:47:16 +01:00
Filip Sykala
ad1510a30c Start using string_view in truncate text 2022-03-03 08:13:00 +01:00
Filip Sykala
a0dde4651b Add default value to optional input
Remove unnecessary addiction to canvas3d in imgui wrapper
2022-03-02 14:34:25 +01:00
Filip Sykala
a000d12361 Change test to use font from resources 2022-03-02 14:31:56 +01:00
enricoturri1966
5621f00ee6 Some refactoring into GLGizmoSlaSupports::render_points() 2022-03-02 14:31:24 +01:00
enricoturri1966
4990558dee Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fixed a few bugs when the tech is disabled 2022-03-02 13:28:20 +01:00
Filip Sykala
2a62881c39 rename its storing functions 2022-03-02 12:23:22 +01:00
enricoturri1966
5193a15852 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Use 2D vertices to render GLGizmoPainterBase circle 2022-03-02 12:10:02 +01:00
Filip Sykala
99d3e102c8 Add focus on selected font when open combobox 2022-03-02 11:59:22 +01:00
Filip Sykala
bd5d2d4493 Fix spelling 2022-03-02 10:57:25 +01:00
Filip Sykala
66a3752782 Add note to readme about stdlib files
Revert changes in imstb_truetype.h to version of imgui v1.83
(decrease version of stb_truetype library but use imgui changes)
2022-03-02 10:50:10 +01:00
tamasmeszaros
124239294a Bump up CGAL version to 5.4 2022-03-02 09:58:46 +01:00
tamasmeszaros
91a92fc91a Really fix boost build 2022-03-02 09:58:46 +01:00
tamasmeszaros
79ec5b34cb Fix boost build 2022-03-02 09:58:46 +01:00
tamasmeszaros
9e5cfdfddf Fix boost with clang on Linux and fix exclude rules for bad tests 2022-03-02 09:58:46 +01:00
tamasmeszaros
aba254c9ba Update Boost to v1.78 2022-03-02 09:58:46 +01:00
tamasmeszaros
510d8fa2ef Fix OpenVDB on Windows 2022-03-02 09:58:46 +01:00
tamasmeszaros
ab11f5ee19 Fix OpenCSG build
Remove the version requirement for GLEW
2022-03-02 09:58:46 +01:00
tamasmeszaros
379228d2fc Disable tests build for tbb
Some tests also fail to build
2022-03-02 09:58:46 +01:00
tamasmeszaros
924c421f23 Update intel TBB to 2021.5 and OpenVDB to 8.2 2022-03-02 09:58:46 +01:00
tamasmeszaros
4dd2841620 Use upstream Qhull, remove duplication in deps and src
REALfloat is not defined to 0 on all platforms.
2022-03-02 09:58:46 +01:00
tamasmeszaros
41728fc60b Update cereal version from 1.2.2 to 1.3.0 2022-03-02 09:58:46 +01:00
tamasmeszaros
6f10d1dc47 Revert to GLEW 2.1 as most Linux distros as using that 2022-03-02 09:58:46 +01:00
tamasmeszaros
8d52393a35 Use upstream GLEW, remove duplication in deps and src
Also update glew to 2.2 where NOGDI is properly unset before windows.h is included. This was a patch in our copy of GLEW 1.13
2022-03-02 09:58:46 +01:00