aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-1/+5
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-3/+3
2004-01-25make resized prefs_dlg look betterUlf Lamping1-2/+2
2004-01-23Improve some comments.Guy Harris1-6/+12
2004-01-23gtk_font_selection_set_filter doesn't work when run before appendingUlf Lamping1-1/+22
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-20/+6
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad1-1/+5
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping1-4/+30
2004-01-14Change labels from "TCP Streams" to "Colors", to add other color values laterUlf Lamping1-4/+4
2004-01-10using button compatibility macrosUlf Lamping1-21/+5
2004-01-01rearranged prefs topicsUlf Lamping1-63/+65
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-2/+2
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-2/+2
2003-11-04Skip the check for the module if a page doesn't have a module.Guy Harris1-1/+3
2003-11-04Clean up the way we find the properties page for a given protocolGuy Harris1-35/+49
2003-10-02From Tomas Kukosa: radio button groups are GSLists, which means that theGuy Harris1-3/+2
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itGuy Harris1-7/+36
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-3/+3
2003-09-01Make the capitalization of the "Name Resolution" frame consistent with theGerald Combs1-3/+3
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-10/+5
2002-12-27Make last modifications work with gtk2.Olivier Abad1-3/+7
2002-12-20Support putting preferences into arbitrary places in a tree, which isGuy Harris1-66/+109
2002-11-28Constify some pointers to avoid converting const pointers to non-constGuy Harris1-5/+5
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-131/+68
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-84/+267
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-12/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-27/+27
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-2/+3
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,Guy Harris1-2/+68
2002-06-16Handle the "bool" members the same way we handled the members forGuy Harris1-7/+7
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris1-7/+7
2002-04-20On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris1-1/+7
2002-04-19On Windows, don't put the capture preferences item into theGuy Harris1-2/+9
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-6/+2
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-11/+11
2002-02-14FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris1-22/+79
2002-01-14Get the current value of Boolean preferences before adding widgets forGuy Harris1-1/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-79/+226
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-4/+2
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-12/+2
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-6/+31
2001-12-04From Thomas Wittwer: remove unnecessary calls toGuy Harris1-3/+1
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-2/+15
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris1-3/+5
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-6/+16
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-2/+2