Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-14Tech ENABLE_COLOR_CLASSES set as defaultet_color_classenricoturri1966
2022-01-12Fixed conflicts after merge with dev branchenricoturri1966
2022-01-05MSW-specific: FirmwareDialog: Fixed color of the text when firmware flashing ↵YuSanka
is done + Deleted some commented code
2021-12-22Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ↵enricoturri1966
ColorRGB and ColorRGBA to unify color data definition and manipulation
2021-10-07Added SVG-file for G-CodeViewer logoYuSanka
2021-09-27Fix of "About" screen still shows 2020 at the copyright notice (#7018)Vojtech Bubnik
2021-09-11Added fast_float library as a replacement for std::from_chars and strtod.Lukáš Hejl
2021-08-25Notice dialog when opening any link outside PrusaSlicerDavid Kocik
2021-07-14GalleryDialog: Fixed sort of the filenames inside the list.YuSanka
+ OSX Specific: * Fixed scale of the lock on the system file icons * Fixed buttons alignment for AboutDialog and SysInfoDialog
2021-07-13Fixed Windows DarkMode for some dialogues.YuSanka
+ ProjectDropDialog: wxRadiloBox was changes to the wxStaticBox with wxRadioButtons because of dark mode colors update + Preferences: Fixed update of the text colors
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-09Removal of not numerically robust libraries "poly2tree" and "polypartition".Vojtech Bubnik
Adjustment of GUI/3DBed.cpp,hpp to use the more stable triangulation algoritm derived from SGI glut. Fix of an extremely slow bridging calculation, caused by an extremely slow bridged area detection function, of which the results were never used. Fixes "slicing fails or takes too long #5974"
2020-12-08Added missing includes for gccLukas Matena
2020-12-07In AboutDialog added "Copy Version Info" button (FR #4990)YuSanka
2020-12-04Fixed missing includeVojtech Bubnik
2020-12-04Localization: Fixed some phrases. Updated POT and NL dictionary.YuSanka
2020-11-26Refactoring:YuSanka
1. Use C++ style cast instead of C style 2. Deleted unused code from Search
2020-11-18ENABLE_GCODE_VIEWER set as default in:enricoturri1966
3DScene hpp/cpp AboutDialog.cpp BackgroundSlicingProcess hpp/cpp BitmapCache.cpp ConfigWizard_private.hpp GUI_App hpp/cpp GUI_Init.cpp
2020-11-05Fixed a Dialog position under OSXYuSanka
Always set parent for the Dialog, if we want to see the Dialog in the same display as a parent. Dialog will be shown in the primary monitor otherwise. + fixed a draw of the canvas legend when we move application between Retina and non-Retina displays
2020-09-30Fixes of DPI scaling on Windows.bubnikv
2020-09-11Updated Sys Info dialog, About dialog, Keyboard shortcuts dialog for gcode ↵enricoturri1966
viewer
2020-09-04Code cleaning.YuSanka
+ Use default DPIfont for wxHtmlWindows
2020-03-25Merge remote-tracking branch 'origin/master' into ys_searchYuSanka
2020-03-25Added fts_fuzzy_match.h borrowed from https://github.com/forrestthewoods/lib_ftsYuSanka
Search impoved using lib_fts Function for filtering by score is prepared.
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-06Copyright year incremented (AboutDialog, manifests)Lukas Matena
2020-03-04Fixing build against wxWidgets 3.0Lukas Matena
The wxString saga continues. wxWidgets 3.0 don't have the wxString::FromUTF8(const std::string&) overload, we must use the GUI::from_u8 helper Also wxWidgets 3.0 don't allow to disable wxString->const char* conversion, so calling show_info(wxWindow*, wxString, const char*) was ambiguous Several includes moved around
2020-03-03Include cleanup in several filesLukas Matena
src/slic3r/Config/Snapshot.cpp src/slic3r/Config/Snapshot.hpp src/slic3r/Config/Version.cpp src/slic3r/Config/Version.hpp src/slic3r/GUI/2DBed.cpp src/slic3r/GUI/3DBed.cpp src/slic3r/GUI/3DScene.cpp src/slic3r/GUI/3DScene.hpp src/slic3r/GUI/AboutDialog.cpp src/slic3r/GUI/AboutDialog.hpp src/slic3r/GUI/AppConfig.cpp src/slic3r/GUI/BackgroundSlicingProcess.cpp src/slic3r/GUI/BackgroundSlicingProcess.hpp
2020-03-03Fixing wxString::Format encoding mismatches (part 1)Lukas Matena
2019-08-19Fix encoding of a few files in GUIVojtech Kral
GUI/AboutDialog.cpp GUI/MainFrame.hpp GUI/OptionsGroup.cpp
2019-08-19Add AppImage credits #2747bubnikv
2019-07-31Added Real-Time DXT1/DXT5 C compression library to CopyrightsDialogYuSanka
+ updated icons for mirroring
2019-05-16Merge remote-tracking branch 'remotes/origin/ys_new_features'bubnikv
2019-05-16Added CopyrightsDialogYuSanka
2019-05-16Fix of New assertion failure with 2.0.0rc #2250bubnikv
Calls to Dialog::Close() after Dialog::EndModal() were removed.
2019-05-14Updated the About dialog with the "based on Slic3r" note.bubnikv
2019-05-13WIP: Renaming to PrusaSlicer.bubnikv
Removed the obsolte icons.
2019-05-09AboutDialog localizationYuSanka
2019-04-25Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSWYuSanka
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
- cleaned code from commented parts - rescale() -> msw_rescale()
2019-04-18Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpiYuSanka
2019-04-18Overrided on_dpi_changed() for some Dialogs:YuSanka
AboutDialog, ConfigSnapshotDialog, FirmwareDialog, SysInfoDialog + set correct fonts for KBShortcutsDialog
2019-04-15More unification of the application naming.bubnikv
2019-04-15Harmonized the application naming.bubnikv
2019-04-09Fix SVG & bitmap scaling on Mac depending on Retina scalingVojtech Kral
2019-04-08Icon updating for all applicationYuSanka
2019-03-04Bumped up the year in About Dialog.bubnikv
2019-02-11Added scaling for more some dialogsYuSanka
+ Set size for mode buttons
2019-02-06Fixed scaling of the controls and InfoDialogs (Sys and About)YuSanka
2019-02-05Fixed flashingYuSanka
+ Adde experiments with FromDIP function