Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Assorted string fixesPhilip Withnall2010-02-031-1/+1
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* [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
| | | | | | | | | | | | - When built with DBus support a daemon is used to keep track of opened documents and reload them when reopened. - Crash recovery code has been removed. - Metadata migration code has been moved from main.c to ev-daemon.c, so that it's only run once on daemon startup. Fixes bgo#583680, bgo#434966, bgo#497388, bgo#524633 and bgo#586087.
* [metadata] Run evince-convert-metadata tool at startup when neededCarlos Garcia Campos2009-10-111-0/+80
| | | | This will migrate the old metadata file to gvfs metadata
*