Skip to content
  1. Aug 12, 2017
  2. Jul 28, 2017
  3. Jul 10, 2017
  4. May 19, 2017
  5. Apr 25, 2017
  6. Mar 07, 2017
  7. Mar 02, 2017
  8. Feb 16, 2017
  9. Feb 14, 2017
  10. Feb 06, 2017
  11. Feb 05, 2017
  12. Feb 02, 2017
    • Rui Matos's avatar
      Make all our window clones use the MetaWindowActor as source · c8cb84b5
      Rui Matos authored
      Using a MetaWindowActor's shaped texture as the source for window
      clones means that if there are further MetaSurfaceActor children
      (e.g. a wayland client using sub-surfaces) they don't get cloned.
      
      This obviously wasn't an issue until wayland clients introduced the
      possibility of having multiple MetaSurfaceActors under a
      MetaWindowActor but there's no fundamental reason we can't clone the
      toplevel actor.
      
      WorkspaceThumbnail.WindowClone is the one class that was already using
      the MetaWindowActor instead of the texture although it seems to have
      been an unintended change in commit
      8b996175.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=756715
      c8cb84b5
  13. Jan 23, 2017
  14. Jan 22, 2017
  15. Jan 07, 2017
  16. Dec 27, 2016
    • Michael Catanzaro's avatar
      network: Avoid JS error when activating VPN connection · b30a5282
      Michael Catanzaro authored
      If the call to settings.get_connection_by_path in
      ensureActiveConnectionProps returns null, we'll hit a JS error here.
      Seems to happen always when activating a VPN connection. Avoid that.
      
      Giovanni says:
      
      "I believe this is papering over an existing bug, but it's possible for
      settings.get_connection_by_path() to legitimately return null (if the
      connection is owned by a different user and invisible to the current
      one), so the fix is correct anyway."
      
      https://bugzilla.gnome.org/show_bug.cgi?id=759793
      b30a5282
  17. Dec 15, 2016
    • Jonas Ådahl's avatar
      gtk-embed: Don't try to compare with unrealized window · a6878855
      Jonas Ådahl authored
      After having embedded a Gtk window, we start to listen for the
      corresponding MetaWindow to know when it has been mapped by the
      compositor. If the embedder does not realize the window immediately,
      and some other window is created and mapped before the embedder
      realizes the window, we would prior to this patch try to dereference
      the not created GdkWindow. Fix this by NULL checking the GdkWindow
      before dereferencing. We will never miss the needed MetaWindow creation
      since it can not have been mapped have it not yet been realized.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=776130
      a6878855
  18. Dec 12, 2016
  19. Dec 09, 2016
  20. Dec 07, 2016
  21. Nov 28, 2016
  22. Nov 26, 2016
  23. Nov 23, 2016
  24. Nov 22, 2016
  25. Nov 20, 2016
  26. Nov 19, 2016
  27. Nov 18, 2016
  28. Nov 17, 2016
  29. Nov 10, 2016
  30. Nov 08, 2016