Be a little more explicit in our description of tvb_get_ptr.
[metze/wireshark/wip.git] / gtk / prefs_dlg.c
2009-05-13 Jörg Mayer() -> (void)
2009-05-13 Stig BjørlykkeInitialize some uninitialized variables.
2009-05-05 Bill Meierprefs_dlg: Cancel always reverts to "Last Saved" [Part 1]
2009-05-04 Stig BjørlykkeFrom Didier Gautheron (bug 3126):
2009-05-04 Bill Meierprefs_column: Rework & cleanup Column Preferences dialo...
2009-05-03 Bill Meierprefs_dlg: Fix an inadvertant character deletion in...
2009-05-03 Bill Meierprefs_dlg: use consistent indentation
2009-04-21 Guy HarrisTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-11 Bill Meierprefs_dlg: gtk_label_get() --> gtk_label_get_text()
2009-03-19 Bill MeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2008-11-29 Stig BjørlykkeRemoved an unused argument to prefs_tree_page_add().
2008-11-28 Stig BjørlykkeSave preferences when selected from menu, unless having...
2008-10-20 Stig BjørlykkeUse invisible event boxes so the preferences looks...
2008-10-19 Stig BjørlykkeAdd filter autocomplete for more places we use filter...
2008-08-07 Bill MeierRemove some obsolete comments related to GTK 1.
2008-06-29 Bill MeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 Stig BjørlykkeRemoved the usage of topic_available() as we now have...
2008-04-23 Martin MathiesonRename "Taps/Statistics" preference group to be simply...
2008-04-21 Martin MathiesonRename prefs_rtp_player files to prefs_taps.
2008-04-21 Martin MathiesonAllow configuration of tap update interval.
2008-04-17 Stig BjørlykkeAdded an option to display hidden protocol items.
2008-04-14 Sake BlokFrom Jim Young (bug 2212):
2008-04-13 Ulf Lampingchange all preferences related filenames from xy_prefs...
2008-04-13 Ulf Lampingsort #includes by directories
2008-04-12 Ulf Lampingmove stock icon code from toolbar.c into specific stock...
2008-04-11 Ulf Lampinglast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 Ulf Lampingreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 Bill MeierOBECT_..._DATA --> g_object_..._data
2008-04-09 Anders BromanRemove:
2008-04-08 Ulf Lampingremove GTK1 specific font handling
2008-04-07 Ulf Lampingremove GTK1 code
2008-03-01 Michael TüxenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 Stig BjørlykkeNext attempt to cleanup some string functions, including:
2008-02-01 Stig BjørlykkeRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2008-01-18 Jaap KeuterMove libsmi settings from virtual mibs protocol page...
2008-01-17 Jaap KeuterWhitespace cleanup of AIRPCAP code.
2008-01-16 Jaap KeuterFrom Jim Young:
2007-11-29 Tomas Kukosahide implementation of module list
2007-11-28 Ronnie Sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-21 Stig BjørlykkeAvoid redraw hex dump windows if redissecting.
2007-05-16 Stephen FisherFix bug #1548: call of "Protocol Preferences" results...
2007-03-19 Graeme LuntThis change allows a structure to be created under...
2007-02-03 Luis Ontanonsecond iteration:
2006-12-05 Gerald CombsFrom Giorgio Tino: Add a "static text" protocol prefere...
2006-11-17 Jaap KeuterFix build
2006-11-17 Ulf Lampingcode cleanup
2006-11-16 Stephen FisherFix for bug 948, "Apply capture preferences not applyin...
2006-10-20 Gerald CombsAirPcap fixes from Giorgio Tino:
2006-10-19 Gerald CombsAdd support for:
2006-10-03 Ulf LampingAs Stephen Fisher noted, the Apply button should also...
2006-10-03 Ulf Lampingnow: Don't have a Save button in the following settings...
2006-09-29 Ulf Lampingfrom Stephen Fisher:
2006-09-29 Ulf Lampingfix the context menu "Protocol Preferences" bug AGAIN...
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-08-28 Ulf Lampingfix #1061: the logic to search for a specific protocol...
2006-08-14 Gerald CombsPut protocol preferences in a scrolled window, in case...
2006-05-22 Guy HarrisGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 Ronnie Sahlbergname change
2006-04-20 Ulf Lampingadd a Help button to the Preferences dialog
2005-09-26 Ulf Lampingfix #322, 2nd try: don't pass NULL to gtk_tree_iter_fre...
2005-09-25 Ulf Lampingfix #322: packet detail window -> Protocol Preferences...
2005-09-01 Ronnie Sahlbergconvert to g_snprintf()
2005-08-20 Jörg Mayer- Declare some functions static
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-10-17 Guy HarrisHave "range_convert_range()" dynamically allocate a...
2004-10-16 Guy HarrisRemove the fixed maximum number of subranges in a range...
2004-10-16 Guy HarrisMake the nranges member of a range_t be the number...
2004-10-14 Guy HarrisFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-10-12 Guy HarrisCheck the values of the protocol preferences before...
2004-10-01 Guy Harris"prefs-int.h" belongs in epan, too.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-25 Guy HarrisWhen applying preferences, we have to apply the protoco...
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-10 Guy Harris"delete_event" is an event, so its handler takes three...
2004-05-27 Guy HarrisTag the "has_child" argument to "prefs_tree_page_add...
2004-05-27 Guy HarrisGet rid of an unused variable.
2004-05-27 Ulf Lampinga lot of code cleanup
2004-05-26 Ulf Lampingmore code cleanup from dialog things:
2004-05-24 Guy HarrisHave two strings in an enum_val_t - one that's a short...
2004-04-29 Ulf Lampingadded selection of different main window pane layouts,
2004-03-13 Ulf Lampingreplaced sprintf / snprintf by g_snprintf,
2004-02-06 Ulf Lampingreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-25 Ulf Lampingmake resized prefs_dlg look better
2004-01-23 Guy HarrisImprove some comments.
2004-01-23 Ulf Lampinggtk_font_selection_set_filter doesn't work when run...
2004-01-21 Ulf Lampingimplemented dlg_button_row_new to get a standard functi...
2004-01-21 Olivier Abadgtk_font_selection_set_font_name doesn't work when...
2004-01-17 Ulf Lampingnew "Font" preferences page instead of a font dialog...
2004-01-14 Ulf LampingChange labels from "TCP Streams" to "Colors", to add...
2004-01-10 Ulf Lampingusing button compatibility macros
2004-01-01 Ulf Lampingrearranged prefs topics
2003-12-04 Guy HarrisIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2003-12-03 Guy HarrisThe "ptr_u" unions no longer have a "next" pointer...
next