aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman2011-07-141-3/+3
* Fix more tooltips.Anders Broman2011-07-121-3/+2
* GTK3 fixes:Jörg Mayer2011-06-201-0/+3
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-071-15/+8
* Fix compilation problem for GTK+ < 2.18Stephen Fisher2011-02-081-2/+2
* Build with pre-2.18 GTK+es.Guy Harris2011-02-081-2/+8
* More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...Stephen Fisher2011-02-081-45/+213
* Add commentsAnders Broman2010-09-021-9/+24
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-1/+0
* Remove 1K line limit when saving a flow graph to a file;Bill Meier2010-08-111-62/+50
* Minor code cleanup:Bill Meier2010-07-301-115/+68
* Remove debug code.Jaap Keuter2009-11-161-26/+18
* From Alejandro Vaquero:Anders Broman2009-11-151-72/+134
* Removed some unused variables and unused assignments.Stig Bjørlykke2009-11-101-10/+0
* Add #include <stdio.h> in a few more places for Solaris.Bill Meier2009-08-271-0/+2
* Change window_new() to dlg_window_new() and destroy the window with the top l...Jaap Keuter2009-08-171-5/+3
* Restore the formatting of the saved graph.Jaap Keuter2009-08-121-2/+2
* flow_graph & etc: rework graph "save as" slightly:Bill Meier2009-06-011-27/+56
* More Win64 fixes.Gerald Combs2009-04-161-6/+5
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-2/+2
* From Jakub Zawadzki:Stig Bjørlykke2009-03-121-2/+1
* Use gtk_file_chooser_dialog_new().Anders Broman2009-02-221-18/+13
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-2/+2
* Fix for bug 1854:Jaap Keuter2008-10-291-10/+32
* Clean up the whitespace.Jaap Keuter2008-10-201-225/+224
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-9/+9
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-061-7/+7
* sort #includes by directoriesUlf Lamping2008-04-131-28/+19
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-18/+18
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-18/+18
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-12/+12
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-13/+13
* some minor GTK1 related code fixesUlf Lamping2008-04-091-2/+1
* remove GTK1 codeUlf Lamping2008-04-061-166/+0
* Do not redraw graph and goto frame 1 if selecting an "item" outside the listStig Bjørlykke2007-12-051-0/+1
* After taking a closer look at SVN 23089, I believe it was intended only to ad...Sake Blok2007-12-011-1/+1
* Give the flow graph window the correct title.Sake Blok2007-11-301-1/+1
* VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...Alejandro Vaquero2007-10-081-1/+7
* Fix bug #1530 this time for GTK1 builds.Stephen Fisher2007-05-301-2/+2
* Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2Stephen Fisher2007-05-301-1/+1
* Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_...Stephen Fisher2007-05-301-0/+4
* Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatStephen Fisher2007-05-291-0/+8
* Another fix to allow gtk1 to compile w/o warnings....Bill Meier2007-04-221-1/+2
* some updates to allow gtk1 to compile without warningsRonnie Sahlberg2007-04-221-4/+10
* Remove all warnings under Unix for the gtk/ directory.Stephen Fisher2007-03-241-2/+2
* voip_calls.c:Luis Ontanon2007-03-191-70/+20