aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* NEWT: Using WeakReferences for global cache of Display, Screen and Window ins...Sven Gothel2013-07-042-26/+96
* Remove deprecated methods.Sven Gothel2013-07-041-27/+0
* Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-031-12/+19
* Fix Bug 767: TAB + BS are considered 'printable' - Compromise of 'editor' vie...Sven Gothel2013-07-021-9/+14
* NEWT Screen ..: Typos / JNI signatureSven Gothel2013-06-301-1/+1
* NewtCanvasAWT: Add missing println if(DEBUG) decorationSven Gothel2013-06-301-1/+3
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-304-10/+124
* NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread w/o blo...Sven Gothel2013-06-251-0/+20
* NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking shut...Sven Gothel2013-06-251-4/+10
* NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCa...Sven Gothel2013-06-241-1/+5
* Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co...Sven Gothel2013-06-241-2/+2
* Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-231-12/+7
* Fix NewtCanvasAWT focus traversal for Java7: All unit tests fail w/ Java7, i....Sven Gothel2013-06-231-2/+10
* Fix Bug 761 (part 2/2): NEWT registers one customShutdownHook @ NativeWindow...Sven Gothel2013-06-231-1/+1
* GLWindow: Mention GLStateKeeper's GL state preservation in API docSven Gothel2013-06-231-2/+13
* 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