aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-int.c
Commit message (Collapse)AuthorAgeFilesLines
* More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
|
* Cast GtkAdjustment constructor calls to GtkAdjustmentBenjamin Otte2010-10-301-2/+2
| | | | | Otherwise gcc will complain about wrong type when comiling against GTK2. This patch can be reverted when compiling against GTK3.
* Give MailSession a permanent home.Matthew Barnes2010-10-131-12/+5
| | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession.
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-2/+2
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-33/+9
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-1/+3
|
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-0/+261