Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Expand)AuthorAgeFilesLines
* [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
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-031-1/+18
* [libview] Do not scale when drawing animations in presentation modeCarlos Garcia Campos2010-01-031-15/+1
* [libview] Fix double to int conversionCarlos Garcia Campos2010-01-031-14/+12
* [libview] Remove presentation mode code from EvViewCarlos Garcia Campos2010-01-032-759/+34
* [libview] Add EvViewPresentation to implement presentation modeCarlos Garcia Campos2010-01-033-2/+1469
* [libview] Add methods to get/set page cache flagsCarlos Garcia Campos2010-01-032-16/+33
* [libview] Remove ev_view_page_label_from_dest()Carlos Garcia Campos2010-01-032-39/+2
* [libview] Move cursor handling stuff to a new fileCarlos Garcia Campos2010-01-035-55/+118
* [windows] Fix printing on WindowsHib Eris2009-12-291-0/+2
* [libview] Disable text selection in presentation modeCarlos Garcia Campos2009-12-281-6/+32
* [printing] Add select page size using document page size print optionAdrian Johnson2009-12-241-9/+31