Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-pixbuf-cache.c
Commit message (Expand)AuthorAgeFilesLines
* [libview] Fix a crash when loading document with inverted colors enabledCarlos Garcia Campos2010-07-271-3/+3
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-121-4/+0
* Switch to GTK+ 3Carlos Garcia Campos2010-07-081-30/+30
* [libview] Do nothing if don't have a job_list yetCarlos Garcia Campos2010-06-021-0/+6
* [libview] Don't pass rotation and scale to pixbuf-cacheCarlos Garcia Campos2010-05-311-6/+7
* [libview] Use g_slice_alloc0/free1 instead of g_new0/freeCarlos Garcia Campos2010-05-311-9/+35
* Use a dynamic pixbuf cache size based on document page sizeCarlos Garcia Campos2010-05-311-23/+139
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-101-7/+9
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-311-1/+1
* [libview] Remove RenderContext from CacheJobInfoCarlos Garcia Campos2009-12-091-31/+11
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-286/+55
* [libview] Invert colors of pages after rendering when inverted colors option ...Carlos Garcia Campos2009-11-291-0/+36
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-17/+8
* [libview] Remove ev_page_cache_get_size() from EvPageCacheCarlos Garcia Campos2009-09-151-21/+17
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-29/+14
* Use EvMapping instead of Ev*Mapping typesCarlos Garcia Campos2009-05-231-13/+10
* [libview] Get annotations when rendering pagesCarlos Garcia Campos2009-05-121-0/+38
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-201-2/+2
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-0/+1253