Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | | | Fixes bgo#321823.
* [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
| | | | Fixes bgo#601217.
* [shell] Disable print page setup options according to lockdownCarlos Garcia Campos2009-11-061-1/+14
| | | | See bgo#568433.
* [shell] Update actions sensitivity when gconf keys changeCarlos Garcia Campos2009-11-061-13/+52
| | | | See bgo#568433.
* [shell] Fix memory leakCarlos Garcia Campos2009-11-061-0/+1
|
* [shell] Fix loading of remote filesCarlos Garcia Campos2009-11-061-2/+3
| | | | It was broken by the temp file handling rework
* [printing] Embed page setup settings in the print dialogCarlos Garcia Campos2009-10-261-1/+21
| | | | Based on patch by Marek Kašík. Fixes bgo#591551.
* shell: Actually use the launch contextChristian Persch2009-10-261-2/+5
|
* [shell] Use correct timestampsChristian Persch2009-10-261-8/+9
| | | | Use gtk_get_current_event_time() instead of GDK_CURRENT_TIME.
* [shell] Don't exit with non-writable $HOMEChristian Persch2009-10-251-20/+24
| | | | | | Allow running without out dot dir. Also, don't warn when loading the print settings and the file just doesn't exist yet.
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-14/+30
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* 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
| | | | Settings are now loaded everytime before printing and saved after.
* 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
| | | | Fixes bgo#597691
* [shell] Escape uri before showing it in progress areaCarlos Garcia Campos2009-10-071-1/+3
| | | | See bgo#597691.
* [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
| | | | It was actually broken since commit 0e064f5e.
* [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
| | | | It allows open an already loaded document in an EvWindow
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-172/+201
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-151-40/+0
| | | | | | | | | It was used by EvView when sizing mode was best-fit or fit-width to request the window for its content size. This is not needed at all, since we already call size_allocate on parent class. GtkScrolledWindow takes into account the shadow type and scrollbars visibility in its size_allocate method, so we can just take the allocation returned to calculate the zoom in case of best-fit or fit-width.
* Move ev_page_cache_check_dimensions() to EvDocumentCarlos Garcia Campos2009-09-151-4/+4
|
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-65/+45
| | | | The static data about the document is stored now in EvDocument class
* Save images as png or jpg when the filename has no extensionsPatrick Ammann2009-09-141-0/+9
|
* Fix bug #570054Fernando Herrera2009-09-081-23/+37
| | | | | | Populate destination page when reloading the document, so if the reload happens because a new command line invokation it still honors the "-p X" option and the document is reloaded at page X
* [view] Grab focus after setting metadataNickolay V. Shmyrev2009-07-251-0/+2
| | | | Fixes GNOME bug #589300.
* Update about dialogueChristian Persch2009-06-111-2/+3
|
* [printing] Make use of gtk+-unix-print optionalHib Eris2009-06-091-0/+5
|
* [windows] Make evince relocatable on windows - GUIHib Eris2009-06-091-3/+7
|
* Do not disable printing when cairo printing is available.Hib Eris2009-06-091-1/+1
|
* [shell] Allow activate the menubar in fullscreen modeCarlos Garcia Campos2009-06-061-9/+78
| | | | Fixes bgo#504243
* [printing] Use always default page setup before printingCarlos Garcia Campos2009-06-051-2/+7
|
* [shell] Remove left over GtkPrinterHib Eris2009-06-051-7/+0
|
* [shell] Remember and reuse "Save a Copy..." pathCarlos Garcia Campos2009-05-211-26/+63
| | | | Fixes bgo#485195.
* [shell] Implement Print named actionCarlos Garcia Campos2009-05-131-0/+2
|
* [shell] Abort dnd operations originated in the same Evince windowCarlos Garcia Campos2009-05-131-4/+11
| | | | Fixes bug #582077