1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
cdt/terminal
Jonah Graham 83f0b1be05 Bug 574271: Draw characters in the correct color on macos
There is a bug in SWT on macos - Bug 568777 - with the cache of single
character drawStrings with transparent backgrounds as a performance
boost. This causes the terminal to draw some characters in the
wrong color.

The workaround is to not draw with transparency, which should be fine
because we just filled the background with the same color that the
1 character string will draw with.

The performance, measured with TerminalTextUITest in Fast mode with
no throttling, does not seem affected and in my testing there does
not seem to be any graphic side effects.

Change-Id: I1b0aadae100d81a8f4533ba73273ccc8202e068f
2021-06-19 13:50:16 -04:00
..
admin Bug 559474: Remove unneeded .settings directory 2020-01-31 13:20:47 -05:00
features [releng] Bump to CDT version 10.4.0 2021-06-12 20:52:54 -04:00
plugins Bug 574271: Draw characters in the correct color on macos 2021-06-19 13:50:16 -04:00
repo [releng] Bump to CDT version 10.4.0 2021-06-12 20:52:54 -04:00
.gitignore Move terminal files into subfolder 2018-08-28 12:54:02 -04:00
CONTRIBUTING Move terminal files into subfolder 2018-08-28 12:54:02 -04:00
pom.xml [releng] Bump to CDT version 10.4.0 2021-06-12 20:52:54 -04:00