Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-10 | Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ↵ | William Wold | 1 | -1/+1 | |
not GObjects)] | |||||
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-11-28 | applet: Resize icon size with panel | Victor Kareh | 1 | -9/+50 | |
Also render as scaled cairo surface to support HiDPI displays. | |||||
2020-11-27 | mate-notification-applet: avoid segfault after removing the applet | rbuj | 1 | -2/+3 | |
2020-11-26 | Group common constants in a single file | rbuj | 7 | -19/+43 | |
2020-11-26 | Add Do Not Disturb Applet | rbuj | 5 | -32/+292 | |
2020-11-18 | build: Fix make distcheck | rbuj | 1 | -0/+1 | |
2020-10-24 | Formatting | William Wold | 2 | -5/+5 | |
2020-10-24 | Use C-style comments | William Wold | 4 | -23/+23 | |
2020-10-24 | Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am | William Wold | 1 | -2/+2 | |
2020-10-24 | Set layer and notificaiton | William Wold | 1 | -0/+2 | |
2020-10-24 | Implement placement on Wayland | William Wold | 4 | -13/+60 | |
2020-10-24 | Add initial Wayland backend | William Wold | 4 | -0/+91 | |
2020-10-24 | Hide X11-specific code behind ifdefs and checks | William Wold | 2 | -23/+92 | |
2020-10-24 | Remove X11 calls from nodoka-theme.c | William Wold | 1 | -10/+20 | |
2020-10-24 | Use gdk_set_allowed_backends () | William Wold | 1 | -0/+8 | |
2020-10-24 | Include directory in warning message when failed to open themes | William Wold | 1 | -1/+1 | |
2020-06-26 | add git.mk to generate .gitignore | tamplan | 2 | -0/+4 | |
2020-06-17 | daemon: Use monotonic time instead of real time | rbuj | 1 | -36/+11 | |
2020-06-12 | Remove conversion warnings | rbuj | 7 | -44/+53 | |
2020-04-16 | Filter-out img elements from notification body | rbuj | 5 | -25/+222 | |
2020-04-16 | The body of a notification may also contain hyperlinks | rbuj | 4 | -37/+21 | |
2020-04-08 | Rewrite mate-notification-properties.ui from scratch | rbuj | 2 | -352/+163 | |
2020-04-08 | daemon: Remove warning about GTimeVal deprecation | rbuj | 1 | -38/+34 | |
2019-11-07 | migrate from intltools to gettext | Wu Xiaotian | 2 | -4/+6 | |
2019-10-20 | Use gresource for mate-notification-properties.ui | rbuj | 3 | -22/+33 | |
2019-10-11 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 6 | -6/+9 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary. It removes c++ checks as there is no c++ code. | |||||
2019-09-17 | Fix decoding the hints dictionary. | Kyle Brenneman | 5 | -69/+50 | |
g_variant_lookup works like g_variant_get, so using a format string of "v" only works if the type is actually a GVariant. Since none of the hints have GVariant values, that means every g_variant_get with a "v" format will fail. Fix all of the g_variant_lookup calls so that they either unpack a value directly, or use a "@" prefix when it's more convenient to fetch the value as a GVariant pointer. In addition, in cases where we do fetch a GVariant, make sure that we unreference it afterward. | |||||
2019-09-02 | mate-notification-properties: initialize do-not-disturb checkbox | Jason Conti | 1 | -0/+2 | |
2019-09-02 | mate-notification-properties: Add do-not-disturb checkbox | Jason Conti | 3 | -2/+57 | |
2019-09-02 | src/daemon/daemon.c: check for do-not-disturb and skip notification | Jason Conti | 1 | -7/+25 | |
2019-09-02 | * Add do-not-disturb setting | Jason Conti | 1 | -0/+1 | |
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 4 | -90/+90 | |
2018-12-02 | Avoid compile warning for g_type_class_add_private | Wu Xiaotian | 2 | -118/+87 | |
- src/daemon/daemon.c - src/daemon/daemon.h | |||||
2018-06-06 | Use GVariant | yetist | 6 | -41/+39 | |
2018-06-06 | Migrate from dbus-glib to GDBus | yetist | 2 | -333/+267 | |
2018-06-06 | Add signals, remove annotation from xml file | yetist | 1 | -6/+9 | |
2018-06-06 | Use gdbus generate files | yetist | 1 | -6/+14 | |
2018-06-06 | Add new file | yetist | 1 | -0/+93 | |
2018-05-13 | Fix some gdk deprecations | yetist | 1 | -15/+15 | |
2018-04-24 | src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from ↵ | Mike Gabriel | 1 | -2/+2 | |
libglib2.0-bin. | |||||
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 8 | -157/+1 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2017-12-12 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 2 | -7/+7 | |
This commit reverts: https://github.com/mate-desktop/mate-notification-daemon/commit/52b7c3807e71278f2d902a79cf6c08c839a1b0ad And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-29 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 4 | -1/+115 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 2 | -6/+7 | |
2017-08-10 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 3 | -0/+28 | |
2017-08-09 | Fixes high cpu usage with large timeouts | Jury Verrigni | 1 | -1/+1 | |
2017-08-07 | unescape URI-encode paths for icon files | Alfio Emanuele Fresta | 1 | -1/+4 | |
Fix #117 | |||||
2017-02-14 | themes/slider: Vertically center the pie_countdown | Ikey Doherty | 1 | -0/+1 | |
Prior to this change we could end up with a warped pie countdown if the buttons were of a larger size, breaking the constraints of the pie to be vertically stretched. Signed-off-by: Ikey Doherty <[email protected]> | |||||
2017-02-14 | themes: Implement support for action-icons buttons | Ikey Doherty | 4 | -10/+45 | |
Now that all of the elements are in place to support (dynamically) the action icons, we can use the 'key' in place of the 'label' when the client sends an hint requesting it. Some other minor issues were corrected in this change, such as ensuring that we always show *all* widgets inside of the notification window so that when a live notification window is updated, the action box state is not then hidden from view. Signed-off-by: Ikey Doherty <[email protected]> |