Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* 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
* bypass GDKSplashOutputDev and just use a normal SplashOutputDev. SpeedsJonathan Blandford2005-01-051-22/+65
* (displayFontTabFc): match only outline fonts. Should fix font problemsMartin Kretzschmar2005-01-051-14/+14
* Fix for CAN-2004-1125Marco Pesenti Gritti2005-01-052-2/+9
* Beginnings of clipboard support. Incomplete but primary sort of work.Marco Pesenti Gritti2005-01-051-0/+20
* Implement "Save a copy..." menu itemMarco Pesenti Gritti2005-01-051-0/+20
* New misc file to do simple drop shadows.Jonathan Blandford2005-01-051-34/+11
* poor man's dropshadow.Jonathan Blandford2005-01-051-1/+30
* Do real thumbnailing of PDF files. It's slow, but I'll speed it up next!Jonathan Blandford2005-01-053-4/+53
* initial stab at implementing thumbnail support for pdfs. It only doesJonathan Blandford2005-01-043-37/+106
* Fix document title bugs and fallback to filename when not available.Marco Pesenti Gritti2005-01-031-1/+3
* Initial support for document title. Not working yet.Marco Pesenti Gritti2005-01-031-0/+96
* Fix distcheckMarco Pesenti Gritti2005-01-021-2/+4
* Add a changed event that is emitted when the page content changes. This isMarco Pesenti Gritti2004-12-311-0/+1