Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* Add an expander to the open toolbar item which pops up a dropdown menuCarlos Garcia Campos2007-10-281-4/+29
* Do not jump to the first page when reloading by running evince from theCarlos Garcia Campos2007-10-281-2/+5
* Plugged memory leak when help file is not found. Fixes bug #490762.Hiroyuki Ikezoe2007-10-271-0/+2
* RemovedCarlos Garcia Campos2007-10-261-74/+0
* Let GnomeVFS check the URL, this allow more URL (like mailto:), and reportPascal Terjan2007-10-251-22/+18
* Fix conflicting shortcut for view sade pane and presentation.Carlos Garcia Campos2007-10-111-1/+1
* Respect ranges order when printing more than one range in random order.Carlos Garcia Campos2007-10-111-1/+11
* Rotate also the window icon when document is rotated. Fixes bug #474681.Martin Schanzenbach2007-10-101-21/+33
* Do not show the toolbar in fullscreen mode if the main toolbar is notCarlos Garcia Campos2007-10-041-1/+5
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-041-124/+61
* Make sure not to use the history with documents not supporting links.Carlos Garcia Campos2007-09-031-2/+4
* Restart the search when reloading a document with the find bar visible.Carlos Garcia Campos2007-09-031-7/+21
* Do not jump to the first page when reloading a document from the lastCarlos Garcia Campos2007-09-031-2/+7
* Do not update visibility when changing a chrome flag so that it's possibleCarlos Garcia Campos2007-09-031-2/+11
* Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported byCarlos Garcia Campos2007-09-031-2/+2
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-011-13/+0
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-1/+1
* Enables 'find next' when bindbar is hidden. Fixes bug #323817.Justin Blanchard2007-08-271-9/+27
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-271-1/+1
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-251-0/+13
* Reset also cups setting to 1 when printing multiple pages per sheet. FixesCarlos Garcia Campos2007-08-251-1/+3
* Use g_get_user_special_dir when available instead of xdg_user_dir_lookup.Carlos Garcia Campos2007-08-111-2/+24
* Plugged memory leak.Hiroyuki Ikezoe2007-07-311-2/+6
* Do not hide sidebar in fullscreen mode. Fixes bug #396535.Carlos Garcia Campos2007-07-301-4/+2
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-291-3/+10
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-291-0/+6
* s/gtk/gdkNickolay V. Shmyrev2007-07-291-2/+2
* Fixes bug #437681 - blocks while enumerating printers.Christian Persch2007-07-291-50/+65
* Don't use deprecated gtk+ function. See bug #460909.Christian Persch2007-07-291-16/+7
* Do not use display before initializing it. Remove compile warnings.Carlos Garcia Campos2007-07-271-1/+2
* Reorganizes utility functions.Johannes Buchner2007-07-271-59/+13
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-21/+17
* Adds a nice icon to page action during toolbar editing. See bug #452872.Jaap Haitsma2007-07-021-0/+1
* 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ruNickolay V. Shmyrev2007-07-021-2/+2
* Do not change sidebar chrome flag when pressing F9 key in presentationCarlos Garcia Campos2007-06-291-1/+4
* Clear gtk print job when job has finished. Fixes bug #447612.Carlos Garcia Campos2007-06-171-0/+5
* Add preview button to print dialog. Fixes bug #445419.Carlos Garcia Campos2007-06-171-22/+50
* Zoom icon artwork. See bug #444795.Michael Monreal2007-06-061-1/+1
* Check if history is NULLNickolay V. Shmyrev2007-05-251-0/+3
* Add functions to delete temporary files created by evince in a safe way.Carlos Garcia Campos2007-05-251-75/+234
* Change sidebar ordering. Fixes bug #439939.Wouter Bolsterlee2007-05-201-11/+11
* Respect the screen when opening help (#437866).Ross Burton2007-05-121-1/+3
* Add print button in preview mode. Fixes bug #396475.Carlos Garcia Campos2007-05-111-4/+161
* Make navigation action unsensitive instead of showing menu withNickolay V. Shmyrev2007-05-091-1/+1
* Remember print settings. Fixes bug #349102.Carlos Garcia Campos2007-05-081-2/+8
* Don't use libgnome to open help, instead call Yelp directly.Ross Burton2007-05-041-4/+33
* Add missing includes, fix indentation.Ross Burton2007-05-021-1/+4
* Use ev_application_open_uri_at_dest instead of ev_application_open_uriEduardo Lima2007-04-301-2/+4
* Start rendering pages before any other jobs.Carlos Garcia Campos2007-04-221-27/+35
* Update chrome visibility before window unfullscreen.Carlos Garcia Campos2007-04-221-4/+2