Skip to content
Failed

Changes

Summary

  1. Splash Screen getting Flipped in MacOs Sonoma. (#1355) (details)
  2. Future-proof workaround for flipped splash screen in macOS Sonoma (details)
  3. Fix wrong String split regex when checking OS version (details)
Commit 1d22e5a8c8b7d330c9357f08acb95f3480a8d51f by Elsa Zacharia
Splash Screen getting Flipped in MacOs Sonoma. (#1355)

Fixes: https://github.com/eclipse-platform/eclipse.platform.swt/issues/772
Due to a bug in MacOS
Sonoma(https://github.com/eclipse-platform/eclipse.platform.swt/issues/772)
,Splash Screen gets flipped.As a workaround the image is flipped and
returned.
The file was modified bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java (diff)
Commit 3a1aa2be72f51a25c8e370d8bcd1791cb0232977 by Elsa Zacharia
Future-proof workaround for flipped splash screen in macOS Sonoma

The workaround should keep working even when macOS major version moves
beyond 14.

Follow-up on #1355.
The file was modified bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java (diff)
Commit b29afc17826d9ddda0e48873047fe3a1781d5169 by Elsa Zacharia
Fix wrong String split regex when checking OS version

The "." character should be escaped as "\\." otherwise we get an empty String array
The file was modified bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java (diff)