Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/previewer/ev-previewer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-13/+15
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* On Windows, when called from a console, get console output (works onlyFridrich Strba2009-06-231-0/+34
| | | | | with Windows XP or higher. Windows 2000 will not have console output but it will just work fine.)
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-121-1/+0
|
* Delete the print settings file.Carlos Garcia Campos2009-04-081-4/+4
| | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * previewer/ev-previewer.c: (ev_previewer_unlink_tempfile), (main): Delete the print settings file. svn path=/trunk/; revision=3580
* Add evince-previewer as a separate applicaton that implements the previewCarlos Garcia Campos2009-04-081-0/+167
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * data/Makefile.am: * previewer/Makefile.am: * previewer/ev-previewer-window.[ch]: * previewer/ev-previewer.c: Add evince-previewer as a separate applicaton that implements the preview mode. svn path=/trunk/; revision=3578