aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec...Sven Gothel2011-09-092-2/+6
* NEWT: Window default pos ; FullScreenSven Gothel2011-09-092-122/+280
* NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change...Sven Gothel2011-09-081-6/+3
* NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and DecorationSven Gothel2011-09-072-21/+58
* NEWT/WindowsWindow: call sizeChanged() if invisible as wellSven Gothel2011-09-061-5/+2
* NEWT/X11Window: Remove unused 'windowReparented()' callback; Remove redundant...Sven Gothel2011-09-061-9/+4
* _NET_FRAME_EXTENTS: Remove annoying Warning message. 1 Compiler warningSven Gothel2011-09-061-4/+4
* NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf...Sven Gothel2011-09-063-166/+220
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-041-1/+1
* Fix NEWT/Window/Windows: setSize/setPosition/reconfigure: 'nop size' -1x-1 ->...Sven Gothel2011-09-021-3/+0
* NEWT/X11/Fullscreen: Fix Leaving FullScreenSven Gothel2011-09-011-6/+6
* NEWT/X11 Bug 502 regressions: WM_DELETE_ATOM, .. etc couldn't be catched, etc.Sven Gothel2011-09-011-70/+54
* NEWT/X11 Display: CloseDisplay in same order as creation (ATI); Adding Displa...Sven Gothel2011-08-311-22/+45
* 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
* Android Cleanup: Remove EGL header & library (compile time)Sven Gothel2011-08-111-1/+0
* NEWT/Android: Add missing native codeSven Gothel2011-08-111-0/+47
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-056-144/+144
* Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL depend...Sven Gothel2011-08-032-18/+18
* 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-115-50/+8
* NEWT/X11 WindowClosing: End dispatch loop since Display could be destroyed af...Sven Gothel2011-04-261-3/+15
* Misc cleanup, strings etcSven Gothel2011-04-241-2/+2
* 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-096-144/+144
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-235-27/+9
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-121-83/+22
* NEWT/Windows: Use GDI GetDC/ReleaseDCSven Gothel2010-12-091-22/+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
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-44/+0
* Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a...Sven Gothel2010-11-061-1/+6
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-031-27/+57
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-021-5/+4
* Fix macosx NEWT warningsSven Gothel2010-11-021-1/+2
* Fix macosx compilationSven Gothel2010-11-021-10/+10
* Windows: define DISPLAY_DEVICE_ACTIVE, if not alreadySven Gothel2010-11-021-4/+6
* ScreenMode: Ignore modes < 15bppSven Gothel2010-11-021-1/+0
* Newt/Windows: Turn off native VERBOSESven Gothel2010-11-011-1/+1
* Fix: Newt Rotation (Windows) - added description (CCW)Sven Gothel2010-11-011-100/+80
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-294-81/+85
* remove positive RANDR messageSven Gothel2010-10-291-2/+0
* NEWT: ScreenMode changesSven Gothel2010-10-265-417/+520
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-214-396/+559
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-214-381/+539
| * Fix: X11 Fullscreen mode behaviourRami Santina2010-10-111-26/+23
| * Added Fullscreen WM Hit to the X11 windowRami Santina2010-10-111-4/+56
* | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-201-3/+260