Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* Preliminary support for adding new annotationsCarlos Garcia Campos2010-07-201-57/+227
* [libdocument] Use cairo instead of gdk_draw_rectangle()Carlos Garcia Campos2010-07-151-1/+1
* [libview] Only set text and text_layout flags in page cache when a11y might b...Carlos Garcia Campos2010-07-141-2/+12
* [libview] Use cairo_region_xor() when availableCarlos Garcia Campos2010-07-121-2/+5
* [libview] Add ev_view_focus_annotation() to focus the given annotationCarlos Garcia Campos2010-07-121-0/+55
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-121-30/+33
* [libview] Make sure annot popups never show up outside the main windowCarlos Garcia Campos2010-07-101-2/+10
* Switch to GTK+ 3Carlos Garcia Campos2010-07-081-66/+83
* [libview] Add support for synctex in EvViewCarlos Garcia Campos2010-06-281-2/+106
* [libview] Rename get_page_extents as ev_view_get_page_extents and make it publicDaniel Garcia2010-06-261-21/+17
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-05-311-1/+1
* [libview] Don't pass rotation and scale to pixbuf-cacheCarlos Garcia Campos2010-05-311-2/+0
* Use a dynamic pixbuf cache size based on document page sizeCarlos Garcia Campos2010-05-311-1/+26
* [libview] Hide loading window when document is loadedCarlos Garcia Campos2010-05-111-0/+2
* [libview] Use cairo to draw search resultsCarlos Garcia Campos2010-05-111-44/+25
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-101-163/+251
* [libview] Do nothing in size_allocate when document is not yet loadedCarlos Garcia Campos2010-05-101-1/+4
* [libview] Take into account scrollbar size to get zoom for best fit in contnu...Carlos Garcia Campos2010-05-101-8/+8
* [libview] Keep our own GtkRequisition and use it to set adjusment valuesCarlos Garcia Campos2010-05-101-11/+31
* [libdocument] Use EvPage instead of EvRenderContext in get_selected_text()Carlos Garcia Campos2010-05-081-9/+2
* [libview] Use loading window instead of the loading textCarlos Garcia Campos2010-05-071-79/+89
* Invert colors of pages when loading in inverted color modeJuanjo Marín2010-05-041-1/+4
* [libview] Make sure there's a new valid page range before updating cachesCarlos Garcia Campos2010-04-131-0/+3
* [libview] Do not set loading to FALSE unless we really have a documentCarlos Garcia Campos2010-04-131-2/+1
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
* Replace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()Hib Eris2010-03-311-1/+1
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-311-1/+1
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-311-2/+2
* 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