An error occurred fetching the project authors.
- 05 Dec, 2016 2 commits
-
-
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).
-
Cedric Roux authored
It's like a label but with fixed dimensions and maximum characters' capacity at creation time.
-
- 01 Dec, 2016 1 commit
-
-
Cedric Roux authored
-
- 30 Nov, 2016 1 commit
-
-
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.
-
- 25 Nov, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 27 Jul, 2016 1 commit
-
-
Cedric Roux authored
to scroll by only one line, hold CONTROL key and scroll with mouse wheel
-
- 09 Jun, 2016 1 commit
-
-
Cedric Roux authored
-
- 04 Jun, 2016 1 commit
-
-
Cedric Roux authored
-
- 25 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 24 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
many assumptions about X backed were made, to be refined if does not work properly in some setups
-
- 23 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 19 May, 2016 4 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 17 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 15 May, 2016 1 commit
-
-
Cedric Roux authored
requires those optimizations
-
- 13 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
is zero in get_dimensions for xy_plot
-
- 12 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 11 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 10 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 09 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 04 May, 2016 7 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
click at x/y refers to the toplevel window and the widget knows its own x/y position, so let's keep the x/y of the click as is and let the down widget handle translation by itself something like that
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
view "textlist" becomes "view_textlist" (this one may change at some point)
-
- 03 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 02 May, 2016 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
when too much data has been sent to the text list view, way too much GUI processing is done, let's batch-process the changes and then tell the GUI that something has changed
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-