aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-2/+2
2009-06-28Analyze!Enabled Protocols: Fix so type-ahead find OK w/o needing to first sel...Bill Meier1-9/+33
2009-05-06Analyze!EnabledProtocols: Remove unnecessary line of code added in the previo...Bill Meier1-1/+0
2009-05-06Analyze!Enabled Protocols: For OK/Apply/Cancel: Cancel reverts to "Last Saved...Bill Meier1-10/+24
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-5/+5
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-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-2/+2
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-9/+3
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-10/+13
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-10/+10
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-5/+5
2008-04-07remove GTK1 codeUlf Lamping1-109/+0
2007-12-15With increasing number of dissectors, heuristics cause sometimes false hits o...Jaap Keuter1-20/+76
2007-05-24Fix 'Analyze ! Enabled_Protocols' search to search on correct column.Bill Meier1-0/+2
2007-02-15bugfix: call set_proto_selection() before actually writing the selections to ...Ulf Lamping1-2/+9
2007-01-22Fix various compiler warningsStephen Fisher1-1/+1
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping1-0/+5
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-38/+49
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-20- Declare some functions staticJörg Mayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-3/+3
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-1/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-10"delete_event" is an event, so its handler takes three arguments, notGuy Harris1-4/+5
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-9/+5
2004-05-26more code cleanup from dialog things:Ulf Lamping1-11/+11
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-2/+6
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-3/+3
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-21/+6
2004-01-10using button compatibility macrosUlf Lamping1-21/+5
2004-01-04A missing piece of Tadaaki Nagao's patches to add a global "disabledGuy Harris1-2/+2
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-5/+11
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-1/+51
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-12-02Put back the "width" local variable in proto_cb() which is used only byOlivier Abad1-2/+4
2002-12-02Make the new protocol list work with GTK2. The "status" column uses aOlivier Abad1-17/+48
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols canGerald Combs1-3/+18
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofGerald Combs1-13/+16