Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* indent fixWouter Bolsterlee2006-10-291-1/+1
* Removed garbage from code and ui.Nickolay V. Shmyrev2006-10-291-5/+1
* Shamelessly add my name to the list of contributors.Wouter Bolsterlee2006-10-291-1/+2
* Don't render "loading..." text in presentation mode. Temporary workaroundWouter Bolsterlee2006-10-271-0/+6
* Use print settings scale, copies, collate and reverse which were ignored.Carlos Garcia Campos2006-10-243-107/+115
* Hide fullscreen toolbar when switching to another desktop workspace. FixesCarlos Garcia Campos2006-10-221-3/+8
* Test for .dvi in title of pdf documents.Nickolay V. Shmyrev2006-10-191-0/+1
* Page Up/Down should do page jumps in "Best fit" mode. If a user hasWouter Bolsterlee2006-10-191-1/+1
* Correctly disconnect from job signals on destroy.Nickolay V. Shmyrev2006-10-081-11/+25
* Fixes bug #343199, current page now follows find page.Nickolay V. Shmyrev2006-10-082-8/+10
* Reduce relocations. Bug #360616.Christian Persch2006-10-082-7/+7
* Set size according to the document size/page size ratio. That shouldNickolay V. Shmyrev2006-10-022-41/+90