Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/previewer/ev-previewer.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-261-3/+0
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* Remove some code duplicationHib Eris2010-05-251-30/+1
|
* [windows] Fix localization on WindowsHib Eris2010-05-251-1/+30
| | | | Fixes bgo#610548
* Convert relative path to absolute path for evince-previewerMarek Kasik2010-05-121-1/+5
| | | | | Add ability to open documents specified by relative path in evince-previewer.
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-291-1/+3
|
* 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