aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11Window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix NEWT regression due to fix of bug 502, commit 9ed513e9a9616f6028084df4c65...Sven Gothel2011-08-301-6/+14
* Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb...Sven Gothel2011-08-301-17/+25
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-54/+54
* X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac...Sven Gothel2011-06-261-23/+38
* Minor editing (compile script, X11Window.c - cleanups)Sven Gothel2011-06-121-3/+3
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-111-6/+3
* NEWT/X11 WindowClosing: End dispatch loop since Display could be destroyed af...Sven Gothel2011-04-261-3/+15
* Newt X11: keyPress/Release must use upper case XP_ values to match VK_ ; Set ...Sven Gothel2011-03-301-50/+65
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-54/+54
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-231-6/+0
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-041-1/+0
* NEWT/X11: Don't erase background with pixmap or pixelSven Gothel2010-11-281-2/+2
* Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-171-58/+0
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-031-27/+57
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-021-5/+4
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-291-29/+26
* remove positive RANDR messageSven Gothel2010-10-291-2/+0
* NEWT: ScreenMode changesSven Gothel2010-10-261-197/+275
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-211-222/+287
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-211-223/+284
| * Fix: X11 Fullscreen mode behaviourRami Santina2010-10-111-26/+23
| * Added Fullscreen WM Hit to the X11 windowRami Santina2010-10-111-4/+56
* | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-181-4/+102
* | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-171-5/+210
|/
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-3/+5
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-231-20/+12
* NEWT: Focus Fix + CleanupSven Gothel2010-09-031-9/+19
* Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...Sven Gothel2010-07-171-26/+27
* Fix file modesSven Gothel2010-07-071-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-071-13/+42
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-38/+71
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-122/+96
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-281-59/+171
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-12/+8
* A little cleanup ..Sven Gothel2010-05-061-55/+44
* Newt X11: Add focus in/out events; Request focus with mouse clickSven Gothel2010-05-051-20/+35
* NEWT Fixes:Sven Gothel2010-05-041-46/+129
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-271-34/+0
* NEWT CleanupSven Gothel2010-04-241-27/+27
* 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
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-291-28/+28
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-281-28/+28
* Fix Solaris buildSven Gothel2009-10-151-6/+5
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-101-31/+140
* NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parentedSven Gothel2009-09-291-23/+32