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-05-10use _() instead of _utf8() for ButtonsDescriptionYuSanka
2019-05-09Some more localization improvements.bubnikv
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
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-10-31Some code reviewYuSanka
2018-10-01Moved functions and variables (for fonts and labels color) to GUI_AppYuSanka
+ corrected Sidebar layouts + deleted get_preset_bundle + actions with tabs_list moved to GUI_App
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.