| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 641 NEWT: Refine definition of keySym, i.e. for printable keys, keySym is... | Sven Gothel | 2013-04-08 | 1 | -1/+6 |
* | Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case... | Sven Gothel | 2013-04-08 | 4 | -12/+171 |
* | NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have defined... | Sven Gothel | 2013-04-08 | 3 | -16/+26 |
* | NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's clear... | Sven Gothel | 2013-04-08 | 1 | -25/+2 |
* | Bug 641 NEWT/X11: Deliver 'J_VK_WINDOWS'; keySym is layout independent for de... | Sven Gothel | 2013-04-08 | 1 | -3/+16 |
* | NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by all OSX... | Sven Gothel | 2013-04-08 | 3 | -30/+35 |
* | Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent... | Sven Gothel | 2013-04-08 | 4 | -30/+80 |
* | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win... | Sven Gothel | 2013-04-06 | 6 | -28/+51 |
* | Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of comm... | Sven Gothel | 2013-04-05 | 2 | -10/+20 |
* | OSX CALayer/NewtCanvasAWT: Force relayout of component (size +1, size -1) whe... | Sven Gothel | 2013-04-04 | 1 | -1/+22 |
* | NewtCanvasAWT: Cleanup up private method calls; Attach/Detach JAWTWindow's Su... | Sven Gothel | 2013-04-03 | 1 | -12/+9 |
* | NewtBaseActivity: Move setVisible(false) from onPause() -> onStop(), since on... | Sven Gothel | 2013-03-29 | 1 | -4/+4 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 2 | -4/+5 |
* | NewtBaseActivity: Perform cleanup() even on onCreate() due to possible call w... | Sven Gothel | 2013-03-28 | 1 | -10/+55 |
* | NEWTEvent: Fix toString message - add comma | Sven Gothel | 2013-03-26 | 1 | -1/+1 |
* | Android/NEWT MouseEvent: Fix Detection/Processing of 2-Finger-Scroll Gesture ... | Sven Gothel | 2013-03-24 | 1 | -81/+143 |
* | Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation... | Sven Gothel | 2013-03-24 | 3 | -38/+101 |
* | Android/NEWT MouseEvent: Fix Delivery of MultiTouch PRESSED/RELEASE; Fix Dete... | Sven Gothel | 2013-03-24 | 1 | -146/+194 |
* | NEWT/MouseEvent: Refine MultiTouch Event Spec regarding associated 'action' p... | Sven Gothel | 2013-03-24 | 1 | -15/+82 |
* | NEWT/Android: Fix suspense regression of commit d514ecbf052d013ea8c0982c49075... | Sven Gothel | 2013-03-23 | 1 | -2/+6 |
* | NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest... | Sven Gothel | 2013-03-22 | 4 | -52/+165 |
* | NEWT/Android WindowDriver.closeNative0(..): Catch Exception at surface destro... | Sven Gothel | 2013-03-22 | 1 | -4/+10 |
* | Add GLStateKeeper handling GLEventListenerState preservation and restauration... | Sven Gothel | 2013-03-22 | 2 | -4/+7 |
* | NEWT/Android: Remove KeyEvent.KEYCODE_HOME handling, since it doesn't work - ... | Sven Gothel | 2013-03-22 | 1 | -19/+0 |
* | NEWT/Android: Fix BACK button implementation, use different KeyCode mappings ... | Sven Gothel | 2013-03-21 | 5 | -24/+146 |
* | NEWTEvent: Add isConsumed() and setConsumed(boolean) methods to simply usage,... | Sven Gothel | 2013-03-21 | 3 | -14/+42 |
* | OSX/NEWT: Fix visible -> false when closing and reparenting window. This lead... | Sven Gothel | 2013-03-20 | 2 | -4/+4 |
* | OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0, Position b... | Sven Gothel | 2013-03-20 | 4 | -75/+101 |
* | OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2 | Sven Gothel | 2013-03-19 | 2 | -62/+117 |
* | OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ... | Sven Gothel | 2013-03-19 | 6 | -230/+373 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 1 | -8/+1 |
* | Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R... | Sven Gothel | 2013-03-18 | 3 | -4/+7 |
* | Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced... | Sven Gothel | 2013-03-14 | 1 | -8/+9 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -3/+0 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -1/+1 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 2 | -17/+33 |
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | NEWT: Harmonize MouseEvent Pressure (API Change!) | Sven Gothel | 2013-02-28 | 2 | -18/+84 |
* | NEWT WindowImpl: Cleanup redundancies in destroy() and windowDestroyNotify(bo... | Sven Gothel | 2013-02-28 | 1 | -32/+37 |
* | Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACK | Sven Gothel | 2013-02-28 | 5 | -36/+100 |
* | Fix merge conflict of erikbrayet/bug_668 | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
|\ |
|
| * | Fix bug 668 : Android keyboard input was uppercase | Eric Brayet | 2013-02-14 | 1 | -2/+2 |
* | | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 13 | -103/+184 |
* | | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use... | Sven Gothel | 2013-02-22 | 4 | -205/+306 |
* | | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 2 | -2/+14 |
* | | NewtCanvasAWT: Fix size determination, i.e. take newt-child's size into accou... | Sven Gothel | 2013-02-20 | 1 | -6/+10 |
* | | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre... | Sven Gothel | 2013-02-20 | 4 | -80/+93 |
* | | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 25 | -1303/+1237 |
* | | NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on... | Sven Gothel | 2013-02-17 | 3 | -39/+67 |
* | | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -2/+3 |
|/ |
|