Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak.Carlos Garcia Campos2007-01-281-5/+4
* Correctly handle named destination linksNickolay V. Shmyrev2007-01-281-8/+5
* Correctly handle link dest with page labelNickolay V. Shmyrev2007-01-281-3/+7
* Check if document have links modelNickolay V. Shmyrev2007-01-281-5/+9
* Don't use markup, just set pango attributeNickolay V. Shmyrev2007-01-281-1/+1
* Implements another history variantNickolay V. Shmyrev2007-01-281-16/+102
* Open links in new window when clicking with middle button.Carlos Garcia Campos2007-01-281-0/+10
* Store link before jump, not the destination. For me it seems like moreNickolay V. Shmyrev2007-01-281-1/+4
* History finally works as expected.Nickolay V. Shmyrev2007-01-281-23/+52
* Remove activate_link signal, not required.Nickolay V. Shmyrev2007-01-281-12/+0
* Do file transfer asynchronously in the main thread instead ofCarlos Garcia Campos2007-01-241-36/+97
* Do not include in recent menu inexistent documents. Fixes bug #339171.Carlos Garcia Campos2007-01-141-3/+4
* Do Save a copy in atomic way. Fixes bug #328266.Carlos Garcia Campos2007-01-131-12/+48
* Use max and min scale values in the view iby taking dpi into account.Carlos Garcia Campos2007-01-111-0/+5
* Send print job to printer with some settings set to default values, sinceCarlos Garcia Campos2007-01-091-1/+19
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-1/+0
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-071-30/+156
* Move view drag and drop stuff to ev-view.Carlos Garcia Campos2007-01-071-46/+0
* Restore zoom settings when back from presentation mode.Carlos Garcia Campos2006-12-241-2/+0
* Always use "best fit" zoom in presentation mode. Fixes bug #389195.Wouter Bolsterlee2006-12-241-0/+2
* Do not escape uri before calling gnome_vfs_url_show(). Fixes bug #378085.Carlos Garcia Campos2006-12-231-8/+1
* Make sure Evince doesn't restore the view on the last page when a documentWouter Bolsterlee2006-12-201-1/+9
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-181-0/+2
* Check if text inserted in page entry is a valid page number when itCarlos Garcia Campos2006-12-151-1/+1
* GTK_STOCK_SELECT_ALL is used in menu definition, but isn't available withJulien Rebetez2006-12-141-0/+4
* Take screen DPI into account when zooming. Fixes bug #318285.Carlos Garcia Campos2006-12-141-4/+28
* Use stock icon for Select All action. Fixes bug #382652.Gabriel Felipe Cornejo2006-12-091-1/+1
* Hide cursor after a while in presentation mode.Carlos Garcia Campos2006-12-091-2/+4
* Move screensaver handling to application. No more message on startup.Nickolay V. Shmyrev2006-12-031-13/+4
* Allow printing to PDF when suppoted by the backend.Carlos Garcia Campos2006-12-031-12/+27
* Use always "Document Viewer" in about dialog.Carlos Garcia Campos2006-12-031-1/+1
* Make pdf compilation optional. See bug #38007.Yevgen Muntyan2006-11-301-0/+6
* cut-n-paste/totem-screensaver/.cvsignoreWouter Bolsterlee2006-11-211-3/+16
* Use page labels instead of numbers.Nickolay V. Shmyrev2006-11-191-2/+7
* Preliminary history implementationNickolay V. Shmyrev2006-11-191-3/+33
* Fix a race condition when creating symlink. Increase the counter avoidingCarlos Garcia Campos2006-11-161-18/+30
* Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition inCarlos Garcia Campos2006-11-151-4/+3
* Allow opening a copy of the current document in a new window. Fixes bugCarlos Garcia Campos2006-11-141-4/+117
* Add rotate right and rotate left to available items for toolbar.Nickolay V. Shmyrev2006-11-111-2/+7
* Use "object-rotate-{left,right}" stock icons. Fixes bug #373863.Claudio Saavedra2006-11-111-2/+2
* Remove temp file created when evince is used by GTK+ in preview mode.Carlos Garcia Campos2006-11-101-4/+43
* Fixes bug #372474 - Side pane disabled when entering and leavingNickolay V. Shmyrev2006-11-101-2/+4
* Fixes bug #364364 - toolbar editor shows zoom actions again.Nickolay V. Shmyrev2006-11-101-22/+18
* Do not take margins into consideration for paper size when printing.Carlos Garcia Campos2006-11-091-5/+5
* Add page setup settings for printing. Fixes bugs #363860 and #350491.Carlos Garcia Campos2006-11-081-10/+53
* Revert my previuos commit, since printing to PDF is not supported byCarlos Garcia Campos2006-11-081-2/+2
* Enable print to a PDF. Fixes bug #332121.Carlos Garcia Campos2006-11-081-1/+2
* Add support for multiscreen systems. Fixes bug #316206.Carlos Garcia Campos2006-10-311-10/+23
* Allow printing only odd/even pages. Fixes bug #367289.Carlos Garcia Campos2006-10-301-12/+17
* indent fixWouter Bolsterlee2006-10-291-1/+1