Build broken and code repository
switching to wxformbuilder v4.2.1
Merge branch 'main' into trigger
version 1.0.1
adding cmdline options
buffer use update on asynchroneous timer
adding option to stop capture when buffer is full
Merge branch 'main' into lnf
fixing issue with wxEXPAND
fixing warning message about wxEXPAND
installing example json config
locating legend on the right hand side
testing improving plots with a scrolled window
better automatic handling of plot colors
adding header line when exporting csv
code cleanup
adding icon
adding version info
updating desktop file
adding infocoords and g format to X axis
updating desktop file
Adding option to export data to csv
show buffer size during acq
correcing bug on multiple connection/disconnection with win32
suppr inet_ntoa
windows port ok
testUdpPlot imprv
testUdpPlot ok on win32
update .ignore
switching wxmathplot version
Here is a possible patch to fix this issue. Any segment is dropped if both end points are on the same side either of the top, the bottom, the left or the right.
Adding cpack generation in cmake
wip: trigger
One solution is to remove the piece of code in charge of plotting only visible segments: lines 650 to 688 of mathplot.cpp@rev102 and just keep dc.DrawLine(x0, c0, x1, c1); and UpdateViewBoundary. The drawback of this solution is that it will plot all segments even if they are not visible. I wonder if detecting the intersection between each segment and one of the window borders is very interesting because it requires a lot of computations as well. Which solution is the best?
mpFXYVector bug when vector is outside the bounding box
adding option to add transients in testUdpPlot
trigger
trigger
wip: trigger
Merge branch 'udpData_t'
protecting max buffer size, preventing deletion when getting data for plotting
setting listen port from gui
udpData buffer size config
adding class to handle capture data
Merge branch 'wxformbuilder'
adding refresh menu
adding data config examples
switching to wxformbuilder for gui building
adding desktop file
Merge branch 'main' into CMake
Merge branch 'main' into CMake
adding colors to plot colors
README update
adding curves to test data generator
error message box on config file parsing
Minor issues in CMakeLists.txt
working on cmake
adding CMake support
stop/start/refresh of data improvement
first version
CPack improvement
deleting branch
merge from evol_cmake
cmake integration complete
adding cmake support for building
New release
Please implement this feature that would be very useful. Regards Cedric