aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-09Fix locale problem with "Rel Start" time, both with display and copy to CSV, ...Chris Maynard1-6/+2
2011-08-23From Gisle Vanem via http://www.wireshark.org/lists/wireshark-dev/201108/msg0...Chris Maynard1-0/+3
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-12/+2
2011-07-13make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer1-1/+1
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-50/+0
2011-06-23Whitespace cleanup ...Bill Meier1-393/+393
2011-06-20One small step towards fixing outdated GtkTooltips.Stig Bjørlykke1-3/+39
2011-06-10Seemingly this is needed to...Anders Broman1-2/+2
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman1-1/+1
2011-04-30Use correct signature on callbacks.Anders Broman1-288/+288
2011-04-21Revert the previous commit, I was confused :-)Anders Broman1-1/+1
2011-04-21Add a cast as there seems to be a problem on some sytemsAnders Broman1-1/+1
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