* Prototype for selecting Face
* Fixed the speed issue - only allocates the array once
* Selecting faces works.
* Add UI elements to run rotate to bed function
(and a bad icon)
* Cleaned up a bit
* Optimized regular frame times (to a decent state) and added TODO for first frame time
* Add rotate face dialog
* Change how coloring for face selection works
* Cleanup according to comments
* Added grouped undos
* Easy fix for variant of #4420
* Added plane selection
* Edited UI labels to be more consistent
* Add a workable rotate face icon
* Added icon files for MacOS
Added icons designed by Akira Yasuda for STL and GCODE files. Modified plist generator to include references to icons and dmg creator to include them.
* Update make_dmg.sh
* Fix tabs/spacing
* * Add UndoOperations package in Plater.pm
* Add undo/redo options to the plater menu with their icons.
* Add the 2 undo/redo stacks to Slic3r::GUI::Plater package.
* Add add_undo_operation, undo & redo sub routines to Slic3r::GUI::Plater.
* Add objet identifier variable to each newly created Slic3r::GUI::Plater::Object to keep track of objects referenced in the stacks of undo/redo.
* Add undo/redo to rotate, mirror, increase, remove.
* * Add undo/redo to cut operation.
* * Add undo/redo to split, decrease, change scale and reset.
* Fix pop and push error.a
* * Refactoring undo/redo functions.
* * Some fixes to undo/redo for reset and decrease functions
* Some Fixes to undo/redo split, reset and cut operations.
* Improve undo/redo menu items sync.
* * limit the undo stack operations to save RAM.
* Remove debugging lines.
* Add undo/redo to Add models.
* Some Refactoring and some fixes.
* Some Refactoring.
Fixes#3265