24 Commits

Author SHA1 Message Date
SiboVG
a3867bfdc0 Update JOGL 2023-09-17 22:32:42 +02:00
SiboVG
dec58452d4 Update darklaf to support JTable cmd-clicking on macOS 2023-08-27 20:42:10 +01:00
SiboVG
b1d0f8933b Auto-detect UI theme based on OS preference 2023-08-16 21:20:00 +02:00
SiboVG
58b9a2d499 Update darklaf with hotfix for internal API calls
See darklaf issue #343: https://github.com/weisJ/darklaf/issues/343
2023-07-29 02:15:52 +02:00
SiboVG
e7432d80b9 Fix JAR for Windows 2023-07-17 12:40:29 +02:00
SiboVG
5a03f130ed Update darklaf to fix button positioning
This is from a custom build of darklaf where I removed the 20 offset from shadowSize (see https://github.com/weisJ/darklaf/issues/347)
2023-07-17 01:05:53 +02:00
SiboVG
4603648de3 Include unstaged files 2023-07-16 02:19:14 +02:00
SiboVG
aa104f6d0c [#1089] Support dark mode & custom font size 2023-07-16 02:01:14 +02:00
SiboVG
07caceb92e Bump JOGL to 2.5 2023-06-22 20:51:46 +02:00
SiboVG
001414097f Update jogl-all to fix #1156 (again) - hopefully 2023-01-09 00:57:35 +01:00
SiboVG
01bdf1112f Add JOGL for macOS arm64 architecture 2023-01-08 22:58:39 +01:00
thzero
c2c22697cc
Dependency Updates (#1483)
* remove the resources\datafiles\presets folder as its is being built by the copy-orc-files build script

* Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings.   Value of is supported in Java 8 (https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html)

* Removed non-atomic updates around deprecation

* updated test dependencies

* dependency updates

* dependency updates
2022-06-26 18:58:18 +02:00
SiboVG
f4d46bd925 [fixes #1156] Fix jogl-all 2022-02-24 16:56:24 +01:00
SiboVG
21fa9c64f4 [fixes #1156] Update JOGL library + add more Linux distributions 2022-02-24 12:52:47 +01:00
Daniel_M_Williams
02e935d6f7 [rm] remove duplicate jogl jar 2020-07-19 16:05:24 -04:00
Billy Olsen
4e167a5599 Upgrade jogl libraries to 2.4.0-rc-20200306
Update the jogl libraries.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2020-03-28 18:59:46 -07:00
Justin Hanney
a7c0cb2b8a Fix OSXSetup after migration to Java9+ 2020-03-11 20:16:46 -04:00
Daniel Williams
84203b014b
Travis CI now builds for Java 13 -- and fixed some issues for Java 13 (#572)
* [jar][Upgrade] Upgrade lib-tests libraries

* [fix][jar/upgrade] Upgraded jars in core/lib.  -- fixed Junit Failures due to missing jaxb bindings.

* [fix] Added openjdk 13 to travis auto-builds

* [fix][unittest][java8] fixes automated java8 unittests

* [fix][build][jar] Upgraded logback libraries; moved to core/lib

* [fix][build][jar] removes unused jars: jaxb-jxc.*.jar

* [upgrade][build][jar] Upgrade the guice .jar libraries
2020-03-06 08:52:20 -05:00
Daniel_M_Williams
5e3dbb6575 [fix] Restores 3d Views to PR #556 -- Java 11 upgrade 2020-02-29 20:44:42 -05:00
Sampo Niskanen
eb5321e82c Add script editor highlighting using RSyntaxTextArea 2014-12-27 20:20:32 +02:00
kruland2607
6e2708b6ac Updated jogl libraries to 2.1.5. 2014-03-25 12:13:47 -05:00
kruland2607
c40136e0f1 Update to MigLayout 4.0. 2013-11-11 09:51:53 -06:00
kruland2607
59f8f13b16 Update jogl to 2.1.2. 2013-11-05 14:52:57 -06:00
kruland2607
26fb295554 Rework source structure to separate swing gui code from core code.
Separate swing application code from core code.  Moved a bunch of sources
and libraries around.  Created new eclipse project.

Further refinements to make it build.

Update gitignore.
2013-09-27 11:34:46 -05:00