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
path: root/xs
AgeCommit message (Collapse)Author
2018-06-13Scale gizmo renderingEnrico Turri
2018-06-13Selection on gizmo overlayEnrico Turri
2018-06-13Hovering on gizmo overlayEnrico Turri
2018-06-13Fixed compile on LinuxEnrico Turri
2018-06-131st installment of gizmosEnrico Turri
2018-06-12C++ code cleanupEnrico Turri
2018-06-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-12Bumped up the version number to a final.version_1.40.0bubnikv
2018-06-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-12Fixed typo bugYuSanka
2018-06-12Attempt to workaround bug in wxWidgets IsShownOnScreen() methodEnrico Turri
2018-06-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-11ConfigWizard: Use scrollbars on smaller screenswipVojtech Kral
2018-06-11PresetUpdater: Fix of the fixVojtech Kral
2018-06-11Fix: PresetUpdater: Set bundle & index file permissions #962 (#970)Vojtech Kral
2018-06-11Merge remote-tracking branch 'origin/ys_master_bug_fixes'bubnikv
2018-06-11There is a bug related to Ubuntu overlay scrollbars, see ↵bubnikv
https://github.com/prusa3d/Slic3r/issues/898 and https://github.com/prusa3d/Slic3r/issues/952. The issue apparently manifests when Show()ing a window with overlay scrollbars while the UI is frozen. For this reason, we will Thaw the UI prematurely on Linux. This means destroing the no_updates object prematurely.
2018-06-11Fixed bug from issue #969YuSanka
2018-06-11Use a single gl context created in c++Enrico Turri
2018-06-11GLCanvas3D volumes as a stack variableEnrico Turri
2018-06-11Removed 3DScene volumes from perlEnrico Turri
2018-06-11Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-11Fixed selection and rendering in object settings dialogEnrico Turri
2018-06-11Fix of a regression issue, which was certainly in 1.34.0, probablybubnikv
even longer. An infill / perimeter overlap was not applied when defined with absolute coordinates. Fixes https://github.com/prusa3d/Slic3r/issues/964
2018-06-11Added bed texture for Prusa printersEnrico Turri
2018-06-08class 3D on_select callback moved to c++Enrico Turri
2018-06-08reload_scene method of 3D class moved to c++Enrico Turri
2018-06-08Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-07Fixed typos from the previous commit.bubnikv
2018-06-07Merge remote-tracking branch 'remotes/origin/vk-bugfixes'bubnikv
2018-06-07Fixed mangling of UTF characters when converted implicitely tobubnikv
wxString on Windows through the + operator.
2018-06-07Fixed import of model rotated clockwise from 3mfEnrico Turri
2018-06-07Fix: Dialog initialization ordering on OS XVojtech Kral
Perform update_check after MainFrame is created
2018-06-07Fix: GCodeSender: Line number resynchronisationVojtech Kral
2018-06-07class 3D callbacks moved to c++Enrico Turri
2018-06-07Key down and char event handlers of class 3D moved to c++Enrico Turri
2018-06-06Repair by the netfabb service: Implemented progress dialog and cancelation.bubnikv
2018-06-06Fixed runtime error on Linux when removing canvasesEnrico Turri
2018-06-06Removed DestroyGL method from 3DSceneEnrico Turri
2018-06-063DScene member variables moved to c++Enrico Turri
2018-06-06Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri
2018-06-06Merge branch 'master' of https://github.com/prusa3d/Slic3r into 3mf_ioEnrico Turri
2018-06-06Fixed a bug reporting incorrect compatible_printers andbubnikv
compatible_printers_condition inside the Config Bundle.
2018-06-063DScene load_object method moved to c++Enrico Turri
2018-06-05Fixed overflow in Polygon::area()Enrico Turri
2018-06-05Generation of preview paths moved to c++Enrico Turri
2018-06-05Modified logic to finalize volumes geometryEnrico Turri
2018-06-05Generation of gcode paths moved to c++Enrico Turri
2018-06-05Merge branch 'master' of https://github.com/prusa3d/Slic3r into ↵Enrico Turri
scene_manipulators
2018-06-05Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cppEnrico Turri