| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use... | Sven Gothel | 2013-02-22 | 1 | -172/+216 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -1/+13 |
* | NewtCanvasAWT: Fix size determination, i.e. take newt-child's size into accou... | Sven Gothel | 2013-02-20 | 1 | -6/+10 |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 8 | -356/+380 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -2/+3 |
* | Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ... | Sven Gothel | 2013-01-30 | 1 | -10/+16 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 1 | -42/+100 |
* | Add WindowClosingProtocol impact detail on WindowListener.windowDestroyNotify... | Sven Gothel | 2013-01-28 | 1 | -1/+10 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 1 | -10/+8 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 1 | -0/+4 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 2 | -11/+21 |
* | Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun... | Sven Gothel | 2013-01-11 | 1 | -1/+1 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -1/+4 |
* | Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532... | Sven Gothel | 2012-12-23 | 1 | -1/+1 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 2 | -357/+38 |