aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adapt to new plugin3 / Use browser window's location on screen for top-level ...Sven Gothel2014-01-312-24/+56
* NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba...Sven Gothel2014-01-311-11/+6
* NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac...Sven Gothel2014-01-313-11/+57
* Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve the ...Sven Gothel2014-01-311-0/+19
* Sync plugin3-public jar and source filesSven Gothel2014-01-312-0/+0
* Add Applet3 test html pagesSven Gothel2014-01-307-0/+595
* NEWT: Add Support for AWT-Less Applet3Sven Gothel2014-01-309-9/+570
* NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis...Sven Gothel2014-01-301-8/+10
* NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs...Sven Gothel2014-01-303-0/+149
* NEWT Window: Add API Doc for Custom Window IconsSven Gothel2014-01-302-0/+16
* Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock...Sven Gothel2014-01-271-10/+21
* Bug 927 - Enhance GLMediaPlayer/FFMPEGMediaPlayer MovieSimple to run multiple...Sven Gothel2014-01-262-124/+169
* GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM...Sven Gothel2014-01-262-1/+38
* Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is o...Sven Gothel2014-01-269-197/+90
* Adapt to joal.jar location in ${joal.build}/jar/joal.jarSven Gothel2014-01-251-1/+1
* TestPerf001*Init0*: Add INIT_TIMEOUT for perf. loop (10s)Sven Gothel2014-01-254-18/+33
* Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnlySven Gothel2014-01-244-25/+24
* GLRendererQuirks.addQuirks(..): Fix array bounds checkSven Gothel2014-01-241-1/+1
* Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so -> a.s...Sven Gothel2014-01-241-0/+10
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-246-110/+234
* Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull...Sven Gothel2014-01-244-31/+32
* EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ...Sven Gothel2014-01-2311-155/+182
* NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while bein...Sven Gothel2014-01-231-5/+4
* Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh...Sven Gothel2014-01-226-0/+8
* Bug 921: FPSAnimator debug output on stderr shall happen only if DEBUG is ena...Sven Gothel2014-01-221-3/+9
* Bug 945 - Add test script to launch unit test from samba share on windowsSven Gothel2014-01-221-0/+33
* Fix jogl-*-version.jnlp: Needs 'all-permissions' to match jogl-all.jar's mani...Sven Gothel2014-01-222-0/+6
* Adding missing 'gl-if-CustomJavaCode-gl2.java' of commit 09fc7aa5539731bb0fba...Sven Gothel2014-01-221-0/+40
* JOGL Test Applets: Refine html pagesSven Gothel2014-01-224-34/+56
* JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags ei...Sven Gothel2014-01-2211-33/+3
* Adaption of Oracle's Deployment changes, i.e. >= 7u51Sven Gothel2014-01-2220-466/+112
* Doc: JOGL-DEPLOYMENT Change 'Traditional Applets' to 'New Applets' (NApplet)Sven Gothel2014-01-212-2/+2
* windows test scriptSven Gothel2014-01-211-2/+4
* Add 'Permissions: all-permissions' to jogl-test.jar for Oracle's 7u51 Java Pl...Sven Gothel2014-01-211-0/+1
* TestSharedContextVBOES2NEWT3: Re-enable temp disabled tests (oops)Sven Gothel2014-01-211-5/+3
* GLBufferObjectTracker: Fix copyright notice (drop Sun Microsystems since this...Sven Gothel2014-01-211-33/+21
* HowToBuild: Add 'libxcursor-devel' dependency and a debian one-liner ..Sven Gothel2014-01-211-0/+5
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-216-3/+46
* Bug 942: GLBufferObjectTracker Enhancement [2/2]: Add mapped buffer capabilit...Sven Gothel2014-01-2116-289/+993
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-2122-483/+1539
* Bug 943 - GLBufferStateTracker shall support tracking all possible buffer tar...Sven Gothel2014-01-151-12/+27
* Bug 942 - Review GLBuffer[State|Size]Tracker: Add synchronized access to shar...Sven Gothel2014-01-153-31/+41
* Bug 942: Bug 942 - Review GLBuffer[State|Size]Tracker and NIO mapped buffersSven Gothel2014-01-144-92/+73
* Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...Sven Gothel2014-01-1410-192/+274
* JAWTWindow DEBUG: Dump all JAVA_VERSION* informationSven Gothel2014-01-143-27/+22
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-1410-274/+192
* Bug 938 - MemoryObject.java has no more equals() methodSven Gothel2014-01-142-8/+24
* TestParenting01dAWT: Add waitForVisible after toggling NEWT child window visi...Sven Gothel2014-01-132-4/+7
* OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri...Sven Gothel2014-01-131-5/+12
* JAWTWindow.JAWTComponentListener: Minor CleanupSven Gothel2014-01-131-5/+5