BambuStudio/src/slic3r/GUI/Gizmos
Bastien Nocera 11570d44ef slic3r: Fix wxDisplay declaration
src/slic3r/GUI/Gizmos/GLGizmoFlatten.cpp: In member function ‘virtual void Slic3r::GUI::GLGizmoFlatten::on_render_input_window(float, float, float)’:
src/slic3r/GUI/Gizmos/GLGizmoFlatten.cpp:45:27: error: ‘wxDisplay’ was not declared in this scope; did you mean ‘wxGetDisplay’?
   45 |     double screen_scale = wxDisplay(wxGetApp().plater()).GetScaleFactor();
      |                           ^~~~~~~~~
      |                           wxGetDisplay
2024-10-28 08:33:48 +08:00
..
GLGizmoAdvancedCut.cpp FIX:upgrade cut code from PrusaSlicer 2024-10-15 15:50:26 +08:00
GLGizmoAdvancedCut.hpp FIX:upgrade cut code from PrusaSlicer 2024-10-15 15:50:26 +08:00
GLGizmoAssembly.cpp FIX:ban wipe_tower in measure and assembly gizmo 2024-08-26 17:23:33 +08:00
GLGizmoAssembly.hpp NEW:split measure function to measure and assembly function 2024-04-23 20:07:49 +08:00
GLGizmoBase.cpp NEW:add interactive function after importing SVG 2024-10-15 15:50:26 +08:00
GLGizmoBase.hpp NEW:add interactive function after importing SVG 2024-10-15 15:50:26 +08:00
GLGizmoBrimEars.cpp FIX: brim gizmo closes the program without prompting dialog 2024-10-15 15:50:26 +08:00
GLGizmoBrimEars.hpp FIX: brim gizmo closes the program without prompting dialog 2024-10-15 15:50:26 +08:00
GLGizmoCut.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLGizmoCut.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLGizmoFaceDetector.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLGizmoFaceDetector.hpp NEW: Add buried point information 2024-03-25 10:42:29 +08:00
GLGizmoFdmSupports.cpp FIX:cursor invalid when it overlaps with imgui window 2024-10-15 15:50:26 +08:00
GLGizmoFdmSupports.hpp NEW: Add buried point information 2024-03-25 10:42:29 +08:00
GLGizmoFlatten.cpp slic3r: Fix wxDisplay declaration 2024-10-28 08:33:48 +08:00
GLGizmoFlatten.hpp ENH:enhance logic for "lay on face" function 2024-10-15 15:50:26 +08:00
GLGizmoHollow.cpp ENH: Cut optimization, support for custom connectors 2023-04-17 15:39:02 +08:00
GLGizmoHollow.hpp NEW: Add buried point information 2024-03-25 10:42:29 +08:00
GLGizmoMeasure.cpp FIX:very small face can't be selected in assembly gizmo 2024-10-15 15:50:26 +08:00
GLGizmoMeasure.hpp FIX:very small face can't be selected in assembly gizmo 2024-10-15 15:50:26 +08:00
GLGizmoMeshBoolean.cpp FIX: fix a crash at meshboolean, when the selected volume be deleted 2024-10-15 15:50:26 +08:00
GLGizmoMeshBoolean.hpp ENH: improve meshboolean gizmo user experience 2024-10-15 15:50:26 +08:00
GLGizmoMmuSegmentation.cpp FIX:maintain a fixed size interface display 2024-10-15 15:50:26 +08:00
GLGizmoMmuSegmentation.hpp NEW: add "render non_manifold_edges" function 2024-10-15 15:50:26 +08:00
GLGizmoMove.cpp NEW:add "set grabber size" imgui 2024-10-15 15:50:26 +08:00
GLGizmoMove.hpp ENH:use local cs for non_model_part better 2024-10-15 15:50:26 +08:00
GLGizmoPainterBase.cpp FIX:cursor invalid when it overlaps with imgui window 2024-10-15 15:50:26 +08:00
GLGizmoPainterBase.hpp FIX:cursor invalid when it overlaps with imgui window 2024-10-15 15:50:26 +08:00
GLGizmoRotate.cpp FIX:ban move glvolume when at cut and 2024-10-15 15:50:26 +08:00
GLGizmoRotate.hpp FIX:ban move glvolume when at cut and 2024-10-15 15:50:26 +08:00
GLGizmoSVG.cpp FIX:add protection for null pointer 2024-10-15 15:50:26 +08:00
GLGizmoSVG.hpp NEW:Unified SVG import entrance 2024-10-15 15:50:26 +08:00
GLGizmoScale.cpp FIX:when two dir is perpendicular to each other,scale error 2024-10-15 15:50:26 +08:00
GLGizmoScale.hpp FIX:limit scaling ratio by grabber in scale tool 2024-10-15 15:50:26 +08:00
GLGizmoSeam.cpp FIX:cursor invalid when it overlaps with imgui window 2024-10-15 15:50:26 +08:00
GLGizmoSeam.hpp NEW: Add buried point information 2024-03-25 10:42:29 +08:00
GLGizmoSimplify.cpp FIX: simplify mesh decimate ratio set min value 0 2024-10-15 15:50:26 +08:00
GLGizmoSimplify.hpp NEW: Add buried point information 2024-03-25 10:42:29 +08:00
GLGizmoSlaSupports.cpp ENH: remove unnecessary translation labels 2024-03-25 10:42:29 +08:00
GLGizmoSlaSupports.hpp NEW: Add buried point information 2024-03-25 10:42:29 +08:00
GLGizmoText.cpp FIX:limit input value for text depth 2024-10-15 15:50:26 +08:00
GLGizmoText.hpp FIX:limit input value for text depth 2024-10-15 15:50:26 +08:00
GLGizmos.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLGizmosCommon.cpp NEW: add brim ear gizmo 2024-10-15 15:50:26 +08:00
GLGizmosCommon.hpp NEW: add brim ear gizmo 2024-10-15 15:50:26 +08:00
GLGizmosManager.cpp FIX: brim gizmo closes the program without prompting dialog 2024-10-15 15:50:26 +08:00
GLGizmosManager.hpp FIX:ban move glvolume when at cut and 2024-10-15 15:50:26 +08:00
GizmoObjectManipulation.cpp FIX:fix Chinese display garbled characters 2024-10-15 15:50:26 +08:00
GizmoObjectManipulation.hpp ENH:add "reset real zeros" button in rotate gizmo 2024-10-15 15:50:26 +08:00