aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o...Sven Gothel2023-01-224-67/+143
* AWTRobot.getClickTimeout(): NEWT Case: Return maximum(AWT, NEWT), otherwise w...Sven Gothel2023-01-222-18/+43
* Test MouseAdapter: Use volatile qualifier to avoid reading too old valuesSven Gothel2023-01-222-6/+6
* Minor auto formatting: @Override, ..Sven Gothel2023-01-224-5/+38
* TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak...Sven Gothel2023-01-211-1/+7
* Test: Linux: Disable automatic tests (TBD, WIP)Sven Gothel2023-01-181-17/+31
* Test: MacOS: Disable automatic tests (TBD, WIP)Sven Gothel2023-01-183-0/+47
* Test*NewtEventModifiers*: Ensure SWT is initialized before AWTSven Gothel2023-01-175-25/+66
* SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA...Sven Gothel2023-01-162-6/+43
* SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ...Sven Gothel2023-01-161-8/+51
* TestNewtCanvasSWTGLn: Only dispose canvas1 at end of test, if not yet dispose...Sven Gothel2023-01-161-16/+29
* Fix TestBug1398Deadlock02AWT: Missed adaption of unit test to AWTRobotUtil & ...Sven Gothel2020-06-151-2/+3
* Bug 1398: Adding test case of commit f33681bbeeb459af4de81331d6d9241d8c9a75deSven Gothel2020-04-061-0/+151
* 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-053-161/+212
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-0415-348/+361
* TestSharedContextVBOES2*3: Properly validateBuffers and setSyncObjects(..) in...Sven Gothel2020-02-243-2/+17
* Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS)Sven Gothel2020-01-154-5/+6
* TestGLCanvasSWTNewtCanvasSWTPosInTabs: Only use 1 Animator to easy example codeSven Gothel2020-01-151-24/+14
* Bug 1421: Conclude OSX: Forward SHOW and HIDE events to NewtCanvasSWT instanc...Sven Gothel2020-01-151-2/+50
* 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, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...Sven Gothel2020-01-131-3/+4
* Bug 1421: Tackle wrong position of TabFolder, SashForm etcSven Gothel2020-01-061-44/+88
* Bug 1421, Bug 1358, Bug 969, Bug 672: Deleting merged tests (obsolete)Sven Gothel2020-01-062-734/+0
* Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva...Sven Gothel2020-01-061-110/+389
* Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva...Sven Gothel2020-01-052-69/+118
* Bug 1421: NewtCanvasSWT child on layouted SWT parent only occurs on MacOS, re...Sven Gothel2020-01-051-5/+7
* Bug 1421: Demo wrong NEWT Child window position within an SWT TabFolder layou...Sven Gothel2020-01-051-0/+238
* Bug 1393: MacOS: getLocationOnScreen w/ JAWT Parent: Use parent's unblocking ...Sven Gothel2020-01-021-9/+9
* Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its...Sven Gothel2019-12-313-5/+282
* Gears* tests: Obey verbose flagsSven Gothel2019-12-312-16/+41
* Bug 1156 Regression (Bug 1417): Probe whether 'eglGetPlatformDisplay(..)' is ...Sven Gothel2019-12-251-0/+1
* 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-093-5/+35
* Bug 1156: NEWT Window: Better handling of fixed console case: Not resizable a...Sven Gothel2019-12-091-2/+8
* Bug 1415: MacOS: Disable multiple Window creation on ExclusiveContextThread i...Sven Gothel2019-12-082-0/+15
* Bug 1415: ExclusiveContextBase00+10: Utilize one Animator per Window for clea...Sven Gothel2019-12-082-185/+248
* Bug 1393: Make window position check more tolerant (2x insets or 64 pixels, w...Sven Gothel2019-12-083-14/+33
* Bug 1406: demos.Launcher0: More code path reduction: useMultiplePointerIcon m...Sven Gothel2019-12-041-1/+1
* Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)Sven Gothel2019-11-211-1/+1
* Bug 1393: Adding test cases setting visibility before enabling exclusive cont...Sven Gothel2019-09-161-18/+78
* Bug 1393: Add window position validation in TestDisplayLifecycle*NEWTSven Gothel2019-09-112-15/+45
* Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ...Sven Gothel2019-09-091-2/+10
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-081-5/+1
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-072-34/+82
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-081-1/+1
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2311-95/+23
* AWTRobotUtil Cleanup: Use specific argument types (AWT, NEWT, ..)Sven Gothel2019-04-1041-208/+197
* Bug 1362: Final general lifecycle fixes of unit testsSven Gothel2019-04-104-36/+79