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 2)Lukas Matena
2019-09-16Call update_config_values after deleting of a overridden optionYuSanka
2019-09-16Fix of #2878 (endless warning loop in configuration update)YuSanka
2019-09-02Fixed couple of warnings in GUI_ObjectList.cpp and GUI_ObjectSettings.cppLukas Matena
2019-08-25Fixed application crash, when change focus from overridden option to empty ↵YuSanka
space in ObjectList.
2019-08-22Code refactoring: ConfigManipulation moved to separate files.YuSanka
Use of ConfigManipulation inside of TabPrint(TabSLAPrint)::update().
2019-08-22Implemented update for overridden options on sidebarYuSanka
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-25Fixed updating of an option list for additional settingsYuSanka
2019-07-22Added takesnapshot() call for:YuSanka
- split of the instances, - renaming of the Object/Volume item - changing of the additional settings.
2019-07-12Some code refactoring for settings itemsYuSanka
2019-06-05Implemented additional settings for layers range (except of "extruder")YuSanka
2019-05-28Implemented ObjectLayers classYuSanka
+ some code refactoring
2019-05-14Set a max extruder's count for the Additional Setting "Extruders".YuSanka
+ cat sidetext for options from Additional Setting "Extrusion Width".
2019-05-10Tooltip over "Remove parameter" checkbox.bubnikv
Application name to the "Delete all" dialog.
2019-05-04Localization improvementsYuSanka
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
- cleaned code from commented parts - rescale() -> msw_rescale()
2019-04-25Merge remote-tracking branch 'origin/ys_msw_dpi'YuSanka
2019-04-22Code refactoring: Deleted unused variables and _cleaned_ overbusy functionsYuSanka
2019-04-16Application Scaling for MSW: Added rescale function for DoubleSlider (from ↵YuSanka
Preview), ObjectList, ManipulationPanel and SettingsPanel + Set wider default size for Preset Comboboxes from Tabs (#2023)
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-04-10Added new iconsYuSanka
2019-04-09Fix SVG & bitmap scaling on Mac depending on Retina scalingVojtech Kral
2019-04-08Icon updating for all applicationYuSanka
2019-04-03Added call to schedule_background_process() when deleting modifier attributeEnrico Turri
2019-03-27Fix of #2014YuSanka
2019-03-23Improved rendering when deleting an option from object's overrides.bubnikv
Replaced the single column icon with an empty icon. Will it break something? The single column added an ugly spacer in front of non-editable combo boxes.
2019-03-23Fixed the options override box at the side bar.bubnikv
2019-02-06Added bitmap scalingYuSanka
2019-02-06Fixed scaling of the controls and InfoDialogs (Sys and About)YuSanka
2018-11-29Update additional object setting after print technology changingYuSanka
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-11-13Fixed show_info_sizer according to selected mode.YuSanka
+ fixed right panel layouts + deleted unused functions
2018-11-09Fixed controls layout on right panel.YuSanka
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings + fixed typo-bug in GetItemByVolumeId