aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
Commit message (Expand)AuthorAgeFilesLines
* 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