Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Enter as shortcut key for next page. Fix for the bug #321394.Nickolay V. Shmyrev2005-11-271-0/+6
* Too early for 0.5. Pixbuf cache code cleaned a bit.Nickolay V. Shmyrev2005-11-161-46/+30
* Release 0.5.0Nickolay V. Shmyrev2005-11-141-1/+1
* Save last document settings and reuse them for new documents.Nickolay V. Shmyrev2005-11-143-95/+172
* New CBR/CBZ backend for comic books.Nickolay V. Shmyrev2005-11-142-0/+13
* Thanks to Robert McQueen <robot101@debian.org>. Dbus warning on startup ofNickolay V. Shmyrev2005-11-101-1/+1
* Fix double free that cause crash.Nickolay V. Shmyrev2005-10-301-1/+0
* Initial accessibility support.Nickolay V. Shmyrev2005-10-296-103/+790
* Fix for bug Bug 318916: Printing multiple pages.Nickolay V. Shmyrev2005-10-261-4/+21
* Thumnail dimensions unified with other backends.Nickolay V. Shmyrev2005-10-171-1/+1
* Fixed warnings on reload and probably crash reason.Nickolay V. Shmyrev2005-10-111-1/+1
* Add .indd files (Adobe Indesign) to the list of "bad extensions".Nickolay V. Shmyrev2005-10-021-0/+1
* Add control+keypad bindings to zoom.Nickolay V. Shmyrev2005-10-021-0/+7
* URL-escape link before passing it to gnome_vfs_url_show.Christian Persch2005-09-271-6/+16
* Disable copy action when there isn't text selected.Carlos Garcia Campos2005-09-273-3/+44
* Check tooltip is valid utf8 before showing itMarco Pesenti Gritti2005-09-271-3/+7
* Allow drag and drop of text. Fixes #316772Carlos Garcia Campos2005-09-271-12/+98
* Guard against using g_strstrip on NULL. Fixes bug #317291.Christian Persch2005-09-261-5/+7
* Strip the title stringMarco Pesenti Gritti2005-09-261-2/+4
* Add .rtf to the bad extensions listMarco Pesenti Gritti2005-09-261-1/+2
* Ignore link coordinates if they are outside page boundsMarco Pesenti Gritti2005-09-261-13/+30
* *** empty log message ***Marco Pesenti Gritti2005-09-261-2/+2
* Implement launch links. Delegate external link opening to the window.Marco Pesenti Gritti2005-09-262-3/+68
* Implement fitr linksMarco Pesenti Gritti2005-09-241-0/+29
* Do not use modes for link, we need to calculate size ad hoc. Still notMarco Pesenti Gritti2005-09-243-40/+56
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-243-3/+72
* Refactor window title building while fixing it for password documents.Marco Pesenti Gritti2005-09-243-77/+86
* Add a function to retrieve window list and share it where necessary.Marco Pesenti Gritti2005-09-233-21/+81
* Fix for bug 316972. Use async gnome-keyring API.Nickolay V. Shmyrev2005-09-221-15/+23
* Remove unused unrealize handler. Add scroll handling toChristian Persch2005-09-221-23/+41
* "marco, maybe we should be crazy and jump right to 6! :)"Marco Pesenti Gritti2005-09-221-1/+1
* Fix window size persistanceMarco Pesenti Gritti2005-09-221-2/+5
* Based on a patch from carlosgc@gnome.org. Mouse buttons switch pages inMarco Pesenti Gritti2005-09-221-7/+19
* Dont cast to int before scalingMarco Pesenti Gritti2005-09-191-7/+7
* Implement FIT and FITH linksMarco Pesenti Gritti2005-09-191-0/+27
* Return 0 results when search is not in progress.Marco Pesenti Gritti2005-09-191-2/+3
* Take all pages in consideration, not just current oneMarco Pesenti Gritti2005-09-191-4/+8
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-195-33/+42
* Show the index by default when there is oneMarco Pesenti Gritti2005-09-191-34/+47
* Missing null checkMarco Pesenti Gritti2005-09-191-16/+16
* Allow display of last odd page in dual view. Fix for 316347.Nickolay V. Shmyrev2005-09-171-0/+2
* Make close button in toolbar editor default.Nickolay V. Shmyrev2005-09-171-0/+1
* Mark close button as default. Fix for 316381.Nickolay V. Shmyrev2005-09-171-0/+2
* Remove a bunch of strings that was used only by the statusbar.Marco Pesenti Gritti2005-09-161-52/+26
* When title has a confusing extension, show also the document filenameMarco Pesenti Gritti2005-09-161-5/+43
* Factor out and cleanup window title codeMarco Pesenti Gritti2005-09-164-66/+193
* Make dialog transient so it doesnt block other windowsMarco Pesenti Gritti2005-09-161-2/+12
* Increase timeout to hide full screen popup. Bug 316123.Wouter Bolsterlee2005-09-131-1/+3
* Allow the user to override document restrictions. Fix for bug 305818.Nickolay V. Shmyrev2005-09-131-6/+12
* Fix multihead behaviour of fullscreen toolbar popup. Fixes bug #315451.Christian Persch2005-09-131-5/+37