aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman1-2/+2
2011-06-10Add casts to make it compile on some old ERHL box.Anders Broman1-1/+1
2011-04-22Add return instructions for system without support for G_GNUC_NORETURN (e.g. ...Jakub Zawadzki1-0/+1
2011-04-21Removed some unneeded variables with initialization.Stig Bjørlykke1-6/+0
2011-03-26Added a missing break in hostlist_get_filter_name.Stig Bjørlykke1-0/+1
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-0/+12
2011-01-30Fix various instances of "unreachable code".Bill Meier1-1/+0
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-4/+4
2010-10-11We set sensitivity on the map button in ct_nb_map_switch_page_cb().Stig Bjørlykke1-5/+5
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke1-16/+17
2010-10-03Use correct text for "Not Selected".Stig Bjørlykke1-4/+4
2010-09-03Remove the depricated GtkItemFactory code.Anders Broman1-64/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-21/+20
2010-08-30Remove a redundant callback.Anders Broman1-5/+0
2010-08-30Convert to GTKUIManagerAnders Broman1-0/+223
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-02-28From Didier Gautheron:Anders Broman1-1/+31
2010-02-16Don't try to fetch columns that don't exist.Gerald Combs1-19/+25
2010-01-29Fix some gcc -Wshadow warnings;Bill Meier1-179/+180
2009-10-09From Didier Gautheron:Anders Broman1-6/+9
2009-10-09From Didier Gautheron:Anders Broman1-426/+671
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-8/+8
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs1-20/+13
2009-07-01Updates to create_tempfile:Gerald Combs1-2/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+3
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+2
2009-06-14Use a unique data file name for our OpenStreetMap data. Print an errorGerald Combs1-22/+36
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-4/+4
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