| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -26/+35 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 3 | -67/+139 |
* | Add WindowClosingProtocol impact detail on WindowListener.windowDestroyNotify... | Sven Gothel | 2013-01-28 | 1 | -1/+10 |
* | 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 | 3 | -22/+15 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 3 | -48/+98 |
* | 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 | 18 | -236/+673 |
* | Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun... | Sven Gothel | 2013-01-11 | 1 | -1/+1 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -1/+4 |
* | NEWT WindowsWindow.c: UpdateInsets: Fix determiniation of isUndecorated - WS_... | Sven Gothel | 2012-12-30 | 1 | -1/+1 |
* | 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 | 2 | -79/+128 |
* | 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 | 11 | -224/+481 |
|\ |
|
| * | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 3 | -45/+288 |
| * | SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem... | Sven Gothel | 2012-12-02 | 1 | -9/+6 |
| * | NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim... | Sven Gothel | 2012-12-02 | 6 | -79/+78 |
| * | Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed... | Sven Gothel | 2012-12-02 | 1 | -10/+9 |
| * | 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 |
| * | Fix NewtCanvasSWT's newtChild usage: Only use set newtChild if it's ready, i.... | Sven Gothel | 2012-11-30 | 1 | -6/+15 |
| * | Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start EDT ev... | Sven Gothel | 2012-11-30 | 5 | -62/+54 |
| * | NewtCanvasSWT: Add DisposeListener | Sven Gothel | 2012-11-29 | 1 | -3/+18 |
* | | 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 | 3 | -61/+111 |
* | SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged... | Sven Gothel | 2012-11-26 | 1 | -2/+11 |
* | SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wr... | Sven Gothel | 2012-11-25 | 3 | -15/+25 |
* | Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss... | Sven Gothel | 2012-11-23 | 2 | -12/+14 |
* | NewtVersionActivity: Dump information in logcat | Sven Gothel | 2012-11-13 | 1 | -3/+7 |
* | NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d...v2.0-rc11 | Sven Gothel | 2012-10-31 | 1 | -1/+8 |
* | NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k... | Sven Gothel | 2012-10-31 | 2 | -3/+13 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 6 | -174/+220 |
* | NEWT Windows: Add more verbose DEBUG information for FOCUS handling | Sven Gothel | 2012-10-30 | 1 | -5/+12 |
* | NEWT/OSX getLocationOnScreenImpl(..): Use real OSXUtil.GetLocationOnScreen(..... | Sven Gothel | 2012-10-30 | 1 | -6/+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 | 6 | -99/+148 |
* | NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b... | Sven Gothel | 2012-10-27 | 3 | -25/+27 |
* | Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i... | Sven Gothel | 2012-10-27 | 3 | -102/+98 |