Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
Commit message (Expand)AuthorAgeFilesLines
* Reorganize source tree.Nickolay V. Shmyrev2007-01-0810-3827/+0
* Actually remove .cvsignore filesChristian Persch2006-12-311-2/+0
* Fix ps backend in multihead systems.Carlos Garcia Campos2006-12-141-8/+23
* Take screen DPI into account when zooming. Fixes bug #318285.Carlos Garcia Campos2006-12-141-20/+6
* Adds a paper size field to the properties dialog. Fixes bug #307315. PatchWouter Bolsterlee2006-12-041-1/+9
* Allow printing to PDF when suppoted by the backend.Carlos Garcia Campos2006-12-031-29/+42
* Fix CVE-2006-5864.Carlos Garcia Campos2006-11-301-2/+4
* Use consistent quoting style. Fix for the bug #320285.Nickolay V. Shmyrev2006-05-271-4/+4
* Due to broken libtool that is unable to track dependenciesNickolay V. Shmyrev2006-05-051-1/+0
* Add checks that are useful in the case of empty ps document.Nickolay V. Shmyrev2006-02-161-0/+6
* Runtime check for gs interpreter. Fix for the bug #320868. Thanks toNickolay V. Shmyrev2006-02-123-24/+31
* Commit workaround Mozilla problem. Fix for the bug #325919Nickolay V. Shmyrev2006-01-061-9/+16
* Fix unstructured documents save and printMarco Pesenti Gritti2005-09-221-19/+58
* Fix orientation in the postscript documentMarco Pesenti Gritti2005-08-242-62/+18
* Adapt to the new poppler rotation API. Fix text maps on landscapeMarco Pesenti Gritti2005-08-231-0/+3
* Use g_filename_display_name for displaying filenames and revert stringCarlos Garcia Campos2005-08-171-33/+15
* convert filename to utf8 when there is an error loading document. FixesCarlos Garcia Campos2005-08-161-15/+52
* Use unzipped document when printing. Thanks to Colin SlaterNickolay V. Shmyrev2005-08-051-1/+2
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-30/+0
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-26/+2
* add paper_width, paper_height, and duplex parameters to ::begin.Martin Kretzschmar2005-07-271-1/+2
* Do not leak the target windowMarco Pesenti Gritti2005-07-082-6/+12
* Make frontends depend on just libev. Rework and group CFLAGS/LIBSMarco Pesenti Gritti2005-07-071-2/+1
* *** empty log message ***Marco Pesenti Gritti2005-07-071-11/+16
* remove the locale.h include again ;-). And kill the (bogus)Martin Kretzschmar2005-06-181-20/+6
* Include locale.h to fix buildNickolay V. Shmyrev2005-06-181-0/+4
* read "Creator:" comment, free creator field if necessary.Martin Kretzschmar2005-06-173-1/+13
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-161-3/+30
* *** empty log message ***Marco Pesenti Gritti2005-06-141-0/+2
* Implement orientation here tooMarco Pesenti Gritti2005-06-142-6/+32
* Big cleanup of the ps codeMarco Pesenti Gritti2005-06-072-557/+448
* Add an async renderer interface (method + callback) which is useful forMarco Pesenti Gritti2005-06-071-31/+26
* Fix warning when loading psMarco Pesenti Gritti2005-06-061-1/+0
* Fix crash when priting gs error messages.Marco Pesenti Gritti2005-06-061-1/+1
* Rework properties code to take only EvPropertyInfo in the constructor soMarco Pesenti Gritti2005-06-041-1/+3
* Try to render even if psscan fails.Marco Pesenti Gritti2005-06-022-22/+2
* Port buffered reading code from gvMarco Pesenti Gritti2005-06-011-307/+364
* Do not fail on interpreter messagesMarco Pesenti Gritti2005-06-011-1/+8
* Forgot to chain it to the parent. Thanks chpe.Marco Pesenti Gritti2005-05-311-0/+2
* Cleanup dispose a bit. Dont leak the whole pixmap.Marco Pesenti Gritti2005-05-311-65/+41
* Fix a double freeMarco Pesenti Gritti2005-05-311-1/+1
* Adapt to new poppler apiMarco Pesenti Gritti2005-05-181-1/+2
* Remove get_title from the interface, we can just use document infoMarco Pesenti Gritti2005-04-191-46/+14
* Respect document orientationMarco Pesenti Gritti2005-04-181-0/+6
* Based on a patch by J�rg Billeter <j@bitron.ch>Marco Pesenti Gritti2005-04-152-2/+107
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-141-5/+4
* Release 0.2.0Marco Pesenti Gritti2005-04-061-2/+0
* Fix page size calculationMarco Pesenti Gritti2005-04-051-33/+89
* More refactoring to adapt to EvDocument changesMarco Pesenti Gritti2005-04-052-131/+118
* Actually add alpha argsMarco Pesenti Gritti2005-04-051-0/+3