summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-10Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ...William Wold1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-11-28applet: Resize icon size with panelVictor Kareh1-9/+50
2020-11-27mate-notification-applet: avoid segfault after removing the appletrbuj1-2/+3
2020-11-26Group common constants in a single filerbuj7-19/+43
2020-11-26Add Do Not Disturb Appletrbuj5-32/+292
2020-11-18build: Fix make distcheckrbuj1-0/+1
2020-10-24FormattingWilliam Wold2-5/+5
2020-10-24Use C-style commentsWilliam Wold4-23/+23
2020-10-24Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.amWilliam Wold1-2/+2
2020-10-24Set layer and notificaitonWilliam Wold1-0/+2
2020-10-24Implement placement on WaylandWilliam Wold4-13/+60
2020-10-24Add initial Wayland backendWilliam Wold4-0/+91
2020-10-24Hide X11-specific code behind ifdefs and checksWilliam Wold2-23/+92
2020-10-24Remove X11 calls from nodoka-theme.cWilliam Wold1-10/+20
2020-10-24Use gdk_set_allowed_backends ()William Wold1-0/+8
2020-10-24Include directory in warning message when failed to open themesWilliam Wold1-1/+1
2020-06-26add git.mk to generate .gitignoretamplan2-0/+4
2020-06-17daemon: Use monotonic time instead of real timerbuj1-36/+11
2020-06-12Remove conversion warningsrbuj7-44/+53
2020-04-16Filter-out img elements from notification bodyrbuj5-25/+222
2020-04-16The body of a notification may also contain hyperlinksrbuj4-37/+21
2020-04-08Rewrite mate-notification-properties.ui from scratchrbuj2-352/+163
2020-04-08daemon: Remove warning about GTimeVal deprecationrbuj1-38/+34
2019-11-07migrate from intltools to gettextWu Xiaotian2-4/+6
2019-10-20Use gresource for mate-notification-properties.uirbuj3-22/+33
2019-10-11Use WARN_CFLAGS which are only set with --enable-compiler-warningsrbuj6-6/+9
2019-09-17Fix decoding the hints dictionary.Kyle Brenneman5-69/+50
2019-09-02mate-notification-properties: initialize do-not-disturb checkboxJason Conti1-0/+2
2019-09-02mate-notification-properties: Add do-not-disturb checkboxJason Conti3-2/+57
2019-09-02src/daemon/daemon.c: check for do-not-disturb and skip notificationJason Conti1-7/+25
2019-09-02* Add do-not-disturb settingJason Conti1-0/+1
2019-07-04Remove trailing whitespacesLaurent Napias4-90/+90
2018-12-02Avoid compile warning for g_type_class_add_privateWu Xiaotian2-118/+87
2018-06-06Use GVariantyetist6-41/+39
2018-06-06Migrate from dbus-glib to GDBusyetist2-333/+267
2018-06-06Add signals, remove annotation from xml fileyetist1-6/+9
2018-06-06Use gdbus generate filesyetist1-6/+14
2018-06-06Add new fileyetist1-0/+93
2018-05-13Fix some gdk deprecationsyetist1-15/+15
2018-04-24src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from lib...Mike Gabriel1-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta8-157/+1
2017-12-12WidthOfScreen and HeightOfScreen implementationPablo Barciela2-7/+7
2017-08-29gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker4-1/+115
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker2-6/+7
2017-08-10avoid deprecated gdk_screen_get_n_monitorsZenWalker3-0/+28
2017-08-09Fixes high cpu usage with large timeoutsJury Verrigni1-1/+1
2017-08-07unescape URI-encode paths for icon filesAlfio Emanuele Fresta1-1/+4
2017-02-14themes/slider: Vertically center the pie_countdownIkey Doherty1-0/+1
2017-02-14themes: Implement support for action-icons buttonsIkey Doherty4-10/+45