summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26Travis CI: arch build: add autoconf-archive1.22Pablo Barciela1-0/+1
2020-02-21travis: update config for new travis validationraveit652-78/+79
2020-01-21tx: update resource for transifexmonsta1-3/+3
2020-01-20Fix FSF addressrbuj1-1/+1
Reported by translators
2020-01-16fixes precedence of functions i.e. the result of -ln(1) and add according testsmbkma2-0/+34
2020-01-16math-buttons: avoid shifting signed 64-bit value by 63 bitsPablo Barciela1-1/+1
Fixes cppcheck warning: [src/math-buttons.c:391]: (error) Shifting signed 64-bit value by 63 bits is undefined behaviour
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-21Travis CI: use Ubuntu "19.10" instead "19.04"Pablo Barciela1-1/+1
2019-10-12Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-09-19update to 1.22.2v1.22.2raveit652-1/+7
2019-09-19tx: synx with transifexraveit65124-51832/+83056
2019-09-19tx: update resource for transifexraveit651-5/+5
2019-09-12parserfunc: Return NULL on NOT operation overflowVictor Kareh2-2/+3
2019-06-03mp-serializer: fix scientific presentation of complex numbersmbkma1-3/+5
So that z = re(z) + im(z) will be displayed with the "+" in scientific notation. In mp_serializer_to_string: DISPLAY_FORMAT_AUTOMATIC I removed the workaround for this issue, so big (or small) imaginary numbers will be displayed in scientific notation again (as against fixed notation before) automatically.
2019-05-26travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+2
2019-05-06release 1.22.1v1.22.1raveit652-1/+10
2019-05-06sync with transifexraveit65219-6800/+8542
2019-04-29currency-manager: Update name_map in load_imf_ratesrbuj1-42/+44
Fixes #103
2019-04-29display small numbers in scientific notationmbkma1-2/+7
in number format: automatic
2019-04-29Revert "fixes issues 25 and 26"raveit651-7/+2
This reverts commit de580bfc5d8dfa5f734d8d152c9940a110ee65a8.
2019-04-26mp: Fix calculate result ln(e^(i*π))Pablo Barciela1-4/+4
Fixes https://github.com/mate-desktop/mate-calc/issues/100 based in gnome-calculator commit: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/6eb0f2b5e6df456a97a796b35d811376a69679e0
2019-04-24fixes issues 25 and 26mbkma1-2/+7
2019-04-23mate-calc: Fix memory leakPablo Barciela1-0/+8
'g_path_get_basename' needs to be freed Fix memory leak detected by valgrind: valgrind --leak-check=full mate-calc ==17452== 10 bytes in 1 blocks are definitely lost in loss record 501 of 10,243 ==17452== at 0x483577F: malloc (vg_replace_malloc.c:299) ==17452== by 0x5657900: g_malloc (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3) ==17452== by 0x563E84A: g_path_get_basename (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3) ==17452== by 0x11A9E3: main (in /usr/bin/mate-calc)
2019-03-31github release for stable branchraveit651-0/+19
2019-03-23tx: update resource fileraveit651-43/+61
2019-03-23i18n about dialogrbuj1-27/+32
2019-03-13tx: update transifex configraveit651-2/+2
2019-02-24release 1.22.0v1.22.0raveit652-8/+43
2019-02-24tx: sync with transifexraveit65132-3722/+3753
2019-02-20Initialize Travis CI supportraveit651-0/+88
2019-02-17math-window: update copyright year to 2019Pablo Barciela1-1/+1
2019-02-09Tx: update resource for transifex serverraveit651-29/+29
2019-02-09tx: sync with transifexraveit65239-52298/+141324
2019-01-30Increase accuracy range to 15Victor Kareh2-2/+2
2019-01-30math-display: avoid deprecated 'gtk_widget_modify_bg'Pablo Barciela1-6/+0
based in the gnome-calculator commit: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/a6e6a1d94a36950df8776e38218fe349a9818ae5
2019-01-30currency-manager: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-30currency: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30math-equation: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-30unit-manager: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30unit-category: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30unit: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30mp-serializer: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-variable-popup: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-preferences: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+3
2019-01-29math-variables: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-29math-converter: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-buttons: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-window: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2018-12-29Remove dublicated assignmentPavel Shlyak1-1/+0
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details