Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do file transfer asynchronously in the main thread instead ofCarlos Garcia Campos2007-01-241-1/+0
* Bump requirements to dbus-glib 0.71 and drop all ifdefs used.Carlos Garcia Campos2007-01-081-58/+3
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-2/+0
* Preliminary history implementationNickolay V. Shmyrev2006-11-191-1/+0
* Remove temp file created when evince is used by GTK+ in preview mode.Carlos Garcia Campos2006-11-101-0/+12
* Add support for multiscreen systems. Fixes bug #316206.Carlos Garcia Campos2006-10-311-2/+23
* Revert my previous commit, gnome_program_init owns the option context. FixCarlos Garcia Campos2006-08-211-1/+1
* Fix memory leak.Carlos Garcia Campos2006-08-211-0/+1
* Add preview toolbar (hidden by default)Carlos Garcia Campos2006-07-171-15/+88