aboutsummaryrefslogtreecommitdiff
path: root/src/notification-menuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* Update icon names in source definesJason Conti2017-12-051-2/+2
|
* * Need to escape the url otherwise certain acceptable characters can break the0.3.2Jason Conti2016-08-291-1/+7
| | | | | | markup parsing in the GtkLabel. * Bump version.
* * Comment the new functions in notification-menuitem.cJason Conti2016-08-291-2/+68
| | | | | * Bump version.
* * Make sure the button event started and ended on the close image before weJason Conti2016-08-281-4/+10
| | | | | dismiss the notification
* * Added back hide_on_activate = false on the notification menuitemJason Conti2016-08-281-2/+18
| | | | | | | | | | - Enables using space when in keyboard navigation to avoid closing the menu * Added custom close icons for selected and deselected notifications - Since we don't set PRELIGHT, needed a way to show the selected notification during keyboard navigation - gtk-close is deprecated anyway, so might as well use our own - Can be replaced by the icon theme to look more appropriate
* * Scan the notification body for links and mark them up, escape everything elseJason Conti2016-08-271-4/+33
|
* * 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