| Commit message (Expand) | Author | Age | Files | Lines |
* | MacOS: JAWTWindow.invalidateNative(): Use copied references in off-thread ope... | Sven Gothel | 2023-01-22 | 1 | -10/+12 |
* | MacOS: JAWTWindow's OffscreeLayer: Show semantics in argument names and compl... | Sven Gothel | 2023-01-22 | 2 | -17/+19 |
* | MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout(... | Sven Gothel | 2023-01-22 | 2 | -6/+14 |
* | OSXMisc.m: Show semantics: caLayer -> rootCALayer | Sven Gothel | 2023-01-22 | 1 | -15/+14 |
* | MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac... | Sven Gothel | 2023-01-21 | 1 | -5/+11 |
* | JAWTWindow.ctor: Initialize offscreenSurfaceLayer before use | Sven Gothel | 2023-01-21 | 1 | -1/+1 |
* | JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of off... | Sven Gothel | 2023-01-21 | 4 | -15/+17 |
* | TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak... | Sven Gothel | 2023-01-21 | 1 | -1/+7 |
* | Don't import conditional platform specific 'static' code but fully qualify na... | Sven Gothel | 2023-01-20 | 2 | -43/+23 |
* | Test: Linux: Disable automatic tests (TBD, WIP) | Sven Gothel | 2023-01-18 | 1 | -17/+31 |
* | Test: MacOS: Disable automatic tests (TBD, WIP) | Sven Gothel | 2023-01-18 | 3 | -0/+47 |
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here... | Sven Gothel | 2023-01-18 | 1 | -2/+5 |
* | MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in... | Sven Gothel | 2023-01-18 | 1 | -3/+4 |
* | JAWTWindow: Constrain AppContextInfo creation where offscreen layer is suppor... | Sven Gothel | 2023-01-18 | 2 | -2/+13 |
* | JAWTWindow: Remove java.applet.Applet detection .. it's gone :-( | Sven Gothel | 2023-01-18 | 1 | -8/+12 |
* | NewtCanvasSWT: Drop all newtChild.getDelegatedWindow() debug output due to: n... | Sven Gothel | 2023-01-17 | 1 | -10/+10 |
* | Test*NewtEventModifiers*: Ensure SWT is initialized before AWT | Sven Gothel | 2023-01-17 | 5 | -25/+66 |
* | SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA... | Sven Gothel | 2023-01-16 | 2 | -6/+43 |
* | SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ... | Sven Gothel | 2023-01-16 | 2 | -8/+63 |
* | TestNewtCanvasSWTGLn: Only dispose canvas1 at end of test, if not yet dispose... | Sven Gothel | 2023-01-16 | 1 | -16/+29 |
* | NewtCanvasSWT: Remove certain DEBUG output causing an exception | Sven Gothel | 2023-01-16 | 1 | -2/+4 |
* | SWTAccessor: Adopt to SWT 4.26 | Sven Gothel | 2023-01-16 | 1 | -32/+27 |
* | Merge pull request #108 from PeterC-DLS/swt-420-fix | Sven Gothel | 2023-01-16 | 1 | -1/+9 |
|\ |
|
| * | Add new class location of SWT's gtk_widget_get_window | Peter Chang | 2022-04-14 | 1 | -1/+9 |
* | | X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques... | Sven Gothel | 2023-01-16 | 1 | -0/+4 |
* | | Merge pull request #107 from ndjojo/platform-extensions | Sven Gothel | 2023-01-16 | 1 | -10/+2 |
|\ \ |
|
| * | | Update X11GLXContext.java | ndjojo | 2021-01-20 | 1 | -10/+2 |
| |/ |
|
* | | Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont... | Sven Gothel | 2023-01-15 | 1 | -1/+11 |
* | | JAWTUtil: Cleanup MacOS JVM and OS version flags: Private and store compariso... | Sven Gothel | 2023-01-15 | 1 | -14/+16 |
* | | Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV... | Sven Gothel | 2023-01-15 | 2 | -6/+29 |
* | | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() - via ... | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 33 | -76/+80 |
* | | MacOS: NEWT: Remove keySymbol mapping using 'HIToolbox' TSMGetInputSourceProp... | Sven Gothel | 2023-01-14 | 1 | -8/+53 |
* | | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai... | Sven Gothel | 2023-01-14 | 2 | -30/+27 |
* | | MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont... | Sven Gothel | 2023-01-14 | 1 | -1/+2 |
* | | MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave. | Sven Gothel | 2023-01-14 | 1 | -6/+20 |
|/ |
|
* | Fix TestBug1398Deadlock02AWT: Missed adaption of unit test to AWTRobotUtil & ... | Sven Gothel | 2020-06-15 | 1 | -2/+3 |
* | Fix 'typo' in branching, valid config index is >= 0 (not < 0) | Sven Gothel | 2020-06-15 | 1 | -1/+1 |
* | Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer... | Sven Gothel | 2020-04-06 | 1 | -5/+12 |
* | Bug 1398: Adding test case of commit f33681bbeeb459af4de81331d6d9241d8c9a75de | Sven Gothel | 2020-04-06 | 1 | -0/+151 |
* | Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ... | Sven Gothel | 2020-04-06 | 1 | -28/+60 |
* | Add missing SWTTestUtil, missed in commit 36ca7245653b1a0897f2070b9acbe0f0898... | Sven Gothel | 2020-03-06 | 1 | -0/+64 |
* | Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur... | Sven Gothel | 2020-03-05 | 4 | -186/+318 |
* | Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilized | Sven Gothel | 2020-03-05 | 6 | -0/+43 |
* | OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau... | Sven Gothel | 2020-03-04 | 18 | -364/+416 |
* | Merge branch 'bug1398' | Sven Gothel | 2020-03-02 | 13 | -130/+3127 |
|\ |
|
| * | Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ... | Sven Gothel | 2020-02-24 | 3 | -133/+238 |
| * | Bug 1398: Crash only occurs @ -[NSOpenGLContext setView:] when using XCode 11... | Sven Gothel | 2020-02-22 | 10 | -283/+2063 |
| * | Bug 1398: Refine test case: Make classpath and libpath runtime configurable +... | Sven Gothel | 2020-02-21 | 10 | -177/+352 |
| * | Bug 1398: Fixing native test allowing its execution using JOGL 2.3.2 and late... | Sven Gothel | 2020-02-21 | 10 | -11/+575 |