aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/WindowsWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-011-2/+2
* NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...Sven Gothel2011-12-241-14/+49
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-231-7/+6
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-021-1/+1
* NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead...Sven Gothel2011-11-191-14/+7
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-181-6/+6
* Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()...Sven Gothel2011-10-231-12/+12
* NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in...Sven Gothel2011-10-221-12/+13
* NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit eventsSven Gothel2011-10-151-1/+32
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-101-0/+76
* NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '...Sven Gothel2011-09-271-16/+16
* NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full...Sven Gothel2011-09-161-4/+0
* NEWT X11/Windows: Fix AlwaysOnTop (startup and change)Sven Gothel2011-09-151-21/+25
* NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec...Sven Gothel2011-09-091-1/+3
* NEWT: Window default pos ; FullScreenSven Gothel2011-09-091-28/+68
* NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and DecorationSven Gothel2011-09-071-4/+8
* NEWT/WindowsWindow: call sizeChanged() if invisible as wellSven Gothel2011-09-061-5/+2
* NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf...Sven Gothel2011-09-061-94/+47
* Fix NEWT/Window/Windows: setSize/setPosition/reconfigure: 'nop size' -1x-1 ->...Sven Gothel2011-09-021-3/+0
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-29/+29
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-111-17/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-29/+29
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-231-6/+1
* 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
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-44/+0
* 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-291-38/+31
* NEWT: ScreenMode changesSven Gothel2010-10-261-220/+196
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-211-166/+246
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-211-150/+229
* | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-201-3/+260
|/
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-1/+2
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-231-24/+19
* NEWT: Focus Fix + CleanupSven Gothel2010-09-031-6/+13
* Fix file modesSven Gothel2010-07-071-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-071-47/+56
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-38/+47
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-73/+86
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-281-8/+55
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-14/+14
* GlueGen/JOGL Windows x86 x86_64 BuildsSven Gothel2010-05-161-7/+7
* 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-061-0/+2
* Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it activeSven Gothel2010-05-051-2/+12
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-041-22/+62