Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Need to escape the url otherwise certain acceptable characters can break the0.3.2 | Jason Conti | 2016-08-29 | 1 | -1/+7 |
| | | | | | | markup parsing in the GtkLabel. * Bump version. | ||||
* | * Comment the new functions in notification-menuitem.c | Jason Conti | 2016-08-29 | 1 | -2/+68 |
| | | | | | * Bump version. | ||||
* | * Make sure the button event started and ended on the close image before we | Jason Conti | 2016-08-28 | 1 | -4/+10 |
| | | | | | dismiss the notification | ||||
* | * Added back hide_on_activate = false on the notification menuitem | Jason Conti | 2016-08-28 | 1 | -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 else | Jason Conti | 2016-08-27 | 1 | -4/+33 |
| | |||||
* | * Import urlregex files to handle matching and expanding urls | Jason Conti | 2016-08-27 | 1 | -1/+0 |
| | |||||
* | * Added support for visiting links within notifications | Jason Conti | 2016-08-25 | 1 | -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 signal | Jason Conti | 2014-05-31 | 1 | -4/+4 |
| | | | | | * Replace deprecated stock icon api | ||||
* | * Emit the clicked signal when the keyboard activates a menuitem. | Jason Conti | 2012-02-26 | 1 | -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 Conti | 2012-02-26 | 1 | -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 Conti | 2012-02-26 | 1 | -0/+83 |