Commit Graph

19 Commits

Author SHA1 Message Date
YuSanka
82bb5be1f6 To fix blurred icons under OSX there is implemented PresetBitmapComboBox, 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-31 16:57:45 +01:00
YuSanka
b3982d2973 Typo fix for a38735b4ae 2020-01-28 16:40:31 +01:00
YuSanka
940c31df5f Typo fix for a38735b4ae 2020-01-28 16:23:55 +01:00
YuSanka
85b1b56eac More fix of svg icons scaling under OSX (to avoid icon's blurring)
+ some code cleaning from unused text
2020-01-28 16:17:51 +01:00
YuSanka
d88371dfd5 Code cleaning and refactoring for 6a8c34dad9 2020-01-07 16:17:20 +01:00
YuSanka
dca8dd2d88 Checking of icons for dark mode is removed to BitmapCache 2020-01-02 13:41:49 +01:00
Lukas Matena
32f79f143b Fixed several warnings (Config.hpp and few other files) 2019-09-06 15:55:07 +02:00
YuSanka
d3b31c7241 Fixed typo (image grayscaling) 2019-05-14 10:08:52 +02:00
YuSanka
8d04e6b245 Added grayscale parameter for create_scaled_bitmap() 2019-05-13 17:58:15 +02:00
YuSanka
6f3fbe34bb Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi 2019-04-18 15:24:50 +02:00
YuSanka
b304398ee2 Some code refactoring 2019-04-14 10:57:03 +02:00
YuSanka
254acd022d Merge remote-tracking branch 'origin/master' into ys_msw_dpi 2019-04-10 10:01:20 +02:00
YuSanka
580b1bc5de First scaling experiments 2019-04-10 09:57:33 +02:00
Vojtech Kral
b7a3f8de30 Fix SVG & bitmap scaling on Mac depending on Retina scaling 2019-04-09 15:16:10 +02:00
YuSanka
8dc3dc3d4b Icon updating for all application 2019-04-08 11:10:57 +02:00
YuSanka
e3632e735c Some improvements for a loading of icons 2019-04-05 11:18:59 +02:00
bubnikv
29dfd914f9 Code to load SVG icons into the BitmapCache class. 2019-04-04 09:20:11 +02:00
bubnikv
365d4e6427 Commented out wxPixelData.UseAlpha(), as it is missing from wxWidgets 3.1.1. 2018-09-19 18:54:23 +02:00
bubnikv
1260b8deb3 WIP: Moved sources int src/, separated most of the source code from Perl.
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.
2018-09-19 11:02:24 +02:00