[poppler] poppler: ChangeLog,1.154,1.155

Martin Kretzschmar m_kretzschmar at freedesktop.org
Thu Jul 28 05:21:10 EST 2005


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv6864

Modified Files:
	ChangeLog 
Log Message:
* poppler/PSOutputDev.cc (PSOutputDev): change the constructor to
take paper size and duplex setting parameters.
(init): add paper size and duplex parameters.
(writeDocSetup): add duplex parameter.

* poppler/PSOutputDev.h: update declarations.

* glib/poppler-private.h (struct _PopplerPSFile): store necessary
information to eventually construct a PSOutputDev.

* glib/poppler-page.cc (poppler_page_render_to_ps): initialize the
output dev if it doesn't exist yet.

* glib/poppler-document.cc (poppler_ps_file_new): don't create the
PSOutputDev here, just store filename and page range.
(poppler_ps_file_set_paper_size, poppler_ps_file_set_duplex): new
functions.
(poppler_ps_file_free): free the filename which we strdup now.

* glib/poppler-document.h: add prototypes.


Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- ChangeLog	26 Jul 2005 21:52:09 -0000	1.154
+++ ChangeLog	27 Jul 2005 19:21:08 -0000	1.155
@@ -1,3 +1,26 @@
+2005-07-27  Martin Kretzschmar  <martink at gnome.org>
+
+	* poppler/PSOutputDev.cc (PSOutputDev): change the constructor to
+	take paper size and duplex setting parameters.
+	(init): add paper size and duplex parameters.
+	(writeDocSetup): add duplex parameter.
+
+	* poppler/PSOutputDev.h: update declarations.
+
+	* glib/poppler-private.h (struct _PopplerPSFile): store necessary
+	information to eventually construct a PSOutputDev.
+
+	* glib/poppler-page.cc (poppler_page_render_to_ps): initialize the
+	output dev if it doesn't exist yet.
+
+	* glib/poppler-document.cc (poppler_ps_file_new): don't create the
+	PSOutputDev here, just store filename and page range.
+	(poppler_ps_file_set_paper_size, poppler_ps_file_set_duplex): new
+	functions.
+	(poppler_ps_file_free): free the filename which we strdup now.
+
+	* glib/poppler-document.h: add prototypes.
+
 2005-07-26  Albert Astals Cid  <aacid at kde.org>
 
 	 * qt/test-poppler-qt-cpp: Fix mem leak



More information about the poppler mailing list