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 (Expand)Author
2018-09-25Merge remote-tracking branch 'origin/dev2' into dev_nativebubnikv
2018-09-25Reduced count of opengl draw calls for full 3D transformEnrico Turri
2018-09-25Updated AMF/3MF import to pass configuration into a DynamicPrintConfigbubnikv
2018-09-25ModelInstance full 3D transform code moved into a single technologyEnrico Turri
2018-09-241st installment of ModelInstance 3D scale componentsEnrico Turri
2018-09-24Fixed arrange for objects with 3D rotationsEnrico Turri
2018-09-24Added libigl library files (header-only library)Lukas Matena
2018-09-24Sla support points are saved in ModelObjectLukas Matena
2018-09-24Code cleanupEnrico Turri
2018-09-24Tweaks to flatten gizmoEnrico Turri
2018-09-21Simplified dependencies.bubnikv
2018-09-21Moved the remaining Perl dependencies to xs/CMakeLists.txtbubnikv
2018-09-21SLA supports points batch deletion does not deselect objectLukas Matena
2018-09-21Merge remote-tracking branch 'origin/dev2' into lm_sla_supports_uiLukas Matena
2018-09-21Fixed memory leak in is_splittable_object()Enrico Turri
2018-09-21Dimensions of scale on rotate gizmo as function of object sizeEnrico Turri
2018-09-21Enhanced fix of #1229 - c++ partEnrico Turri
2018-09-21Merge branch 'dev2' into lm_sla_supports_uiLukas Matena
2018-09-21Fixed import of rotations from 3mf filesEnrico Turri
2018-09-20Merge remote-tracking branch 'origin/dev2' into dev_nativeversion_1.42.0-alphabubnikv
2018-09-20Added C++ command line processing, thanks @alexrj and @lohbubnikv
2018-09-201st installment of ModelInstance 3D rotation componentsEnrico Turri
2018-09-20Ignore mouse up event after double click on gizmos grabbersEnrico Turri
2018-09-19Fixed Perl unit tests.bubnikv
2018-09-19Polymorphic AppController for cli and gui modes.tamasmeszaros
2018-09-19Removed dependency on wxWidgets from Alien.bubnikv
2018-09-19reset transformation components to their default value by double clicking on ...Enrico Turri
2018-09-19Sla support points can be deleted, tooltip texture was addedLukas Matena
2018-09-19Refactoring member variable names for my classes to match our coding style.tamasmeszaros
2018-09-19Yet another build system fixbubnikv
2018-09-19png export recovered with the new print object interface.tamasmeszaros
2018-09-19Fixed colors of extrusion pathsEnrico Turri
2018-09-19Zipper concept clarified.tamasmeszaros
2018-09-19Fixed compilation on OSX & Linuxbubnikv
2018-09-19Moved the newly added GUI_Preview files.bubnikv
2018-09-19Meged with dev2bubnikv
2018-09-19Merge branch 'dev2' of github.com:prusa3d/Slic3r into dev2tamasmeszaros
2018-09-19Zipper implementation in gui level for png export.tamasmeszaros
2018-09-19Build: Make return value type mismatch an error on UnixVojtech Kral
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-09-19Build fixes, conversion of wxString into utf-8 std::stringVojtech Kral
2018-09-19Merge branch 'gui_preview_to_cpp' of https://github.com/prusa3d/Slic3r into dev2Enrico Turri
2018-09-19Code cleanupEnrico Turri
2018-09-18Removed explicit dependency of wxWidgets from PrintExport.hpptamasmeszaros
2018-09-18Perl version of preview removed from Slic3rEnrico Turri
2018-09-18Method Preview::load_print() ported to c++Enrico Turri
2018-09-181st installment of preview ported in c++Enrico Turri
2018-09-18removing unnecessary artefacts FindFlann and duplicate c++11 standard definit...tamasmeszaros
2018-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
2018-09-17Fix of compilation on Linux, disabled -WreorderVojtech Bubnik