aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..)Sven Gothel2019-08-192-8/+14
* Bug 1363: Java 11: Use getPixelScale standard method even on Mac under Java9+Sven Gothel2019-08-191-50/+50
* Bug 1363: Java 11: Don't use GraphicsDevice.getScaleFactor() on Java9+ [illeg...Sven Gothel2019-08-191-3/+16
* Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [ill...Sven Gothel2019-08-191-10/+15
* Removed illegal reflective access to sun.java2d.opengl.OGLUtilitiesWade Walker2019-08-191-31/+8
* Removed references to non-existent method getPeer() in debug codeWade Walker2019-08-191-2/+2
* iOS: IOSUtil_CreateGLViewDemoA0 tests native UIWindow parenting (works)Sven Gothel2019-07-081-4/+11
* NEWT iOS: Support translucent windowsSven Gothel2019-07-086-14/+46
* NEWT iOS WindowDriver: Remove unused orig UIWindow/UIView creation pathSven Gothel2019-07-082-216/+1
* NEWT iOS WindowDriver: native UIWindow/UIView creation changeSven Gothel2019-07-082-13/+159
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-0813-587/+977
* NEWT iOS / MacOS: Simplify setJavaWindowObjectSven Gothel2019-07-082-15/+17
* iOS / MacOS: PixelScale UpdateSven Gothel2019-07-0810-110/+118
* Copyright: Add missing Copyright tagSven Gothel2019-07-085-2/+57
* NEWT WindowImpl.doPointerEvent: Use native short[] for pNamesSven Gothel2019-07-085-29/+26
* NEWT: Align native MacOS / IOS file- and classnamesSven Gothel2019-06-264-102/+102
* iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1Sven Gothel2019-06-242-0/+13
* iOS: Clean up promotion of EAGLLayer use down to FBObjectSven Gothel2019-06-246-150/+239
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2384-217/+10796
* Bug 1381: Keep host PixelFormat functional using requested immutable alphaReq...Sven Gothel2019-05-132-13/+34
* Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...Sven Gothel2019-04-103-63/+102
* 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
* Cleanup AWTRobotUtil ..: Add 'Runnable waitAction' also to waitForFocus and c...Sven Gothel2019-04-1032-163/+207
* Cleanup AWTRobotUtil 3: TestUtil.WindowClosingListener must be publicSven Gothel2019-04-091-1/+1
* Cleanup AWTRobotUtil 2: Align signatures of waitForVisible(..) and waitForRea...Sven Gothel2019-04-0995-447/+452
* Cleanup AWTRobotUtil: Extract GLTestUtil + NewtTestUtil; all three based on T...Sven Gothel2019-04-0932-287/+536
* Bug 1362: Minimal action required: setBackground of the parent canvas before ...Sven Gothel2019-04-093-13/+12
* Bug 1362: Minimal action required: setBackground + fillRectangle of some spac...Sven Gothel2019-04-091-5/+9
* Bug 1362: TestSWTAccessor02NewtGLWindow demonstrates a fix by letting the Can...Sven Gothel2019-04-091-0/+11
* Bug 1362: Unit tests: Report SWT and GTK VersionSven Gothel2019-04-092-0/+4
* Bug 1362: Add two self contained unit tests to validate SWT >= 4.10 + GTK3 is...Sven Gothel2019-04-092-0/+447
* Bug 1362: SWTAccessor: c -> cGTK for readabilitySven Gothel2019-04-051-19/+20
* Bug 1362: Enhancing SWT/GTK Support for GTK 2.90, SWT > 4.8 (?)Wade Walker2019-04-051-9/+40
* Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's ...Sven Gothel2019-04-052-23/+31
* TestVersionSemanticsNOUI: Adapt to upcoming NON_BACKWARD_COMPATIBLE version 2...Sven Gothel2019-04-031-50/+2
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-031-1/+1
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-035-5/+5
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-3011-16/+27
* Bug 1348: Fix X11 XI MultitouchSven Gothel2019-03-276-108/+126
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2019-03-271-8/+15
|\
| * Merge pull request #104 from gohai/bcm-fix-overscan-offsetSven Gothel2019-03-271-0/+7
| |\
| | * Fix overlay/underlay position mismatch in X11UnderlayTracker with overscan en...gohai2017-03-051-0/+7
| * | Merge pull request #103 from gohai/bcm-fix-mouse-buttonSven Gothel2019-03-271-8/+8
| |\ \
| | * | Fix mouse button reporting in X11UnderlayTrackergohai2017-02-161-8/+8
| | |/
* | / Bug 1348: X11 XI Multitouch: Refine commit 746383476aa449e9cab4a25df27be85b61...Sven Gothel2019-03-272-5/+12
|/ /
* | Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d...Sven Gothel2019-03-273-143/+120
* | Merge pull request #102 from Yodoga/feature_multitouch_x11_1348Sven Gothel2019-03-274-3/+213
|\ \
| * | add touch event support for x11 serverDanny Koernig2016-11-174-3/+213
| |/
* | Merge pull request #100 from PissedCapslock/patch-2Sven Gothel2019-03-261-1/+1
|\ \