Xavier Leclercq

Results 35 comments of Xavier Leclercq

That file should be generated by CMake. Generate the VS projects using CMake.

I have isolated the code to dlimpexp.h. I need to change that file so that it doesn't need to rely on wxcharts_export.h.

I'm currently fixing/improving the build system but will try to have a look at this soon.

Note to self: the code in `void wxChart::DrawTooltips(wxGraphicsContext &gc)` most likely needs to check none of the tooltip edges go past the draw area of the chart. If they do...

The latest commit in main 2a53ea59a26f52598e5287c868b18a54f298eb58 has a fix for this. This should address the specific issue shown here but the fix is not complete because I need to make...