aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.cmaynard1-4/+4
2010-10-11We set sensitivity on the map button in ct_nb_map_switch_page_cb().stig1-5/+5
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.stig1-16/+17
2010-10-03Use correct text for "Not Selected".stig1-4/+4
2010-09-03Remove the depricated GtkItemFactory code.etxrab1-64/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-21/+20
2010-08-30Remove a redundant callback.etxrab1-5/+0
2010-08-30Convert to GTKUIManageretxrab1-0/+223
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:wmeier1-1/+1
2010-02-28Added svn:ignore targets.stig1-1/+31
2010-02-16Don't try to fetch columns that don't exist.gerald1-19/+25
2010-01-29Fix some gcc -Wshadow warnings;wmeier1-179/+180
2009-10-09From Didier Gautheron:etxrab1-6/+9
2009-10-09From Didier Gautheron:etxrab1-426/+671
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-8/+8
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andgerald1-20/+13
2009-07-01Updates to create_tempfile:gerald1-2/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+3
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-14Use a unique data file name for our OpenStreetMap data. Print an errorgerald1-22/+36
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-4/+4
2009-03-18From Jakub Zawadzki: Use size of buffer [not size -1];wmeier1-376/+371
2009-03-09Use ws_fopen() [not fopen()] so that a path\filename withwmeier1-1/+3
2009-02-15Use open_failure_alert_box() for open failures; useguy1-22/+7
2009-02-15Compiling on Ubuntu 8.10 gives a warning when not checking the return valuestig1-2/+7
2009-02-12try to fix the buildbotulfl1-1/+1
2009-02-12Make the column information signed, so that -1 is a valid out-of-bandguy1-96/+96
2009-02-11add support for a simple GeoIP based IP Location Map, more details will follo...ulfl1-0/+231
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_gerald1-2/+2
2008-12-23GeoIP expects IPv4 addresses in host byte order.gerald1-1/+2
2008-12-20Fix some typos and spellingwmeier1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Renamegerald1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-27Allow more characters in each column.gerald1-16/+18
2008-10-27Uh, new attempt to sort hostlist correct...stig1-1/+1
2008-10-27Sort hostlist columns correct.stig1-2/+4
2008-10-27Add support for the GeoIP library. Using different database files,gerald1-51/+86
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-1/+6
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-21/+20
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-19/+6
2008-05-17- Use the common function for applying a selected filter.stig1-113/+23
2008-04-25Changed to display NCP connection, as in conversations.stig1-0/+4
2008-04-13sort #includes by directoriesulfl1-11/+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-13/+13
2008-04-11add missing braces to unbreak the buildsahlberg1-35/+35
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-13/+13
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...ulfl1-35/+35
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemoniculfl1-2/+2