aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-082-2/+3
* 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-262-3/+6
* ScreenImpl.ScreenMode: getOrAdd current ScreenMode.Sven Gothel2011-12-241-14/+20
* NEWT Windows/X11: Remove missed negative coordinate restrictions.Sven Gothel2011-12-243-10/+5
* NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...Sven Gothel2011-12-2412-60/+98
* Fix regression of commit: 3f5df93484a2ea97c6e51a717f05d9ddcec64d84 (compile e...Sven Gothel2011-12-231-2/+2
* NEWT/OSX MacWindow.close(): More conservative closing approach.Sven Gothel2011-12-231-3/+6
* Screen: width/height reflects virtual Screen size (-> big-desktop)Sven Gothel2011-12-2311-50/+110
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-2314-24/+63
* NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...Sven Gothel2011-12-202-4/+60
* NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base...Sven Gothel2011-12-202-2/+13
* Fix bug 531. Thx to Sebastien (finding) and Julien (fixing) it.Sven Gothel2011-12-181-3/+3
* CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-181-0/+2
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-172-21/+20
* 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-113-7/+2
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-024-3/+68
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-4/+1
* Fix Bug 522: NEWT requestFocus() causes a crash if !isNativeValid()Sven Gothel2011-12-011-1/+1
* Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade...Sven Gothel2011-12-011-1/+1
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-6/+2
* JOGLNewtApplet1Run: Issue GLProfile.shutdown() to adapt to the 'new' plugin l...Sven Gothel2011-11-301-3/+5
* NEWT ScreenMode: Use unified ScreenMode in impl; X11Screen: Be verbose if TO ...Sven Gothel2011-11-282-7/+7
* NEWT MacWindow: Fix positionChange() Usage ; Fix getLocationOnScreenImpl()Sven Gothel2011-11-271-32/+27
* MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...Sven Gothel2011-11-273-70/+84
* NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit...Sven Gothel2011-11-272-1/+10
* NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294...Sven Gothel2011-11-272-7/+28
* Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...Sven Gothel2011-11-262-6/+18
* X11Screen RANDR: Use temp display connection due to arbirary failures sometimesSven Gothel2011-11-261-6/+5
* X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-261-2/+2
* NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented out)Sven Gothel2011-11-261-8/+13
* NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection nameSven Gothel2011-11-262-6/+13
* NEWT X11Display: Use default X11 locking for X11GraphicsDeviceSven Gothel2011-11-261-5/+15
* NewtFactory/GLWindow: Cleanup API doc (Display lifecycle, copy or reuse, etc ..)Sven Gothel2011-11-262-22/+102
* Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT):Sven Gothel2011-11-253-9/+16
* Forgot to add JogAmp (c)Sven Gothel2011-11-254-0/+4
* NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...Sven Gothel2011-11-251-7/+2
* Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-252-3/+4
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-252-50/+13
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-2312-61/+76
* NEWT MacWindow: Revised offscreen FIXME tagsSven Gothel2011-11-201-6/+5
* NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes)Sven Gothel2011-11-194-263/+435
* NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead...Sven Gothel2011-11-191-9/+21
* NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d...Sven Gothel2011-11-194-8/+11
* Relocate NewtFactoryAWT: jogamp.newt.awt.event -> jogamp.newt.awtSven Gothel2011-11-191-1/+1
* Fix NewtCanvasAWT Focus Traversal (focusable)Sven Gothel2011-11-181-0/+4
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-188-62/+215
* NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh...Sven Gothel2011-11-181-0/+5