An error occurred fetching the project authors.
  1. 05 Dec, 2016 2 commits
    • 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
    • Cedric Roux's avatar
      T: add widget 'textarea' · bff8e40d
      Cedric Roux authored
      It's like a label but with fixed dimensions and maximum
      characters' capacity at creation time.
      bff8e40d
  2. 25 Nov, 2016 1 commit
  3. 24 May, 2016 1 commit
    • Cedric Roux's avatar
      image widget · d08a2b1a
      Cedric Roux authored
      many assumptions about X backed were made, to be refined if does not
      work properly in some setups
      d08a2b1a
  4. 23 May, 2016 1 commit
  5. 19 May, 2016 1 commit
  6. 12 May, 2016 1 commit
  7. 09 May, 2016 1 commit
  8. 04 May, 2016 3 commits
  9. 02 May, 2016 1 commit
  10. 29 Apr, 2016 3 commits
  11. 28 Apr, 2016 1 commit
  12. 11 Apr, 2016 2 commits