aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-notifications.c
Commit message (Expand)AuthorAgeFilesLines
* Enable locale support at runtime.Mike Gabriel2017-12-061-0/+4
* Update icon names in source definesJason Conti2017-12-051-2/+2
* gschema: Namespace adaptations for gschema file.Mike Gabriel2017-12-021-1/+1
* Convert to Ayatana Indicators.Mike Gabriel2017-12-021-3/+3
* * Add option to clear the notifications using middle click on the notificatio...0.3.3Jason Conti2017-03-151-2/+16
* * When updating the notification count on the clear item, deactivate the menu0.3.1Jason Conti2016-08-291-0/+4
* * Add button argument to notification menuitem clicked signalJason Conti2014-05-311-2/+2
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-151-130/+3
* * New GSetting:Jason Conti2014-01-151-1/+50
* * 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
* * Move the button events to notification menuitem.Jason Conti2012-02-261-88/+9
* * Move the notification menuitem to a separate class.Jason Conti2012-02-261-1/+4
* * Rename notification_is_volume to notification_is_private.Jason Conti2012-02-261-2/+2
* * 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-251-6/+2
* * Drop old dbus service file.Jason Conti2012-02-251-15/+3
* * 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-291-112/+82
* 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
* * Add a WITH_GTK (2, 3) definition to handle some of the minor differences0.1.3Jason Conti2011-08-191-8/+21
* Bumping version and removing some unnecessary dependencies.Jason Conti2011-05-191-1/+0
* Had to prefix the status icons with indicator- because otherwise they can con...Jason Conti2011-05-181-9/+66
* Updating icon path to correct location in preparation for proper install.Jason Conti2011-05-181-1/+1
* Adding a timestamp to the messages. Currently sends a timestamp string across...Jason Conti2011-05-171-17/+16
* Proof of concept complete, should probably add timestamps next.Jason Conti2011-05-161-6/+33
* A bit of renaming with the dbusmenu properties.Jason Conti2011-05-161-2/+2
* Building the menuitem, now works the same as before. Next comes markup. Shoul...Jason Conti2011-05-161-0/+13
* Should have checked my syntax errors before that last commit. Fixed now.Jason Conti2011-05-161-4/+4
* Adding a new notification menuitem type. It isn't currently a custom menuitem...Jason Conti2011-05-161-2/+15
* Update indicator icon to unread when a message is received, and to read when ...Jason Conti2011-05-151-9/+13
* Couldn't seem to get a signal when a menu item is added to the dbusmenu, so a...Jason Conti2011-05-151-3/+3
* Loading the read and unread icons when the image is first requested. TODO: Ne...Jason Conti2011-05-151-6/+52
* Removed the label from the indicator. May add it back later for a message count.Jason Conti2011-05-141-97/+8
* Added the icon to the indicator. Currently using a hardcoded path, will grab ...Jason Conti2011-05-141-0/+30
* Commenting out an unneeded variable to remove a warning.Jason Conti2011-05-101-1/+1
* Renamed the indicatorJason Conti2011-05-101-76/+52
* Renamed the rest of the files, and updated the file headers.Jason Conti2011-05-101-0/+379