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-13Fixed compilation on Linux / OSXbubnikv
2020-03-13Windows specific refactoring of Mouse3DController and RemovableDriveManager.bubnikv
PrusaSlicer newly registers by Windows operating system for HID USB plug / unplug notifications and for Volume attach / detach notifications, and the background threads of the two respective services are waken up on these Windows notifications. The RemovableDriveManager also wakes up every 30 seconds to cope with the drives ejected from Windows Explorer or from another application, for example Cura, for which Windows OS does not send out notifications.
2020-02-18One more fix for Make compile and works for FreeBSD (#3556)bubnikv
2019-11-11Fix: Rename DPI changed event to not clash with impl in wxwidgetsVojtech Kral
2019-08-01Can build with (original llvm) clang-cl on windowstamasmeszaros
2019-05-17Fixed the previous commit, SystemParametersInfoForDpi was calledbubnikv
with incorrect parameters.
2019-05-17Fixed rare font scaling issue on Windows 10.bubnikv
2019-05-06Improvements of High DPI scaling on Windows.bubnikv
2019-04-08Implement per-screen DPI on Windows, DPI change event, wxDialog & wxFrame ↵Vojtech Kral
mixin base classes
2019-02-12Fix window geometry shenanigansVojtech Kral
2019-02-12ConfigWizard: BugfixesVojtech Kral
2019-01-21Fix window geometry persistence #1557Vojtech Kral
2018-11-18CuttingVojtech Kral
2018-11-08Integrated SLAPrint into background processing.bubnikv
Fixed couple of compiler warnings.
2018-10-22Added mirroring factors to .amf import/exportEnrico Turri
2018-10-19Replaced dummy string in CheckboxFileDialog::ExtraPanelEnrico Turri
2018-10-19Fix CheckboxFileDialog, for real this time (I hope)Vojtech Kral
2018-10-19Fix CheckboxFileDialogVojtech Kral
2018-10-17Refactor window position & size persistenceVojtech Kral
in a way that is hopefully robust wrt. platform quirks
2018-10-08WIP: Plater, build fixesVojtech Kral