Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Save a copy implemented for various backends.Nickolay V. Shmyrev2005-10-176-9/+161
* Don't link with ltiff if tiff is disabled.Nickolay V. Shmyrev2005-10-172-2/+10
* Translation updated.Vincent van Adrighem2005-10-152-96/+100
* Remove old unused files.Nickolay V. Shmyrev2005-10-148-2209/+12
* Fixed warnings on reload and probably crash reason.Nickolay V. Shmyrev2005-10-112-1/+7
* Check if date is invalid. Fix for bug 318134.Nickolay V. Shmyrev2005-10-112-1/+8
* Add .indd files (Adobe Indesign) to the list of "bad extensions".Nickolay V. Shmyrev2005-10-022-0/+8
* Add control+keypad bindings to zoom.Nickolay V. Shmyrev2005-10-023-2/+19
* Add .cvsignore to keep cvs silent.Nickolay V. Shmyrev2005-10-023-0/+10
* Added missing file. Updated Canadian English translation.Adam Weinberger2005-09-303-281/+158
* URL-escape link before passing it to gnome_vfs_url_show.Christian Persch2005-09-272-6/+23
* Disable copy action when there isn't text selected.Carlos Garcia Campos2005-09-274-3/+49
* Check tooltip is valid utf8 before showing itMarco Pesenti Gritti2005-09-272-3/+13
* Allow drag and drop of text. Fixes #316772Carlos Garcia Campos2005-09-272-12/+102
* Guard against using g_strstrip on NULL. Fixes bug #317291.Christian Persch2005-09-262-5/+13
* Show title even for unknown linksMarco Pesenti Gritti2005-09-262-1/+7
* Strip the title stringMarco Pesenti Gritti2005-09-262-2/+10
* Add .rtf to the bad extensions listMarco Pesenti Gritti2005-09-262-1/+8
* Ignore link coordinates if they are outside page boundsMarco Pesenti Gritti2005-09-262-13/+37
* *** empty log message ***Marco Pesenti Gritti2005-09-261-2/+2
* Implement launch links. Delegate external link opening to the window.Marco Pesenti Gritti2005-09-266-6/+163
* Implement fitr linksMarco Pesenti Gritti2005-09-245-1/+129
* Do not use modes for link, we need to calculate size ad hoc. Still notMarco Pesenti Gritti2005-09-244-40/+75
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-247-4/+116
* Refactor window title building while fixing it for password documents.Marco Pesenti Gritti2005-09-244-77/+99
* Escape link title before setting it in the modelMarco Pesenti Gritti2005-09-242-1/+13
* Add a function to retrieve window list and share it where necessary.Marco Pesenti Gritti2005-09-234-21/+94
* Fix for bug 316972. Use async gnome-keyring API.Nickolay V. Shmyrev2005-09-222-15/+30
* Remove unused unrealize handler. Add scroll handling toChristian Persch2005-09-222-23/+48
* "marco, maybe we should be crazy and jump right to 6! :)"Marco Pesenti Gritti2005-09-222-1/+9
* Fix unstructured documents save and printMarco Pesenti Gritti2005-09-222-19/+66
* Fix window size persistanceMarco Pesenti Gritti2005-09-222-2/+11
* Based on a patch from carlosgc@gnome.org. Mouse buttons switch pages inMarco Pesenti Gritti2005-09-222-7/+26
* Dont cast to int before scalingMarco Pesenti Gritti2005-09-192-7/+13
* Implement FIT and FITH linksMarco Pesenti Gritti2005-09-195-2/+76
* Return 0 results when search is not in progress.Marco Pesenti Gritti2005-09-193-5/+15
* Take all pages in consideration, not just current oneMarco Pesenti Gritti2005-09-192-4/+14
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-196-33/+56
* Show the index by default when there is oneMarco Pesenti Gritti2005-09-192-34/+55
* Missing null checkMarco Pesenti Gritti2005-09-192-16/+22
* Updated Thai translation (merge from gnome-2-12 branch).Theppitak Karoonboonyanan2005-09-182-651/+676
* Updated Swedish translation.Christian Rose2005-09-172-356/+388
* Allow display of last odd page in dual view. Fix for 316347.Nickolay V. Shmyrev2005-09-172-0/+8
* Make close button in toolbar editor default.Nickolay V. Shmyrev2005-09-172-0/+7
* Mark close button as default. Fix for 316381.Nickolay V. Shmyrev2005-09-172-0/+8
* Merged from gnome-2-12Nguyen Thai Ngoc Duy2005-09-171-3/+3
* Allow negative doubles in left/top propertiesMarco Pesenti Gritti2005-09-162-2/+8
* Remove a bunch of strings that was used only by the statusbar.Marco Pesenti Gritti2005-09-162-52/+33
* When title has a confusing extension, show also the document filenameMarco Pesenti Gritti2005-09-162-5/+51
* Factor out and cleanup window title codeMarco Pesenti Gritti2005-09-165-66/+206