Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-207-647/+831
* Make sure metadata exists before reference it when opening a copyCarlos Garcia Campos2009-10-111-1/+2
* Remove ev-metadata-managerCarlos Garcia Campos2009-10-113-790/+0
* [shell] Use EvMetadata to get/set gvfs metadataCarlos Garcia Campos2009-10-112-213/+209
* [metadata] Run evince-convert-metadata tool at startup when neededCarlos Garcia Campos2009-10-112-0/+81
* [metadata] Add EvMetadata to handle gvfs metadataCarlos Garcia Campos2009-10-113-0/+377
* [metadata] Add evince-convert-metadata toolCarlos Garcia Campos2009-10-112-0/+310
* [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
* [utils] Remove escape_uri_for_display() in favor of g_uri_unescape_string()Carlos Garcia Campos2009-10-072-42/+0
* [shell] Use g_uri_unescape_string() instead of our own implementationCarlos Garcia Campos2009-10-072-2/+2
* [shell] Remove progress message area when document download finishesCarlos Garcia Campos2009-10-071-1/+2
* [shell] Fix a crash due to an uninitialized variableCarlos Garcia Campos2009-10-071-1/+1
* [thumbnails] Remarks the selected thumbnail after rotationJuanjo Marín2009-09-271-0/+2
* Do not try to recover invalid or unneeded filesCarlos Garcia Campos2009-09-251-45/+85
* Fix thumbnails rotation when loading a rotated documentCarlos Garcia Campos2009-09-201-0/+1
* Use EvInfoBar instead of GeditMessageAreaCarlos Garcia Campos2009-09-184-41/+63
* 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-152-12/+86
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-1513-335/+448
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-151-40/+0
* Move ev_page_cache_check_dimensions() to EvDocumentCarlos Garcia Campos2009-09-152-5/+5
* Move thumbnails page sizes cache from EvPageCache to EvSidebarThumbnailsCarlos Garcia Campos2009-09-151-3/+149
* [shell] Add missing castCarlos Garcia Campos2009-09-151-1/+1
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-156-97/+72
* Remove attachments from EvDocument interface and use EvDocumentAttachments in...Carlos Garcia Campos2009-09-151-4/+3
* 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
* build: Add some more $(AM_V_GEN)sChristian Persch2009-08-161-0/+4
* [printing] Show print progress information when using GtkPrintOperationCarlos Garcia Campos2009-08-081-4/+26
* [shell] Don't show crash recovery dialog when requested file is the only one ...Carlos Garcia Campos2009-07-303-5/+44
* [shell] Disable crash recovery when D-BUS is disabledCarlos Garcia Campos2009-07-301-2/+16
* [view] Grab focus after setting metadataNickolay V. Shmyrev2009-07-251-0/+2
* [print] Fixes segmentation violation when format is emptyAndreas Liebe2009-07-251-1/+1
* [build] Use AM_V_GEN to make custom commands silentJavier Jardón2009-07-221-3/+3
* [printing] Fix even / odd multipage issuesBartek Kostrzewa2009-07-121-23/+91
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-5/+3
* [printing] Make evince output pdf on supported printersJohan Brannlund2009-06-251-2/+7
* On Windows, when called from a console, get console output (works onlyFridrich Strba2009-06-231-0/+35
* Append LDFLAGSChristian Persch2009-06-151-1/+3
* [windows/build] Add -mwindows flag for true Windows appsHib Eris2009-06-151-0/+4
* Use #ifdef, no #ifChristian Persch2009-06-141-1/+1
* Only include eggdesktopfile.h on x11Christian Persch2009-06-141-1/+1
* Only use eggdesktopfile on xsmp smclient backendChristian Persch2009-06-141-2/+2
* [shell] Add default case to switch, warning about unsupported print pages set...Carlos Garcia Campos2009-06-121-0/+3
* Disable single instance by DBUS for hildon platformChristian Persch2009-06-111-5/+0
* Make smclient optionalChristian Persch2009-06-112-8/+28