midori/extensions/feed-panel
Christian Dywan 04dc7fe855 Pass news feed icon clicks to the feed panel
The secondary-icon-released signal of the location action returns
a boolean now so a callback can indicate that it handled it. So
if the feed panel is active, it adds feeds to the panel and
suppresses the default action.

A possible crash when disabling the panel and clicking the icon
afterwards is fixed by adding a missing signal disconnection.
2009-08-17 02:15:21 +02:00
..
feed-atom.c Be sure to handle feed panel elements as HTML rather than text 2009-08-14 23:33:10 +02:00
feed-atom.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
feed-panel.c Improve title and URI display in the feed panel 2009-05-09 14:08:06 +02:00
feed-panel.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
feed-parse.c Catch another case of feed markup not being converted to text 2009-08-16 23:33:21 +02:00
feed-parse.h Improve handling of feeds with missing data 2009-05-12 01:52:30 +02:00
feed-rss.c Improve handling of feeds with missing data 2009-05-12 01:52:30 +02:00
feed-rss.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
main.c Pass news feed icon clicks to the feed panel 2009-08-17 02:15:21 +02:00