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-04-26Wip on svg archive importtamasmeszaros
2022-01-14Tech ENABLE_COLOR_CLASSES set as defaultet_color_classenricoturri1966
2021-12-22Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ↵enricoturri1966
ColorRGB and ColorRGBA to unify color data definition and manipulation
2021-11-19Code refactoring for 69731b1d => nsvgParseFromFileWithReplace() is extracted ↵YuSanka
from nanosvg.h to BitmapCache
2021-11-11Revert "medical"Vojtech Bubnik
This reverts commit 117302ba22aa540cc020e1e5eb77422801627c29.
2021-11-11medicalVojtech Bubnik
2021-11-09Implemented possibility to show resin colors from the Plater (Bottles with ↵YuSanka
resin are colored now in preset combobox) + Added nsvgParseFromFileWithReplace() to replace some colors before parsing from SVG file + Thumbnails are saved with selected resin color in SL1 or SL1S files + "white" folder is deleted from "icons" now. THere is no needed anymore.
2021-05-24Fixed third batch of locale-dependent callsLukas Matena
2021-02-05Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/1fff5a624ceaa80bfb278fea9015618366f3d79b: Respect border color to the dark/light mode + Fixed issue with tooltips for PresetComboBoxes on Windows 2004
2021-02-04Add border to filament color in combo box to improve visibility of light ↵Scott Mudge
filaments.
2020-12-10BitmapCache: a bit of clean-upVojtech Bubnik
2020-12-07Manual merge of fix png alpha channel support for gtk3 #5298Vojtech Bubnik
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-05-25Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_gcode_viewer
2020-05-25Fixed a bitmap getting for the case, when application was started in Light ↵YuSanka
mode and then switched to the Dark
2020-04-21GCodeViewer -> Extrusion toolpaths colored by toolenricoturri1966
2020-02-03ObjectDataViewModel is extracted from wxExtentions to the separated fileYuSanka
+ parse_color function is moved to BitmapCache from PresetBundle
2020-01-31To fix blurred icons under OSX there is implemented PresetBitmapComboBox, ↵YuSanka
derived from wxBitmapComboBox, which now will be used for preset choosers on sidebar a preset tabs. + for BitmapCache class added m_scale used for correct scaling of SVG images on Retina displays + some code clearing from unused functions or function's parameters
2020-01-28Typo fix for ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/a38735b4ae78611fe10f3422ccfd54e690ce1a88
2020-01-28Typo fix for ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/a38735b4ae78611fe10f3422ccfd54e690ce1a88
2020-01-28More fix of svg icons scaling under OSX (to avoid icon's blurring)YuSanka
+ some code cleaning from unused text
2020-01-07Code cleaning and refactoring for ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/6a8c34dad9adfb29bf6198df289cd07f8d85065b
2020-01-02Checking of icons for dark mode is removed to BitmapCacheYuSanka
2019-09-06Fixed several warnings (Config.hpp and few other files)Lukas Matena
2019-05-14Fixed typo (image grayscaling)YuSanka
2019-05-13Added grayscale parameter for create_scaled_bitmap()YuSanka
2019-04-18Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpiYuSanka
2019-04-14Some code refactoringYuSanka
2019-04-10Merge remote-tracking branch 'origin/master' into ys_msw_dpiYuSanka
2019-04-10First scaling experimentsYuSanka
2019-04-09Fix SVG & bitmap scaling on Mac depending on Retina scalingVojtech Kral
2019-04-08Icon updating for all applicationYuSanka
2019-04-05Some improvements for a loading of iconsYuSanka
2019-04-04Code to load SVG icons into the BitmapCache class.bubnikv
2018-09-19Commented out wxPixelData.UseAlpha(), as it is missing from wxWidgets 3.1.1.bubnikv
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
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.