aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-18From Jakub Zawadzki: Use size of buffer [not size -1];Bill Meier1-376/+371
2009-03-09Use ws_fopen() [not fopen()] so that a path\filename withBill Meier1-1/+3
2009-02-15Use open_failure_alert_box() for open failures; useGuy Harris1-22/+7
2009-02-15Compiling on Ubuntu 8.10 gives a warning when not checking the return valueStig Bjørlykke1-2/+7
2009-02-12try to fix the buildbotUlf Lamping1-1/+1
2009-02-12Make the column information signed, so that -1 is a valid out-of-bandGuy Harris1-96/+96
2009-02-11add support for a simple GeoIP based IP Location Map, more details will follo...Ulf Lamping1-0/+231
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-2/+2
2008-12-23GeoIP expects IPv4 addresses in host byte order.Gerald Combs1-1/+2
2008-12-20Fix some typos and spellingBill Meier1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-27Allow more characters in each column.Gerald Combs1-16/+18
2008-10-27Uh, new attempt to sort hostlist correct...Stig Bjørlykke1-1/+1
2008-10-27Sort hostlist columns correct.Stig Bjørlykke1-2/+4
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-51/+86
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+6
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-21/+20
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-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