Skip to content

Commit 01334bf

Browse files
committed
Add contributor information for Yatta/Vector in 4.36 release
1 parent 6234840 commit 01334bf

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

news/4.36/platform.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
<!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/1936 -->
2323
### Improved Disabled Icons Generation
2424

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+
2533
Up to now, disabled versions of icons usually were and had to be provided as explicit, separate image files.
2634
In case no such icon was provided, an algorithm in SWT was used to generate a disabled icon.
2735
However, that algorithm was very limited and produced poor results.
@@ -98,6 +106,16 @@ Note that you may then face linkage errors instead.
98106

99107
### Monitor-Specific UI Scaling as Default (Windows only)
100108

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+
101119
In the previous releases, a preference to enable an improved, monitor- and resolution-specific UI scaling on Windows was introduced,
102120
see the news for [4.34](../4.34/platform.html#rescale-on-runtime-preference)
103121
and [4.35](../4.35/platform.html#rescaleOnRuntimePreference) for details.
@@ -132,6 +150,13 @@ On a 200% monitor with the feature being **enabled**:
132150
<!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/1638 -->
133151
### Support for SVG Images
134152

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>
135160
Until now, Eclipse only supported loading of raster graphics.
136161
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,
137162
leading to additional effort and many separate icon files.

news/4.36/platform_isv.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
### Lazy Handle Generation for Images and Fonts (Windows only)
1212

13+
<details>
14+
<summary>Contributors</summary>
15+
16+
- [Shahzaib Ibrahim](https://github.com/ShahzaibIbrahim)
17+
- [Federico Jeanne](https://github.com/fedejeanne)
18+
- [Heiko Klare](https://github.com/HeikoKlare)
19+
- [Andreas Koch](https://github.com/akoch-yatta)
20+
- [Amartya Parijat](https://github.com/amartya4256)
21+
</details>
22+
1323
When creating resources like image `Image` and `Font`, the necessary OS handles were previously created eagerly upon instantiation of the resource.
1424
On Windows, this behavior was changed for images and fonts.
1525
Handles are now generated upon first access.

0 commit comments

Comments
 (0)