<component type="desktop-application">
<id>io.github.wxmaxima_developers.wxMaxima</id>
<name>wxMaxima</name>
<summary>A graphical user interface for Maxima, a powerful computer algebra system</summary>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>
wxMaxima is a graphical user interface for the computer algebra system Maxima:
a program that solves mathematical problems by manipulating
equations (and outputting the resulting formula), instead of just
calculating a number. wxMaxima eases the use of Maxima by making
most of its commands available through a menu system and by
providing input dialogs for commands that require more than one
argument. It also implements its own display engine that outputs
mathematical symbols directly instead of depicting them with
ASCII characters.
</p>
<p>
wxMaxima also features 2D and 3D inline plots, simple animations,
mixing of text and mathematical calculations to create documents,
exporting of input and output to TeX, document structuring and a
browser for Maxima's manual including command index and full text
searching.
</p>
</description>
<developer>
<name>wxMaxima Team</name>
</developer>
<developer_name>wxMaxima Team</developer_name>
<pkgname>wxmaxima</pkgname>
<launchable type="desktop-id">io.github.wxmaxima_developers.wxMaxima.desktop</launchable>
<icon type="cached" width="48" height="48">wxmaxima_io.github.wxmaxima_developers.wxMaxima.png</icon>
<icon type="cached" width="64" height="64">wxmaxima_io.github.wxmaxima_developers.wxMaxima.png</icon>
<icon type="cached" width="128" height="128">wxmaxima_io.github.wxmaxima_developers.wxMaxima.png</icon>
<icon type="remote" width="128" height="128">io/github/wxmaxima_developers.wxMaxima/e76cde4a186e8e21f9660fed27a48afe/icons/128x128/wxmaxima_io.github.wxmaxima_developers.wxMaxima.png</icon>
<icon type="stock">io.github.wxmaxima_developers.wxMaxima</icon>
<url type="homepage">https://wxMaxima-developers.github.io/wxmaxima/</url>
<url type="bugtracker">https://github.com/wxMaxima-developers/wxmaxima/issues</url>
<url type="help">https://wxmaxima-developers.github.io/wxmaxima/help.html</url>
<categories>
<category>Science</category>
<category>Education</category>
</categories>
<provides>
<binary>wxMaxima</binary>
<mediatype>text/x-wxmaxima-batch</mediatype>
<mediatype>text/x-wxmathml</mediatype>
<mediatype>text/x-maximasession</mediatype>
<mediatype>text/x-maxima-out</mediatype>
</provides>
<languages>
<lang percentage="28">ca</lang>
<lang percentage="88">de</lang>
<lang percentage="100">en_US</lang>
<lang percentage="100">es</lang>
<lang percentage="28">gl</lang>
<lang percentage="95">hu</lang>
<lang percentage="90">it</lang>
<lang percentage="26">ja</lang>
<lang percentage="97">ru</lang>
<lang percentage="48">tr</lang>
<lang percentage="97">uk</lang>
<lang percentage="53">zh_CN</lang>
</languages>
<screenshots>
<screenshot type="default">
<caption>An example of a plot embedded in a work sheet</caption>
<image type="source" width="1440" height="810">io/github/wxmaxima_developers.wxMaxima/e76cde4a186e8e21f9660fed27a48afe/screenshots/image-1_orig.png</image>
<image type="thumbnail" width="1248" height="702">io/github/wxmaxima_developers.wxMaxima/e76cde4a186e8e21f9660fed27a48afe/screenshots/[email protected]</image>
<image type="thumbnail" width="752" height="423">io/github/wxmaxima_developers.wxMaxima/e76cde4a186e8e21f9660fed27a48afe/screenshots/[email protected]</image>
<image type="thumbnail" width="624" height="351">io/github/wxmaxima_developers.wxMaxima/e76cde4a186e8e21f9660fed27a48afe/screenshots/[email protected]</image>
<image type="thumbnail" width="224" height="126">io/github/wxmaxima_developers.wxMaxima/e76cde4a186e8e21f9660fed27a48afe/screenshots/[email protected]</image>
</screenshot>
</screenshots>
<keywords>
<keyword>maths</keyword>
<keyword>cas</keyword>
<keyword>algebra</keyword>
<keyword>education</keyword>
<keyword>engineering</keyword>
<keyword>physics</keyword>
</keywords>
<releases>
<release type="stable" version="25.04.0" timestamp="1745764200">
<description>
<p>
Fix some bugs.
</p>
<ul>
<li>Use the (standard) wxWidgets log window instead of our own log pane.
Less code to maintain, more features (e.g. clear log, save log).
In "Release" builds the log window will be hidden (and can be enabled
using View->Toggle log window, otherwise it is shown.</li>
<li>Make the option "--logtostderr" work on Windows.
(Windows GUI applications do not have STDIN, STDOUT and STDERR assigned,
an extra 'text window' with the log messages will be opened at startup).</li>
<li>Do not set lmxchar/rmxchar (used for displaying a matrix in text mode).
It did not work at all. Maxima provides a reasonable default - and
people probably expect the same, if they are using command line Maxima
and wxMaxima. (#1926)</li>
<li>Kill Lisp (e.g. sbcl.exe) when closing wxMaxima. (#1963, #1922, #1824, #1199)</li>
<li>Correct heading colors (#2005)</li>
<li>Repaired the Equations->Solve numerical->Find numerical solution" menu (#2010)</li>
<li>Included examples (10MinuteTutorial.wxm, testbench_simple.wxmx) were affected
by the Maxima/Gnuplot 6 problem. (see issue #1960)</li>
<li>Support wxWidgets, if it was build with '--enable-utf8=yes' (#2012)</li>
<li>Fix compiling with wxWidgets without webview.</li>
<li>HTML export/Mathjax: Don't remove 1st/last label char (#2003)</li>
</ul>
</description>
</release>
<release type="stable" version="25.01.0" timestamp="1738187100">
<description>
<p>
Fix some bugs and crashes.
</p>
<ul>
<li>Remove the change label width popup menu (#1964).
It was not working at all and caused crashes. And I think the
label width is not changed so often, so that a (working)
possibility in the configuration menu is enough.</li>
<li>If an empty worksheet is saved as wxmx, allow it to be read again (#1978).
The generated content.xml was empty, which was no valid XML.</li>
<li>Fix compiling with clang++.</li>
<li>CopyAsMathML: encode "<" and ">" as HTML entities (valid XML).</li>
<li>CopyAsMathML: improvements (operators and identifiers)</li>
<li>Fix the check for Gnuplot-Cairo on Windows.</li>
<li>Fix the (Windows) crash in the suggestions menu (#1980).</li>
<li>HTML export: print the output labels on the left side.</li>
</ul>
</description>
</release>
<release type="stable" version="24.11.0" timestamp="1731447900">
<description>
<p>
Many bug fixes.
</p>
</description>
</release>
<release type="stable" version="24.08.0" timestamp="1723973160">
<description>
<p>
Many bug fixes.
</p>
</description>
</release>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
</component>