Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Failed

Changes

Summary

  1. Adapt latest gluegen changes for crossplatform. (details)
  2. Proposal for multi touch (details)
  3. Multitouch proposal MouseEvent (details)
  4. Eclipse Classpath: Add android.jar (details)
  5. Initial android newt input event transformation (details)
  6. android map motion pressure to newt (details)
  7. Added accessibility events mapping to newt (details)
  8. Isolate android implementation details to (details)
  9. Hide NEWT AWT Event implementation details to jogamp.newt.awt.event (details)
  10. Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL (details)
  11. test: remove bug 502 workaround flag
    More change log history
    (details)
Commit 332430bd9e2a42b81b509175b43856dc25ae255a by Sven Gothel
Adapt latest gluegen changes for crossplatform.
The file was modifiedmake/build-nativewindow.xml (diff)
The file was modifiedmake/scripts/make.jogl.all.linux-armv7-cross.sh (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was removedmake/scripts/make.jogl.all.linux-armv7.sh (diff)
Commit ae51b15c98af2ce462cb8ff1a237dd0c51e78e80 by Sven Gothel
Proposal for multi touch
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/InputEvent.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/MouseEvent.java (diff)
Commit bbbf51acf183b6fe696afd009d0ae49f6745bc40 by Rami Santina
Multitouch proposal MouseEvent
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/MouseEvent.java (diff)
Commit aad86420584d91e0e3faf220d317e25fc4db68a0 by Sven Gothel
Eclipse Classpath: Add android.jar
The file was modified.classpath (diff)
Commit ecad1c4d31e5f95879914396002437517c97d9dd by Rami Santina
Initial android newt input event transformation
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/MouseEvent.java (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/event/android/AndroidNewtEventFactory.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/InputEvent.java (diff)
Commit 0ee0e2a933bdd66d382c2745732a60b32b442877 by Rami Santina
android map motion pressure to newt
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/android/AndroidNewtEventFactory.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/MouseEvent.java (diff)
Commit d6d4ebf19e46c77dd92181c9e81b5a196c250791 by Rami Santina
Added accessibility events mapping to newt

mapped gained focus event.
used 0xFFFFFFFF for unmapped events
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/android/AndroidNewtEventFactory.java (diff)
Commit d62d5e771052957ba2628532235d344c8d65e718 by Sven Gothel
Isolate android implementation details to newt/classes/jogamp/newt/opengl/android
The file was removedsrc/newt/classes/com/jogamp/newt/event/android/AndroidNewtEventFactory.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/opengl/android/event/AndroidNewtEventFactory.java (diff)
Commit 8c8940308c1be5e547b4a2456e8bb5c674fce9f9 by Sven Gothel
Hide NEWT AWT Event implementation details to jogamp.newt.awt.event
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTKeyAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTMouseAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTWindowAdapter.java (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/awt/NewtFactoryAWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/awt/event/AWTParentWindowAdapter.java (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/event/awt/AWTParentWindowAdapter.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/awt/event/NewtFactoryAWT.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/awt/event/AWTNewtEventFactory.java (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/event/awt/AWTNewtEventFactory.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTAdapter.java (diff)
Commit 40bcb60a0a506606776de20071e533df759b9304 by Sven Gothel
Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL dependency, not OpenGL

The native impl packages utilize EGL, not opengl, to query the proper pixelformat.
The file was addedsrc/newt/classes/jogamp/newt/egl/broadcom/Screen.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/egl/broadcom/Window.java (diff)
The file was modifiedsrc/newt/native/KDWindow.c (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/DisplayImpl.java (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/broadcom/egl/Display.java (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/kd/KDScreen.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/egl/kd/KDScreen.java (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/kd/KDWindow.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/egl/kd/KDWindow.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/egl/broadcom/Display.java (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/broadcom/egl/Screen.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/egl/android/event/AndroidNewtEventFactory.java (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/kd/KDDisplay.java (diff)
The file was addedsrc/newt/classes/jogamp/newt/egl/kd/KDDisplay.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/ScreenImpl.java (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/android/event/AndroidNewtEventFactory.java (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was removedsrc/newt/classes/jogamp/newt/opengl/broadcom/egl/Window.java (diff)
The file was modifiedsrc/newt/native/BroadcomEGL.c (diff)
The file was modifiedmake/build-test.xml (diff)