Add support for:
[obnox/wireshark/wip.git] / gtk / prefs_dlg.c
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...
2001-12-04 guyFrom Thomas Wittwer: remove unnecessary calls to
2001-11-04 guyAllow a dissector to register preferences that it no...
2001-10-24 guyOn Windows, put Ethereal configuration files under...
2001-10-23 guyAdd a new routine to create the ".ethereal" directory...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-13 sharpeA small patch from Moronori Shindo to fix compiles...
2001-10-13 guyPut the scrollbar for the scrolled window containing...
2001-10-13 guySet the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY...
2001-10-11 geraldReduce the CinemaScope-like proportions of the preferen...
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-01-11 gramShow the menu_item widget during the creation of an...
2000-11-18 guyFix a number of problems that caused compiles to fail if
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-21 guyInstead of each set of built-in preferences having...
2000-08-17 guyIt was silly of me to require that "forget_scrolled_win...
2000-08-15 denielFix a problem with const char *
2000-08-15 denielImplements the "Properties" menu item which displays...
2000-08-11 denielMiscellaneous code cleaning
next