Releases: wxMaxima-developers/wxmaxima
Releases · wxMaxima-developers/wxmaxima
wxMaxima 19.05.3
Only minor changes, but as maxima is about to be released I wanted to get the last corrections into the Windows installer:
- Corrected the autowrap line width for high zoom factors
- Added a few missing "Update the user interface" events
wxMaxima 19.05.1
- Sometimes the auto-evaluation of the worksheet auto-triggered
- Support for broken locales that for valid non-ascii chars returned
isprint()= false - Corrected reading font sizes from styles and configuring styles.
wxMaxima 19.05.1
- Fixes for various combinations of GTK and wxWidgets versions
- A working Mac version
- A few Windows bug Fixes
- Big performance improvements.
wxMaxima 19.05.0
- Another ArchLinux displaying issue
- More GTK3 compatibility
- Resolved a windows hang
- Better Dark Mode compatibility
- Performance improvements and bugfixes
- Many code optimizations.
wxMaxima 19.04.3
wxMaxima now informs maxima which front-end is in use.
wxMaxima 19.04.2
- Corrected the size of error messages
- A "Copy to mathlab"-feature.
- Maxima now delays interpreting the data from maxima until it encounters
a newline or an Timer expires. - EMF output no no more causes crashes and strange behaviour.
- RTF output should now work again
- entermatrix() now works again.
- Better help file detection on MS Windows.
wxMaxima 19.04.1
Corrected the size of error messages.
wxMaxima 19.04.0
- The cursor width now is taken from the current screen
- Autocompletion sometimes cleared the result after inputting it
- Added more commands to autocompletion
- Spanish and italian translation updates
- We no more need to re-implement maxima's load() routine.
Instead we call the original one now. - Animations now on load remember which slide they stopped at.
- A more error-proof language selection.
- If the system looks like it uses UTF8 by default the locale name
that is passed to maxima now ends in ".UTF8" which should resolve
the "setting locale failed" errors from maxima. - Corrected the initial size of error messages.
- Many additional bug fixes
- Code cleanups
wxMaxima 19.03.1
- HighDPI fixes for ArchLinux, Windows and SuSE
- Resolved crashes on RedHat and MS Windows
- SBCL's compilation messages now appear in the status bar, not
in the worksheet. - Removed an unneeded "maxima has finished calculating" on startup.
- Many small bug fixes.
- wxWidgets >= 3.1.0: Corrected the toolbar icon size.
wxMaxima 19.03.0
- The ESC sequences for inputting symbols now use autocompletion.
- Use wxAutoBufferedPaintDC for drawing the worksheet instead of
implementing our own version of it. - Work around a bug in the Gentoo compiler
- Help path lookup fpr ArchLinux
- Corrected the help path lookup for MS Windows
- Many bug fixes.