summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...Sven Gothel2023-01-142-30/+27
* | MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont...Sven Gothel2023-01-141-1/+2
* | MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave.Sven Gothel2023-01-141-6/+20
|/
* Fix TestBug1398Deadlock02AWT: Missed adaption of unit test to AWTRobotUtil & ...Sven Gothel2020-06-151-2/+3
* Fix 'typo' in branching, valid config index is >= 0 (not < 0)Sven Gothel2020-06-151-1/+1
* Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...Sven Gothel2020-04-061-5/+12
* Bug 1398: Adding test case of commit f33681bbeeb459af4de81331d6d9241d8c9a75deSven Gothel2020-04-061-0/+151
* Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ...Sven Gothel2020-04-061-28/+60
* Add missing SWTTestUtil, missed in commit 36ca7245653b1a0897f2070b9acbe0f0898...Sven Gothel2020-03-061-0/+64
* Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...Sven Gothel2020-03-054-186/+318
* Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilizedSven Gothel2020-03-056-0/+43
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-0418-364/+416
* Merge branch 'bug1398'Sven Gothel2020-03-0213-130/+3127
|\
| * Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-243-133/+238
| * Bug 1398: Crash only occurs @ -[NSOpenGLContext setView:] when using XCode 11...Sven Gothel2020-02-2210-283/+2063
| * Bug 1398: Refine test case: Make classpath and libpath runtime configurable +...Sven Gothel2020-02-2110-177/+352
| * Bug 1398: Fixing native test allowing its execution using JOGL 2.3.2 and late...Sven Gothel2020-02-2110-11/+575
| * Bug 1398: Importing Jani's native test, attempting to reproduce the crash usi...Sven Gothel2020-02-213-0/+373
* | TestSharedContextVBOES2*3: Properly validateBuffers and setSyncObjects(..) in...Sven Gothel2020-02-243-2/+17
* | IOSUtil.IsMainThread(): Utilize caching ThreadLocal<Boolean> like OSXUtil's v...Sven Gothel2020-02-241-1/+17
|/
* Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native...Sven Gothel2020-01-173-0/+24
* Bug 1423: NEWT Child Window on OSX: Don't use parent derived location in full...Sven Gothel2020-01-161-15/+20
* NEWT: Enhance FullScreen.run DEBUG output a bit; NEWTDemoListener ignore inpu...Sven Gothel2020-01-162-2/+10
* Bug 1422: NewtCanvasSWT: Handle case of !OSX && DPIUtil.getScalingFactor() > 1Sven Gothel2020-01-161-7/+17
* Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compens...Sven Gothel2020-01-162-17/+165
* NEWT.Window: Refine string representation, renamed append(StringBuilder) -> t...Sven Gothel2020-01-164-89/+162
* Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS)Sven Gothel2020-01-156-13/+75
* Nativewindow Rectangle*: Cleanup up union(..), intersection(..): Return a new...Sven Gothel2020-01-152-26/+21
* TestGLCanvasSWTNewtCanvasSWTPosInTabs: Only use 1 Animator to easy example codeSven Gothel2020-01-151-24/+14
* Bug 1421: NEWT OSX Invisible: Refine 'Fake invisible child window' off-viewpo...Sven Gothel2020-01-151-1/+2
* Bug 1421: Conclude OSX: Forward SHOW and HIDE events to NewtCanvasSWT instanc...Sven Gothel2020-01-151-2/+50
* Bug 1421: NEWTCanvasSWT: No action on SWT.Activate, use SWT.FocusIn. Also rem...Sven Gothel2020-01-151-83/+119
* NEWT.Window: Add 'StringBuilder append(StringBuilder sb)' supporting building...Sven Gothel2020-01-153-6/+26
* Bug 1421: NEWT OSX Invisible: Implement 'Fake invisible child window'Sven Gothel2020-01-153-13/+40
* Bug 1421: NEWT OSX Invisible: Fix orderOut0 re commit d92dc518eb891f2d125a813...Sven Gothel2020-01-151-2/+3
* NEWT OSX MacWindow.c: Add parentWindow to DBG_PRINTSven Gothel2020-01-151-16/+25
* NEWT OSX/IOS WindowDriver: Minor cleanup of local var usage (prefer reuse); r...Sven Gothel2020-01-142-19/+19
* Bug 1421: NEWT OSX Invisible: Refining child window visibility setting, comme...Sven Gothel2020-01-142-6/+28
* NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independen...Sven Gothel2020-01-132-0/+21
* TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks...Sven Gothel2020-01-131-38/+30
* Bug 1421 Related: Handle SWT Events: Activate (focus), Show and Hide.Sven Gothel2020-01-131-0/+9
* Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...Sven Gothel2020-01-1310-244/+141
* NativeWindow Point.set*(..): Return instance for scaling (chaining)Sven Gothel2020-01-122-5/+20
* NEWT JVM_JNI8: Adapt to native library separation (head, drm) of commit b91c6...Sven Gothel2020-01-091-2/+9
* Bug 1358: Merely simplifying the non MacOS getClientAreaInPixels() code pathSven Gothel2020-01-061-2/+6
* Bug 1421: Tackle wrong position of TabFolder, SashForm etcSven Gothel2020-01-062-60/+154
* Bug 1421: Minor commentingSven Gothel2020-01-061-2/+1
* Bug 1421: Minor cleanup / commentingSven Gothel2020-01-061-9/+8
* Bug 1421: Move Bug 1362 'setBackground(..)' fix before potential 'setNEWTChil...Sven Gothel2020-01-061-4/+4
* Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos...Sven Gothel2020-01-062-0/+44