Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libview] Make sure view is redrawn as soon as current page is renderedCarlos Garcia Campos2009-11-151-0/+3
* [libview] Best page calculation only makes sense in continuous modeCarlos Garcia Campos2009-11-141-11/+10
* [build] Remove shave leftoverChristian Persch2009-11-061-1/+1
* [build] Remove gitignore files from gitChristian Persch2009-10-251-30/+0
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-23/+12
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+30
* [libview] Scroll one screen leaving one line contextCarlos Garcia Campos2009-10-071-1/+75
* [libview] Clear form fields when rotation changesCarlos Garcia Campos2009-09-301-0/+2
* [libview] Don't change current page when rotating documents with different pa...Carlos Garcia Campos2009-09-241-0/+2
* [libview] Fix dest page when jumping to a random page and rotation is 270Carlos Garcia Campos2009-09-241-19/+39
* [libview] Fix scrollbars position when moving to a dest in rotated documentsCarlos Garcia Campos2009-09-241-39/+18
* Use model instead of view to handle continuous, dual-page and fullscreenCarlos Garcia Campos2009-09-151-24/+49