aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-14Change labels from "TCP Streams" to "Colors", to add other color values laterulfl1-4/+4
2004-01-10using button compatibility macrosulfl1-21/+5
2004-01-01rearranged prefs topicsulfl1-63/+65
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignguy1-2/+2
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy1-2/+2
2003-11-24Make the recent epan/proto.{c,h} change compile.guy1-2/+2
2003-11-04Skip the check for the module if a page doesn't have a module.guy1-1/+3
2003-11-04Clean up the way we find the properties page for a given protocolguy1-35/+49
2003-10-02From Tomas Kukosa: radio button groups are GSLists, which means that theguy1-3/+2
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itguy1-7/+36
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanguy1-3/+3
2003-09-01Make the capitalization of the "Name Resolution" frame consistent with thegerald1-3/+3
2003-03-11When registering a string preference, if the value of the preference isguy1-10/+5
2002-12-27Make last modifications work with gtk2.oabad1-3/+7
2002-12-20Support putting preferences into arbitrary places in a tree, which isguy1-66/+109
2002-11-28Constify some pointers to avoid converting const pointers to non-constguy1-5/+5
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-131/+68
2002-11-03Merge gtk and gtk2 directories.oabad1-84/+267
2002-09-05Include cleanups in gtk and gtk2:jmayer1-12/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-27/+27
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-08-01Fix a few more memleaks found by valgrind (all derivingjmayer1-2/+3
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,guy1-2/+68
2002-06-16Handle the "bool" members the same way we handled the members forguy1-7/+7
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureguy1-7/+7
2002-04-20On Windows, include "capture-wpcap.h", to define "has_wpcap".guy1-1/+7
2002-04-19On Windows, don't put the capture preferences item into theguy1-2/+9
2002-03-05From Joerg Mayer: remove unused variables.guy1-6/+2
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-11/+11
2002-02-14FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forgram1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoguy1-22/+79
2002-01-14Get the current value of Boolean preferences before adding widgets forguy1-1/+2
2002-01-13Add a preferences page for the name resolution flags.guy1-79/+226
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-4/+2
2002-01-11Have routines to create GtkCTrees, set their line and expander styleguy1-12/+2
2002-01-10Add a preferences page for capture preferences, so that the user canguy1-6/+31
2001-12-04From Thomas Wittwer: remove unnecessary calls toguy1-3/+1
2001-11-04Allow a dissector to register preferences that it no longer supports asguy1-2/+15
2001-10-24On Windows, put Ethereal configuration files under the "Applicationguy1-3/+5
2001-10-23Add a new routine to create the ".ethereal" directory for a user.guy1-6/+16
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-2/+2
2001-10-13A small patch from Moronori Shindo to fix compiles under MSVC etc ...sharpe1-1/+2
2001-10-13Put the scrollbar for the scrolled window containing the CList in theguy1-1/+3
2001-10-13Set the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY to the notebookguy1-5/+5
2001-10-11Reduce the CinemaScope-like proportions of the preferences dialog bygerald1-24/+131
2001-08-21On Windows, use the directory in which the binary resides as theguy1-4/+2
2001-01-11Show the menu_item widget during the creation of an option menu forgram1-1/+2
2000-11-18Fix a number of problems that caused compiles to fail ifguy1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-3/+2