aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl
Commit message (Expand)AuthorAgeFilesLines
* Switches to JOGL 2.5.0HEADmasterJulien Gouesse2023-12-031-2/+2
* Switches to JOGL 2.5.0 RC 20230507Julien Gouesse2023-05-081-2/+2
* Drops Maven build scripts as it's replaced by GradleJulien Gouesse2023-04-171-46/+0
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-092-393/+0
* Switches to JOGL 2.4.0Julien Gouesse2023-02-131-2/+2
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-041-0/+2
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-041-3/+3
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-301-200/+0
* Partially fixes the generation of the Java API documentation (there are still...Julien Gouesse2019-08-231-1/+1
* Removes the remaining references to GithubJulien Gouesse2019-08-211-1/+1
* Uses the release option in the Maven build to ease the use of Java >= 9Julien Gouesse2019-08-121-1/+3
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-301-1/+1
* Fixes some errors in the Java documentation of ardor3d-joglJulien Gouesse2019-06-017-93/+206
* Replaces Guava's enum multisets by Java EnumMap (issue #13)Julien Gouesse2019-05-271-9/+8
* Fixes a bug introduced while fixing the issue #13: the keyboard input was no ...Julien Gouesse2019-05-271-5/+2
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-261-3/+5
* Replaces Guava's PeekingIteratorJulien Gouesse2018-09-132-38/+6
* Replaces Guava's checkNotNull by Objects.requireNonNullJulien Gouesse2018-07-141-4/+4
* Replaces Guava's checkNonNull by Objects.requireNonNullJulien Gouesse2018-07-141-3/+2
* Merges several Renanse's commitsJulien Gouesse2018-01-275-28/+60
|\
| * Update to mouse manager allowing null to be passed to setCursor to signify cl...Joshua Slack2018-01-151-1/+5
| * Added new method to Canvas interface providing a way to store and retrieve th...Joshua Slack2018-01-156-4/+82
| * Small tweak to eclipse project settingsJoshua Slack2018-01-041-1/+1
| * Fixed bug with caps in Jogl recently introduced.Joshua Slack2017-10-181-3/+5
| * Added some additional caps detection + divorced UIContainer standin texture s...Joshua Slack2017-10-161-1/+10
| * Added centerOn method to UIComponent to make it simpler to center a component...Joshua Slack2017-09-291-6/+3
| * Experimental conversion to gradleJoshua Slack2017-09-191-0/+8
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-271-2/+3
|\|
| * Cleaned up various warningsJoshua Slack2017-04-201-3/+3
| * Updated target to Java 1.7Joshua Slack2017-04-201-4/+7
* | Fixes the management of the parenthesis within expressions in the Eclipse set...Julien Gouesse2016-08-171-1/+1
* | Updates the copyright headers and templatesJulien Gouesse2016-08-0743-43/+43
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-307-11/+11
* | Minor javadoc fixesJulien Gouesse2016-03-201-4/+5
* | Disables the use of GLSL in GLJPanel used in JoglSwingCanvas as it caused too...Julien Gouesse2015-10-301-0/+6
* | Uses the rotated width and height within the canvas renderer in order to fix ...Julien Gouesse2015-10-221-6/+5
* | Ensures that the display settings stored into JoglNewtWindow reflect the chos...Julien Gouesse2015-10-223-22/+47
* | Adds the screen rotation into the display settings, allows to pass (0,0) as a...Julien Gouesse2015-10-212-22/+182
* | Updates JogAmp, uses the build 2.3.2Julien Gouesse2015-10-131-2/+2
* | Disables HiDPI by default, see the issue #14: https://github.com/gouessej/Ard...Julien Gouesse2015-10-121-5/+8
* | Updates JogAmp, uses the build 2.3.2-rc-20150929Julien Gouesse2015-09-301-2/+2
* | Updates JogAmp, uses the build 2.3.2-rc-20150927Julien Gouesse2015-09-271-2/+2
* | Updates JogAmp, uses the build 2.3.2-rc-20150926 in the Gradle build tooJulien Gouesse2015-09-261-2/+2
* | Fixes the OpenGL ES 2 support, not exposed yet anywayJulien Gouesse2015-09-253-5/+9
* | Moves the classes of the JOGL backend depending on AWT into ardor3d-jogl-awtJulien Gouesse2015-09-206-711/+0
* | Updates JOGL (2.3.2 RC 20150812), moves the image format detection from Ardor...Julien Gouesse2015-08-283-389/+13
* | Fixes the issue #18Julien Gouesse2015-08-142-6/+83
* | Updates the Gradle build scriptJulien Gouesse2015-08-131-2/+2
* | Fixes the read limit when marking a stream in the JOGL image loaderJulien Gouesse2015-08-101-1/+1
* | Adds a comment into JoglSwingCanvas about the possible conflicts between the ...Julien Gouesse2015-07-031-5/+7