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

Change Log History

Originally from build #923

Changes
  1. Fix AWT EDT Deadlock in AWTWindowClosingProtocol, regression of commit 808a9a27a8c1c9e0a6701a8dd81d51f8daa8129d (details / cgit)
  2. Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f5650fedca0f207e03706ffa9492e50c (details / cgit)
  3. All AWT Related Unit Tests: Call AWT 'frame.setVisible(..)' and 'frame.pack()' on AWT-EDT - Use dedicated test TestBug572AWT for testing otherwise. (details / cgit)
  4. TestBug572AWT: Add test case w/ setting GLCanvas's size and frame.pack() on AWT-EDT and current thread. (details / cgit)

Originally from build #922

Changes
  1. Fix bug 668 : Android keyboard input was uppercase (details / cgit)
  2. Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mechanism (details / cgit)
  3. Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACK (details / cgit)
  4. NEWT WindowImpl: Cleanup redundancies in destroy() and windowDestroyNotify(boolean) (details / cgit)
  5. NEWT: Harmonize MouseEvent Pressure (API Change!) (details / cgit)