| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWTEvent: Add isConsumed() and setConsumed(boolean) methods to simply usage,... | Sven Gothel | 2013-03-21 | 1 | -7/+3 |
* | OSX/NEWT: Fix visible -> false when closing and reparenting window. This lead... | Sven Gothel | 2013-03-20 | 2 | -4/+4 |
* | OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0, Position b... | Sven Gothel | 2013-03-20 | 3 | -35/+43 |
* | OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2 | Sven Gothel | 2013-03-19 | 1 | -34/+78 |
* | OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ... | Sven Gothel | 2013-03-19 | 3 | -74/+109 |
* | Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R... | Sven Gothel | 2013-03-18 | 3 | -4/+7 |
* | Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced... | Sven Gothel | 2013-03-14 | 1 | -8/+9 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -9/+21 |
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | NEWT: Harmonize MouseEvent Pressure (API Change!) | Sven Gothel | 2013-02-28 | 1 | -5/+34 |
* | NEWT WindowImpl: Cleanup redundancies in destroy() and windowDestroyNotify(bo... | Sven Gothel | 2013-02-28 | 1 | -32/+37 |
* | Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACK | Sven Gothel | 2013-02-28 | 3 | -35/+94 |
* | Fix merge conflict of erikbrayet/bug_668 | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
|\ |
|
| * | Fix bug 668 : Android keyboard input was uppercase | Eric Brayet | 2013-02-14 | 1 | -2/+2 |
* | | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 4 | -45/+62 |
* | | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use... | Sven Gothel | 2013-02-22 | 3 | -33/+90 |
* | | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -1/+1 |
* | | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre... | Sven Gothel | 2013-02-20 | 1 | -36/+37 |
* | | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 11 | -374/+483 |
* | | NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on... | Sven Gothel | 2013-02-17 | 1 | -12/+31 |
|/ |
|
* | LinuxEventDeviceTracker: Map printable char using KeyEvent.isPrintableKey. | Xerxes Rånby | 2013-01-31 | 1 | -1/+8 |
* | LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 122-248) | Xerxes Rånby | 2013-01-31 | 1 | -28/+273 |
* | LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 0-121) | Xerxes Rånby | 2013-01-31 | 1 | -81/+257 |
* | LinuxEventDeviceTracker: gracefully manage hot-swap of USB devices. | Xerxes Rånby | 2013-01-31 | 1 | -24/+29 |
* | LinuxEventDeviceTracker: LinuxEventDeviceManager monitor /dev/input/event* | Xerxes Rånby | 2013-01-30 | 1 | -4/+58 |
* | Add LinuxEventDeviceTracker used by RaspPi newt/driver/bcm/vc/iv/WindowDriver | Xerxes Rånby | 2013-01-30 | 2 | -0/+409 |
* | Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ... | Sven Gothel | 2013-01-30 | 1 | -16/+19 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 1 | -24/+38 |
* | Fix regression of commit b738983638703bb721ee4c9820c8ef43e2252e73, possible '... | Sven Gothel | 2013-01-27 | 1 | -1/+4 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 2 | -12/+7 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 2 | -48/+94 |
* | Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would... | Sven Gothel | 2013-01-19 | 1 | -2/+3 |
* | NEWT/Android: Full Lifecycle for WindowDriver; Using static ViewGroup; AWTRob... | Sven Gothel | 2013-01-19 | 2 | -47/+137 |
* | LinuxMouseTracker: Fix inverted Y-axis & missing button release. | Xerxes Rånby | 2013-01-15 | 1 | -1/+2 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 9 | -149/+425 |
* | NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o delegate... | Sven Gothel | 2012-12-25 | 1 | -1/+1 |
* | NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o delegate... | Sven Gothel | 2012-12-24 | 1 | -2/+6 |
* | NEWT peserve 'mouseButtonModMask' to be sent for all mouse- and key events. T... | Sven Gothel | 2012-12-24 | 1 | -30/+43 |
* | AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..) | Sven Gothel | 2012-12-24 | 1 | -8/+6 |
* | Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532... | Sven Gothel | 2012-12-23 | 1 | -78/+127 |
* | Fix commit 811e3791b98fea0dfa3b7d301cb532c54df8dc82: Make AWT usage Java6 cle... | Sven Gothel | 2012-12-23 | 1 | -55/+35 |
* | Merge branch 'master' of https://github.com/sgothel/jogl | rhatcher | 2012-12-06 | 7 | -143/+703 |
|\ |
|
| * | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 2 | -0/+562 |
| * | NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim... | Sven Gothel | 2012-12-02 | 3 | -69/+68 |
| * | NEWT WindowImpl fixes: surfaceLockCount-- if native lock fails; waitForVisibl... | Sven Gothel | 2012-12-02 | 2 | -28/+36 |
| * | NEWT WindowImpl: Don't issue native resize if invisible, simply use defineSiz... | Sven Gothel | 2012-11-30 | 1 | -18/+13 |
| * | Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start EDT ev... | Sven Gothel | 2012-11-30 | 2 | -39/+35 |
* | | Fix for JOGL bug 629, and added new unit tests. | rhatcher | 2012-11-29 | 1 | -2/+120 |
|/ |
|
* | SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug... | Sven Gothel | 2012-11-27 | 2 | -29/+54 |
* | SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wr... | Sven Gothel | 2012-11-25 | 2 | -6/+10 |