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