| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and... | Sven Gothel | 2014-01-04 | 2 | -13/+68 |
| * | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -3/+26 |
| * | JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2... | Sven Gothel | 2013-12-28 | 4 | -5/+5 |
| * | Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need... | Sven Gothel | 2013-12-23 | 1 | -11/+50 |
| * | Fix TestGLProfile01NEWT: Regression of commit 3d0ab3e6263dfdbb9dd0014443ad28b... | Sven Gothel | 2013-12-22 | 1 | -2/+8 |
| * | Bug 929 - Reflect ES3 Compatibility with ES2 | Sven Gothel | 2013-12-21 | 1 | -57/+220 |
| * | Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a... | Sven Gothel | 2013-12-20 | 1 | -0/+6 |
| * | Merge pull request #76 from esemplare/master | Sven Gothel | 2013-12-15 | 4 | -0/+98 |
| |\ |
|
| | * | Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16 | Michael Esemplare | 2013-12-11 | 4 | -0/+98 |
| * | | Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c... | Sven Gothel | 2013-12-11 | 2 | -2/+2 |
| * | | Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ... | Sven Gothel | 2013-12-11 | 2 | -75/+120 |
| |/ |
|
| * | Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI... | Sven Gothel | 2013-12-11 | 2 | -9/+261 |
| * | Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_... | Sven Gothel | 2013-12-11 | 11 | -142/+136 |
| * | TestShutdownCompleteNEWT/AWT: Align both tests and account for GLInfo. | Sven Gothel | 2013-12-10 | 2 | -37/+79 |
| * | TestShutdownCompleteNEWT: Enhance profiling via '-wait -initOnly' ; Use Platf... | Sven Gothel | 2013-12-10 | 1 | -37/+35 |
| * | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 2 | -60/+178 |
| * | Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via PROJECTION ... | Sven Gothel | 2013-12-10 | 4 | -119/+155 |
| * | TestNewtKeyEventAutoRepeatAWT: Fix regression of commit 8512777873461ee33d8ed... | Sven Gothel | 2013-12-04 | 1 | -2/+3 |
| * | Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge... | Sven Gothel | 2013-12-04 | 12 | -262/+266 |
| * | Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode... | Sven Gothel | 2013-11-28 | 2 | -8/+32 |
| * | Refine DemoBug910ExtendedAWTAppletLifecycleCheck (commit 9310b11b2b6e1e89fa5e... | Sven Gothel | 2013-11-26 | 1 | -6/+16 |
| * | Bug 910: Add Standalone Extended Applet Lifecycle Validation Test | Sven Gothel | 2013-11-26 | 1 | -0/+224 |
| * | Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS... | Sven Gothel | 2013-11-25 | 5 | -321/+284 |
| * | Bug 672: Move Unit Tests to appropriate SWT package and prepent Test so they ... | Sven Gothel | 2013-11-25 | 2 | -6/+6 |
| * | Bug 672 (NewtCanvasSWT ignore windowing offset on OSX'). | Petros Koutsolampros | 2013-11-24 | 2 | -0/+786 |
| * | Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ... | Sven Gothel | 2013-11-21 | 1 | -0/+209 |
| * | NEWT Event Tests: Move TestParentingFocus* to event test package | Sven Gothel | 2013-11-18 | 3 | -3/+4 |
| * | NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to... | Sven Gothel | 2013-11-18 | 2 | -2/+11 |
| * | NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con... | Sven Gothel | 2013-11-18 | 2 | -3/+3 |
| * | NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for... | Sven Gothel | 2013-11-18 | 5 | -60/+97 |
| * | Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when... | Sven Gothel | 2013-11-18 | 1 | -1/+9 |
| * | Applet Test Bug848AppletGLCanvas01: Only use vsync-interval 1 for last GLJPanel | Sven Gothel | 2013-11-15 | 1 | -14/+14 |
| * | TestPerf001GLJPanelInit02AWT: Wrong test name 'Gears' -> 'Nop' | Sven Gothel | 2013-11-14 | 1 | -1/+1 |
| * | Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b... | Sven Gothel | 2013-11-14 | 1 | -1/+3 |
| * | Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ... | Sven Gothel | 2013-11-14 | 2 | -48/+135 |
| * | Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo... | Sven Gothel | 2013-11-10 | 6 | -121/+378 |
| * | Add TestGLWindows03NEWTAnimResize: Test NEWT basic resize while holding posit... | Sven Gothel | 2013-11-10 | 1 | -0/+138 |
| * | Tests: Align NEWT parenting focus tests (package and class names) using NewtC... | Sven Gothel | 2013-11-10 | 3 | -106/+112 |
| * | Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp... | Sven Gothel | 2013-11-10 | 1 | -197/+177 |
| * | Tests: Add com/jogamp/opengl/test/junit/jogl/acore/anim Animator test package | Sven Gothel | 2013-11-09 | 4 | -2/+570 |
| * | TestPerf001GLJPanelInit02AWT: Same size for !overlap and overlap | Sven Gothel | 2013-11-09 | 1 | -6/+4 |
| * | TestPerf001GLJPanelInit02AWT: Add overlapping test .. | Sven Gothel | 2013-11-08 | 1 | -4/+38 |
| * | Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima... | Sven Gothel | 2013-11-07 | 3 | -202/+226 |
| * | TestTiledPrintingGearsSwingAWT: Cleanup whitespaces | Sven Gothel | 2013-11-07 | 1 | -26/+26 |
| * | Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ... | Sven Gothel | 2013-11-07 | 1 | -0/+129 |
| * | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 2 | -4/+6 |
| * | Android NEWT*Activity: Request GL2ES2 instead of GLES2 (Be aware of ES3) | Sven Gothel | 2013-11-07 | 6 | -23/+23 |
| * | Android: Cleanup Movie*ActivityLauncher* properties | Sven Gothel | 2013-11-07 | 8 | -110/+115 |
| * | TestPerf001GLWindowInit03NEWT: Don't run !reuse Display - Crash on Windows/AT... | Sven Gothel | 2013-11-06 | 1 | -1/+6 |
| * | Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us... | Sven Gothel | 2013-11-06 | 3 | -41/+343 |