From 8de77e33ab168df33b2a4bc7a7fe45aed75e9040 Mon Sep 17 00:00:00 2001 From: mbkma Date: Thu, 13 Feb 2020 22:24:23 +0100 Subject: add history view to show recent calculations. add option to enable/disable history (disabled by default). add possibility to resize mate-calc if history is enabled. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index df5fccd..0555049 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,6 +26,10 @@ mate_calc_SOURCES = \ math-buttons.h \ math-converter.c \ math-converter.h \ + math-history.c \ + math-history.h \ + math-history-entry.c \ + math-history-entry.h \ math-display.c \ math-display.h \ math-equation.c \ @@ -194,6 +198,7 @@ EXTRA_DIST = \ mp-enums.c.template \ mp-enums.h.template \ org.mate.calculator.gresource.xml \ + history-entry.ui \ preferences.ui DISTCLEANFILES = \ -- cgit v1.2.1