Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-21 | update copyright to 2021 | raveit65 | 4 | -4/+4 | |
2021-05-30 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+35 | |
2021-05-30 | Add README.md to distcheck | raveit65 | 1 | -1/+2 | |
2021-05-30 | tx: pull from transifex | raveit65 | 219 | -22538/+28304 | |
2021-05-30 | tx: update resource | raveit65 | 1 | -88/+88 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-23 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-04-21 | build: abort configuration when development library for MPC is missing | rbuj | 1 | -1/+1 | |
2021-03-22 | history view follows preferences | mbkma | 6 | -45/+90 | |
2021-03-19 | mp-serializer: init MPNumbers outside of loop | mbkma | 1 | -8/+8 | |
2021-03-18 | mp.c: mp_reciprocal: fix when calling it with same arguments. | mbkma | 1 | -2/+5 | |
2021-03-18 | mp-serializer: fix memory leaks reported by valgrind | mbkma | 1 | -3/+9 | |
2021-03-18 | math-buttons: fix memory leaks reported by valgrind | mbkma | 1 | -1/+5 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-18 | factorization: display prime factors in fixed number format | mbkma | 1 | -0/+4 | |
2021-02-15 | build: add configure summary | rbuj | 1 | -0/+13 | |
2021-02-02 | build: Use PACKAGE_URL variable | rbuj | 2 | -2/+3 | |
2021-02-02 | build: Use config.h which defines GETTEXT_PACKAGE & VERSION | rbuj | 4 | -3/+12 | |
2021-01-16 | update resource for transifex | rbuj | 2 | -192/+246 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-12-16 | insert character dialog: add spacing, remove invisible char | mbkma | 1 | -4/+3 | |
2020-12-16 | remove unused trunc button from programming mode | mbkma | 2 | -695/+676 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-01 | Remove warning about unused parameters in `ìnt main` function | rbuj | 3 | -3/+3 | |
2020-12-01 | financial: Remove warnings about unused parameter 'equation' | rbuj | 1 | -18/+18 | |
2020-11-25 | math-buttons: Remove warnings about format not a string literal | rbuj | 1 | -8/+6 | |
2020-11-24 | Remove unused macros | rbuj | 2 | -5/+0 | |
2020-11-20 | Show factorization in history view. | mbkma | 1 | -4/+39 | |
Show exponents in factorization. | |||||
2020-11-20 | Update Readme | mbkma | 3 | -18/+23 | |
2020-11-16 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-11-16 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -2/+2 | |
2020-11-09 | Fix most conversion warnings. | mbkma | 8 | -56/+53 | |
2020-11-09 | Improve factorization speed | mbkma | 3 | -41/+236 | |
- implements Miller-Rabin primality test - implements Pollard's rho algorithm to find prime factors - adds mp_new_from_integer function for convenience | |||||
2020-09-04 | fix calulation of x^q, where 1/q is a negative integer | mbkma | 2 | -0/+3 | |
2020-09-04 | Clear answer if editing right before it | mbkma | 1 | -2/+2 | |
2020-09-04 | Refresh bits panel after calculation | mbkma | 1 | -0/+3 | |
2020-08-19 | Correct Astronomical unit (to 149597870700 m) | Thomas Nilsson | 1 | -1/+1 | |
The IAU changed the definition back in 2012 so that 1 au == 149 597 870 700 m exactly, the BIPM then followed in recognizing this value. Ref: https://www.nature.com/news/the-astronomical-unit-gets-fixed-1.11416 (doi:10.1038/nature.2012.11416) https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9.pdf (latest brochure, specifically Tableau 8) | |||||
2020-08-04 | mp-convert: Remove trailing spaces/tabs | rbuj | 1 | -2/+2 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-07-13 | Implement navigation through history stack equations using keyboard | mbkma | 6 | -2/+100 | |
2020-07-13 | travis(ci): use latest tag for fedora | raveit65 | 1 | -1/+1 | |
2020-07-05 | fixes incorrect parenthesis handling | mbkma | 2 | -4/+4 | |
reverts commit 731bdfe3591618759a44d9382b49952e781a01bd | |||||
2020-07-02 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-26 | add git.mk to generate .gitignore | tamplan | 5 | -0/+408 | |
2020-06-21 | travis CI: choose fedora 32 for releasingv1.25.0 | raveit65 | 1 | -1/+1 | |
2020-06-21 | release 1.25.0 | raveit65 | 2 | -1/+35 | |
2020-06-21 | sync with transifex | raveit65 | 220 | -21108/+35200 | |
2020-06-21 | travis(ci):fix releasing tarballs | raveit65 | 1 | -1/+3 | |
2020-06-20 | update resource for transifex | raveit65 | 2 | -168/+269 | |