Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* [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] Remove ev_view_set_screen_dpi() from EvViewCarlos Garcia Campos2009-09-151-10/+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-151-137/+164
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-151-83/+48
* [libview] Remove ev_page_cache_get_size() from EvPageCacheCarlos Garcia Campos2009-09-151-28/+47
* [libview] Move get_max_width/height from EvPageCache to EvViewCarlos Garcia Campos2009-09-151-9/+23
* [libview] Move get_dual_even_left from EvPageCache to EvViewCarlos Garcia Campos2009-09-151-6/+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-151-4/+172
* [libview] Use ev_document_get_page_size to get document width/heightCarlos Garcia Campos2009-09-151-109/+100
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-21/+20
* [libview] Let scroll wheel change page when in non-continuous best-fit modePhilip Langdale2009-08-081-1/+3
* [libview] Compute selections on button press for word/line selectionsCarlos Garcia Campos2009-07-121-16/+10
* [libview] Fix page transitions in presentation modeCarlos Garcia Campos2009-06-081-2/+6
* [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-231-40/+37
* [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] 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-121-22/+508
* [ui] Disables bouncing during scrollingMartin Pohlack2009-05-061-3/+5
* Move ev_view_update_view_size() from libview to ev-window again and makeCarlos Garcia Campos2009-04-061-37/+3
* Animation is ready only when origin surface is ready. This fixes fadingNickolay V. Shmyrev2009-03-301-10/+12
* Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541.Carlos Garcia Campos2009-03-011-0/+2
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-1/+1
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-16/+1
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-201-9/+9
* Fix second parameter passed to gtk_selection_data_set_uris(), it expects aCarlos Garcia Campos2009-01-181-1/+1
* Bug 558084 – simplify drag data handlingChristian Persch2009-01-181-23/+14
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-0/+5891