aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-13Zoom in on a rectangle chosen by clicking and dragging the left mouseMartin Mathieson1-68/+244
2012-11-12Initialise a variable and try to make the OSX-10.6-x64 buildbot happy.Martin Mathieson1-1/+1
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-4/+69
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson1-42/+82
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-3/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-10-10Copy of tap details needed to be a little bit deeper.Martin Mathieson1-1/+5
2012-10-10Take a deep copy of the tap struct in the tap function, as it is notMartin Mathieson1-1/+4
2012-10-06Fix some indentation, add missing braces, and don't bother callingMartin Mathieson1-21/+19
2012-10-03When drawing an axis, only call cairo_stroke once all lines are drawn.Martin Mathieson1-8/+4
2012-10-03Submit Jacub's fix for bug 7771 (hanging while drawing graph types thatMartin Mathieson1-2/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-09RLC: when zooming, use shift and control keys to lock vertical orMartin Mathieson1-0/+6
2012-08-08Fix a couple of problems with the common zooming function.Martin Mathieson1-3/+10
2012-08-08Remove cosshair cursorAnders Broman1-60/+3
2012-08-08Use a common function for doing zoom (shared by mouse and keyboard).Martin Mathieson1-73/+26
2012-08-07Do the cross like it is in rlc_lte_graph.c, i.e. by just drawing blackMartin Mathieson1-38/+31
2012-08-07It should now compile with GDK_DISABLE_DEPRECATEDAnders Broman1-4/+0
2012-08-05Reset a flag when restore to original view, again to avoid leaving aMartin Mathieson1-0/+4
2012-08-05When the graph has been redrawn (after resize or move), set theMartin Mathieson1-1/+4
2012-08-04GTK3 still failing. Fix a typo.Martin Mathieson1-1/+1
2012-08-04GTK 3 is broken. This time, pass in GtkWidget* to get_mouse_position().Martin Mathieson1-16/+16
2012-08-04Try to enable the line crosshairs again.Martin Mathieson1-56/+34
2012-08-04Oops, seems that the cross-hair code uses the deprecatedMartin Mathieson1-1/+1
2012-08-04Add the cross-hairs back, can switch off again if doesn't work on allMartin Mathieson1-6/+15
2012-08-02Make the #define USE_CROSSHAIR_CURSOR 0 codepath compile.Anders Broman1-3/+12
2012-08-02Don't bother sorting the x & y order of the points in a line beforeMartin Mathieson1-10/+0
2012-07-29Don't try to clip the line to the outside of the visible area - letMartin Mathieson1-10/+10
2012-07-28Simply #ifdefs slightly in the graph code.Evan Huus1-5/+3
2012-07-28Further speed up drawing of the element list by:Martin Mathieson1-8/+31
2012-07-25Don't increase refnum unless graph is created. Also, don't allocateMartin Mathieson1-3/+4
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-1/+1
2012-07-16Don't create and destroy a cairo context for each line and ellipse whenMartin Mathieson1-30/+10
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04C++ -> C-style commentsPascal Quantin1-2/+2
2012-06-04Make it possible to build with GTK3 on WindowsAnders Broman1-4/+30
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+4
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-0/+1
2012-04-24Add missing ";"Anders Broman1-2/+2
2012-04-23Get it compiling...Michael Tüxen1-21/+24
2012-04-23Use a crosshair cursor insted of the XOR thingy.Anders Broman1-33/+97
2012-04-23Fix a compile error (missing semi-colon) when building for gtk3Bill Meier1-1/+1
2012-04-23g_object_unref(cursor) craches pre GTK 3.0 protect it withAnders Broman1-1/+5
2012-04-22Use g_object_unrefAnders Broman1-1/+1
2012-04-21More GTK3 adaptationsAnders Broman1-3/+3
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-14/+14
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson1-16/+37
2012-02-10Delete the TH_* defines and use those from epan/dissectors/packet-tcp.h.Chris Maynard1-7/+0
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+4608