Fix a "equality comparison with extraneous parentheses" warning found
[obnox/wireshark/wip.git] / gtk / font_utils.c
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2010-10-12 wmeierDefine some fcns & vars as static;
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-11-05 stigIntroduce packet bytes bit view.
2009-08-06 stigAdded new_packet_list_set_font() and initialize fonts...
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2008-08-09 stigRemove the "Save column widths" option so we always...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflproto_draw -> main_proto_draw
2008-04-12 stigSome packet_list.h -> main_packet_list.h changes.
2008-04-12 stigAdded an option to save column widths in the recent...
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 sfisherReplace FONT_TYPE macro with PangoFontDescription.
2008-04-08 ulflremove GTK1 specific font handling
2008-04-07 sfisher- Remove GLIB1 code
2008-04-06 ulflremove GTK1 code
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2007-09-13 sfisherStandardize filenames and function names for Follow...
2007-02-13 sfisherFrom Sebastien Tandel:
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2006-02-11 ulflfont_init don't need to know if running as a capture_ch...
2005-09-27 ulflcode cleanup: use the prefix packet_list_ for every...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-02-07 guyMake Ethereal and Tethereal compile if we're building...
2004-12-29 ulflmove global capture_child flag into capture_options
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-25 guyFrom Lars Roland: <epan/packet.h> has to be included...
2004-07-24 guyMove the color-filter related stuff out of "color.h...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h