summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Resolve RenameJavaSymbol issues (GLUgl2 and CGL) using GLEmitter (-> Delegate...v2.3.0Sven Gothel2015-03-112-13/+3
* Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI...Sven Gothel2015-03-114-54/+58
* Bug 1144: Adapt to GlueGen commit 405512e1c8a2e24834b0d057f0b020b4a0f4c25bSven Gothel2015-03-115-21/+42
* MonitorDevice.toString: More brief 'options' ..Sven Gothel2015-03-091-1/+1
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-0920-100/+271
* TestScreenMode02aNEWT: Incr. wait period, for some reason one older test mach...Sven Gothel2015-03-091-1/+1
* Fix regression of commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655: IDX_MONITO...Sven Gothel2015-03-091-0/+1
* Bug 1134 - Use ASTLocationTag in LoggingSven Gothel2015-03-082-6/+6
* Bug 1135 - Cleanup: Class ownership change of static GL enumeratesSven Gothel2015-03-0612-58/+56
* Bug 1135 - Cleanup: Fix native code WarningSven Gothel2015-03-068-14/+41
* Bug 1135 - GL/GLContext: Add isGLES31Compatible()Sven Gothel2015-03-064-17/+80
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-066-88/+4
* Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5Sven Gothel2015-03-064-198/+341
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-176-33/+271
* NativeWindow: Refactor getLocationOnScreenSafe(..) and getLocationOnScreenNon...Sven Gothel2015-02-173-51/+60
* MonitorDevice: Add 'throws IllegalStateException' for [query|set]CurrentMode(...Sven Gothel2015-02-172-8/+13
* NativeWindowFactory: Add FIXME tag regarding Bug 973 (Needs service provider ...Sven Gothel2015-02-171-10/+30
* Fix commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655 (ArrayHashSet<MonitorDevi...Sven Gothel2015-02-171-1/+0
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-1720-97/+177
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-165-15/+15
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-167-85/+639
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-054-26/+164
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-057-69/+78
* Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...Sven Gothel2015-02-053-96/+102
* Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0...Sven Gothel2015-02-034-11/+35
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-0288-0/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-02811-3642/+3642
* Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfigurationSven Gothel2015-02-022-0/+2
* Bug 1126: Adobt GlueGen commit 7db9df61142694965b50f2e0553d4c9e5668439bSven Gothel2015-02-021-1/+1
* Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762...Sven Gothel2015-01-271-14/+22
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-2745-674/+966
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-234-39/+52
* Bug 1096 - Add missing EGLContext.c native codeSven Gothel2015-01-231-0/+39
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-239-209/+306
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-237-27/+31
* Bug 896: Refine criteria to allow OpenGL API usage for EGLSven Gothel2015-01-233-26/+50
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-2313-58/+26
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-234-31/+58
* Resolve merge conflict GLRendererQuirksSven Gothel2015-01-2310-4/+1010
|\
| * Merge pull request #84 from toruwest/masterSven Gothel2014-10-247-0/+971
| |\
| | * Added.toruwest2014-10-167-1/+939
| | * Create IView.javatoruwest2014-10-151-0/+33
| * | Fixes the indentation :sJulien Gouesse2014-10-241-2/+2
| * | Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038)Julien Gouesse2014-10-233-3/+38
| |/
* | Bug 1100: Fix href to 'lifecycleHeavy' -> '#lifecycleHeavy' (anchor)Sven Gothel2015-01-231-8/+8
* | Merge remote-tracking branch 'remotes/github-mark/master'Sven Gothel2015-01-231-0/+17
|\ \
| * | Fix typoMark Raynsford2014-10-281-1/+1
| * | Bug 1100 - Document lifecycle-heavy concept and mark some of the relevant met...Mark Raynsford2014-10-281-0/+17
| |/
* | Bug 1120 - Add OSXUtil.GetPixelScale(final RectangleImmutable r, final int[] ...Sven Gothel2015-01-233-3/+141
* | Bug 1119 - GL* Efficiency: Keep ProcAddressTable instance within GL* instancesSven Gothel2015-01-231-44/+57