aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
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