aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 1283: Remove shader include filename quotes if exists at start and end onlySven Gothel2019-03-263-10/+18
* 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-211-5/+13
* | | 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: 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-197-1/+1818
|/ /
* | OSX/Newt: Catch NSRangeException on closing a windowSven Gothel2019-01-231-0/+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/hharrison/master'Sven Gothel2018-01-151-8/+8
|\ \
| * | jogl: complete audit of code for unneeded calls to .intern()Harvey Harrison2015-12-071-8/+8
| |/
* / Bug 1299: Fix Warning when using JOGL on Mac OS X El CapitanSven Gothel2018-01-151-1/+6
|/
* X11Util.openDisplay: DEBUG: Show reusable and pending display countSven Gothel2015-11-151-4/+6
* Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...Sven Gothel2015-11-152-12/+27
* Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-155-1/+41
* Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resizeSven Gothel2015-11-154-5/+48
* Remove deprectated classes and methodsSven Gothel2015-10-1513-327/+69
* TestGearsES2NEWT: Adding programmatic Debug|Trace pipelineSven Gothel2015-10-121-0/+37
* Streamline Composed Pipeline's interfaces and implementations (Trace* Debug*)Sven Gothel2015-10-121-27/+8
* Version Semantics Test: Bump for 2.3.2 -> 2.4.xSven Gothel2015-10-121-2/+40
* WindowImpl.quirks: Access default -> protected, also fix API doc comment.v2.3.2Sven Gothel2015-10-101-3/+3
* Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad...Sven Gothel2015-10-103-45/+159
* Bug 1247 - TestGearsNewtAWTWrapper fails AWT recreation case removeNotify -> ...Sven Gothel2015-10-092-46/+112
* Bug 1247: JAWTWindow fail early w/ useful info: setAWTGraphicsConfiguration(....Sven Gothel2015-10-091-0/+6
* Bug 1247: Enhance JAWTWindow DEBUG output (not fixing any issues)Sven Gothel2015-10-091-13/+17
* Bug 1247: Align NEWT AWT driver w/ GLCanvas (not fixing any issues)Sven Gothel2015-10-091-18/+40
* Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand...Sven Gothel2015-10-092-5/+8
* Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise b...Sven Gothel2015-10-091-1/+1
* Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a...Sven Gothel2015-10-096-102/+194
* Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-088-225/+413
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-074-33/+73
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G...Sven Gothel2015-10-071-3/+6