aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge pull request #90 from packet0/patch-1Sven Gothel2019-03-261-1/+2
|\ \
| * | SWTAccessor: Cleanup disable debug messagespacket02015-08-111-1/+2
* | | ShaderCode: Fixed constant usage (GL3 -> GL3ES3)Sven Gothel2019-03-261-15/+15
* | | Bug 1283: Remove shader include filename quotes if exists at start and end onlySven Gothel2019-03-264-14/+22
* | | Merge pull request #95 from elect86/patch-1Sven Gothel2019-03-261-1/+1
|\ \ \
| * | | Removing also all the double quotesGiuseppe Barbieri2016-01-291-1/+1
| | |/ | |/|
* | | Bug 1357 Related: GLRendererQuirks NoSetSwapIntervalPostRetarget and NoDouble...Julien Gouesse2019-03-251-5/+9
* | | Merge branch 'master' of github.com:sgothel/joglSven Gothel2019-03-251-1/+1
|\ \ \
| * \ \ Merge pull request #105 from serebit/patch-1Sven Gothel2019-03-251-1/+1
| |\ \ \
| | * | | Update GLContextImpl.javaCampbell Jones2017-12-261-1/+1
| | |/ /
* | | | NewtCanvasJFX: Utilize JFXEDTUtil per default, supporting the Windows PlatformjavafxSven Gothel2019-03-212-5/+15
* | | | NewtCanvasJFX.NativeWindow: Delegate required child window canvas positionSven Gothel2019-03-215-76/+17
* | | | TestNewtCanvasJFXGLn: Adding NEWTDemoListener and NewtJFXReparentingKeyAdapte...Sven Gothel2019-03-201-0/+34
* | | | Tests: Adding API Doc for test utilizing NEWTDemoListener and derivationsSven Gothel2019-03-209-17/+91
* | | | Adding NativeWindowHolder extends NativeSurfaceHolder; API Doc for NEWTDemoLi...Sven Gothel2019-03-208-51/+362
* | | | NewtCanvasSWT: Fix NOP WindowClosingProtocol.WindowClosingMode BehaviorSven Gothel2019-03-201-5/+7
* | | | NewtCanvasJFX: Implement WindowClosingProtocol.WindowClosingMode BehaviorSven Gothel2019-03-202-9/+22
* | | | NewtCanvasJFX: Clarify [dispose() -> destroy()] operationSven Gothel2019-03-201-8/+8
* | | | JavaFX: Preliminary testing on WindowsSven Gothel2019-03-202-2/+5
* | | | JavaFX: Add proper class doc for implementation and unit testSven Gothel2019-03-202-34/+64
* | | | JavaFX: Remove JFXAccessor redundancySven Gothel2019-03-191-15/+13
* | | | JavaFX: Fix API doc of JFXAccessorSven Gothel2019-03-191-6/+6
* | | | JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ...Sven Gothel2019-03-1911-5/+1855
* | | | Eclipse: Move android.jar to classpath end, avoid junit overrideSven Gothel2019-03-191-1/+1
|/ / /
* | | OSX/Newt: Catch NSRangeException on closing a windowSven Gothel2019-01-231-0/+5
* | | osx test scripts using latest JavaSven Gothel2019-01-232-2/+5
* | | Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulledSven Gothel2018-01-163-27/+87
* | | Merge pull request #96 from gohai/vc4-moduleSven Gothel2018-01-152-2/+20
|\ \ \
| * | | Change library search order for Broadcom VC IV graphicsgohai2017-02-161-1/+17
| * | | Change BCM VC IV detection to handle presence of vc4 DRI modulegohai2016-02-101-1/+3
| |/ /
* | | Merge branch 'bug1294'Sven Gothel2018-01-151-2/+1
|\ \ \
| * | | Shows all information of the default graphics device in JoglVersion, bug 1294bug1294Julien Gouesse2016-04-051-2/+1
| |/ /
* | | Version Semantics Test: Bump for 2.4.0 -> 2.3.xSven Gothel2018-01-151-4/+4
* | | Merge remote-tracking branch 'remotes/xranby/www'Sven Gothel2018-01-153-8/+8
|\ \ \
| * | | make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL ES 3...Xerxes Rånby2015-10-202-3/+3
| * | | www/index.html: Update links and text OpenGL ES 3.x -> OpenGL ES 3.2Xerxes Rånby2015-10-201-5/+5
* | | | Merge remote-tracking branch 'remotes/xranby/aarch64'Sven Gothel2018-01-152-0/+42
|\ \ \ \
| * | | | Bug 1295: Add linux-aarch64 GNU/Linux AArch64 supportXerxes Rånby2016-12-122-0/+42
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/hharrison/master'Sven Gothel2018-01-153-13/+11
|\ \ \ \
| * | | | WWW: update description of jaamsim on the website.Harvey Harrison2016-02-242-5/+3