aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prefer-plain/e-mail-display-popup-prefer-plain.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-261-1/+1
| | | | | | Rename to e_mail_display_get_part_list(). Function returns an EMailPartList, not an "EMailPartsList".
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-1/+1
| | | | | EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.
* Add e_mail_part_id_has_substr().Matthew Barnes2013-05-201-1/+2
|
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-201-1/+1
|
* Add e_mail_part_get_id().Matthew Barnes2013-05-201-3/+6
|
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-5/+10
| | | | | | Exposing data members in the public struct is unwise, especially when EMailPartList is used from multiple threads. Instead keep the members private and provide a set of thread-safe functions to manipulate them.
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-17/+17
|
* prefer-plain: Unref objects in dispose(), not finalize().Matthew Barnes2012-08-121-1/+18
|
* prefer-plain: Cleanups.Matthew Barnes2012-08-121-11/+18
|
* Fix some memory leaksDan Vrátil2012-08-021-0/+16
|
* Bug #680577 - [text-highlight] - Failed to load partDan Vrátil2012-07-271-0/+4
|
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-261-0/+380