Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* [shell] Fix opening files with '#' in its nameCarlos Garcia Campos2010-05-111-1/+23
* [shell] Use G_DEFINE_INTERFACE and remove our own macroCarlos Garcia Campos2010-05-076-27/+27
* [shell] Remove fontconfig lock/unlock when showing the main windowCarlos Garcia Campos2010-05-071-4/+0
* [shell] Fix typo: request_width -> request_heightEspeonEefi2010-05-041-1/+1
* [shell] Do not store metadata for files under /tmpCarlos Garcia Campos2010-05-041-22/+25
* [shell] Add saved documents with "save a copy" to recent file listCarlos Garcia Campos2010-05-041-0/+2
* [shell] Invert colors of thumbnails when loading in inverted color modeCarlos Garcia Campos2010-05-041-4/+7
* [shell] Remove redundant checkCarlos Garcia Campos2010-05-041-1/+1
* Take default settings from last document openedCarlos Garcia Campos2010-05-041-12/+30
* [ev-daemon] Respect GNOME22_USER_DIR env variableCarlos Garcia Campos2010-05-031-8/+14
* Remove unneeded GLIB_CHECK_VERSION macrosCarlos Garcia Campos2010-05-031-2/+0
* [shell] Port override_restrictions gconf key to GSettingsCarlos Garcia Campos2010-05-032-14/+36
* Hide sidebar by default when window is emptyCarlos Garcia Campos2010-04-301-1/+1
* Remove GTK_CHECK_VERSION macrosCarlos Garcia Campos2010-04-301-4/+0
* [shell] Add icons to the recent items, and always show them in menuChristian Persch2010-04-291-1/+19
* [shell] Ellipsise the recent action's labelChristian Persch2010-04-291-1/+23
* [presentation] Make inverted colors mode work in presentation mode tooCarlos Garcia Campos2010-04-251-2/+6
* Respect GNOME22_USER_DIR env variableCarlos Garcia Campos2010-04-251-10/+27
* Parse page dest from uri before creating the fileCarlos Garcia Campos2010-04-251-9/+13
* Make gnome-doc-utils optionalHib Eris2010-04-151-6/+7
* Update FSF address everywhere.Arun Persaud2010-04-0551-82/+83
* [shell] Add command line option to open document at a given page indexCarlos Garcia Campos2010-04-011-1/+6
* [shell] Fix build with GSEAL_ENABLECarlos Garcia Campos2010-03-3113-47/+84
* [shell] Fix no-window check in ev_sidebar_menu_position_under()Carlos Garcia Campos2010-03-311-1/+1
* Replace GTK_WIDGET_MAPPED() with gtk_widget_get_mapped()Carlos Garcia Campos2010-03-312-2/+2
* Replace GTK_WIDGET_NO_WINDOW() with gtk_widget_get_has_window()Carlos Garcia Campos2010-03-311-1/+1
* Replace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()Hib Eris2010-03-312-7/+8
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-312-4/+4
* 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-311-1/+1
* Remove the internal copy of gtkinfobar and use GtkInfoBar directlyCarlos Garcia Campos2010-03-313-11/+5
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-313-71/+2
* Save current page when closing window in presentation modeCarlos Garcia Campos2010-03-131-0/+9
* Use monitor height instead of screen height to calculate page scale in presen...Carlos Garcia Campos2010-03-131-2/+5
* Move get_screen_dpi to libdocumentCarlos Garcia Campos2010-02-213-26/+16
* Fix dpi calculationJuanjo MarĂ­n2010-02-211-5/+8
* Allow adding actions for more than one item in view popup menuCarlos Garcia Campos2010-02-211-8/+26
* Update totem-scrsaver from totem sourcesCarlos Garcia Campos2010-02-171-5/+7
* [shell] Do not link to poppler directlyHib Eris2010-02-031-30/+15
* Assorted string fixesPhilip Withnall2010-02-037-18/+18
* [shell] Update only Copy action sensitivity when selection changesCarlos Garcia Campos2010-01-111-1/+2
* Add selection-changed signal to EvView to notify that selection has changedCarlos Garcia Campos2010-01-111-14/+11
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-031-0/+9
* [shell] Use the new EvViewPresentation for presentation modeCarlos Garcia Campos2010-01-031-128/+45
* [shell] Use new function ev_document_links_get_dest_page_label()Carlos Garcia Campos2010-01-031-2/+1
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-291-1/+3
* Popup view signal is never emitted in presentation modeCarlos Garcia Campos2009-12-281-3/+0
* [windows] Gray-out help contents menu option on WindowsHib Eris2009-12-221-0/+5
* Add evince icon to the win32 executableHib Eris2009-12-222-0/+9
* Do not fail to open external uri links that are relative pathsCarlos Garcia Campos2009-12-201-8/+25