~linuxmint-daily-build-team/linuxmint/+git/muffin:2.4-maintenance

Last commit made on 2015-05-05
Get this branch:
git clone -b 2.4-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/muffin

Branch merges

Branch information

Name:
2.4-maintenance
Repository:
lp:~linuxmint-daily-build-team/linuxmint/+git/muffin

Recent commits

82a2f3a... by Michael Webster

compositor: Add cogl_texture wrapper -

See https://github.com/linuxmint/Cinnamon/commit/a86da11fc21a6882d248fc252fffb9a7afa6885a

0f710a3... by Clement Lefebvre <email address hidden>

2.4.5

ecd1804... by Michael Webster

MetaWindow: make meta_window_get_xwindow introspectable.

761d916... by Michael Webster

screen.c: Update _NET_DESKTOP_NAMES when appropriate. Before we only
did it when the MetaScreen was initialized - during startup - which
would result in the server having the wrong names (or worse, the wrong
length array of names.)

74c5c4c... by Michael Webster

screen.c: update _NET_DESKTOP_LAYOUT with the current workspace layout.

Fixes: #173

7f335cd... by Stefan Dösinger

Allow programmatic minimization without MWM_FUNC_MINIMIZE

This fixes switching out of fullscreen Direct3D applications running in
Wine. See issue 169 for more details.

5fb0862... by Clement Lefebvre <email address hidden>

2.4.4

81ffa27... by Michael Webster

Fix c-s-d windows properly, to account for unscaled GTK_FRAME_EXTENTS.

d627d8f... by Michael Webster

Improved support for client-side-decorated windows:

- Fixed keeping titlebar onscreen
- Fixed edge-resistance thresholds when dragging
- Fixed visible gap when dragging window against an edge to tile
- Fixed pointer/window relationship when pulling a window free from
  a tiled or maximized state.

* This does not address issues when dragging taller windows free from
  lower tile positions, where muffin wants to make sure an unmaximized
  window unmaximizes itself fully onscreen, thereby forcing the pointer
  from over the titlebar. This was pre-existing for all types of windows.

Improvements are effective in both Debian (Gtk 3.14) and Mint 17.1 (3.10).

57680ce... by Michael Webster

window menu: fix right-click support for client-side-decorated windows.