| Commit message (Expand) | Author | Age | Files | Lines |
* | load threading option if threading enabled. (xml_encode): write out | Not Zed | 2004-05-12 | 1 | -0/+2 |
* | fix a warning. | Not Zed | 2004-04-28 | 1 | -8/+2 |
* | Hide the separators on these dialogs Re-pack the rule_editor widget in | Rodney Dawes | 2004-03-16 | 1 | -0/+2 |
* | load from the just-loaded 'userdoc' rather than rc->user. | Not Zed | 2004-01-20 | 1 | -18/+16 |
* | ** See bug #47751. | Not Zed | 2004-01-07 | 1 | -4/+4 |
* | type should be a GType. (rule_context_add_rule_set): Likewise. Update | Jeremy Katz | 2003-09-17 | 1 | -2/+2 |
* | ** See Natzilla task #47524 | Not Zed | 2003-09-16 | 1 | -3/+23 |
* | stat the user file before parsing. | Mike Kestner | 2003-06-11 | 1 | -1/+4 |
* | Fix for bug #41578. | Jeffrey Stedfast | 2003-04-30 | 1 | -5/+5 |
* | use the same code as in filter-rule to enforce unique names for all | Not Zed | 2003-03-18 | 1 | -1/+13 |
* | go to the proper level of child node before looking for rule sets, fix for | Not Zed | 2003-03-10 | 1 | -216/+217 |
* | Use g_object_new() instead of gtk_type_new(). | Jeffrey Stedfast | 2003-02-08 | 1 | -1/+1 |
* | Back to using e_xml_save_file(). | Jeffrey Stedfast | 2003-01-16 | 1 | -3/+1 |
* | Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit): | Ettore Perazzoli | 2003-01-15 | 1 | -2/+4 |
* | Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED | Jeffrey Stedfast | 2003-01-03 | 1 | -3/+4 |
* | FILTER_RULE_CLASS -> _GET_CLASS | Not Zed | 2002-11-26 | 1 | -3/+3 |
* | Get the root node properly. | Not Zed | 2002-11-13 | 1 | -6/+10 |
* | Use a GtkDialog instead of a GnomeDialog for reporting errors. | Jeffrey Stedfast | 2002-11-08 | 1 | -14/+24 |
* | use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSET | Jeffrey Stedfast | 2002-11-06 | 1 | -3/+3 |
* | a ton more build fixes | Jeffrey Stedfast | 2002-11-06 | 1 | -28/+30 |
* | Ported. | Jeffrey Stedfast | 2002-11-06 | 1 | -0/+1 |
* | Ported this too. | Jeffrey Stedfast | 2002-11-02 | 1 | -5/+5 |
* | Ported to glib2/GObject. | Jeffrey Stedfast | 2002-11-02 | 1 | -300/+300 |
* | Don't need to save temp/backup files anymore, e_xml_save_file() now | Jeffrey Stedfast | 2002-08-07 | 1 | -15/+3 |
* | Use e_xml_save_file(). (xml_doc_save): Removed this code and added it to | Jeffrey Stedfast | 2002-08-07 | 1 | -300/+4 |
* | New internal function to replace xmlSaveFile. Does proper error checking | Jeffrey Stedfast | 2002-08-06 | 1 | -4/+309 |
* | ** fixes for #10781 | Not Zed | 2002-07-15 | 1 | -0/+144 |
* | Changed to return a GList *, a list of the names of the rules affected by | Not Zed | 2002-05-08 | 1 | -8/+23 |
* | Implement, change any folder uri's that have been renamed, to the new one. | 8 | 2001-10-28 | 1 | -1/+31 |
* | Add undo for move. (rule_editor_add_undo): Add extra rank item. | 8 | 2001-10-28 | 1 | -0/+28 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Add a changed signal. Emits if the order changes or if you add or remove a | 4 | 2001-10-24 | 1 | -9/+97 |
* | "safe" save code, first save to .#name, then rename to name if it worked, | 4 | 2001-10-05 | 1 | -5/+22 |
* | Emit changed events. | 3 | 2001-09-15 | 1 | -4/+34 |
* | Added key accelerators. | Jeffrey Stedfast | 2001-08-18 | 1 | -17/+17 |
* | Make this compile again. | Peter Williams | 2001-08-10 | 1 | -3/+3 |
* | No need to gtk_widget_show() the gnome dialog widget twice... | Jeffrey Stedfast | 2001-08-10 | 1 | -118/+118 |
* | Properly free the list of parts, and the private data. | Not Zed | 2001-08-08 | 1 | -19/+32 |
* | Return -1 if we don't find it? This is what most of the code expected but | Jeffrey Stedfast | 2001-07-19 | 1 | -14/+17 |
* | 2001-07-09 Anna Marie Dirks | Anna Dirks | 2001-07-10 | 1 | -0/+1 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Plug memory leaks. | Dan Winship | 2001-04-19 | 1 | -1/+26 |
* | Fix headers. Remove unneccesary ones and replace with more finegrained | Kjartan Maraas | 2001-03-30 | 1 | -2/+4 |
* | Validate the rule before closing. | Jeffrey Stedfast | 2001-03-22 | 1 | -8/+14 |
* | Add #include <config.h> and mark some strings for translation. | Kjartan Maraas | 2001-02-05 | 1 | -0/+4 |
* | Fixed these widgets to resize properly. | Christopher James Lahey | 2000-10-24 | 1 | -1/+2 |
* | Report the percentage of file complete for the filter. | Not Zed | 2000-10-12 | 1 | -76/+91 |
* | Remove the stupid on-demand cb shit. (rule_context_load): And here too. | Not Zed | 2000-10-09 | 1 | -17/+6 |
* | Turn off debugging output. | Dan Winship | 2000-09-12 | 1 | -3/+3 |
* | A bunch of small GUI fixes for the filter editor. | Ettore Perazzoli | 2000-08-18 | 1 | -1/+1 |
* | Filtering on demand! booyeah! | Peter Williams | 2000-08-18 | 1 | -4/+31 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+2 |
* | (rule_context_add_rule_gui): Keep track of context so it isn't freed ... | Michael Zucci | 2000-08-09 | 1 | -1/+39 |
* | If there are no user rules, dont bomb out. | Not Zed | 2000-07-31 | 1 | -25/+21 |
* | Set value of a simple type to a new string. | Not Zed | 2000-07-31 | 1 | -1/+16 |
* | ** Almost a total rewrite of every file, except for filter-driver which | Not Zed | 2000-07-30 | 1 | -0/+349 |