Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/previewer
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-263-5/+2
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* Remove some code duplicationHib Eris2010-05-252-31/+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-053-3/+3
| | | | | | | | 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
|
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-291-1/+3
|
* [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
|
* [build] Remove gitignore files from gitChristian Persch2009-10-251-23/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+23
| | | | Import git.mk.
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-153-81/+128
| | | | | | | 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.
* 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.)
* Append LDFLAGSChristian Persch2009-06-151-1/+3
| | | | Don't replace LDFLAGS, just append to them.
* [windows/build] Add -mwindows flag for true Windows appsHib Eris2009-06-151-0/+4
|
* [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-122-2/+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-084-0/+821
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