summaryrefslogtreecommitdiff
path: root/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-2/+12
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-9/+9
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke1-160/+160
2010-10-03Add the missing "... or not Selected".Stig Bjørlykke1-0/+22
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-347/+0
2010-08-20Fix indentation.Anders Broman1-1/+1
2010-08-19Fixed the popup menu table:Stig Bjørlykke1-19/+19
2010-08-19Switch over to use the GUIManager(can be turned of by a #define).Anders Broman1-0/+1308
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-07-23(Trivial) Use enum definitions instead of numbers in a switch statement;Bill Meier1-220/+220
2010-06-25UTF-8-ize a bunch more arrows. If IE6 on XP can render them then theyGerald Combs1-150/+151
2010-06-23Add the "Follow Stream" button to the TCP conversations and UDP conversationsStig Bjørlykke1-46/+62
2010-06-23Added a "Follow Stream" button to the conversations dialog.Stig Bjørlykke1-2/+74
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-30/+26
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-4/+0
2009-10-09From Didier Gautheron:Anders Broman1-2/+3
2009-10-09From Didier Gautheron:Anders Broman1-49/+28
2009-10-08From Didier Gautheron:Anders Broman1-6/+11
2009-10-06From : Didier GautheronAnders Broman1-417/+605
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-14/+14
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-2/+5
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-4/+4
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-814/+809
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-4/+8
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-2/+1
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-107/+16
2008-04-13sort #includes by directoriesUlf Lamping1-12/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-320/+318
2008-04-11first 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-318/+318
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-15/+15
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-5/+75
2008-02-11Avoid double space in filter when creating from conversations and endpoints.Stig Bjørlykke1-9/+9
2008-02-08Added SCTP Endpoints table.Stig Bjørlykke1-22/+35
2007-12-09Add macros for various filter actions, types, and directions, and toGuy Harris1-212/+212
2007-12-04Do not create an illegal filter when having an empty display filter andStig Bjørlykke1-4/+16
2007-12-04Clean up indentation.Guy Harris1-5/+5
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs1-61/+199
2007-11-10Apply yet another set of the optimization patches:Anders Broman1-5/+5
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-12/+12
2007-05-29From David Howells :Sebastien Tandel1-3/+3
2007-03-25From Jon SmirlRonnie Sahlberg1-0/+6
2006-12-29Fix for bug #1278: Stephen Fisher1-2/+8
2006-10-17from Stephen Fisher:Ulf Lamping1-2/+2