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-06Refactoring of RemovableDriveManager:bubnikv
1) On Windows and Linux, the device enumeration now runs at a background thread, while it ran on the UI thread on idle, which may have been blocking on some rare Windows setups, see GH #3515 #3733 #3746 #3766 2) On OSX, the device enumeration now relies on OS callback, no polling is required. 3) Refactored for cleaner interface.
2018-10-08Fixed events OBJECT_SETTINGS_CHANGED_EVENT , OBJECT_REMOVE_EVENT and ↵YuSanka
UPDATE_SCENE_EVENT + changed ctor of ObjList + deleted unusable code from Tab.cpp
2018-10-03Tab preset & value change eventsVojtech Kral
2018-10-03Event.hpp: Set event objectVojtech Kral
2018-10-03Replace PerlCallbacks with events in GLCanvas3d et al.Vojtech Kral