Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [libview] Move height_to_page cache from EvPageCache to EvViewCarlos Garcia Campos2009-09-154-138/+179
* Move ev_page_cache_check_dimensions() to EvDocumentCarlos Garcia Campos2009-09-152-13/+0
* [libview] Use ev_document_get_page_size to get document width/heightCarlos Garcia Campos2009-09-151-109/+100
* Move thumbnails page sizes cache from EvPageCache to EvSidebarThumbnailsCarlos Garcia Campos2009-09-152-134/+1
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-154-398/+141
* Remove attachments from EvDocument interface and use EvDocumentAttachments in...Carlos Garcia Campos2009-09-151-4/+6
* build: Add some more $(AM_V_GEN)sChristian Persch2009-08-161-2/+2
* [libview] Let scroll wheel change page when in non-continuous best-fit modePhilip Langdale2009-08-081-1/+3
* [build] Use AM_V_GEN to make custom commands silentJavier Jardón2009-07-221-4/+4
* [libview] Compute selections on button press for word/line selectionsCarlos Garcia Campos2009-07-121-16/+10
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-6/+4
* [build] Fix reference to EvinceDocument girChristian Persch2009-06-161-1/+1
* [build] Fix introspection build with shaveChristian Persch2009-06-161-1/+1
* [build] Fix out-of-srcdir build of introspectionChristian Persch2009-06-161-8/+6
* [windows] Make evince relocatable on windows - stock iconsHib Eris2009-06-091-0/+7
* [libview] Fix page transitions in presentation modeCarlos Garcia Campos2009-06-082-2/+12
* [libview] Do not create popup window if the annot doesn't have a popupCarlos Garcia Campos2009-06-011-0/+3
* [libview] Add ev_view_get_area_from_mapping() to remove duplicated codeCarlos Garcia Campos2009-05-231-33/+37
* [libview] Add get_doc_point_from_location() to remove duplicated codeCarlos Garcia Campos2009-05-231-45/+23
* Use EvMapping instead of Ev*Mapping typesCarlos Garcia Campos2009-05-232-53/+47
* [libview] Add a new job for printing using cairoCarlos Garcia Campos2009-05-172-0/+141
* [libview] Update pixbuf cache page range even when the page range haven't cha...Carlos Garcia Campos2009-05-161-7/+7
* [libview] Update current range when setting the documentCarlos Garcia Campos2009-05-131-0/+2