summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-30release 1.25.1v1.25.1raveit652-1/+35
2021-05-30Add README.md to distcheckraveit651-1/+2
2021-05-30tx: pull from transifexraveit65219-22538/+28304
2021-05-30tx: update resourceraveit651-88/+88
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-23travis: disable travis builds for ubunturaveit651-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-21build: abort configuration when development library for MPC is missingrbuj1-1/+1
2021-03-22history view follows preferencesmbkma6-45/+90
2021-03-19mp-serializer: init MPNumbers outside of loopmbkma1-8/+8
2021-03-18mp.c: mp_reciprocal: fix when calling it with same arguments.mbkma1-2/+5
2021-03-18mp-serializer: fix memory leaks reported by valgrindmbkma1-3/+9
2021-03-18math-buttons: fix memory leaks reported by valgrindmbkma1-1/+5
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-18factorization: display prime factors in fixed number formatmbkma1-0/+4
2021-02-15build: add configure summaryrbuj1-0/+13
2021-02-02build: Use PACKAGE_URL variablerbuj2-2/+3
2021-02-02build: Use config.h which defines GETTEXT_PACKAGE & VERSIONrbuj4-3/+12
2021-01-16update resource for transifexrbuj2-192/+246
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-16insert character dialog: add spacing, remove invisible charmbkma1-4/+3
2020-12-16remove unused trunc button from programming modembkma2-695/+676
2020-12-08update issue templateraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-12-01Remove warning about unused parameters in `ìnt main` functionrbuj3-3/+3
2020-12-01financial: Remove warnings about unused parameter 'equation'rbuj1-18/+18
2020-11-25math-buttons: Remove warnings about format not a string literalrbuj1-8/+6
2020-11-24Remove unused macrosrbuj2-5/+0
2020-11-20Show factorization in history view.mbkma1-4/+39
Show exponents in factorization.
2020-11-20Update Readmembkma3-18/+23
2020-11-16travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-11-16Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-2/+2
2020-11-09Fix most conversion warnings.mbkma8-56/+53
2020-11-09Improve factorization speedmbkma3-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-04fix calulation of x^q, where 1/q is a negative integermbkma2-0/+3
2020-09-04Clear answer if editing right before itmbkma1-2/+2
2020-09-04Refresh bits panel after calculationmbkma1-0/+3
2020-08-19Correct Astronomical unit (to 149597870700 m)Thomas Nilsson1-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-04mp-convert: Remove trailing spaces/tabsrbuj1-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-13Implement navigation through history stack equations using keyboardmbkma6-2/+100
2020-07-13travis(ci): use latest tag for fedoraraveit651-1/+1
2020-07-05fixes incorrect parenthesis handlingmbkma2-4/+4
reverts commit 731bdfe3591618759a44d9382b49952e781a01bd
2020-07-02Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-26add git.mk to generate .gitignoretamplan5-0/+408
2020-06-21travis CI: choose fedora 32 for releasingv1.25.0raveit651-1/+1
2020-06-21release 1.25.0raveit652-1/+35
2020-06-21sync with transifexraveit65220-21108/+35200
2020-06-21travis(ci):fix releasing tarballsraveit651-1/+3
2020-06-20update resource for transifexraveit652-168/+269
2020-06-20math-history-entry: Reduce the macro scope and its argument numberrbuj1-5/+7