| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug 5513: | Jaap Keuter | 2010-12-22 | 1 | -6/+6 |
* | Quote all fields when exporting to CSV. Fixes bug 2811. | Chris Maynard | 2010-11-17 | 1 | -2/+2 |
* | Use value_string_ext for RTP payload types. | Anders Broman | 2010-11-08 | 1 | -1/+1 |
* | Fix a gcc -Wshadow warning. | Bill Meier | 2010-04-30 | 1 | -12/+12 |
* | Replace GtkCList by GtkTreeView. | Jaap Keuter | 2010-04-28 | 1 | -312/+515 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -21/+21 |
* | From Alejandro Vaquero: | Anders Broman | 2009-11-15 | 1 | -2/+3 |
* | Removed some unused variables and unused assignments. | Stig Bjørlykke | 2009-11-10 | 1 | -1/+0 |
* | Rename address_to_str() to ep_address_to_str() because: | Kovarththanan Rajaratnam | 2009-09-06 | 1 | -12/+12 |
* | Fix potential crash due to NULL dereference. | Bill Meier | 2009-08-29 | 1 | -10/+10 |
* | (FWIW) One step towards including stdio.h & stdlib.h only when req'd. | Bill Meier | 2009-08-26 | 1 | -0/+2 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-08 | 1 | -1/+1 |
* | Unit is now ms. | Anders Broman | 2009-06-03 | 1 | -3/+3 |
* | rtp_stream_dlg: rework dtp_stream "save as" slightly: | Bill Meier | 2009-06-02 | 1 | -16/+61 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -3/+3 |
* | Fix the last of the Win64 problems in the gtk directory. | Gerald Combs | 2009-04-16 | 1 | -1/+1 |
* | As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri... | Bill Meier | 2009-03-19 | 1 | -5/+5 |
* | gtk_label_set -> gtk_label_set_text | Anders Broman | 2009-02-26 | 1 | -1/+1 |
* | Remove unused(?) code. | Anders Broman | 2009-02-22 | 1 | -1/+2 |
* | Use gtk_file_chooser_dialog_new(). | Anders Broman | 2009-02-22 | 1 | -19/+13 |
* | Fix some typos and spelling | Bill Meier | 2008-12-20 | 1 | -1/+1 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-07-08 | 1 | -1/+1 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -1/+1 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -19/+16 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -15/+15 |
* | replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f... | Ulf Lamping | 2008-04-11 | 1 | -4/+4 |
* | remove GTK1 code | Ulf Lamping | 2008-04-07 | 1 | -8/+0 |
* | Include epan/strutil.h for gtk-1.2 builds. | Michael Tüxen | 2008-03-01 | 1 | -0/+1 |
* | Next attempt to cleanup some string functions, including: | Stig Bjørlykke | 2008-02-29 | 1 | -4/+4 |
* | Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-01 | 1 | -5/+5 |
* | From Lars Ruoff: | Stephen Fisher | 2007-05-31 | 1 | -6/+6 |
* | move some headers so that the compile works on gtk1 | Ronnie Sahlberg | 2007-04-22 | 1 | -2/+2 |
* | Add the name of the dynamic payload type to the stream dialouge if avalable. | Anders Broman | 2007-04-10 | 1 | -2/+11 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -3/+3 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Move the file selection dialog routines to file_dlg.c, and give it a | Guy Harris | 2006-04-30 | 1 | -0/+1 |
* | Move a pile of protocol-related headers from the top-level source | Guy Harris | 2005-09-17 | 1 | -1/+1 |
* | As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so | Guy Harris | 2005-08-21 | 1 | -1/+1 |
* | Have "register_dfilter_stat()" add "..." to the menu item, as all menu | Guy Harris | 2005-08-21 | 1 | -1/+1 |
* | Add a "register_dfilter_stat()", to register stats that take a display | Guy Harris | 2005-08-21 | 1 | -1/+2 |
* | - Declare some functions static | Jörg Mayer | 2005-08-20 | 1 | -2/+2 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -2/+2 |
* | add 12 new toolbar/menu icons | Ulf Lamping | 2005-04-16 | 1 | -1/+1 |
* | From Lars Ruoff: | Guy Harris | 2005-03-21 | 1 | -129/+190 |
* | Frrom Francisco Alcoba | Luis Ontanon | 2005-03-02 | 1 | -10/+11 |
* | From Martin Mathielson | Luis Ontanon | 2005-02-27 | 1 | -0/+5 |
* | Mallocate the strings to be put into the columns, rather than filling in | Guy Harris | 2005-02-24 | 1 | -27/+16 |
* | buttons should use "Header capitalization" see GNOME HIG http://developer.gno... | Ulf Lamping | 2005-02-22 | 1 | -2/+2 |