fixed: calculating the size of the main window
now it looks good on MS Vista and when a user changes size of some widgets such as a border, font size, etc. added: spanish language to the setup (installer) added: the setup will remove mingwm10.dll if it exists in the program directory added: on display tab: we can select 'deg' 'rad' or 'grad' for calculating in such functions: sin,cos,tan,cot,asin,acos,atan,acot added: macro TTCALC_CONVERT if not defined there will not be a convert tab (the convert tab is not finished) added: a new icon with following dimensions: '48x48' '32x32' '16x16' removed: parameter for gcc: -mthreads with -mthreads it is possible (on windows) to release some kind of 'destructors' belonging to a thread when the specific thread exists (it prevents some kind of memory leaks) in the TTCalc when the second thread exists then there is the end of the program and we can not use '-mthreads' removed: file TODO (I didn't use the file) git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@114 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>TTCalc</title>
|
||||
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
||||
<param name="Keyword" value="TTCalc">
|
||||
<param name="Keyword" value="author">
|
||||
<param name="Keyword" value="contact">
|
||||
<param name="Keyword" value="licence">
|
||||
<param name="Keyword" value="operating systems">
|
||||
<param name="Keyword" value="project page">
|
||||
</object>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>TTCalc</h1>
|
||||
|
||||
<p>
|
||||
TTCalc is a mathematical calculator. It has a nice user interface, formulas for
|
||||
calculating can be inserted by using a keyboard or a mouse. The result is automatically
|
||||
shown in a second window without using any additional keys such as 'equal'. The
|
||||
program possess trigonometric functions, inverse trigonometric functions, hyperbolic
|
||||
functions, logical operators, logarithms, functions for converting between degrees and
|
||||
radians and so on. Additionally the program allows the user to define his own
|
||||
variables and functions. Calculations are performed by using floating point numbers
|
||||
with three kind of precision, the biggest has 288 bits for its mantissa and 96 bits
|
||||
for its exponent that is about 2.551...e+11925026709067095507636213441 with 85 valid
|
||||
decimal digits. The program independently allows to insert and display values with
|
||||
the base (radix) from two to sixteen.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr><td>Author:</td><td>Tomasz Sowa</td></tr>
|
||||
<tr><td>Contact:</td><td>t.sowa@slimaczek.pl</td></tr>
|
||||
<tr><td>Licence:</td><td>BSD (open source)</td></tr>
|
||||
<tr><td>Operating systems:</td><td>Microsoft Windows 9x/Me/NT/2000/XP (Vista was not tested)</td></tr>
|
||||
<tr><td>Interface:</td><td>English, Polish</td></tr>
|
||||
<tr><td>Project page:</td><td><a href="http://sourceforge.net/projects/ttcalc">http://sourceforge.net/projects/ttcalc</a></td></tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>TTCalc</title>
|
||||
<link rel="stylesheet" href="styles.css" type="text/css">
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
||||
<param name="Keyword" value="TTCalc">
|
||||
<param name="Keyword" value="author">
|
||||
<param name="Keyword" value="contact">
|
||||
<param name="Keyword" value="licence">
|
||||
<param name="Keyword" value="operating systems">
|
||||
<param name="Keyword" value="project page">
|
||||
</object>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>TTCalc</h1>
|
||||
|
||||
<p>
|
||||
TTCalc is a mathematical calculator. It has a nice user interface, formulas for
|
||||
calculating can be inserted by using a keyboard or a mouse. The result is automatically
|
||||
shown in a second window without using any additional keys such as 'equal'. The
|
||||
program possess trigonometric functions, inverse trigonometric functions, hyperbolic
|
||||
functions, logical operators, logarithms, functions for converting between degrees and
|
||||
radians and so on. Additionally the program allows the user to define his own
|
||||
variables and functions. Calculations are performed by using floating point numbers
|
||||
with three kind of precision, the biggest has 288 bits for its mantissa and 96 bits
|
||||
for its exponent that is about 2.551...e+11925026709067095507636213441 with 85 valid
|
||||
decimal digits. The program independently allows to insert and display values with
|
||||
the base (radix) from two to sixteen.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr><td>Author:</td><td>Tomasz Sowa</td></tr>
|
||||
<tr><td>Contact:</td><td>t.sowa@slimaczek.pl</td></tr>
|
||||
<tr><td>Licence:</td><td>BSD (open source)</td></tr>
|
||||
<tr><td>Operating systems:</td><td>Microsoft Windows 9x/Me/NT/2000/XP (Vista was not tested)</td></tr>
|
||||
<tr><td>Interface:</td><td>English, Polish</td></tr>
|
||||
<tr><td>Project page:</td><td><a href="http://sourceforge.net/projects/ttcalc">http://sourceforge.net/projects/ttcalc</a></td></tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user