ttcalc/src
Tomasz Sowa aa10a71d13 changed: on win9x the configuration file is in
"c:\windows\data application\ttcalc\" now
changed: the program uses the TTMath 0.8.1 now
added:   from TTMath 0.8.1:
         root(x, index), bitand(x,y), bitor(x,y), bitxor(x,y)
         /band(x,y), bor(x,y), bxor(x,y)/
         asinh(x), acosh(x), atanh(x), acoth(x) /atgh(x), actgh(x)/
changed: from TTMath 0.8.1: calculations are much faster now
         especially the factorial() function
changed: from TTMath 0.8.1: the way of parsing operators


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@37 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-04-17 13:41:38 +00:00
..
Makefile fixed: navigation from the keyboard 2007-03-08 19:15:55 +00:00
calculation.cpp fixed: CalculationsProcedure - the 'main_window' must be set later (in the loop) 2007-02-28 17:52:09 +00:00
compileconfig.h changed: on win9x the configuration file is in 2007-04-17 13:41:38 +00:00
functions.cpp added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
iniparser.cpp fixed: when the program was run as a maximalized window, the window was only resized horizontly 2007-02-08 17:54:37 +00:00
iniparser.h fixed: when the program was run as a maximalized window, the window was only resized horizontly 2007-02-08 17:54:37 +00:00
languages.cpp changed: on win9x the configuration file is in 2007-04-17 13:41:38 +00:00
languages.h added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
mainwindow.cpp added: macro: TTCALC_PRERELEASE_VER 2007-04-05 19:07:37 +00:00
messages.h fixed: navigation from the keyboard 2007-03-08 19:15:55 +00:00
parsermanager.cpp fixed: when the program was run as a maximalized window, the window was only resized horizontly 2007-02-08 17:54:37 +00:00
parsermanager.h changed: on win9x the configuration file is in 2007-04-17 13:41:38 +00:00
programresources.cpp changed: on win9x the configuration file is in 2007-04-17 13:41:38 +00:00
programresources.h added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
resource.h added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
resource.rc added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
stopcalculating.h fixed: when the program was run as a maximalized window, the window was only resized horizontly 2007-02-08 17:54:37 +00:00
tabs.cpp changed: on win9x the configuration file is in 2007-04-17 13:41:38 +00:00
tabs.h added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
threadcontroller.h fixed: when the program was run as a maximalized window, the window was only resized horizontly 2007-02-08 17:54:37 +00:00
variables.cpp added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
winmain.cpp added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +00:00
winmain.h fixed: navigation from the keyboard 2007-03-08 19:15:55 +00:00