Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* 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
* [libview] Remove unused functionCarlos Garcia Campos2009-05-121-5/+0
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-121-4/+6
* [libview] Initialize start/end_page to -1Carlos Garcia Campos2009-05-121-0/+2
* [libview] Do not handle key events in EvView when it's not focusedCarlos Garcia Campos2009-05-121-2/+7
* [libview] Show popup windows associated to markup annotationsCarlos Garcia Campos2009-05-122-22/+533
* [libview] Add EvAnnotationWindow widget that implements popup annotationsCarlos Garcia Campos2009-05-124-0/+709
* Add close, resize-se and resize-sw icons copied from stickynotes appletCarlos Garcia Campos2009-05-122-1/+7
* [libview] Get annotations when rendering pagesCarlos Garcia Campos2009-05-124-1/+48
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-123-0/+191
* [ui] Disables bouncing during scrollingMartin Pohlack2009-05-061-3/+5
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-032-2/+23
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-261-0/+1
* Move ev_view_update_view_size() from libview to ev-window again and makeCarlos Garcia Campos2009-04-062-40/+3
* Animation is ready only when origin surface is ready. This fixes fadingNickolay V. Shmyrev2009-03-302-13/+16
* Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541.Carlos Garcia Campos2009-03-011-0/+2
* Rename GIRs to EvinceDocument/EvinceView.Christian Persch2009-02-151-5/+5
* Use g_intern_static_string.Christian Persch2009-02-151-1/+1