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-03Fixing wxString::Format encoding mismatches (part 3)Lukas Matena
2020-02-21GUI::show_error() is now generalized for std::string and const char*bubnikv
Fixed return type of std::string translate_utf8() with context (incorrectly returned wxString, should return std::string). Fixed double translation of BackgroundSlicingProcess::validate() in Plater.
2019-09-06Fix a few warnings in PrintHostDialogs, UploadDialogsVojtech Kral
2019-05-15Fix of OctoPrint upload dialog persistance:bubnikv
Directory always stays remembered in the "Send G-code to printer host" dialog #2234
2019-05-09Localization of "Upload to host" table legend.bubnikv
2019-04-25Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSWYuSanka
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-03-05PrintHost: Don't offer print start for SL1Vojtech Kral
2019-03-01Fix close/cancel button accel problems on MacVojtech Kral
2019-02-21Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogsVojtech Kral
2019-02-19Printhost: Persist upload path & start print checkbox (re-add lost code)Vojtech Kral
Fixes #1219 Fixes #1004 Fixes #1106 Fixes #1678
2019-01-24PrintHostDialogs: Disable smart substitutions on MacVojtech Kral
2019-01-11Mac: Disable auto window menu, fix upload queue window sizeVojtech Kral
2019-01-02Fix fs::path <-> wxString conversionsVojtech Kral
2018-12-20Printhost: Cancelation, bugfixesVojtech Kral
2018-12-20Printhost: Error message stashing, improvementsVojtech Kral
2018-12-19Printhost: Polish error handling, bugfixesVojtech Kral
2018-12-17OctoPrint basics working, niceties to-doVojtech Kral
2018-12-12WIP OctoPrint integrationVojtech Kral