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
2020-03-05Fix of #3775 - wrong background color in ErrorDialog on macOS SierraLukas Matena
2020-01-31To fix blurred icons under OSX there is implemented PresetBitmapComboBox, ↵YuSanka
derived from wxBitmapComboBox, which now will be used for preset choosers on sidebar a preset tabs. + for BitmapCache class added m_scale used for correct scaling of SVG images on Retina displays + some code clearing from unused functions or function's parameters
2019-05-13WIP: Renaming to PrusaSlicer.bubnikv
Removed the obsolte icons.
2019-04-26Fixed app name interpolation for : GUI_App, MainFrame, MsgDialog, ↵YuSanka
Preferences, Tab and UpdateDialogs + added edit_tooltip(), wich replaces Slic3r for SLIC3R_APP_KEY
2019-04-23Added _fiction_ resizing for correct MainFrame rendering after DPI ↵YuSanka
changed_object + Added a calculation of a empty bitmaps inside presets in respect to em_unit (to avoid assert) + Added scaling for PrintHostDialogs and MsgDialog + some code refactoring
2019-04-09Fix SVG & bitmap scaling on Mac depending on Retina scalingVojtech Kral
2019-04-08Icon updating for all applicationYuSanka
2019-03-28Some _cosmetic_ fixes :YuSanka
+ Set wxDEFAULT_DIALOG_STYLE for MsgDialog + Changed Msg text before language changing
2019-03-14MsgDialog: Make resizableVojtech Kral
2019-03-14Fix HiDPI in Bonjour DialogVojtech Kral
2019-02-22Replaced the static text control in error dialog with HTML control,bubnikv
which supports copying of the text into clipboard. Removed the "copy to clipboard" button from the error dialog.
2019-02-11Added scaling for more some dialogsYuSanka
+ Set size for mode buttons
2018-12-18Http & ErrorDialog: Improve error reportingVojtech Kral
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-09-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.