aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'xranby/robovm' into mergingmergingSven Gothel2019-04-121-0/+58
|\
| * doc/misc/robovm.txt: Update to JogAmp JOGL 2.3.2 and last libre RoboVM 1.6.1Xerxes Rånby2015-10-301-7/+7
| * doc/misc/robovm.txt: Explore low footprint deployment 6.3MbXerxes Rånby2015-09-081-5/+36
| * doc/misc/robovm.txt: Mention -rvm: runtime flagsXerxes Rånby2015-08-201-0/+12
| * doc/misc/robovm.txt: Writedown howto use JogAmp in combination with RoboVM AOTXerxes Rånby2015-08-201-0/+15
* | Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...Sven Gothel2019-04-104-65/+105
* | AWTRobotUtil Cleanup: Use specific argument types (AWT, NEWT, ..)Sven Gothel2019-04-1042-210/+199
* | Bug 1362: Final general lifecycle fixes of unit testsSven Gothel2019-04-105-39/+82
* | 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-094-17/+16
* | 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-092-1/+12
* | 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-093-1/+450
* | Bug 1190: Adapt cross build TARGET_PLATFORM_USRLIBS and TARGET_PLATFORM_SYSRO...Sven Gothel2019-04-084-18/+18
* | Bug 1190: Adapt cross build scriptsSven Gothel2019-04-088-103/+15
* | Bug 1362: Wrong 'fake' swt.jar config for isLinuxARM64, isLinuxARMv6 and isAn...Sven Gothel2019-04-053-14/+15
* | Bug 1362: Test against SWT 4.3 and 4.11Sven Gothel2019-04-052-3/+5
* | Bug 1362: SWTAccessor: c -> cGTK for readabilitySven Gothel2019-04-051-19/+20
* | Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)Sven Gothel2019-04-0512-25/+34
* | Bug 1362: Replace SWT 4.3.0 -> 4.11.0Sven Gothel2019-04-0546-7035/+839
* | 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-054-27/+35
* | TestVersionSemanticsNOUI: Adapt to upcoming NON_BACKWARD_COMPATIBLE version 2...Sven Gothel2019-04-032-52/+4
* | Windows scripts: Use JDK/JRE 1.8.0_121Sven Gothel2019-04-039-27/+27
* | 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 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)Sven Gothel2019-03-304-53/+9
* | Bug 1348: Fix X11 XI MultitouchSven Gothel2019-03-277-110/+130
* | Update HowToBuild.htmlSven Gothel2019-03-271-34/+6
* | 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-276-149/+137
* | | 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
|\ \ \
| * | | Typo in javadoc of GLDrawable#isRealizedRobin Stevens2016-05-041-1/+1
| |/ /
* | | Merge pull request #99 from PissedCapslock/patch-1Sven Gothel2019-03-261-3/+3
|\ \ \
| * | | Improved layout of last paragraph in class javadocRobin Stevens2016-05-041-3/+3
| |/ /
* | | Bug 1288: GLBufferStateTracker needs to support ARB_indirect_parametersSven Gothel2019-03-261-3/+11
* | | Merge pull request #97 from gohai/bcm-fix-viewportwuSven Gothel2019-03-261-2/+2
|\ \ \
| * | | Bug 1254: Fix viewport height in BCM VC IV ScreenDrivergohai2016-04-041-2/+2
| |/ /