aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-261-121/+166
* 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-265-182/+87
* TestPerf001*Init0*: Add INIT_TIMEOUT for perf. loop (10s)Sven Gothel2014-01-253-15/+30
* Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnlySven Gothel2014-01-243-24/+23
* GLRendererQuirks.addQuirks(..): Fix array bounds checkSven Gothel2014-01-241-1/+1
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-245-93/+216
* 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
* Bug 921: FPSAnimator debug output on stderr shall happen only if DEBUG is ena...Sven Gothel2014-01-221-3/+9
* 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
* 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-2110-286/+899
* Bug 943 - GLBufferStateTracker shall support tracking all possible buffer tar...Sven Gothel2014-01-151-12/+27
* 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-144-187/+260
* JAWTWindow DEBUG: Dump all JAVA_VERSION* informationSven Gothel2014-01-142-25/+19
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-144-260/+187
* Bug 938 - MemoryObject.java has no more equals() methodSven Gothel2014-01-141-6/+22
* TestParenting01dAWT: Add waitForVisible after toggling NEWT child window visi...Sven Gothel2014-01-131-1/+4
* 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
* JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...Sven Gothel2014-01-121-1/+1
* DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er...Sven Gothel2014-01-123-27/+88
* AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...Sven Gothel2014-01-122-12/+12
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-1210-179/+206
* Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR...Sven Gothel2014-01-111-4/+7
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-115-34/+20
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-1117-458/+431
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-112-47/+55
* Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'g...Sven Gothel2014-01-093-5/+16
* BCM_VC_IV: Add 2 references (_poor_ API docs, very)Sven Gothel2014-01-092-0/+8
* NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and positionSven Gothel2014-01-092-88/+72
* NEWT bcm_vc_iv.c: Disable VERBOSE_ONSven Gothel2014-01-091-2/+2
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Interc...Sven Gothel2014-01-092-22/+5
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)Sven Gothel2014-01-096-56/+617
* NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before and a...Sven Gothel2014-01-092-11/+8
* Bug 676: Use proper pointer icon images (artwork)Sven Gothel2014-01-098-19/+19
* PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod...Sven Gothel2014-01-091-0/+1
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-0830-786/+1428
* Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-085-0/+1227
* Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...Sven Gothel2014-01-052-18/+26
* Bug 935: NEWT PointerIcon/Visibility: Perform OffscreenLayerSurface delegatio...Sven Gothel2014-01-052-69/+127
* NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN...Sven Gothel2014-01-052-45/+37
* NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red...Sven Gothel2014-01-051-0/+7
* Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set...Sven Gothel2014-01-051-14/+35