aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* NEWT: remove redundant test codeSven Gothel2009-09-131-3/+0
* NEWT: native parenting Win32 OKSven Gothel2009-09-131-6/+11
* Newt: MacOSX child clipping tests (failed)Sven Gothel2009-09-121-2/+2
* Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; X...Sven Gothel2009-09-123-19/+30
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2009-09-124-16/+73
* NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous c...Sven Gothel2009-09-129-40/+56
* newt: one more attempt to commit insets-related changestrembovetski2009-08-204-5/+104
* newt: additional insets support for GL and AWT Windowtrembovetski2009-08-202-1/+23
* newt: added support for window insets. Only implemented for Windows and MacOS.trembovetski2009-08-201-0/+96
* newt: added expose/paint event notification needed for passive rendering. Cur...trembovetski2009-08-143-0/+158
* Oops: Accidently removed AWT Display selection in NEWTSven Gothel2009-08-011-0/+2
* GL3 Related:Sven Gothel2009-08-011-1/+3
* Gluegen:Sven Gothel2009-07-311-1/+6
* Fix: Check if windowHandle is already createdsg2158892009-07-303-20/+26
* Add BroadcomEGL verbose messagessg2158892009-07-291-1/+1
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-293-2/+30
* Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat...sg2158892009-07-291-1/+5
* NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG...sg2158892009-07-282-3/+10