ttcalc/src
Tomasz Sowa b3d2fc5d24 added: a user can change the names of variables or functions now
changed: the program uses TTMath 0.8.0 now
added: functions: from TTMath 0.8.0:        
       DegToDeg(deg, min, sec), DegToRad(deg), DegToRad(deg, min, sec),
       RadToDeg(rad), Ceil(x), Floor(x), Sqrt(x), Sinh(x), Cosh(x),
       Tanh(x) /Tgh(x)/, Coth(x) /Ctgh(x)/
added: a help
changed: from TTMath 0.8.0:
       renamed: CTan()  into Cot()  or Ctg()
       renamed: ACTan() into ACot() or ACtg()
       Factorial() has a history log now (it can remember last
       10 calculated values)
added: a directory 'help' with files of the help
added: a directory 'setup' with files needed to make an installer
       (we're using InnoSetup Compiler to make it)
fixed: the vertical size of the main window when a user uses a different size
       of the window caption (especially under the Windows XP Luna)
fixed: on Windows 9x: the program hung when a user clicks on a control 
       on the first tab (the procedure SetNextFocus(...) has been completely
       rewritten and the flag WS_EX_CONTROLPARENT on the tab dialogs has
       gone away)
fixed: when started navigating from the keyboard the program showed a wrong
       variable or a funtion in the edit dialog


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@28 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-04-02 00:17:26 +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 added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +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 added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +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: a user can change the names of variables or functions now 2007-04-02 00:17:26 +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 fixed: when the program was run as a maximalized window, the window was only resized horizontly 2007-02-08 17:54:37 +00:00
programresources.cpp added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +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 added: a user can change the names of variables or functions now 2007-04-02 00:17:26 +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