| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'wwalker/2010_02_18_Eclipse_build_improvements' | Sven Gothel | 2011-02-25 | 1 | -50/+73 |
|\ |
|
| * | Prevent native libraries from always rebuilding and stripping | Wade Walker | 2011-02-18 | 1 | -50/+73 |
* | | NativeWindow/SWT: Rename SWTMisc -> SWTAccessor; Add to nativewindow.core.jar | Sven Gothel | 2011-02-22 | 1 | -2/+5 |
* | | NativeWindow/SWT: Add SWTMisc utility allowing platform independent access | Sven Gothel | 2011-02-22 | 1 | -1/+1 |
|/ |
|
* | Remove CDC | Sven Gothel | 2011-02-09 | 1 | -87/+8 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -14/+14 |
* | Fix jnlp files jar names and removed main attribute of jar ref | Sven Gothel | 2010-12-15 | 1 | -2/+2 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 1 | -5/+8 |
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 1 | -7/+38 |
* | Adding *Version to sub packages | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha... | Sven Gothel | 2010-11-10 | 1 | -45/+8 |
* | Gluegen parts in src/gluegen (clean) | Sven Gothel | 2010-11-07 | 1 | -16/+13 |
* | Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6... | Sven Gothel | 2010-11-06 | 1 | -6/+9 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 1 | -1/+1 |
* | Prepend /usr/local/lib for X11 libraries | Mark Rothwell | 2010-06-26 | 1 | -4/+4 |
* | Use correct compiler setup for nativewindow | Mark Rothwell | 2010-06-26 | 1 | -2/+6 |
* | Correct compiler config (not amd64 specific) | Mark Rothwell | 2010-06-26 | 1 | -1/+1 |
* | FreeBSD does not use /usr/X11R6 anymore (it became a symlink to /usr/local qu... | Mark Rothwell | 2010-06-26 | 1 | -5/+0 |
* | Split and use new linker definitions for FreeBSD (nativewindow) | Mark Rothwell | 2010-06-26 | 1 | -5/+23 |
* | Fix NativeWindow JAWT Code Generation and Bounds Access | Sven Gothel | 2010-05-27 | 1 | -2/+2 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 1 | -4/+4 |
* | GlueGen/JOGL Windows x86 x86_64 Builds | Sven Gothel | 2010-05-16 | 1 | -2/+13 |
* | 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 | -14/+13 |
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-20 | 1 | -13/+1 |
* | Further ATI (fglrx) X11Display bug workaround/cleanup | Sven Gothel | 2010-04-15 | 1 | -0/+3 |
* | *** Now Using Apache-Ant-1.8.0 *** | Sven Gothel | 2010-04-10 | 1 | -0/+2 |
* | Cleanup ant files, intro: build-common.xml used for all targets; Extracting b... | Sven Gothel | 2010-04-09 | 1 | -189/+59 |
* | Added doc/deployment: | Sven Gothel | 2010-04-08 | 1 | -22/+22 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 1 | -12/+12 |
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
* | build should use gluegen.root property where possible. | Michael Bien | 2009-11-29 | 1 | -5/+5 |
* | Allow custom user gluegen.compiler.xml ; NEWT: Example lib/gluegen.compiler.i... | Sven Gothel | 2009-10-02 | 1 | -4/+1 |
* | Gluegen: | Sven Gothel | 2009-07-31 | 1 | -9/+9 |
* | NativeWindow: noNativeAWT if nodesktop | sg215889 | 2009-07-28 | 1 | -2/+10 |
* | Cleanup .. | sg215889 | 2009-07-28 | 1 | -22/+9 |
* | Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG... | sg215889 | 2009-07-27 | 1 | -12/+3 |
* | Merge branch 'MIPS_PORT' of ssh://MorrisMeyer@git.kenai.com/jogl~jogl-git int... | Morris Meyer | 2009-07-27 | 1 | -1/+1 |
|\ |
|
| * | Fix: Add gluegen.cpptasks.detect.os call | sg215889 | 2009-07-26 | 1 | -1/+1 |
* | | mips changes | Morris Meyer | 2009-07-27 | 1 | -2/+0 |
|/ |
|
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 1 | -88/+116 |
* | Fix CDC JAR unificationCDC_CVM_Integration | sg215889 | 2009-07-15 | 1 | -1/+4 |
* | Build CDC named JARs for CVM in default build, no more specialized build nece... | sg215889 | 2009-07-15 | 1 | -0/+8 |
* | Add: Extended support for CVM: | sg215889 | 2009-07-12 | 1 | -20/+34 |
* | - Fix: X11 locking | Sven Gothel | 2009-06-18 | 1 | -3/+14 |
* | Thanks to Sven's changes to make each platform build a platform- | Kenneth Russel | 2009-06-18 | 1 | -406/+0 |
* | Added generation of version.txt files to normal build paths of jogl, | Kenneth Russel | 2009-06-17 | 1 | -12/+17 |
* | More build fixes for nativewindow and Newt on solaris-sparcv9 and solaris-amd64 | Kenneth Russel | 2009-06-17 | 1 | -2/+2 |
* | Build fixes for nativewindow and Newt on solaris-sparcv9 and solaris-amd64 | Kenneth Russel | 2009-06-17 | 1 | -0/+8 |
* | Steps toward revamping the dist build. Changed individual builds to | Kenneth Russel | 2009-06-17 | 1 | -0/+6 |