Removed unused argument to new_packet_list_copy_summary_cb().
[obnox/wireshark/wip.git] / gtk / expert_comp_table.c
2011-08-08 etxrabDon't include color.h
2011-08-07 cmaynardExpand summary column. Fixed bug 6209.
2011-07-21 jmayerCreate a file containing macros to provide the access...
2011-07-11 geraldMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-07-11 geraldRemaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION...
2011-06-17 etxrabAdd the correct casts to make it compile on some old...
2011-06-09 etxrabAdd casts to make it compile on some old ERHL box.
2011-02-07 sfisherAnd even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 prepa...
2010-11-28 guyPartially clean up white space.
2010-10-03 stigUse UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.
2010-08-30 etxrabRemove the depricated GtkItemFactory code.
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-24 etxrabMake the expert filter popup behave as in filter_utils.
2010-08-24 etxrabChange the wording in the menu.
2010-08-23 wmeier(Minor) Cleanup signal callbak signatures and related:
2010-08-20 etxrabRemove a comment.
2010-08-19 etxrabUse better naming.
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-08-10 etxrabSwitch to GtkUIManager in stead of the deprecated GtkIt...
2010-08-10 etxrab- Fix a crash when an entry in the popup menue is selec...
2010-08-09 etxrabUpdate the experimental code to use the UI manager.
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-06-13 martinmAdd Copy (to clipboard) to expert item popup menu.
2009-10-05 etxrabPrepare to change GtkItemFactory to GtkUIManager.
2009-09-29 stigRewrite some local variable names to avoid function...
2009-09-13 etxrab'function' : different 'const' qualifiers
2009-09-09 etxrabBe consistent use and g_string_chunk_insert_const(...
2009-09-02 etxrab Didier Gautheron:
2009-08-26 etxrabFrom Didier Gautheron:
2009-08-24 etxrabFrom Didier Gautheron:
2009-08-24 etxrabUse list_store isf deprecated clist.
2009-08-23 krjFrom Didier gautheron via bug 3929:
2009-08-22 etxrabexpert_comp_table.c: Minor cleanup
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-19 etxrabFrom Didier Gautheron:
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-05-19 wmeierexpert_comp: Fix some memory leaks (several non-trivial);
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-12 stigFrom Jakub Zawadzki:
2009-01-18 jakeSet the packet details counter column to 1, as it's...
2008-08-26 wmeier#include <emem.h> not req'd
2008-05-17 stig- Don't create illegal filter from context menu.
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 sahlbergadd missing braces to unbreak the build
2008-04-11 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 ulflreplace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY...
2008-04-09 etxrabRemove:
2008-04-06 ulflremove GTK1 code
2007-12-09 guyAdd extra parenthesization, tweak name of argument...
2007-12-04 guyAdd macros for various filter actions and types, and...
2007-12-04 guyMore whitespace cleanup.
2007-12-04 guyClean up indentation.
2007-12-03 guyClean up indentation.
2007-12-02 ulflfix bug #1594: compositions must be differentiated...
2007-11-28 sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-07-16 morrissFix a couple "cast to pointer from integer of different...
2007-05-29 standelFrom David Howells :
2007-04-20 sfisherFix bug #1547: Expert Info Composite column "Count...
2007-02-19 morrissSquelch a few unused parameter warnings.
2007-01-22 sfisherFix various compiler warnings
2006-12-11 guyWe only need to add the tree view to its containing...
2006-11-27 sahlbergg_strdup takes one parameter not two
2006-11-27 sahlbergremove unused variable: tooltips
2006-11-24 guyHave separate proto_construct_match_selected_string...
2006-11-23 guyRename proto_construct_dfilter_string() to
2006-10-17 ulflfrom Stephen Fisher:
2006-08-31 ulflmove value_strings from expert_dialogs into expert...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-05-15 guyClean up indentation.
2006-05-04 etxrabFrom Greg Morris:
2006-03-19 guyGet rid of extra arguments in g_strdup_printf() calls...
2006-03-02 etxrabFrom Greg Morris:
2006-01-20 jakeCleaning up copy to CSV code
2005-11-25 ulflfix a simple GTK1 warning
2005-11-25 ulflfrom Greg Morris: