Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased]
### Added
- `com.diffplug.common.swt.SwtKt` which is required to instantiate `Point` or `Rectangle` in Kotlin starting with Eclipse 4.36 ([]() responding to [swt#1711](https://github.com/eclipse-platform/eclipse.platform.swt/pull/1711#issuecomment-2715777755))
- `com.diffplug.common.swt.SwtKt` which is required to instantiate `Point` or `Rectangle` in Kotlin starting with Eclipse 4.36 ([#33](https://github.com/diffplug/durian-swt/pull/33) responding to [swt#1711](https://github.com/eclipse-platform/eclipse.platform.swt/pull/1711#issuecomment-2715777755))
### Removed
- The 32-bit `x86` ports have been removed. ([#36](https://github.com/diffplug/durian-swt/pull/36))

## [5.2.0] - 2025-08-28
### Added
Expand Down

This file was deleted.

Empty file.

This file was deleted.

1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ VER_DURIAN_RX=5.0.1
VER_DURIAN_DEBUG=1.1.0
# SWT Dependencies from P2
VER_ECLIPSE_PLATFORM=4.37
VER_ECLIPSE_PLATFORM_X86=4.7

# Testing
VER_JUNIT=4.13.2
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ include 'durian-swt.os'
include 'durian-swt.cocoa.macosx.aarch64'
include 'durian-swt.cocoa.macosx.x86_64'
include 'durian-swt.gtk.linux.x86_64'
include 'durian-swt.gtk.linux.x86'
include 'durian-swt.win32.win32.x86_64'
include 'durian-swt.win32.win32.x86'

apply from: com.diffplug.blowdryer.Blowdryer.file('base/buildscan-on-ci.gradle')