Releases: wxMaxima-developers/wxmaxima
Releases · wxMaxima-developers/wxmaxima
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.
wxMaxima 18.12.0
A new release.
This time it doesn't contain new features, but bug fixes, notably
- Corrected the line break algorithm for printing and displaying maths and text.
- Better GTK3 compatibility for Linux
- Windows now should be aware that wxMaxima is high-DPI aware
- And the disappearing editor on some Mac OS Computers.
It also is way faster as the code that decides which parts of the screen need to be re-drawn has been made smarter.
Additionally the new release contains many code cleanups: I am aware that any code cleanup might and will introduce new bugs, but making things simpler decreases the chance of future bugs and during refacturing the code normally additional bugs are found and resolved.
wxMaxima 18.11.4
Hopefully the last try to get 18.11 out: Speeding up the display by not trying to display things that aren't in the region that is currently redrawn on the screen broke printing => Disable the speed-up whilst printing.