Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
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

52a9203c 15.07.2010 12:43 admin

Introduced x- and y factors for HTML output.

74f7a6b7 15.07.2010 12:42 admin

Added missing file.

3c608d3a 14.07.2010 14:23 martin

QT4: Fixed a few bugs.

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

17534eb6 14.07.2010 14:13 martin

GUI: Added SpinBox widget type (we already used it in the CSV editor dialog).

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

92f25ff8 13.07.2010 22:31 martin

Prepared release 3.99.13beta.

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

c16ed617 13.07.2010 22:31 martin

QT4: Fixed two bugs.

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

b7ed291c 13.07.2010 18:48 martin

QT4: Added extra sources to EXTRA_DIST

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

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

Auch abrufbar als: Atom