aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-22some updates to allow gtk1 to compile without warningssahlberg1-4/+10
2007-03-24Remove all warnings under Unix for the gtk/ directory.sfisher1-2/+2
2007-03-19voip_calls.c:lego1-70/+20
2007-02-19Squelch a couple (false) uninitialized variable warningsmorriss1-1/+1
2007-01-20from Stephen Fisher:ulfl1-1/+1
2006-10-11When dumping the graph data to a file, don't walk past the end of a buffer.gerald1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-0/+3
2006-03-14From Laurent Rabret, etxrab1-20/+12
2006-03-09From Laurant Rabret:jake1-12/+20
2006-03-08Fix left open file (coverity CID 108) and g_string leak. Clean up double widt...jake1-13/+14
2006-02-23From Alejandro Vaquero:etxrab1-2/+0
2006-02-21I commented out this a while ago as they caused a crash in GTK2.8/cairo on my...lego1-12/+0
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-0/+14
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-2/+3
2005-10-03From Alejandro Vaquero:etxrab1-9/+43
2005-09-21Free our flow graph strings when we're done with them. Add a note aboutgerald1-0/+11
2005-09-21In an attempt to fix bug 396, switch over to GStrings. There still appearsgerald1-827/+805
2005-09-13From Alejandro Vaquero.etxrab1-54/+68
2005-08-24From Graeme Hewsonsahlberg1-2/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-3/+3
2005-07-24From Alejandro Vaquero:lego1-1/+4
2005-07-19Avoid the selected item been white on white by making all analysis widows col...lego1-4/+5
2005-07-18GTK 1.2 does not define the macro GDK_IS_DRAWABLE which made compilation of...sahlberg1-0/+10
2005-07-17From Francisco Alcobalego1-176/+259
2005-07-05From Alejandro Vaqueroetxrab1-8/+17
2005-06-26From Alejandro, fix for GTK1 graph_analysis issue.sahlberg1-0/+3
2005-06-07From Alejandro Vaquero:etxrab1-24/+17
2005-06-06From Alejandro Vaquero:etxrab1-268/+397
2005-05-28prevent unused function warningulfl1-0/+2
2005-05-27GdKEventScroll is not available in GTK-1.2sahlberg1-1/+7
2005-05-26fix #203: the scroll event handler used an inappropriate implementation to ge...ulfl1-5/+10
2005-04-13From Francisco Alcoba:lroland1-34/+34
2005-04-07From Francisco Alcobasahlberg1-6/+388
2005-03-07From Alejandro Vaqero:lego1-2/+5
2005-03-01From Alejandro Vaquero:lego1-37/+131
2005-02-24By Francisco Alcoba:lroland1-19/+32
2005-02-24From Alejandro Vaquerolego1-3/+9
2005-02-22prevent messages like "Couldn't load font x, falling back to y", see comment ...ulfl1-2/+5
2005-02-21From Alejandro Vaquerolego1-1/+66
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...lroland1-27/+0
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-1/+1
2005-02-02Get rid of an unused typedef.guy1-3/+0
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.guy1-1/+1
2005-02-02Clean up white space.guy1-11/+7
2005-02-01add packet-sdp.hlroland1-1/+1
2005-02-01From Alejandro Vaquero:lroland1-0/+1009