aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-431/+0
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-8/+0
2010-10-12Define some fcns & vars as static;Bill Meier1-120/+120
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-1/+0
2009-11-05Introduce packet bytes bit view.Stig Bjørlykke1-2/+2
2009-08-06Added new_packet_list_set_font() and initialize fonts when usingStig Bjørlykke1-1/+6
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+2
2008-08-09Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke1-5/+5
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-13/+11
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
2008-04-12Some packet_list.h -> main_packet_list.h changes.Stig Bjørlykke1-1/+1
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-5/+5
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11Replace FONT_TYPE macro with PangoFontDescription.Stephen Fisher1-7/+7
2008-04-08remove GTK1 specific font handlingUlf Lamping1-6/+6
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-04-06remove GTK1 codeUlf Lamping1-360/+0
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+2
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher1-2/+2
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-5/+5
2006-05-28Ethereal->WiresharkAnders Broman1-8/+8
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-4/+6
2006-02-11font_init don't need to know if running as a capture_child, this will simply ...Ulf Lamping1-17/+1
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-0/+1
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris1-1/+5
2004-12-29move global capture_child flag into capture_optionsUlf Lamping1-6/+1
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-4/+4
2004-07-25From Lars Roland: <epan/packet.h> has to be included before <windows.h>Guy Harris1-1/+2
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-0/+807