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-09-16Fix of #2878 (endless warning loop in configuration update)YuSanka
2019-09-02Fixed couple of warningsLukas Matena
Turned several includes into forward declarations Removed several sprintf calls in favor of std::to_string
2019-08-22Added missed includeYuSanka
+ Added update of overrided settings, if they are shown on sidebar
2019-08-16Added ConfigManipulation to universal config manipulation (updating).YuSanka
2019-07-29Implemented a highlighting of the delete button for setting (related to #1767)YuSanka
2019-07-12Some code refactoring for settings itemsYuSanka
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
- cleaned code from commented parts - rescale() -> msw_rescale()
2019-04-14Application Scaling for MSW: Next big stepYuSanka
- Added rescale() function for the most of controls - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-03-04Fix compile error, part 2Maeyanie
Another undefined use of std::vector
2019-01-15Added "Frequently changed parameters for SLA-profiles"YuSanka
2018-12-11Update value inside TextCtrl & SpinCtrl after wxEVT_KILL_FOCES instead of ↵YuSanka
wxEVT_TEXT (or wxEVT_TEXT_ENTER)
2018-11-09Fixed controls layout on right panel.YuSanka
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings + fixed typo-bug in GetItemByVolumeId