------------------------------------------------------------------
2011-06-11 11:56:35 +0000 martin
Prepared release 4.1.0.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2078 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-06-11 11:56:31 +0000 martin
Fixed a bug in GWEN_Time__fromString().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2077 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-06-11 11:56:27 +0000 martin
Improved a debug message.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2076 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-06-11 11:56:24 +0000 martin
Added generic ability to sort GWEN_LISTs.
To use this feature one only has to provide a sort function, the rest will
be done by Gwen.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2075 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-05-06 17:49:02 +0000 martin
Need to set status of newly created GWEN_SyncIo_Memory to "connected".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2074 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-27 18:16:02 +0000 martin
Fixed a bug in syncio_memory.c
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2073 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-27 18:15:58 +0000 martin
Moved AC_PROG_LIBTOOL up in configure.ac.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2072 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-23 19:29:41 +0000 martin
Add flags when creating an XML file.
Without this the file will be created without access flags and permissions.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2071 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-23 19:29:34 +0000 martin
Fixed another bug in new code.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2070 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-22 23:32:14 +0000 martin
Fixed a bug in new code.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2069 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-22 23:19:36 +0000 martin
Added a sort mechanism to GWEN_LIST1.
This is immediately usable by every list which uses the GWEN_LIST1 API
(i.e. all lists which are declared via GWEN_LIST_*DEFS).

It is also typesafe using the same mechanism as the rest of the GWEN_LIST1
module.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2068 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-22 16:14:25 +0000 martin
Fixed a segfault on bad template strings.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2067 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-22 15:54:54 +0000 martin
Improved GWEN_Date_toStringWithTemplate() and GWEN_Time_toString().
- Now the modifier "*" is allowed after template chars, like in "YYYY/MM/D*".
  E.g. "D*" means all digits of the day of week, "Y*" stands for the full
  year, so for the date 1st of January, 2011 the following templates have the
  given results:
  - "Y*/M*/D*" -> 2011/01/01
  - "YYYY/D/D" -> 2011/1/1
  - "YYYY/DD/DD" -> 2011/01/01
- added GWEN_DATE template chars "W" and "w" to show the day of week

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2066 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-22 12:42:06 +0000 martin
Fixed a bug in GWEN_Date.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2065 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-22 12:35:05 +0000 martin
Added some convenience function for date management.
- added GWEN_Date_fromLocalTime()
- added GWEN_Date_fromGmTime()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2064 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-20 19:35:40 +0000 martin
Improved typemaker2 tool.
- removed misleading comments in generated source code
- implemented toXml/fromXml functions for base type "list1_base"

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2063 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-19 08:21:37 +0000 christian
Check SyncIo_Status before importing from that syncio.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2062 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-19 08:21:34 +0000 christian
Set SyncIo_Status correctly, and check it before reading from that syncio.
See also https://bugzilla.gnome.org/show_bug.cgi?id=646268

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2061 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-19 08:21:30 +0000 christian
Fix typos in assert so that they actually check the correct variables.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2060 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-18 17:20:10 +0000 martin
Applied a patch by Marko K. for MacOSX.
This patch should fix QT4 detection for MacOSX.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2059 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-11 18:53:52 +0000 martin
Prepared code to use some system-wide cacerts file.
I just need to know what file is the system-wide file :-/

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2058 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-04-11 18:29:52 +0000 martin
Updated ca-bundle.crt.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2057 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-22 22:27:00 +0000 martin
Changed database type of GWEN_BUFFER to BIN.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2056 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-22 21:43:46 +0000 martin
Some const fixes in GWEN_BUFFER.
Not all functions need a non-const argument...

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2055 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-22 21:05:54 +0000 martin
Fixed and simplified GWEN_BUFFER type description for typemaker2.
AqDataBase can directly read/write binary data, so there is no need to
convert to/from hex string.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2054 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-22 16:53:42 +0000 martin
Add some assertions.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2053 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-21 21:24:18 +0000 martin
Adapted typemaker2 to latest changes in AqFinance.
AqFinance's database code has been moved to a separate library with its
own name, so the names used in Typemaker2 had to be changed.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2052 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-21 21:24:11 +0000 martin
Improved error messages.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2051 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-13 18:55:54 +0000 martin
Prepared release 4.0.9.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2050 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-12 23:45:28 +0000 martin
Fixed a bug in GWEN_List1_Insert().
Need to link to next element, too...

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2049 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-12 17:28:46 +0000 martin
Fixed a copy'n'paste-error.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2048 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-12 12:37:39 +0000 martin
Fixed a memory leak detected by valgrind.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2047 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-03-11 15:00:16 +0000 martin
Fixed a typo in XMLDB plugin.
The correct encoding is "utf-8". With the previously used "utf8" some parsers
reject the XML file.

