| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp... | Sven Gothel | 2013-06-17 | 4 | -14/+0 |
* | Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ... | Sven Gothel | 2013-06-12 | 1 | -0/+7 |
* | Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ... | Sven Gothel | 2013-05-16 | 3 | -33/+53 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 11 | -495/+773 |
* | Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files, start... | Sven Gothel | 2013-04-19 | 5 | -103/+90 |
* | Bug 721: NEWT/X11 RandR 1.3 Support - Part 1 - Delegate RandR functionality t... | Sven Gothel | 2013-04-18 | 4 | -452/+219 |
* | Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl... | Sven Gothel | 2013-04-11 | 1 | -31/+36 |
* | NEWT/WindowsWindow.c: Simplify pointerVisible branch for calling SafeShowCurs... | Sven Gothel | 2013-04-11 | 1 | -7/+2 |
* | Merge remote-tracking branch 'gouessej/master' | Sven Gothel | 2013-04-11 | 1 | -29/+53 |
|\ |
|
| * | Adds the missing file | Julien Gouesse | 2013-04-06 | 1 | -29/+53 |
* | | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d... | Sven Gothel | 2013-04-11 | 2 | -188/+202 |
* | | Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case... | Sven Gothel | 2013-04-08 | 2 | -8/+72 |
* | | NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's clear... | Sven Gothel | 2013-04-08 | 1 | -25/+2 |
* | | Bug 641 NEWT/X11: Deliver 'J_VK_WINDOWS'; keySym is layout independent for de... | Sven Gothel | 2013-04-08 | 1 | -3/+16 |
* | | NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by all OSX... | Sven Gothel | 2013-04-08 | 3 | -30/+35 |
* | | Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent... | Sven Gothel | 2013-04-08 | 2 | -19/+59 |
* | | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win... | Sven Gothel | 2013-04-06 | 2 | -24/+44 |
|/ |
|
* | Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of comm... | Sven Gothel | 2013-04-05 | 1 | -5/+14 |
* | OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0, Position b... | Sven Gothel | 2013-03-20 | 1 | -40/+58 |
* | OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2 | Sven Gothel | 2013-03-19 | 1 | -28/+39 |
* | OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ... | Sven Gothel | 2013-03-19 | 3 | -156/+264 |
* | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre... | Sven Gothel | 2013-02-20 | 3 | -44/+56 |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 6 | -573/+374 |
* | NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on... | Sven Gothel | 2013-02-17 | 2 | -27/+36 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 1 | -1/+1 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 7 | -76/+227 |
* | NEWT WindowsWindow.c: UpdateInsets: Fix determiniation of isUndecorated - WS_... | Sven Gothel | 2012-12-30 | 1 | -1/+1 |
* | Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed... | Sven Gothel | 2012-12-02 | 1 | -10/+9 |
* | NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k... | Sven Gothel | 2012-10-31 | 1 | -3/+3 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 3 | -96/+136 |
* | NEWT Windows: Add more verbose DEBUG information for FOCUS handling | Sven Gothel | 2012-10-30 | 1 | -5/+12 |
* | NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a disturb... | Sven Gothel | 2012-10-28 | 2 | -14/+12 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 3 | -9/+71 |
* | Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ... | Sven Gothel | 2012-10-26 | 1 | -0/+2 |
* | NEWT / BCM-VC-IV: Fix transparency according to given capabilities | Sven Gothel | 2012-10-19 | 1 | -3/+18 |
* | NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE | Sven Gothel | 2012-10-09 | 1 | -0/+2 |
* | Raise NEWT MouseButton Maximum from 6 -> 16 (API Change) | Sven Gothel | 2012-10-08 | 1 | -10/+15 |
* | Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio... | Sven Gothel | 2012-10-02 | 6 | -0/+1346 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 2 | -3/+3 |
* | NEWT X11 ScreenMode: Ignore invalid rotation event | Sven Gothel | 2012-09-28 | 1 | -9/+16 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 3 | -102/+0 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 2 | -10/+30 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -11/+38 |
* | Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_T | Sven Gothel | 2012-08-18 | 1 | -2/+0 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 11 | -217/+217 |
* | NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ... | Sven Gothel | 2012-08-16 | 3 | -8/+401 |
* | Resolve conflict | Sven Gothel | 2012-08-07 | 1 | -10/+10 |
|\ |
|
| * | Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing | Xerxes Rånby | 2012-07-10 | 1 | -10/+10 |
* | | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -30/+26 |
* | | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -3/+3 |
|/ |
|