aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Viewports around the treeviews, since they already have a scrolledEttore Perazzoli2003-10-231-0/+1
* Fix for bug #41578.Jeffrey Stedfast2003-04-301-5/+5
* removed debug spew.Not Zed2003-04-231-1/+1
* Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-121-3/+6
* Don't return here - this is a void function. (rule_editor_set_source):Jeffrey Stedfast2003-03-201-2/+2
* Set the default window size to something reasonable (350x400?). Fixes bugJeffrey Stedfast2003-03-181-0/+1
* Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-181-2/+6
* Use g_object_new() instead of gtk_type_new().Jeffrey Stedfast2003-02-081-5/+4
* Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-151-6/+12
* Scroll to the newly added row. (rule_delete): Scroll to the selected row.Jeffrey Stedfast2003-01-041-10/+33
* Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-9/+10
* Use an easier method for getting the iter.Jeffrey Stedfast2002-12-131-11/+10
* New custom function for creating the source_list widget. (get_widget):Jeffrey Stedfast2002-12-131-37/+70
* FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-261-14/+19
* Updated to use GtkTreeView.Jeffrey Stedfast2002-11-191-47/+73
* Get the root node properly.Not Zed2002-11-131-2/+2
* Use weak_ref instead of connecting to "destroy". (rule_add): Same.Jeffrey Stedfast2002-11-091-3/+3
* Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-081-77/+61
* Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-081-12/+9
* a ton more build fixesJeffrey Stedfast2002-11-061-19/+17
* Ported.Jeffrey Stedfast2002-11-061-3/+3
* Also ported.Jeffrey Stedfast2002-11-051-140/+127
* Adjust default rule editor size to accomodate the menu widening caused byDan Winship2002-11-011-1/+1
* Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803.Not Zed2002-08-081-2/+29
* This needs to return a gboolean (TRUE). (rule_edit): UsingJeffrey Stedfast2002-04-101-5/+8
* Set 're' as the parent window rather than as the parent widget.Jeffrey Stedfast2002-04-021-6/+7
* check if re->edit != NULL before trying to unref it. Fixes a segfault whenMikael Hallendal2002-01-271-1/+4
* Removed U_. Fixes #15415.Zbigniew Chyla2001-11-281-1/+1
* Hook onto destroy event. (edit_editor_destroyed): IF we get destroyed,Not Zed2001-11-281-0/+14
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Need to ref rule since add doesn't. This doesn't crash anymore but doesn't92001-10-291-0/+1
* Fixed previous fix.Michael Zucci2001-10-291-1/+1
* Some debug printf fixes for printf's that dont like null %s's.92001-10-291-2/+2
* Fix enable undo logic.Michael Zucci2001-10-291-1/+1
* Implement, change any folder uri's that have been renamed, to the new one.82001-10-281-6/+9
* Add undo for move. (rule_editor_add_undo): Add extra rank item.82001-10-281-12/+129
* Fix the address of the FSF in the licensing comments.Ettore Perazzoli2001-10-281-1/+0
* Fixing the license text.Ettore Perazzoli2001-10-281-11/+11
* Desensitize the parent dialog. (rule_edit): Same. (add_editor_clicked):Jeffrey Stedfast2001-10-261-0/+6
* Keep track of the current editor dialog window so that on exit, we canJeffrey Stedfast2001-10-261-32/+48
* Add a changed signal. Emits if the order changes or if you add or remove a42001-10-241-1/+1
* Translate the rule names. (Bug #13082)Jon Trowbridge2001-10-211-1/+2
* Set the item label to the new rule name, not the old rule name. Fixes bugJeffrey Stedfast2001-09-291-2/+2
* Clone the current rule before editing it so that changes can be undone.Jeffrey Stedfast2001-09-131-3/+5
* Removed the "Forward To" filter action.Jeffrey Stedfast2001-07-211-40/+40
* Return -1 if we don't find it? This is what most of the code expected butJeffrey Stedfast2001-07-191-17/+18
* Select the most appropriate filter rule.Jeffrey Stedfast2001-07-061-1/+8
* Set the filter-rule dialog to be user-resizable.Jeffrey Stedfast2001-06-301-14/+16
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Set the default size of the dialog to 600x400, which seems to be a niceJeffrey Stedfast2001-04-271-2/+5
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+1
* Fix headers. Remove unneccesary ones and replace with more finegrainedKjartan Maraas2001-03-301-1/+5
* Validate the rule before closing.Jeffrey Stedfast2001-03-221-3/+2
* Set the editor dialog modal rather than setting the filter dialogJeffrey Stedfast2001-03-211-118/+117
* Changed the edit_filter to be a standalone window rather than a widget, soNot Zed2001-03-151-0/+475