Skip to content
Snippets Groups Projects
  1. Aug 08, 2020
  2. Aug 01, 2020
  3. Jul 27, 2020
  4. Jul 26, 2020
  5. Jul 25, 2020
  6. Jul 15, 2020
    • Olivier Fourdan's avatar
      settings: Duplicate string gvalues · 056ba6ad
      Olivier Fourdan authored
      
      The gvalues strings were considered statics, hence not duplicated.
      
      As the caller frees the strings after setting the gvalue, the actual
      content would end up pointing at free data.
      
      Consider string gvalues as regular strings, meaning that the given
      string value is duplicated as a gvalue.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      Closes: #406
      056ba6ad
    • Olivier Fourdan's avatar
      client: Really send synthetic configure notify · 6637211e
      Olivier Fourdan authored
      Commit 821ee7cc would not actually send the synthetic configure notify
      events anymore. That obviously breaks plenty of applications…
      
      While the logic of the commit itself is sound, the problem is that it
      bases the descision to send the configure notify event by comparing
      against the current window size and location.
      
      The problem is that the current window size and location is modified in
      various places, defeating the logic.
      
      Add an “applied_geometry” rectangle that we update only in a single
      place in the code, so that we know exactly when to send a synthetic
      configure notify event.
      
      Closes: #403
      
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      6637211e
    • Olivier Fourdan's avatar
      client: Use GdkRectangle for saved size/position · 6c712173
      Olivier Fourdan authored
      
      The size and position of the client are stored at multiple occasions.
      
      But the naming of the variables used is a bit confusing, rename the
      variables and use GdkRectangles instead.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      6c712173
  7. Jul 12, 2020
  8. Jul 07, 2020
  9. Jul 05, 2020
  10. Jul 01, 2020
  11. Jun 28, 2020
  12. Jun 21, 2020
  13. Jun 15, 2020
  14. Jun 14, 2020
  15. Jun 12, 2020
  16. Jun 11, 2020
  17. May 27, 2020
  18. May 26, 2020
  19. May 25, 2020
  20. May 24, 2020
  21. May 23, 2020
Loading