]> saetta.ns0.it Git - reptool/libreptool/commit
Some bugfixes.
authorAndrea Zagli <azagli@libero.it>
Sun, 15 Apr 2007 09:02:02 +0000 (09:02 +0000)
committerAndrea Zagli <azagli@libero.it>
Sun, 15 Apr 2007 09:02:02 +0000 (09:02 +0000)
commit8f10a1b0745edca986171a185a8e893e0294154c
tree015376031c971e0a8df0038cb626675854356277
parente0c650d288e87b5bc04b853e3f5e7d6ab321b0aa
Some bugfixes.
Added programmatically report creation test.
Static text in text's source attribute must be enclosed into "".
Added text's attributes padding*.
Added page's attributes margin*.
Added RptReport's signal "field-request".

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@12 3191ed1d-3fce-41bb-ab4a-0cebc0943b59
23 files changed:
ChangeLog
configure.ac
docs/reference/tmpl/rptobjecttext.sgml
docs/reference/tmpl/rptreport.sgml
src/Makefile.am
src/libreptool.h
src/reptool_marshal.list [new file with mode: 0644]
src/rptcommon.c
src/rptcommon.h
src/rptmarshal.c [new file with mode: 0644]
src/rptmarshal.h [new file with mode: 0644]
src/rptobjectimage.c
src/rptobjectline.c
src/rptobjectrect.c
src/rptobjecttext.c
src/rptprint.c
src/rptreport.c
src/rptreport.h
tests/Makefile.am
tests/test_report.rpt
tests/test_report_db.rpt
tests/test_rptreport.c
tests/test_rptreport_creation.c [new file with mode: 0644]