summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2018-12-21Fix typoPavel Shlyak1-1/+1
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details
2018-12-19disable deprecation warnings for distcheckraveit651-0/+3
2018-12-17math-display: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2018-12-05tx: fix typoraveit651-1/+1
2018-12-01math-window: Fix memory leakPablo Barciela1-1/+4
'g_strconcat' needs to be freed
2018-11-24math-display.c: avoid deprecated 'gtk_widget_ensure_style' (#66)ZenWalker1-1/+0
2018-11-13data: update appdata directoryraveit651-1/+1
fixes https://github.com/mate-desktop/mate-calc/issues/49
2018-11-13ui files: add missing icons in titles to dialogsPablo Barciela2-0/+11
2018-11-12buttons-programming.ui: Fix buttonsPablo Barciela1-10/+4
Fixes https://github.com/mate-desktop/mate-calc/issues/63
2018-10-08Use make functions for HELP_LINGUASrbuj1-1/+5