Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prefer-plain: Unref objects in dispose(), not finalize(). | Matthew Barnes | 2012-08-12 | 2 | -5/+22 |
| | |||||
* | prefer-plain: Cleanups. | Matthew Barnes | 2012-08-12 | 2 | -16/+28 |
| | |||||
* | Bug #680331 - Crash when replying to a message | Dan Vrátil | 2012-08-03 | 1 | -0/+2 |
| | |||||
* | Fix some memory leaks | Dan Vrátil | 2012-08-02 | 1 | -0/+16 |
| | |||||
* | Bug #680577 - [text-highlight] - Failed to load part | Dan Vrátil | 2012-07-27 | 1 | -0/+4 |
| | |||||
* | Bug 679814 - Calendar invitation shows both calendar and html part | Dan Vrátil | 2012-07-13 | 1 | -0/+3 |
| | |||||
* | Fix compiler warning | Milan Crha | 2012-06-28 | 1 | -3/+3 |
| | |||||
* | prefer-plain: Add missing linker flags. | Matthew Barnes | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | [prefer-plain] Fix displaying suppressed HTML parts | Dan Vrátil | 2012-06-26 | 1 | -20/+21 |
| | | | | | | Fix regression from commit 99a875ed which has broken displaying of suppressed HTML parts as attachments when the HTML part is embedded in a multipart/* container. | ||||
* | Bug #515004 - Allow toggling between text and HTML view of mail | Dan Vrátil | 2012-06-26 | 5 | -150/+534 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -4/+4 |
| | |||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 1 | -2/+0 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files | Milan Crha | 2012-06-14 | 1 | -0/+2 |
| | |||||
* | Mail formatter rewrite - convert some plugins to modules | Dan Vrátil | 2012-06-06 | 7 | -0/+929 |
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. |