Fixed a bug in GWEN_Date_CurrentDate.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1677 70169cfe-8b10-0410-8925-dcb4b91034d8
Improved typermaker2.
- now *_List_dup() functions are declared when structs are created with list1 support- added header location "codeEnd" to add includes at the end of the code- adapted list1_base.tm2 appropriately
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1676 70169cfe-8b10-0410-8925-dcb4b91034d8
Added function GWEN_Date_fromTime().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1675 70169cfe-8b10-0410-8925-dcb4b91034d8
Work on typemaker2, fixed a few bugs.
- GWEN_Text_UnescapeXmlToBuffer() now also reads ""-formatted codes- GWEN_XmlCtxStore_AddAttr() now also escapes XML atributes- FOX16_HtmlCtx: italics now works- work on typemaker2, which is extensively used by AqFinance:...
Fixed FOX16-GUI: Use HTML labels for GWEN_DIALOG labels.
This now makes HTML available to the GWEN_DIALOG implementation for FOX1.6.Fixed problems of FOX16_HtmlLabel with umlauts. Added a test for that.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1673 70169cfe-8b10-0410-8925-dcb4b91034d8
GWEN_BUFFER: Increased maximum number of bookmarks.
This is needed by AqFinance since we use GWEN_BUFFER objects to holddatabase objects. Transaction statements now have more than 32 columns sowe need to increase this limit.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1672 70169cfe-8b10-0410-8925-dcb4b91034d8
FOX16-GUI: Force sync on GUI update.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1671 70169cfe-8b10-0410-8925-dcb4b91034d8
Improved internal dialog-based GUI implementation.
- added checktime member to GWEN_PROGRESS_DATA. This is used to keep track of the last time a GUI check has been issued. With this field we can now cap the GUI update frequency at 1Hz even when the function...
Updated Doxyfile.in.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1669 70169cfe-8b10-0410-8925-dcb4b91034d8
Build system fixes.
- removed accidental dependencies on aqbanking- added missing files to Makefile.am- removed unused files
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1668 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on FOX16 Gui: Huge speedup of HTML management.
Now we make FOX16_Gui hold the list of used fonts. This is a major speedimprovement since each font is now only created once per application runnot for every HTML label. Since AqFinance uses HTML labels at many places...
Install some headers of the HTML parser as they are needed by other applications.
AqFinance is now in the process of moving from using its internal HTMLparser to using that of gwen-gui-fox16 (removes double code).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1666 70169cfe-8b10-0410-8925-dcb4b91034d8
Prepared release 3.11.5beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1665 70169cfe-8b10-0410-8925-dcb4b91034d8
Decreased verbosity prior to release.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1664 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on HTML parser: Right alignment now works (as needed by AqFinance).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1663 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on HTML parser.
Now supports tags h1, h2, h3.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1662 70169cfe-8b10-0410-8925-dcb4b91034d8
Changed test message.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1661 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on HTML parser. Added class FOX16_HtmlLabel.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1660 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on HTML parser for the FOX15 implementation of the dialog framework.
- added a test tool- implemented font-related callbacks- added code to paint to a FXDC- g_box.c: when parsing words only stop at blanks, not at punctuation chars- g_unorderledlist.c: create appropriate objects...
Started working on a richtext/HTML parser for FOX frontend.
The FOX Toolkit doesn't normally provide richtext/html widgets, so weprovide our own simple html parser to be used with the dialog implementationfor FOX.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1658 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed another typo.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1657 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a typo.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1656 70169cfe-8b10-0410-8925-dcb4b91034d8
Build-system fixes (provided by Micha Lenk).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1655 70169cfe-8b10-0410-8925-dcb4b91034d8
Added dialog files to EXTRA_DIST.
Some *_DATA statements seem not to make the autotools include the data filesin packages...
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1654 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a problem in configure.ac (patch provided by Micha Lenk).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1653 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom