summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-14Remove -Wshadow warningsrbuj5-13/+13
2020-04-09Use only one mp_clear statement per linerbuj5-15/+54
2020-04-08build: Remove redundant LDFLAGSrbuj1-16/+4
2020-04-08Add modular exponentiation ability and add acccording testsmbkma4-14/+87
2020-04-08test-mp-equation: Fix memory leakrbuj1-1/+4
2020-04-08parserfunc: fix memory leakrbuj1-1/+7
2020-04-07history-view: simplify code and add clear optionJohannes Unruh5-82/+84
2020-04-07math-buttons: add space character after inverse trig. functionsJohannes Unruh1-3/+3
2020-04-01math-window: show GNU MPFR and GNU MPC version in about dialogPablo Barciela1-1/+6
2020-03-28math-display.c: set bottom margin to 12 for gtk widget info_viewmbkma1-0/+1
2020-03-19clear MPNumbers before returnmbkma2-9/+26
2020-03-18add Riemann zeta function and Gauss error functionmbkma4-0/+53
2020-03-16parserfunc: fix crash when calculating nested powmbkma2-1/+13
2020-03-10Remove warnings: function declaration isn’t a prototyperbuj3-6/+6
2020-03-08unittest.c: replace tabs with spacesmbkma1-624/+624
2020-03-08Port to GNU MPFR/MPC Librarymbkma26-2929/+877
2020-02-27free variablesmbkma2-4/+5
2020-02-27add history view to show recent calculations.mbkma11-6/+548
2020-02-25Read authors (updated) from mate-calc.aboutrbuj4-7/+33
2020-01-14Fix typo: 'Avogadro' instead 'Avogrado'Pablo Barciela2-2/+2
2020-01-12Update copyright to 2020raveit651-1/+1
2020-01-12fixes precedence of functions i.e. the result of -ln(1) and add according testsmbkma2-0/+34
2019-09-01The function 'mp_mask' is never usedrbuj2-19/+0
2019-07-13parserfunc: Return NULL on NOT operation overflowVictor Kareh2-2/+3
2019-07-03Remove trailing whitespacesLaurent Napias27-148/+148
2019-06-03mp-serializer: fix scientific presentation of complex numbersmbkma1-3/+5
2019-05-08Avoid deprecated 'gtk_widget_get_style' and 'gtk_widget_modify_font'Wu Xiaotian1-2/+41
2019-05-08Fix FSF addressrbuj1-1/+1
2019-05-07test-mp-equation: add tests for physical constantsmbkma1-2/+16
2019-05-07mp-equation: update values from physical constants to match with tooltip valu...mbkma1-7/+7
2019-05-07Add unit tooltips to physical constantsmbkma1-11/+12
2019-05-07dont focus on clickmbkma1-0/+1
2019-05-07mp-equation: add pre-defined physical constantsmbkma3-6/+148
2019-05-06buttons-ui: add destructive-action style to 'clear' buttonmbkma4-0/+12
2019-05-06buttons-ui: add style class "suggested-action" to result buttonmbkma4-19/+31
2019-05-04Use gresources for UI filesrbuj9-15/+6918
2019-04-30Unit tests: pi constant, ln (e^iπ)rbuj1-0/+2
2019-04-29currency-manager: Update name_map in load_imf_ratesrbuj1-42/+44
2019-04-29math-buttons: Fix cppcheck warning: Identical inner 'return'Pablo Barciela1-1/+2
2019-04-26mp: Fix calculate result ln(e^(i*π))Pablo Barciela1-4/+4
2019-04-24display small numbers in scientific notationmbkma1-2/+7
2019-04-24Revert "fixes issues 25 and 26"raveit651-7/+2
2019-04-24fixes issues 25 and 26mbkma1-2/+7
2019-04-23mate-calc: Fix memory leakPablo Barciela1-0/+8
2019-04-21math-buttons: avoid shifting signed 64-bit value by 63 bitsPablo Barciela1-1/+1
2019-04-15Add support for "pi" in addition to "π"mbkma1-3/+3
2019-03-23i18n about dialogrbuj1-27/+32
2019-02-17math-window: update copyright year to 2019Pablo Barciela1-1/+1
2019-01-30math-display: avoid deprecated 'gtk_widget_modify_bg'Pablo Barciela1-6/+0
2019-01-30currency-manager: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2