Skip to content

Releases: wxMaxima-developers/wxmaxima

wxMaxima 19.05.3

11 May 07:33
Version-19.05.3
0aecf2b
Compare
Choose a tag to compare

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

07 May 09:46
Version-19.05.2
0916ce7
Compare
Choose a tag to compare
  • 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

05 May 20:07
Version-19.05.1
d6f1f73
Compare
Choose a tag to compare
  • 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

03 May 20:21
Version-19.05.0
e35a8f3
Compare
Choose a tag to compare
wxMaxima 19.05.0 Pre-release
Pre-release
  • 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

18 Apr 17:19
Version-19.04.3
f44671b
Compare
Choose a tag to compare

wxMaxima now informs maxima which front-end is in use.

wxMaxima 19.04.2

16 Apr 05:44
Version-19.04.2
aef8262
Compare
Choose a tag to compare
  • 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

03 Apr 19:58
Version-19.04.1
d4a4418
Compare
Choose a tag to compare

Corrected the size of error messages.

wxMaxima 19.04.0

01 Apr 05:37
Version-19.04.0
1b91cbb
Compare
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
Compare
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
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.