aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-15/+8
2011-02-08Fix compilation problem for GTK+ < 2.18Stephen Fisher1-2/+2
2011-02-08Build with pre-2.18 GTK+es.Guy Harris1-2/+8
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...Stephen Fisher1-45/+213
2010-09-02Add commentsAnders Broman1-9/+24
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-08-11Remove 1K line limit when saving a flow graph to a file;Bill Meier1-62/+50
2010-07-30Minor code cleanup:Bill Meier1-115/+68
2009-11-16Remove debug code.Jaap Keuter1-26/+18
2009-11-15From Alejandro Vaquero:Anders Broman1-72/+134
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-10/+0
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-0/+2
2009-08-17Change window_new() to dlg_window_new() and destroy the window with the top l...Jaap Keuter1-5/+3
2009-08-12Restore the formatting of the saved graph.Jaap Keuter1-2/+2
2009-06-01flow_graph & etc: rework graph "save as" slightly:Bill Meier1-27/+56
2009-04-16More Win64 fixes.Gerald Combs1-6/+5
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-2/+2
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-2/+1
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-18/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-29Fix for bug 1854:Jaap Keuter1-10/+32
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