| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...bug1398 | Sven Gothel | 2020-04-06 | 1 | -5/+12 |
* | Bug 1398: Adding TestBug1398Deadlock02AWT (c25a2e2a445c29db99d45bc00286585c57... | Sven Gothel | 2020-04-06 | 1 | -2/+5 |
* | 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 |
* | Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur... | Sven Gothel | 2020-03-05 | 5 | -187/+288 |
* | Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilized | Sven Gothel | 2020-03-05 | 6 | -0/+43 |
* | Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ... | Sven Gothel | 2020-02-24 | 7 | -141/+270 |
* | 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 |
* | Bug 1398: Importing Jani's native test, attempting to reproduce the crash usi... | Sven Gothel | 2020-02-21 | 3 | -0/+373 |
* | When explicitly generating native header, avoid implicit referenced classes. | Sven Gothel | 2020-02-02 | 3 | -0/+18 |
* | Bug 1422: Windows test*.bat: Add C:\temp to PATH, allowing picking up custom ... | Sven Gothel | 2020-01-17 | 2 | -2/+5 |
* | Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native... | Sven Gothel | 2020-01-17 | 5 | -3/+28 |
* | Bug 1423: NEWT Child Window on OSX: Don't use parent derived location in full... | Sven Gothel | 2020-01-16 | 1 | -15/+20 |
* | NEWT: Enhance FullScreen.run DEBUG output a bit; NEWTDemoListener ignore inpu... | Sven Gothel | 2020-01-16 | 3 | -5/+12 |
* | Bug 1422: NewtCanvasSWT: Handle case of !OSX && DPIUtil.getScalingFactor() > 1 | Sven Gothel | 2020-01-16 | 1 | -7/+17 |
* | Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compens... | Sven Gothel | 2020-01-16 | 3 | -17/+167 |
* | NEWT.Window: Refine string representation, renamed append(StringBuilder) -> t... | Sven Gothel | 2020-01-16 | 4 | -89/+162 |
* | Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS) | Sven Gothel | 2020-01-15 | 6 | -13/+75 |
* | Nativewindow Rectangle*: Cleanup up union(..), intersection(..): Return a new... | Sven Gothel | 2020-01-15 | 2 | -26/+21 |
* | TestGLCanvasSWTNewtCanvasSWTPosInTabs: Only use 1 Animator to easy example code | Sven Gothel | 2020-01-15 | 1 | -24/+14 |
* | Bug 1421: NEWT OSX Invisible: Refine 'Fake invisible child window' off-viewpo... | Sven Gothel | 2020-01-15 | 1 | -1/+2 |
* | Bug 1421: Conclude OSX: Forward SHOW and HIDE events to NewtCanvasSWT instanc... | Sven Gothel | 2020-01-15 | 1 | -2/+50 |
* | Bug 1421: NEWTCanvasSWT: No action on SWT.Activate, use SWT.FocusIn. Also rem... | Sven Gothel | 2020-01-15 | 1 | -83/+119 |
* | NEWT.Window: Add 'StringBuilder append(StringBuilder sb)' supporting building... | Sven Gothel | 2020-01-15 | 3 | -6/+26 |
* | Bug 1421: NEWT OSX Invisible: Implement 'Fake invisible child window' | Sven Gothel | 2020-01-15 | 3 | -13/+40 |
* | Bug 1421: NEWT OSX Invisible: Fix orderOut0 re commit d92dc518eb891f2d125a813... | Sven Gothel | 2020-01-15 | 1 | -2/+3 |
* | NEWT OSX MacWindow.c: Add parentWindow to DBG_PRINT | Sven Gothel | 2020-01-15 | 1 | -16/+25 |
* | NEWT OSX/IOS WindowDriver: Minor cleanup of local var usage (prefer reuse); r... | Sven Gothel | 2020-01-14 | 2 | -19/+19 |
* | Bug 1421: NEWT OSX Invisible: Refining child window visibility setting, comme... | Sven Gothel | 2020-01-14 | 3 | -9/+31 |
* | NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independen... | Sven Gothel | 2020-01-13 | 3 | -2/+23 |
* | TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks... | Sven Gothel | 2020-01-13 | 3 | -45/+37 |
* | build-test.xml: FIX usage of generic.junit.run.swt.headless.include.pattern (... | Sven Gothel | 2020-01-13 | 1 | -1/+1 |
* | build-test.xml: *generic* tests: unset temp vars and be more verbose on used ... | Sven Gothel | 2020-01-13 | 1 | -0/+40 |
* | Bug 1421 Related: Handle SWT Events: Activate (focus), Show and Hide. | Sven Gothel | 2020-01-13 | 1 | -0/+9 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac... | Sven Gothel | 2020-01-13 | 11 | -245/+142 |
* | NativeWindow Point.set*(..): Return instance for scaling (chaining) | Sven Gothel | 2020-01-12 | 2 | -5/+20 |
* | NEWT JVM_JNI8: Adapt to native library separation (head, drm) of commit b91c6... | Sven Gothel | 2020-01-09 | 1 | -2/+9 |
* | Bug 1358: Merely simplifying the non MacOS getClientAreaInPixels() code path | Sven Gothel | 2020-01-06 | 1 | -2/+6 |
* | Bug 1421: Tackle wrong position of TabFolder, SashForm etc | Sven Gothel | 2020-01-06 | 2 | -60/+154 |
* | Bug 1421: Minor commenting | Sven Gothel | 2020-01-06 | 1 | -2/+1 |
* | Bug 1421: Minor cleanup / commenting | Sven Gothel | 2020-01-06 | 1 | -9/+8 |
* | Bug 1421: Move Bug 1362 'setBackground(..)' fix before potential 'setNEWTChil... | Sven Gothel | 2020-01-06 | 1 | -4/+4 |
* | Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos... | Sven Gothel | 2020-01-06 | 2 | -0/+44 |
* | Bump SWT to Release 4.14-201912100610 (jogl/make/lib/swt) | Sven Gothel | 2020-01-06 | 8 | -748/+748 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Deleting merged tests (obsolete) | Sven Gothel | 2020-01-06 | 4 | -739/+1 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva... | Sven Gothel | 2020-01-06 | 2 | -114/+392 |
* | SWT GLCanvas: Fix NPE in DEBUG mode; NewtCanvasSWT: Resurect comment in setBo... | Sven Gothel | 2020-01-06 | 2 | -2/+5 |
* | Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge... | Sven Gothel | 2020-01-05 | 3 | -4/+57 |