Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some code duplicationHib Eris2010-05-251-30/+1
* [windows] Fix localization on WindowsHib Eris2010-05-251-1/+30
* [shell] Use async GDBus api in ev-applicationCarlos Garcia Campos2010-05-251-7/+6
* [shell] Do not use the gconf gsettings backend any moreCarlos Garcia Campos2010-05-221-5/+0
* [shell] Fix opening files with '#' in its nameCarlos Garcia Campos2010-05-111-1/+23
* [shell] Port override_restrictions gconf key to GSettingsCarlos Garcia Campos2010-05-031-0/+5
* Parse page dest from uri before creating the fileCarlos Garcia Campos2010-04-251-9/+13
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
* [shell] Add command line option to open document at a given page indexCarlos Garcia Campos2010-04-011-1/+6
* Assorted string fixesPhilip Withnall2010-02-031-1/+1
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-291-1/+3
* Use always a different process for every documentCarlos Garcia Campos2009-10-211-28/+13
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-201-310/+41
* [metadata] Run evince-convert-metadata tool at startup when neededCarlos Garcia Campos2009-10-111-0/+80
* [shell] Don't show crash recovery dialog when requested file is the only one ...Carlos Garcia Campos2009-07-301-1/+1
* On Windows, when called from a console, get console output (works onlyFridrich Strba2009-06-231-0/+35
* 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
* Make smclient optionalChristian Persch2009-06-111-7/+13
* [shell] Recover previous session when running evince after a crashCarlos Garcia Campos2009-05-161-5/+25
* Change process working directory to $HOME so that we don't preventCarlos Garcia Campos2009-04-101-1/+7
* Remove the preview mode from EvWindow. EvPrintOperation now launchesCarlos Garcia Campos2009-04-081-26/+64
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-081-0/+1
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-051-1/+9
* A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117.Christian Persch2009-01-301-9/+5
* Add --version which was lost in the libgnome removal. Bug #562869.Christian Persch2009-01-291-0/+13
* Move metadata manager initialisation and shutdown into EvApplication.Christian Persch2009-01-261-12/+0
* Use N_() in g_option_context_new(), not _().Christian Persch2009-01-261-9/+5
* Fix for a minor code typo.Michal Vaner2009-01-181-3/+3
* Include gdkx only for dbus support. See bug #339172.Hib Eris2009-01-161-1/+1
* Move the egg_set_desktop_file() call to main and removeCarlos Garcia Campos2008-11-021-1/+3
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-311-47/+21
* Remove gnome_authentication_manager_init.Carlos Garcia Campos2008-08-271-6/+0
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-031-0/+1
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-031-9/+8
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-031-2/+0
* Add a profile mode available when debug is enabled. Add profilers inCarlos Garcia Campos2008-07-271-0/+2
* Fix some build warnings under GCC 4.3.0. (#537535).Cosimo Cecchi2008-06-101-3/+3
* Merge branch 'ev-debug' into workCarlos Garcia Campos2008-04-271-0/+3
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-251-8/+10
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-281-0/+5
* Add a command line option for search. Fixes bug #497710.Carlos Garcia Campos2007-11-251-0/+13
* Fixes program description translation issue. Bug #450148.Gabor Kelemen2007-06-221-0/+1
* Sync keybindings manually when building without libgnome (#437925).Ross Burton2007-05-121-0/+7
* Add print button in preview mode. Fixes bug #396475.Carlos Garcia Campos2007-05-111-0/+17
* Add --without-libgnome, check for libgnome and libgnomeui separately, andRoss Burton2007-05-041-3/+33
* Add missing includes, fix indentation.Ross Burton2007-05-021-4/+4
* Developers documentation updated.Iñigo Martínez2007-04-201-0/+18
* Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.Carlos Garcia Campos2007-03-221-1/+1