aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-context.c
Commit message (Expand)AuthorAgeFilesLines
* fix a warning.Not Zed2004-04-281-8/+2
* Hide the separators on these dialogs Re-pack the rule_editor widget inRodney Dawes2004-03-161-0/+2
* load from the just-loaded 'userdoc' rather than rc->user.Not Zed2004-01-201-18/+16
* ** See bug #47751.Not Zed2004-01-071-4/+4
* type should be a GType. (rule_context_add_rule_set): Likewise. UpdateJeremy Katz2003-09-171-2/+2
* ** See Natzilla task #47524Not Zed2003-09-161-3/+23
* stat the user file before parsing.Mike Kestner2003-06-111-1/+4
* Fix for bug #41578.Jeffrey Stedfast2003-04-301-5/+5
* use the same code as in filter-rule to enforce unique names for allNot Zed2003-03-181-1/+13
* go to the proper level of child node before looking for rule sets, fix forNot Zed2003-03-101-216/+217
* Use g_object_new() instead of gtk_type_new().Jeffrey Stedfast2003-02-081-1/+1
* Back to using e_xml_save_file().Jeffrey Stedfast2003-01-161-3/+1
* Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-151-2/+4
* Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-3/+4
* FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-261-3/+3
* Get the root node properly.Not Zed2002-11-131-6/+10
* Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-081-14/+24
* use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSETJeffrey Stedfast2002-11-061-3/+3
* a ton more build fixesJeffrey Stedfast2002-11-061-28/+30
* Ported.Jeffrey Stedfast2002-11-061-0/+1
* Ported this too.Jeffrey Stedfast2002-11-021-5/+5
* Ported to glib2/GObject.Jeffrey Stedfast2002-11-021-300/+300
* Don't need to save temp/backup files anymore, e_xml_save_file() nowJeffrey Stedfast2002-08-071-15/+3
* Use e_xml_save_file(). (xml_doc_save): Removed this code and added it toJeffrey Stedfast2002-08-071-300/+4
* New internal function to replace xmlSaveFile. Does proper error checkingJeffrey Stedfast2002-08-061-4/+309
* ** fixes for #10781Not Zed2002-07-151-0/+144
* Changed to return a GList *, a list of the names of the rules affected byNot Zed2002-05-081-8/+23
* Implement, change any folder uri's that have been renamed, to the new one.82001-10-281-1/+31
* Add undo for move. (rule_editor_add_undo): Add extra rank item.82001-10-281-0/+28
* Fixing the license text.Ettore Perazzoli2001-10-281-11/+11
* Add a changed signal. Emits if the order changes or if you add or remove a42001-10-241-9/+97
* "safe" save code, first save to .#name, then rename to name if it worked,42001-10-051-5/+22
* Emit changed events.32001-09-151-4/+34
* Added key accelerators.Jeffrey Stedfast2001-08-181-17/+17
* Make this compile again.Peter Williams2001-08-101-3/+3
* No need to gtk_widget_show() the gnome dialog widget twice...Jeffrey Stedfast2001-08-101-118/+118
* Properly free the list of parts, and the private data.Not Zed2001-08-081-19/+32
* Return -1 if we don't find it? This is what most of the code expected butJeffrey Stedfast2001-07-191-14/+17
* 2001-07-09 Anna Marie DirksAnna Dirks2001-07-101-0/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Plug memory leaks.Dan Winship2001-04-191-1/+26
* Fix headers. Remove unneccesary ones and replace with more finegrainedKjartan Maraas2001-03-301-2/+4
* Validate the rule before closing.Jeffrey Stedfast2001-03-221-8/+14
* Add #include <config.h> and mark some strings for translation.Kjartan Maraas2001-02-051-0/+4
* Fixed these widgets to resize properly.Christopher James Lahey2000-10-241-1/+2
* Report the percentage of file complete for the filter.Not Zed2000-10-121-76/+91
* Remove the stupid on-demand cb shit. (rule_context_load): And here too.Not Zed2000-10-091-17/+6
* Turn off debugging output.Dan Winship2000-09-121-3/+3
* A bunch of small GUI fixes for the filter editor.Ettore Perazzoli2000-08-181-1/+1
* Filtering on demand! booyeah!Peter Williams2000-08-181-4/+31
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+2
* (rule_context_add_rule_gui): Keep track of context so it isn't freed ...Michael Zucci2000-08-091-1/+39
* If there are no user rules, dont bomb out.Not Zed2000-07-311-25/+21
* Set value of a simple type to a new string.Not Zed2000-07-311-1/+16
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-301-0/+349