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
2022-03-14increase some fields size for gtk3supermerill
supermerill/SuperSlicer#2498
2021-06-18DarkMode for MSW (#6632)Oleksandra Yushchenko
* MSW specific: Dark Mode: First implementation * Use menu instead of NoteBook * Implemented MessageDialog + Fixed DarkMode for all dialogs and ColorPicker * MSW DarkMode: Added missed updates for the switching between modes * MSW DarkMode: Updated all existed context menus after switching of the mode + Added markers for the menu item witch is related to the selected tab * Used wxFrame instead of wxDialog for SettingsDialog (this change allow us to use menu bar in SettingsDialog) + fix for #6548 - Prusa Slicer 2.3.1 not activating non-modal settings window if settings window is minimized * Implemented "Always use Dark mode colors" preference option * Fixes for non_MSW build * Next fixes for non-MSW builds * Preferences: Fixed selection of the Settings Layout for non-MSW platforms + Updated DarkMode for colorpickers * Windows DarkMode next fixes * MSWDarkMode: Suppress to use system color to the PrusaSlicer Select "Preferences -> Use Dark color mode (experimental)" to allow dark mode for the application * Fixed MSW build * MSWDarkMode: Upadteed color mode for ExtruderSequenceDialog and for dialogs related to the DoubleSlider * Implemented Auto recreation of the PrusaSlicer when color mode is changed. * Preferences: Added option "Set settings tabs as menu items (experimental)"
2021-02-19Fixed compiler warningsVojtech Bubnik
2021-02-17Fix of #6056 - Purging Volumes dialog doesn't save pasted valuesYuSanka
2020-02-03ObjectDataViewModel is extracted from wxExtentions to the separated fileYuSanka
+ parse_color function is moved to BitmapCache from PresetBundle
2019-09-24Whitespace changes to supress misleading indentation warningsLukas Matena
These appear in newer gcc when spaces and tabs are mixed
2019-08-24Fixed layout of extruder color iconYuSanka
2019-08-23Merge remote-tracking branch 'origin/master' into lm_wiping_dialog_colorsYuSanka
2019-06-19WipeTowerDialog.cpp - wxEXPAND conflicted with wxALIGN_CENTER_HORIZONTAL ↵Lukas Matena
(triggered a wxWidgets assert)
2019-06-03Added color indicators to Purging volumes dialogLukas Matena
2019-02-14Fixed scaling of the Ramming/Wiping dialogsYuSanka
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-07Fixes to storing and loading configs from AMF/3MF.bubnikv
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.