Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an async renderer interface (method + callback) which is useful forMarco Pesenti Gritti2005-06-076-66/+355
* Use a const to return title so that we dont double free it. Small cleanupMarco Pesenti Gritti2005-06-062-9/+5
* More compact EvView layout in documents with different page sizesNickolay V. Shmyrev2005-06-052-33/+86
* Implement fonts list. Defined out for now, since it depends on a not yetMarco Pesenti Gritti2005-06-043-0/+127
* Rework properties code to take only EvPropertyInfo in the constructor soMarco Pesenti Gritti2005-06-042-1/+6
* Initial go at file properties. Patch by Emil Soleyman-ZomalanMarco Pesenti Gritti2005-06-031-5/+13
* Pages can be 0 x 0, dont assert on this caseMarco Pesenti Gritti2005-06-011-1/+1
* Set page action entry width depending on labels width. Fix for 305202Nickolay V. Shmyrev2005-05-312-7/+22
* Allow -1 as page value (error)Marco Pesenti Gritti2005-05-311-1/+1
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-294-0/+30
* Adapt to new poppler apiMarco Pesenti Gritti2005-05-182-4/+8
* Free the EvDocumentInfo.Jonathan Blandford2005-05-172-5/+22
* make page size calculation consistent and set it to (int)( width * scale +Jonathan Blandford2005-05-111-2/+2
* Compare page labels even without has_labels set, fixes setting page withJuerg Billeter2005-05-091-1/+1
* Fix for 173185. Number of pages is simply "of ..." when there is noNickolay V. Shmyrev2005-04-282-4/+24
* Fix links for dual/continuous. Also, add a quick fix measuring of widths.Jonathan Blandford2005-04-241-0/+1
* Add Continuous and Dual page modes.Jonathan Blandford2005-04-232-21/+85
* actually remove the job.Jonathan Blandford2005-04-224-10/+25
* s/GDate */GDate so we can just use g_freeMarco Pesenti Gritti2005-04-191-1/+1
* Remove get_title from the interface, we can just use document infoMarco Pesenti Gritti2005-04-193-69/+44
* *** empty log message ***Marco Pesenti Gritti2005-04-191-0/+94
* Initial support for document info. Based on jrb patch.Marco Pesenti Gritti2005-04-193-0/+23
* Set current page to 0 if document has pagesNickolay V. Shmyrev2005-04-161-0/+3
* Remove some assertions, documents can have 0 pages. Make initial currentMarco Pesenti Gritti2005-04-161-4/+1
* Fix several page size caching bugsMarco Pesenti Gritti2005-04-151-5/+5
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-142-0/+10
* Fix for bugs 300233,173184,300094. Problems with page index started at 0Nickolay V. Shmyrev2005-04-121-1/+1
* Actually fix the "FIXME: update priority" comment.Jonathan Blandford2005-04-092-10/+60
* Fix of by one errors.Kristian Høgsberg2005-04-061-1/+1
* Make searching work again.Kristian Høgsberg2005-04-056-108/+69
* Changed to use page labels now. Rewrote completely because I didn'tJonathan Blandford2005-04-012-0/+43
* Cr 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-03-314-1/+35
* Remove pixbuf backend for nowJonathan Blandford2005-03-318-134/+136
* merge evince-threads branchMarco Pesenti Gritti2005-03-2313-84/+1110
* Rework API a bit. Add a border flag and change sizing logic (now the sizeMarco Pesenti Gritti2005-03-072-5/+8