midori/extensions/feed-panel
Christian Dywan 40dc38fd21 Implement and use KATZE_ARRAY_FOREACH_ITEM
Iterating an array by a GList is considerably faster than
continuously retrieving items, however it is also a lot
more complicated. So the new macro takes care of that and
uses a new semi-private function to avoid copying the list.

Note that the macro can't be nested, which basically isn't
useful in practise anyway.
2010-09-12 00:59:24 +02:00
..
feed-atom.c Take text from each feed element for tree and web view 2010-03-27 14:22:31 +01:00
feed-atom.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
feed-panel.c Implement and use KATZE_ARRAY_FOREACH_ITEM 2010-09-12 00:59:24 +02:00
feed-panel.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
feed-parse.c Handle news feeds with empty date and update them correctly 2010-07-15 00:06:15 +02:00
feed-parse.h Improve handling of feeds with missing data 2009-05-12 01:52:30 +02:00
feed-rss.c Handle news feeds with empty date and update them correctly 2010-07-15 00:06:15 +02:00
feed-rss.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
main.c Implement and use KATZE_ARRAY_FOREACH_ITEM 2010-09-12 00:59:24 +02:00