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
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
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
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
Filip Sykala
f35065b77f
Fix for commit 8792331516
...
add escape of special symbols
2022-03-03 12:58:05 +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
Filip Sykala
2a62881c39
rename its storing functions
2022-03-02 12:23:22 +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
Filip Sykala
4e97830c2b
Fix of commit 4c416bc747
...
Separate escape characters of double quotted XML attribute value
2022-03-02 08:40:27 +01:00
Filip Sykala
fdf8ebed7f
Fix of commit 95fc054590
...
Revert back previous deleted assert. It is usefull
2022-03-01 08:39:02 +01:00
Filip Sykala
3af58a27f3
Merge branch 'fs_emboss' of https://github.com/prusa3d/PrusaSlicer into fs_emboss
2022-02-28 18:33:03 +01:00
Filip Sykala
18d269506a
add index of font inside of collection to FontProp(font property) + serialization/deserialization (3mf + appConfig)
...
separate glyph cache from FontFile
2022-02-28 18:32:50 +01:00
Vojtech Bubnik
f71c242e53
Updated CGAL to the latest version.
2022-02-28 11:05:04 +01:00
enricoturri1966
0abab29b6b
Tech ENABLE_WORLD_COORDINATE - ObjectManipulation::update_reset_buttons_visibility() changed logic for drop to bed button
2022-02-25 12:12:23 +01:00
enricoturri1966
7d971b15a3
Fixed conflicts after merge with master
2022-02-25 12:02:44 +01:00
Filip Sykala
8022c64209
Fix Retina coordinate for stored popup menu position
2022-02-25 11:58:15 +01:00
enricoturri1966
1e9951dec5
Follow-up of 5b5fdfba01
- Removed member variable Selection::m_dragging
...
It was used only in ObjectManipulation::update_if_dirty() to avoid the update the sidebar reset and mirror button, which results in a slow down of the GUI, while dragging objects/gizmos in the 3D scene
A call to GLCanvas3D::is_dragging() is used instead
2022-02-25 11:42:42 +01:00
enricoturri1966
071888c284
Port of 5b5fdfba01
into tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED
2022-02-24 14:56:24 +01:00
enricoturri1966
d84853c732
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_world_coordinates
2022-02-24 14:53:18 +01:00
enricoturri1966
5b5fdfba01
Follow-up of 3cd15ac005
- Fixed update of dragging state of selection
2022-02-24 14:49:53 +01:00
enricoturri1966
e4d053c760
Tech ENABLE_OBJECT_MANIPULATOR_FOCUS - Fixed kill focus handling for sidebar object manipulator fields
2022-02-24 14:09:43 +01:00
enricoturri1966
a32c8b77eb
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_world_coordinates
2022-02-24 13:21:15 +01:00
Lukas Matena
e058f794d9
Merge branch 'stable'
2022-02-24 13:05:05 +01:00
enricoturri1966
68dae1d166
Fixed conflicts after merge with master
2022-02-24 12:54:57 +01:00
Lukas Matena
54b2c67e75
Bumped up version to 2.4.1-beta3
2022-02-24 11:12:34 +01:00
Filip Sykala
3cd15ac005
Merge branch 'master' into fs_mouse
2022-02-23 16:25:44 +01:00
enricoturri1966
7150ef05cc
Tech ENABLE_WORLD_COORDINATE - Fixed rotation performed from sidebar manipulation fields
2022-02-23 15:51:56 +01:00
enricoturri1966
8ae6ccff08
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_world_coordinates
2022-02-23 15:41:23 +01:00
enricoturri1966
b155d1a2c3
Follow-up of 1eac357739
- Fixed color of volumes after creation
2022-02-23 15:40:25 +01:00
enricoturri1966
99b45039a5
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_world_coordinates
2022-02-23 14:59:58 +01:00
enricoturri1966
b4516396fe
SPE-1202 - Fixed project name after loading a 3mf file whose path contains diacritics by double clicking
2022-02-23 14:56:16 +01:00
Filip Sykala
0d48cf5ab9
Merge branch 'master' into fs_mouse
2022-02-23 14:43:42 +01:00
enricoturri1966
c78ee8f936
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2022-02-23 14:27:19 +01:00
enricoturri1966
148ed7fee4
Follow-up of 1eac357739
- Fixed warning
2022-02-23 14:27:10 +01:00
Filip Sykala
ca79932d30
Reduce test to use only STB calls
2022-02-23 13:55:27 +01:00