| Commit message (Expand) | Author | Age | Files | Lines |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 1 | -8/+1 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -3/+0 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -1/+1 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -8/+12 |
* | NEWT: Harmonize MouseEvent Pressure (API Change!) | Sven Gothel | 2013-02-28 | 1 | -13/+50 |
* | Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACK | Sven Gothel | 2013-02-28 | 2 | -1/+6 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 9 | -58/+122 |
* | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use... | Sven Gothel | 2013-02-22 | 1 | -172/+216 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -1/+13 |
* | NewtCanvasAWT: Fix size determination, i.e. take newt-child's size into accou... | Sven Gothel | 2013-02-20 | 1 | -6/+10 |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 8 | -356/+380 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -2/+3 |
* | Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ... | Sven Gothel | 2013-01-30 | 1 | -10/+16 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 1 | -42/+100 |
* | Add WindowClosingProtocol impact detail on WindowListener.windowDestroyNotify... | Sven Gothel | 2013-01-28 | 1 | -1/+10 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 1 | -10/+8 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 1 | -0/+4 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 2 | -11/+21 |
* | 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 |
* | Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532... | Sven Gothel | 2012-12-23 | 1 | -1/+1 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 2 | -357/+38 |
* | 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 | 3 | -10/+10 |
* | 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 | 3 | -23/+19 |
* | NewtCanvasSWT: Add DisposeListener | Sven Gothel | 2012-11-29 | 1 | -3/+18 |
* | SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug... | Sven Gothel | 2012-11-27 | 1 | -32/+57 |
* | 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 | 1 | -9/+15 |
* | Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss... | Sven Gothel | 2012-11-23 | 1 | -6/+9 |
* | NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d...v2.0-rc11 | Sven Gothel | 2012-10-31 | 1 | -1/+8 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 1 | -44/+67 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 1 | -12/+4 |
* | 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 | 2 | -5/+12 |
* | 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 | 2 | -13/+26 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 2 | -4/+4 |
* | Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -... | Sven Gothel | 2012-10-05 | 2 | -2/+15 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 3 | -13/+26 |
* | 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 | 1 | -1/+1 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 7 | -24/+132 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 3 | -11/+26 |
* | NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P... | Sven Gothel | 2012-09-07 | 1 | -4/+24 |
* | NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT) | Sven Gothel | 2012-09-07 | 3 | -33/+234 |
* | 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 | 1 | -1/+1 |