aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* "delete_event" is an event, so its handler takes three arguments, notGuy Harris2004-06-101-5/+6
* Tag the "has_child" argument to "prefs_tree_page_add()" as unused whenGuy Harris2004-05-271-2/+7
* Get rid of an unused variable.Guy Harris2004-05-271-3/+2
* a lot of code cleanupUlf Lamping2004-05-271-283/+179
* more code cleanup from dialog things:Ulf Lamping2004-05-261-10/+9
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-7/+15
* added selection of different main window pane layouts,Ulf Lamping2004-04-291-4/+33
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-4/+4
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-1/+5
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-3/+3
* make resized prefs_dlg look betterUlf Lamping2004-01-251-2/+2
* Improve some comments.Guy Harris2004-01-231-6/+12
* gtk_font_selection_set_filter doesn't work when run before appendingUlf Lamping2004-01-231-1/+22
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-20/+6
* gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad2004-01-211-1/+5
* new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping2004-01-171-4/+30
* Change labels from "TCP Streams" to "Colors", to add other color values laterUlf Lamping2004-01-141-4/+4
* using button compatibility macrosUlf Lamping2004-01-101-21/+5
* rearranged prefs topicsUlf Lamping2004-01-011-63/+65
* In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris2003-12-041-2/+2
* The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris2003-12-031-2/+2
* Make the recent epan/proto.{c,h} change compile.Guy Harris2003-11-241-2/+2
* Skip the check for the module if a page doesn't have a module.Guy Harris2003-11-041-1/+3
* Clean up the way we find the properties page for a given protocolGuy Harris2003-11-041-35/+49
* From Tomas Kukosa: radio button groups are GSLists, which means that theGuy Harris2003-10-021-3/+2
* Don't put an entry for a protocol into the Preferences dialog if itGuy Harris2003-10-021-7/+36
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-3/+3
* Make the capitalization of the "Name Resolution" frame consistent with theGerald Combs2003-09-011-3/+3
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-10/+5
* Make last modifications work with gtk2.Olivier Abad2002-12-271-3/+7
* Support putting preferences into arbitrary places in a tree, which isGuy Harris2002-12-201-66/+109
* Constify some pointers to avoid converting const pointers to non-constGuy Harris2002-11-281-5/+5
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-131/+68
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-84/+267
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-12/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-27/+27
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Fix a few more memleaks found by valgrind (all derivingJörg Mayer2002-08-011-2/+3
* Get rid of some "unused variable" and "unused static function" warnings,Guy Harris2002-07-171-2/+68
* Handle the "bool" members the same way we handled the members forGuy Harris2002-06-161-7/+7
* From Chris Waters: don't use "bool" as a variable name or structureGuy Harris2002-06-161-7/+7
* On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris2002-04-201-1/+7
* On Windows, don't put the capture preferences item into theGuy Harris2002-04-191-2/+9
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-051-6/+2
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-11/+11
* FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez2002-02-141-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris2002-01-201-22/+79
* Get the current value of Boolean preferences before adding widgets forGuy Harris2002-01-141-1/+2
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-79/+226