Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not hardcode BINDIR on WindowsHib Eris2009-12-201-0/+10
* [shell] Always show rotate iconsCarlos Garcia Campos2009-12-191-0/+7
* Move EvPrintOperation to libviewTomeu Vizoso2009-12-193-1955/+0
* [shell] Get rotation directly from the model when updating window iconCarlos Garcia Campos2009-11-291-5/+6
* [shell] Add tooltip text for inverted colors actionCarlos Garcia Campos2009-11-291-1/+2
* Add option for displaying with inverted-colorsJuanjo Marín2009-11-291-3/+38
* [shell] Update window icon too when the inverted colors option is activeCarlos Garcia Campos2009-11-291-0/+21
* [shell] Invert colors of thumbnails when inverted colors option is activeCarlos Garcia Campos2009-11-291-6/+33
* [shell] Do not create a destination for reloading current pageCarlos Garcia Campos2009-11-231-22/+14
* [shell] Make "p" and "n" accels unsensitive while searchingCarlos Garcia Campos2009-11-191-0/+2
* Add options to open and save attachment annotations to context menuCarlos Garcia Campos2009-11-171-0/+36
* [shell] Fix attachment popup labelsCarlos Garcia Campos2009-11-161-2/+2
* Use "n" and "p" keys for page jumpCarlos Garcia Campos2009-11-151-0/+4
* Do not mark properties name and desc as translatable.Carlos Garcia Campos2009-11-091-8/+8
* [build] Fix build with glib < 2.22.0Christian Spurk2009-11-081-0/+2
* [shell] Disable print page setup options according to lockdownCarlos Garcia Campos2009-11-061-1/+14
* [shell] Update actions sensitivity when gconf keys changeCarlos Garcia Campos2009-11-061-13/+52
* [shell] Fix memory leakCarlos Garcia Campos2009-11-061-0/+1
* [shell] Fix loading of remote filesCarlos Garcia Campos2009-11-061-2/+3
* [printing] Embed page setup settings in the print dialogCarlos Garcia Campos2009-10-263-3/+107