aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3
2006-03-14From Laurent Rabret, Anders Broman1-20/+12
2006-03-09From Laurant Rabret:Jaap Keuter1-12/+20
2006-03-08Fix left open file (coverity CID 108) and g_string leak. Clean up double widt...Jaap Keuter1-13/+14
2006-02-23From Alejandro Vaquero:Anders Broman1-2/+0
2006-02-21I commented out this a while ago as they caused a crash in GTK2.8/cairo on my...Luis Ontanon1-12/+0
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-0/+14
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-2/+3
2005-10-03From Alejandro Vaquero:Anders Broman1-9/+43
2005-09-21Free our flow graph strings when we're done with them. Add a note aboutGerald Combs1-0/+11
2005-09-21In an attempt to fix bug 396, switch over to GStrings. There still appearsGerald Combs1-827/+805
2005-09-13From Alejandro Vaquero.Anders Broman1-54/+68
2005-08-24From Graeme HewsonRonnie Sahlberg1-2/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-3/+3
2005-07-24From Alejandro Vaquero:Luis Ontanon1-1/+4
2005-07-19Avoid the selected item been white on white by making all analysis widows col...Luis Ontanon1-4/+5
2005-07-18GTK 1.2 does not define the macro GDK_IS_DRAWABLE which made compilation of...Ronnie Sahlberg1-0/+10
2005-07-17From Francisco AlcobaLuis Ontanon1-176/+259
2005-07-05From Alejandro VaqueroAnders Broman1-8/+17
2005-06-26From Alejandro, fix for GTK1 graph_analysis issue.Ronnie Sahlberg1-0/+3
2005-06-07From Alejandro Vaquero:Anders Broman1-24/+17
2005-06-06From Alejandro Vaquero:Anders Broman1-268/+397
2005-05-28prevent unused function warningUlf Lamping1-0/+2
2005-05-27GdKEventScroll is not available in GTK-1.2Ronnie Sahlberg1-1/+7
2005-05-26fix #203: the scroll event handler used an inappropriate implementation to ge...Ulf Lamping1-5/+10
2005-04-13From Francisco Alcoba:Lars Roland1-34/+34
2005-04-07From Francisco AlcobaRonnie Sahlberg1-6/+388
2005-03-07From Alejandro Vaqero:Luis Ontanon1-2/+5
2005-03-01From Alejandro Vaquero:Luis Ontanon1-37/+131
2005-02-24By Francisco Alcoba:Lars Roland1-19/+32
2005-02-24From Alejandro VaqueroLuis Ontanon1-3/+9
2005-02-22prevent messages like "Couldn't load font x, falling back to y", see comment ...Ulf Lamping1-2/+5
2005-02-21From Alejandro VaqueroLuis Ontanon1-1/+66
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...Lars Roland1-27/+0
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-02-02Get rid of an unused typedef.Guy Harris1-3/+0
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.Guy Harris1-1/+1
2005-02-02Clean up white space.Guy Harris1-11/+7
2005-02-01add packet-sdp.hLars Roland1-1/+1
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+1009