An error occurred fetching the project authors.
  1. 03 Apr, 2019 1 commit
  2. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  3. 30 Jul, 2018 1 commit
  4. 25 Jun, 2018 1 commit
  5. 14 Aug, 2017 1 commit
  6. 05 Dec, 2016 1 commit
    • Cedric Roux's avatar
      T: some work on XY plot · 5b6a83fc
      Cedric Roux authored
      - change paint function:
        when the XY plot is resized we scale. Previously
        the last range was put in the middle of the new range
        (say when we increase the size).
        We may get aspect ratio changes if the resize is not identical
        vertically and horizontally, but I think this behaviour is more
        'natural'.
      - fix a bug:
        the last horizontal tick label was printed to far on the right,
        out of the bouding box of the XY plot. This is not totally fixed
        in the case the label is larger than the XY plot. Now the part
        out of the bounding box will be printed on the left. No big deal,
        make the plot big enough. (Before, even if big enough you had a
        problem.)
      - add a new vertical tick display, to be used for throughput mostly.
        See in enb.c the difference between 'input signal' and throughput
        plots (those throughput plots will come in later commits).
      5b6a83fc
  7. 01 Dec, 2016 1 commit
  8. 30 Nov, 2016 1 commit
    • Cedric Roux's avatar
      T: bugfix: vertical tick was off by 1 pixel · cbc2164e
      Cedric Roux authored
      The problem was visible when DL MCS was set to 20
      (do a ping -c 192.172.0.1 -i0.2 to get it). The dots
      were not plotted at the exact line of the tick mark.
      
      Not sure the fix is always correct.
      
      No big deal anyway.
      cbc2164e
  9. 25 Nov, 2016 1 commit
  10. 25 May, 2016 1 commit
  11. 13 May, 2016 1 commit
  12. 11 May, 2016 1 commit
  13. 10 May, 2016 2 commits
  14. 09 May, 2016 1 commit
  15. 02 May, 2016 1 commit
  16. 12 Apr, 2016 1 commit
  17. 11 Apr, 2016 3 commits