Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -2/+0 |
| | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
* | More build failures due to missing internal lib dependencies | Jonathon Jongsma | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Add zooming and drag-and-drop to the plugin. | Matthew Barnes | 2009-11-10 | 1 | -0/+1 |
| | | | | A bunch of crusty old code in em-format-html-display.c falls out. | ||||
* | Prototype an inline image plugin. | Matthew Barnes | 2009-11-10 | 1 | -0/+29 |
Uses GtkImageView to display the image. |