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/src
AgeCommit message (Collapse)Author
2018-10-29Fixed warningsvb_precompiled_headersbubnikv
2018-10-29Merge remote-tracking branch 'remotes/origin/dev_native' into ↵bubnikv
vb_precompiled_headers
2018-10-29Precompiled headers on Visual Studio & GCC, with the highest hopesbubnikv
that it will not break the build server.
2018-10-29Fix: PlaceholderParser float comparisonVojtech Kral
2018-10-26Fixed mangling of the slic3r_main symbol on win32.bubnikv
2018-10-26Added /bigobj (Increase Number of Sections in .Obj file)bubnikv
Fixed external declaration of slic3r_main()
2018-10-26Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_nativebubnikv
2018-10-26Extended the Windows wrapper to test for OpenGL 2.0 andbubnikv
in case the defautl opengl32.dll does not provide an OpenGL 2.0 context, try to load the bundled Mesa OpenGL.
2018-10-26Merge branch 'dev_native' of http://github.com/prusa3d/Slic3r into dev_nativeLukas Matena
2018-10-26Merged branch 'dev_native' into lm_sla_supports_autoLukas Matena
Added igl library files
2018-10-26Added a new file missing from the previous commit.bubnikv
2018-10-26Slic3r was split to a Slic3r.dll / Slic3r.exe / Slic3r-console.exe /bubnikv
Slic3r-noconsole.exe on Windows.
2018-10-26Rendering of camera target (for debug) and modified camera target behaviorEnrico Turri
2018-10-25Added "Set number of copies…" to the context menuYuSanka
2018-10-25Fixed OsX build failsYuSanka
2018-10-25Fixed rendering of warning and legend textures (due to newer wxWidgets)Enrico Turri
2018-10-25Middle mode is changed to AdvancedYuSanka
2018-10-25Ported System Info DialogYuSanka
2018-10-25Fixed update of GUI when object is selected by right-clicking on it to show ↵Enrico Turri
its context menu
2018-10-25Call schedule_background_process() after rotating/scaling/flattening using ↵Enrico Turri
gizmos
2018-10-25Do not translate selection if user press Shift while selecting and then dragsEnrico Turri
2018-10-25Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_nativeEnrico Turri
2018-10-25Fixed build on Linux and OSxEnrico Turri
2018-10-25Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_nativebubnikv
2018-10-25Restored slicing cancellation.bubnikv
2018-10-25Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_nativeEnrico Turri
2018-10-25Tooltip when hovering on gizmo iconsEnrico Turri
2018-10-25Merge remote-tracking branch 'origin/lm_temporary_path_fix' into dev_nativebubnikv
2018-10-24Temporary file name generated with boost::filesystem::path (an attempt to ↵Lukas Matena
solve linux/win mismatch regarding terminating (back)slash)
2018-10-24Fix of Perl unit tests.bubnikv
2018-10-24Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_nativebubnikv
2018-10-24Fixed spurious error reports when loading the default profile filebubnikv
on start of the application.
2018-10-24fix compilation of libnest2d on mactamasmeszaros
2018-10-24Rotate gizmo -> Grabbers showing tooltip also on hover for single instance ↵Enrico Turri
selection.
2018-10-24Scale gizmo -> Grabbers showing tooltip also on hover for single instance ↵Enrico Turri
selection.
2018-10-24Move gizmo -> 1) Grabbers showing tooltip also on hover for single instance ↵Enrico Turri
selection. 2) Tooltip showing current position for single instance selection.
2018-10-24Fixed incorrect m_wiping_dialog_button showing after appInitYuSanka
2018-10-24Split to objects and Split to partsEnrico Turri
2018-10-24Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_nativebubnikv
2018-10-24Background processing: Fixed rotation & scaling of PrintObjects.bubnikv
2018-10-24Merge branch 'dev_native' of http://github.com/prusa3d/Slic3r into dev_nativeLukas Matena
2018-10-24CancellationCallback is now passed by value, instead of non-const reference ↵Lukas Matena
(which would require initializing the reference from temporaries)
2018-10-24Fixed memory leak in GLToolbarEnrico Turri
2018-10-24Fixed menu view accelerator keysEnrico Turri
2018-10-23WIP: Background processing is almost working now.bubnikv
still PrintObject::_slice_volumes() needs some love to set the PrintObject matrices correctly.
2018-10-23Fixing nesting crash in debug mode.tamasmeszaros
Also commented out unnecessary bloat from AppController
2018-10-23WIP: Reconstruction of background processing.vb_dev_native_background_processingbubnikv
2018-10-23Merge remote-tracking branch 'remotes/origin/dev_native' into ↵bubnikv
vb_dev_native_background_processing
2018-10-23New selection -> Fixed selection cleanup in GLCanvas3D::reset_volumes()Enrico Turri
2018-10-23Fixed memory leak in Tab::add_options_page()Enrico Turri