Avoid calling some free() on WIN32 on memory that may be allocated in
[obnox/wireshark/wip.git] / gtk / prefs_dlg.c
2008-03-01 tuexenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2008-01-18 jakeMove libsmi settings from virtual mibs protocol page...
2008-01-17 jakeWhitespace cleanup of AIRPCAP code.
2008-01-16 jakeFrom Jim Young:
2007-11-29 kukosahide implementation of module list
2007-11-28 sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-21 stigAvoid redraw hex dump windows if redissecting.
2007-05-16 sfisherFix bug #1548: call of "Protocol Preferences" results...
2007-03-19 galThis change allows a structure to be created under...
2007-02-03 legosecond iteration:
2006-12-05 geraldFrom Giorgio Tino: Add a "static text" protocol prefere...
2006-11-17 jakeFix build
2006-11-17 ulflcode cleanup
2006-11-16 sfisherFix for bug 948, "Apply capture preferences not applyin...
2006-10-20 geraldAirPcap fixes from Giorgio Tino:
2006-10-19 geraldAdd support for:
2006-10-03 ulflAs Stephen Fisher noted, the Apply button should also...
2006-10-03 ulflnow: Don't have a Save button in the following settings...
2006-09-29 ulflfrom Stephen Fisher:
2006-09-29 ulflfix the context menu "Protocol Preferences" bug AGAIN...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-08-28 ulflfix #1061: the logic to search for a specific protocol...
2006-08-14 geraldPut protocol preferences in a scrolled window, in case...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-20 ulfladd a Help button to the Preferences dialog
2005-09-26 ulflfix #322, 2nd try: don't pass NULL to gtk_tree_iter_fre...
2005-09-25 ulflfix #322: packet detail window -> Protocol Preferences...
2005-09-01 sahlbergconvert to g_snprintf()
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-10-17 guyHave "range_convert_range()" dynamically allocate a...
2004-10-16 guyRemove the fixed maximum number of subranges in a range...
2004-10-16 guyMake the nranges member of a range_t be the number...
2004-10-14 guyFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-10-12 guyCheck the values of the protocol preferences before...
2004-10-01 guy"prefs-int.h" belongs in epan, too.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-25 guyWhen applying preferences, we have to apply the protoco...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-10 guy"delete_event" is an event, so its handler takes three...
2004-05-27 guyTag the "has_child" argument to "prefs_tree_page_add...
2004-05-27 guyGet rid of an unused variable.
2004-05-27 ulfla lot of code cleanup
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-24 guyHave two strings in an enum_val_t - one that's a short...
2004-04-29 ulfladded selection of different main window pane layouts,
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-25 ulflmake resized prefs_dlg look better
2004-01-23 guyImprove some comments.
2004-01-23 ulflgtk_font_selection_set_filter doesn't work when run...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 oabadgtk_font_selection_set_font_name doesn't work when...
2004-01-17 ulflnew "Font" preferences page instead of a font dialog...
2004-01-14 ulflChange labels from "TCP Streams" to "Colors", to add...
2004-01-10 ulflusing button compatibility macros
2004-01-01 ulflrearranged prefs topics
2003-12-04 guyIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-11-24 guyMake the recent epan/proto.{c,h} change compile.
2003-11-04 guySkip the check for the module if a page doesn't have...
2003-11-04 guyClean up the way we find the properties page for a...
2003-10-02 guyFrom Tomas Kukosa: radio button groups are GSLists...
2003-10-02 guyDon't put an entry for a protocol into the Preferences...
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2003-09-01 geraldMake the capitalization of the "Name Resolution" frame...
2003-03-11 guyWhen registering a string preference, if the value...
2002-12-27 oabadMake last modifications work with gtk2.
2002-12-20 guySupport putting preferences into arbitrary places in...
2002-11-28 guyConstify some pointers to avoid converting const pointe...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-08-01 jmayerFix a few more memleaks found by valgrind (all deriving
2002-07-17 guyGet rid of some "unused variable" and "unused static...
2002-06-16 guyHandle the "bool" members the same way we handled the...
2002-06-16 guyFrom Chris Waters: don't use "bool" as a variable name...
2002-04-20 guyOn Windows, include "capture-wpcap.h", to define "has_w...
2002-04-19 guyOn Windows, don't put the capture preferences item...
2002-03-05 guyFrom Joerg Mayer: remove unused variables.
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-14 gramFIRST_PROTO_PREFS_PAGE needs to be incremented by 2...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyMake the blurbs for protocol preference items into...
2002-01-14 guyGet the current value of Boolean preferences before...
2002-01-13 guyAdd a preferences page for the name resolution flags.
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2002-01-10 guyAdd a preferences page for capture preferences, so...
next