| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 1 | -3/+5 |
* | Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen... | Sven Gothel | 2013-01-29 | 1 | -3/+3 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 1 | -1/+2 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 1 | -4/+4 |
* | Move all Exclusive Context Thread (ECT) tests to it's own package to de-clutt... | Sven Gothel | 2013-01-12 | 1 | -6/+6 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -18/+22 |
* | Bug632: Test NEWT Child Window Translucency (X11/Windows) .. | Sven Gothel | 2012-12-30 | 1 | -3/+10 |
* | Test*NewtEventModifiers*: Clear 'clearing' events on thread - @Before/@After ... | Sven Gothel | 2012-12-25 | 1 | -2/+2 |
* | AWT-NEWT Modifier mapping and test: part-3 (Fix unit tests) | Sven Gothel | 2012-12-24 | 1 | -0/+1 |
* | AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..) | Sven Gothel | 2012-12-24 | 1 | -6/+9 |
* | Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G... | Sven Gothel | 2012-12-22 | 1 | -2/+3 |
* | GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos... | Sven Gothel | 2012-12-21 | 1 | -2/+2 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -6/+9 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 1 | -2/+2 |
* | Bug628: Adding unit-test 'TestNewtCanvasSWTBug628ResizeDeadlock' exposing New... | Sven Gothel | 2012-11-29 | 1 | -1/+2 |
* | SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener... | Sven Gothel | 2012-11-29 | 1 | -2/+2 |
* | SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug... | Sven Gothel | 2012-11-27 | 1 | -1/+2 |
* | Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de... | Sven Gothel | 2012-11-06 | 1 | -2/+2 |
* | TestGLCanvasAWTActionDeadlock01AWT: Reproducing OSX deadlock variation, using... | Sven Gothel | 2012-11-04 | 1 | -1/+1 |
* | Adding Andres Colubri's Test Case (junit'fyed), which provokes a Deadlock on ... | Sven Gothel | 2012-11-04 | 1 | -1/+3 |
* | GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A... | Sven Gothel | 2012-11-04 | 1 | -2/+3 |
* | NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k... | Sven Gothel | 2012-10-31 | 1 | -2/+2 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 1 | -2/+3 |
* | TestNewtKeyEventAutoRepeatAWT: Wait for 'some' KeyEvents and check count; Tes... | Sven Gothel | 2012-10-29 | 1 | -2/+2 |
* | Complete Rename NEWT KeyEvent Unit tests, commit 85851c9839d620bcbbd07b6ca833... | Sven Gothel | 2012-10-29 | 1 | -4/+5 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 1 | -1/+2 |
* | NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b... | Sven Gothel | 2012-10-27 | 1 | -2/+2 |
* | Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i... | Sven Gothel | 2012-10-27 | 1 | -0/+1 |
* | Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ... | Sven Gothel | 2012-10-26 | 1 | -1/+3 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 1 | -2/+2 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -18/+27 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -1/+3 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 1 | -1/+2 |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -10/+15 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -2/+3 |
* | test scripts windows: use new jogl-all.jar and jogl-test.jar | Sven Gothel | 2012-07-06 | 1 | -3/+4 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 1 | -1/+5 |
* | Simplify TestTransformFeedbackVaryingsBug407NEWT: Use 'in thread' ctx flow an... | Sven Gothel | 2012-02-14 | 1 | -2/+2 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -2/+4 |
* | Bug 551 validation. | Sven Gothel | 2012-01-23 | 1 | -1/+2 |
* | test scripts | Sven Gothel | 2012-01-19 | 1 | -2/+2 |
* | UI Test / AWTRobotUtil: Relax and fix focus tests | Sven Gothel | 2012-01-18 | 1 | -3/+3 |
* | test scripts | Sven Gothel | 2012-01-14 | 1 | -3/+3 |
* | TestAWTCardLayoutAnimatorStartStopBug532: Refine, add 'continue' mode, .. | Sven Gothel | 2012-01-08 | 1 | -1/+2 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 1 | -15/+17 |
* | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share... | Sven Gothel | 2011-12-18 | 1 | -1/+2 |
* | test scripts | Sven Gothel | 2011-12-17 | 1 | -2/+2 |
* | GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL... | Sven Gothel | 2011-12-13 | 1 | -2/+2 |
* | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 1 | -1/+2 |
* | minor edits: test, scripts | Sven Gothel | 2011-11-20 | 1 | -1/+2 |