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

macos-x86_64 # Changes

Change Log History for macos-x86_64 #902 - Jenkins
Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Change Log History

Originally from build #900

Changes
  1. Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would cap 'em (too long). (details / cgit)
  2. Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB565; Fix HiSilicon/Vivante/Immersion.16 EGLConfig selection (zero depth buffer @ visualID) (details / cgit)
  3. Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. (details / cgit)
  4. FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on application handling verbosity and debug output (details / cgit)
  5. [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..) (details / cgit)
  6. ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Don't cache 'displayHandle' (details / cgit)
  7. WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..) (details / cgit)
  8. Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized requirement in GL[Offscreen]AutoDrawableDelegate* (details / cgit)
  9. Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FPSAnimator behavior), resume after add ifPaused() (details / cgit)
  10. Fix misc API docs .. (details / cgit)
  11. GLDrawableHelper.invoke: If drawable is !realized -> deferred execution (details / cgit)
  12. Fix regression of commit b738983638703bb721ee4c9820c8ef43e2252e73, possible 'pulling' display's device - check references (details / cgit)
  13. Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add EGL/ES2 tests, attempt to fix wrapped EGL case (details / cgit)
  14. Add WindowClosingProtocol impact detail on WindowListener.windowDestroyNotify(..) (details / cgit)
  15. Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListener (-> On Windows as well) (details / cgit)
  16. OSX unit tests: Disable OSX 32bit tests (redundant - prepare for Java7 tests) (details / cgit)
  17. Add OSX Java7 build/test scripts (details / cgit)
  18. Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is always sent. (details / cgit)
  19. Add LinuxEventDeviceTracker used by RaspPi newt/driver/bcm/vc/iv/WindowDriver (details / cgit)
  20. LinuxEventDeviceTracker: LinuxEventDeviceManager monitor /dev/input/event* (details / cgit)
  21. LinuxEventDeviceTracker: gracefully manage hot-swap of USB devices. (details / cgit)
  22. LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 0-121) (details / cgit)
  23. LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 122-248) (details / cgit)
  24. LinuxEventDeviceTracker: Map printable char using KeyEvent.isPrintableKey. (details / cgit)
  25. Bump Android NDK to android-ndk-r8d (details / cgit)
  26. Android: Adapt to cleanup of ClassLoaderUtil/LauncherUtil - GlueGen Commit b47d0d92dd222999bf38633de1cec8de6a7ad369 (details / cgit)
  27. Android GearsES2 Launcher: Revert debug flags .. (details / cgit)