Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make searching work again.Kristian Høgsberg2005-04-051-59/+27
* Remove pixbuf backend for nowJonathan Blandford2005-03-311-16/+2
* merge evince-threads branchMarco Pesenti Gritti2005-03-234-961/+520
* Some more sanitization of the ps backend. Remove a lot of unused code andMarco Pesenti Gritti2005-03-085-625/+22
* Make it C89 compliantJens Granseuer2005-03-031-4/+4
* Disconnect the widget event signal on finalize. Some code cleanups.Marco Pesenti Gritti2005-02-281-48/+60
* If there is no bpixmap create one, even if size is not changed.Marco Pesenti Gritti2005-02-281-1/+1
* Default page is 0. Calculate size even when we have no target yet.Marco Pesenti Gritti2005-02-281-49/+16
* Separate page/scale notificationsMarco Pesenti Gritti2005-02-242-2/+11
* ps pages are 0 based, convertMarco Pesenti Gritti2005-02-211-2/+2
* Initialize correct parent class. Set GError on document loadMarco Pesenti Gritti2005-02-211-2/+8
* Fix compilation on non-gcc platformsMarco Pesenti Gritti2005-02-091-15/+15
* Log gs propertyMarco Pesenti Gritti2005-02-071-0/+2
* Log gs env varMarco Pesenti Gritti2005-02-071-5/+6
* Some cleanups, stop the interpreter on finalizeMarco Pesenti Gritti2005-02-071-38/+28
* Add debugging helpersMarco Pesenti Gritti2005-02-072-0/+29
* Initialize message_window, this should make ps rendering really work!Marco Pesenti Gritti2005-02-071-0/+2
* New file with some random thoughts.Jonathan Blandford2005-02-021-2/+5
* Zero page_[xy]_offset.Martin Kretzschmar2005-01-211-0/+3
* add page_[xy]_offset fields.Martin Kretzschmar2005-01-212-3/+22
* stub out missing methods for complete EvDocument implementation. FixesMartin Kretzschmar2005-01-211-0/+18