1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
|
### mate-notification-daemon 1.26.1
* Translations update
* mnd-daemon: fix memory leak
* mnd-daemon: fix memory leak
* daemon: fix memory leak
* Add AssumedAppArmorLabel to dbus service file
### mate-notification-daemon 1.26.0
* Translations update
* Update copyright to 2021
### mate-notification-daemon 1.25.1
* Translations update
* daemon: g_memdup is dreprecated from glib 2.68
* engines.c: fix memory leak
* mate-notification-properties.c: fix memory leaks
* Remove shadow warnings [-Wshadow]
* travis: build with mate-common-1.24.2 from repos
* build: allow users to disable gettext support (--disable-nls)
* Use notify_stack_destroy() instead of g_clear_object() for stacks (which are not GObjects)]
* update resource for transifex
* Update copyright to 2021
* update issue template
* applet: Resize icon size with panel
* mate-notification-applet: avoid segfault after removing the applet
* Group common constants in a single file
* Add Do Not Disturb Applet
* build: Fix make distcheck
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* Formatting
* Use C-style comments
* Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am
* Remove ENABLE_X11 AM_CONDITIONAL()
* Don't error if X11 libs not found if X11 not forced on
* Set layer and notificaiton
* Implement placement on Wayland
* Add initial Wayland backend
* Hide X11-specific code behind ifdefs and checks
* Remove X11 calls from nodoka-theme.c
* Use gdk_set_allowed_backends ()
* Support --enable-x11 and --enable-wayland
* Include directory in warning message when failed to open themes
### mate-notification-daemon 1.25.0
* Translations update
* add git.mk to generate .gitignore
* daemon: Use monotonic time instead of real time
* Remove conversion warnings
* build: silent build warnings for distcheck
* Filter-out img elements from notification body
* The body of a notification may also contain hyperlinks
* build: do not override the default value for MATE_COMPILE_WARNINGS
* Rewrite mate-notification-properties.ui from scratch
* daemon: Remove warning about GTimeVal deprecation
* build: Remove generated files
### mate-notification-daemon 1.24.0
* bump version
### mate-notification-daemon 1.23.1
* Translations update
* migrate from intltools to gettext
* Use gresource for mate-notification-properties.ui
* Use WARN_CFLAGS which are only set with --enable-compiler-warnings
* Fix decoding the hints dictionary.
* mate-notification-properties: initialize do-not-disturb checkbox
* mate-notification-properties: Add do-not-disturb checkbox
* daemon.c: check for do-not-disturb and skip notification
* add do-not-disturb setting
### mate-notification-daemon 1.23.0
* Translations update
* Remove trailing whitespaces
* Change url project's website
* [ci] Add cppcheck html report
* [ci] Enable Clang Static Analyzer
### mate-notification-daemon 1.22.0
* Translations update
* initial travis-CI support
* disable deprecation warnings for distcheck
* Avoid compile warning for g_type_class_add_private
### mate-notification-daemon 1.21.0
* Translations update
* Drop dbus-glib dependence
* Use GVariant
* Migrate from dbus-glib to GDBus
* Add signals, remove annotation from xml file
* Use gdbus generate files
* Fix some gdk deprecations
* src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from libglib2.0-bin.
### mate-notification-daemon 1.20.0
* Translations update
* require GTK+ 3.22 and GLib 2.50
### mate-notification-daemon 1.19.1
* Translations update
* WidthOfScreen and HeightOfScreen implementation
### mate-notification-daemon 1.19.0
* Translations update
* gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
* avoid deprecated gdk_screen_get_width/height
* avoid deprecated gdk_screen_get_n_monitors
* Fixes high cpu usage with large timeouts
* unescape URI-encode paths for icon files
* Restore Polish translation credits from GNOME
### mate-notification-daemon 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Implement action icons support (e.g. playback control icons
used by media players)
* Themes: fix some pie countdown issues
* Translations update
### mate-notification-daemon 1.16.1
* Fix markup parsing
* Translations update
### mate-notification-daemon 1.16.0
* Build: use 'm4' dir instead of 'macros' for m4 macros, like
in other projects
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
--with-gtk build option
* Add support for GNotification
* Fix escaping of special characters
* Fix various GTK+ deprecations
* Translations update
### mate-notification-daemon 1.14.1
* Translations update
* themes: make text translatable
* Save some RAM in NotifyTimeout
* Coco, Nodoka: set notification window type
### mate-notification-daemon 1.14.0
* Drop MateConf migration script
* GTK+3: explicitly wrap notification text at 50 characters
* GTK+3: stop reversing fg/bg colors in slider theme (use colors
from current GTK+ theme as is)
* GTK+3: some more fixes for slider theme
* GTK+3: some deprecation fixes
* Translations update
* Add Changelog generation
### mate-notification-daemon 1.12.1
* Fix crash due to regression
* GTK+3 fixes
* Translations update
### mate-notification-daemon 1.12.0
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Fix height and visibility of themes in gtk3
* Multiple theme fixes
* Some more fixes and cleanups
### mate-notification-daemon 1.10.2
* Standard theme: fix crash when clicking on close button
* Properties: remove useless help button
* Fix build with GLib 2.36
* Some more bugfixes
### mate-notification-daemon 1.10.1
* Don't crash on notifications from Rhythmbox
* Some more bugfixes
* Translations update
### mate-notification-daemon 1.10.0
* Bugfixes
### mate-notification-daemon 1.8.0
* Switch to libwnck
|