Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* [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-123-0/+59
* [libview] Add a job to get the list of all annotations in documentCarlos Garcia Campos2010-07-122-0/+106
* [libview] Add mail-attachment to stock-iconsCarlos Garcia Campos2010-07-122-1/+3
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-127-63/+60
* [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-087-123/+140
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-07-061-2/+2
* Remove gail-util from cut-n-paste and add gail dependencyCarlos Garcia Campos2010-07-052-4/+1
* [libview] Set word wrapping mode for text in popup annotationsCarlos Garcia Campos2010-07-031-0/+1
* [libview] Cache GtkTextBuffer in EvViewAccessibleDaniel Garcia2010-06-291-51/+48
* [libview] Add support for synctex in EvViewCarlos Garcia Campos2010-06-283-2/+115
* [libview] Implement AtkText interface in EvViewDaniel Garcia2010-06-262-39/+398
* [libview] Rename get_page_extents as ev_view_get_page_extents and make it publicDaniel Garcia2010-06-262-21/+22
* [libview] Get text and text_layout and store it in EvPageCacheDaniel Garcia2010-06-264-19/+112
* [pdf] Implement EvDocumentText interfaceDaniel Garcia2010-06-261-2/+3
* Don't mix PopplerRectangle and EvRectangleCarlos Garcia Campos2010-06-141-1/+1
* [presentation] Fix fade animationsCarlos Garcia Campos2010-06-021-28/+28
* [presentation] Fix a crash when starting animationCarlos Garcia Campos2010-06-021-3/+3
* [libview] Remove set_focus_on_map and set NOTIFICATION type hint for loading ...Carlos Garcia Campos2010-06-021-3/+1
* [libview] Do nothing if don't have a job_list yetCarlos Garcia Campos2010-06-021-0/+6
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-05-312-15/+14
* [libview] Don't pass rotation and scale to pixbuf-cacheCarlos Garcia Campos2010-05-313-10/+7
* [libview] Use g_slice_alloc0/free1 instead of g_new0/freeCarlos Garcia Campos2010-05-311-9/+35
* Use a dynamic pixbuf cache size based on document page sizeCarlos Garcia Campos2010-05-315-33/+181
* [libview] Remove prototypes of non existent methodsCarlos Garcia Campos2010-05-311-8/+0
* [build] Remove circular dependencies in MakefilesHib Eris2010-05-271-7/+15
* [libview] Hide loading window when document is loadedCarlos Garcia Campos2010-05-111-0/+2
* [libview] Set accept focus for annotation windowsCarlos Garcia Campos2010-05-111-1/+1
* [libview] Use cairo to draw search resultsCarlos Garcia Campos2010-05-111-44/+25
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-105-259/+345
* [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-102-11/+34
* [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-072-80/+91
* [libview] Add loading window to show loading progress informationCarlos Garcia Campos2010-05-073-0/+331
* [introspection] Add .c files to the introspection sourcesChristian Persch2010-05-051-2/+3
* Invert colors of pages when loading in inverted color modeJuanjo MarĂ­n2010-05-041-1/+4
* [libview] Remove unneeded #ifdefCarlos Garcia Campos2010-05-031-4/+1
* [presentation] Make inverted colors mode work in presentation mode tooCarlos Garcia Campos2010-04-252-3/+22
* Update icons to match gnome-icon-theme appearanceCarlos Garcia Campos2010-04-132-2/+2
* [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-0528-32/+32
* [libview] Fix loading of compressed password-protected documentsCarlos Garcia Campos2010-04-031-2/+6
* Replace GTK_WIDGET_STATE() with gtk_widget_get_state()Hib Eris2010-03-311-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-312-2/+2
* Replace GTK_WIDGET_IS_SENSITIVE() with gtk_widget_is_sensitive()Hib Eris2010-03-311-1/+1