aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/supported_protos_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused variables and unused assignments.Stig Bjørlykke2009-11-101-3/+2
* Add #include <stdio.h>Bill Meier2009-08-271-1/+3
* Fix the last of the Win64 problems in the gtk directory.Gerald Combs2009-04-161-9/+9
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-4/+4
* sort #includes by directoriesUlf Lamping2008-04-131-7/+9
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-1/+1
* remove GTK1 codeUlf Lamping2008-04-071-147/+0
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-3/+3
* name changeRonnie Sahlberg2006-05-211-2/+2
* Check for a null blurb pointer for a field, as is done in some otherGuy Harris2005-12-041-7/+16
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-4/+4
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-9/+10
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-17/+7
* various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping2004-03-131-11/+7
* Give it an RCS ID.Guy Harris2004-02-201-0/+2
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-6/+12
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-11/+8
* using button compatibility macrosUlf Lamping2004-01-101-5/+1
* Compiling with -pedantic:Jörg Mayer2003-12-211-1/+1
* From Albert Chin: get rid of C++ comments.Guy Harris2003-12-171-1/+1
* using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping2003-11-281-8/+8
* Use "OK" for the "OK" button, as we do elsewhere.Guy Harris2003-11-191-1/+1
* seperated "supported protocols and protocol fields" dialog, coming from help_...Ulf Lamping2003-11-181-0/+508