From fbab1df13fdbf99c685f2e259d1dc4dfef2d57db Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sun, 1 Nov 2009 01:52:13 +0000 Subject: [PATCH] changed: the main window has been enlarged added: there are some new buttons on the standard tab - (...) - the whole expression is surrounded by brackets - 1/(...) - ; - % - floor/ceil - min/max - root - gamma added: some options on display tab: - grouping - input decimal point - parameters separated by git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@227 e52654a7-88a9-db11-a3e9-0013d4bc506e --- help/arithmetic_functions.html | 3 +- help/operators_priority.html | 3 +- src/languages.cpp | 6 +- src/mainwindow.cpp | 4 + src/parsermanager.cpp | 53 ++++++ src/parsermanager.h | 18 +- src/programresources.cpp | 68 ++++++- src/programresources.h | 32 ++++ src/resource.h | 21 ++- src/resource.rc | 275 ++++++++++++++++------------ src/tabs.cpp | 321 ++++++++++++++++++++++++++++++++- 11 files changed, 666 insertions(+), 138 deletions(-) diff --git a/help/arithmetic_functions.html b/help/arithmetic_functions.html index ff3ca25..c83b52b 100644 --- a/help/arithmetic_functions.html +++ b/help/arithmetic_functions.html @@ -99,7 +99,8 @@