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-05-06GLCanvas3DManager replaced by OpenGLManagerenricoturri1966
2020-05-06Tech ENABLE_NON_STATIC_CANVAS_MANAGER set as defaultenricoturri1966
2020-03-05Removed temporary debug output and clean upEnrico Turri
2020-03-04Added temporary debug output to investigate crash on MAC when closing using C...Enrico Turri
2020-03-03Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_canva...Enrico Turri
2020-03-03Fixing wxString::Format encoding mismatches (part 2)Lukas Matena
2020-03-03Removed temporary debug outputEnrico Turri
2020-03-02Fixed detection of OSX versionEnrico Turri
2020-03-02Added temporary debug outputEnrico Turri
2020-03-02Reintroduced tech ENABLE_HACK_CLOSING_ON_OSX_10_9_5Enrico Turri
2020-03-02Fix build on Linux and MACEnrico Turri
2020-03-02Removed tech ENABLE_HACK_CLOSING_ON_OSX_10_9_5Enrico Turri
2020-03-02Fixed build on MACEnrico Turri
2020-03-02Fixed conflicts after merge with masterEnrico Turri
2020-03-02GLCanvas3DManager moved from being a static member of _3DScene to be a normal...Enrico Turri
2020-02-27Reduce max texture size if physical ram is smaller than 6GBEnrico Turri
2020-02-27Workaround to remove crash when closing PrusaSlicer on OSX 10.9.5Enrico Turri
2020-02-03missing includesSlic3rPE
2019-11-05ENABLE_THUMBNAIL_GENERATOR -> Generate thumbnails using GLEW_EXT_framebuffer_...Enrico Turri
2019-10-29ENABLE_THUMBNAIL_GENERATOR -> Use off-screen framebuffer to render the thumbn...Enrico Turri
2019-10-10#3008 - Reduced max size of bed textureEnrico Turri
2019-09-04Removed a bunch of compile warningsEnrico Turri
2019-08-30Fix of 2.1.0-beta2 Linux AppImage - OpenGL detection fails #2844bubnikv
2019-08-22Hopefully a workaround for crashes and hang ups at closing on Windows.bubnikv
2019-08-07Yet another fix of the preceding commit.bubnikv
2019-08-07GLCanvas requires 8bit alpha channel for picking checksums.bubnikv
2019-07-01Removed GLVolume non-VBO renderingEnrico Turri
2019-06-25Removed 'Use legacy OpenGL 1.1 rendering' optionEnrico Turri
2019-06-24ENABLE_COMPRESSED_TEXTURES set as defaultEnrico Turri
2019-06-24ENABLE_TEXTURES_MAXSIZE_DEPENDENT_ON_OPENGL_VERSION set as defaultEnrico Turri
2019-05-23Max texture size dependent on OpenGL version on Win and Linux and on retina m...Enrico Turri
2019-05-21Use texture compression on GPUEnrico Turri
2019-03-08Refactoring - Shared members of GLCanvas3D as references instead of pointersEnrico Turri
2019-02-20Imgui: Implement keyboard input, fix #1797Vojtech Kral
2019-01-21Unique OpenGL context set as defaultEnrico Turri
2018-11-23Further removal of the 3DScene / GLCanvas3DManager scaffold.bubnikv
2018-11-23Partial cleanup of obsolete methodsEnrico Turri
2018-11-22Removed legacy GUI Perl bindings,bubnikv
2018-11-21Added menu Edit -> Select allEnrico Turri
2018-11-21Added force_full_scene_refresh parameter to the 3DScene::refresh()bubnikv
2018-11-21Ensure object on bed after deletion of subpartEnrico Turri
2018-11-18CuttingVojtech Kral
2018-11-14Removed a bunch of obsolete methodsEnrico Turri
2018-11-14Deletion of instances and volumes from 3D sceneEnrico Turri
2018-11-13GLVolume: split composite_id to object_id, volume_id and instance_id.bubnikv
2018-11-01GLCanvas3D::update_gizmos_data() set as privateEnrico Turri
2018-11-01New selection set as defaultEnrico Turri
2018-11-01Mirror component of transformations set as defaultEnrico Turri
2018-10-18Mirror transform components in ModelInstance and GLvolume - WIP and disabledEnrico Turri
2018-10-11added method: static GUI::GLCanvas3D* _3DScene::get_canvas(wxGLCanvas* canvas)Enrico Turri