aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-19/+6
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-113/+23
2008-04-25Changed to display NCP connection, as in conversations.Stig Bjørlykke1-0/+4
2008-04-13sort #includes by directoriesUlf Lamping1-11/+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-13/+13
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-35/+35
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-13/+13
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-35/+35
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-2/+2
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-13/+13
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher1-28/+2
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke1-3/+86
2008-02-11Avoid double space in filter when creating from conversations and endpoints.Stig Bjørlykke1-1/+1
2008-02-08Added SCTP Endpoints table.Stig Bjørlykke1-4/+10
2007-12-09Add macros for various filter actions and types, and to combine themGuy Harris1-60/+58
2007-12-05Use G_GINT64_MODIFIER for gint64 and guint64 values.Guy Harris1-2/+2
2007-12-04Do not create an illegal filter when having an empty display filter andStig Bjørlykke1-4/+16
2007-11-30Move the "copy" button down to the button bar, to match the layout in Stig Bjørlykke1-25/+71
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-13/+13
2007-05-29From David Howells :Sebastien Tandel1-3/+3
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-5/+5
2007-03-25From Jon SmirlRonnie Sahlberg1-0/+2
2006-12-29Fix for bug #1278: Stephen Fisher1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-07fix bug #660: we must alphabetically sort columns 0&1, not 0&2Ulf Lamping1-8/+8
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-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-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
2005-08-05have the definition of init_hostlist_table *ACTUALLY* match its declaration.Luis Ontanon1-1/+1
2005-08-05have the definition of init_hostlist_table match the declaration.Luis Ontanon1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-3/+3
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please review...Ulf Lamping1-1/+3
2005-07-07make the packets/bytes counters 64bit integers to not wrap when using really ...Ronnie Sahlberg1-15/+15
2005-06-20From Mike Duigou:Anders Broman1-1/+12
2005-02-22From Francisco Alcoba:Luis Ontanon1-6/+4
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-2/+2
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-5/+24
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-20/+32
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-14/+8
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-08-08Put the "copy" button back in the conversation and host list tables.Gerald Combs1-3/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-08-06From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsGuy Harris1-45/+6
2004-07-27from ian schorr: some performance improvements in conversation and hostlist t...Ulf Lamping1-14/+71
2004-07-22use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...Ulf Lamping1-24/+11
2004-07-21GdkDisplay is only available in gtk 2.2 and laterRonnie Sahlberg1-3/+4
2004-07-20from Thomas Palmer: copy content of hostlist table to clipboard in csv format.Ulf Lamping1-10/+71
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13Conversation/Endpoint list performance patch from Ian SchorrUlf Lamping1-7/+13