Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* Add support for Named Action linksCarlos Garcia Campos2006-05-042-1/+45
* Rework links system, it adds support for remote links now and it makesCarlos Garcia Campos2006-05-0211-522/+1010
* Allow multiple selection of attachmentsCarlos Garcia Campos2006-04-301-4/+6
* Do not load the document twice when there isn't errorsCarlos Garcia Campos2006-04-061-2/+4
* Fix a crash when there isn't a default application to open an attachmentCarlos Garcia Campos2006-04-041-3/+15
* Fallback even if extension is unknownNickolay V. Shmyrev2006-04-031-5/+3
* Added missing files.Carlos Garcia Campos2006-04-032-0/+467
* Add support for PDF attachments. Fixes bug #325143Nickolay V. Shmyrev2006-04-033-0/+29
* Cleanup mime type detection on document load. Fix for the bug #336448.Nickolay V. Shmyrev2006-04-022-14/+17
* Rework factory functions so they are placed now in a single fileNickolay V. Shmyrev2006-03-302-26/+195
* Clairfy what page the toolbar page number applies to. Fix for the bugNickolay V. Shmyrev2006-02-242-3/+6
* Fix crash when saving pixbuf.Jani Monoses2006-01-171-0/+4
* Don't add pixbuf mime types if pixbuf backend is disabled.Nickolay V. Shmyrev2006-01-061-15/+38
* Fix for the bug #325067 with more intelligent selection of current link inNickolay V. Shmyrev2005-12-281-2/+2
* Included option in configure to make ps backend compilation optional withEduardo Lima2005-12-212-1/+9
* Comics mime types are added to shared-mime-info CVS. Now we don't need toNickolay V. Shmyrev2005-12-201-2/+2
* Small build fixNickolay V. Shmyrev2005-11-141-1/+1
* New CBR/CBZ backend for comic books.Nickolay V. Shmyrev2005-11-143-1/+17
* Implement launch links. Delegate external link opening to the window.Marco Pesenti Gritti2005-09-262-2/+78
* Implement fitr linksMarco Pesenti Gritti2005-09-242-0/+82
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-242-0/+18
* Implement FIT and FITH linksMarco Pesenti Gritti2005-09-192-0/+33
* Allow negative doubles in left/top propertiesMarco Pesenti Gritti2005-09-161-2/+2
* Fix some bugs with xyz links, respect zoomMarco Pesenti Gritti2005-09-081-1/+1
* Implement xyz links, still not functional. Links are a total mess, willMarco Pesenti Gritti2005-09-073-69/+126
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-252-18/+34
* Fix orientation in the postscript documentMarco Pesenti Gritti2005-08-242-4/+7
* Change selection color on focus in and focus out events. Also, poppler nowKristian Høgsberg2005-08-062-6/+6
* Clean up selection to be much smoother!Jonathan Blandford2005-08-062-4/+11
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-296-35/+13
* *** empty log message ***Marco Pesenti Gritti2005-07-291-2/+0
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-295-23/+22
* add paper_width, paper_height, and duplex parameters to ::begin.Martin Kretzschmar2005-07-272-4/+11
* Bug #311280Martin Kretzschmar2005-07-241-0/+1
* (mime_type_supported_by_gdk_pixbuf): #ifdef this away to fix anMartin Kretzschmar2005-07-221-1/+2
* Allow to enable/disable the pixbuf backend. Default to off for now. If weMarco Pesenti Gritti2005-07-112-2/+7
* Do not try to create the object if type is invalid.Marco Pesenti Gritti2005-07-081-1/+1
* Make frontends depend on just libev. Rework and group CFLAGS/LIBSMarco Pesenti Gritti2005-07-071-14/+6
* *** empty log message ***Marco Pesenti Gritti2005-07-071-3/+4
* This should solve the circular dep without requiring dir reorg!Marco Pesenti Gritti2005-07-061-0/+24
* Rework document types managing to avoid code duplication and actuallyMarco Pesenti Gritti2005-07-053-0/+243
* Add I-Beam support to EvView. Now we can see where we can select! Sweet!Jonathan Blandford2005-07-012-3/+17
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-307-17/+337
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-162-1/+10
* Expand links when specified by the document. Depend on a poppler apiMarco Pesenti Gritti2005-06-151-0/+1
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-142-46/+68
* Separate scan and fill so that we can incrementally fill from the mainMarco Pesenti Gritti2005-06-132-11/+31
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-112-9/+12
* s/GTime*/GTime. Not sure why we was using a pointer at all there!Marco Pesenti Gritti2005-06-101-2/+2
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-0711-1419/+0