Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* Allow adding actions for more than one item in view popup menuCarlos Garcia Campos2010-02-211-15/+12
* Assorted string fixesPhilip Withnall2010-02-031-1/+1
* [libview] Make sure new selection region is not emptyCarlos Garcia Campos2010-01-111-1/+1
* [libview] Don't emit selection-changed when selection doesn't change after cl...Carlos Garcia Campos2010-01-111-4/+7
* Add selection-changed signal to EvView to notify that selection has changedCarlos Garcia Campos2010-01-111-40/+12
* [libview] Remove presentation mode code from EvViewCarlos Garcia Campos2010-01-031-738/+34
* [libview] Remove ev_view_page_label_from_dest()Carlos Garcia Campos2010-01-031-38/+2
* [libview] Move cursor handling stuff to a new fileCarlos Garcia Campos2010-01-031-45/+5
* [libview] Disable text selection in presentation modeCarlos Garcia Campos2009-12-281-6/+32
* [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
* [libview] Remove props and api from EvView that is already in EvDocumentModelCarlos Garcia Campos2009-12-131-206/+9
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-20/+36
* [libview] Don't try to show/hide annot windows the first time page range changesCarlos Garcia Campos2009-12-081-2/+2
* [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-291-0/+21
* [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
* [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