| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT/Android: respect isUndecorated() and custom window size. | Sven Gothel | 2011-10-06 | 1 | -1/+3 |
* | NEWT/Android: Add TRANSLUCENT feature / Demo: 'GearsES2T' | Sven Gothel | 2011-10-06 | 2 | -1/+76 |
* | ES2 Test Update: Add RedSquareES2 mouse events, toggle: fullscreen / SwapInte... | Sven Gothel | 2011-10-06 | 4 | -15/+61 |
* | NEWT/Android: Move fullscreen setting to AndroidWindow ; Cleanup AndroidWindow | Sven Gothel | 2011-10-06 | 7 | -7/+12 |
* | Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo; | Sven Gothel | 2011-10-04 | 10 | -38/+181 |
* | merge with sgothel | Rami Santina | 2011-10-01 | 1 | -11/+10 |
|\ |
|
| * | RedSquareES1: remove GLU dependency | Sven Gothel | 2011-09-30 | 1 | -11/+10 |
* | | RedSquare ES2 demo: precission change | Rami Santina | 2011-10-01 | 4 | -32/+26 |
* | | gears es2 use default presesion vertex shader | Rami Santina | 2011-09-30 | 1 | -19/+15 |
|/ |
|
* | Android/Tests: Adding missing activities | Sven Gothel | 2011-09-30 | 3 | -0/+222 |
* | Android: Use standard launch mode; Add default actions to NewtBaseActivity; A... | Sven Gothel | 2011-09-30 | 5 | -125/+9 |
* | demo: es2 shaders: use default precision | Sven Gothel | 2011-09-28 | 2 | -113/+106 |
* | Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener add/r... | Sven Gothel | 2011-09-28 | 3 | -20/+22 |
* | GearsES1/ES2 demos: remove junit assertions | Sven Gothel | 2011-09-28 | 2 | -15/+1 |
* | NewtBaseActivity: Enable 'slave' mode, ie as a downstream for external launch... | Sven Gothel | 2011-09-28 | 1 | -83/+46 |
* | NEWT/Android: Send MouseClicked event, MouseEvent enhancement, Demo: real 2 f... | Sven Gothel | 2011-09-28 | 2 | -16/+41 |
* | Fix ES2 shaders | Sven Gothel | 2011-09-28 | 1 | -3/+3 |
* | Android Activity Launching (jogl.test) | Sven Gothel | 2011-09-28 | 3 | -0/+349 |
* | NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa... | Sven Gothel | 2011-09-27 | 2 | -1/+14 |
* | tests: added some commented out 'wait for press enter' startups, reduce getCu... | Sven Gothel | 2011-09-27 | 3 | -6/+13 |
* | NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full... | Sven Gothel | 2011-09-16 | 1 | -2/+3 |
* | NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor edits | Sven Gothel | 2011-09-16 | 2 | -13/+1 |
* | minor edits | Sven Gothel | 2011-09-16 | 2 | -5/+10 |
* | Test NEWT Parenting: Incr. test duration to 600ms (new state poll of reparent... | Sven Gothel | 2011-09-16 | 1 | -1/+1 |
* | Fix AWT Test Cases: Use AWT-EDT for modifying visible frame and call validate... | Sven Gothel | 2011-09-16 | 3 | -58/+84 |
* | Graph Demos: Make GLEvenListener 'standalone'; UIScene to common package; Cle... | Sven Gothel | 2011-09-15 | 8 | -60/+74 |
* | JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizie... | Sven Gothel | 2011-09-15 | 2 | -9/+25 |
* | NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window creation | Sven Gothel | 2011-09-15 | 1 | -1/+9 |
* | NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/Windows | Sven Gothel | 2011-09-14 | 1 | -0/+9 |
* | disable test of NV swap group - but add explicit test case (disabled) for doc... | Sven Gothel | 2011-09-09 | 2 | -11/+141 |
* | NEWT: Window default pos ; FullScreen | Sven Gothel | 2011-09-09 | 1 | -73/+78 |
* | *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro... | Sven Gothel | 2011-09-09 | 1 | -2/+14 |
* | JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea... | Sven Gothel | 2011-09-08 | 1 | -1/+15 |
* | NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change... | Sven Gothel | 2011-09-08 | 5 | -7/+379 |
* | Minor edits, dead code, test invocation | Sven Gothel | 2011-09-08 | 1 | -1/+3 |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 4 | -15/+49 |
* | NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and Decoration | Sven Gothel | 2011-09-07 | 2 | -7/+25 |
* | Test ScreenMode: Minor changes - less wait/timing | Sven Gothel | 2011-09-06 | 3 | -12/+27 |
* | Fix test case for commit 68f5a97ef165a39769040e36114c572c7d0f1abd | Sven Gothel | 2011-09-06 | 1 | -3/+1 |
* | NEWT/ScreenMode: Remove Cloneable on Immutable .. makes no sense | Sven Gothel | 2011-09-06 | 1 | -6/+16 |
* | NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf... | Sven Gothel | 2011-09-06 | 7 | -56/+112 |
* | Test Multisample/Translucency: Remove implicit alpha settings | Sven Gothel | 2011-09-04 | 2 | -1/+6 |
* | Complete translucency support (core w/ X11 (only) - tested w/ NEWT) | Sven Gothel | 2011-09-03 | 2 | -4/+162 |
* | Test Gears ES1/ES2: Fix shared destruction | Sven Gothel | 2011-09-02 | 1 | -6/+19 |
* | Test Gears ES1/ES2: Fix lifecycle check (shared gears) | Sven Gothel | 2011-09-02 | 2 | -10/+14 |
* | TestParenting02NEWT: Don't move parent window -> lots of WM fighting / flicke... | Sven Gothel | 2011-09-02 | 1 | -2/+4 |
* | Test GLSLSimpleProgram: Add proper destroy .. | Sven Gothel | 2011-09-02 | 1 | -0/+10 |
* | Gears/RedSquare ES1/ES2: Add proper destroy/init lifecycle incl. assertion ch... | Sven Gothel | 2011-09-02 | 5 | -129/+200 |
* | Test TestBug463ScaleImageMemoryAWT: Use UI Locking and AWT-EDT create/dispose | Sven Gothel | 2011-09-01 | 1 | -15/+34 |
* | Test PIXMAP/BITMAP: Can't expect GL2/ES2 - might be SW OpenGL | Sven Gothel | 2011-09-01 | 1 | -3/+7 |