Skip to content
  1. Oct 13, 2017
  2. Oct 12, 2017
    • Samuel Thibault's avatar
      Mark changes as not released yet · 2e187fa9
      Samuel Thibault authored
      2e187fa9
    • Samuel Thibault's avatar
      Add changelog · 8c9f3944
      Samuel Thibault authored
      8c9f3944
    • Samuel Thibault's avatar
      Fix uninitialized AccessibilityWatcher::mActive variable · 96c0d79e
      Samuel Thibault authored
      This fixes the lost of focus tracking when zooming in/out several times.
      
      mActive is tested in AccessibilityWatcher::setActive() but was never
      initialized or updated, and thus basically random.  By luck it'd be 0, and
      thus AccessibilityWatcher::setActive would always accept to reactivate
      and never accept to deactivate.  But without luck it'd be non-0, and thus
      AccessibilityWatcher::setActive would always accept to desactivate, but
      always refuse to reactivate (e.g. when zooming in).
      96c0d79e
  3. Jun 29, 2017
  4. Jun 23, 2017
  5. Jun 13, 2017
  6. Jun 11, 2017
  7. Jun 09, 2017
  8. Jun 06, 2017
  9. May 31, 2017
  10. May 29, 2017
  11. May 25, 2017
  12. May 24, 2017
  13. May 23, 2017
  14. May 16, 2017
  15. May 15, 2017
  16. May 10, 2017
  17. May 02, 2017
  18. Apr 28, 2017
  19. Apr 27, 2017
  20. Apr 24, 2017
  21. Apr 20, 2017