ttcalc/src
Tomasz Sowa 97ec3123d9 added: the portable version of the program TTCalc
(it uses *.ini config file from the same folder where
         is the executable file)
changed: Makefile
added:   Makefileportable, Makefile.dep
         Makefileportable uses TTCALC_PORTABLE macro to indicate
         that we're compiling the portable version of the TTCalc
         in portable mode we're compiling with -Os
changed: small changes in almost all files for using with
         TTCALC_PORTABLE macro
         in the portable version we have only one parser
         (as the parsers are leant on templates that
         the program will be smaller now)
changed: in the portable version the bitmap on the about dialog
         has gone away (it was 142kb)
added:   the portable version *.exe is packed by the UPX packer
         (http://upx.sourceforge.net/)
added:   help/bitwise_functions.html
         (I forgot to add it to the repository)


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@43 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-06-24 20:11:14 +00:00
..
Makefile added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
Makefile.dep added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
Makefileportable added: the portable version of the program TTCalc 2007-06-24 20:11:14 +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: the portable version of the program TTCalc 2007-06-24 20:11:14 +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 added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
languages.cpp added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
languages.h added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
mainwindow.cpp added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
messages.h fixed: navigation from the keyboard 2007-03-08 19:15:55 +00:00
parsermanager.cpp added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
parsermanager.h added: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
programresources.cpp added: the portable version of the program TTCalc 2007-06-24 20:11:14 +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: the portable version of the program TTCalc 2007-06-24 20:11:14 +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: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
tabs.h added: the portable version of the program TTCalc 2007-06-24 20:11:14 +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: the portable version of the program TTCalc 2007-06-24 20:11:14 +00:00
winmain.h fixed: navigation from the keyboard 2007-03-08 19:15:55 +00:00