~mate-desktop/mate-desktop/+git/mate-notification-daemon:1.12

Last commit made on 2015-11-30
Get this branch:
git clone -b 1.12 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-notification-daemon

Branch merges

Branch information

Recent commits

77bf595... by Vlad Orlov

Bump version to 1.12.1

bd75ee1... by Vlad Orlov

Revert "daemon: fix "GValueArray is deprecated" warnings"

This reverts commit 7d162d83a2008c25b3134fcdda8265f23d461585.

fixes https://github.com/mate-desktop/mate-notification-daemon/issues/91

fed38d6... by raveit65

GTK3 themes: fix deprecated usage of GTK_STOCK_CLOSE

taken from:
https://git.gnome.org/browse/notification-daemon/commit/?id=9d38817

743dcd2... by raveit65

GTK3 Nodoka: remove wrong border from notification

c260b4b... by Clement Lefebvre <email address hidden>

Sync translations with transifex

90dd666... by raveit65

release 1.12.0

2c4ae4d... by luke

coco: fix gtk3 window height the right way

Coco:fix the height of the entire notification window in gtk3 builds, not just the visible area This gives consistant position no matter what the height of the notification window, and never overlaps the panel regardless of panel position. Top, bottom, left, right panels tested along with top left, top right, bottom left, and bottom right notification locations. None overlapped, consistant spacing from notification window to panel in all cases-just like slider. The previous "fix" has been reverted and is not present in this commit.

65dabb3... by raveit65

Gtk3: fix height of notification in nodoka and standard theme

- this fixes also the position of the notifications

credits to.....
Author: lukefromdc

7d90c78... by raveit65

Nodoka: use a fixed font color

fixes https://github.com/mate-desktop/mate-notification-daemon/issues/86

Currenty the theme use the font color from gtk theme,
which give us unreadable notifications text in case of
using a dark gtk theme with mostly light font colors.

9a34673... by raveit65

coco, nodoka, slider: removed a unused variable and fixes warnings