aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rlc_lte_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-25When drawing the line elements, only call gdk_cairo_set_source_color()Martin Mathieson1-11/+27
2012-07-25When zooming in, never subdivide whole numbers on the Y axis (they areMartin Mathieson1-17/+25
2012-07-24Don't leak the graph (or skip a graph refnum) if single RLC channel notMartin Mathieson1-4/+7
2012-07-22Fix horizontal line that gets drawn from the last ACK to the r.h. edgeMartin Mathieson1-1/+1
2012-07-22Delete stray debug printf() call left in last commit.Martin Mathieson1-2/+0
2012-07-21Don't scale sequence numbers back to 0 (like TCP does). I want to seeMartin Mathieson1-25/+36
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-1/+1
2012-07-14Sanity checks to avoid a crash if no file is openPascal Quantin1-1/+5
2012-07-13Add some comments, remove more left-overs from tcp_graph.c.Martin Mathieson1-26/+13
2012-07-11Speed up line drawing by no longer creating and destroying a cairo_tMartin Mathieson1-27/+43
2012-07-10Trivial indentation fixes.Martin Mathieson1-26/+23
2012-07-10From Evan Huus:Guy Harris1-15/+1
2012-07-10Add a sequence graph for LTE RLC channels under Telephony | LTE.Martin Mathieson1-0/+2662