Robinson
|
0edf0a688b
|
The system tray and GTK backend no longer have a hard-dependency on SWT/JavaFX modules. They now use a "plugin" type of system to provide a "renderer", which is used for various determination and dispatch tasks.
This repository only serves now as an EXAMPLE of a correct provider.
|
2 years ago |
Robinson
|
46500e8b26
|
updatad gradle
|
2 years ago |
Robinson
|
4208fbe3a2
|
Upgrade in prep for JPMS
|
2 years ago |
Robinson
|
aac1fef12c
|
onShutdown is no longer available when using JPMS, so it was removed. The developer will now have to implement shutdown hooks for SWT/JavaFX
|
2 years ago |
Robinson
|
7e2190a6dd
|
Added package-info
|
2 years ago |
Robinson
|
f8de3f396c
|
Updated plugin versions
|
2 years ago |
Robinson
|
ab37e844c7
|
Updated version
|
2 years ago |
Robinson
|
4f66c998b8
|
Compile uses Linux SWT, so we can directly access the internal class. If that fails, then it falls back to the original reflection (and now tries multiple classes)
|
2 years ago |
Robinson
|
f0e5f85eeb
|
Added better checks to see if javaFX is in use. Added system property to enable javaFX, to bypass reflection checks if wanted
|
2 years ago |
Robinson
|
713d05eeaf
|
Build file code cleanup
|
2 years ago |
Robinson
|
f6de8a1609
|
Added gradle
|
2 years ago |
Robinson
|
4a6f4d02a0
|
Moved SWT and JavaFX utilities from the main utilities project
|
2 years ago |