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
2019-07-18Storing the active printer technology onto the Undo / Redo stack,vb_undo_redo2bubnikv
2019-07-18Merge remote-tracking branch 'remotes/origin/master' into vb_undo_redo2bubnikv
2019-07-18Fix for compilation on clang: Forward declarations of templates.bubnikv
2019-07-18Partially revert 8febd88e8072bc71332099ac749a107e1eeb36caEnrico Turri
2019-07-18Undo / Redo memory conservation strategy: Release recoverable databubnikv
2019-07-18Fixed rendering of toolbars' textures with prespective cameraEnrico Turri
2019-07-17Fix after mergebubnikv
2019-07-17Merge remote-tracking branch 'remotes/origin/master' into vb_undo_redo2bubnikv
2019-07-17WIP: Undo / Redo memory limiting by releasing the least recentlybubnikv
2019-07-17'Place on face' gizmo fix (it used invalid pointer after undo/redo was implem...Lukas Matena
2019-07-17SLA support points edits are now pushed onto undo/redo stackLukas Matena
2019-07-17Fixed use of translate macrosEnrico Turri
2019-07-17Another refactoring of GLGizmosManagerEnrico Turri
2019-07-17Refactoring of GLGizmosXX classes to cleanup their interfaceEnrico Turri
2019-07-17Added undo/redo snapshot for layers height editingEnrico Turri
2019-07-17Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerEnrico Turri
2019-07-17Framework to serialize gizmos into undo/redo stackEnrico Turri
2019-07-16Wipe tower fix (do not skip the first toolchange when printing without the wi...Lukas Matena
2019-07-16Fixed compilation issuebubnikv
2019-07-15Fixed a use-after-free problem in object listLukas Matena
2019-07-15Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-07-15Fix of the SLA Undobubnikv
2019-07-15Merge branch 'master' into lm_warningsLukas Matena
2019-07-15Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-07-15Fix of the merge - missing Undo / Redo toolbar buttons.bubnikv
2019-07-15Updated tooltips on custom gcodes to match actual PrusaSlicer behaviour to re...Lukas Matena
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-15Merge branch 'lm_improving_wipe_tower'. Summary of changes:Lukas Matena
2019-07-13Fix of #2621YuSanka
2019-07-12Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerEnrico Turri
2019-07-12#2616 - Added Recent projects item to File menuEnrico Turri
2019-07-12Finally fix for settings item selectionvb_undo_redoYuSanka
2019-07-12Some code refactoring for settings itemsYuSanka
2019-07-12Add take_snapshot for layers range editing actionsYuSanka
2019-07-12Merge branch 'lm_drop_to_bed'Lukas Matena
2019-07-12GCodeAnalyzer now recognizes tool-changing commands with MakerWare and Sailfi...Lukas Matena
2019-07-12Tech ENABLE_SVG_ICONS set as defaultEnrico Turri
2019-07-12Follow-up of 4c6c608342e92d6769205ea8b68bde7ebbef04d6 -> refactoringEnrico Turri
2019-07-11Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-11Added suppress_snapshots() and allow_snapshots() for avoid of excess "snapsho...YuSanka
2019-07-11GLToolbar and GLToolbarItem refactored to allow two different actions when le...Enrico Turri
2019-07-11Deactivate undo/redo toolbar items by pressing Esc keyEnrico Turri
2019-07-11Deactivate undo/redo toolbar items when leaving the 3D scene or clicking into itEnrico Turri
2019-07-10FreqChangedParams : workaround for right border alignmentYuSanka
2019-07-10Fixed margins for FreqChangedParamsYuSanka
2019-07-10GLToolbar::m_imgui_hovered_pos replaced with GLCanvas3D::m_imgui_undo_redo_ho...Enrico Turri
2019-07-10Imgui dialogs for undo/redo centered on their toolbar item iconEnrico Turri
2019-07-10Disable remaining toolbar items when one of them is toggable and pressedEnrico Turri
2019-07-10Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-10Added take_snapshot() for adding of settingsYuSanka