aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Fix compiler warning turned error:sfisher1-1/+1
2011-08-03- Get rid of deprecated functions.etxrab1-236/+190
2011-07-21Create a file containing macros to provide the access-functionsjmayer1-48/+3
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().etxrab1-3/+3
2011-07-12Fix more tooltips.etxrab1-3/+2
2011-06-20GTK3 fixes:jmayer1-0/+3
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-15/+8
2011-02-08Fix compilation problem for GTK+ < 2.18sfisher1-2/+2
2011-02-08Build with pre-2.18 GTK+es.guy1-2/+8
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...sfisher1-45/+213
2010-09-02Add commentsetxrab1-9/+24
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-1/+0
2010-08-11Remove 1K line limit when saving a flow graph to a file;wmeier1-62/+50
2010-07-30Minor code cleanup:wmeier1-115/+68
2009-11-16Remove debug code.jake1-26/+18
2009-11-15From Alejandro Vaquero:etxrab1-72/+134
2009-11-10Removed some unused variables and unused assignments.stig1-10/+0
2009-08-27Add #include <stdio.h> in a few more places for Solaris.wmeier1-0/+2
2009-08-17Change window_new() to dlg_window_new() and destroy the window with the top l...jake1-5/+3
2009-08-12Restore the formatting of the saved graph.jake1-2/+2
2009-06-01flow_graph & etc: rework graph "save as" slightly:wmeier1-27/+56
2009-04-16More Win64 fixes.gerald1-6/+5
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-2/+2
2009-03-12From Jakub Zawadzki:stig1-2/+1
2009-02-22Use gtk_file_chooser_dialog_new().etxrab1-18/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-29Fix for bug 1854:jake1-10/+32
2008-10-20Clean up the whitespace.jake1-225/+224
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-9/+9
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-7/+7
2008-04-13sort #includes by directoriesulfl1-28/+19
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-18/+18
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-18/+18
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-12/+12
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-13/+13
2008-04-09some minor GTK1 related code fixesulfl1-2/+1
2008-04-06remove GTK1 codeulfl1-166/+0
2007-12-05Do not redraw graph and goto frame 1 if selecting an "item" outside the liststig1-0/+1
2007-12-01After taking a closer look at SVN 23089, I believe it was intended only to ad...sake1-1/+1
2007-11-30Give the flow graph window the correct title.sake1-1/+1
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...avaquero1-1/+7
2007-05-30Fix bug #1530 this time for GTK1 builds.sfisher1-2/+2
2007-05-30Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2sfisher1-1/+1
2007-05-30Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_...sfisher1-0/+4
2007-05-29Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatsfisher1-0/+8
2007-04-22Another fix to allow gtk1 to compile w/o warnings....wmeier1-1/+2