index
:
users/mraynsford/jogl.git
mark
master
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
make
/
build-newt.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...
Sven Gothel
2012-06-26
1
-11
/
+11
*
Fix regression of commit 54d0ff131097a2cd9a91a0c1dd84deb8b1f7d0ac in build-ne...
Sven Gothel
2012-06-19
1
-1
/
+1
*
Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...
Sven Gothel
2012-06-15
1
-14
/
+34
*
Get JOGL to build with NDK r7
Edwin Vane
2012-02-28
1
-3
/
+3
*
NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...
Sven Gothel
2012-02-23
1
-1
/
+1
*
javac - setup encoding to UTF-8
Sven Gothel
2012-01-23
1
-0
/
+4
*
Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...
Sven Gothel
2012-01-22
1
-1
/
+8
*
NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi...
Sven Gothel
2012-01-13
1
-0
/
+1
*
Fix Bug 547: Enable others architectures under GNU/Linux
Sylvestre Ledru
2012-01-09
1
-1
/
+61
*
OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5)
Sven Gothel
2012-01-09
1
-1
/
+1
*
NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;
Sven Gothel
2011-12-23
1
-0
/
+2
*
NEWT build: Add jogamp/newt/driver/* to core
Sven Gothel
2011-11-19
1
-1
/
+1
*
Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ...
Sven Gothel
2011-10-18
1
-10
/
+11
*
Proper classpath for all javah commands, using 'rootrel.build'
Sven Gothel
2011-08-30
1
-18
/
+20
*
Fix classpaths to work with Java 7's javah
Wade Walker
2011-08-25
1
-1
/
+1
*
Android Cleanup: Remove EGL header & library (compile time)
Sven Gothel
2011-08-11
1
-1
/
+0
*
Android: Add android/EGL lib for linkage
Sven Gothel
2011-08-09
1
-44
/
+38
*
deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...
Sven Gothel
2011-08-05
1
-104
/
+101
*
Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL depend...
Sven Gothel
2011-08-03
1
-13
/
+8
*
Initial android newt input event transformation
Rami Santina
2011-08-02
1
-1
/
+1
*
Adapt latest gluegen changes for crossplatform.
Sven Gothel
2011-08-02
1
-3
/
+3
*
build: add linux/armv7 support ; only add resources once w/o java source
Sven Gothel
2011-07-28
1
-5
/
+34
*
Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...
Sven Gothel
2011-06-11
1
-0
/
+1
*
Remove reference to the deprecated option noCDC (2)
Sylvestre Ledru
2011-02-25
1
-1
/
+0
*
Prevent native libraries from always rebuilding and stripping
Wade Walker
2011-02-18
1
-55
/
+78
*
Remove CDC
Sven Gothel
2011-02-09
1
-97
/
+5
*
Expand tabs to 4 spaces
Sven Gothel
2011-02-09
1
-14
/
+14
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-30
/
+42
*
Fixing build scripts for Solaris systems.
Barcsik Attila
2011-02-05
1
-0
/
+2
*
Add Version Applet
Sven Gothel
2010-12-15
1
-1
/
+1
*
Fix jnlp files jar names and removed main attribute of jar ref
Sven Gothel
2010-12-15
1
-4
/
+4
*
Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha...
Sven Gothel
2010-11-10
1
-36
/
+6
*
Gluegen parts in src/gluegen (clean)
Sven Gothel
2010-11-07
1
-1
/
+1
*
Fix ant build files according to the new stub_include folders
Sven Gothel
2010-11-06
1
-0
/
+1
*
Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm...
Sven Gothel
2010-11-04
1
-0
/
+4
*
Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl
Rami Santina
2010-10-17
1
-0
/
+10
*
Set up compiler and linker for newt. JOGL builds and passes all tests.
Mark Rothwell
2010-06-26
1
-4
/
+34
*
Remove /usr/X11R6 from newt, too
Mark Rothwell
2010-06-26
1
-5
/
+0
*
JOGL.GLAutoDrawable:
Sven Gothel
2010-06-16
1
-1
/
+1
*
NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread method
Sven Gothel
2010-06-02
1
-1
/
+1
*
NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete).
Sven Gothel
2010-06-02
1
-1
/
+1
*
NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...
Sven Gothel
2010-05-28
1
-1
/
+1
*
Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes
Sven Gothel
2010-05-21
1
-6
/
+6
*
GlueGen/JOGL Windows x86 x86_64 Builds
Sven Gothel
2010-05-16
1
-2
/
+14
*
NEWT Fixes:
Sven Gothel
2010-05-04
1
-0
/
+1
*
Xorg libs/headers are in std FS location /usr
Sven Gothel
2010-04-30
1
-4
/
+4
*
- JAR Manifest: Trusted-Library: true
Sven Gothel
2010-04-28
1
-13
/
+13
*
NEWT Cleanup
Sven Gothel
2010-04-24
1
-19
/
+36
*
NEWT/AWT Interoperability
Sven Gothel
2010-04-24
1
-2
/
+2
*
*** Now Using Apache-Ant-1.8.0 ***
Sven Gothel
2010-04-10
1
-0
/
+2
[next]