aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgStephen Fisher1-5/+7
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-27/+65
2007-02-03second iteration:Luis Ontanon1-1/+45
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs1-5/+53
2006-11-17Fix buildJaap Keuter1-0/+2
2006-11-17code cleanupUlf Lamping1-3/+0
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher1-0/+9
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs1-0/+71
2006-10-19Add support for:Gerald Combs1-0/+14
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping1-0/+5
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-24/+55
2006-09-29from Stephen Fisher:Ulf Lamping1-1/+1
2006-09-29fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again i...Ulf Lamping1-1/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-1/+1
2006-08-28fix #1061: the logic to search for a specific protocol page was missing the c...Ulf Lamping1-2/+7
2006-08-14Put protocol preferences in a scrolled window, in case a particularGerald Combs1-13/+18
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-20add a Help button to the Preferences dialogUlf Lamping1-2/+13
2005-09-26fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cau...Ulf Lamping1-1/+2
2005-09-25fix #322: packet detail window -> Protocol Preferences: tree not expandedUlf Lamping1-15/+101
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-1/+0
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-2/+2
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris1-2/+3
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-13/+23
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris1-7/+8
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+63
2004-10-12Check the values of the protocol preferences before fetching them; ifGuy Harris1-13/+93
2004-10-01"prefs-int.h" belongs in epan, too.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-25When applying preferences, we have to apply the protocol preferencesGuy Harris1-3/+7
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-10"delete_event" is an event, so its handler takes three arguments, notGuy Harris1-5/+6
2004-05-27Tag the "has_child" argument to "prefs_tree_page_add()" as unused whenGuy Harris1-2/+7
2004-05-27Get rid of an unused variable.Guy Harris1-3/+2
2004-05-27a lot of code cleanupUlf Lamping1-283/+179
2004-05-26more code cleanup from dialog things:Ulf Lamping1-10/+9
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-7/+15
2004-04-29added selection of different main window pane layouts,Ulf Lamping1-4/+33
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-4/+4
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