aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. Thisgerald1-5/+53
2006-11-17Fix buildjake1-0/+2
2006-11-17code cleanupulfl1-3/+0
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the usersfisher1-0/+9
2006-10-20AirPcap fixes from Giorgio Tino:gerald1-0/+71
2006-10-19Add support for:gerald1-0/+14
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...ulfl1-0/+5
2006-10-03now: Don't have a Save button in the following settings dialogs:ulfl1-24/+55
2006-09-29from Stephen Fisher:ulfl1-1/+1
2006-09-29fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again i...ulfl1-1/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-1/+1
2006-08-28fix #1061: the logic to search for a specific protocol page was missing the c...ulfl1-2/+7
2006-08-14Put protocol preferences in a scrolled window, in case a particulargerald1-13/+18
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-04-20add a Help button to the Preferences dialogulfl1-2/+13
2005-09-26fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cau...ulfl1-1/+2
2005-09-25fix #322: packet detail window -> Protocol Preferences: tree not expandedulfl1-15/+101
2005-09-01convert to g_snprintf()sahlberg1-1/+0
2005-08-20- Declare some functions staticjmayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-2/+2
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-4/+4
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-2/+2
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughguy1-2/+3
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-13/+23
2004-10-16Make the nranges member of a range_t be the number of ranges, not theguy1-7/+8
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.guy1-0/+63
2004-10-12Check the values of the protocol preferences before fetching them; ifguy1-13/+93
2004-10-01"prefs-int.h" belongs in epan, too.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-25When applying preferences, we have to apply the protocol preferencesguy1-3/+7
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-10"delete_event" is an event, so its handler takes three arguments, notguy1-5/+6
2004-05-27Tag the "has_child" argument to "prefs_tree_page_add()" as unused whenguy1-2/+7
2004-05-27Get rid of an unused variable.guy1-3/+2
2004-05-27a lot of code cleanupulfl1-283/+179
2004-05-26more code cleanup from dialog things:ulfl1-10/+9
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-7/+15
2004-04-29added selection of different main window pane layouts,ulfl1-4/+33
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-4/+4
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-1/+5
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-3/+3
2004-01-25make resized prefs_dlg look betterulfl1-2/+2
2004-01-23Improve some comments.guy1-6/+12
2004-01-23gtk_font_selection_set_filter doesn't work when run before appendingulfl1-1/+22
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-20/+6
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingoabad1-1/+5
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"ulfl1-4/+30