Re-indentation of source code to get a unified look of the source.
This was done using astyle-2.03 with the following command:
astyle --style=java --indent=spaces=2 --break-closing-brackets --keep-one-line-blocks --suffix=none --recursive 'src/*.h' 'src/*.c' 'gui/*.h*' 'gui/*.c*'...
More cleanup: Define DISABLE_DEBUGLOG in all modules.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2002 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed an important memory leak.
This leak was important because it was in code which is very often used(at least in AqFinance), so the memory leak would accumulate over timeup to a noticable amount.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1997 70169cfe-8b10-0410-8925-dcb4b91034d8
Decreased verbosity.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1910 70169cfe-8b10-0410-8925-dcb4b91034d8
Moved HTML code from FOX16 to the general part of Gwen.
This code is used by the FOX16 GUI implementation, but it is also usedby AqFinance's console code which doesn't use FOX at all. So option theconsole tools of AqFinance with a graphical toolkit isn't an option....