| Commit message (Expand) | Author | Age | Files | Lines |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 5 | -21/+678 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 1 | -16/+20 |
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based) | Sven Gothel | 2012-07-20 | 1 | -2/+8 |
* | Minor edits | Sven Gothel | 2012-07-20 | 1 | -5/+6 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 3 | -4/+21 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 1 | -1/+1 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 1 | -1/+1 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -38/+4 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 1 | -298/+34 |
* | NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerant | Sven Gothel | 2012-06-29 | 1 | -2/+2 |
* | NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e1... | Sven Gothel | 2012-06-28 | 1 | -72/+235 |
* | Misc cleanup: add @Override | Sven Gothel | 2012-06-27 | 1 | -43/+44 |
* | NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83... | Sven Gothel | 2012-06-27 | 1 | -4/+4 |
* | NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro... | Sven Gothel | 2012-06-21 | 2 | -7/+36 |
* | Refine commit be7cac1713b166ca6578c685ec8a7231a8429919: | Sven Gothel | 2012-05-13 | 1 | -1/+1 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | NewtFactory: Show failure in getCustomClass(..) - require both, packagename a... | Sven Gothel | 2012-05-02 | 1 | -3/+8 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 4 | -12/+12 |
* | NEWT: Revert static/locked action instances due to possible deadlocks; class ... | Sven Gothel | 2012-05-02 | 2 | -11/+11 |
* | JOGLNewtAppletBase: Minor cleanup | Sven Gothel | 2012-05-01 | 1 | -2/+0 |
* | Fix Bug 560 and NEWT window closing behavior in general for all platforms. | Sven Gothel | 2012-05-01 | 2 | -2/+34 |
* | NEWT Input- Mouse-Event: Consitency of mouse button number; Add button -> but... | Sven Gothel | 2012-04-27 | 2 | -19/+36 |
* | Newt/AWT Event Factory: Add Mouse Wheel Event Conversion | Sven Gothel | 2012-04-24 | 1 | -1/+14 |
* | NEWT/MainThread: Wait for new non daemon threads after 'main' class has finis... | Sven Gothel | 2012-04-21 | 1 | -24/+102 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 1 | -4/+1 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 1 | -2/+2 |
* | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 1 | -0/+1 |
* | NewtFactory: Since the platform string references are unique, let's just comp... | Sven Gothel | 2012-03-04 | 1 | -2/+0 |
* | NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable... | Sven Gothel | 2012-03-04 | 1 | -7/+2 |
* | NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration... | Sven Gothel | 2012-02-23 | 1 | -8/+6 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -6/+2 |
* | NewtCanvasAWT: Handle 'lost' child and fullscreen case. | Sven Gothel | 2012-01-16 | 1 | -26/+48 |
* | GLContext/NativeSurface Impl's toString(): Add lock.toString() | Sven Gothel | 2012-01-08 | 1 | -1/+1 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -10/+1 |
* | NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); An... | Sven Gothel | 2011-12-26 | 1 | -2/+3 |
* | NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all... | Sven Gothel | 2011-12-24 | 1 | -2/+12 |
* | NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base... | Sven Gothel | 2011-12-20 | 1 | -2/+2 |
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 1 | -20/+11 |
* | Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ... | Sven Gothel | 2011-12-13 | 2 | -2/+0 |
* | JOGLNewtApplet1Run: Config and add GLEventListener before hooking GLWindow/Ne... | Sven Gothel | 2011-12-11 | 1 | -7/+7 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 2 | -2/+2 |
* | NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events. | Sven Gothel | 2011-12-02 | 2 | -0/+16 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -4/+1 |
* | JOGLNewtApplet1Run: Issue GLProfile.shutdown() to adapt to the 'new' plugin l... | Sven Gothel | 2011-11-30 | 1 | -3/+5 |
* | MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation... | Sven Gothel | 2011-11-27 | 1 | -0/+6 |
* | NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294... | Sven Gothel | 2011-11-27 | 1 | -7/+24 |
* | NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name | Sven Gothel | 2011-11-26 | 2 | -6/+13 |
* | NewtFactory/GLWindow: Cleanup API doc (Display lifecycle, copy or reuse, etc ..) | Sven Gothel | 2011-11-26 | 2 | -22/+102 |
* | Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT): | Sven Gothel | 2011-11-25 | 1 | -1/+1 |