Wireshark-commits: [Wireshark-commits] rev 45336: /trunk/ui/gtk/ /trunk/ui/gtk/: rlc_lte_graph.c
Date: Sat, 06 Oct 2012 00:56:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45336

User: martinm
Date: 2012/10/05 05:56 PM

Log:
 Use ellipses rather than crosses made from lines to show data points,
 and no longer connect the data points with lines.
 
 Because this is slower than before, increase the zoom multipler.
 
 The (very) slow part is filling in the circles - using
 cairo_set_tolerance() with 1.0 doesn't do anti-aliasing but looks good
 enough (halfing the time for this operation).

Directory: /trunk/ui/gtk/
  Changes    Path               Action
  +105 -84   rlc_lte_graph.c    Modified