| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 1 | -30/+10 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 1 | -1/+1 |
* | NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes) | Sven Gothel | 2011-11-19 | 1 | -70/+87 |
* | NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d... | Sven Gothel | 2011-11-19 | 3 | -4/+10 |
* | Fix NewtCanvasAWT Focus Traversal (focusable) | Sven Gothel | 2011-11-18 | 1 | -0/+4 |
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 4 | -18/+114 |
* | NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh... | Sven Gothel | 2011-11-18 | 1 | -0/+5 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 3 | -28/+153 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 2 | -22/+2 |
* | NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ... | Sven Gothel | 2011-11-09 | 1 | -1/+0 |
* | NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15... | Sven Gothel | 2011-11-09 | 1 | -2/+4 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 2 | -58/+139 |
* | NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolder | Sven Gothel | 2011-11-09 | 1 | -1/+15 |
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener | Sven Gothel | 2011-11-06 | 2 | -45/+0 |
* | NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode; | Sven Gothel | 2011-10-29 | 2 | -2/+51 |
* | NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok) | Sven Gothel | 2011-10-22 | 1 | -6/+2 |
* | NEWT/ScreenMode: If unimplemented have at least current mode in list. Current... | Sven Gothel | 2011-10-22 | 1 | -8/+12 |
* | NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav... | Sven Gothel | 2011-10-16 | 1 | -0/+4 |
* | Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK (duh) | Sven Gothel | 2011-10-15 | 1 | -1/+1 |
* | NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriod | Sven Gothel | 2011-10-15 | 1 | -1/+11 |
* | GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter | Sven Gothel | 2011-10-13 | 1 | -2/+2 |
* | OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre... | Sven Gothel | 2011-10-12 | 1 | -6/+14 |
* | NEWTCanvasAWT: Add AWT GraphicsConfiguration in constructor, allowing transpa... | Sven Gothel | 2011-10-12 | 1 | -0/+16 |
* | NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I... | Sven Gothel | 2011-10-11 | 2 | -9/+19 |
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea... | Sven Gothel | 2011-10-10 | 1 | -0/+4 |
* | NEWT: Add pointer features: visibility, confined and warp (move) | Sven Gothel | 2011-10-10 | 2 | -0/+53 |
* | GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ... | Sven Gothel | 2011-10-08 | 1 | -4/+25 |
* | NEWT/Android: Send MouseClicked event, MouseEvent enhancement, Demo: real 2 f... | Sven Gothel | 2011-09-28 | 1 | -4/+24 |
* | NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa... | Sven Gothel | 2011-09-27 | 1 | -0/+1 |
* | NEWT/Threading: MainThread / DefaultEDTUtil | Sven Gothel | 2011-09-27 | 1 | -74/+13 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 1 | -274/+57 |
* | OSX: Sync MainThread w/ DefaultEDTUtil and proper deledation AWT EDT, MacWind... | Sven Gothel | 2011-09-24 | 1 | -77/+171 |
* | Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T... | Sven Gothel | 2011-09-23 | 1 | -2/+4 |