| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add make/scripts/make.jogl.all.macosx-clang.sh | Sven Gothel | 2014-02-15 | 1 | -0/+1 |
| * | doc/HowToBuild.html: Remove duplicate line | Sven Gothel | 2014-02-15 | 1 | -2/+0 |
| * | Movie* Demo: Utilize TextRendererGLELBase (fps, vsync, ..) | Sven Gothel | 2014-02-15 | 3 | -44/+214 |
| * | Extract TextRendererGLELBase (demo) - Utilize general text rendering for demos. | Sven Gothel | 2014-02-15 | 3 | -111/+210 |
| * | Graph: RendereState: Create own PMVMatrix if passed value is null; Renderer: ... | Sven Gothel | 2014-02-15 | 4 | -10/+14 |
| * | doc/HowToBuild.html: Complete Debian package list, add note on multiarch pack... | Sven Gothel | 2014-02-15 | 1 | -0/+13 |
| * | Bug 927 - Multithreading (MT) issues with ALAudioSink (openal-soft) | Sven Gothel | 2014-02-15 | 2 | -35/+114 |
| * | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au... | Sven Gothel | 2014-02-14 | 6 | -113/+267 |
| * | GLReadBufferUtil: Set PACK_ROW_LENGTH for ES3 as well - also set ReadBuffer t... | Sven Gothel | 2014-02-14 | 1 | -2/+5 |
| * | GLPixelStorageModes: Safe and restore GL2ES3 modes, i.e. add missing GLES3 mo... | Sven Gothel | 2014-02-14 | 2 | -40/+46 |
| * | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ... | Sven Gothel | 2014-02-13 | 6 | -63/+356 |
| * | SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:... | Sven Gothel | 2014-02-13 | 4 | -76/+76 |
| * | Bug 974 - Add missing [GL4] glMultiDrawArraysIndirect(int mode, int type, lon... | Sven Gothel | 2014-02-13 | 3 | -0/+6 |
| * | TextureIO: Fix PNGTextureWriter Vertical-Flip, i.e. pass TextureData's getMus... | Sven Gothel | 2014-02-13 | 1 | -2/+2 |
| * | Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i... | Sven Gothel | 2014-02-13 | 6 | -19/+283 |
| * | TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec... | Sven Gothel | 2014-02-13 | 3 | -20/+103 |
| * | Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s... | Sven Gothel | 2014-02-12 | 1 | -2/+2 |
| * | Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s... | Sven Gothel | 2014-02-12 | 1 | -4/+19 |
| * | Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon... | Sven Gothel | 2014-02-12 | 6 | -46/+129 |
| * | Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro... | Sven Gothel | 2014-02-10 | 2 | -12/+91 |
| * | JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4 | Sven Gothel | 2014-01-31 | 1 | -1/+0 |
| * | NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ differ... | Sven Gothel | 2014-01-31 | 1 | -8/+13 |
| * | applet3 test page: remove redundant 'Applet3' in link name | Sven Gothel | 2014-01-31 | 1 | -5/+6 |
| * | Adapt to new plugin3 / Use browser window's location on screen for top-level ... | Sven Gothel | 2014-01-31 | 2 | -24/+56 |
| * | NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba... | Sven Gothel | 2014-01-31 | 1 | -11/+6 |
| * | NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac... | Sven Gothel | 2014-01-31 | 3 | -11/+57 |
| * | Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve the ... | Sven Gothel | 2014-01-31 | 1 | -0/+19 |
| * | Sync plugin3-public jar and source files | Sven Gothel | 2014-01-31 | 2 | -0/+0 |
| * | Add Applet3 test html pages | Sven Gothel | 2014-01-30 | 7 | -0/+595 |
| * | NEWT: Add Support for AWT-Less Applet3 | Sven Gothel | 2014-01-30 | 9 | -9/+570 |
| * | NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis... | Sven Gothel | 2014-01-30 | 1 | -8/+10 |
| * | NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs... | Sven Gothel | 2014-01-30 | 3 | -0/+149 |
| * | NEWT Window: Add API Doc for Custom Window Icons | Sven Gothel | 2014-01-30 | 2 | -0/+16 |
| * | Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock... | Sven Gothel | 2014-01-27 | 1 | -10/+21 |
| * | Bug 927 - Enhance GLMediaPlayer/FFMPEGMediaPlayer MovieSimple to run multiple... | Sven Gothel | 2014-01-26 | 2 | -124/+169 |
| * | GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM... | Sven Gothel | 2014-01-26 | 2 | -1/+38 |
| * | Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is o... | Sven Gothel | 2014-01-26 | 9 | -197/+90 |
| * | Adapt to joal.jar location in ${joal.build}/jar/joal.jar | Sven Gothel | 2014-01-25 | 1 | -1/+1 |
| * | TestPerf001*Init0*: Add INIT_TIMEOUT for perf. loop (10s) | Sven Gothel | 2014-01-25 | 4 | -18/+33 |
| * | Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnly | Sven Gothel | 2014-01-24 | 4 | -25/+24 |
| * | GLRendererQuirks.addQuirks(..): Fix array bounds check | Sven Gothel | 2014-01-24 | 1 | -1/+1 |
| * | Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so -> a.s... | Sven Gothel | 2014-01-24 | 1 | -0/+10 |
| * | Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display... | Sven Gothel | 2014-01-24 | 6 | -110/+234 |
| * | Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull... | Sven Gothel | 2014-01-24 | 4 | -31/+32 |
| * | EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ... | Sven Gothel | 2014-01-23 | 11 | -155/+182 |
| * | NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while bein... | Sven Gothel | 2014-01-23 | 1 | -5/+4 |
| * | Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh... | Sven Gothel | 2014-01-22 | 6 | -0/+8 |
| * | Bug 921: FPSAnimator debug output on stderr shall happen only if DEBUG is ena... | Sven Gothel | 2014-01-22 | 1 | -3/+9 |
| * | Bug 945 - Add test script to launch unit test from samba share on windows | Sven Gothel | 2014-01-22 | 1 | -0/+33 |
| * | Fix jogl-*-version.jnlp: Needs 'all-permissions' to match jogl-all.jar's mani... | Sven Gothel | 2014-01-22 | 2 | -0/+6 |