aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mcast_stream_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-10/+1
2011-08-04Replace almost all uses of GtkObject (which no longer existsjmayer1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDjmayer1-0/+8
2011-07-13Fix more tooltips fixes.etxrab1-5/+4
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespacegerald1-3/+1
2011-05-16More GUIManager stuff.etxrab1-0/+8
2010-10-12Minor cleanup of the global namespace:wmeier1-94/+92
2010-04-06Fix gcc -Wshadow warnings.wmeier1-5/+5
2010-04-04Replace GtkCList by GtkTreeView.jake1-288/+393
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-20/+20
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-12/+12
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-9/+9
2009-02-26gtk_label_set -> gtk_label_set_textetxrab1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-04-22From Chris:stig1-3/+3
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-14be clear that the "multicast stream" stats are about UDPulfl1-2/+2
2008-04-13sort #includes by directoriesulfl1-14/+16
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-10/+10
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-3/+3
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-10/+10
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-2/+2
2008-02-18Add $Id$wmeier1-0/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-3/+3
2006-10-17from Stephen Fisher:ulfl1-2/+2
2006-06-14No // commentsjmayer1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-04-27From Martin Mathieson:etxrab1-1/+1
2006-04-24From Miha Jemec:etxrab1-0/+689