| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ... | Sven Gothel | 2013-05-16 | 1 | -17/+25 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 1 | -73/+232 |
* | Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl... | Sven Gothel | 2013-04-11 | 1 | -31/+36 |
* | NEWT/WindowsWindow.c: Simplify pointerVisible branch for calling SafeShowCurs... | Sven Gothel | 2013-04-11 | 1 | -7/+2 |
* | Merge remote-tracking branch 'gouessej/master' | Sven Gothel | 2013-04-11 | 1 | -29/+53 |
|\ |
|
| * | Adds the missing file | Julien Gouesse | 2013-04-06 | 1 | -29/+53 |
* | | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win... | Sven Gothel | 2013-04-06 | 1 | -16/+20 |
|/ |
|
* | Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of comm... | Sven Gothel | 2013-04-05 | 1 | -5/+14 |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 1 | -447/+296 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 1 | -1/+1 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 1 | -22/+159 |
* | NEWT WindowsWindow.c: UpdateInsets: Fix determiniation of isUndecorated - WS_... | Sven Gothel | 2012-12-30 | 1 | -1/+1 |
* | Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed... | Sven Gothel | 2012-12-02 | 1 | -10/+9 |
* | NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k... | Sven Gothel | 2012-10-31 | 1 | -3/+3 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 1 | -79/+120 |
* | NEWT Windows: Add more verbose DEBUG information for FOCUS handling | Sven Gothel | 2012-10-30 | 1 | -5/+12 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 1 | -39/+39 |
* | Fix Bug 560 and NEWT window closing behavior in general for all platforms. | Sven Gothel | 2012-05-01 | 1 | -2/+2 |
* | NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all... | Sven Gothel | 2011-12-24 | 1 | -14/+49 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 1 | -7/+6 |
* | NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events. | Sven Gothel | 2011-12-02 | 1 | -1/+1 |
* | NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead... | Sven Gothel | 2011-11-19 | 1 | -14/+7 |
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 1 | -6/+6 |
* | Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()... | Sven Gothel | 2011-10-23 | 1 | -12/+12 |
* | NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in... | Sven Gothel | 2011-10-22 | 1 | -12/+13 |
* | NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events | Sven Gothel | 2011-10-15 | 1 | -1/+32 |
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea... | Sven Gothel | 2011-10-10 | 1 | -0/+76 |
* | NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '... | Sven Gothel | 2011-09-27 | 1 | -16/+16 |
* | NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full... | Sven Gothel | 2011-09-16 | 1 | -4/+0 |
* | NEWT X11/Windows: Fix AlwaysOnTop (startup and change) | Sven Gothel | 2011-09-15 | 1 | -21/+25 |
* | NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec... | Sven Gothel | 2011-09-09 | 1 | -1/+3 |
* | NEWT: Window default pos ; FullScreen | Sven Gothel | 2011-09-09 | 1 | -28/+68 |
* | NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and Decoration | Sven Gothel | 2011-09-07 | 1 | -4/+8 |
* | NEWT/WindowsWindow: call sizeChanged() if invisible as well | Sven Gothel | 2011-09-06 | 1 | -5/+2 |
* | NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf... | Sven Gothel | 2011-09-06 | 1 | -94/+47 |
* | Fix NEWT/Window/Windows: setSize/setPosition/reconfigure: 'nop size' -1x-1 ->... | Sven Gothel | 2011-09-02 | 1 | -3/+0 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -29/+29 |
* | Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ... | Sven Gothel | 2011-06-11 | 1 | -17/+2 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -29/+29 |
* | NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed() | Sven Gothel | 2010-12-23 | 1 | -6/+1 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 1 | -83/+22 |
* | NEWT/Windows: Use GDI GetDC/ReleaseDC | Sven Gothel | 2010-12-09 | 1 | -22/+0 |
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 1 | -44/+0 |
* | Windows: define DISPLAY_DEVICE_ACTIVE, if not already | Sven Gothel | 2010-11-02 | 1 | -4/+6 |
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 1 | -1/+0 |
* | Newt/Windows: Turn off native VERBOSE | Sven Gothel | 2010-11-01 | 1 | -1/+1 |
* | Fix: Newt Rotation (Windows) - added description (CCW) | Sven Gothel | 2010-11-01 | 1 | -100/+80 |
* | Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build | Sven Gothel | 2010-10-29 | 1 | -38/+31 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 1 | -220/+196 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 1 | -166/+246 |
|\ |
|