Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch to GTK+ 3Carlos Garcia Campos2010-07-081-66/+83
|
* [libview] Add support for synctex in EvViewCarlos Garcia Campos2010-06-281-2/+106
| | | | | | - A signal with a source link is emitted on CTRL + click - A new public method has been added to highlight the view rectangle corresponding to a source link
* [libview] Rename get_page_extents as ev_view_get_page_extents and make it publicDaniel Garcia2010-06-261-21/+17
|
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-05-311-1/+1
|
* [libview] Don't pass rotation and scale to pixbuf-cacheCarlos Garcia Campos2010-05-311-2/+0
|
* Use a dynamic pixbuf cache size based on document page sizeCarlos Garcia Campos2010-05-311-1/+26
| | | | | | | 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] Hide loading window when document is loadedCarlos Garcia Campos2010-05-111-0/+2
|
* [libview] Use cairo to draw search resultsCarlos Garcia Campos2010-05-111-44/+25
|
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-101-163/+251
| | | | 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
|
*