PrusaSlicer-NonPlainar/src/slic3r/GUI/Gizmos
Lukas Matena 942f959e87 Fixed couple of warnings
Turned several includes into forward declarations
Removed several sprintf calls in favor of std::to_string
2019-09-02 16:27:48 +02:00
..
GLGizmoBase.cpp Follow-up of 32dc4709a4 -> A more general fix 2019-08-26 09:06:21 +02:00
GLGizmoBase.hpp Follow-up of 32dc4709a4 -> A more general fix 2019-08-26 09:06:21 +02:00
GLGizmoCut.cpp Follow-up of 32dc4709a4 -> A more general fix 2019-08-26 09:06:21 +02:00
GLGizmoCut.hpp Finished picking by color with a checksum in the alpha channel 2019-08-07 14:15:38 +02:00
GLGizmoFlatten.cpp Finished picking by color with a checksum in the alpha channel 2019-08-07 14:15:38 +02:00
GLGizmoFlatten.hpp 'Place on face' gizmo fix (it used invalid pointer after undo/redo was implemented) 2019-07-17 15:39:58 +02:00
GLGizmoMove.cpp Finished picking by color with a checksum in the alpha channel 2019-08-07 14:15:38 +02:00
GLGizmoMove.hpp Refactoring of GLGizmosXX classes to cleanup their interface 2019-07-17 12:06:23 +02:00
GLGizmoRotate.cpp Finished picking by color with a checksum in the alpha channel 2019-08-07 14:15:38 +02:00
GLGizmoRotate.hpp Fixed a few warnings in headers (meaning they were reported once for each include) 2019-07-23 14:02:20 +02:00
GLGizmos.hpp SLA gizmo clipping plane is now not necessarily perpendicular to camera direction 2019-04-17 14:27:20 +02:00
GLGizmoScale.cpp Finished picking by color with a checksum in the alpha channel 2019-08-07 14:15:38 +02:00
GLGizmoScale.hpp Refactoring of GLGizmosXX classes to cleanup their interface 2019-07-17 12:06:23 +02:00
GLGizmoSlaSupports.cpp Fixed couple of warnings 2019-09-02 16:27:48 +02:00
GLGizmoSlaSupports.hpp Fixed couple of warnings 2019-09-02 16:27:48 +02:00
GLGizmosManager.cpp When synchronizing the front end with the back end after Undo / Redo 2019-08-23 15:53:45 +02:00
GLGizmosManager.hpp Fixed forward declaration of struct Slic3r::UndoRedo::Snapshot so MSVC does not complain 2019-08-23 10:34:16 +02:00