Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-thumbnails.c
Commit message (Expand)AuthorAgeFilesLines
* Also store in page-cache the dimensions of the thumbnails so that they canCarlos Garcia Campos2007-08-171-9/+5
* Fix compile warnings.Carlos Garcia Campos2007-07-291-0/+10
* Set horizontal scrollbar policy to AUTOMATIC instead of NEVER. WorkaroundCarlos Garcia Campos2007-07-291-1/+5
* Remove a mutex in the main thread that blocks the UI in heavy documents.Carlos Garcia Campos2007-06-091-14/+9
* Start rendering pages before any other jobs.Carlos Garcia Campos2007-04-221-0/+3
* Do not render thumbnails when sidebar thumbnail page is not visible atCarlos Garcia Campos2007-03-101-8/+5
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-6/+41
* History finally works as expected.Nickolay V. Shmyrev2007-01-281-2/+12
* Do not update links treeview when sidepane is not visible.Carlos Garcia Campos2007-01-281-0/+1
* Do not render thumbnails unless thumbnails page is active in the sidebar.Carlos Garcia Campos2006-08-151-2/+21
* Update sidebar thumbnails after reloadNickolay V. Shmyrev2006-05-291-1/+2
* Bump requirements to gtk 2.8 and drop all idfefs used.Nickolay V. Shmyrev2006-05-131-11/+0
* Fix crash on exit, described in the bug #336825.Nickolay V. Shmyrev2006-04-011-1/+1
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-251-14/+43
* at Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-07-301-5/+7
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-2/+1
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-1/+2
* Various small fixes, mostly memory leaks. Thanks to valgrind.Nickolay V. Shmyrev2005-06-191-3/+10
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-181-54/+48
* Autoraise toolbar on GoToPage action and fix keyboard accelerators in sidebarNickolay V. Shmyrev2005-06-161-13/+38
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-081-36/+163
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-2/+2
* Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>. FixMarco Pesenti Gritti2005-05-311-2/+1
* Free the EvDocumentInfo.Jonathan Blandford2005-05-171-39/+171
* This is evil... Make space/backspace global accelerators but enable themMarco Pesenti Gritti2005-05-101-0/+6
* Use set_cursor instead of set_selection, so that the keyboard focus movesMarco Pesenti Gritti2005-05-091-7/+3
* actually remove the job.Jonathan Blandford2005-04-221-2/+2
* Small rework of sidebar pages handling. See bug #164811 for detailsNickolay V. Shmyrev2005-04-191-15/+50
* Remove unused files.Nickolay V. Shmyrev2005-04-151-1/+1
* Fix for bugs 300233,173184,300094. Problems with page index started at 0Nickolay V. Shmyrev2005-04-121-1/+45
* Cr 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-03-311-5/+8
* Remove pixbuf backend for nowJonathan Blandford2005-03-311-5/+5
* merge evince-threads branchMarco Pesenti Gritti2005-03-231-162/+58
* Fix the mess we did with thumbnails and 1-basednessMarco Pesenti Gritti2005-03-121-5/+5
* Rework API a bit. Add a border flag and change sizing logic (now the sizeMarco Pesenti Gritti2005-03-071-3/+5
* Clear the list store when setting documentMarco Pesenti Gritti2005-02-281-0/+2
* Ensure that after we have created a thumbnail, the list store is updatedCrispin Flowerday2005-02-141-0/+1
* (ev_sidebar_thumbnails_select_page): do nothing unless we have aMartin Kretzschmar2005-02-041-0/+4
* New file with some random thoughts.Jonathan Blandford2005-02-021-3/+3
* use G_DEFINE_TYPE-supplied ev_sidebar_thumbnails_parent_class variable,Martin Kretzschmar2005-01-281-5/+1
* (ev_sidebar_thumbnails_select_page): make sure the selected thumbnailMartin Kretzschmar2005-01-261-0/+2
* Ensure thumbnails selection, toolbar page control and current page are inMarco Pesenti Gritti2005-01-201-1/+25
* Set the spin button limits correctly.Anders Carlsson2005-01-131-3/+31
* forgot to unref the loading_icon.Jonathan Blandford2005-01-071-0/+1
* fill in the thumbnails starting at the visible page, not just linearly.Jonathan Blandford2005-01-071-30/+89
* fill in the thumbnail with white. New interface to get the size of a page.Jonathan Blandford2005-01-061-18/+18
* bypass GDKSplashOutputDev and just use a normal SplashOutputDev. SpeedsJonathan Blandford2005-01-051-6/+25
* New misc file to do simple drop shadows.Jonathan Blandford2005-01-051-16/+14
* Do real thumbnailing of PDF files. It's slow, but I'll speed it up next!Jonathan Blandford2005-01-051-2/+2
* initial stab at implementing thumbnail support for pdfs. It only doesJonathan Blandford2005-01-041-1/+1