Commit Graph

792 Commits

Author SHA1 Message Date
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
nathan
131443e110 serialization manager now uses generics for determining IO buffer type 2020-08-13 16:10:07 +02:00
nathan
8c78e59bf3 Added LockFreeIntStringMap 2020-08-12 23:13:04 +02:00
nathan
c80f435386 Added NullPointerException 2020-08-12 23:12:47 +02:00
nathan
9d86f0ae87 name cleanup 2020-08-10 01:36:17 +02:00
nathan
99e2791fda Comment clarification on BinEndian 2020-08-08 09:37:28 +02:00
nathan
711b90542f updated license 2020-08-08 01:03:34 +02:00
nathan
9884f88252 updated gradel 2020-08-08 01:03:24 +02:00
nathan
bc5c037c5b Fixed utf8 comments 2020-08-07 16:15:05 +02:00