aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294...Sven Gothel2011-11-271-7/+24
* NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection nameSven Gothel2011-11-262-6/+13
* NewtFactory/GLWindow: Cleanup API doc (Display lifecycle, copy or reuse, etc ..)Sven Gothel2011-11-262-22/+102
* Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT):Sven Gothel2011-11-251-1/+1
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-251-30/+10
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes)Sven Gothel2011-11-191-70/+87
* NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d...Sven Gothel2011-11-193-4/+10
* Fix NewtCanvasAWT Focus Traversal (focusable)Sven Gothel2011-11-181-0/+4
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-184-18/+114
* NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh...Sven Gothel2011-11-181-0/+5
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-123-28/+153
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-112-22/+2
* NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ...Sven Gothel2011-11-091-1/+0
* NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15...Sven Gothel2011-11-091-2/+4
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-092-58/+139
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-091-1/+15
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-062-45/+0