summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...Sven Gothel2012-08-181-1/+1
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-181-1/+1
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-182-2/+2
* Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-031-1/+1
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-255-21/+678
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-221-16/+20
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-201-2/+8
* Minor editsSven Gothel2012-07-201-5/+6
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-193-4/+21
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-1/+1
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-1/+1
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-38/+4
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-021-298/+34
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-291-2/+2
* NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e1...Sven Gothel2012-06-281-72/+235
* Misc cleanup: add @OverrideSven Gothel2012-06-271-43/+44
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-271-4/+4
* NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...Sven Gothel2012-06-212-7/+36
* Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:Sven Gothel2012-05-131-1/+1
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* NewtFactory: Show failure in getCustomClass(..) - require both, packagename a...Sven Gothel2012-05-021-3/+8
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-024-12/+12
* NEWT: Revert static/locked action instances due to possible deadlocks; class ...Sven Gothel2012-05-022-11/+11
* JOGLNewtAppletBase: Minor cleanupSven Gothel2012-05-011-2/+0
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-012-2/+34
* NEWT Input- Mouse-Event: Consitency of mouse button number; Add button -> but...Sven Gothel2012-04-272-19/+36
* Newt/AWT Event Factory: Add Mouse Wheel Event ConversionSven Gothel2012-04-241-1/+14
* NEWT/MainThread: Wait for new non daemon threads after 'main' class has finis...Sven Gothel2012-04-211-24/+102
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-1/+1
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-4/+1
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-2/+2
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-051-0/+1
* NewtFactory: Since the platform string references are unique, let's just comp...Sven Gothel2012-03-041-2/+0
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-041-7/+2
* NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...Sven Gothel2012-02-231-8/+6
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-6/+2
* NewtCanvasAWT: Handle 'lost' child and fullscreen case.Sven Gothel2012-01-161-26/+48
* GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-081-1/+1
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-081-10/+1
* NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); An...Sven Gothel2011-12-261-2/+3
* NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...Sven Gothel2011-12-241-2/+12
* NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base...Sven Gothel2011-12-201-2/+2
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-171-20/+11
* Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-132-2/+0
* JOGLNewtApplet1Run: Config and add GLEventListener before hooking GLWindow/Ne...Sven Gothel2011-12-111-7/+7
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-112-2/+2
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-022-0/+16
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-4/+1
* JOGLNewtApplet1Run: Issue GLProfile.shutdown() to adapt to the 'new' plugin l...Sven Gothel2011-11-301-3/+5
* MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...Sven Gothel2011-11-271-0/+6