aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Reloc AttachJAWTSurfaceLayer() (commit d644e9321dceeecdd94a1797e25e6e356d...Sven Gothel2011-11-181-0/+1
* OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...Sven Gothel2011-11-101-0/+2
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-051-1/+9
* Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ...Sven Gothel2011-10-181-5/+34
* OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ...Sven Gothel2011-10-131-1/+1
* NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ...Sven Gothel2011-09-251-3/+28
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-041-3/+7
* NativeWindow X11: Add DSO Xrender dependencySven Gothel2011-09-031-0/+6
* Proper classpath for all javah commands, using 'rootrel.build'Sven Gothel2011-08-301-2/+4
* Fix classpaths to work with Java 7's javahWade Walker2011-08-251-1/+1
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-36/+16
* Adapt latest gluegen changes for crossplatform.Sven Gothel2011-08-021-3/+3
* build: add linux/armv7 support ; only add resources once w/o java sourceSven Gothel2011-07-281-3/+28
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-111-1/+3
* Merge remote-tracking branch 'wwalker/2010_02_18_Eclipse_build_improvements'Sven Gothel2011-02-251-50/+73
|\
| * Prevent native libraries from always rebuilding and strippingWade Walker2011-02-181-50/+73
* | NativeWindow/SWT: Rename SWTMisc -> SWTAccessor; Add to nativewindow.core.jarSven Gothel2011-02-221-2/+5
* | NativeWindow/SWT: Add SWTMisc utility allowing platform independent accessSven Gothel2011-02-221-1/+1
|/
* Remove CDCSven Gothel2011-02-091-87/+8
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-14/+14
* Fix jnlp files jar names and removed main attribute of jar refSven Gothel2010-12-151-2/+2
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-121-5/+8
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-7/+38
* Adding *Version to sub packagesSven Gothel2010-11-141-1/+1
* Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha...Sven Gothel2010-11-101-45/+8
* Gluegen parts in src/gluegen (clean)Sven Gothel2010-11-071-16/+13
* Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6...Sven Gothel2010-11-061-6/+9
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-1/+1