summaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT/AWT-Wrapper-Driver: Fix MS-Windows Case (Use NativeWindow window handle)...Sven Gothel2013-04-142-83/+106
* NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr...Sven Gothel2013-04-134-56/+111
* Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl...Sven Gothel2013-04-111-31/+36
* NEWT/WindowsWindow.c: Simplify pointerVisible branch for calling SafeShowCurs...Sven Gothel2013-04-111-7/+2
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-04-111-29/+53
|\
| * Adds the missing fileJulien Gouesse2013-04-061-29/+53
* | LinuxEventDeviceTracker: Reapply changes from commit b13868b612689307ebf4e46e...Sven Gothel2013-04-111-4/+4
* | Merge remote-tracking branch 'xranby/NEWT-input'Sven Gothel2013-04-111-762/+831
|\ \
| * | LinuxEventDeviceTracker: ALT, ALT_GRAPH & CTRL modifiers.Xerxes Rånby2013-04-091-4/+37
| * | LinuxEventDeviceTracker: 4 space indentationXerxes Rånby2013-04-091-798/+798
| * | LinuxEventDeviceTracker: shift-modifierXerxes Rånby2013-04-091-27/+63
* | | 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-1112-815/+1315
|/ /
* | 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-084-12/+171
* | NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have defined...Sven Gothel2013-04-083-16/+26
* | NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's clear...Sven Gothel2013-04-081-25/+2
* | Bug 641 NEWT/X11: Deliver 'J_VK_WINDOWS'; keySym is layout independent for de...Sven Gothel2013-04-081-3/+16
* | NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by all OSX...Sven Gothel2013-04-083-30/+35
* | Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent...Sven Gothel2013-04-084-30/+80
* | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win...Sven Gothel2013-04-066-28/+51
|/
* Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of comm...Sven Gothel2013-04-052-10/+20
* 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
* NewtBaseActivity: Move setVisible(false) from onPause() -> onStop(), since on...Sven Gothel2013-03-291-4/+4
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-282-4/+5
* NewtBaseActivity: Perform cleanup() even on onCreate() due to possible call w...Sven Gothel2013-03-281-10/+55
* NEWTEvent: Fix toString message - add commaSven Gothel2013-03-261-1/+1
* Android/NEWT MouseEvent: Fix Detection/Processing of 2-Finger-Scroll Gesture ...Sven Gothel2013-03-241-81/+143
* Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation...Sven Gothel2013-03-243-38/+101
* Android/NEWT MouseEvent: Fix Delivery of MultiTouch PRESSED/RELEASE; Fix Dete...Sven Gothel2013-03-241-146/+194
* NEWT/MouseEvent: Refine MultiTouch Event Spec regarding associated 'action' p...Sven Gothel2013-03-241-15/+82
* NEWT/Android: Fix suspense regression of commit d514ecbf052d013ea8c0982c49075...Sven Gothel2013-03-231-2/+6
* NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest...Sven Gothel2013-03-224-52/+165
* NEWT/Android WindowDriver.closeNative0(..): Catch Exception at surface destro...Sven Gothel2013-03-221-4/+10
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-222-4/+7
* NEWT/Android: Remove KeyEvent.KEYCODE_HOME handling, since it doesn't work - ...Sven Gothel2013-03-221-19/+0
* NEWT/Android: Fix BACK button implementation, use different KeyCode mappings ...Sven Gothel2013-03-215-24/+146
* NEWTEvent: Add isConsumed() and setConsumed(boolean) methods to simply usage,...Sven Gothel2013-03-213-14/+42
* OSX/NEWT: Fix visible -> false when closing and reparenting window. This lead...Sven Gothel2013-03-202-4/+4
* OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0, Position b...Sven Gothel2013-03-204-75/+101
* OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2Sven Gothel2013-03-192-62/+117
* OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ...Sven Gothel2013-03-196-230/+373
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-191-8/+1
* Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R...Sven Gothel2013-03-183-4/+7
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-141-8/+9
* 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-132-17/+33