Lukas Matena
|
0054134ff8
|
Fix of #3916 (macOS crash when generating WarningTexture)
Likely the same cause as #3371, hopefully the same solution as presented in 4f1f507
|
2020-03-25 23:55:25 +01:00 |
|
bubnikv
|
750e704b37
|
Merge remote-tracking branch 'remotes/origin/et_slope_shader'
|
2020-03-25 16:09:04 +01:00 |
|
enricoturri1966
|
dd34aef643
|
Follow-up of bfbcd45209 -> completed fix
|
2020-03-25 15:30:25 +01:00 |
|
enricoturri1966
|
bfbcd45209
|
Fixed build on Mac
|
2020-03-25 15:15:20 +01:00 |
|
enricoturri1966
|
a54d77699b
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_canvas_manager
|
2020-03-25 14:54:10 +01:00 |
|
enricoturri1966
|
f12b39be25
|
Fixed conflicts after merge with master
|
2020-03-25 14:41:47 +01:00 |
|
bubnikv
|
c27297f6cc
|
64bit coord_t
Vec3i as a vertex index to TriangleMesh constructor
|
2020-03-25 14:35:41 +01:00 |
|
enricoturri1966
|
10eb954c7e
|
ENABLE_AUTO_CONSTRAINED_CAMERA set as default
|
2020-03-25 10:24:52 +01:00 |
|
enricoturri1966
|
3d6c9e54e9
|
ENABLE_THUMBNAIL_GENERATOR set as default
|
2020-03-25 10:15:02 +01:00 |
|
enricoturri1966
|
fac28ea27a
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_bug_fixes
|
2020-03-25 09:34:17 +01:00 |
|
enricoturri1966
|
df8def7545
|
Fixed build when ENABLE_CANVAS_TOOLTIP_USING_IMGUI is disabled
|
2020-03-25 09:22:37 +01:00 |
|
enricoturri1966
|
6f1c99db34
|
ENABLE_CANVAS_DELAYED_TOOLTIP_USING_IMGUI merged into ENABLE_CANVAS_TOOLTIP_USING_IMGUI
|
2020-03-25 08:43:18 +01:00 |
|
enricoturri1966
|
36041ced26
|
ENABLE_CANVAS_CONSTRAINED_TOOLTIP_USING_IMGUI merged into ENABLE_CANVAS_TOOLTIP_USING_IMGUI
|
2020-03-25 08:31:15 +01:00 |
|
Lukas Matena
|
97b9de47b4
|
Merge branch 'master' into dev
|
2020-03-24 21:51:05 +01:00 |
|
enricoturri1966
|
c6d5ad1517
|
Refactoring of toolbars' tooltip generation
|
2020-03-24 12:26:30 +01:00 |
|
enricoturri1966
|
c480041487
|
Close undo/redo windows when an item in the list is selected
|
2020-03-23 16:00:56 +01:00 |
|
enricoturri1966
|
b8c4369c4f
|
ImGui upgraded to version 1.75 + fixes required by upgrade
|
2020-03-23 12:41:16 +01:00 |
|
enricoturri1966
|
5b24a0fb91
|
Fixed conflicts after merge with master
|
2020-03-20 10:55:37 +01:00 |
|
enricoturri1966
|
cd5154b8e1
|
Fixed tooltip reappering after leaving imgui dialog
|
2020-03-19 15:12:18 +01:00 |
|
bubnikv
|
a901b17d33
|
Merge branch 'et_gizmos_tooltip' of https://github.com/Prusa3d/PrusaSlicer into et_gizmos_tooltip
|
2020-03-18 14:28:54 +01:00 |
|
bubnikv
|
79951630ec
|
Hiding the tooltip when the window gets deactivated and reactivated.
|
2020-03-18 14:28:43 +01:00 |
|
enricoturri1966
|
9da16aeaa9
|
Merge branch 'et_gizmos_tooltip' of https://github.com/prusa3d/PrusaSlicer into et_gizmos_tooltip
|
2020-03-18 14:27:02 +01:00 |
|
enricoturri1966
|
cd55b235ad
|
Canvas tooltip constrained inside canvas
|
2020-03-18 14:13:50 +01:00 |
|
Lukas Matena
|
37be82c8aa
|
Tooltips are rendered unformatted so percent signs in them do not break rendering
|
2020-03-18 13:50:08 +01:00 |
|
enricoturri1966
|
c5552843ab
|
Merge branch 'et_gizmos_tooltip' of https://github.com/prusa3d/PrusaSlicer into et_gizmos_tooltip
|
2020-03-18 13:36:01 +01:00 |
|
enricoturri1966
|
8a824bb8c2
|
Refactoring
|
2020-03-18 13:35:46 +01:00 |
|
bubnikv
|
067e128651
|
Suppress tooltips when the mouse is processed by an ImGUI dialog.
|
2020-03-18 13:23:07 +01:00 |
|
enricoturri1966
|
1c1a6b933a
|
Fixed interference between tooltips and imgui dialogs
|
2020-03-18 10:46:46 +01:00 |
|
enricoturri1966
|
a85a2b2e2a
|
Attempt to fix build on Linux
|
2020-03-17 15:47:49 +01:00 |
|
enricoturri1966
|
166389e6a8
|
Initial delay for ImGUI-based tooltip
|
2020-03-17 14:35:56 +01:00 |
|
enricoturri1966
|
7a1fa3d847
|
Canvas' tooltip using ImGUI
|
2020-03-17 13:01:38 +01:00 |
|
enricoturri1966
|
12c0170e3c
|
Attempt to fix gizmos tooltip on Mac
|
2020-03-17 11:02:32 +01:00 |
|
enricoturri1966
|
ffe404fc5b
|
Fixed gizmos' tooltips
|
2020-03-16 12:45:39 +01:00 |
|
enricoturri1966
|
ac4d9ea172
|
Fixed conflicts after merge with master
|
2020-03-16 08:09:52 +01:00 |
|
bubnikv
|
b97a12da98
|
Documented the previous merge.
|
2020-03-14 07:14:45 +01:00 |
|
bubnikv
|
37b3780a72
|
Merge remote-tracking branch 'remotes/origin/et_free_camera'
|
2020-03-14 07:02:08 +01:00 |
|
bubnikv
|
2e6a5e7783
|
Fixed crash in skirt preview for multiple objects with different height
and full size skirt used as a draft shield.
|
2020-03-13 15:57:07 +01:00 |
|
enricoturri1966
|
b36051af82
|
New tech ENABLE_SLOPE_RENDERING - 1st installment of rendering objects colored by facets slope
|
2020-03-13 15:09:07 +01:00 |
|
Enrico Turri
|
4c16ce442f
|
#3816 - Use constrained camera when navigating the 3D scene with regular mouse, if free camera is not selected
|
2020-03-12 09:29:24 +01:00 |
|
Enrico Turri
|
9aa5c13c15
|
Fixed initial position of top toolbars
|
2020-03-11 14:15:36 +01:00 |
|
Enrico Turri
|
4d39050dcd
|
Fixed conflict after merge with master
|
2020-03-11 13:16:15 +01:00 |
|
Enrico Turri
|
2c9bd86a70
|
Fix of crash and/or assert when changing language
|
2020-03-11 12:19:52 +01:00 |
|
Enrico Turri
|
5693545d15
|
Fixed conflicts after merge with master
|
2020-03-09 16:03:15 +01:00 |
|
Enrico Turri
|
6c36577e8e
|
#3782 - World Z axis always vertical for non-free camera
|
2020-03-09 15:23:29 +01:00 |
|
Enrico Turri
|
de7a09f833
|
Fixed conflicts after merge with master
|
2020-03-05 10:41:11 +01:00 |
|
Enrico Turri
|
dc3df3aec7
|
Removed temporary debug output and clean up
|
2020-03-05 10:14:12 +01:00 |
|
Enrico Turri
|
1bff1f7460
|
Added temporary debug output to investigate crash on MAC when closing using Command+Q
|
2020-03-04 14:19:15 +01:00 |
|
bubnikv
|
c9df6e5cf8
|
Disabled the 3DConnexion mouse scroll wheel spurious events filtering
on other platforms than Windows.
|
2020-03-04 11:55:47 +01:00 |
|
bubnikv
|
0b96855c2e
|
Reworked the 3DConnexion interfacing code to run the device
enumeration / connect / disconnect and read out at the background
thread only.
|
2020-03-04 11:36:36 +01:00 |
|
Lukas Matena
|
7589e4ebfc
|
Fixed some more warnings
|
2020-03-03 15:53:26 +01:00 |
|