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. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -1/+2 |
| | |||||
* | Avoid camel_stream_printf(). | Matthew Barnes | 2011-07-06 | 1 | -2/+4 |
| | | | | | | | | camel_stream_printf() is next on the chopping block. Use g_strdup_printf() or a GString to construct a formatted string in memory, pass it to camel_stream_write() in one go, and then check for errors (unless it's a memory stream). | ||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -1/+2 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -1/+1 |
| | |||||
* | Keep chipping away at direct GtkHTML usage. | Matthew Barnes | 2010-06-01 | 1 | -6/+7 |
| | | | | | | | | | | EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML, accessible through em_format_html_get_web_view(). Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter() and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay, since that's usually the type you want (or else an EMFormat, but never an EMFormatHTMLDisplay). | ||||
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -3/+3 |
| | |||||
* | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -1/+3 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -3/+0 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-20 | 1 | -6/+32 |
| | |||||
* | Bug #604522 - Mouse wheel scroll doesn't work above inline images | Milan Crha | 2010-02-11 | 1 | -0/+25 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 1 | -4/+9 |
| | |||||
* | Bug #607776 - Crash in image-inline.c:size_allocate_cb | Milan Crha | 2010-01-28 | 1 | -0/+9 |
| | |||||
* | BugĀ 598305 - Use Exif data to rotate inlined photos | Matthew Barnes | 2010-01-09 | 1 | -1/+80 |
| | |||||
* | More build failures due to missing internal lib dependencies | Jonathon Jongsma | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | EMFormat plugins should always be enabled. | Matthew Barnes | 2009-11-10 | 1 | -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 Barnes | 2009-11-10 | 2 | -28/+138 |
| | | | | A bunch of crusty old code in em-format-html-display.c falls out. | ||||
* | Prototype an inline image plugin. | Matthew Barnes | 2009-11-10 | 3 | -0/+373 |
Uses GtkImageView to display the image. |