aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_table.c
Commit message (Expand)AuthorAgeFilesLines
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-1/+0
* Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs2011-07-111-2/+0
* Add the correct casts to make it compile on some old ERHL box.Anders Broman2011-06-171-2/+2
* Add casts to make it compile on some old ERHL box.Anders Broman2011-06-091-2/+2
* And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher2011-02-071-0/+4
* Partially clean up white space.Guy Harris2010-11-281-104/+104
* Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke2010-10-031-20/+21
* Remove the depricated GtkItemFactory code.Anders Broman2010-08-301-110/+1
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-54/+53
* Make the expert filter popup behave as in filter_utils.Anders Broman2010-08-241-10/+4
* Change the wording in the menu.Anders Broman2010-08-241-6/+7
* (Minor) Cleanup signal callbak signatures and related:Bill Meier2010-08-231-7/+4
* Remove a comment.Anders Broman2010-08-201-1/+0
* Use better naming.Anders Broman2010-08-191-55/+55
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-2/+2
* Switch to GtkUIManager in stead of the deprecated GtkItemFactory.Anders Broman2010-08-101-0/+11
* - Fix a crash when an entry in the popup menue is selected and thereAnders Broman2010-08-101-54/+92
* Update the experimental code to use the UI manager.Anders Broman2010-08-091-31/+79
* (Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier2010-07-301-1/+1
* Add Copy (to clipboard) to expert item popup menu.Martin Mathieson2010-06-131-1/+16
* Prepare to change GtkItemFactory to GtkUIManager.Anders Broman2009-10-051-0/+156
* Rewrite some local variable names to avoid function argument names.Stig Bjørlykke2009-09-291-4/+4
* 'function' : different 'const' qualifiersAnders Broman2009-09-131-1/+1
* Be consistent use and g_string_chunk_insert_const() in stead ofAnders Broman2009-09-091-3/+3
* Didier Gautheron:Anders Broman2009-09-021-59/+95
* From Didier Gautheron:Anders Broman2009-08-261-31/+23
* From Didier Gautheron:Anders Broman2009-08-241-4/+32
* Use list_store isf deprecated clist.Anders Broman2009-08-241-0/+13
* From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2009-08-231-2/+4
* expert_comp_table.c: Minor cleanupAnders Broman2009-08-221-6/+8
* Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam2009-08-211-1/+2
* From Didier Gautheron:Anders Broman2009-08-191-103/+81
* Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2009-08-091-1/+1
* expert_comp: Fix some memory leaks (several non-trivial);Bill Meier2009-05-191-22/+42
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-13/+13
* From Jakub Zawadzki:Stig Bjørlykke2009-03-121-4/+4
* Set the packet details counter column to 1, as it's one expert info per packet.Jaap Keuter2009-01-181-0/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* - Don't create illegal filter from context menu.Stig Bjørlykke2008-05-171-56/+37
* sort #includes by directoriesUlf Lamping2008-04-131-10/+14
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* add missing braces to unbreak the buildRonnie Sahlberg2008-04-111-49/+49
* second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-1/+1
* replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping2008-04-111-69/+69
* Remove:Anders Broman2008-04-091-4/+0
* remove GTK1 codeUlf Lamping2008-04-061-262/+0
* Add extra parenthesization, tweak name of argument to some macros toGuy Harris2007-12-091-8/+8
* Add macros for various filter actions and types, and to combine themGuy Harris2007-12-041-67/+86
* More whitespace cleanup.Guy Harris2007-12-041-8/+7
* Clean up indentation.Guy Harris2007-12-041-1/+1