Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function to canonicalize sizing/painting a border.Jonathan Blandford2005-02-161-1/+1
* Release 0.1.4Marco Pesenti Gritti2005-02-092-10/+10
* Add warnings about unimplemented/unknown link types.Marco Pesenti Gritti2005-02-081-2/+15
* Fix several bugs with findMarco Pesenti Gritti2005-02-041-5/+13
* New file with some random thoughts.Jonathan Blandford2005-02-021-8/+18
* Yay! find works now... Now to find bugs...Marco Pesenti Gritti2005-01-301-9/+30
* More work on find implementation, mostly there nowMarco Pesenti Gritti2005-01-301-21/+18
* Enanche the find interface to be really able to do multi page find.Marco Pesenti Gritti2005-01-291-72/+51
* Fix CID fonts with freetype 2.1.9Marco Pesenti Gritti2005-01-261-0/+7
* guard against unloaded docs when the title is accessed.Jonathan Blandford2005-01-251-0/+2
* ignore page offset here, to make search results independent of it,Stephane LOEUILLET2005-01-231-4/+4
* divide by scale at the right time. Bug #164996Stephane LOEUILLET2005-01-231-6/+6
* My 2005-01-05 change didn't actually fix the problem. Now I justMartin Kretzschmar2005-01-221-14/+16
* Check the links info is initialized before using it. Should fix a crash onMarco Pesenti Gritti2005-01-211-0/+4
* Keep offset in consideration in a few placesMarco Pesenti Gritti2005-01-201-11/+20
* Show a wait cursor while the page is renderingMarco Pesenti Gritti2005-01-201-2/+2
* Fix CAN-2005-0064Marco Pesenti Gritti2005-01-191-0/+3
* Add initial support for password-supported dialogs. This could be a lotJonathan Blandford2005-01-191-13/+56
* Fix bugs in the links implementation and change cursor when hovering aMarco Pesenti Gritti2005-01-181-1/+5
* Add support for document linksMarco Pesenti Gritti2005-01-131-23/+67
* implement get/set propertiesJeff Muizelaar2005-01-131-1/+1
* Rename bookmark to link, and use "Index" for the sidebar panel.Marco Pesenti Gritti2005-01-101-49/+49
* (redraw): fix pixbuf data offset.Martin Kretzschmar2005-01-091-1/+1
* pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):Martin Kretzschmar2005-01-085-40/+119
* add a FIXME. We should probably not allocate a bookmark object every timeMarco Pesenti Gritti2005-01-071-0/+2
* Add a way to open bookmarksMarco Pesenti Gritti2005-01-071-51/+41
* Add a bookmark object to the backend and use it instead of get_valuesMarco Pesenti Gritti2005-01-071-16/+13
* fill in the thumbnail with white. New interface to get the size of a page.Jonathan Blandford2005-01-061-0/+34