| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+10 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 3 | -78/+84 |
* | NEWT/OSX getLocationOnScreenImpl(..): Use real OSXUtil.GetLocationOnScreen(..... | Sven Gothel | 2012-10-30 | 1 | -6/+12 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 3 | -90/+77 |
* | 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 |
* | NEWT KeyEvent: Remove invalid version remarks. | Sven Gothel | 2012-10-26 | 1 | -81/+35 |
* | NEWT KeyEvent: Fix intendation | Sven Gothel | 2012-10-26 | 1 | -119/+119 |
* | Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ... | Sven Gothel | 2012-10-26 | 3 | -40/+59 |
* | NEWT ScreenMode Change Failover / Window.setFullscreen() shall use current Sc... | Sven Gothel | 2012-10-19 | 2 | -16/+35 |
* | NEWT / BCM-VC-IV: Fix transparency according to given capabilities | Sven Gothel | 2012-10-19 | 1 | -9/+8 |
* | Minor NEWT Display/Screen API doc | Sven Gothel | 2012-10-17 | 2 | -6/+8 |
* | Raise NEWT MouseButton Maximum from 6 -> 16 (API Change) | Sven Gothel | 2012-10-08 | 3 | -15/+28 |
* | Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin... | Sven Gothel | 2012-10-05 | 1 | -0/+1 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 3 | -8/+8 |
* | Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa... | Sven Gothel | 2012-10-05 | 1 | -1/+5 |
* | Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -... | Sven Gothel | 2012-10-05 | 2 | -2/+15 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 2 | -2/+2 |
* | NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server... | Sven Gothel | 2012-09-28 | 3 | -7/+12 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 14 | -169/+200 |
* | NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto... | Sven Gothel | 2012-09-20 | 1 | -1/+8 |
* | Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing ... | Sven Gothel | 2012-09-16 | 2 | -2/+22 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 9 | -28/+184 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 7 | -63/+65 |
* | NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P... | Sven Gothel | 2012-09-07 | 3 | -24/+110 |
* | NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT) | Sven Gothel | 2012-09-07 | 7 | -92/+477 |
* | Fix Android Power-suspend and Power-resume | Sven Gothel | 2012-08-23 | 1 | -5/+10 |
* | Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNative... | Sven Gothel | 2012-08-23 | 1 | -9/+27 |
* | Fix/Workaround: For BCM_VC_IV EGL (alpha) configuration | Sven Gothel | 2012-08-21 | 1 | -1/+8 |
* | NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ... | Sven Gothel | 2012-08-19 | 1 | -1/+0 |
* | Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7... | Sven Gothel | 2012-08-18 | 1 | -1/+1 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 35 | -183/+162 |
* | GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro... | Sven Gothel | 2012-08-18 | 2 | -2/+2 |
* | NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ... | Sven Gothel | 2012-08-16 | 7 | -3/+524 |
* | Resolve conflict | Sven Gothel | 2012-08-07 | 6 | -15/+14 |
|\ |
|
| * | Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing | Xerxes RĂ„nby | 2012-07-10 | 6 | -14/+14 |