Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Reorganize source tree.Nickolay V. Shmyrev2007-01-0811-10/+353
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-077-63/+390
* Move view drag and drop stuff to ev-view.Carlos Garcia Campos2007-01-072-50/+49
* Clear selection also in pixbuf cache.Carlos Garcia Campos2007-01-052-0/+3
* Actually remove .cvsignore filesChristian Persch2006-12-311-6/+0
* Add page transition support in presentation mode. At the moment only pageCarlos Garcia Campos2006-12-272-0/+50
* Update page-cache when page is changed by the view, so that page-changedCarlos Garcia Campos2006-12-251-1/+7
* Restore zoom settings when back from presentation mode.Carlos Garcia Campos2006-12-243-3/+15
* Always use "best fit" zoom in presentation mode. Fixes bug #389195.Wouter Bolsterlee2006-12-241-0/+2
* Show "Jump to page" label in the page jumping popup in presentation modeWouter Bolsterlee2006-12-241-6/+11
* Do not escape uri before calling gnome_vfs_url_show(). Fixes bug #378085.Carlos Garcia Campos2006-12-231-8/+1
* Allow jumping to another page by typing a page number in presentationCarlos Garcia Campos2006-12-222-1/+223
* Make sure Evince doesn't restore the view on the last page when a documentWouter Bolsterlee2006-12-201-1/+9
* Fix compilation with older compilers like gcc 2. Fixes bug #387237.Jens Granseuer2006-12-181-1/+2
* Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.Carlos Garcia Campos2006-12-181-6/+7
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-183-3/+10
* Acquire lock document when drawing "Loading..." text so that only oneCarlos Garcia Campos2006-12-181-0/+4
* Check if text inserted in page entry is a valid page number when itCarlos Garcia Campos2006-12-153-8/+25
* 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
* Corrected "end of presentation" string.Wouter Bolsterlee2006-12-131-1/+1
* Correctly propagate key press event so that up/down keys work as expectedWouter Bolsterlee2006-12-131-3/+4
* Fixes CHACK type in class casts. See bug #385343 for details.P. Henrique Silva2006-12-137-8/+8
* Blank screen in presentation mode when pressing 'b' (filling with black)Carlos Garcia Campos2006-12-102-16/+104
* Use stock icon for Select All action. Fixes bug #382652.Gabriel Felipe Cornejo2006-12-091-1/+1
* Add links support in rotated documents. Fixes bug #343733.Radoslav Dorcik2006-12-091-6/+49
* Show a blank page after the last page in presentation mode with a messageCarlos Garcia Campos2006-12-092-4/+66
* 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-033-15/+23
* Allow printing to PDF when suppoted by the backend.Carlos Garcia Campos2006-12-033-22/+52
* 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
* Do not call g_type_class_peek_parent twice.Carlos Garcia Campos2006-11-222-10/+3
* cut-n-paste/totem-screensaver/.cvsignoreWouter Bolsterlee2006-11-212-3/+19
* Use page labels instead of numbers.Nickolay V. Shmyrev2006-11-193-5/+12
* Preliminary history implementationNickolay V. Shmyrev2006-11-1915-311/+1253
* 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-152-5/+5
* 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-105-8/+83
* 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-103-25/+36
* 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-082-11/+54
* 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-315-33/+165
* Allow printing only odd/even pages. Fixes bug #367289.Carlos Garcia Campos2006-10-304-23/+61