aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com/jogamp/newt/Window.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* NEWT CleanupSven Gothel2010-04-241-6/+6
* NEWT/AWT InteroperabilitySven Gothel2010-04-241-24/+53
* Newt.AWTWindow: Set/Unset windowHandle (enables actual destroy call) / minor ...Sven Gothel2010-04-231-9/+15
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-231-1/+1
|\
| * reviewed calls to lockSurface() and ensured propper unlocking.Michael Bien2010-04-231-1/+1
* | Reuse recursive locking codeSven Gothel2010-04-231-37/+38
|/
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-3/+2
* NEWT X11 Fix (mainly ATI and multithreading)Sven Gothel2010-04-131-30/+33
* Fix NEWT Window destroy/close race condition,Sven Gothel2010-04-091-24/+89
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-291-0/+929