Skip to content
Snippets Groups Projects
  1. Jul 27, 2020
  2. Jul 25, 2020
  3. 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
  4. Jun 12, 2020
  5. May 23, 2020
  6. Apr 22, 2020
  7. Apr 21, 2020
  8. Apr 20, 2020
  9. Apr 13, 2020
  10. Apr 12, 2020
  11. Apr 11, 2020
  12. Apr 09, 2020
  13. Apr 08, 2020
  14. Apr 07, 2020
  15. Apr 05, 2020
Loading