Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-16ExtruderSequenceDialog :YuSanka
Fixed layouts after the second opening of the dialog. (Removing any extruder from the sequence does not cause an incorrect layout) Validation of entered values added (0 is not a valid value)
2019-11-12OSX issue: Fix Background drawing for some of controls in Dark modeYuSanka
2019-11-03Merge remote-tracking branch 'origin/master' into ys_color_print_extensionYuSanka
2019-10-22Fixed a case when (under OSX) after some manipulation with an object or a ↵YuSanka
part and then add some setting from 3dScene, "Revert button(s)" are still appear(s) in right panel
2019-10-10Added code to colorized of axes names in manipulation panel (temporarily ↵YuSanka
commented) Related to (#3053)
2019-10-09Some changing in implementation of emulate_kill_focus according to new code ↵YuSanka
architecture. + Cleaning of the code from unused parts
2019-09-25Some changes for alignments in manipulation panelYuSanka
2019-09-25Add binding for ManipulationEditorsYuSanka
2019-09-19Fixed font size and layouts for ObjectManipulation panel under OSXYuSanka
2019-09-18Rewrote UI for ObjectManipulation without using of OptionsGropeYuSanka
2019-09-17Fixed re-scaling under MSW for Layers editingYuSanka
+ Clean code in GUI_ObjectManipulation.cpp
2019-09-06Fixed several warnings (Config.hpp and few other files)Lukas Matena
2019-09-04Fixed sidebar layouts for selected "Object" and "Layers" items in ObjectListYuSanka
2019-08-27Improved wording of some UI texts and tooltips.bubnikv
2019-08-20Merge remote-tracking branch 'remotes/origin/ys_bf_msw_scale'bubnikv
2019-08-01Mirroring buttons: Fixed scaling issues and ensured proper hiding on WinYuSanka
2019-08-01Changed snapshot names for reset scale/reset rotation/drop to bed functions ↵Lukas Matena
(it's done a bit simpler this time)
2019-08-01Revert "Changed snapshot names for reset rotation/reset scale/drop to bed ↵Lukas Matena
functions" This reverts commit 1ca8ff1285a10d723469d6723708f32078e0693b.
2019-08-01Changed snapshot names for reset rotation/reset scale/drop to bed functionsLukas Matena
2019-07-30Added new icons for mirroring buttons and 'drop modifier to bed' functionLukas Matena
2019-07-19Fix a memory access bug in ObjectManipulationVojtech Kral
2019-07-18Storing the active printer technology onto the Undo / Redo stack,bubnikv
remembering the last selected Printer profile for the SLA and FDM technologies separately, and activating them on Undo / Redo. When switching the technologies, user is asked whether to discard the modified profiles or not.
2019-07-17Fixed use of translate macrosEnrico Turri
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-12Merge branch 'lm_drop_to_bed'Lukas Matena
2019-07-09Modified logic to add snapshots to undo/redo stack using ↵Enrico Turri
GLCanvas::do_xxxxxx() methods
2019-07-05Fix of the Undo / Redo for Cut.bubnikv
Added some more operations (for example Rotation) to the Undo / Redo.
2019-07-05Undo / Redo fixesbubnikv
2019-07-01Added member BoundingBoxf3 m_bounding_box to GLIndexedVertexArray and ↵Enrico Turri
removed member BoundingBoxf3 bounding_box from GLVolume
2019-06-20Added "info" tooltip for a LockButton on Manipulation panel (#2539)YuSanka
2019-06-19Drop to bed function now accounts for instance transformationLukas Matena
2019-06-19Added 'drop to bed' button into object manipulation panelLukas Matena
2019-06-19GUI_ObjectManipulation.cpp - Removed implicit capture by value in some of ↵Lukas Matena
the lambdas
2019-06-18Experiments with msw_rescale fixingYuSanka
2019-06-18A bit of documentation of the mirroring and reset buttons at the side panel.bubnikv
2019-06-14Reset buttons: synchronization of instances/volumesLukas Matena
2019-06-14Reset buttons - fixed rotation of instances with multiple volumesLukas Matena
Mirroring buttons now hide where appropriate
2019-06-14Added mirroring buttons into object manipulation panelLukas Matena
2019-06-14Added transformation reset buttons in object manipulation panelLukas Matena
2019-05-09Merge branch 'master' of https://github.com/prusa3d/Slic3rEnrico Turri
2019-05-09Implemented msw_rescale_word_local_combo()YuSanka
for scaling of the coordinate system combobox
2019-05-09Fixed disappearing visual hints when the user presses the ENTER key while ↵Enrico Turri
editing one of the object manipulators fields
2019-05-07Switch the side panel to World Coordinates in the Simple Mode.bubnikv
2019-05-07World / local coordinates: Fixed wrong scaling of a group selection,bubnikv
changed the "anisotropic scaling" - "embed vertices" message, fixed scaling in the world coordinate system, so it does not count the modifiers into the bounding box size.
2019-05-03Merge remote-tracking branch 'remotes/origin/master' into ↵bubnikv
vb_wold_object_manipulation
2019-05-03Implemented the "Support for support enforcers only" quick selection.bubnikv
Reduced some memory leaks due to the ConfigDef::default_value pointer.
2019-05-03Fixed full statistics calculationYuSanka
(calculate sum of volume and part_count only for solid parts)
2019-05-03Changed the "non-uniform scaling is not possible" message.bubnikv
2019-05-02Fixed typoYuSanka
2019-05-02Changed update_warning_icon_state() signatureYuSanka
(next try to fix OSX compilation)