Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* Use a dynamic pixbuf cache size based on document page sizeCarlos Garcia Campos2010-05-315-33/+181
| | | | | | | Instead of using a static number of pages to cache, we use a size in bytes, and the number of pages that will be cached depends on the current zoom level. It allows us caching more pages for lower scale factors and increase zoom level by caching fewer pages. See bug #303365.
* [libview] Remove prototypes of non existent methodsCarlos Garcia Campos2010-05-311-8/+0
|
* [build] Remove circular dependencies in MakefilesHib Eris2010-05-271-7/+15
|
* [libview] Hide loading window when document is loadedCarlos Garcia Campos2010-05-111-0/+2
|
* [libview] Set accept focus for annotation windowsCarlos Garcia Campos2010-05-111-1/+1
|
* [libview] Use cairo to draw search resultsCarlos Garcia Campos2010-05-111-44/+25
|
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-105-259/+345
| | | | Still pending GTK_WINDOW (toplevel)->group in ev-view-presentation
* [libview] Do nothing in size_allocate when document is not yet loadedCarlos Garcia Campos2010-05-101-1/+4
|
*