YuSanka
a76fee6961
Follow-up 1fff5a624c: Respect border color to the dark/light mode
...
+ Fixed issue with tooltips for PresetComboBoxes on Windows 2004
2021-02-05 13:26:23 +01:00
Scott Mudge
2fa2714780
Add border to filament color in combo box to improve visibility of light filaments.
2021-02-04 06:47:48 -08:00
Vojtech Bubnik
5048760577
BitmapCache: a bit of clean-up
2020-12-10 08:54:21 +01:00
Lukas Matena
43a42adad0
Added a missing include
...
Suggested in #3621
2020-02-08 11:42:45 +01:00
YuSanka
5a783fb868
DoubleSlider: Added using of default colors for color changes in SingleExtruder Mode ( #3449 )
...
+ added missed input parameter to the BitmapCache::mksolid() which was cause a wrong drawing of the Extruder selector under OSX
2020-02-03 21:28:55 +01:00
YuSanka
cb49940662
Added missed include under OSX
2020-02-03 09:24:58 +01:00
YuSanka
530c586277
ObjectDataViewModel is extracted from wxExtentions to the separated file
...
+ parse_color function is moved to BitmapCache from PresetBundle
2020-02-02 22:22:40 +01:00
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
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
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
8d04e6b245
Added grayscale parameter for create_scaled_bitmap()
2019-05-13 17:58:15 +02:00
Vojtech Kral
b7a3f8de30
Fix SVG & bitmap scaling on Mac depending on Retina scaling
2019-04-09 15:16:10 +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
87759588b1
include "libslic3r" from slic3r project directly, not as "../../libslicer"
...
(rely on -Ilibslic3r set correctly) for the slic3r project.
2018-12-06 12:52:28 +01: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