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-08-05Memory usage is now shown in SysInfoDialog on all three platformsLukas Matena
2019-07-26New Undo / Redo stack for the gizmos. The Gizmo specific stack isbubnikv
entered with Plater::enter_gizmos_stack(), and left with Plater::enter_gizmos_stack(). Other than that, the 2nd Undo / Redo stack is transparent to the user of the Plater. WIP: Currently the Gizmo stack takes a snapshot of the whole scene on Plater::enter_gizmos_stack(). While it should work, it may be cheaper to modify the Undo/Redo stack to only take a snapshot of the gizmos in the Gizmo mode.
2019-07-19Memory statistics (total memory, memory usage, Undo / Redo stack size)bubnikv
into the System INfo dialog.
2019-05-16Fix of New assertion failure with 2.0.0rc #2250bubnikv
Calls to Dialog::Close() after Dialog::EndModal() were removed.
2019-05-13Updated handling of the SLIC3R_BUILD_ID keybubnikv
2019-05-13WIP: Renaming to PrusaSlicer.bubnikv
Removed the obsolte icons.
2019-04-25Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSWYuSanka
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
- cleaned code from commented parts - rescale() -> msw_rescale()
2019-04-18Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpiYuSanka
2019-04-18Overrided on_dpi_changed() for some Dialogs:YuSanka
AboutDialog, ConfigSnapshotDialog, FirmwareDialog, SysInfoDialog + set correct fonts for KBShortcutsDialog
2019-04-15Harmonized the application naming.bubnikv
2019-04-09Fix SVG & bitmap scaling on Mac depending on Retina scalingVojtech Kral
2019-04-08Icon updating for all applicationYuSanka
2019-02-20Merge remote-tracking branch 'origin/ys_hdpi'bubnikv
2019-02-19SLA auto supports: Work with support force deficit to sprinkle support points.bubnikv
Use OpenGL emissive material to render support points.
2019-02-11Added scaling for more some dialogsYuSanka
+ Set size for mode buttons
2019-02-06Fixed scale of the PrusaDoubleSlider and typo in SysInfoDialogYuSanka
2019-02-06Fixed scaling of the controls and InfoDialogs (Sys and About)YuSanka
2019-02-05Fixed flashingYuSanka
+ Adde experiments with FromDIP function
2019-02-04Fixed "hard_code" setting of the size for the Sidebar and TabsYuSanka
+ Fixed assert after config_wizard changing
2019-01-21Fix of SPE-765YuSanka
Suppress the dialog closing by clicking on a logo.
2019-01-15Fix of #1606YuSanka
+ Added dialog closing by "Esc" button for the FirmwareDialog.
2018-12-20Upgraded "Keyboard shortcuts" dialogYuSanka
2018-12-05System Dialog - use bigger image, as the smaller one is not containedbubnikv
in our Windows binary distro. Fixed typo in "Add support bloker"
2018-11-26Removed some obsolete Perl bindings.bubnikv
Removed libslic3r from the default include paths for all modules but libslic3r. Now headers from libslic3r need to be included with an explicit path (libslic3r/libslic3r.h etc) Split the localization macros into I18N.{cpp,h}
2018-10-25Fixed OsX build failsYuSanka
2018-10-25Ported System Info DialogYuSanka