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