Skip to content

Releases: wxMaxima-developers/wxmaxima

wxMaxima 19.03.0

01 Mar 20:17
Version-19.03.0
15a07dd
Compare
Choose a tag to compare
  • 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

21 Feb 18:21
Version-19.02.2
9751438
Compare
Choose a tag to compare
  • Corrected the GTK3 fix
  • Cleaned up the cleanup process on closing wxMaxima

wxMaxima 19.02.1

18 Feb 07:19
Version-19.02.1
f08117d
Compare
Choose a tag to compare
  • 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

09 Feb 10:57
Version-19.02.0
71c2cca
Compare
Choose a tag to compare

A bugfix-only release:

  • Resolved a cell size recalculation bug
  • Better wxWidgets 3.1.2 compatibility
  • Improved performance

wxMaxima 19.01.3

29 Jan 17:28
Version-19.01.3
8d2f231
Compare
Choose a tag to compare
  • 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

22 Jan 09:54
Version-19.01.2
f9e0231
Compare
Choose a tag to compare
  • Corrected the size calculation for embedded images
  • Corrected the line widths for the printout

wxMaxima 19.01.1

20 Jan 09:27
Version-19.01.1
24d1716
Compare
Choose a tag to compare
  • Sometimes the vertical size of maths was overestimated
  • Cmake now knows that we require wxWidgets >= 3.0

wxMaxima 19.01.0

12 Jan 11:14
Version-19.01.0
e089d89
Compare
Choose a tag to compare
  • 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

25 Dec 09:11
Version-18.12.0
626c38c
Compare
Choose a tag to compare

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

26 Nov 06:10
Version-18.11.4
706166f
Compare
Choose a tag to compare

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.