Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01Seam gizmo created on frontendLukas Matena
2020-09-01Finished separation of FDM gizmo into base and childLukas Matena
2020-06-03Fix of several issues related to gizmos updating and undo/redoLukas Matena
2020-05-26Include cleanup: Selection.hppLukas Matena
2020-05-13Auto scale of the toolbars in respect to the canvas sizeYuSanka
2020-05-05Undo/redo in FDM supports gizmoLukas Matena
2020-04-07Merge branch 'lm_gizmos' into lm_fdm_supports_gizmoLukas Matena
2020-04-07Removed obsolete codeLukas Matena
2020-04-07SLA supports gizmo is now enabled and uses the new infrastructureLukas Matena
2020-04-07Common gizmos data are now handled by the CommonGizmosDataPool objectLukas Matena
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-19WIP: Duplicated the SLA gizmo for the FDM, removed what was not neededLukas Matena
2020-03-17Fixed gizmos' tooltipsenricoturri1966
2020-03-03Include cleanup in Plater, GLCanvas3D and GLGizmosManagerLukas Matena
2020-02-27Shared data for SLA gizmos have been removed from GLGizmoBaseLukas Matena
2020-01-09Switched order of hollowing and support points gizmosLukas Matena
2019-12-20Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-17First steps on SLA and Hollowing gizmo data sharingLukas Matena
2019-12-12Refactoring in GLGizmosManager to simplify codeEnrico Turri
2019-11-07Hollowing task triggered by the gizmo now spawns a UI job to not block the UI...Lukas Matena
2019-11-05Added new hollowing gizmoLukas Matena
2019-10-25Fix of SPE-1041: set_state function for gizmos is called even if they are tur...Lukas Matena
2019-09-02Nearly finished refactoring of GLGizmoManagerLukas Matena
2019-09-02SLA gizmo open/close should be saved on undo/redo stackLukas Matena
2019-09-02Started an attempt to refactor GLGizmoManagerLukas Matena
2019-08-23Fixed forward declaration of struct Slic3r::UndoRedo::Snapshot so MSVC does n...Lukas Matena
2019-08-23Recalculate SLA supports after undo/redo in case SLA gizmo was active and had...Lukas Matena
2019-07-31Fix of gizmo deserialization after Undo / Redo: Deselect all gizmosbubnikv
2019-07-20Reworked rendering of toolbars background textureenricoturri1966
2019-07-17Another refactoring of GLGizmosManagerEnrico Turri
2019-07-17Refactoring of GLGizmosXX classes to cleanup their interfaceEnrico Turri
2019-07-17Framework to serialize gizmos into undo/redo stackEnrico Turri
2019-07-12Tech ENABLE_SVG_ICONS set as defaultEnrico Turri
2019-05-10Constrained gizmo-scaling -> code cleanup and simplificationEnrico Turri
2019-05-101st installment of constrained gizmo-scalingEnrico Turri
2019-04-17SLA clipping plane can now be controlled by Ctrl + mouse wheel rotationLukas Matena
2019-04-10Merge branch 'master' into lm_sla_gizmo_clipping_planeLukas Matena
2019-04-08SLA gizmo now uses ctrl to add to selection and alt to remove from selectionLukas Matena
2019-04-08Merge branch 'master' into lm_sla_gizmo_clipping_planeLukas Matena
2019-03-26void GLCanvas3D::update_gizmos_data() moved into void GLGizmosManager::update...Enrico Turri
2019-03-26Handling of gizmos related key events moved into new method GLGizmosManager::...Enrico Turri
2019-03-26Handling of gizmos related char events moved into new method GLGizmosManager:...Enrico Turri
2019-03-26Code cleanupEnrico Turri
2019-03-26Handling of gizmos related mouse events moved into GLGizmosManager::on_mouse()Enrico Turri
2019-03-26Code cleanupEnrico Turri
2019-03-261st installment of gizmos refactoringEnrico Turri
2019-03-20Fixed conflicts after merge with masterEnrico Turri
2019-03-20Fixed typoEnrico Turri
2019-03-20GLCanvas3D::Gizmos as a standalone class (GLGizmosManager)Enrico Turri