aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-option.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-2/+9
|
* Coding style cleanups.Matthew Barnes2011-05-091-4/+4
|
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-8/+14
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-2/+6
|
* Give MailSession a permanent home.Matthew Barnes2010-10-131-8/+1
| | | | | | | | | | | 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.
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-35/+13
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-3/+10
|
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-0/+514