Fixes #117.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2046 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-27 18:23:44 +0000 martin
Moved declaration of max rsa keysize into header file.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2045 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-27 09:19:08 +0000 martin
Increased buffer size for RSA keys.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2044 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-26 17:28:53 +0000 martin
Fixed a typo in German translation.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2043 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-26 16:40:01 +0000 martin
Prepared release 4.0.8.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2042 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-26 16:39:57 +0000 martin
Fixed a bug in GWEN_Directory_GetMatchingFilesRecursively().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2041 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-16 18:35:11 +0000 martin
Prepared release 4.0.7.
This version fixes AqBanking's smsTAN implementation.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2040 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-15 22:52:12 +0000 martin
Added a test to check for HKTAN:3 problems.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2039 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-15 22:52:08 +0000 martin
Likely fixed a bug in msgengine code.
This bug occurred with AqHBCI when creating segment HKTAN:3.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2038 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-15 20:40:23 +0000 martin
Prepared release 4.0.6.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2037 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-13 21:26:20 +0000 martin
Updated de.po.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2036 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-13 21:26:17 +0000 martin
Adapted plugin description files to latest changes.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2035 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-13 21:26:11 +0000 martin
Changed I18N handling for plugin description files.
Now we use "po4a" to include translations for plugin descriptions in the
standard *.po files.
With this change all translation is now concentrated in the *.po files.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2034 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-13 13:12:23 +0000 martin
Applied a patch by Thomas Baumgart to keep the focus chain intact in QT4 GUI
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2033 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-09 19:01:10 +0000 martin
Prepared release 4.0.5.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2032 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-06 20:06:21 +0000 martin
Applied a patch provided by Thomas Baumgart fixing handling of chunked HTTP.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2031 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-02-03 22:24:07 +0000 martin
Probably fixed a bug with chunked HTTP.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2030 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-01-25 21:32:10 +0000 martin
Prepared release 4.0.4.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2029 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-01-25 20:14:51 +0000 martin
Really fixed use of GTK2 LineEdit widget.
WidgetFlags are defined in src/gui/dialog.h.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2028 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-01-23 22:42:52 +0000 martin
Removed superflous sleep call for MacOSX.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2027 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-01-17 19:34:42 +0000 martin
Fixed a bug in GWEN_SyncIo_Memory_fromBuffer().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2026 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-01-14 18:53:56 +0000 martin
Prepared release 4.0.3.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2025 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2011-01-09 20:43:13 +0000 christian
Fix URLs in configure macro error messages.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2024 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-12-18 10:50:54 +0000 christian
Clean up unneeded number in most recently changed error message.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2023 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-12-18 10:16:18 +0000 christian
Make error message about unexpected option more verbose
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2022 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-12-04 21:23:53 +0000 christian
Fix off-by-one error when checking buffer size.
Pointed out by Michael Haller. The argument maxLen should better be
called bufferSize because it designates the allowed number of bytes in
the buffer which includes the trailing zero. The maximum number of input
characters is one less. The documentation in gui.h explains this correctly,
but the argument would still be more understandable when called bufferSize.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2021 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-11-27 16:11:06 +0000 martin
Adapted debug calls.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2020 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-11-27 16:11:03 +0000 martin
Moved I18N stuff from GWEN_CGUI to base class GWEN_GUI.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2019 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-11-13 12:56:11 +0000 martin
Prepared release 4.0.2.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2018 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-11-13 12:08:07 +0000 martin
Fixed a bug as pointed out by Martin von Gagern (who also provided a fix).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2017 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-15 16:11:53 +0000 martin
Added gource script.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2016 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-15 16:11:50 +0000 martin
Gtk2: Use visibility property of GtkEntry to hide the password entry. Patch by Christian Stimming.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2015 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-02 21:27:43 +0000 martin
Increased version numbers.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2014 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-02 21:25:33 +0000 martin
Added log message for socket disconnect.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2013 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-02 05:36:27 +0000 martin
Prepared maintenance release 4.0.1.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2012 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-01 13:05:55 +0000 martin
Win32: Add more missing GWENHYWFAR_CB.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2011 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-01 10:57:44 +0000 martin
Increased version numbers.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2010 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-01 10:57:42 +0000 martin
Improved HTTP handling.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2009 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-01 10:57:40 +0000 martin
Win32: Fix missing GWENHYWFAR_CB macros for windows callback functions.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2008 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-09-01 10:57:37 +0000 martin
Win32: Fix makefile to create a gtk2-gui DLL.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2007 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-30 15:08:26 +0000 martin
Prepared release 4.0.0.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2006 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-30 15:08:24 +0000 martin
Removed old ChangeLogs, restrict size of new ChangeLog.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2005 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 14:40:04 +0000 martin
Prepared internal release 3.99.27rc.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2004 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 14:40:02 +0000 martin
Fixed a few interesting bugs detected by clang.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2003 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 13:09:42 +0000 martin
More cleanup: Define DISABLE_DEBUGLOG in all modules.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2002 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 12:54:47 +0000 martin
Minor speedup.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2001 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 12:36:39 +0000 martin
Fixed a bug.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2000 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 11:58:55 +0000 martin
Pre-release cleanup (removed some debug messages).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1999 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 11:21:56 +0000 martin
Fixed a few more memory leaks.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1998 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-28 11:21:51 +0000 martin
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 time
up to a noticable amount.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1997 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-26 15:58:35 +0000 martin
Prepared release 3.99.26rc.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1996 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-26 15:41:59 +0000 martin
Improved typemaker2 tool.
This fixes memory leaks in auto-generated code.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1995 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-26 12:31:42 +0000 martin
Added target "cppcheck".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1994 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-26 10:45:42 +0000 martin
XML: Accept "!DOCTYPE" as some sort of header.
This fixes AqBanking ticket #93.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1993 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-26 10:45:37 +0000 martin
Released 3.99.25rc.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1992 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-25 22:31:35 +0000 martin
Fixed some memory leaks.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1991 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-25 13:09:18 +0000 martin
GUI: Added images of the Cocoa GUI implementation to doc folder.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1990 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-25 12:42:01 +0000 martin
GUI: Added a test for password entry and a label with an image.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1989 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-25 11:00:31 +0000 martin
Added check for environment variable "DIALOG_DIR" for gui tests.
This is needed for some cocoa tests.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1988 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-25 09:56:44 +0000 martin
Prepared release 3.99.24rc.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1987 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-25 09:56:42 +0000 martin
Removed argument FILE from all dump functions.
This is the first step in removing dependencies on the console. When
finished we will no longer need a console on WIN32 in windows apps.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1986 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-24 18:02:40 +0000 martin
Incremented version number.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1985 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-24 18:02:38 +0000 martin
CocoaGui: Now also usable from within (obj-) C++.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1984 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-23 16:04:49 +0000 martin
Implement properties "width" and "height".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1983 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-23 15:33:11 +0000 martin
Prepared release 3.99.23rc6.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1982 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-23 15:33:09 +0000 martin
Fixed a problem with the cocoa frontend (not completely tested, though).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1981 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-23 15:33:07 +0000 martin
Fixed an important bug (was not handling EOF or read size=0 correctly).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1980 70169cfe-8b10-0410-8925-dcb4b91034d8

------------------------------------------------------------------
2010-08-23 15:33:05 +0000 martin
Added a check for EOF.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1979 70169cfe-8b10-0410-8925-dcb4b91034d8
