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
Released 3.11.4beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1652 70169cfe-8b10-0410-8925-dcb4b91034d8
Build system fixes: Disabling fox works. Test program linking works.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1651 70169cfe-8b10-0410-8925-dcb4b91034d8
More build system fixes.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1650 70169cfe-8b10-0410-8925-dcb4b91034d8
More build system fixes regarding the GUI framework.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1649 70169cfe-8b10-0410-8925-dcb4b91034d8
Install additional *.pc files needed by depending projects.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1648 70169cfe-8b10-0410-8925-dcb4b91034d8
Added FOX16 implementation of GWEN_GUI/DIALOG framework.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1647 70169cfe-8b10-0410-8925-dcb4b91034d8
Added GUI implementations.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1646 70169cfe-8b10-0410-8925-dcb4b91034d8
GWEN_Gui_Show/HideBox is now also handled via dialogs.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1645 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on Dialog Framework.
- dialogs now load and save their preference automatically- added dialog dlg_message (handles GWEN_Gui_MessageBox)- added functions GWEN_Gui_SetName/GetName. This is used by AqBanking as a prefix when loading/saving dialog preferences...
Declared new callback functions for reading/writing dialog preferences.
AqBanking uses its shared data module to read/write dialog settings, andthese callbacks make this method available to other dialogs as well.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1643 70169cfe-8b10-0410-8925-dcb4b91034d8
More work on Dialog framework.
- added a few functions to modify initial widget properties- moved widget flags to dialog.h- added dlg_input (replacement for InputBox function)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1642 70169cfe-8b10-0410-8925-dcb4b91034d8
Improved progress dialogs.
With this checkin GWEN_GUI is able to completely handle progress widgetsusing GWEN_Dialogs.
If an application wants to use this feature it needs to callGWEN_Gui_UseDialogs().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1641 70169cfe-8b10-0410-8925-dcb4b91034d8
Added widget type TextBrowser (e.g. used for logs).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1640 70169cfe-8b10-0410-8925-dcb4b91034d8
Renamed properties with "Choice" in the name to "*Value".
This is in preparation of the new widget type "TextBrowser".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1639 70169cfe-8b10-0410-8925-dcb4b91034d8
Started working on dialog bases GUI implementation.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1638 70169cfe-8b10-0410-8925-dcb4b91034d8
Dialog Framework: Removed some arguments from the signal handler.
Setting these arguments up (intVal, charVal) can be quite costly, and inmost cases these values weren't needed anyway, therefore they have beenremoved. This makes implementations much simpler....
Added widget type: "spinBox".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1636 70169cfe-8b10-0410-8925-dcb4b91034d8
Removed the last argument of the GWEN_DIALOG signal handler.
This allows to stream signals later.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1635 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom