Commit Graph

800 Commits

Author SHA1 Message Date
Robinson
205d2f1282 Added 'isIgel' to the list of detected linux distro's 2021-03-20 12:23:01 +01:00
Robinson
7a84030965 Tweaked appindicator install string 2021-03-11 22:26:48 +01:00
Robinson
c37b89ef96 Carefully checking GTK version information, but only now for java <=8 2021-03-11 22:19:41 +01:00
Robinson
751fd2c982 Removed getLoadedGtkVersion() (GTK logic/reflection doesn't belong in this class) 2021-03-11 22:08:40 +01:00
Robinson
66fbb0c861 Added realize/destroy for getMenuEntryImageSize 2021-03-11 22:07:25 +01:00
Robinson
819037d29c updated version info 2021-03-11 17:38:08 +01:00
Robinson
96e0e06da9 Small refactoring for unix launching. Added version number 2021-03-10 14:42:05 +01:00
Robinson
a2887a8716 Code polish 2021-02-15 02:05:16 +01:00
Robinson
c075333b53 Added WSL (Windows Subsystem for Linux) check 2021-02-15 02:03:17 +01:00
Robinson
20cc9446c0 Added poroperty loader to license 2021-02-10 00:04:41 +01:00
Robinson
4537b670dc Code polish 2021-02-10 00:04:21 +01:00
Robinson
d6e4f01496 Changed how to fully load images. Moved ActionHandler classes to their respective projects (common util project is nice, but unnecessary for a single file) 2021-02-09 23:06:28 +01:00
Robinson
d4cc8f01d7 Removed java6 checks 2021-02-08 00:18:44 +01:00
Robinson
6016ea7ade Moved the @Property annotation class to it's own project 2021-02-08 00:10:59 +01:00
Robinson
1b3f66703f More cautious image creation 2021-02-07 00:14:51 +01:00
Robinson
e09faaf491 Added MonitorFromPoint 2021-02-06 23:38:40 +01:00
Robinson
509106d658 Added back ShCore for GetDpiForMonitor (only works for win 8.1+) 2021-02-06 23:38:19 +01:00
Robinson
cc0c77e70c Added executor PID test 2021-01-31 23:49:00 +01:00
Robinson
316a090e8b Updated license info 2021-01-31 23:48:43 +01:00
Robinson
de96ec2788 Updated dependencies 2021-01-31 23:48:32 +01:00
Robinson
2a69b70803 Windows Event Dispatch modified to permit multiple instances (required for multiple, simultaneous system tray instances on windows) 2021-01-31 23:39:58 +01:00
Robinson
41fe221e3c Added static method to clear specific cache 2021-01-31 21:24:14 +01:00
Robinson
12e6f5ea75 Uses new SwtJavaFx project (for swt/javaFX logic) 2021-01-31 21:03:40 +01:00
Robinson
675515c35b CacheUtil can now be specified with a name (so more than 1 can exist). Better multi-threaded support for hashing 2021-01-31 00:37:40 +01:00
Robinson
6a368ccd13 Moved util subprojects into their own projects 2021-01-30 16:18:36 +01:00
Robinson
86ae8e36da JavaFX access is wrapped without reflection 2021-01-27 01:40:24 +01:00
Robinson
23ffd02b65 SWT no longer using reflection (using trampoline class for access) 2021-01-27 01:37:53 +01:00
Robinson
01d92c0a86 Added back moved swing UI components (they were moved unnecessarily) 2021-01-27 00:19:10 +01:00
Robinson
d76389752c Updated dependencies 2021-01-17 14:36:15 +01:00
Robinson
519f9c94fe updated imports. Moved tests to their respective projects 2021-01-17 14:35:40 +01:00
Robinson
41f060dede Moved Serializers to their own project 2021-01-15 00:46:48 +01:00
Robinson
654e6ca584 Fixed imports 2021-01-12 22:04:06 +01:00
Robinson
f25ff4ddbf Small SWT refactor 2021-01-11 00:18:21 +01:00
Robinson
9ebc3499ea Moved SwingActiveRender utility to it's own module 2021-01-11 00:01:41 +01:00
nathan
fd68a23974 Fixed issue with hex bytesToInts 2020-09-25 19:52:02 +02:00
nathan
81913bbd62 Updated version 2020-09-15 17:27:01 +02:00
nathan
6906106745 Exposed backing fields for StorageSystem.DiskBuilder 2020-09-15 17:07:01 +02:00
nathan
90e35d00bc Expose NamedThreadFactory fields 2020-09-15 03:07:20 +02:00
nathan
a409f688b7 Cleaned comments, mark linked nodes as volatile for thread visibility 2020-09-14 22:21:16 +02:00
nathan
470f3592ef Updated version info 2020-08-29 10:56:59 +02:00
nathan
d885106556 Added retrofit 'getRawType' utility method 2020-08-23 00:42:42 +02:00
nathan
23d5cee2c7 Added more exception types to the default serialization registration 2020-08-23 00:40:25 +02:00
nathan
1187f5dd88 Updated build/plugins. license has kotlin as 1980 since that is when the interior files (for that jar) are published. We use the self-published date for license information 2020-08-18 22:25:21 +02:00
nathan
36e2641537 StorageSystem now uses ByteBuffer2, instead of netty 2020-08-18 22:03:14 +02:00
nathan
dbbec59db0 Removed boxing 2020-08-18 22:02:43 +02:00
nathan
11050a86de Code polish, suppressed unused methods, etc 2020-08-18 22:02:13 +02:00
nathan
6270168430 Suppressed generics/rawtypes/etc warnings, since these aren't my files, I shouldn't change them too much (as they work, as-is) 2020-08-18 22:01:47 +02:00
nathan
9adfc35908 Suppress necessary deprecation warnings (for finalize), since this is native code and is necessary 2020-08-18 22:00:51 +02:00
nathan
caa6e5e3fc supress generic warnings 2020-08-18 21:20:12 +02:00
nathan
7161891b1f added start position and length for hex/byte conversions 2020-08-14 01:20:35 +02:00