More warining fixes: char -> const char
[obnox/wireshark/wip.git] / gtk / prefs_dlg.c
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
2000-07-10 guyIn the "Preferences" dialog box, "Save" sets the curren...
2000-07-09 guyTurn the code of "colorize_packet()" into a static...
2000-07-05 guyAdd support for a global "ethereal.conf" preferences...
2000-07-05 guyGet rid of the stuff to let the callback that pops...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-05-08 guyMake the "Preferences" dialog box use the new utilities...
2000-05-08 guyKeep a pointer to the current "Preferences" window...
2000-01-10 guyMove the code in "column.c" that implements the column...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-03 guyDon't have "write_prefs()" display a dialog box if...
1999-12-29 guyMove the definition of "prefs" from "gtk/prefs_dlg...
1999-12-16 gramAdd a new page to the Preferences notebook: a GUI page...
1999-12-10 guyJerry Talkington's patch to remove the filter stuff...
1999-12-02 geraldAdd stream window color preferences. We don't (yet...
1999-09-10 guyWe need to catch a "window delete" event for the prefer...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.