Releases: wxMaxima-developers/wxmaxima
Releases · wxMaxima-developers/wxmaxima
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.
wxMaxima 19.02.2
- Corrected the GTK3 fix
- Cleaned up the cleanup process on closing wxMaxima
wxMaxima 19.02.1
- Support for the broken ArchLinux compiler
- Resolved the Crash on Closing for Mac Os
- A "File open" bug that was depending on the language setting
- Corrected scrolling on wxWidgets 3.1.3 for GTK3
wxMaxima 19.02.0
A bugfix-only release:
- Resolved a cell size recalculation bug
- Better wxWidgets 3.1.2 compatibility
- Improved performance
wxMaxima 19.01.3
- Repaired compilation on MacOs for wxWidgets 3.1.1.
- Better path detection on MS Windows
- The "-m" switch needed for the appimage
wxMaxima 19.01.2
- Corrected the size calculation for embedded images
- Corrected the line widths for the printout
wxMaxima 19.01.1
- Sometimes the vertical size of maths was overestimated
- Cmake now knows that we require wxWidgets >= 3.0
wxMaxima 19.01.0
- Many bugfixes for the display code
- The desktop integration files now adher to the newest standards
- Refactoring in order to make the code easier to understand.
- Spelling fixes
- Shipped around a wxWidgets <3.1 bug for embedding bitmaps in svg
- Many Links were updated to https
- A better help file detection that still works if there is no .hhp file.