aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/cfilter_combo_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
svn path=/trunk/; revision=15173
2005-03-25code cleanup: the term filter_list was used with different meanings ↵Ulf Lamping1-3/+3
throughout the code, and the filter_list of the color_filters is "global". use appropriate prefixes to avoid confusion and bugs svn path=/trunk/; revision=13905
2004-12-29From Albert Chin: "config.h" should always be included first first whenGuy Harris1-0/+4
using AC_SYS_LARGEFILE. svn path=/trunk/; revision=12860
2004-10-07Save the capture filter in the recent list iff the capture succeeds. Guy Harris1-19/+0
Checking the syntax involves opening a device, which 1) might not succeed and 2) might tie up a BPF device or otherwise consume resources so we leave it up to the capture operation to do the checking. svn path=/trunk/; revision=12225
2004-09-28Normalize line endings and set svn:eol-style to native.Guy Harris1-107/+108
Set svn:keywords to Id to expand RCS IDs. Include <string.h> to declare "strcmp()" and "strlen()". svn path=/trunk/; revision=12126
2004-09-28from Thomas Palmer: add a combobox for the recently used capture filter stringsUlf Lamping1-0/+107
svn path=/trunk/; revision=12123