|
22 | 22 | <!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/1936 --> |
23 | 23 | ### Improved Disabled Icons Generation |
24 | 24 |
|
| 25 | +<details> |
| 26 | +<summary>Contributors</summary> |
| 27 | + |
| 28 | +- [Manuel Killinger](https://github.com/killingerm) |
| 29 | +- [Heiko Klare](https://github.com/HeikoKlare) |
| 30 | +- [Hannes Wellmann](https://github.com/hanneswell) |
| 31 | +</details> |
| 32 | + |
25 | 33 | Up to now, disabled versions of icons usually were and had to be provided as explicit, separate image files. |
26 | 34 | In case no such icon was provided, an algorithm in SWT was used to generate a disabled icon. |
27 | 35 | However, that algorithm was very limited and produced poor results. |
@@ -98,6 +106,16 @@ Note that you may then face linkage errors instead. |
98 | 106 |
|
99 | 107 | ### Monitor-Specific UI Scaling as Default (Windows only) |
100 | 108 |
|
| 109 | +<details> |
| 110 | +<summary>Contributors</summary> |
| 111 | + |
| 112 | +- [Shahzaib Ibrahim](https://github.com/ShahzaibIbrahim) |
| 113 | +- [Federico Jeanne](https://github.com/fedejeanne) |
| 114 | +- [Heiko Klare](https://github.com/HeikoKlare) |
| 115 | +- [Andreas Koch](https://github.com/akoch-yatta) |
| 116 | +- [Amartya Parijat](https://github.com/amartya4256) |
| 117 | +</details> |
| 118 | + |
101 | 119 | In the previous releases, a preference to enable an improved, monitor- and resolution-specific UI scaling on Windows was introduced, |
102 | 120 | see the news for [4.34](../4.34/platform.html#rescale-on-runtime-preference) |
103 | 121 | and [4.35](../4.35/platform.html#rescaleOnRuntimePreference) for details. |
@@ -132,6 +150,13 @@ On a 200% monitor with the feature being **enabled**: |
132 | 150 | <!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/1638 --> |
133 | 151 | ### Support for SVG Images |
134 | 152 |
|
| 153 | +<details> |
| 154 | +<summary>Contributors</summary> |
| 155 | + |
| 156 | +- [Michael Bangas](https://github.com/michael5601) |
| 157 | +- [Heiko Klare](https://github.com/HeikoKlare) |
| 158 | +- [Hannes Wellmann](https://github.com/hanneswell) |
| 159 | +</details> |
135 | 160 | Until now, Eclipse only supported loading of raster graphics. |
136 | 161 | This limited the ability to scale icons without quality loss and required manual rasterization of SVG files outside to generate icons in different sizes that can be embedded in Eclipse products, |
137 | 162 | leading to additional effort and many separate icon files. |
|
0 commit comments