aboutsummaryrefslogtreecommitdiff
path: root/src/notification-menuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* * Import urlregex files to handle matching and expanding urlsJason Conti2016-08-271-1/+0
|
* * Added support for visiting links within notificationsJason Conti2016-08-251-23/+153
| | | | | | | | - Currently inserting two test links into each message (no link parsing) - Changes how notifications are highlighted and closed + Removed prelight on the menuitem so that the links render correctly + Must click the X to close a notification now
* * Add button argument to notification menuitem clicked signalJason Conti2014-05-311-4/+4
| | | | | * Replace deprecated stock icon api
* * Emit the clicked signal when the keyboard activates a menuitem.Jason Conti2012-02-261-0/+17
| | | | | | - If using the spacebar, the menu won't hide - If using enter, the menu hides
* * Move the button events to notification menuitem.Jason Conti2012-02-261-0/+56
| | | | | | * Add a clicked event to the notification menuitem. * Drop the old new_notification_menuitem code.
* * Move the notification menuitem to a separate class.Jason Conti2012-02-261-0/+83