aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_table.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-854/+0
2011-08-08Don't include color.hAnders Broman1-1/+0
2011-08-07Expand summary column. Fixed bug 6209.Chris Maynard1-3/+7
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-4/+2
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-1/+0
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-2/+0
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman1-2/+2
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman1-2/+2
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-0/+4
2010-11-28Partially clean up white space.Guy Harris1-104/+104
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke1-20/+21
2010-08-30Remove the depricated GtkItemFactory code.Anders Broman1-110/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-54/+53
2010-08-24Make the expert filter popup behave as in filter_utils.Anders Broman1-10/+4
2010-08-24Change the wording in the menu.Anders Broman1-6/+7
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier1-7/+4
2010-08-20Remove a comment.Anders Broman1-1/+0
2010-08-19Use better naming.Anders Broman1-55/+55
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-2/+2
2010-08-10Switch to GtkUIManager in stead of the deprecated GtkItemFactory.Anders Broman1-0/+11
2010-08-10- Fix a crash when an entry in the popup menue is selected and thereAnders Broman1-54/+92
2010-08-09Update the experimental code to use the UI manager.Anders Broman1-31/+79
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-06-13Add Copy (to clipboard) to expert item popup menu.Martin Mathieson1-1/+16
2009-10-05Prepare to change GtkItemFactory to GtkUIManager.Anders Broman1-0/+156
2009-09-29Rewrite some local variable names to avoid function argument names.Stig Bjørlykke1-4/+4
2009-09-13'function' : different 'const' qualifiersAnders Broman1-1/+1
2009-09-09Be consistent use and g_string_chunk_insert_const() in stead ofAnders Broman1-3/+3
2009-09-02 Didier Gautheron:Anders Broman1-59/+95
2009-08-26From Didier Gautheron:Anders Broman1-31/+23
2009-08-24From Didier Gautheron:Anders Broman1-4/+32
2009-08-24Use list_store isf deprecated clist.Anders Broman1-0/+13
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam1-2/+4
2009-08-22expert_comp_table.c: Minor cleanupAnders Broman1-6/+8
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-1/+2
2009-08-19From Didier Gautheron:Anders Broman1-103/+81
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-05-19expert_comp: Fix some memory leaks (several non-trivial);Bill Meier1-22/+42
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-13/+13
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-4/+4
2009-01-18Set the packet details counter column to 1, as it's one expert info per packet.Jaap Keuter1-0/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-17- Don't create illegal filter from context menu.Stig Bjørlykke1-56/+37
2008-04-13sort #includes by directoriesUlf Lamping1-10/+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-49/+49
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-1/+1
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-69/+69
2008-04-09Remove:Anders Broman1-4/+0
2008-04-06remove GTK1 codeUlf Lamping1-262/+0