plank:0.10

Last commit made on 2017-03-27
Get this branch:
git clone -b 0.10 https://git.launchpad.net/plank
Members of Docky Core can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
0.10
Repository:
lp:plank

Recent commits

74da2ab... by Rico Tzschichholz

Prepare 0.10.3 release

8a63b93... by Rico Tzschichholz

Welcome to 2017

c7abffb... by Rico Tzschichholz

build: Add -fPIC to libplank-internal.la

It is needed because libplank.la is used as a shared library, which
requires all dependencies be built as PIC.

(cherry picked from commit 3296a6fc464c241614e6ad0f680df1e81cd69778)

2105535... by Peter Feichtinger

Fix underscores not being shown in some menu items

Previously all menu items would be created with mnemonics enabled, which
resulted in underscores being interpreted instead of shown literally.

This is not really useful for window titles and file names, which
frequently contain underscores.

This commit fixes the issue by introducing new menu item factory
functions in addition to the existing ones, which create menu items
with mnemonics disabled. Those items are used wherever names need to be
shown literally (i.e. window titles and file names).

https://launchpad.net/bugs/1662968
(cherry picked from commit e030b0571b5ed4f1196d89cfd8fee30045f857f6)

242f4b4... by Rico Tzschichholz

filedockitem: Use the file's display-name where possible

This is the proper string to use for user-visible references to a file.

(cherry picked from commit d12f3d8f470829fb33bc02decbe315effa90d113)

7ee0319... by Rico Tzschichholz

unity: Fix spelling error

3b41540... by Rico Tzschichholz

Drop references to gthread-2.0

This is deprecated and obsolete since glib 2.32.0.

(cherry picked from commit 7e1c10ab76e423b1ae9574825c5ec69a1acd30d4)

0392690... by Rico Tzschichholz

windows: Hide tooltips if the user performed action on a dockitem

Obviously tooltips will be hidden on appearance of the menu. In addition
to that it will hide on click- and scroll-events too now.

This avoids obstructing maybe important windows parts the user wants to
interact with.

https://launchpad.net/bugs/1638680
(cherry picked from commit 7f17c5fe7e41679d148eada3b914769a2877e93a)

bed7e81... by Rico Tzschichholz

surfacecache: Never clear the cache completely

(cherry picked from commit fd46abddf6bf6025940d68477647279d27b706c9)

796edd0... by Rico Tzschichholz

tests: Fix type mismatch

(cherry picked from commit ed80c130135f7ca7bd112203e17c00086f58108c)