fixed: when the program was run as a maximalized window, the window was only resized horizontly

changed  input edit: can have 2048 characters now
fixed:   the focus (when using the tab key) didn't go from tabs into their controls
added:   a button 'err' which shows us where is an error (an incorrect character etc.)
changed: diplaying an error message is from the main thread now
added:   when the program calculates (for example the factorial) and an user clicks on the 'err' button
         then a 'calculating...' message will be printed


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@14 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2007-02-08 17:54:37 +00:00
parent 368711c76c
commit 4cc6d78c7e
25 changed files with 1054 additions and 216 deletions

View File

@@ -1,6 +1,6 @@
CC = g++
o = resource.o calculation.o functions.o iniparser.o languages.o mainwindow.o parsermanager.o programresources.o tabs.o variables.o winmain.o
CFLAGS = -Wall -pedantic -s -O3 -mwindows -mthreads -I../../../ttmath
CFLAGS = -Wall -pedantic -s -O1 -mwindows -mthreads -I../../../ttmath
name = ttcalc.exe