Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-pixbuf-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Emit the job finished signal when the job is handled before the page_readyCarlos Garcia Campos2008-10-041-0/+1
* Make sure copy_job_page_and_selection_to_job_info is always called beforeCarlos Garcia Campos2008-09-261-0/+6
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-031-14/+14
* Create the render context needed for rendering a page in the render threadCarlos Garcia Campos2008-04-141-64/+46
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-9/+17
* Initialize include_images variable as FALSE instead of TRUE.Carlos Garcia Campos2008-01-161-1/+1
* Include config.h. Bug #504721.Christian Persch2007-12-281-0/+1
* Disconnect also page-ready signal when removing a job because the pageCarlos Garcia Campos2007-12-231-0/+3
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-4/+8
* Add page_ready signal to notify that page is ready as soon as possibleCarlos Garcia Campos2007-07-261-33/+76
* Redraw only form field region instead of the whole page when reloading aCarlos Garcia Campos2007-07-091-35/+59
* Some refactoring to avoid duplicated code.Carlos Garcia Campos2007-07-091-96/+53
* Merge evince-forms branch.Carlos Garcia Campos2007-07-081-0/+115
* Redraw view every time we have a new surface. Fixes bug #443587.Carlos Garcia Campos2007-06-131-1/+4
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-131-40/+46
* Set points_set to TRUE so that selections don't disappear after a zoomCarlos Garcia Campos2007-06-091-0/+1
* Add missing chain to parent class methods. Fixes bug #433128.Nickolay V. Shmyrev2007-04-291-0/+4
* Do not draw white background page in presentation mode.Carlos Garcia Campos2007-01-181-1/+1
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-071-6/+43
* Clear selection also in pixbuf cache.Carlos Garcia Campos2007-01-051-0/+1
* Don't clear link mapping on copy_job_to_job_info. Fixes bug 346168.Nickolay V. Shmyrev2006-08-271-14/+42
* Dual mode places even pages to the left. Fix for the bug #309393.Nickolay V. Shmyrev2006-01-071-10/+10
* Rework selection job info logic and fix critical warning.Nickolay V. Shmyrev2005-12-181-11/+12
* Too early for 0.5. Pixbuf cache code cleaned a bit.Nickolay V. Shmyrev2005-11-161-46/+30
* Plug some memory leaksHiroyuki Ikezoe2005-08-311-0/+4
* Change selection color on focus in and focus out events. Also, poppler nowKristian Høgsberg2005-08-061-19/+16
* Clean up selection to be much smoother!Jonathan Blandford2005-08-061-28/+181
* at Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-07-301-0/+18
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-19/+17
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-11/+14
* return NULL if the document does not implement the selection interface.Matthew S. Wilson2005-07-021-0/+4
* Add I-Beam support to EvView. Now we can see where we can select! Sweet!Jonathan Blandford2005-07-011-3/+33
* unref the pixbuf iff it exists.Jonathan Blandford2005-06-301-1/+2
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-301-9/+267
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-4/+5
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-291-1/+1
* Change the preview cache back to 1. Don't know when it got set to 0.Jonathan Blandford2005-05-011-1/+1
* Add Continuous and Dual page modes.Jonathan Blandford2005-04-231-1/+1
* actually remove the job.Jonathan Blandford2005-04-221-0/+1
* Actually fix the "FIXME: update priority" comment.Jonathan Blandford2005-04-091-1/+1
* Remove pixbuf backend for nowJonathan Blandford2005-03-311-14/+60
* merge evince-threads branchMarco Pesenti Gritti2005-03-231-0/+525