Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate page/scale notificationsMarco Pesenti Gritti2005-02-242-9/+28
* New function to canonicalize sizing/painting a border.Jonathan Blandford2005-02-162-28/+60
* Fix several bugs with findMarco Pesenti Gritti2005-02-042-2/+0
* New file with some random thoughts.Jonathan Blandford2005-02-024-1/+40
* Yay! find works now... Now to find bugs...Marco Pesenti Gritti2005-01-302-8/+5
* More work on find implementation, mostly there nowMarco Pesenti Gritti2005-01-302-6/+9
* Enanche the find interface to be really able to do multi page find.Marco Pesenti Gritti2005-01-293-48/+64
* use G_DEFINE_TYPE-supplied ev_sidebar_thumbnails_parent_class variable,Martin Kretzschmar2005-01-281-5/+1
* Add initial support for password-supported dialogs. This could be a lotJonathan Blandford2005-01-196-2/+151
* Add support for document linksMarco Pesenti Gritti2005-01-132-0/+17