Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libview] Add continuous, dual-page and fullscreen properties to EvDocumentModelCarlos Garcia Campos2009-09-152-1/+127
* [libview] Remove ev_view_set_screen_dpi() from EvViewCarlos Garcia Campos2009-09-153-13/+0
* [libview] Update current scroll values when view is realizedCarlos Garcia Campos2009-09-151-0/+2
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-159-390/+673
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-153-89/+48
* [libview] Remove ev_page_cache_get_size() from EvPageCacheCarlos Garcia Campos2009-09-155-81/+71
* [libview] Move get_max_width/height from EvPageCache to EvViewCarlos Garcia Campos2009-09-153-51/+23
* [libview] Move get_dual_even_left from EvPageCache to EvViewCarlos Garcia Campos2009-09-153-16/+14
* [libview] Don't pass scale to get_page_y_offset() since the current scale is ...Carlos Garcia Campos2009-09-151-9/+8