Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* Assorted string fixesPhilip Withnall2010-02-032-6/+6
* [libview] Make sure new selection region is not emptyCarlos Garcia Campos2010-01-111-1/+1
* [libview] Don't emit selection-changed when selection doesn't change after cl...Carlos Garcia Campos2010-01-111-4/+7
* Add selection-changed signal to EvView to notify that selection has changedCarlos Garcia Campos2010-01-112-40/+13
* [presentation] Fix transition of pages with duration=0Carlos Garcia Campos2010-01-041-1/+1
* [presentation] Make Home/End keys go to first/last page in presentation mode tooCarlos Garcia Campos2010-01-041-0/+16
* [presentation] Fix vertical white line in documents with black backgroundCarlos Garcia Campos2010-01-041-6/+10
* [presentation] Add clip removed by mistakeCarlos Garcia Campos2010-01-041-0/+1
* [presentation] Make sure we always have a valid surface to draw a pageCarlos Garcia Campos2010-01-041-2/+28
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-031-1/+18
* [libview] Do not scale when drawing animations in presentation modeCarlos Garcia Campos2010-01-031-15/+1
* [libview] Fix double to int conversionCarlos Garcia Campos2010-01-031-14/+12
* [libview] Remove presentation mode code from EvViewCarlos Garcia Campos2010-01-032-759/+34
* [libview] Add EvViewPresentation to implement presentation modeCarlos Garcia Campos2010-01-033-2/+1469
* [libview] Add methods to get/set page cache flagsCarlos Garcia Campos2010-01-032-16/+33
* [libview] Remove ev_view_page_label_from_dest()Carlos Garcia Campos2010-01-032-39/+2
* [libview] Move cursor handling stuff to a new fileCarlos Garcia Campos2010-01-035-55/+118
* [windows] Fix printing on WindowsHib Eris2009-12-291-0/+2
* [libview] Disable text selection in presentation modeCarlos Garcia Campos2009-12-281-6/+32
* [printing] Add select page size using document page size print optionAdrian Johnson2009-12-241-9/+31
* [printing] Add autorotate and center print optionAdrian Johnson2009-12-231-6/+56
* [printing] Add custom print tab with option for page scaleAdrian Johnson2009-12-231-5/+118
* [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
* Unref document after unreffing pixbuf_cache.Hib Eris2009-12-191-5/+5
* Move EvPrintOperation to libviewTomeu Vizoso2009-12-193-0/+1955
* 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
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-091-1/+1
* [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
* [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
* Remove leftover EvPageCacheCarlos Garcia Campos2009-12-081-1/+0
* [libview] Remove unimplemented method ev_job_is_cancelled()Carlos Garcia Campos2009-12-051-1/+0
* [libview] Improve size_request functionsCarlos Garcia Campos2009-12-011-48/+54
* [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
* [libview] Invert colors of pages after rendering when inverted colors option ...Carlos Garcia Campos2009-11-293-1/+60
* [libdocument] Add inverted-color property to EvDocumentModelJuanjo Marín2009-11-292-0/+41
* Add invert icon for inverted colors optionJuanjo Marín2009-11-292-1/+3
* [libview] Fix rendering issue in dual/continuous modeJosé Aliste2009-11-251-2/+10
* [libview] Do not resize the window when zoom in/out with CTRL+ScrollCarlos Garcia Campos2009-11-251-3/+2
* [libview] Keep scroll position when reloadingCarlos Garcia Campos2009-11-231-3/+9
* Add options to open and save attachment annotations to context menuCarlos Garcia Campos2009-11-171-2/+9
* [libview] Handle file attachment annotationsCarlos Garcia Campos2009-11-161-2/+21