Skip to content
Snippets Groups Projects
  1. Aug 08, 2020
    • bob5972's avatar
      Fix errorTrap leak in free_win_data · 168cf03a
      bob5972 authored and Olivier Fourdan's avatar Olivier Fourdan committed
      The function free_win_data() may generate X11 errors as the client
      window may already be gone.
      
      To avoid those, the entire function code is supposed to be enclosed
      within an error trap/push.
      
      A typo in the code would however push twice instead of a balanced
      push/pop which causes the list of event sequences in GDK to grow
      indefinitely, leading to slowdowns as the list grows over time.
      
      Fix the leak by balancing the error push with an error pop at the end
      of the function.
      
      #351
      (cherry picked from commit e6a32cf7)
      168cf03a
    • Olivier Fourdan's avatar
      compositor: use actual atom · ef6ed1fb
      Olivier Fourdan authored
      
      The function compositorCheckCMSelection() would use the atom index in
      our table of atoms, instead of the actual atom, so this is unlikely to
      work as expected.
      
      Fix the code to use the appropriate atom as it should.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      (cherry picked from commit 78c5dc42)
      ef6ed1fb
  2. Aug 01, 2020
  3. Jul 27, 2020
  4. Jul 26, 2020
  5. Jul 25, 2020
  6. Jul 18, 2020
  7. Jun 24, 2020
  8. Jun 21, 2020
  9. Jun 12, 2020
  10. Jun 11, 2020
  11. May 28, 2020
  12. May 27, 2020
  13. May 26, 2020
  14. May 25, 2020
  15. May 24, 2020
  16. May 23, 2020
  17. May 21, 2020
  18. May 01, 2020
  19. Apr 29, 2020
Loading