aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Bump version0.4.2Jason Conti2019-09-041-1/+1
* * Replace three dots (...) with ellipsis (…) in Settings menu item.Jason Conti2019-09-011-1/+1
* * Add do-not-disturb mode read/unread iconsJason Conti2019-08-311-10/+36
* * Add our own do-not-disturb settingJason Conti2019-08-313-58/+82
* * Add mate do-not-disturb option if availableJason Conti2019-08-301-24/+83
* * Add blacklist hints for recent application namesJason Conti2019-06-103-5/+151
* * Move settings to pkglibexec dirJason Conti2019-06-081-2/+2
* * Replace deprecated gtk_show_uri with gtk_show_uri_on_windowJason Conti2019-06-081-2/+1
* * Replace GtkMisc properties with GtkLabel xalign, yalignJason Conti2019-06-082-2/+4
* * Add a Settings... menu item to the indicatorJason Conti2019-06-073-8/+54
* * indicator-notifications-settings.c: add i18nJason Conti2019-06-073-14/+23
* * Pull out gsettings schema keys to settings.h to avoid duplicationJason Conti2019-06-074-10/+18
* * Add settings UIJason Conti2019-06-072-0/+375
* * Add option to clear the notifications using middle click on the notificatio...Jason Conti2017-03-151-2/+16
* * Need to escape the url otherwise certain acceptable characters can break theJason Conti2016-08-291-1/+7
* * When updating the notification count on the clear item, deactivate the menuJason Conti2016-08-291-0/+4
* * Comment the new functions in notification-menuitem.cJason Conti2016-08-291-2/+68
* * Make sure the button event started and ended on the close image before weJason Conti2016-08-282-4/+12
* * Added back hide_on_activate = false on the notification menuitemJason Conti2016-08-281-2/+18
* * Scan the notification body for links and mark them up, escape everything elseJason Conti2016-08-272-4/+34
* * Import urlregex files to handle matching and expanding urlsJason Conti2016-08-274-1/+307
* * Added support for visiting links within notificationsJason Conti2016-08-252-24/+155
* * Fix a serious memory leak in notification_new_from_dbus_message.Jason Conti2015-10-231-0/+8
* * Add button argument to notification menuitem clicked signalJason Conti2014-05-313-7/+7
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-152-132/+3
* * New GSetting:Jason Conti2014-01-151-1/+50
* * Import patch for eavesdrop support required by recent dbus versions.Jason Conti2013-02-171-1/+1
* * Add GSettings support.Jason Conti2013-02-171-7/+65
* * Use style-updated intead of style-set to track style changes on GtkImage,Jason Conti2012-04-041-3/+3
* * Implement secondary-activate to dismiss or reactivate the unread iconJason Conti2012-02-291-10/+42
* * Emit the clicked signal when the keyboard activates a menuitem.Jason Conti2012-02-261-0/+17
* * Move the button events to notification menuitem.Jason Conti2012-02-263-88/+69
* * Move the notification menuitem to a separate class.Jason Conti2012-02-264-1/+137
* * Rename notification_is_volume to notification_is_private.Jason Conti2012-02-263-9/+18
* * Don't hide the menu when removing a notification.Jason Conti2012-02-251-20/+45
* * Remove a notification when clicked. Unfortunately this hides the menuJason Conti2012-02-251-1/+60
* * Implement the clear itemJason Conti2012-02-251-0/+60
* * Reorganize and comment indicator-notifications.cJason Conti2012-02-251-212/+230
* * Add a clear item that also keeps a notification count.Jason Conti2012-02-251-9/+45
* * Reintroduce the visible item limit, currently hard-coded to 5Jason Conti2012-02-251-6/+53
* * Add notification_is_empty to catch useless notifications such asJason Conti2012-02-253-6/+13
* * Drop old dbus service file.Jason Conti2012-02-252-17/+4
* * Disable the resize_menu code.Jason Conti2011-09-081-1/+1
* * Make sure to unref the dbus-spy when the indicator is disposed.Jason Conti2011-08-291-0/+5
* * Switch to gtk_menu_shell_prepend so new messages appear on top.Jason Conti2011-08-291-1/+1
* * Simplified the indicator by removing the dbus service. Still needs:Jason Conti2011-08-299-780/+112
* Revert previous commit, the reposition fix isn't working.Jason Conti2011-08-211-4/+1
* * Reposition the menu when it becomes visible, otherwise parts will beJason Conti2011-08-201-1/+4
* * Fix XML service substitution so it works from a separate build directoryJason Conti2011-08-191-4/+4
* * Add a WITH_GTK (2, 3) definition to handle some of the minor differencesJason Conti2011-08-193-9/+28