]> saetta.ns0.it Git - reptool/libreptool/commit
RptReport with text, line, rect and image objects.
authorAndrea Zagli <azagli@libero.it>
Sun, 25 Mar 2007 08:08:51 +0000 (08:08 +0000)
committerAndrea Zagli <azagli@libero.it>
Sun, 25 Mar 2007 08:08:51 +0000 (08:08 +0000)
commit0b8f2b38a9ded048049a5098aaf6cf62f2fefb53
treea18d2a33e777a48b81fa2ddb420c9ee22014890e
parente2a8d6e32f3d5bab6fa68ba42ec900d941c7b7c5
RptReport with text, line, rect and image objects.
Only few features implemented.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@6 3191ed1d-3fce-41bb-ab4a-0cebc0943b59
21 files changed:
data/reptool.dtd
src/Makefile.am
src/rptcommon.c
src/rptcommon.h
src/rptobject.c
src/rptobject.h
src/rptobjectimage.c [new file with mode: 0644]
src/rptobjectimage.h [new file with mode: 0644]
src/rptobjectline.c [new file with mode: 0644]
src/rptobjectline.h [new file with mode: 0644]
src/rptobjectrect.c [new file with mode: 0644]
src/rptobjectrect.h [new file with mode: 0644]
src/rptreport.c
src/rptreport.h
tests/Makefile.am
tests/gnome-globe.png [new file with mode: 0644]
tests/rptprint.c [deleted file]
tests/rptreport.c [deleted file]
tests/test_report_db.rpt
tests/test_rptprint.c [new file with mode: 0644]
tests/test_rptreport.c [new file with mode: 0644]