Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-01 | math-window: show GNU MPFR and GNU MPC version in about dialog | Pablo Barciela | 1 | -1/+6 | |
2020-03-28 | math-display.c: set bottom margin to 12 for gtk widget info_view | mbkma | 1 | -0/+1 | |
2020-03-19 | clear MPNumbers before return | mbkma | 2 | -9/+26 | |
2020-03-18 | add Riemann zeta function and Gauss error function | mbkma | 5 | -0/+61 | |
2020-03-16 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -0/+1 | |
2020-03-16 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -3/+2 | |
2020-03-16 | parserfunc: fix crash when calculating nested pow | mbkma | 2 | -1/+13 | |
2020-03-10 | Remove warnings: function declaration isn’t a prototype | rbuj | 3 | -6/+6 | |
2020-03-08 | update complex number help-page | mbkma | 1 | -1/+51 | |
2020-03-08 | unittest.c: replace tabs with spaces | mbkma | 1 | -624/+624 | |
2020-03-08 | configure: check for mpfr version >= 4.0.2 | mbkma | 1 | -0/+3 | |
2020-03-08 | travis ci: temporarily disable fedora | mbkma | 1 | -1/+1 | |
2020-03-08 | travis ci: add gmp,mpfr,mpc library to fedora,debian,ubuntu | mbkma | 1 | -0/+9 | |
2020-03-08 | Port to GNU MPFR/MPC Library | mbkma | 28 | -2930/+881 | |
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc | |||||
2020-03-02 | mate-calc.desktop: Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2020-03-02 | tx: pull with untranslated icon names | raveit65 | 1 | -1/+1 | |
in desktop files with pt_BR language | |||||
2020-02-27 | free variables | mbkma | 2 | -4/+5 | |
2020-02-27 | add history view to show recent calculations. | mbkma | 12 | -6/+553 | |
add option to enable/disable history (disabled by default). add possibility to resize mate-calc if history is enabled. | |||||
2020-02-26 | Travis CI: arch build: add autoconf-archive | Pablo Barciela | 1 | -0/+1 | |
2020-02-25 | Read authors (updated) from mate-calc.about | rbuj | 5 | -7/+104 | |
2020-02-21 | travis: update config for new travis validation | raveit65 | 2 | -123/+124 | |
2020-02-09 | tx: pull with fixed Italian translation to fix debian buildv1.24.0 | raveit65 | 1 | -7/+7 | |
fixes debian build at travis CI https://travis-ci.org/mate-desktop/mate-calc/jobs/647994514#L1714 | |||||
2020-02-09 | tx: pull with fixed tamil translation | raveit65 | 1 | -3/+4 | |
2020-02-09 | release 1.24.0 | raveit65 | 2 | -2/+16 | |
2020-02-09 | tx: sync with transifex | raveit65 | 128 | -52930/+81514 | |
2020-01-14 | tx: update resources for transifex | Pablo Barciela | 1 | -2/+2 | |
2020-01-14 | Fix typo: 'Avogadro' instead 'Avogrado' | Pablo Barciela | 2 | -2/+2 | |
2020-01-12 | tx: update resources for transifex | raveit65 | 1 | -2/+2 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-12 | fixes precedence of functions i.e. the result of -ln(1) and add according tests | mbkma | 2 | -0/+34 | |
2019-12-02 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-19 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-19 | tx: update resource for transifex | raveit65 | 1 | -4/+5 | |
2019-11-19 | desktop file: add missing hints for translators | raveit65 | 1 | -0/+2 | |
2019-10-07 | tx: update resource for transifex | rbuj | 1 | -3/+7 | |
2019-10-07 | fix typo in keywords in desktop file | monsta | 1 | -1/+1 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | mate-calc.desktop.in: Add missing Keywords. (#123) | Martin Wimpress | 1 | -0/+1 | |
mate-calc.desktop.in: Add missing Keywords. | |||||
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-01 | Do not remove org.mate.calc.gschema.xml on make distclean | rbuj | 1 | -3/+2 | |
2019-09-01 | The function 'mp_mask' is never used | rbuj | 2 | -19/+0 | |
cppcheck --enable=unusedFunction . [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used. | |||||
2019-08-30 | sets the required version for gettext (0.19.8) | Pablo Barciela | 1 | -0/+1 | |
Fixes error in arch build: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 | |||||
2019-08-30 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-07-13 | parserfunc: Return NULL on NOT operation overflow | Victor Kareh | 2 | -2/+3 | |
2019-07-04 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+26 | |
2019-07-04 | Revert "CI: fix make distcheck to remove .gmo files" | raveit65 | 1 | -1/+0 | |
This reverts commit 87d647ad3be67c033dbb6aa80cfcdd4cbce3a42d. gettext needs those files to install .mo files. | |||||
2019-07-03 | tx: sync with transifex | raveit65 | 125 | -5699/+11081 | |
2019-07-03 | tx: update resource for transifex | raveit65 | 1 | -458/+697 | |
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 27 | -148/+148 | |