Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/previewer/ev-previewer-window.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [previewer] Close with control + wDiego Escalante Urrelo2010-03-311-0/+10
| | | | Fixes bug #612972.
* [previewer] Add some more keybindingsCarlos Garcia Campos2010-03-311-0/+95
|
* [previewer] Fix keybindings in previewer windowCarlos Garcia Campos2010-03-311-0/+17
| | | | See bug #612972.
* [previewer] Use ev_document_misc_get_screen_dpi()Carlos Garcia Campos2010-02-211-9/+4
|
* [previewer] Use model api instead of EvView to set continuous modeCarlos Garcia Campos2009-12-131-1/+1
|
* [previewer] Remove debug messageCarlos Garcia Campos2009-12-131-2/+0
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-65/+111
| | | | | | | 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.
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-151-42/+1
| | | | | | | | | It was used by EvView when sizing mode was best-fit or fit-width to request the window for its content size. This is not needed at all, since we already call size_allocate on parent class. GtkScrolledWindow takes into account the shadow type and scrollbars visibility in its size_allocate method, so we can just take the allocation returned to calculate the zoom in case of best-fit or fit-width.
* [printing] Make use of gtk+-unix-print optionalHib Eris2009-06-091-0/+12
|
* [windows] Make previewer relocatable on windows - GUIHib Eris2009-06-091-3/+23
|
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-121-1/+0
|
* Add evince-previewer as a separate applicaton that implements the previewCarlos Garcia Campos2009-04-081-0/+572
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