aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 1156: Remove verbose print in native CreatePointer..Sven Gothel2019-11-301-1/+1
* Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Robostness (+NEWT fix)Sven Gothel2019-11-306-41/+65
* Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Adding property to disable...Sven Gothel2019-11-302-14/+42
* Bug 1156: LinuxKeyEventTracker: Add '/dev/input/by-path/*-event-kbd' and more...Sven Gothel2019-11-291-42/+75
* Bug 1156: DRM/GBM: Add full PointerIcon (Cursor) SupportSven Gothel2019-11-296-40/+307
* Bug 1156: LinuxKeyEventTracker: Fix 64bit InputEvent and attempt to only use ...Sven Gothel2019-11-292-54/+123
* Bug 1156: DRM/GBM Native test: Add CursorSven Gothel2019-11-281-0/+89
* Bug 1200: probeSurfacelessCtx works at least since NVIDIA 430.40.Sven Gothel2019-11-281-2/+2
* Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430....Sven Gothel2019-11-281-1/+4
* Bug 1402: Standalone native test attempting to reproduce issueSven Gothel2019-11-282-0/+830
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-2820-731/+1360
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-238-103/+509
* Bug 1156: GBM: Fixing native GBM code, surviving initializationSven Gothel2019-11-223-32/+114
* Bug 1156: NEWT: NewtFactory.getCustomClass(..) RobustnessSven Gothel2019-11-224-20/+11
* Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...Sven Gothel2019-11-223-59/+73
* Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurfa...Sven Gothel2019-11-222-35/+66
* Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674...Sven Gothel2019-11-221-1/+6
* Bug 1156: Utilize internal glGetStringi (same as glGetString) - RobostnessSven Gothel2019-11-223-81/+147
* Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)Sven Gothel2019-11-212-12/+13
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-2110-432/+722
* gbm/WindowDriver: make it compile and linkXerxes RĂ„nby2019-11-213-6/+8
* Bug 1156: EGL-GBM: Cherry pick changes ..Sven Gothel2019-11-211-2/+5
* add native gbm implementation for drm and gbm initialization.Erik De Rijcke2019-11-213-152/+117
* add gbm java & build modificationsErik De Rijcke2019-11-214-0/+447
* detect gbm platform on linux when no other display server is runningErik De Rijcke2019-11-212-6/+65
* make void* an opaque long in EGL generated classErik De Rijcke2019-11-211-11/+9
* Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)Sven Gothel2019-11-213-27/+11
* IOS: CGL.updateContextRegister(..) call on main-thread using AppKitSven Gothel2019-11-211-2/+21
* MacOS: Add more debug log detailsSven Gothel2019-11-212-16/+49
* Bug 1393: MacOS: Implement AppKit EDTUtil operating solely on main-threadSven Gothel2019-09-162-1/+362
* Bug 1393: Adding test cases setting visibility before enabling exclusive cont...Sven Gothel2019-09-161-18/+78
* Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly)Sven Gothel2019-09-111-16/+46
* Bug 1393: Add window position validation in TestDisplayLifecycle*NEWTSven Gothel2019-09-112-15/+45
* NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i...Sven Gothel2019-09-109-26/+21
* NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....Sven Gothel2019-09-1018-51/+51
* Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11iosSven Gothel2019-09-091-2/+21
* Bug 1393: MacOS/iOS: Issue updateSizePosInsets0 async to AppKit Main-ThreadSven Gothel2019-09-092-5/+22
* Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ...Sven Gothel2019-09-096-161/+162
* OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary...Sven Gothel2019-09-081-24/+19
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-086-14/+20
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-073-31/+28
* Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu...Sven Gothel2019-09-071-2/+2
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-0710-103/+257
* Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...Sven Gothel2019-09-072-0/+237
* Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...Sven Gothel2019-09-073-11/+25
* Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...Sven Gothel2019-09-051-7/+17
* Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...Sven Gothel2019-09-043-53/+84
* Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...Sven Gothel2019-09-044-238/+131
* Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.OverrideSven Gothel2019-08-233-42/+27
* Bug 1385: Limit Quirk GL3CompatNonCompliant to Mesa < 18.2.0Sven Gothel2019-08-231-3/+4