| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NEWT Window: Add API Doc for Custom Window Icons | Sven Gothel | 2014-01-30 | 2 | -0/+16 |
* | Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock... | Sven Gothel | 2014-01-27 | 1 | -10/+21 |
* | Bug 927 - Enhance GLMediaPlayer/FFMPEGMediaPlayer MovieSimple to run multiple... | Sven Gothel | 2014-01-26 | 2 | -124/+169 |
* | GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM... | Sven Gothel | 2014-01-26 | 2 | -1/+38 |
* | Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is o... | Sven Gothel | 2014-01-26 | 9 | -197/+90 |
* | Adapt to joal.jar location in ${joal.build}/jar/joal.jar | Sven Gothel | 2014-01-25 | 1 | -1/+1 |
* | TestPerf001*Init0*: Add INIT_TIMEOUT for perf. loop (10s) | Sven Gothel | 2014-01-25 | 4 | -18/+33 |
* | Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnly | Sven Gothel | 2014-01-24 | 4 | -25/+24 |
* | GLRendererQuirks.addQuirks(..): Fix array bounds check | Sven Gothel | 2014-01-24 | 1 | -1/+1 |
* | Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so -> a.s... | Sven Gothel | 2014-01-24 | 1 | -0/+10 |
* | Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display... | Sven Gothel | 2014-01-24 | 6 | -110/+234 |
* | Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull... | Sven Gothel | 2014-01-24 | 4 | -31/+32 |
* | EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ... | Sven Gothel | 2014-01-23 | 11 | -155/+182 |
* | NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while bein... | Sven Gothel | 2014-01-23 | 1 | -5/+4 |
* | Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh... | Sven Gothel | 2014-01-22 | 6 | -0/+8 |
* | Bug 921: FPSAnimator debug output on stderr shall happen only if DEBUG is ena... | Sven Gothel | 2014-01-22 | 1 | -3/+9 |
* | Bug 945 - Add test script to launch unit test from samba share on windows | Sven Gothel | 2014-01-22 | 1 | -0/+33 |
* | Fix jogl-*-version.jnlp: Needs 'all-permissions' to match jogl-all.jar's mani... | Sven Gothel | 2014-01-22 | 2 | -0/+6 |
* | Adding missing 'gl-if-CustomJavaCode-gl2.java' of commit 09fc7aa5539731bb0fba... | Sven Gothel | 2014-01-22 | 1 | -0/+40 |
* | JOGL Test Applets: Refine html pages | Sven Gothel | 2014-01-22 | 4 | -34/+56 |
* | JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags ei... | Sven Gothel | 2014-01-22 | 11 | -33/+3 |
* | Adaption of Oracle's Deployment changes, i.e. >= 7u51 | Sven Gothel | 2014-01-22 | 20 | -466/+112 |
* | Doc: JOGL-DEPLOYMENT Change 'Traditional Applets' to 'New Applets' (NApplet) | Sven Gothel | 2014-01-21 | 2 | -2/+2 |
* | windows test script | Sven Gothel | 2014-01-21 | 1 | -2/+4 |
* | Add 'Permissions: all-permissions' to jogl-test.jar for Oracle's 7u51 Java Pl... | Sven Gothel | 2014-01-21 | 1 | -0/+1 |
* | TestSharedContextVBOES2NEWT3: Re-enable temp disabled tests (oops) | Sven Gothel | 2014-01-21 | 1 | -5/+3 |
* | GLBufferObjectTracker: Fix copyright notice (drop Sun Microsystems since this... | Sven Gothel | 2014-01-21 | 1 | -33/+21 |
* | HowToBuild: Add 'libxcursor-devel' dependency and a debian one-liner .. | Sven Gothel | 2014-01-21 | 1 | -0/+5 |
* | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 6 | -3/+46 |
* | Bug 942: GLBufferObjectTracker Enhancement [2/2]: Add mapped buffer capabilit... | Sven Gothel | 2014-01-21 | 16 | -289/+993 |
* | Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron... | Sven Gothel | 2014-01-21 | 22 | -483/+1539 |
* | Bug 943 - GLBufferStateTracker shall support tracking all possible buffer tar... | Sven Gothel | 2014-01-15 | 1 | -12/+27 |
* | Bug 942 - Review GLBuffer[State|Size]Tracker: Add synchronized access to shar... | Sven Gothel | 2014-01-15 | 3 | -31/+41 |
* | Bug 942: Bug 942 - Review GLBuffer[State|Size]Tracker and NIO mapped buffers | Sven Gothel | 2014-01-14 | 4 | -92/+73 |
* | Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and... | Sven Gothel | 2014-01-14 | 10 | -192/+274 |
* | JAWTWindow DEBUG: Dump all JAVA_VERSION* information | Sven Gothel | 2014-01-14 | 3 | -27/+22 |
* | Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe... | Sven Gothel | 2014-01-14 | 10 | -274/+192 |
* | Bug 938 - MemoryObject.java has no more equals() method | Sven Gothel | 2014-01-14 | 2 | -8/+24 |
* | TestParenting01dAWT: Add waitForVisible after toggling NEWT child window visi... | Sven Gothel | 2014-01-13 | 2 | -4/+7 |
* | OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri... | Sven Gothel | 2014-01-13 | 1 | -5/+12 |
* | JAWTWindow.JAWTComponentListener: Minor Cleanup | Sven Gothel | 2014-01-13 | 1 | -5/+5 |
* | JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's... | Sven Gothel | 2014-01-12 | 1 | -1/+1 |
* | DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er... | Sven Gothel | 2014-01-12 | 3 | -27/+88 |
* | AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(... | Sven Gothel | 2014-01-12 | 2 | -12/+12 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 11 | -186/+249 |
* | Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR... | Sven Gothel | 2014-01-11 | 1 | -4/+7 |
* | Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol... | Sven Gothel | 2014-01-11 | 5 | -34/+20 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 17 | -458/+431 |
* | X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss... | Sven Gothel | 2014-01-11 | 2 | -47/+55 |
* | Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'g... | Sven Gothel | 2014-01-09 | 4 | -7/+18 |