Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/pdf-document.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* 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-051-3/+46
* initial stab at implementing thumbnail support for pdfs. It only doesJonathan Blandford2005-01-041-36/+104
* 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
* Add a changed event that is emitted when the page content changes. This isMarco Pesenti Gritti2004-12-311-0/+1
* * backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *Jonathan Blandford2004-12-241-17/+245
* hook up potentially-questionable "find results status text" feature -Havoc Pennington2004-12-231-6/+12
* make search find stuff on other pages, sort of (only returns one result onHavoc Pennington2004-12-231-35/+258
* display an error if the document doesn't support find (better ideas?)Havoc Pennington2004-12-231-16/+22
* add GnomePrintJob to EvPrintJob constructor arguments.Martin Kretzschmar2004-12-231-2/+52
* add zooming.Mark McLoughlin2004-12-221-2/+2
* add prototype.Martin Kretzschmar2004-12-221-1/+1
* connect to "found" signal (expose_bin_window): draw find highlightsHavoc Pennington2004-12-221-0/+85
* Add a few more toolbar items.Owen Taylor2004-12-221-0/+11
* Redo size handling.Owen Taylor2004-12-221-25/+85
* PDFDoc constructor assumes ownership of the string passed in.Owen Taylor2004-12-221-3/+1
* Hook things up a bit, it works! (sort of)Owen Taylor2004-12-221-0/+252