Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid free in ev-page-cache. Fixes bug #404745.Carlos Garcia Campos2007-02-111-1/+7
* Add some checks and call parent_class->finalize. Fixes bug #404745.Carlos Garcia Campos2007-02-061-6/+30
* Implements another history variantNickolay V. Shmyrev2007-01-281-2/+2
* Store link before jump, not the destination. For me it seems like moreNickolay V. Shmyrev2007-01-281-2/+2
* History finally works as expected.Nickolay V. Shmyrev2007-01-281-0/+22
* Remove activate_link signal, not required.Nickolay V. Shmyrev2007-01-281-2/+1
* Fix memory leak in ev-page-cache.Carlos Garcia Campos2007-01-251-0/+1
* Place even pages to the left if document has less then two pages. Fix forNickolay V. Shmyrev2006-02-011-4/+14
* Dual mode places even pages to the left. Fix for the bug #309393.Nickolay V. Shmyrev2006-01-071-33/+43
* Dont cast to int before scalingMarco Pesenti Gritti2005-09-191-7/+7
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-191-26/+0
* Add a signal for link activation.Marco Pesenti Gritti2005-09-081-10/+0
* Handle n_pages == 0, fixes #310306.Jonathan Blandford2005-07-301-1/+1
* *** empty log message ***Marco Pesenti Gritti2005-07-291-16/+13
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-17/+13
* Make the page cache aware of page orientation.Marco Pesenti Gritti2005-07-291-54/+119
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-13/+6
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-141-0/+6
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-0/+485