aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-part.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+2
|
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-28/+8
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+2
|
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port filter/ classes over to new EError APIJonathon Jongsma2009-12-011-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Fix a typo in EFilterPart.Matthew Barnes2009-10-271-1/+1
| | | | This was breaking searching in strange and mysterious ways.
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-0/+532