aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori...Sven Gothel2010-11-081-222/+0
* Added missing JogAmp copyrightSven Gothel2010-11-061-0/+1
* Added fast path to equals impl.Sven Gothel2010-11-066-0/+6
* Remove ancient DEC licensed file, use std X11 Xinerama extension instead.Sven Gothel2010-11-045-652/+5
* NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)'Sven Gothel2010-11-032-12/+51
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-024-7/+15
* Proper X11 Display ClosingSven Gothel2010-10-299-180/+176
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-272-3/+14
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-262-5/+18
* can't enable x11IOErrorHandler without disableSven Gothel2010-10-262-2/+7
* X11Util: lock toolkit/x11 unificationSven Gothel2010-10-261-180/+101
* RectangleReadOnly clonable; Make strings more readableSven Gothel2010-10-265-13/+13
* NEWT: ScreenMode changesSven Gothel2010-10-2610-97/+358
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1423-313/+1174
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-111-1/+1
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-096-218/+10
* Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr...Sven Gothel2010-10-091-30/+67
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-071-67/+101
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0612-200/+626
* RecursiveToolkitLock default TO 5sSven Gothel2010-09-261-1/+1
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-234-19/+80
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-151-1/+1
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-153-74/+75
|\
| * Removed COPYRIGHT.txt file, whichSven Gothel2010-09-143-74/+75
* | NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-101-0/+38
|/
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-074-4/+7
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-263-6/+8
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-173-6/+8
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-1/+1
|/
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-1019-743/+267
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-041-20/+0
* NEWT: Simplified LockingSven Gothel2010-06-022-5/+5
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-284-31/+15
* Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display nameSven Gothel2010-05-271-11/+43
* Fix NativeWindow JAWT Code Generation and Bounds AccessSven Gothel2010-05-275-111/+146
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-216-17/+162
* JAWT Windows Fix: Use the JAWT window handle entry [to return it]Sven Gothel2010-05-051-2/+14
* - 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