aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-editor.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove gui code, this will be actual filtering code.NotZed2000-03-011-0/+1
| | | | | | | | | | | | | 2000-02-29 NotZed <NotZed@HelixCode.com> * filter-driver.c (main): Remove gui code, this will be actual filtering code. * Makefile: Added filter-editor to the library. * filter-editor.c (main): Comment out, make it a proper library. svn path=/trunk/; revision=1991
* New widget, a dialogue which uses filter-druid to present the variousNotZed2000-02-241-0/+53
2000-02-24 NotZed <NotZed@HelixCode.com> * filter-editor.c: New widget, a dialogue which uses filter-druid to present the various editing views. * filter-druid.c: Changed to just being a notebook with no tabs, rather than a full druid (no next/prev/etc buttons). svn path=/trunk/; revision=1914