aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-283-72/+252
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-213-37/+33
* GlueGen/JOGL Windows x86 x86_64 BuildsSven Gothel2010-05-162-9/+9
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-111-1/+1
* NEWT Windows: Add reparenting for fullscreen on child windowSven Gothel2010-05-061-1/+16
* A little cleanup ..Sven Gothel2010-05-062-55/+46
* Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it activeSven Gothel2010-05-051-2/+12
* Newt X11: Add focus in/out events; Request focus with mouse clickSven Gothel2010-05-051-20/+35
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-041-22/+62
* NEWT Fixes:Sven Gothel2010-05-044-61/+158
* JOGLSven Gothel2010-04-281-0/+4
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-272-35/+1
* NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPEDSven Gothel2010-04-241-0/+1
* NEWT CleanupSven Gothel2010-04-246-125/+125
* 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-201-16/+18
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-151-49/+27
* NEWT X11 Fix (mainly ATI and multithreading)Sven Gothel2010-04-131-6/+69
* Fix NEWT Window destroy/close race condition,Sven Gothel2010-04-091-1/+1
* Fix missing MacOsX Newt refactoringSven Gothel2010-04-091-30/+30
* Added doc/deployment:Sven Gothel2010-04-082-2/+2
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-296-126/+126
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-285-95/+95
* Fix Solaris buildSven Gothel2009-10-151-6/+5
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-102-31/+142
* NEWT Intel GDL: Proper Pos/Size/FullscreenSven Gothel2009-10-021-7/+58
* NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle()Sven Gothel2009-10-021-10/+17
* NativeWindowFactory:Sven Gothel2009-10-022-8/+352
* NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parentedSven Gothel2009-09-291-23/+32
* NEWT: native parenting Win32 OKSven Gothel2009-09-131-37/+77
* Newt: MacOSX child clipping tests (failed)Sven Gothel2009-09-122-4/+23
* Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; X...Sven Gothel2009-09-123-35/+71
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2009-09-121-13/+8
* NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous c...Sven Gothel2009-09-123-9/+17
* newt: mac os mouse wheel event support, also made it more consistent with win...trembovetski2009-08-252-3/+54
* newt: one more attempt to commit insets-related changestrembovetski2009-08-204-9/+158
* newt: added expose/paint event notification needed for passive rendering. Cur...trembovetski2009-08-141-1/+19
* BroadcomEGL: No relase-ctx, no destroy-ctx - FIXMEsg2158892009-07-291-4/+5
* Add BroadcomEGL verbose messagessg2158892009-07-291-5/+20
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-291-4/+13
* Cleanup ..sg2158892009-07-281-1/+1
* EGL changes for deviceMorris Meyer2009-07-281-2/+2
* Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...sg2158892009-07-272-9/+179
* NEWT: Adding KD if building with OpenGL. Fixing build in case no native libra...sg2158892009-07-241-12/+16
* - Fix: X11 locking Sven Gothel2009-06-181-39/+13
* Corrected non-C syntax. Worked around ancient compiler/OS onKenneth Russel2009-06-171-26/+49
* - Add: GLProfile.get(name) return default if name=="GL" as well (or if null)Sven Gothel2009-06-174-540/+647
* Newt: update to the previous fix : need to use 0xFFFF not 0xFF.Dmitri Trembovetski2009-06-171-7/+7