Skip to content
Failed

Changes

Summary

  1. Splash Screen getting Flipped in MacOs Sonoma. (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 00c1e5f467a9e62933f2d624dd40b2c1b2bcb195 by Elsa Zacharia
Splash Screen getting Flipped in MacOs Sonoma.
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 70885865d67cc65269a120670ad66c13ce5fcf48 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 eb501df054d32ad5f1c9572ad9f8fff5943464bd 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)