summaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-276-155/+176
* reviewed X11Lib.XLock/UnlockDisplay() usage:Michael Bien2010-04-222-14/+23
* JOGL GL4 preperation (cont):Sven Gothel2010-04-2012-549/+103
* code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except...Michael Bien2010-04-182-71/+86
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-153-31/+670
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-131-2/+2
* added intelliJ modules for jogl, newt and nativewindow. Removed other project...Michael Bien2010-04-081-12/+0
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-291-1/+1
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-2830-59/+59
* refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-272-2/+2
* added idea project filesMichael Bien2010-03-271-0/+12
* refactoring: new struct accessor method naming conventions.Michael Bien2009-11-115-11/+11
* X11 Display Lock completed (hope so)Sven Gothel2009-10-121-20/+33
* NativeWindow X11: Lock/Unlock Display if using itSven Gothel2009-10-111-5/+12
* NEWT X11 Display Lock:Sven Gothel2009-10-111-1/+1
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-101-3/+5
* EGL more query config trials; Avoid NPE if no config is chosenSven Gothel2009-10-051-2/+2
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-052-16/+53
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-034-13/+61
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-033-3/+7
* NativeWindowFactory:Sven Gothel2009-10-021-4/+6
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2009-09-121-2/+34
* NativeWindow: Add destroy() method, allowing external module to dispose a Nat...Sven Gothel2009-08-103-0/+22
* Cleanup: Remove NativeWindowFactory.TYPE_BROADCOM_EGLsg2158892009-07-301-5/+0
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-293-0/+30
* Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...sg2158892009-07-282-2/+2
* Cleanup ..sg2158892009-07-281-9/+2
* EGL changes for deviceMorris Meyer2009-07-282-2/+14
* Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...sg2158892009-07-271-3/+1
* mips changesMorris Meyer2009-07-271-1/+3
* Add: Extended support for CVM crosscompile:sg2158892009-07-246-18/+74
* Fix jnlp macosx ; Ignore jawt lib loading errorSven Gothel2009-07-041-1/+8
* Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...Sven Gothel2009-07-042-3/+67
* Local property access package-private (no qualifiers)Sven Gothel2009-07-041-4/+4
* Fix property query. Thx to Ken pointing this out.Sven Gothel2009-07-032-22/+58
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-033-19/+27
* - Fixed: JOGL Cg Dependencies ..Sven Gothel2009-07-011-5/+16
* - Removed useless GLX synchronized hacks in X11GLXGraphicsConfigurationSven Gothel2009-06-181-15/+24
* Refactored static initialization to let the JVM ensure it only runsKenneth Russel2009-06-181-9/+3
* - Fix: X11 locking Sven Gothel2009-06-187-85/+247
* - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit)Sven Gothel2009-06-173-62/+11
* - Add: GLProfile.get(name) return default if name=="GL" as well (or if null)Sven Gothel2009-06-172-21/+38
* Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-1550-0/+5802