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
* [shell] Invert colors of thumbnails when inverted colors option is activeCarlos Garcia Campos2009-11-291-6/+33
* [shell] Fix a crash due to an uninitialized variableCarlos Garcia Campos2009-10-071-1/+1
* [thumbnails] Remarks the selected thumbnail after rotationJuanjo MarĂ­n2009-09-271-0/+2
* Fix thumbnails rotation when loading a rotated documentCarlos Garcia Campos2009-09-201-0/+1
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-47/+73
* Move ev_page_cache_check_dimensions() to EvDocumentCarlos Garcia Campos2009-09-151-1/+1
* Move thumbnails page sizes cache from EvPageCache to EvSidebarThumbnailsCarlos Garcia Campos2009-09-151-3/+149
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-15/+12
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-031-2/+7
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-201-2/+2
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-10/+0
* Instead of using only one loading icon for thumbnails based on the size ofCarlos Garcia Campos2008-10-171-36/+66
* Do not crash when adjustment page size is 0. Fixes bug #547440.Carlos Garcia Campos2008-08-171-7/+10
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-031-4/+5
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-031-1/+1
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-031-6/+6
* Do not crash opening documents with no pages and show a warning message inCarlos Garcia Campos2008-06-161-2/+4
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-5/+2
* Show thumbnails for documents with one page. Fixes bug #358751.Carlos Garcia Campos2007-12-011-25/+24
* 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