aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
* 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 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functionalSven Gothel2019-12-091-1/+12
* Bug 1393: Resolve EDT + AppKit Deadlock with native parenting: Fetch parent s...Sven Gothel2019-12-082-42/+16
* Bug 1415: MacOS: Disable multiple Window creation on ExclusiveContextThread i...Sven Gothel2019-12-081-0/+2
* Bug 1415: ExclusiveContextBase00+10: Utilize one Animator per Window for clea...Sven Gothel2019-12-081-2/+5
* Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...Sven Gothel2019-12-081-2/+3
* Bug 1411 - Unit Test Subset for DRM/GBM JOGL(EGL) and NEWTSven Gothel2019-12-064-20/+82
* Bug 1410: Fix NEWT PointerIcon Lifecycle (destroy and clean references @ clos...Sven Gothel2019-12-061-8/+12
* Bug 1406, Bug 1405: demos.Launcher0: Defaults to use multiple PointerIcons againSven Gothel2019-12-051-1/+3
* Bug 1408: NEWT DisplayImpl PointerIcon: Property 'newt.disable.PointerIcon' d...Sven Gothel2019-12-041-0/+2
* Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rul...Sven Gothel2019-12-041-1/+1
* Bug 1406: demos.Launcher0: More tests ..Sven Gothel2019-12-041-1/+3
* build-test.xml: fix (unused) java.part.demo.mobileSven Gothel2019-12-041-1/+1
* Bug 1405: Provide stand alone demo launcher reducing complexitySven Gothel2019-12-041-0/+115
* Scripts: Tests No VerboseSven Gothel2019-12-021-1/+1
* Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only)Sven Gothel2019-12-023-9/+9
* Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Robostness (+NEWT fix)Sven Gothel2019-11-301-0/+3
* Adding test invocation script for linux aarch64 / Refined HowToBuild.htmlSven Gothel2019-11-301-0/+7
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-2812-31/+4024
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-232-6/+13
* Bug 1156: GBM: FIXME: Hard link gbm and drm (temporary)Sven Gothel2019-11-222-10/+10
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-213-28/+29
* add gbm java & build modificationsErik De Rijcke2019-11-212-1/+47
* make void* an opaque long in EGL generated classErik De Rijcke2019-11-211-0/+1
* test scripts: add --illegal-access=warnSven Gothel2019-11-213-2/+3
* Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)Sven Gothel2019-11-211-2/+3
* NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....Sven Gothel2019-09-101-9/+8
* Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11iosSven Gothel2019-09-092-2/+13
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-084-4/+24
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-071-4/+15
* Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...Sven Gothel2019-09-053-5/+14
* check-junit: enhance output (make it a brief list of classes)Sven Gothel2019-09-041-2/+2
* Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...Sven Gothel2019-08-221-2/+4
* Reverting erroneous junit-test task condition (ant build)Sven Gothel2019-08-201-3/+3
* Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [ill...Sven Gothel2019-08-191-3/+3
* Bug 1363: Java 11: (Hack) Inject OpenJFX [basic, graphics] into CLASSPATHSven Gothel2019-08-195-0/+191
* Fixed clean target so it doesn't fail if GlueGenTask is not presentSven Gothel2019-08-194-7/+9
* Bug 1363: Java 11: Adapt scripts for java11 (cont)Sven Gothel2019-08-1924-171/+35
* Bug 1363: Java 11: Complement javah replacement: Add new iOSSven Gothel2019-08-191-21/+20
* Bug 1363: Java 11: bring back bootclasspath for java 8 target accuracySven Gothel2019-08-196-2/+30
* Removed remaining bootclasspath and javah; build now works on Windows 10Wade Walker2019-08-196-33/+201
* Bug 1363: Java 11: Adapt build scripts for java11Sven Gothel2019-08-1917-87/+79
* Bug 1363: Java 11: javah replacement: Use conditional ant targets instead of ...Sven Gothel2019-08-191-64/+74
* Removed import that caused GLUgl2/GLUgl2ProcAddressTable not to compileWade Walker2019-08-191-1/+0
* Fixed native header generation for native windowing codeWade Walker2019-08-191-6/+62
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-081-0/+2
* Fix build test jar regression (commit bba73bc096250a3c7fc036d84b1ea054d1b70b06)Sven Gothel2019-07-082-3/+4