Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
7be4ef76 30.07.2010 18:35 martin

FOX16: Decreased verbosity, fixed a bug in radio button group handling.

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

c09e9a8e 29.07.2010 22:55 martin

Prepared release 3.99.15beta.

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

da6fbe5f 29.07.2010 08:05 martin

Added flag GWEN_PROCESS_FLAGS_CLEARENV to process module.

This allows to clear the environment of the newly started process, so that
things like "LD_LIBRARY_PATH" don't get propagated.

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

5aedb828 29.07.2010 08:05 martin

FOX16: Check index before Fox crashes. Added a debug message.

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

bb84efa1 26.07.2010 16:04 martin

Prepared release 3.99.14beta.

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

918667d8 26.07.2010 16:01 martin

Added function GWEN_PathManager_GetMatchingFilesRecursively().

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

e4a8f342 25.07.2010 20:17 martin

Fixed a bug in GWEN_Text_UnescapeXmlToBuffer().

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

27a647ee 24.07.2010 14:15 martin

Added some comments about how to use theme.cpp in other projects.

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

77601c94 24.07.2010 13:58 martin

Applied modifications as suggested by Marc Duren.

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

928deede 24.07.2010 09:46 martin

Win32 fixes.

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

0be3dc62 18.07.2010 14:16 martin

Moved HTML code from FOX16 to the general part of Gwen.

This code is used by the FOX16 GUI implementation, but it is also used
by AqFinance's console code which doesn't use FOX at all. So option the
console tools of AqFinance with a graphical toolkit isn't an option....

d608c933 18.07.2010 02:48 martin

Added function GWEN_StringList_fromTabString().

This one creates a string list from tab-separated strings.

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

eb23233c 18.07.2010 02:48 martin

Added function GWEN_Directory_GetMatchingFilesRecursively().

This is used in AqFinance to find Print Page Templates.

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

e2ad9e50 18.07.2010 02:48 martin

Added some safeguards.

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

6d88df9e 18.07.2010 02:48 martin

HTML: Fixed a nasty bug in GWEN_Text_UnescapeXmlToBuffer().

This was a classical "off-by-one" error which lead to unexpected beahviour
in AqFinance.

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

4a3919ef 17.07.2010 00:07 martin

FOX16: Many fixes to HTML engine.

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

9e9c46e1 16.07.2010 12:39 martin

FOX16: Added support for images in HTML text.

The current implementation does not work well with transparency in my
icons... Maybe I'll have to work something out for that later.

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

28bba122 16.07.2010 00:06 martin

HTML: Allow for "align" attribute in TD and TH elements.

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

ad4f31ad 15.07.2010 23:42 martin

HTML: Use bold font for table headers.

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

20c9f47e 15.07.2010 23:36 martin

HTML: Reworked table column width calculation.

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

a2d582d9 15.07.2010 22:50 martin

FOX16: Improved HtmlCtx code.

- added functions to access the dimensions of the rendered HTML text
- "BR" element now advances by a default line height if it stands alone
in a line
- added reference counter to GWEN_XML_CONTEXT

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

0417ee1b 15.07.2010 22:46 christian

Fix test dialog file location for out-of-source builds.

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

20f7bab7 15.07.2010 17:16 martin

GWEN_Text_UnescapeXmlToBuffer() now also translates "ü" etc.

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

7fb93216 15.07.2010 17:03 martin

FOX16: Export HTML context functions.

AqFinance uses them now to create a HTMLContext implementation using
Cairo to print to PDF files.
This commit also fixes some bugs which have been found while testing the
Cairo implementation (mostly fixed the use of absolute sizes)....

a9c2c41c 15.07.2010 12:44 martin

Added missing file.

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

(1601-1625/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom