wxmaxima:feature/KoenGu/LoadGnuplotdataThread

Last commit made on 2023-06-03
Get this branch:
git clone -b feature/KoenGu/LoadGnuplotdataThread https://git.launchpad.net/wxmaxima

Branch merges

Branch information

Name:
feature/KoenGu/LoadGnuplotdataThread
Repository:
lp:wxmaxima

Recent commits

2557f0f... by PeterPall

Don't open fsfiles in threads

aece2bd... by Wolfgang Dautermann <email address hidden>

Github workflow compile_ubuntu: Use apt-get update, not apt update.

As in the example:
https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners
"apt update" issued a warning:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

bab5aeb... by Wolfgang Dautermann <email address hidden>

Change NULL to nullptr.

I hope, that solves the compilation issue with Appveyor and
the Microsoft compiler.

7cd5ff9... by Wolfgang Dautermann <email address hidden>

Fixed the compiliation problem (hopefully correct).

SetAntialiassingDC expect a pointer (wxDC *), I assume.

0b791e7... by Wolfgang Dautermann <email address hidden>

Add a missing function.

b398977... by PeterPall

I guess that is the last cause for config dialogue crashes

6888ed6... by PeterPall

Found a method to not join no-more-running threads earlier

61108f5... by Marco Ciampa

Updated Italian translation (WIP)

abce6fb... by PeterPall

Use background threads for handling gnuplot data

376164a... by PeterPall

A means to limit the number of background threads