Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update about dialogueChristian Persch2009-06-111-2/+3
* [printing] Make use of gtk+-unix-print optionalHib Eris2009-06-092-2/+26
* [windows] Make evince relocatable on windows - GUIHib Eris2009-06-093-5/+35
* Do not disable printing when cairo printing is available.Hib Eris2009-06-093-1/+11
* [shell] Allow activate the menubar in fullscreen modeCarlos Garcia Campos2009-06-061-9/+78
* [printing] Scale according to paper size before rendering for printingCarlos Garcia Campos2009-06-051-1/+9
* [printing] Use always default page setup before printingCarlos Garcia Campos2009-06-051-2/+7
* [shell] Remove left over GtkPrinterHib Eris2009-06-051-7/+0
* [printing] Fix multipage even/odd printing issuesBartek Kostrzewa2009-05-231-10/+23
* [shell] Remember and reuse "Save a Copy..." pathCarlos Garcia Campos2009-05-213-36/+94
* [printing] Fixes crash found by testsNickolay V. Shmyrev2009-05-181-1/+1
* [shell] Add EvPrintOperationPrint that implements EvPrintOperation using GtkP...Carlos Garcia Campos2009-05-171-9/+280
* [shell] Recover previous session when running evince after a crashCarlos Garcia Campos2009-05-162-33/+181
* [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