aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-3/+3
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-5/+5
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman1-1/+1
2009-02-22Remove unused(?) code.Anders Broman1-1/+2
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-19/+13
2008-12-20Fix some typos and spellingBill Meier1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-19/+16
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-15/+15
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-4/+4
2008-04-07remove GTK1 codeUlf Lamping1-8/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-4/+4
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-5/+5
2007-05-31From Lars Ruoff:Stephen Fisher1-6/+6
2007-04-22move some headers so that the compile works on gtk1Ronnie Sahlberg1-2/+2
2007-04-10Add the name of the dynamic payload type to the stream dialouge if avalable.Anders Broman1-2/+11
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-2/+2
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
2005-03-21From Lars Ruoff:Guy Harris1-129/+190
2005-03-02Frrom Francisco AlcobaLuis Ontanon1-10/+11
2005-02-27From Martin MathielsonLuis Ontanon1-0/+5
2005-02-24Mallocate the strings to be put into the columns, rather than filling inGuy Harris1-27/+16
2005-02-22buttons should use "Header capitalization" see GNOME HIG http://developer.gno...Ulf Lamping1-2/+2
2005-02-16from lars ruoff a few extra columns for rtp analysisRonnie Sahlberg1-17/+51
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-02-02Get rid of an unused typedef.Guy Harris1-2/+0
2004-12-01From Francisco Alcoba:Guy Harris1-29/+54
2004-10-03add some button tooltips, renamed some buttonsUlf Lamping1-9/+17
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30From Martin Mathieson: Show number of detected streams in RTP Analysis windowAnders Broman1-30/+40
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-3/+2
2004-06-02Get rid of the #if 0'ed out "rtp_payload_type_vals[]" table - we shouldGuy Harris1-34/+1
2004-06-01bugfix: don't double define rtp_payload_type_valsUlf Lamping1-2/+3
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-100/+51
2004-04-12ESC key presses Close buttonUlf Lamping1-2/+7
2004-03-14Fix incorrect number of arguments for format and compilation warnings.Laurent Deniel1-5/+4