Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Initialize view from model when a new model is setCarlos Garcia Campos2009-12-211-0/+10
|
* [libview] Fix a crash with document that contain no pages or empty pagesCarlos Garcia Campos2009-12-201-1/+5
| | | | Fixes bgo#605029.
* Unref document after unreffing pixbuf_cache.Hib Eris2009-12-191-5/+5
| | | | | The pixbuf_cache depends on the availabilty of the document's module library (at least for djvu-documents on Windows). Fixes bgo#604919.
* Move EvPrintOperation to libviewTomeu Vizoso2009-12-193-0/+1955
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=604750
* Remove leftover function prototypeTomeu Vizoso2009-12-161-2/+1
|
* [libview] Remove props and api from EvView that is already in EvDocumentModelCarlos Garcia Campos2009-12-132-226/+9
|
* [libview] Make inverted_colors a guint instead of a gbooleanCarlos Garcia Campos2009-12-131-1/+1
|
* Use EvPage instead of page index to get imagesCarlos Garcia Campos2009-12-091-1/+1
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-091-1/+1
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* [libview] Unref EvPage as soon as page is renderedCarlos Garcia Campos2009-12-092-10/+7
|
* [libview] Remove RenderContext from CacheJobInfoCarlos Garcia Campos2009-12-091-31/+11
|
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-099-411/+611
| | | | | | | | | Dynamic page data (page surfaces and selections) that depend on current scale/rotation, keep in EvPixbufCache with the current cache approach. Static page data (links, annots, images, text and forms) that don't depend on current scale/rotation, have been moved to EvPageCache and they are never removed from the cache. Fixes bgo#602405.
* [libview] Don't try to show/hide annot windows the first time page range changesCarlos Garcia Campos2009-12-081-2/+2
|
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-081-1/+1
| | | | | Selection map doesn't depend on scale/rotation so only the page is needed.
* Remove leftover EvPageCacheCarlos Garcia Campos2009-12-081-1/+0
|
* [libview] Remove unimplemented method ev_job_is_cancelled()Carlos Garcia Campos2009-12-051-1/+0
| | | | Fixes bgo#603858.
* [libview] Improve size_request functionsCarlos Garcia Campos2009-12-011-48/+54
| | | | Some of the code is only required depending on the sizing mode.
* [libview] Remove unneeded redundant codeCarlos Garcia Campos2009-12-011-21/+2
|
* [libview] Queue a redraw instead of a resize when inverted colors changesCarlos Garcia Campos2009-11-301-1/+1
|
* [libview] Fix infinite loop when scrollbar visibility changes in fit-with modeCarlos Garcia Campos2009-11-301-13/+57
|
*