aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/e-mail-part-itip.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the memory used by DOM variablesTomas Popela2014-08-071-0/+2
| | | | | Free some of the DOM variables when they are not needed, before they are automatically freed when the frame is destroyed
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Fix/mute issues found by Coverity scanMilan Crha2013-11-151-5/+3
| | | | | | | | | | | | This makes the code free of Coverity scan issues. It is sometimes quite pedantic and expects/suggests some coding habits, thus certain changes may look weird, but for a good thing, I hope. The code is also tagged with Coverity scan suppressions, to keep the code as is and hide the warning too. Also note that Coverity treats g_return_if_fail(), g_assert() and similar macros as unreliable, and it's true these can be disabled during the compile time, thus it brings in other set of 'weird' changes.
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-0/+171
EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.