summaryrefslogtreecommitdiff
path: root/ui/gtk/rlc_lte_graph.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-4/+6
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+1
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus1-1/+1
2013-04-13Allow zooming in on a rectangular region using left mouse.Martin Mathieson1-6/+224
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-06Use explicit casts.Anders Broman1-11/+11
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" cross-hai...Anders Broman1-26/+0
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-16Show resegmented data as grey.Martin Mathieson1-21/+41
2013-01-16General cleanup: whitespace, parens & etc.Bill Meier1-150/+149
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-27/+27
2012-12-16Don't cast away constness of passed-in tap structs.Martin Mathieson1-2/+2
2012-12-05Choose direction properly if launching graph based upon channel ofMartin Mathieson1-1/+2
2012-11-28- Allocate the correct number of elements to drawMartin Mathieson1-95/+94
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-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson1-18/+57
2012-10-10Take a deep copy of the tap struct in the tap function, as it is notMartin Mathieson1-1/+4
2012-10-06Use ellipses rather than crosses made from lines to show data points,Martin Mathieson1-84/+105
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-23Rationalise the way lists/elements are allocated.Martin Mathieson1-4/+6
2012-08-19Both lists of elements are always allocated together, so save a scanMartin Mathieson1-5/+4
2012-08-19Speed up drawing of axes by taking cairo_stroke() andMartin Mathieson1-12/+4
2012-08-11Allow Page Up and Page Down to be used when zoomed in.Martin Mathieson1-1/+11
2012-08-11Also place a limit on how far we can zoom in horizonally (no point inMartin Mathieson1-3/+4
2012-08-11When a graph is launched based upon an AM status PDU, make it for theMartin Mathieson1-1/+8
2012-08-09RLC: when zooming, use shift and control keys to lock vertical orMartin Mathieson1-17/+70
2012-08-08It handles GDK_DISABLE_DEPRECATEDAnders Broman1-4/+0
2012-08-07Fix a test to avoid the cross leaving a line behind at the top of theMartin Mathieson1-2/+2
2012-08-07Don't add 0.5 to coordinates used for drawing the cross. Was goingMartin Mathieson1-4/+4
2012-08-07Redo the cross drawing/erasing.Martin Mathieson1-56/+62
2012-08-05Add right mouse button grab/moving feature (from tcp_graph.c).Martin Mathieson1-9/+56
2012-08-05Add cross-hairs here too. Draw lines, but don't change mouse cursor.Martin Mathieson1-20/+149
2012-08-02Cast event->x and event->y to int to avoid warnings seen on WindowsMartin Mathieson1-2/+2
2012-08-02The keyboard and mouse zoom functions were almost identical - use aMartin Mathieson1-78/+38
2012-07-30Zoom in/out more slowly, and don't redefine zoom struct.Martin Mathieson1-21/+15
2012-07-30Put back the configure_event() handler - it is needed for handlingMartin Mathieson1-0/+61
2012-07-30Try to unbreak the build.Martin Mathieson1-2/+2
2012-07-30Remove yet more unneeded remnants from tcp_graph.cMartin Mathieson1-133/+27
2012-07-29Just let cairo clip lines to the edge of the visible graph area.Martin Mathieson1-19/+7
2012-07-29Tidy up help window, and get rid of a compile-time option to preserveMartin Mathieson1-60/+33
2012-07-29Set maximum zoom on Y axis based upon bounds, so works better if thereMartin Mathieson1-15/+16
2012-07-28Simply #ifdefs slightly in the graph code.Evan Huus1-2/+1
2012-07-27More cleaning up of unused remnants from tcp_graph.c.Martin Mathieson1-81/+17
2012-07-26Limit zoom vertically to around 90 pixels / sequence number.Martin Mathieson1-11/+28
2012-07-25Remove handlers for a couple of events we're not interested in.Martin Mathieson1-24/+5
2012-07-25Only call cairo_stroke() when the colour changes, and at the end of theMartin Mathieson1-1/+4