aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
Commit message (Expand)AuthorAgeFilesLines
* Add support for Linux/ppc64le architectureTom G. Christensen2023-06-071-1/+8
* Add support for riscv64 architectureAndreas Schwab2023-05-241-1/+7
* GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ...Sven Gothel2023-01-311-0/+2
* Remove Windows dll-rename, adopting to cpptasks.jar changeSven Gothel2023-01-231-11/+0
* Isolate SWT from core nativewindow; Android apk shall only include core nativ...Sven Gothel2023-01-201-2/+12
* When explicitly generating native header, avoid implicit referenced classes.Sven Gothel2020-02-021-0/+5
* linker.cfg.linux.*.nativewindow: Specialize for x86 and amd64 allowing cross-...Sven Gothel2020-01-041-2/+12
* native.tag.jar: Revert explicit inclusion of *.symbols fileSven Gothel2020-01-041-1/+1
* native.tag.jar: include *.symbolsSven Gothel2020-01-021-1/+1
* Bug 1417 - Android: Adopt to gluegen/make/scripts/setenv-android-tools.sh cha...Sven Gothel2019-12-241-0/+1
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-281-4/+88
* Fixed clean target so it doesn't fail if GlueGenTask is not presentSven Gothel2019-08-191-1/+1
* Bug 1363: Java 11: bring back bootclasspath for java 8 target accuracySven Gothel2019-08-191-0/+1
* Removed remaining bootclasspath and javah; build now works on Windows 10Wade Walker2019-08-191-3/+0
* Bug 1363: Java 11: javah replacement: Use conditional ant targets instead of ...Sven Gothel2019-08-191-64/+74
* Fixed native header generation for native windowing codeWade Walker2019-08-191-6/+62
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-231-10/+92
* Bug 1190: Adapt cross build TARGET_PLATFORM_USRLIBS and TARGET_PLATFORM_SYSRO...Sven Gothel2019-04-081-6/+6
* Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)Sven Gothel2019-03-301-13/+2
* JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ...Sven Gothel2019-03-191-1/+1
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-2/+3
* Adapt to new JNI header location within GlueGen, completes commit 9fb45e70730...Sven Gothel2015-03-241-8/+14
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G...Sven Gothel2015-02-031-0/+3
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 buil...Sven Gothel2015-01-301-1/+19
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-5/+17
* Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-301-1/+1
* Bug 1021: Add OculusSDK binding / Basic OVR supportSven Gothel2014-06-191-4/+0
* build-*.xml: Unify 'javah' tasks where possible, i.e. per destination directo...Sven Gothel2013-09-081-6/+3
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-211-0/+1
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-4/+5
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-221-1/+2
* OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT:...Sven Gothel2013-02-171-19/+0
* Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh...Sven Gothel2012-10-021-0/+1
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-161-7/+7
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-5/+5
* Merge branch 'pulled'Sven Gothel2012-03-071-3/+3
|\
| * Get JOGL to build with NDK r7Edwin Vane2012-02-281-3/+3
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-8/+5
|/
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-271-17/+6
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+1
* Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...Sven Gothel2012-01-221-2/+9
* Fix Bug 546: Provide more information about the systemSylvestre Ledru2012-01-091-0/+1
* Fix Bug 547: Enable others architectures under GNU/LinuxSylvestre Ledru2012-01-091-1/+37
* OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5)Sven Gothel2012-01-091-2/+2
* OSX 10.6 build fix: '-F <frameworkdir> -> -F<frameworkdir>Sven Gothel2012-01-091-2/+1
* Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-091-0/+19
* JOGL junit.run: Add 32bit tests for OSX (fat binaries)Sven Gothel2011-12-181-2/+4
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-011-0/+1
* NativeWindow build: Remove duplicate class X11AWTGraphicsConfigurationFactory...Sven Gothel2011-11-261-3/+3