summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 1417 - Android: Add adb scripts for x86 [re-]installSven Gothel2019-12-262-0/+9
* Bug 1156 Regression (Bug 1417): Probe whether 'eglGetPlatformDisplay(..)' is ...Sven Gothel2019-12-252-1/+38
* Bug 1417 - Android: Disable native FFmpeg binding for AndroidSven Gothel2019-12-252-7/+18
* Bug 1156: Seperate DRM/GBM NEWT native library from main head NEWT native lib...Sven Gothel2019-12-2514-30/+80
* Bug 1417 - Android: Adopt to gluegen/make/scripts/setenv-android-tools.sh cha...Sven Gothel2019-12-246-118/+87
* Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' - fourth timesSven Gothel2019-12-091-3/+27
* Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' - three times a charm?Sven Gothel2019-12-091-13/+30
* Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' unit test target, use it in re...Sven Gothel2019-12-094-78/+63
* Bug 1411: DRM/GBM JOGL: Specify 'junit.run.console' unit test target.Sven Gothel2019-12-091-0/+40
* Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable...Sven Gothel2019-12-093-2/+31
* Bug 852: TestCPUSourcingAPINEWT Reference the bug entry and add a little remi...Sven Gothel2019-12-091-0/+5
* Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functionalSven Gothel2019-12-095-6/+48
* Bug 1156: NEWT Window: Better handling of fixed console case: Not resizable a...Sven Gothel2019-12-0915-32/+150
* Bug 1393: Apply 12eed5d38616d23b6e8e2e5b497dfc2f54d90c90 to IOS, avoiding App...Sven Gothel2019-12-081-4/+6
* Bug 1393: Resolve EDT + AppKit Deadlock with native parenting: Fetch parent s...Sven Gothel2019-12-083-46/+22
* Bug 1415: MacOS: Disable multiple Window creation on ExclusiveContextThread i...Sven Gothel2019-12-083-0/+17
* Bug 1415: ExclusiveContextBase00+10: Utilize one Animator per Window for clea...Sven Gothel2019-12-083-187/+253
* NEWT WindowImpl: Wording in commentSven Gothel2019-12-081-1/+1
* Bug 1393: Make window position check more tolerant (2x insets or 64 pixels, w...Sven Gothel2019-12-083-14/+33
* Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...Sven Gothel2019-12-083-5/+7
* Bug 1156: DRM/GBM NEWT: Clarify drmModeSetCrtc(..)'s x/y parameter and earmar...Sven Gothel2019-12-072-160/+84
* Bug 1411 - Unit Test Subset for DRM/GBM JOGL(EGL) and NEWTSven Gothel2019-12-064-20/+82
* Bug 1412: Fix commit a8c2de110a2254af137a3d99007cc77e3ecd8078Sven Gothel2019-12-062-6/+11
* Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (N...Sven Gothel2019-12-061-0/+1
* Bug 1413 - NEWT X11Window: NewtWindows_getFrameExtends(..) may hang on XPeekE...Sven Gothel2019-12-063-18/+28
* Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (X...Sven Gothel2019-12-064-7/+57
* Bug 1410: Fix NEWT PointerIcon Lifecycle (destroy and clean references @ clos...Sven Gothel2019-12-063-18/+47
* Fix regression of commit 2b899a55e365aa03aeb234187600526777c1a9acSven Gothel2019-12-061-1/+1
* Bug 1409: GNU/Linux DRM Console: Clear stdin before exit and don't act on std...Sven Gothel2019-12-053-3/+60
* PointerIcon new instances are always valid ..Sven Gothel2019-12-052-7/+15
* Bug 1405, Bug 1406, Bug 1408: Resolution: Call ReleasePrimitiveArrayCritical(...egl-gbmSven Gothel2019-12-051-17/+18
* LinuxKeyEventTracker: Factor out 'sendKeyEvent(..)' call with null check.Sven Gothel2019-12-051-12/+12
* Bug 1406, Bug 1405: demos.Launcher0: Defaults to use multiple PointerIcons againSven Gothel2019-12-052-5/+7
* Bug 1156, Bug 1401: Disable DesktopGL on EGL w/ DRM/GBM earlier in initializa...Sven Gothel2019-12-051-20/+22
* NEWTDemoListener: Fix NPESven Gothel2019-12-051-4/+7
* Bug 1406, Bug 1405: demos.Launcher0: Allow passing GLEventListener via '-demo...Sven Gothel2019-12-051-14/+34
* Bug 1156: NEWT DRM/GBM PointerIcon: Use hotX/hotY drmModeSetCursor2(..), henc...Sven Gothel2019-12-054-30/+35
* Bug 1408: NEWT DRM/GBM WindowDriver: Adding glFinish() before eglSwapBuffers(...Sven Gothel2019-12-041-0/+1
* Bug 1408: NEWT DisplayImpl PointerIcon: Property 'newt.disable.PointerIcon' d...Sven Gothel2019-12-042-1/+9
* Bug 1408: NEWT DRM/GBM DisplayDriver: Add device locking/unlocking decoration...Sven Gothel2019-12-042-9/+44
* NEWT: Align DisplayImpl.createPointerIcon(..) behavior; PointerIconImpl.valid...Sven Gothel2019-12-043-40/+16
* Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rul...Sven Gothel2019-12-042-2/+1
* Bug 1156, Bug 1406: NEWT DRM/GBM WindowDriver.surfaceSwap(): Pass swapInterva...Sven Gothel2019-12-042-16/+41
* Bug 1406: demos.Launcher0: More code path reduction: useMultiplePointerIcon m...Sven Gothel2019-12-043-11/+21
* Merge remote-tracking branch 'xranby/master'Sven Gothel2019-12-043-42/+62
|\
| * VC4: Only load Broadcom EGL driver when guessVCIVUsedXerxes Rånby2019-12-043-44/+50
| * VC4: Broadcom uses libbrcmEGL.so, libbrcmGLESv2.so, libbrcmOpenVG.so and libb...Xerxes Rånby2019-12-022-3/+17
* | Bug 1406: demos.Launcher0: More tests ..Sven Gothel2019-12-043-77/+17
* | build-test.xml: fix (unused) java.part.demo.mobileSven Gothel2019-12-041-1/+1
* | Bug 1406: DRMUtil: Probe DRM device whether it has resources attached (and is...Sven Gothel2019-12-041-2/+41