Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-121-4/+6
* [shell] Propagate key events from EvWindow to EvViewCarlos Garcia Campos2009-05-121-0/+25
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-121-2/+2
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-032-10/+22
* [ui] Escape URIs for displayNickolay V. Shmyrev2009-05-034-8/+55
* [ui] Use stock icon for Page SetupNickolay V. Shmyrev2009-05-031-1/+1
* [ui] Renamed menu entry to Page SetupNickolay V. Shmyrev2009-05-031-2/+2
* Added F3 as a find-next accelerator key, bug 579072Michael J. Chudobiak2009-04-301-0/+4
* Change process working directory to $HOME so that we don't preventCarlos Garcia Campos2009-04-101-1/+7
* Use g_file_make_symbolic_link to create symlinks. Patch by Hib Eris. SeeCarlos Garcia Campos2009-04-101-16/+20
* RemovedCarlos Garcia Campos2009-04-083-72/+4
* Use g_error_matches() instead of manually check error code and domain.Carlos Garcia Campos2009-04-081-8/+4
* Delete the temp symlink created when opening a copy.Carlos Garcia Campos2009-04-081-3/+19
* Remove the preview mode from EvWindow. EvPrintOperation now launchesCarlos Garcia Campos2009-04-086-347/+150
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-089-1022/+9
* Move ev_view_update_view_size() from libview to ev-window again and makeCarlos Garcia Campos2009-04-061-37/+47