aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-printer.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-35/+61
|
* Bug #680643 - First message Print preview without CSSDan Vrátil2012-07-311-5/+20
|
* Bug #680164 - Print Preview action should open preview immediatellyDan Vrátil2012-07-191-12/+12
|
* Bug #679843 - Double free when printingDan Vrátil2012-07-181-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-5/+6
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-4/+1
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Mail formatter rewriteDan Vrátil2012-06-061-92/+68
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* Whitespace cleanup.Matthew Barnes2012-04-021-15/+15
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-0/+859