Skip to content

Change Log History

Originally from build #860

Changes
  1. FPSAnimator: Add note on deamon-thread and JVM shutdown behavior. (details / cgit)
  2. SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wrap task execution (or enqueing) into status-sync 'edtLock' (details / cgit)
  3. Add test-x64 script for running SWT junit test cases (only) - also documents how to run partial junit tests (details / cgit)

Originally from build #858

Changes
  1. Fix Bug : Quaternion multiplication unexpected behavior (details / cgit)
  2. OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pixelformat w/ chosen GLProfile only (details / cgit)
  3. Bug628: Adding unit test reproducing the deadlock realiable withing first rounds of multi-threaded display. (details / cgit)
  4. Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to possible triggered locking action, i.e. display(). Do the same for AWTEDTUtil. (details / cgit)