Skip to content

Releases: wxMaxima-developers/wxmaxima

wxMaxima 19.04.0

01 Apr 05:37
Version-19.04.0
1b91cbb

Choose a tag to compare

  • 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

10 Mar 11:44
Version-19.03.1
986b475

Choose a tag to compare

  • 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

01 Mar 20:17
Version-19.03.0
15a07dd

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

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

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

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

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

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

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

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.