aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Collapse)AuthorFilesLines
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-140/+4
svn path=/trunk/; revision=636
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=635
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-1/+2
preferences, and menus to gtk subdirectory. svn path=/trunk/; revision=623
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+13
but does not link. Perhaps someone who understands the MS tools can help out. I made it link a few months ago, but with different version of glib/gtk+. I can't remember how I made it link. Most of the compatibility issues were resolved with adding #ifdef HAVE_UNISTD_H the the source code. Please be sure to add this to all future code. svn path=/trunk/; revision=359
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1-29/+21
why I had to swap fields (data = w) in some of the callback functions when I added support for gtk+-1.1. Because of the use of gtk_signal_connect_object, the wrong value was being sent to the callback function. We were just lucky that with gtk+-1.0 it worked. gtk_signal_connect_object is for use with callbacks that take one argument. gtk_signal_connect is for use with callbacks that take two arguments. svn path=/trunk/; revision=324
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1-6/+5
we've shown the top-level window, because we want it to pop up on *top* of the top-level window, rather than being hidden behind it. Put a "strerror()"-based reason *why* the open failed in that dialog. svn path=/trunk/; revision=308
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-4/+1
svn path=/trunk/; revision=198
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-7/+4
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1-6/+22
svn path=/trunk/; revision=137
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-1/+2
Tests for GTK versions are done during compilation, not during "./configure". The big problems have been taken care of in this patch (functional change in the packet clist and conversion of menu_factory to item_factory), but plenty of smaller problems with dialogue boxes abound. I have fixed a small problem with file_open*(), but have left 2 comments in just in case I'm not going about this the right way. Can someone verify? svn path=/trunk/; revision=127
1998-11-18* Disable filter-related widgets if we're using wiretap.Gerald Combs1-1/+4
svn path=/trunk/; revision=105
1998-11-18* Added patches from Laurent and GuyGerald Combs1-6/+5
svn path=/trunk/; revision=103
1998-11-17* Added column formatting functionality.Gerald Combs1-42/+193
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-10-29* Fixes for problems with the preference initialization code (Guy)Gerald Combs1-5/+10
svn path=/trunk/; revision=77
1998-10-28* Added preference file saves and reads.Gerald Combs1-3/+216
svn path=/trunk/; revision=75
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-3/+3
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
1998-10-13* Pod page updateGerald Combs1-5/+6
* Minor tweaks to the filter prefs svn path=/trunk/; revision=40
1998-10-12- Added match_strval function to packet.cGerald Combs1-20/+28
- Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates svn path=/trunk/; revision=38
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-10/+31
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-1/+2
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-26Initial prefs support.Gerald Combs1-12/+22
svn path=/trunk/; revision=27
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-0/+109
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25