Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Make fullscreen toolbar always visible. Do not use egg toolbars forCarlos Garcia Campos2007-04-205-376/+194
* Developers documentation updated.Iñigo Martínez2007-04-206-1/+270
* Check whether uri is valid before launching it. Fixes bug #427664.Carlos Garcia Campos2007-04-191-1/+36
* Change key accelerator for Open a Copy menu entry which is in conflictCarlos Garcia Campos2007-04-191-1/+1
* Do not make window bigger than screen. Fixes bug #388985.Nickolay V. Shmyrev2007-04-091-2/+18
* Fixup the previous commitMatthias Clasen2007-04-023-17/+4
* Use the xdg-user-dirs DOCUMENTS folder as default folder when opening aMatthias Clasen2007-04-022-1/+179
* Do not setup view from metadata on preview mode.Carlos Garcia Campos2007-03-241-1/+4
* Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.Carlos Garcia Campos2007-03-221-1/+1
* Check pointer != NULL before using it. Fixes bug #416841.Carlos Garcia Campos2007-03-191-2/+4
* Do not render thumbnails when sidebar thumbnail page is not visible atCarlos Garcia Campos2007-03-101-8/+5
* Save document compressed when saving a copy of a compressed document.Carlos Garcia Campos2007-02-271-55/+90
* Allow deleting in goto window entry in presentation mode.Carlos Garcia Campos2007-02-231-0/+2
* Fix zoom shortcut keys when searching. Fixes bug #409828.Carlos Garcia Campos2007-02-201-9/+0
* Fix crash when loading documents with only one page.Carlos Garcia Campos2007-02-181-1/+1
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-164-28/+71
* Fix critical warnings when there is no document loaded.Carlos Garcia Campos2007-02-151-0/+6
* Fix compile warnings.Carlos Garcia Campos2007-02-153-6/+6
* Use document thumbnail as window icon. Fixes bug #384442.Carlos Garcia Campos2007-02-121-22/+65
* Fix invalid free in ev-page-cache. Fixes bug #404745.Carlos Garcia Campos2007-02-111-1/+7
* Add some checks and call parent_class->finalize. Fixes bug #404745.Carlos Garcia Campos2007-02-061-6/+30
* Fixes dropdown history menu. Thanks a lot Carlos!Nickolay V. Shmyrev2007-02-051-1/+1
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-031-6/+6
* Setup window size and position before showing it. Fixes bug #401711.Carlos Garcia Campos2007-02-021-5/+9
* Do not start an image drag and drop operation when pointer is on text, soCarlos Garcia Campos2007-02-011-1/+2
* Disable all zoom related actions during presentation mode.Carlos Garcia Campos2007-01-311-6/+22
* Do not zoom in or out on presentation mode. Fixes bug #401305.Esteban Sanchez2007-01-311-0/+6
* Correctly show menu and fix crash when navigaton action is out of toolbarNickolay V. Shmyrev2007-01-301-5/+25
* Fix memory leak.Carlos Garcia Campos2007-01-282-6/+4
* Correctly handle named destination linksNickolay V. Shmyrev2007-01-283-12/+14
* 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-282-9/+5
* Implements another history variantNickolay V. Shmyrev2007-01-287-195/+162
* Open links in new window when clicking with middle button.Carlos Garcia Campos2007-01-282-2/+28
* Don't delete history Nickolay V. Shmyrev2007-01-281-13/+0
* Store link before jump, not the destination. For me it seems like moreNickolay V. Shmyrev2007-01-284-8/+8
* Don't crash on links without titleNickolay V. Shmyrev2007-01-281-0/+4
* History finally works as expected.Nickolay V. Shmyrev2007-01-2811-49/+128
* Do not update links treeview if it doesn't have a model assigned yet.Carlos Garcia Campos2007-01-281-1/+1
* Do not update links treeview when sidepane is not visible.Carlos Garcia Campos2007-01-282-16/+33
* Remove activate_link signal, not required.Nickolay V. Shmyrev2007-01-285-45/+12
* Reorder menu items and build menu with fixed lengthNickolay V. Shmyrev2007-01-281-3/+3
* Normalize text to fix ligatures problem. See bug #341947 for details.Ed Catmur2007-01-271-1/+4
* Fix memory leak in ev-page-cache.Carlos Garcia Campos2007-01-251-0/+1
* Do file transfer asynchronously in the main thread instead ofCarlos Garcia Campos2007-01-245-119/+152
* Load the document with the font-config lock held.Carlos Garcia Campos2007-01-241-0/+2
* Do not acquire fontconfig lock in impress backend, since it is using theCarlos Garcia Campos2007-01-211-1/+1
* Render "loading..." text into a cairo surface instead of directly into theCarlos Garcia Campos2007-01-212-41/+66
* Use icon theme associated with the window screen rather than default.Carlos Garcia Campos2007-01-192-12/+27