aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-2820-751/+1212
* Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display nameSven Gothel2010-05-278-51/+65
* Fix NativeWindow JAWT Code Generation and Bounds AccessSven Gothel2010-05-271-0/+0
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-2128-463/+621
* Fixed comments (links)Sven Gothel2010-05-062-5/+8
* A little cleanup ..Sven Gothel2010-05-063-30/+48
* Newt: Add generic NativeWindow parenting, inclusive using an AWT Component as...Sven Gothel2010-05-053-3/+247
* Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque...Sven Gothel2010-05-052-1/+9
* Fix commentsSven Gothel2010-05-053-45/+64
* Newt X11: Add focus in/out events; Request focus with mouse clickSven Gothel2010-05-051-0/+11
* Newt Display Fix: Use a FQN (type:name) to map displays, otherwise applicatio...Sven Gothel2010-05-051-23/+38
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-043-33/+32
* NEWT Fixes:Sven Gothel2010-05-044-30/+131
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-275-117/+34
* NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPEDSven Gothel2010-04-241-0/+1
* NEWT CleanupSven Gothel2010-04-2442-81/+284
* NEWT/AWT InteroperabilitySven Gothel2010-04-2424-286/+948
* Moved event classed from com.jogamp.newt to com.jogamp.newt.eventSven Gothel2010-04-2411-35/+43
* Newt.AWTWindow: Set/Unset windowHandle (enables actual destroy call) / minor ...Sven Gothel2010-04-232-15/+33
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-231-1/+1
|\
| * Merge branch 'master' of github.com:mbien/joglMichael Bien2010-04-231-1/+6
| |\
| * | reviewed calls to lockSurface() and ensured propper unlocking.Michael Bien2010-04-231-1/+1
* | | Reuse recursive locking codeSven Gothel2010-04-231-37/+38
| |/ |/|
* | Add missing finally unlock, if 2nd lock failsSven Gothel2010-04-231-1/+6
|/
* JOGL GL4 preperation (cont):Sven Gothel2010-04-2010-15/+14
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-151-4/+2
* NEWT X11 Fix (mainly ATI and multithreading)Sven Gothel2010-04-134-98/+110
* Fix NEWT Window destroy/close race condition,Sven Gothel2010-04-093-56/+93
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-2/+3
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-2944-152/+145
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-2844-155/+155
* refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-275-5/+5
* X11 Display Lock completed (hope so)Sven Gothel2009-10-126-78/+62
* NEWT X11 Display Lock:Sven Gothel2009-10-114-23/+13
* NEWT: Avoid NPE at destroy() ; DEBUG println ..Sven Gothel2009-10-102-4/+20
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-1013-334/+530
* Fix On-/Offscreen and PBuffer.Sven Gothel2009-10-051-0/+5
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-052-4/+22
* Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow.Sven Gothel2009-10-041-1/+1
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-033-54/+17
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-034-14/+105
* Offscreen/PBuffer capabilities cleanup ; Generic read drawable supportSven Gothel2009-10-031-0/+7
* NEWT: Offscreen integrationSven Gothel2009-10-022-1/+95
* NEWT Intel GDL: Proper Pos/Size/FullscreenSven Gothel2009-10-021-16/+54
* NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle()Sven Gothel2009-10-021-2/+8
* NativeWindowFactory:Sven Gothel2009-10-0210-68/+381
* NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parentedSven Gothel2009-09-291-13/+25
* NEWT AWT: Use size/pos from external frameSven Gothel2009-09-141-0/+4
* NEWT: More elegant custom constructor type verification and setting by Window...Sven Gothel2009-09-142-34/+107
* Newt.AWT: avoid npeSven Gothel2009-09-131-2/+4