aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com/jogamp/newt/Window.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-051-3/+3
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-161-0/+2
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-2/+14
* Misc cleanup: add @OverrideSven Gothel2012-06-271-43/+44
* NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...Sven Gothel2012-06-211-7/+28
* NEWT: Revert static/locked action instances due to possible deadlocks; class ...Sven Gothel2012-05-021-9/+9
* NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d...Sven Gothel2011-11-191-0/+5
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-181-3/+35
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-061-33/+0
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-101-0/+4
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-101-0/+34
* NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/WindowsSven Gothel2011-09-141-0/+4
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-081-10/+2
* NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, ..Sven Gothel2011-09-061-1/+0
* NativeWindow/NEWT: Cont. refinement of Insets usageSven Gothel2011-09-061-3/+11
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-041-56/+56
* NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea...Sven Gothel2011-08-301-2/+2
* Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ...Sven Gothel2011-04-261-8/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-191-1/+2
* JOGL/NEWT: Animator fixesSven Gothel2010-11-211-2/+1
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-181-0/+9
* Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-171-5/+11
* NEWT Lifecycle remodel: Window destroy() !Sven Gothel2010-11-161-17/+11
* NEWT: ScreenModeUtil fix, misc changesSven Gothel2010-11-031-2/+2
* NEWT: ScreenMode changesSven Gothel2010-10-261-1/+2
* NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-211-0/+3
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-9/+3
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-261-0/+2
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-231-1603/+251
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-151-79/+172
* NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-101-46/+60
* NEWT: Focus Fix + CleanupSven Gothel2010-09-031-9/+19
* Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...Sven Gothel2010-07-171-7/+8
* Fix file modesSven Gothel2010-07-071-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-071-5/+41
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-218/+305
* Cleanup enqueueEvent and remove PaintEvent and it's ListenerSven Gothel2010-06-171-91/+25
* JOGL.GLAutoDrawable:Sven Gothel2010-06-161-4/+8
* NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-111-1/+1
* NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-111-6/+161
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-155/+192
* NEWT: Simplified LockingSven Gothel2010-06-021-11/+2
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-281-164/+534
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-66/+125
* Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque...Sven Gothel2010-05-051-1/+1
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-041-2/+11
* NEWT Fixes:Sven Gothel2010-05-041-0/+3
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-271-74/+3
* NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPEDSven Gothel2010-04-241-0/+1