| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: wxMaxima | Distribution: openSUSE:Factory:zSystems |
| Version: 20.09.0 | Vendor: obs://build.opensuse.org/openSUSE:Factory:zSystems |
| Release: 1.5 | Build date: Sat Oct 24 14:02:32 2020 |
| Group: Productivity/Scientific/Math | Build host: s390p23 |
| Size: 10310391 | Source RPM: wxMaxima-20.09.0-1.5.src.rpm |
| Url: https://wxmaxima-developers.github.io/wxmaxima/ | |
| Summary: Graphical User Interface for the maxima Computer Algebra System | |
wxMaxima is a GUI for the computer algebra system maxima based on wxWidgets.
GPL-2.0-or-later
* Sat Sep 12 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.09.0:
* Repaired the non-case-sensitive "Replace All" functionality.
* More efficient and accurate calculation of worksheet object
sizes.
* (Hopefully) reduced the last visual glitches.
* diff cells can now be broken into lines.
* Another massive performance update.
* Reduced the memory footprint of big equations.
* A better 2D ASCII Art mode.
* Better High-DPI support.
* If it is configurable it now might have a right-click menu.
* Reduced the memory footprint of cells used only when line
breaking is performed.
* Subscripts created by derivabbrev are now correctly copied as
"diff" command.
* If Maxima comes without suitable manual we now use the online
one instead.
* Added buttons that reset the configuration.
* A few menu items now are checkboxes set and cleared by maxima.
* wxMaxima forgot to release the communication port it used for
talking to maxima.
* Improved performance of receiving data from maxima.
* The font sizes are stored in configuration with full
precision, without rounding to integer.
* Many additional bug fixes.
* Updated translations.
* Wed Jul 22 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.07.0:
* A massive performance update.
* Better display of sqrt() cells.
* Better display of fractions.
* Nicer display of lists.
* Made sure we read in the whole .mac file when opening .mac
files.
* Allow building wxMaxima, if pandoc or po4translate are not
installed.
* As always many small additional bug fixes.
* Updated translations.
- Drop wxMaxima-string-type-conversion.patch: upstreamed.
* Sun Jul 19 2020 Atri Bhattacharya <badshah400@gmail.com>
- Compile against the more recent toolkit wxGTK3 >= 3.1 for
openSUSE >= 1550 (mainly for better HiDPI support).
* Fri Jul 03 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.06.6:
* Resolved a compiling problem the last release has introduced.
- Changes from version 20.06.1 through 20.06.5: Minor bug fixes.
- Changes from version 20.06.0:
* Many spell corrections and bugfixes
* The history sidebar now works again
* TextCells with copy-alt-text caused an crash
* A few additional small bugfixes
* Many (really many!) big stability improvements
* In sqrt(conjugate(f(x))) the horizontal lines coincided
* Strings were searched for comment starts when adding line
endings
* Faster start-up by avoiding unneeded redraw events
* A big number of performance improvements
* Unfortunately one last temporary fix reduces performance again
* Corrected a bug that sometimes caused parts of equations not
to be displayed
* As this allows to improve performance and stability C++14 is
now used
* Speed boost The list of anchors from the manual is now cached
on disk
* Updated translations.
- Add wxMaxima-string-type-conversion.patch: Fix an invalid
conversion from wxString to wxChar*
(gh#wxMaxima-developers/wxmaxima#1324).
- Add new BuildRequires: pandoc.
- Use ninja for build (BuildRequires: ninja).
* Thu May 21 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Remove unused libomp7-devel dependency: when compiling with GCC,
the GNU implementation libgomp is used, not LLVM's libomp.
* Thu May 07 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.04.0:
* Resolved a crash on right-clicking a GroupCell.
* View/Invert worksheet brightness now toggles an instant dark worksheet mode.
* Removed an unnecessary info dialogue on startup.
* Right-click-suggestions for similar command names.
* Corrected the initial slideshow size.
* A more stable language selection mechanism.
* Extended the "fitting data" example.
* A example on how to iterate through lists efficiently.
* Many spelling corrections and better formulations.
* A big number of small bug-fixes.
* Another noticeable SpeedUp.
* Updated translations.
* Fri Mar 27 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.03.1:
* Resolved a crash on right-clicking a GroupCell.
* Help works again in the german translation.
* Removed an unnecessary info dialogue on startup.
* Right-click-suggestions for similar command names.
* Fri Mar 13 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.03.0:
* Corrected a few last bugs for pre- and post- super- and
subscripts
* Many improvements to the manpage and the html documentation
* Improved support for pre- and post- super- and subscripts
provided by Robert Dodier
* wxWidget's integrated help browser on some platforms was
broken => now the default web browser is used
* Support for importing static and some types of animated gif
files
* Animation frames created using draw() now can be popped out
interactively
* A option to configure the max amount of gnuplot data to save
for this feature
* wxMaxima now no more crashes on FreeBSD
* wxMaxima now tries not to use stderr as stderr on the mac
breaks communication with maxima.
* Many additional bugfixes.
* Thu Feb 20 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.02.1:
* wxMaxima now can use Multi-threading, if a new enough OpenMP
is found
* Part of the added performance is only effective if omp.h
(often in the libomp package) is installed.
* Better scroll wheel support
* It was possible that a part of a fraction wasn't displayed
* Several additional bug fixes
* Cppcheck code analysis now is only run if explicitly enabled
* The minimum cmake version now is 3.7
* Translation updates.
- Use %{name}-%{version} for source tarball.
- Split out separate -lang package.
- Convert and install mimetype icons to hicolor icon dir.
- New BuildRequires:
* libomp7-devel (also Requires): enable parallel processing for
wxmaxima.
* po4a: for updated translations.
* graphviz: to generate updated figures in doc.
* appstream-glib: for validating metainfo file.
- Drop conditionals in post(un) scriptlets for EOL openSUSE
versions.
- Don't take ownership of system directories in hicolor icon dir
and metainfo dir.
- Drop rpmlintrc file: no longer applicable.
* Thu Feb 20 2020 Max Lin <mlin@suse.com>
- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
for "BuildRequires: rsvg-convert"
* Tue Jan 28 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.01.3:
* Language selection now works even on system with missing
language support.
* Resolved a copy-and-paste regression.
* Improved stability of the communication with maxima.
* Preparation for maxima's pre-sub-and supscript feature.
* Corrected a few visual glitches of the worksheet.
* More tutorials describing a few of maxima's features.
* Translation updates.
- Changes from version 20.01.2:
* Corrected html export of the lowest sectioning unit.
* Sometimes text after fractions wasn't displayed.
* Copy-and-paste should now work in more cases.
* Selecting text within fractions should now work again.
* Corrected a few display glitches of the worksheet.
* wxMaxima now comes with five example files.
* More and better-working mouse-over tooltips.
* Sat Jan 04 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 20.01.1:
* Nice menu icons for the operating systems that support this.
* Started to bundle small tutorials with wxMaxima.
* Many small additional bug fixes.
* Wed Oct 23 2019 ro@suse.de
- fix build-requires for factory/tumbleweed
rsvg-convert tool is now in rsvg-convert package
* Wed Oct 16 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.10.0:
* Corrected a Regression: The better display of exponents failed
for exp(x^2).
* Updated translations.
* Wed Sep 11 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.09.0:
* Handle timeouts when writing to maxima and partial writes.
* Worksheet text disappeared on scrolling on some platforms.
* Sped up sending code to maxima.
* Removed quoting of Unicode characters within strings sent to
maxima.
* Wed Aug 21 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.08.1
* Bugfixes for nearly every instance something was drawn on the
screen.
* Better handling of multi-cell lisp code.
- Changes from version 19.08.0:
* More and better test cases.
* Another SpeedUp.
* Correctly handle nested comments.
* Format lisp code correctly.
* Correctly read the default style.
* Gracefully handle invalid colors.
* Changed the default communication port to 40100.
* Several fixes for different combinations of wxWidgets and GTK
versions.
* Updated translations.
* Tue Jul 16 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.07.0
* Many improvements and bugfixes in the LaTeX and HTML export
function.
* Many updated translations.
* Resolved a freeze on autocompletion.
* A sidebar that shows the contents of variables.
* Simplified the recalculation logic in order to squash the
remaining bugs.
* Simplified the sync between input and output cells.
* Tue Jun 25 2019 Atri Bhattacharya <badshah400@gmail.com> - 19.05.7
- Update to version 19.05.7:
* Support worksheets starting in a :lisp command [with maxima >=
5.43.0]
* Fri May 10 2019 lars@linux-schulserver.de - 19.05.2
- Update to version 19.05.2:
+ 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.
* Tue Apr 23 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.04.3:
+ wxMaxima now informs maxima which front-end is in use.
* Tue Apr 16 2019 lars@linux-schulserver.de - 19.04.2
- update to version 19.04.2:
+ 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.
From 19.04.1:
+ Corrected the size of error messages.
From 19.04.0:
+ 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
* Fri Mar 15 2019 Atri B <badshah400@gmail.com>
- Update to version 19.03.1
* 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.
* Fri Jan 25 2019 badshah400@gmail.com
- Update to version 19.01.2:
* Corrected the size calculation for embedded images
* Corrected the line widths for the printout
- Changes from version 19.01.1:
* Sometimes the vertical size of maths was overestimated
* Cmake now knows that we require wxWidgets >= 3.0
- Changes from version 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.
- Drop custom desktop file and use updated upstream version.
- Adapt to upstream desktop and icon file name changes.
* Mon Oct 22 2018 badshah400@gmail.com
- Update to version 18.10.2:
* Better cleanup on restarting Maxima.
* Updated translations.
- Remove obsolete appdata directory from file-list: appdata is now
installed to %{_datadir}/metainfo.
* Sun Sep 30 2018 badshah400@gmail.com
- Update to version 18.10.1:
* Corrected the version number wxMaxima identifies itself with.
- Changes from version 18.10.0:
* Defer any try to change Maxima's configuration until all
questions are answered.
* A menu item that sets the autosubscript feature for the
current worksheet.
* A menu allowing to switch floats to engineering format.
* Maxima can now pass the values of variables to wxMaxima.
* Autocompletion for functions from lisp-only packages and for
all of maxima's built in functions.
* A context-sensitive "draw" sidepane.
* We now allow a packet from Maxima to end in the middle of an
unicode codepoint.
* If the name of a lisp function is known it now is displayed.
* A right-click menu that copies an animation to the clipboard.
* A new default value for the current MathJaX release.
* A "recent packages" menu for packages loaded from load() or
from the menu.
* Advertise the current file and the file's state to the
Operating System
* Copy as Enhanced Metafile (Windows only).
* Code simplifications.
* A dockable panel for the debug messages.
* A more modern theme.
* Draw: A right-click menu allowing to open images from the
current session as interactive gnuplot sessions.
* Migrate the config file to a XDG-compatible location if
wxWidgets is new enough to support it.
* A "Tip of the day" dialogue that allows for resizing,
scrollbars and work while it is still open.
* Matrices can now be displayed using round and square brackets.
* Various High-DPI enhancements.
* Enhancements for low-resolution screens.
* Many bug fixes.
* Reduced the number of autogenerated files, installed files and
external dependencies to a minimum.
* Big performance improvements, again.
- Update URL and Source urls in keeping with upstream changes.
* Wed May 16 2018 badshah400@gmail.com
- Drop Requires: libgnomeprint; it is not needed for printing any
more.
* Wed Feb 21 2018 badshah400@gmail.com
- Update to version 18.02.0:
* More tooltips
* A menu containing the most important commands for lists.
* TableOfContents: A right-click menu item that allows to toggle
display of section numbers
* The size of images can now be restricted to any amount of
centimeters.
* On a few operating systems: The network indicator icon now
knows how much CPU power maxima uses.
* Autocompletion now suggests the names of built-in packages for
load(), batch(), and batchload().
* Autocompletion now suggests the names of built-in demos for
demo().
* wxMaxima can now handle requests to display raw lisp elements.
* A drop-down box for changing cell styles
* If an input cell is hidden and has no output it now is no more
displayed as a blank vertical space.
* wxMaxima no more requires the icon files, tooltips and
autocompletion files to be shipped as separate files, which
makes creating a ready-to-install package of wxMaxima easier
and less error-prone.
* Autosave is now enabled by default on new installs.
* Big code cleanups.
* Many bugfixes
* Many performance improvements
* Dropped the autotools as the cmake build of wxMaxima is way
more powerful.
- Drop unnecessary post[un] scriptlets for openSUSE >= 1500: these
are automatically handled by rpm file-triggers.
/usr/bin/wxmaxima /usr/share/applications/io.github.wxmaxima_developers.wxMaxima.desktop /usr/share/bash-completion/completions/wxmaxima /usr/share/doc/packages/wxMaxima /usr/share/doc/packages/wxMaxima/AUTHORS /usr/share/doc/packages/wxMaxima/ChangeLog /usr/share/doc/packages/wxMaxima/README.md /usr/share/doc/wxmaxima /usr/share/doc/wxmaxima/AUTHORS /usr/share/doc/wxmaxima/Autocomplete1.jpg /usr/share/doc/wxmaxima/Autocomplete2.jpg /usr/share/doc/wxmaxima/BatchImage.png /usr/share/doc/wxmaxima/ChangeLog /usr/share/doc/wxmaxima/GPL.txt /usr/share/doc/wxmaxima/InputCell.png /usr/share/doc/wxmaxima/MatrixTableExample.png /usr/share/doc/wxmaxima/NEWS.md /usr/share/doc/wxmaxima/SecondTableExample.png /usr/share/doc/wxmaxima/SidePanes.png /usr/share/doc/wxmaxima/cell-example.png /usr/share/doc/wxmaxima/ezUnits.png /usr/share/doc/wxmaxima/maxima_screenshot.png /usr/share/doc/wxmaxima/sbclMemory.png /usr/share/doc/wxmaxima/wxMaximaLogo.png /usr/share/doc/wxmaxima/wxMaximaWindow.png /usr/share/doc/wxmaxima/wxMaxima_configuration_001.png /usr/share/doc/wxmaxima/wxMaxima_configuration_002.png /usr/share/doc/wxmaxima/wxmaxima.ca.html /usr/share/doc/wxmaxima/wxmaxima.cs.html /usr/share/doc/wxmaxima/wxmaxima.css /usr/share/doc/wxmaxima/wxmaxima.da.html /usr/share/doc/wxmaxima/wxmaxima.de.html /usr/share/doc/wxmaxima/wxmaxima.el.html /usr/share/doc/wxmaxima/wxmaxima.en.html /usr/share/doc/wxmaxima/wxmaxima.es.html /usr/share/doc/wxmaxima/wxmaxima.fi.html /usr/share/doc/wxmaxima/wxmaxima.fr.html /usr/share/doc/wxmaxima/wxmaxima.gl.html /usr/share/doc/wxmaxima/wxmaxima.html /usr/share/doc/wxmaxima/wxmaxima.hu.html /usr/share/doc/wxmaxima/wxmaxima.it.html /usr/share/doc/wxmaxima/wxmaxima.ja.html /usr/share/doc/wxmaxima/wxmaxima.kab.html /usr/share/doc/wxmaxima/wxmaxima.nb.html /usr/share/doc/wxmaxima/wxmaxima.pl.html /usr/share/doc/wxmaxima/wxmaxima.pt_BR.html /usr/share/doc/wxmaxima/wxmaxima.ru.html /usr/share/doc/wxmaxima/wxmaxima.tr.html /usr/share/doc/wxmaxima/wxmaxima.uk.html /usr/share/doc/wxmaxima/wxmaxima.zh_CN.html /usr/share/doc/wxmaxima/wxmaxima.zh_TW.html /usr/share/icons/hicolor/128x128/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/128x128/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/128x128/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/24x24/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/24x24/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/24x24/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/256x256/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/256x256/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/256x256/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/32x32/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/32x32/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/32x32/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/48x48/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/48x48/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/48x48/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/512x512/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/512x512/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/512x512/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/64x64/apps/io.github.wxmaxima_developers.wxMaxima.png /usr/share/icons/hicolor/64x64/mimetypes/text-x-wxmathml.png /usr/share/icons/hicolor/64x64/mimetypes/text-x-wxmaxima-batch.png /usr/share/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.svg /usr/share/icons/hicolor/scalable/mimetypes/text-x-wxmathml.svg /usr/share/icons/hicolor/scalable/mimetypes/text-x-wxmaxima-batch.svg /usr/share/licenses/wxMaxima /usr/share/licenses/wxMaxima/COPYING /usr/share/licenses/wxMaxima/GPL.txt /usr/share/man/de/man1/wxmaxima.1.gz /usr/share/man/man1/wxmaxima.1.gz /usr/share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml /usr/share/mime/packages/x-wxmathml.xml /usr/share/mime/packages/x-wxmaxima-batch.xml /usr/share/wxMaxima /usr/share/wxMaxima/10MinuteTutorial.wxm /usr/share/wxMaxima/a.png /usr/share/wxMaxima/absCells.wxm /usr/share/wxMaxima/all-celltypes.wxmx /usr/share/wxMaxima/atCells.wxm /usr/share/wxMaxima/autosave.cfg /usr/share/wxMaxima/b.png /usr/share/wxMaxima/boxes.wxm /usr/share/wxMaxima/c.png /usr/share/wxMaxima/commentBegin.wxm /usr/share/wxMaxima/complete_config_file.cfg /usr/share/wxMaxima/config_from_19.11.cfg /usr/share/wxMaxima/conjugateCells.wxm /usr/share/wxMaxima/d.png /usr/share/wxMaxima/diffCells.wxm /usr/share/wxMaxima/empty_file.wxm /usr/share/wxMaxima/exptCells.wxm /usr/share/wxMaxima/foreign-characters.wxm /usr/share/wxMaxima/formerCrashes.wxm /usr/share/wxMaxima/fracCells.wxm /usr/share/wxMaxima/functionCells.wxm /usr/share/wxMaxima/imageCells.wxm /usr/share/wxMaxima/intCells.wxm /usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.png /usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.svg /usr/share/wxMaxima/ipc_copypaste1.wxm /usr/share/wxMaxima/ipc_copypaste_all-celltypes.wxm /usr/share/wxMaxima/limitCells.wxm /usr/share/wxMaxima/lisp.wxm /usr/share/wxMaxima/listCells.wxm /usr/share/wxMaxima/matrixCells.wxm /usr/share/wxMaxima/multiplication.wxm /usr/share/wxMaxima/noautosave.cfg /usr/share/wxMaxima/nonsenseConstructs.wxm /usr/share/wxMaxima/other-features.wxm /usr/share/wxMaxima/parenthesisCells.wxm /usr/share/wxMaxima/performance.wxm /usr/share/wxMaxima/presubsupcells.wxm /usr/share/wxMaxima/printf_continuationLines.wxm /usr/share/wxMaxima/printf_equations.wxm /usr/share/wxMaxima/printf_simple.wxm /usr/share/wxMaxima/rememberingAnswers.wxm /usr/share/wxMaxima/simpleInput.wxm /usr/share/wxMaxima/slideshowCells.wxm /usr/share/wxMaxima/sqrtCells.wxm /usr/share/wxMaxima/subCells.wxm /usr/share/wxMaxima/subsupCells.wxm /usr/share/wxMaxima/sumCells.wxm /usr/share/wxMaxima/testbench_all_celltypes.wxm /usr/share/wxMaxima/testbench_simple.mac /usr/share/wxMaxima/testbench_simple2.mac /usr/share/wxMaxima/testbench_simple2.mac.wxmx /usr/share/wxMaxima/textcells.wxm /usr/share/wxMaxima/threadtest.wxm /usr/share/wxMaxima/threadtest2.wxm /usr/share/wxMaxima/unicode.wxm /usr/share/wxMaxima/unicode_specialchars.wxm /usr/share/wxMaxima/weirdLabels.wxm /usr/share/wxMaxima/xmlQuote.wxm
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 24 22:40:54 2025