Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* guard against unloaded docs when the title is accessed.Jonathan Blandford2005-01-257-204/+277
| | | | | | | | | | | | | Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com> * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against unloaded docs when the title is accessed. * shell/ev-password-view.[hc]: New widget for displaying password state. * shell/ev-window.[ch]: Refactor password handling code to handle the new view.
* updateMarco Pesenti Gritti2005-01-241-0/+4
|
* 0.1.1Marco Pesenti Gritti2005-01-241-1/+1
|
* Release 0.1.1Marco Pesenti Gritti2005-01-243-1/+15
| | | | | | | | | | 2005-01-24 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: * data/Makefile.am: Release 0.1.1
* ignore page offset here, to make search results independent of it,Stephane LOEUILLET2005-01-233-6/+19
| | | | | | | | | | 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed): ignore page offset here, to make search results independent of it, * shell/ev-view.c (expose_bin_window): but take offsets into account here. Bug #164932
* divide by scale at the right time. Bug #164996Stephane LOEUILLET2005-01-232-6/+11
| | | | | | | 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by scale at the right time. Bug #164996
* Updated Czech translation.Miloslav Trmac2005-01-232-20/+36
| | | | | | 2005-01-23 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Update NEWSMartin Kretzschmar2005-01-221-2/+3
|
* My 2005-01-05 change didn't actually fix the problem. Now I justMartin Kretzschmar2005-01-222-14/+20
| | | | | removed the Adobe font names and hope that the URW fonts are always in outline format. Bug #164934
* (update_window_title): empty titles are useless, use filename in thatMartin Kretzschmar2005-01-222-1/+4
| | | | case too.
* Add some content.Martin Kretzschmar2005-01-222-0/+50
|
* Updated German translation.Frank Arnold2005-01-222-98/+114
| | | | | | 2005-01-22 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Canadian English translation.Adam Weinberger2005-01-212-98/+114
| | | | * en_CA.po: Updated Canadian English translation.
* Added Spanish translation contributed by Antonio Ognio.Francisco Javier F. Serrador2005-01-212-0/+540
| | | | | | 2005-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Added Spanish translation contributed by Antonio Ognio.
* added one more TODO item and a TODONE section :)Bryan Clark2005-01-212-0/+12
| | | | | | 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: added one more TODO item and a TODONE section :)
* Zero page_[xy]_offset.Martin Kretzschmar2005-01-211-0/+3
| | | | * ps/ps-document.c (ps_document_init): Zero page_[xy]_offset.
* add page_[xy]_offset fields.Martin Kretzschmar2005-01-213-3/+29
| | | | | | | | | * ps/ps-document.h: add page_[xy]_offset fields. * ps/ps-document.c (ps_document_set_page_offset) (ps_document_render): Keep offset in consideration in a few places. Bug #164752 "postscript documents are not centered in window"
* (X-GNOME-Bugzilla-Product): s/gpdf/evince/. Spotted by StephaneMartin Kretzschmar2005-01-212-1/+4
| | | | Loeuillet.
* stub out missing methods for complete EvDocument implementation. FixesMartin Kretzschmar2005-01-213-0/+48
| | | | | | | | | | * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages) (pixbuf_document_get_text, pixbuf_document_document_iface_init): stub out missing methods for complete EvDocument implementation. Fixes segfaults with Save A Copy and Copy actions. * ps/ps-document.c (ps_document_save, ps_document_get_text) (ps_document_document_iface_init): ditto.
* Add desktop fileMarco Pesenti Gritti2005-01-214-0/+33
| | | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * data/.cvsignore: * data/Makefile.am: * data/evince.desktop.in: Add desktop file
* Make selection work in any directionMarco Pesenti Gritti2005-01-212-8/+14
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_button_press_event), (ev_view_motion_notify_event): Make selection work in any direction
* Use shorter labels for some of the toolbars itemsMarco Pesenti Gritti2005-01-213-1/+23
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * TODO: * shell/ev-window.c: (set_short_labels), (ev_window_init): Use shorter labels for some of the toolbars items
* Check the links info is initialized before using it. Should fix a crash onMarco Pesenti Gritti2005-01-212-0/+11
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: Check the links info is initialized before using it. Should fix a crash on startup.
* (pixbuf_document_thumbnails_get_dimensions): force floating pointMartin Kretzschmar2005-01-212-1/+8
| | | | | division to calculate page_ratio. Fixes crash with landscape format pixbufs.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-01-212-1512/+1334
| | | | | | 2005-01-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* make the bg color darker.Jonathan Blandford2005-01-202-1/+5
| | | | | | Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-view.c (ev_view_realize): make the bg color darker.
* (set_document_page): handle paper size changes when the pageMartin Kretzschmar2005-01-202-0/+13
| | | | changes (test with Free Culture, page 2).
* (set_document_page): unset has_selection when the page changes.Martin Kretzschmar2005-01-202-0/+6
|
* Use normal style color for the widget background and draw a black boxMarco Pesenti Gritti2005-01-202-34/+25
| | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_size_request), (ev_view_realize), (expose_bin_window), (ev_view_class_init), (ev_view_init): Use normal style color for the widget background and draw a black box around the page.
* Updated Czech translation.Miloslav Trmac2005-01-202-93/+102
| | | | | | 2005-01-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* forgot thisMarco Pesenti Gritti2005-01-201-3/+9
|
* Keep offset in consideration in a few placesMarco Pesenti Gritti2005-01-202-11/+30
| | | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: Keep offset in consideration in a few places * shell/ev-view.c: (expose_bin_window): Set the offsets so that the document is ever centered
* Added TODO items and finished off the first todo itemBryan Clark2005-01-203-1/+28
| | | | | | | | | 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: Added TODO items and finished off the first todo item * AUTHORS: Updated AUTHORS section with piece from gpdf file and reflect current authors
* Show a wait cursor while the page is renderingMarco Pesenti Gritti2005-01-203-21/+47
| | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: * shell/ev-view.c: (ev_view_set_cursor), (ev_view_motion_notify_event), (document_changed_callback), (set_document_page): Show a wait cursor while the page is rendering
* Ensure thumbnails selection, toolbar page control and current page are inMarco Pesenti Gritti2005-01-206-13/+70
| | | | | | | | | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_select_page): * shell/ev-sidebar-thumbnails.h: * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back), (ev_view_can_go_forward): * shell/ev-window.c: (ev_window_open_page), (ev_window_setup_document), (update_current_page), (view_page_changed_cb), (ev_window_init): * shell/ev-window.h: Ensure thumbnails selection, toolbar page control and current page are in sync.
* Updated Canadian English translation.Adam Weinberger2005-01-192-93/+102
| | | | * en_CA.po: Updated Canadian English translation.
* Fix CAN-2005-0064Marco Pesenti Gritti2005-01-192-0/+9
| | | | | | | | 2005-01-19 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/XRef.cc: Fix CAN-2005-0064
* Updated Norwegian translation.Kjartan Maraas2005-01-192-93/+112
| | | | | | 2005-01-19 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian translation.
* Add initial support for password-supported dialogs. This could be a lotJonathan Blandford2005-01-1914-96/+781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com> * backend/Makefile.am: * backend/ev-document-links.h: * backend/ev-document-security.c: (ev_document_security_get_type), (ev_document_security_has_document_security), (ev_document_security_set_password): * backend/ev-document-security.h: * backend/ev-document.c: (ev_document_error_quark): * backend/ev-document.h: * data/Makefile.am: * data/evince-password.glade: * pdf/xpdf/pdf-document.cc: * shell/Makefile.am: * shell/ev-password.c: (ev_password_set_bad_password_label), (ev_window_password_entry_changed_cb), (ev_password_dialog_new), (ev_password_dialog_get_password), (ev_password_dialog_set_bad_pass): * shell/ev-password.h: * shell/ev-window.c: (ev_window_get_attribute), (ev_window_set_property), (update_action_sensitivity), (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf), (ev_window_setup_document), (ev_window_get_password), (ev_window_open), (ev_window_cmd_save_as), (using_postscript_printer), (ev_window_print), (find_not_supported_dialog), (ev_window_cmd_edit_find), (update_fullscreen_popup), (ev_window_fullscreen), (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen), (ev_window_focus_out_cb), (ev_window_cmd_help_about), (menu_item_select_cb), (find_bar_search_changed_cb), (ev_window_dispose), (ev_window_init): Add initial support for password-supported dialogs. This could be a lot cooler, but it'll do for now.
* Updated German translation.Frank Arnold2005-01-192-95/+105
| | | | | | 2005-01-19 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Fix bugs in the links implementation and change cursor when hovering aMarco Pesenti Gritti2005-01-184-8/+69
| | | | | | | | | | | | | 2005-01-18 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: * shell/ev-view.c: (status_message_from_link), (ev_view_set_status), (ev_view_set_cursor), (ev_view_motion_notify_event), (ev_view_init): * shell/ev-window.c: (view_status_changed_cb), (ev_window_init): Fix bugs in the links implementation and change cursor when hovering a link.
* added cvsignore file for viewer directoryBryan Clark2005-01-172-0/+3
| | | | | | | | | | 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org> * viewer/.cvsignore: added cvsignore file for viewer directory * TODO: created TODO document Actually do the adding this time (see 'Case of the Mundays')
* added cvsignore file for viewer directoryBryan Clark2005-01-171-0/+6
| | | | | | | | 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org> * viewer/.cvsignore: added cvsignore file for viewer directory * TODO: created TODO document
* Updated German translation.Frank Arnold2005-01-162-98/+106
| | | | | | 2005-01-16 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Czech translation.Miloslav Trmac2005-01-162-100/+111
| | | | | | 2005-01-16 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Add shell/ev-history.c UpdateKjartan Maraas2005-01-153-2725/+116
| | | | | | | 2005-01-15 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add shell/ev-history.c * nb.po: Update
* new functions to help with implementation of sensitivity code FixDave Malcolm2005-01-144-13/+101
| | | | | | | | | | | 2005-01-14 Dave Malcolm <dmalcolm@redhat.com> * shell/ev-view.h: * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward): new functions to help with implementation of sensitivity code * shell/ev-window.c (update_action_sensitivity): Fix sensitivity of all actions that might require it. Fixes a crash when you click on the Zoom actions in a window lacking a document.
* Updated Canadian English translation.Adam Weinberger2005-01-142-100/+105
| | | | * en_CA.po: Updated Canadian English translation.
* Fix sensitivity of the Find actionDave Malcolm2005-01-142-2/+16
| | | | | | 2005-01-13 Dave Malcolm <dmalcolm@redhat.com> * shell/ev-window.c (Module): Fix sensitivity of the Find action
* View status message support, use it to show the links. Needs work...Marco Pesenti Gritti2005-01-136-51/+242
| | | | | | | | | | | | | | | | | | | | | | 2005-01-13 Marco Pesenti Gritti <marco@gnome.org> * pixbuf/pixbuf-document.c: (pixbuf_document_get_link), (pixbuf_document_document_iface_init): * ps/ps-document.c: (ps_document_get_link), (ps_document_document_iface_init): * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event), (status_message_from_link), (ev_view_set_status), (ev_view_set_find_status), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_set_property), (ev_view_get_property), (ev_view_class_init), (ev_view_init), (ev_view_get_find_status_message), (update_find_results), (ev_view_get_status), (ev_view_get_find_status): * shell/ev-view.h: * shell/ev-window.c: (view_status_changed_cb), (view_find_status_changed_cb), (ev_window_init): View status message support, use it to show the links. Needs work...