aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/image-inline
Commit message (Collapse)AuthorAgeFilesLines
* More build failures due to missing internal lib dependenciesJonathon Jongsma2009-11-121-0/+1
|
* EMFormat plugins should always be enabled.Matthew Barnes2009-11-101-1/+2
| | | | | | Marks them as "system plugins" so they're not shown in Plugin Manager. This is a temporary fix until I can rework EMFormat to use GTypeModule extensions instead of EPlugins.
* Add zooming and drag-and-drop to the plugin.Matthew Barnes2009-11-102-28/+138
| | | | A bunch of crusty old code in em-format-html-display.c falls out.
* Prototype an inline image plugin.Matthew Barnes2009-11-103-0/+373
Uses GtkImageView to display the image.