Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-6/+16
* Allow adding actions for more than one item in view popup menuCarlos Garcia Campos2010-02-211-8/+26
* [shell] Do not link to poppler directlyHib Eris2010-02-031-30/+15
* Assorted string fixesPhilip Withnall2010-02-031-11/+11
* [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
* 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
* Do not fail to open external uri links that are relative pathsCarlos Garcia Campos2009-12-201-8/+25
* [shell] Always show rotate iconsCarlos Garcia Campos2009-12-191-0/+7
* [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] 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
* [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-261-1/+21
* shell: Actually use the launch contextChristian Persch2009-10-261-2/+5
* [shell] Use correct timestampsChristian Persch2009-10-261-8/+9
* [shell] Don't exit with non-writable $HOMEChristian Persch2009-10-251-20/+24
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-14/+30
* Use gtk_window_present() when opening a copy instad of gtk_widget_show()Carlos Garcia Campos2009-10-231-1/+1
* Move load/save toolbars model from EvApplication to EvWindowCarlos Garcia Campos2009-10-231-21/+81
* Move load/save print settings code from EvApplication to EvWindowCarlos Garcia Campos2009-10-231-82/+153
* Use always a different process for every documentCarlos Garcia Campos2009-10-211-5/+7
* [shell] Do not setup page from metadata when provided by command lineCarlos Garcia Campos2009-10-211-1/+2
* Make sure metadata exists before reference it when opening a copyCarlos Garcia Campos2009-10-111-1/+2
* [shell] Use EvMetadata to get/set gvfs metadataCarlos Garcia Campos2009-10-111-208/+209
* [shell] Make sure total_num_bytes > 0 before using it in progress callbacksCarlos Garcia Campos2009-10-071-2/+11
* [shell] Escape uri before showing it in progress areaCarlos Garcia Campos2009-10-071-1/+3
* [shell] Use g_uri_unescape_string() instead of our own implementationCarlos Garcia Campos2009-10-071-1/+1
* [shell] Remove progress message area when document download finishesCarlos Garcia Campos2009-10-071-1/+2
* Use model instead of view to handle continuous, dual-page and fullscreenCarlos Garcia Campos2009-09-151-68/+57
* [shell] Remove unneeded call to ev_view_set_screen_dpi()Carlos Garcia Campos2009-09-151-2/+0
* [shell] Make sure to not open a document on the last pageCarlos Garcia Campos2009-09-151-14/+7
* [shell] Use ev_window_open_document() to open a copy instead of using a symlinkCarlos Garcia Campos2009-09-151-125/+10
* [shell] Add ev_window_open_document()Carlos Garcia Campos2009-09-151-0/+69
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-172/+201