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-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-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-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
2019-07-10Modified toolbar to call RenderCallback only when the item is toggable and pr...Enrico Turri
2019-07-10Fixed redo_to() function and code cleaning from redundant optionsYuSanka
2019-07-09Completed undo/redo from a toolbarYuSanka
2019-07-09Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-09Next improvements of an undo/redo from a toolbarYuSanka
2019-07-09Modified logic to add snapshots to undo/redo stack using GLCanvas::do_xxxxxx(...Enrico Turri
2019-07-08Added undo/redo icons. Fist step to implementation Undo/Redo list for toolbarYuSanka
2019-07-08Added undo/redo to the "Edit" menuYuSanka
2019-07-05Undo / Redo: Bound Ctrl-V/Ctrl-Z to the side panel.bubnikv
2019-07-05Fix of compilation on clangbubnikv
2019-07-05Fix of the Undo / Redo for Cut.bubnikv
2019-07-05Undo / Redo fixesbubnikv
2019-07-05Documented the cereal library manual patching (FIXME!)bubnikv
2019-07-05Fixed includes on OSXbubnikv
2019-07-05Trying to fix some Linux & OSX compilation issues.bubnikv
2019-07-04Trying to make all C++ of the platforms happy.bubnikv
2019-07-04Simplified the "cereal" includes to not clash with Perl includesbubnikv
2019-07-04Fix of perl bindingsbubnikv
2019-07-04Trying to fix some template resolution on Linuxbubnikv
2019-07-04Fixed merge issues.bubnikv
2019-07-04Yet another compilation fix.bubnikv
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-07-04Merge remote-tracking branch 'origin/ys_undo_redo' into vb_undo_redobubnikv
2019-07-04Testing code for serialization of DynamicPrintConfigbubnikv
2019-07-04Removed some junk templates, which pass compilation on Windowsbubnikv
2019-07-04Fix of compilation on Linuxbubnikv
2019-07-04Update object list after undo/redoYuSanka
2019-07-04WIP Undo / Redo: Optional debug print outs.bubnikv
2019-07-04WIP Undo / Redo : serialization / deserialization of object selection.bubnikv
2019-07-04Merge remote-tracking branch 'origin/ys_default_presets' into ys_new_featuresYuSanka
2019-07-04Merge remote-tracking branch 'origin/master' into ys_new_featuresYuSanka
2019-07-04Reset previous layers range selection before selection Layers ItemYuSanka
2019-07-04WIP Undo / Redo: First Undo in the history of PrusaSlicer!bubnikv
2019-07-03WIP Undo / Redo: Serializing the configs of ModelObject / ModelVolumebubnikv
2019-07-03Fixed bed shape dialog layoutEnrico Turri
2019-07-03Fixed compile warnings in Bed3DEnrico Turri