aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Refine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and issue for...Sven Gothel2013-06-183-17/+25
* NewtCanvasAWT: Issue 'setFocusable(..)' at configureNewtChild(..)Sven Gothel2013-06-181-3/+4
* JOGLNewtApplet1Run: Defer 'newtCanvasAWT' creation and attachment to applet.s...Sven Gothel2013-06-181-15/+18
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-171-14/+10
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-176-30/+18
* AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ...Sven Gothel2013-06-151-2/+2
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-2/+4
* NEWT: MouseEvent Ctor: Use proper float[] rotationXYZ and float rotationScale...Sven Gothel2013-05-161-8/+14
* Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ...Sven Gothel2013-05-161-35/+26
* MonitorMode: Fix API doc / comments / names.Sven Gothel2013-05-073-72/+75
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-0613-693/+1071
* NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr...Sven Gothel2013-04-131-8/+6
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-04-112-0/+0
|\
| * jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-092-0/+0
* | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d...Sven Gothel2013-04-112-580/+564
|/
* Bug 641 NEWT: Refine definition of keySym, i.e. for printable keys, keySym is...Sven Gothel2013-04-081-1/+6
* Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case...Sven Gothel2013-04-081-0/+82
* NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have defined...Sven Gothel2013-04-081-13/+23
* Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win...Sven Gothel2013-04-062-2/+5
* OSX CALayer/NewtCanvasAWT: Force relayout of component (size +1, size -1) whe...Sven Gothel2013-04-041-1/+22
* NewtCanvasAWT: Cleanup up private method calls; Attach/Detach JAWTWindow's Su...Sven Gothel2013-04-031-12/+9
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-3/+4
* NEWTEvent: Fix toString message - add commaSven Gothel2013-03-261-1/+1
* Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation...Sven Gothel2013-03-242-17/+87
* NEWT/MouseEvent: Refine MultiTouch Event Spec regarding associated 'action' p...Sven Gothel2013-03-241-15/+82
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-221-2/+5
* NEWT/Android: Fix BACK button implementation, use different KeyCode mappings ...Sven Gothel2013-03-211-1/+1
* NEWTEvent: Add isConsumed() and setConsumed(boolean) methods to simply usage,...Sven Gothel2013-03-212-7/+39
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-191-8/+1
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-141-3/+0
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-1/+1
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-8/+12
* NEWT: Harmonize MouseEvent Pressure (API Change!)Sven Gothel2013-02-281-13/+50
* Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACKSven Gothel2013-02-282-1/+6
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-289-58/+122
* NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use...Sven Gothel2013-02-221-172/+216
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-1/+13
* NewtCanvasAWT: Fix size determination, i.e. take newt-child's size into accou...Sven Gothel2013-02-201-6/+10
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-198-356/+380
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-2/+3
* Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ...Sven Gothel2013-01-301-10/+16
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-291-42/+100
* Add WindowClosingProtocol impact detail on WindowListener.windowDestroyNotify...Sven Gothel2013-01-281-1/+10
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-241-10/+8
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-201-0/+4
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-142-11/+21
* Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun...Sven Gothel2013-01-111-1/+1
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-1/+4
* Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532...Sven Gothel2012-12-231-1/+1
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-042-357/+38