aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/swt
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-25/+25
* GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...Sven Gothel2014-08-291-0/+6
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-0/+5
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-07-311-13/+34
* GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)Sven Gothel2014-07-311-6/+2
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-2/+14
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-66/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-21/+21
* UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...Sven Gothel2014-06-081-0/+11
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-221-2/+2
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-7/+7
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-211-0/+5
* Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...Sven Gothel2013-10-291-1/+1
* Bug 776 GLContext Sharing: Add GLSharedContextSetter to SWT GLCanvasSven Gothel2013-10-281-37/+146
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-2/+2
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-67/+67
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-0/+6
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-5/+2
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-0/+10
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-161-1/+1
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-115/+235
* SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-021-1/+1
* SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener...Sven Gothel2012-11-291-17/+52
* Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: Setting 's...Sven Gothel2012-11-281-1/+1
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-081-27/+31
* GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...Sven Gothel2012-11-051-5/+7
* GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...Sven Gothel2012-11-041-13/+60
* Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ...Sven Gothel2012-10-081-1/+3
* Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw...Sven Gothel2012-10-081-17/+9
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-051-1/+1
* Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio...Sven Gothel2012-10-021-1/+1
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-291-1/+1
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-7/+34
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-60/+139
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-221-78/+94
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-19/+53
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-061-77/+22
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-1/+1
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-21/+25
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-021-9/+20
* AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...Sven Gothel2012-06-281-2/+2
* SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc...Sven Gothel2012-06-281-0/+13
* SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l...Sven Gothel2012-06-281-103/+113
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-1/+1
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-191-2/+2
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-1/+1
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-051-1/+2
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-9/+3