aboutsummaryrefslogtreecommitdiffstats
path: root/modules/text-highlight
Commit message (Collapse)AuthorAgeFilesLines
* Bug #684447 - Fallback to text/plain when highlight program is missing or failsDan Vrátil2012-10-091-31/+54
| | | | | | | | We can't add a new dependency to Evolution 3.6, but the runtime check will fallback to text/plain formatter when highlight program is missing (or when it crashes or fails). (cherry-picked from 5437fa7c354b5ddf12b4e13136834d86168e3580)
* portability: don't use too generic variable namesAntoine Jacoutot2012-10-041-4/+4
| | | | | | | | | OpenBSD (and maybe other OS) already declare stdout and stdin in <stdio.h> which breaks evolution build, so prefix both with "pipe_" to prevent clashing. https://bugzilla.gnome.org/show_bug.cgi?id=685471 (cherry picked from commit 1cfe0327ca436a687383412664e3a5c2869c7dda)
* Bug #680786 - [text-highlight] Correctly display binary patchesDan Vrátil2012-08-231-6/+19
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-205-150/+150
|
* Bug #680786 - [text-highlight] Prefer Content-Type header over file name ↵Dan Vrátil2012-08-101-14/+18
| | | | extension
* text-highlight: Add missing linker flags.Matthew Barnes2012-07-281-0/+2
|
* Bug #680577 - [text-highlight] - Failed to load partDan Vrátil2012-07-271-2/+6
|
* Bug #680634 - Missing image attachmentDan Vrátil2012-07-271-7/+8
|
* Highlighting of text parts and source codesDan Vrátil2012-07-2510-30/+1277
| | | | | | | | | | This adds 'Format as' submenu to the preview pane context menu. The submenu is available only for text/plain parts or parts with a source code (we support about 40 various types). Using the 'highlight' utility, the formatter processes the part and highlights the source code it contains. (discussion in bug #680026)
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-4/+4
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-4/+0
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-064-0/+422
audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.