Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-313-5/+5
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-41/+3
* [presentation] Fix scale calculation on rotated monitorsCarlos Garcia Campos2010-03-131-3/+10
* [presentation] Fix rendering of documents with non uniform page sizeCarlos Garcia Campos2010-03-131-28/+21
* Use monitor height instead of screen height to calculate page scale in presen...Carlos Garcia Campos2010-03-131-21/+25
* [libview] Use ev_document_misc_get_screen_dpi()Carlos Garcia Campos2010-02-211-9/+5
* Allow adding actions for more than one item in view popup menuCarlos Garcia Campos2010-02-212-16/+13
* Assorted string fixesPhilip Withnall2010-02-032-6/+6
* [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-112-40/+13
* [presentation] Fix transition of pages with duration=0Carlos Garcia Campos2010-01-041-1/+1
* [presentation] Make Home/End keys go to first/last page in presentation mode tooCarlos Garcia Campos2010-01-041-0/+16
* [presentation] Fix vertical white line in documents with black backgroundCarlos Garcia Campos2010-01-041-6/+10
* [presentation] Add clip removed by mistakeCarlos Garcia Campos2010-01-041-0/+1
* [presentation] Make sure we always have a valid surface to draw a pageCarlos Garcia Campos2010-01-041-2/+28