Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miscellaneous cleanups. | Matthew Barnes | 2014-03-03 | 1 | -4/+4 |
| | |||||
* | Bug #724023 - Run EMailFormatter in the main/UI thread | Milan Crha | 2014-02-10 | 1 | -5/+12 |
| | | | | | | | Any GtkWidget creation or manipulation should be done exclusively from the main/UI thread, thus make sure it is done that way. Of course, evolution can freeze for a little time (depends on the message size), until its formatting is done. It's unnoticeable with usual messages. | ||||
* | Bug 721545 - License text contains obsolete FSF postal address | Matthew Barnes | 2014-01-08 | 1 | -10/+9 |
| | |||||
* | Convert EMailPart to a GObject. | Matthew Barnes | 2013-05-20 | 1 | -0/+89 |
EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject. |