| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT: Using WeakReferences for global cache of Display, Screen and Window ins... | Sven Gothel | 2013-07-04 | 2 | -26/+96 |
* | Remove deprecated methods. | Sven Gothel | 2013-07-04 | 1 | -27/+0 |
* | Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and... | Sven Gothel | 2013-07-03 | 1 | -12/+19 |
* | Fix Bug 767: TAB + BS are considered 'printable' - Compromise of 'editor' vie... | Sven Gothel | 2013-07-02 | 1 | -9/+14 |
* | NEWT Screen ..: Typos / JNI signature | Sven Gothel | 2013-06-30 | 1 | -1/+1 |
* | NewtCanvasAWT: Add missing println if(DEBUG) decoration | Sven Gothel | 2013-06-30 | 1 | -1/+3 |
* | Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo... | Sven Gothel | 2013-06-30 | 4 | -10/+124 |
* | NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread w/o blo... | Sven Gothel | 2013-06-25 | 1 | -0/+20 |
* | NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking shut... | Sven Gothel | 2013-06-25 | 1 | -4/+10 |
* | NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCa... | Sven Gothel | 2013-06-24 | 1 | -1/+5 |
* | Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co... | Sven Gothel | 2013-06-24 | 1 | -2/+2 |
* | Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8... | Sven Gothel | 2013-06-23 | 1 | -12/+7 |
* | Fix NewtCanvasAWT focus traversal for Java7: All unit tests fail w/ Java7, i.... | Sven Gothel | 2013-06-23 | 1 | -2/+10 |
* | Fix Bug 761 (part 2/2): NEWT registers one customShutdownHook @ NativeWindow... | Sven Gothel | 2013-06-23 | 1 | -1/+1 |
* | GLWindow: Mention GLStateKeeper's GL state preservation in API doc | Sven Gothel | 2013-06-23 | 1 | -2/+13 |
* | Refine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and issue for... | Sven Gothel | 2013-06-18 | 3 | -17/+25 |
* | NewtCanvasAWT: Issue 'setFocusable(..)' at configureNewtChild(..) | Sven Gothel | 2013-06-18 | 1 | -3/+4 |
* | JOGLNewtApplet1Run: Defer 'newtCanvasAWT' creation and attachment to applet.s... | Sven Gothel | 2013-06-18 | 1 | -15/+18 |
* | Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp... | Sven Gothel | 2013-06-17 | 1 | -14/+10 |
* | Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp... | Sven Gothel | 2013-06-17 | 6 | -30/+18 |
* | AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ... | Sven Gothel | 2013-06-15 | 1 | -2/+2 |
* | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 | Sven Gothel | 2013-06-11 | 1 | -2/+4 |
* | NEWT: MouseEvent Ctor: Use proper float[] rotationXYZ and float rotationScale... | Sven Gothel | 2013-05-16 | 1 | -8/+14 |
* | Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ... | Sven Gothel | 2013-05-16 | 1 | -35/+26 |
* | MonitorMode: Fix API doc / comments / names. | Sven Gothel | 2013-05-07 | 3 | -72/+75 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 13 | -693/+1071 |
* | NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr... | Sven Gothel | 2013-04-13 | 1 | -8/+6 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-04-11 | 2 | -0/+0 |
|\ |
|
| * | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 2 | -0/+0 |
* | | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d... | Sven Gothel | 2013-04-11 | 2 | -580/+564 |
|/ |
|
* | 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 | 1 | -0/+82 |
* | NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have defined... | Sven Gothel | 2013-04-08 | 1 | -13/+23 |
* | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win... | Sven Gothel | 2013-04-06 | 2 | -2/+5 |
* | 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 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -3/+4 |
* | NEWTEvent: Fix toString message - add comma | Sven Gothel | 2013-03-26 | 1 | -1/+1 |
* | Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation... | Sven Gothel | 2013-03-24 | 2 | -17/+87 |
* | NEWT/MouseEvent: Refine MultiTouch Event Spec regarding associated 'action' p... | Sven Gothel | 2013-03-24 | 1 | -15/+82 |
* | Add GLStateKeeper handling GLEventListenerState preservation and restauration... | Sven Gothel | 2013-03-22 | 1 | -2/+5 |
* | NEWT/Android: Fix BACK button implementation, use different KeyCode mappings ... | Sven Gothel | 2013-03-21 | 1 | -1/+1 |
* | NEWTEvent: Add isConsumed() and setConsumed(boolean) methods to simply usage,... | Sven Gothel | 2013-03-21 | 2 | -7/+39 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 1 | -8/+1 |
* | 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 | 1 | -8/+12 |
* | NEWT: Harmonize MouseEvent Pressure (API Change!) | Sven Gothel | 2013-02-28 | 1 | -13/+50 |
* | Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACK | Sven Gothel | 2013-02-28 | 2 | -1/+6 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 9 | -58/+122 |