aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Clean up the whitespace.Jaap Keuter1-225/+224
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-9/+9
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-7/+7
2008-04-13sort #includes by directoriesUlf Lamping1-28/+19
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-18/+18
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-18/+18
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-12/+12
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-13/+13
2008-04-09some minor GTK1 related code fixesUlf Lamping1-2/+1
2008-04-06remove GTK1 codeUlf Lamping1-166/+0
2007-12-05Do not redraw graph and goto frame 1 if selecting an "item" outside the listStig Bjørlykke1-0/+1
2007-12-01After taking a closer look at SVN 23089, I believe it was intended only to ad...Sake Blok1-1/+1
2007-11-30Give the flow graph window the correct title.Sake Blok1-1/+1
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...Alejandro Vaquero1-1/+7
2007-05-30Fix bug #1530 this time for GTK1 builds.Stephen Fisher1-2/+2
2007-05-30Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2Stephen Fisher1-1/+1
2007-05-30Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_...Stephen Fisher1-0/+4
2007-05-29Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatStephen Fisher1-0/+8
2007-04-22Another fix to allow gtk1 to compile w/o warnings....Bill Meier1-1/+2
2007-04-22some updates to allow gtk1 to compile without warningsRonnie Sahlberg1-4/+10
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-2/+2
2007-03-19voip_calls.c:Luis Ontanon1-70/+20
2007-02-19Squelch a couple (false) uninitialized variable warningsJeff Morriss1-1/+1
2007-01-20from Stephen Fisher:Ulf Lamping1-1/+1
2006-10-11When dumping the graph data to a file, don't walk past the end of a buffer.Gerald Combs1-1/+1
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