Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-181-1/+12
* Add a flag to check if orientation has been overridenMarco Pesenti Gritti2005-06-171-5/+16
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-161-3/+46
* Enable is_open for links, you will need poppler cvsMarco Pesenti Gritti2005-06-151-4/+0
* Expand links when specified by the document. Depend on a poppler apiMarco Pesenti Gritti2005-06-151-3/+10
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-141-3/+34
* Separate scan and fill so that we can incrementally fill from the mainMarco Pesenti Gritti2005-06-131-19/+54
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-111-39/+35
* More commenting of font stuffNickolay V. Shmyrev2005-06-041-2/+4
* Comment out some more fonts stuff. Should really work without the popplerMarco Pesenti Gritti2005-06-041-0/+4
* Adapt to api changeMarco Pesenti Gritti2005-06-041-2/+1
* Implement fonts list. Defined out for now, since it depends on a not yetMarco Pesenti Gritti2005-06-041-3/+53
* Rework properties code to take only EvPropertyInfo in the constructor soMarco Pesenti Gritti2005-06-041-1/+15
* Initial go at file properties. Patch by Emil Soleyman-ZomalanMarco Pesenti Gritti2005-06-031-2/+11
* Release the poppler document on disposeMarco Pesenti Gritti2005-05-311-0/+13
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-291-0/+16
* Remove the locks around get_n_resultsMarco Pesenti Gritti2005-05-211-1/+2
* Adapt to new poppler apiMarco Pesenti Gritti2005-05-181-5/+4
* make page size calculation consistent and set it to (int)( width * scale +Jonathan Blandford2005-05-111-2/+2
* Fix find on single page documentsMarco Pesenti Gritti2005-04-221-5/+4
* actually remove the job.Jonathan Blandford2005-04-221-5/+7
* Remove get_title from the interface, we can just use document infoMarco Pesenti Gritti2005-04-191-32/+0
* Initial support for document info. Based on jrb patch.Marco Pesenti Gritti2005-04-191-0/+96
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-141-2/+7
* Make printing work againMarco Pesenti Gritti2005-04-081-6/+41
* Recent files support.Nickolay V. Shmyrev2005-04-071-5/+0
* Make clipboard work againMarco Pesenti Gritti2005-04-051-1/+22
* Make searching work again.Kristian Høgsberg2005-04-051-106/+52
* Implement search based on poppler_page_find_text(). Currently a bit crudeKristian Høgsberg2005-04-011-2/+231
* Update to work with PopplerRectangle change from poppler CVS.Kristian Høgsberg2005-04-011-4/+4
* Cr 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-03-311-0/+21
* Remove pixbuf backend for nowJonathan Blandford2005-03-313-11/+634
* Patch from Fernando Herrera <fherrera@onirica.com> to fix my quick fix toJonathan Blandford2005-03-251-5/+2
* add 1 to the page, as this seems to be 1 based. I thought we has thisJonathan Blandford2005-03-241-0/+3
* merge evince-threads branchMarco Pesenti Gritti2005-03-231-24/+126
* Fix the mess we did with thumbnails and 1-basednessMarco Pesenti Gritti2005-03-121-4/+3
* Remove 4 pixels of useless border from the thumbnail.Marco Pesenti Gritti2005-03-071-2/+3
* Rework API a bit. Add a border flag and change sizing logic (now the sizeMarco Pesenti Gritti2005-03-071-22/+37
* revert accidental commitMarco Pesenti Gritti2005-03-031-1/+1
* Add a nautilus thumbnailer. Based on patch by Fernando HerreraMarco Pesenti Gritti2005-03-032-1/+2
* Use poppler instead of including xpdf source code. Poppler is a fork ofKristian Høgsberg2005-03-01221-77854/+75
* Handle title links for real. Gosh, how long has this been broken.Jonathan Blandford2005-02-281-1/+3
* In get_page_size deal with rotation. Also cleanup the function a bit.Marco Pesenti Gritti2005-02-251-11/+32
* Fix crash when opening in new windowMarco Pesenti Gritti2005-02-251-14/+15
* Port fix for a crasher from kde bugMarco Pesenti Gritti2005-02-241-1/+1
* Return a link even if it's of an unrecognized type. Otherwise we go in anMarco Pesenti Gritti2005-02-241-3/+5
* Fix a crasher on exit. Unused code, put a TODOMarco Pesenti Gritti2005-02-241-1/+1
* Separate page/scale notificationsMarco Pesenti Gritti2005-02-241-34/+18
* Patch from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering theJonathan Blandford2005-02-211-10/+4
* Fixup selection offset calculationMarco Pesenti Gritti2005-02-211-4/+4