aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
Commit message (Expand)AuthorAgeFilesLines
* Add return instructions for system without support for G_GNUC_NORETURN (e.g. ...Jakub Zawadzki2011-04-221-0/+1
* Removed some unneeded variables with initialization.Stig Bjørlykke2011-04-211-6/+0
* Added a missing break in hostlist_get_filter_name.Stig Bjørlykke2011-03-261-0/+1
* And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher2011-02-071-0/+12
* Fix various instances of "unreachable code".Bill Meier2011-01-301-1/+0
* Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard2010-11-171-4/+4
* We set sensitivity on the map button in ct_nb_map_switch_page_cb().Stig Bjørlykke2010-10-111-5/+5
* Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke2010-10-031-16/+17
* Use correct text for "Not Selected".Stig Bjørlykke2010-10-031-4/+4
* Remove the depricated GtkItemFactory code.Anders Broman2010-09-031-64/+1
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-21/+20
* Remove a redundant callback.Anders Broman2010-08-301-5/+0
* Convert to GTKUIManagerAnders Broman2010-08-301-0/+223
* (Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier2010-07-301-1/+1
* From Didier Gautheron:Anders Broman2010-02-281-1/+31
* Don't try to fetch columns that don't exist.Gerald Combs2010-02-161-19/+25
* Fix some gcc -Wshadow warnings;Bill Meier2010-01-291-179/+180
* From Didier Gautheron:Anders Broman2009-10-091-6/+9
* From Didier Gautheron:Anders Broman2009-10-091-426/+671
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-8/+8
* Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs2009-07-021-20/+13
* Updates to create_tempfile:Gerald Combs2009-07-011-2/+2
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-221-1/+3
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-1/+2
* Use a unique data file name for our OpenStreetMap data. Print an errorGerald Combs2009-06-141-22/+36
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-4/+4
* From Jakub Zawadzki: Use size of buffer [not size -1];Bill Meier2009-03-181-376/+371
* Use ws_fopen() [not fopen()] so that a path\filename withBill Meier2009-03-091-1/+3
* Use open_failure_alert_box() for open failures; useGuy Harris2009-02-151-22/+7
* Compiling on Ubuntu 8.10 gives a warning when not checking the return valueStig Bjørlykke2009-02-151-2/+7
* try to fix the buildbotUlf Lamping2009-02-121-1/+1
* Make the column information signed, so that -1 is a valid out-of-bandGuy Harris2009-02-121-96/+96
* add support for a simple GeoIP based IP Location Map, more details will follo...Ulf Lamping2009-02-111-0/+231
* Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs2008-12-231-2/+2
* GeoIP expects IPv4 addresses in host byte order.Gerald Combs2008-12-231-1/+2
* Fix some typos and spellingBill Meier2008-12-201-1/+1
* Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs2008-12-191-2/+2
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-2/+2
* Allow more characters in each column.Gerald Combs2008-10-271-16/+18
* Uh, new attempt to sort hostlist correct...Stig Bjørlykke2008-10-271-1/+1
* Sort hostlist columns correct.Stig Bjørlykke2008-10-271-2/+4
* Add support for the GeoIP library. Using different database files,Gerald Combs2008-10-271-51/+86
* Bring the windows to front when rescanning of packets are done.Stig Bjørlykke2008-10-131-1/+6
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-051-21/+20
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-2/+2
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-19/+6
* - Use the common function for applying a selected filter.Stig Bjørlykke2008-05-171-113/+23
* Changed to display NCP connection, as in conversations.Stig Bjørlykke2008-04-251-0/+4
* sort #includes by directoriesUlf Lamping2008-04-131-11/+13
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0