aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
...
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-044-55/+94
* NEWT Fixes:Sven Gothel2010-05-048-91/+289
* JOGLSven Gothel2010-04-281-0/+4
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-277-152/+35
* NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPEDSven Gothel2010-04-242-0/+2
* NEWT CleanupSven Gothel2010-04-2448-206/+409
* 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
|/
* Newt.X11:XEventsQueued: QueuedAlready doesn't work on ATI - use QueuedAfterFlushSven Gothel2010-04-221-5/+9
* Migrating gl2/gl3/gl4 -> gldesktop. Use JOGL_GLDESKTOP_.. when using profile....Sven Gothel2010-04-221-3/+2
* Add remark (unsigned long -> uint_32) ..Sven Gothel2010-04-211-1/+1
* JOGL GL4 preperation (cont):Sven Gothel2010-04-2011-31/+32
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-152-53/+29
* NEWT X11 Fix (mainly ATI and multithreading)Sven Gothel2010-04-135-104/+179
* Fix NEWT Window destroy/close race condition,Sven Gothel2010-04-094-57/+94
* Fix missing MacOsX Newt refactoringSven Gothel2010-04-091-30/+30
* Added doc/deployment:Sven Gothel2010-04-082-2/+2
* added intelliJ modules for jogl, newt and nativewindow. Removed other project...Michael Bien2010-04-081-13/+0
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-2/+3
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-2950-278/+271
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-2849-250/+250
* refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-275-5/+5
* added idea project filesMichael Bien2010-03-271-0/+13
* Fix Solaris buildSven Gothel2009-10-151-6/+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-1015-365/+672
* 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-022-23/+112
* NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle()Sven Gothel2009-10-022-12/+25
* NativeWindowFactory:Sven Gothel2009-10-0212-76/+733
* NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parentedSven Gothel2009-09-292-36/+57
* 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-132-43/+88