]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
f20b377260fa497db32b516b08d04184150653dd
[evince.git] / ChangeLog
1 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view-private.h:
4         * shell/ev-view.c: (draw_end_presentation_page),
5         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6
7         Show a blank page after the last page in presentation mode with a
8         message indicating that presentation has finished and how to exit. 
9
10 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * shell/ev-window.c: (fullscreen_timeout_cb):
13
14         Hide cursor after a while in presentation mode. 
15
16 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
17
18         * backend/ev-document-info.h:
19         * data/evince-properties.glade:
20         * pdf/ev-poppler.cc:
21         * properties/ev-properties-view.c: (ev_regular_paper_size),
22         (ev_properties_view_set_info):
23         * ps/ps-document.c: (ps_document_get_info):
24
25         Adds a paper size field to the properties dialog. Fixes
26         bug #307315. Patch by Kasper Svendsen (with some i18n
27         changes done by me).
28
29 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
30
31         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
32         (screensaver_init_dbus), (totem_scrsaver_new),
33         (totem_scrsaver_init):
34         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
35         * shell/ev-application.c: (ev_application_register_service),
36         (ev_application_screensaver_enable),
37         (ev_application_screensaver_disable):
38         * shell/ev-application.h:
39         * shell/ev-window.c: (ev_window_run_presentation),
40         (ev_window_stop_presentation), (build_comments_string),
41         (ev_window_init):
42         
43         Move screensaver handling to application. No more
44         message on startup.
45
46 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * configure.ac:
49         * backend/Makefile.am:
50         * backend/ev-file-exporter.[ch]:
51         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
52         * ps/ps-document.c: (ps_document_file_exporter_*):
53         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
54         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
55         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
56         (ev_window_print_dialog_response_cb), (ev_window_print_range):
57
58         Allow printing to PDF when suppoted by the backend.
59         
60 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-window.c: (build_comments_string):
63
64         Use always "Document Viewer" in about dialog. 
65
66 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * djvu/djvu-document.c: (djvu_document_get_page_size):
69
70         Display a warning message when get_pageinfo fails. 
71
72 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
73
74         * Makefile.am:
75         * backend/Makefile.am:
76         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
77         * configure.ac:
78         * shell/ev-window.c: (build_comments_string):
79         
80         Make pdf compilation optional. See bug #38007.
81
82 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * ps/ps.c: (get_next_text):
85
86         Fix CVE-2006-5864.
87
88 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
91         * shell/ev-navigation-action.c: (connect_proxy),
92         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
93         
94         Do not call g_type_class_peek_parent twice.
95
96 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
97
98         * configure.ac:
99         * data/icons/24x24/.cvsignore:
100         * data/icons/24x24/Makefile.am:
101         * data/icons/24x24/evince.png:
102         * data/icons/Makefile.am:
103         
104         Add 24x24 icon. Thanks to 
105         Michael Monreal <infernux@web.de>.
106
107 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
108
109         * configure.ac: Fix typo in configure.ac. Thanks
110         to dmacks@netspace.org for notification.
111
112 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
113
114         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
115         
116         Drop dbus include, fixes compilation with older dbus.
117
118 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
119
120         * configure.ac:
121         * cut-n-paste/Makefile.am:
122         * cut-n-paste/totem-screensaver/.cvsignore
123         * cut-n-paste/totem-screensaver/Makefile.am:
124         * cut-n-paste/totem-screensaver/README:
125         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
126         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
127         * shell/Makefile.am:
128         * shell/ev-window.c: (ev_window_run_presentation),
129         (ev_window_stop_presentation), (ev_window_cmd_help_about),
130         (ev_window_init):
131
132         Implemented screensaver enabling/disabling for
133         presentation mode (not fullscreen mode). Code stolen
134         from Totem (with some minor tweaks). Fixes bug #338889.
135
136 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
137
138         * configure.ac:
139
140         Bump gnome-icon-theme requirements. We use the rotation
141         icons that appeared recently.
142
143 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
144
145         * shell/ev-history.c: (ev_history_add_page):
146         * shell/ev-history.h:
147         * shell/ev-window.c: (page_changed_cb):
148         
149         Use page labels instead of numbers.
150
151 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
152
153         * data/evince-toolbar.xml:
154         * po/POTFILES.in:
155         * shell/Makefile.am:
156         * shell/ev-navigation-action-widget.c:
157         (ev_navigation_action_widget_init),
158         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
159         (menu_detacher), (ev_navigation_action_widget_set_menu),
160         (menu_position_func), (popup_menu_under_arrow),
161         (ev_navigation_action_widget_toggled),
162         (ev_navigation_action_widget_button_press_event):
163         * shell/ev-navigation-action-widget.h:
164         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
165         (ev_navigation_action_set_window), (activate_menu_item_cb),
166         (new_history_menu_item), (new_empty_history_menu_item),
167         (build_menu), (menu_activated_cb), (connect_proxy),
168         (create_tool_item), (ev_navigation_action_init),
169         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
170         * shell/ev-navigation-action.h:
171         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
172         (ev_page_action_widget_set_page_cache),
173         (ev_page_action_widget_finalize),
174         (ev_page_action_widget_class_init), (match_selected_cb),
175         (display_completion_text), (match_completion), (build_new_tree_cb),
176         (get_filter_model_from_model),
177         (ev_page_action_widget_update_model):
178         * shell/ev-page-action-widget.h:
179         * shell/ev-page-action.c: (activate_link_cb), (update_model),
180         (connect_proxy):
181         * shell/ev-page-action.h:
182         * shell/ev-stock-icons.c:
183         * shell/ev-stock-icons.h:
184         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
185         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
186         (register_custom_actions):
187         * shell/main.c:
188         
189         Preliminary history implementation
190
191 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
192
193         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
194         (dvi_document_class_init), (dvi_document_init_params):
195         * dvi/mdvi-lib/font.c: (font_reference):
196         
197         Add reference to subfont. Fixes bug #374277.
198
199 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * shell/ev-window.c: (ev_window_create_tmp_symlink),
202         (ev_window_cmd_file_open_copy_at_dest):
203
204         Fix a race condition when creating symlink. Increase the counter
205         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
206         Mathias Hasselmann).
207
208 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * backend/Makefile.am:
211         * backend/ev-attachment.c: (ev_attachment_open):
212         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
213         (ev_tmp_dir), (ev_tmp_filename):
214         * shell/ev-sidebar-attachments.c:
215         (ev_sidebar_attachments_drag_data_get):
216         * shell/ev-window.c: (ev_window_clear_temp_file):
217
218         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
219         in ensure_dir_exists. Abort without crashing when we can't create
220         user's directory.
221
222 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * data/evince-ui.xml:
225         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
226         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
227         (ev_window_cmd_file_open_copy_at_dest),
228         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
229         (ev_view_popup_cmd_open_link_new_window):
230
231         Allow opening a copy of the current document in a new window. Fixes bug
232         #357472
233
234 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
235
236         * data/evince-toolbar.xml:
237         
238         Add rotate right and rotate left to available items for toolbar.
239         
240         * data/evince-ui.xml:
241         * shell/ev-window.c: (ev_window_init):
242         
243         Customize toolbar with right click. Fixes bug #372451.
244
245 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
246
247         * shell/ev-window.c: 
248         
249         Use "object-rotate-{left,right}" stock icons. Fixes 
250         bug #373863.
251
252 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
255         (ev_application_open_uri_at_dest), (ev_application_open_uri):
256         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
257         (ev_window_open_uri):
258         * shell/main.c: (arguments_parse):
259
260         Remove temp file created when evince is used by GTK+ in
261         preview mode. Fixes bug #365282. 
262
263 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
264
265         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
266         
267         Fixes bug #372474 - Side pane disabled when entering 
268         and leaving fullscreen mode.
269
270 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
271
272         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
273         * data/Makefile.am:
274         * data/evince-preview-toolbar.xml:
275         * data/evince-toolbar.xml:
276         * shell/ev-application.c: (ev_application_shutdown),
277         (ev_application_init), (ev_application_get_toolbars_model):
278         * shell/ev-application.h:
279         * shell/ev-window.c: (update_chrome_visibility),
280         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
281         (ev_window_cmd_edit_toolbar), (ev_window_init):
282         
283         Fixes bug #364364 - toolbar editor shows zoom actions again.
284
285 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
288
289         Do not take margins into consideration for paper size when printing.
290         Really fixes bug #350491.
291
292 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * data/evince-ui.xml:
295         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
296         (ev_window_cmd_file_print_setup),
297         (ev_window_print_dialog_response_cb),
298         (ev_window_setup_action_sensitivity):
299
300         Add page setup settings for printing. Fixes bugs #363860 and #350491.
301
302 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * shell/ev-window.c: (ev_window_print_range):
305
306         Revert my previuos commit, since printing to PDF is not supported by
307         evince yet. 
308
309 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * shell/ev-window.c: (ev_window_print_range):
312
313         Enable print to a PDF. Fixes bug #332121.
314
315 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * shell/ev-application-service.xml:
318         * shell/ev-application.[ch]: (ev_application_open_window),
319         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
320         (ev_application_open_uri), (ev_application_open_uri_list):
321         * shell/ev-window.c: (file_open_dialog_response_cb),
322         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
323         (drag_data_received_cb), (open_remote_link):
324         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
325
326         Add support for multiscreen systems. Fixes bug #316206.
327
328 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-jobs.[ch]: (ev_job_print_new),
331         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
332         (ev_job_print_do_page):
333         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
334
335         Allow printing only odd/even pages. Fixes bug #367289.
336
337 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
338
339         * test/test1.py:
340         * test/test2.py:
341
342         Re-add locale settings to test files.
343
344 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
345
346         * data/evince-ui.xml:
347         * shell/ev-window.c: (set_action_properties):
348         
349         Removed garbage from code and ui.
350
351 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
352
353         * shell/ev-window.c: (ev_window_cmd_help_about):
354
355         Shamelessly add my name to the list of contributors.
356
357 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
358
359         * test/test1.py:
360         * test/test2.py:
361
362         Cleaned up the dogtail scripts.
363
364 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
365
366         * shell/ev-view.c: (draw_loading_text): Don't render
367         "loading..." text in presentation mode. Temporary
368         workaround for bug #320352.
369
370 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
373         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
374
375         Use print settings scale, copies, collate and reverse which were
376         ignored. Fixes bug #359032.
377
378 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
379
380         * configure.ac:
381         * data/evince-password.glade:
382         * test/Makefile.am:
383         * test/test-encrypt.pdf:
384         * test/test-links.pdf:
385         * test/test1.py:
386         * test/test2.py:
387
388         Add automated UI tests for evince with dogtail. See
389         bug #300948.    
390
391 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
394
395         Hide fullscreen toolbar when switching to another desktop workspace.
396         Fixes bug #338871
397
398 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
399
400         * shell/ev-window-title.c: 
401         
402         Test for .dvi in title of pdf documents.
403
404 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
405
406         * shell/ev-view.c: (ev_view_scroll):
407
408         Page Up/Down should do page jumps in "Best fit" mode.
409         If a user has explicitly chosen to view exactly one page
410         at a time, scrolling just a part of the page when
411         pressing Page Up/Down is not right. Fixes bug #323107.
412
413 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
414
415         * NEWS:
416         * configure.ac:
417         
418         Update for 0.6.1
419
420 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
421
422         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
423         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
424         
425         Correctly disconnect from job signals on destroy.
426
427 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
428
429         * shell/ev-view-private.h:
430         * shell/ev-view.c: (view_set_adjustment_values),
431         (view_update_range_and_current_page),
432         (ensure_rectangle_is_visible), (ev_view_size_allocate):
433         
434         Fixes bug #343199, current page now follows find page.
435
436 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
437
438         * backend/ev-document-factory.c:
439         * configure.ac:
440         Assigned OpenDocument presenation MIME type to the
441         Impress backend. Added some missing (but harmless)
442         #ifdefs in the document factory as well to make things
443         consistent again. Fixes bug #360658.
444
445 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
446
447         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
448         * backend/ev-document-find.c: (ev_document_find_get_type):
449         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
450         * backend/ev-document-links.c: (ev_document_links_get_type):
451         * backend/ev-document-security.c: (ev_document_security_get_type):
452         * backend/ev-document-thumbnails.c:
453         (ev_document_thumbnails_get_type):
454         * backend/ev-document.c: (ev_document_get_type):
455         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
456         * backend/ev-selection.c: (ev_selection_get_type):
457         * cut-n-paste/recent-files/egg-recent-model.c:
458         (egg_recent_model_get_type):
459         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
460         (egg_recent_view_uimanager_get_type):
461         * cut-n-paste/recent-files/egg-recent-view.c:
462         (egg_recent_view_get_type):
463         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
464         (egg_editable_toolbar_get_type):
465         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
466         (egg_toolbar_editor_get_type):
467         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
468         (egg_toolbars_model_get_type):
469         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
470         (egg_tree_multi_drag_source_get_type):
471         * cut-n-paste/zoom-control/ephy-zoom-action.c:
472         (ephy_zoom_action_get_type):
473         * cut-n-paste/zoom-control/ephy-zoom-control.c:
474         (ephy_zoom_control_get_type):
475         * impress/r_back.c: (_imp_fill_back):
476         * properties/ev-properties-main.c:
477         (ev_properties_plugin_register_type):
478         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
479         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
480         (ev_view_accessible_factory_get_type):
481
482         Reduce relocations. Bug #360616.
483
484 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
485
486         * backend/ev-document-factory.c:
487         (ev_document_factory_get_document):
488         
489         Load document even if extension is wrong.
490
491 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
492
493         * shell/ev-metadata-manager.c: (save_values):
494         * shell/ev-window.c: (setup_size_from_metadata),
495         (setup_view_from_metadata), (ev_window_setup_document),
496         (ev_window_xfer_job_cb), (window_configure_event_cb):
497         
498         Set size according to the document size/page size ratio.
499         That should correct rather wierd behaviour of the previous
500         commit.
501
502 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
503
504         * shell/ev-window.c: (setup_view_from_metadata):
505         
506         Set size for new windows from previous window size.
507         See bugs #354968 and #168450 for details. Thanks
508         to Meik Hellmund.
509
510 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * djvu/djvu-links.c: (build_tree):
513
514         Fix memory leak.
515
516 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
517
518         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
519         
520         Don't make sidebar close button insensitive. Fixes
521         bug #357871.
522
523 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
524
525         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
526         (ev_window_set_view_accels_sensitivity):
527         
528         Don't enable Slash on documents which don't support
529         find. Fixes bug #358648.
530
531 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
532
533         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
534         open dialog fall back to the current document uri if the
535         filechooser hasn't been used before. Fixes bug #356980.
536
537 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
538
539         * shell/ev-window.c: (ev_window_setup_recent), 
540         (ev_window_get_recent_file_label):
541
542         Escape underscores in filenames of recent file items.
543
544 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
545
546         * configure.ac:
547         
548         Bumped poppler requirements, really 0.5.3 is very 
549         buggy, now we require 0.5.4.
550
551 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
552
553         * djvu/Makefile.am:
554         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
555         (djvu_document_find_iface_init), (djvu_document_links_get_links),
556         (djvu_document_document_links_iface_init):
557         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
558         (number_from_string_10), (get_djvu_link_dest),
559         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
560         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
561         (djvu_links_get_links), (djvu_links_find_link_dest),
562         (djvu_links_get_links_model):
563         * djvu/djvu-links.h:
564         
565         Add support for links and bookmarks in djvu documents. Thanks
566         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
567         patch.
568
569 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
570
571         * shell/ev-application.c: (ev_application_open_uri_at_dest):
572         
573         Reopen should reload document. Fixes 
574         bug 327951.
575
576 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
577
578         * configure.ac:
579         * data/Makefile.am:
580         * data/evince-16.png:
581         * data/evince-22.png:
582         * data/evince.png:
583         * data/evince.svg:
584         * data/icons/16x16/Makefile.am:
585         * data/icons/16x16/evince.png:
586         * data/icons/22x22/Makefile.am:
587         * data/icons/22x22/evince.png:
588         * data/icons/48x48/Makefile.am:
589         * data/icons/48x48/evince.png:
590         * data/icons/Makefile.am:
591         * data/icons/scalable/Makefile.am:
592         * data/icons/scalable/evince.svg:
593         
594         Install icons with correct names. Fixes
595         bug #354429.
596
597 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * shell/ev-view.c: (ev_view_button_release_event):
600
601         Don't open links with middle mouse button. Fixes bug #353649
602
603 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
604
605         * NEWS:
606         * configure.ac:
607         
608         Update for release 0.6.0
609
610 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
611
612         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
613         Implement Close named action. Patch by Carlos Garcia Campos.
614
615 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
616
617         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
618         
619         Don't clear link mapping on copy_job_to_job_info. Fixes
620         bug 346168.
621
622 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * shell/main.c: (main):
625
626         Revert my previous commit, gnome_program_init owns the option context.
627         Fix another memory leak in main. Both caught by Christian Persch. 
628
629 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * shell/main.c: (main):
632
633         Fix memory leak.
634
635 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * backend/ev-document-factory.c: (ev_document_factory_get_document):
638
639         Fix crash when opening a pdf with password protection. 
640
641 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * pdf/ev-poppler.cc: (pdf_document_search_free):
644
645         Fix memory leak. 
646
647 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
648
649         * backend/ev-document-factory.c:
650         (ev_document_factory_get_document):
651         * tiff/tiff-document.c: (tiff_document_finalize):
652         
653         More correct handling of document loading. Fixes
654         bug #349043.
655
656 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * backend/ev-attachment.c: (ev_attachment_save):
659
660         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
661         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
662
663 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
664         
665         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
666         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
667
668 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-sidebar-thumbnails.c:
671
672         Do not render thumbnails unless thumbnails page is active in the
673         sidebar.
674
675 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
676
677         * shell/ev-properties-dialog.c:
678
679         Fix dialogue spacing. Bug #351370.
680
681 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
682
683         * configure.ac:
684
685         Use lowercase gettext catalog file names (evince.mo
686         instead of Evince.mo)
687
688 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * shell/ev-sidebar-attachments.c:
691
692         GtkIconTheme is now screen safe too. Fixes bug #350878
693
694 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-window.c:
697
698         GtkRecent manager is now screen safe. Fixes bug #350145
699
700 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
701
702         * shell/ev-sidebar.c: (ev_sidebar_init):
703         
704         Make sidebar close icon smaller. Fix for bug 350177.
705         See also bugs 350176 and 165770.
706
707 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
710
711         Ignore zoom for xyz destinations when it's <= 1, keeping user
712         preferences instead. Set correct sizing-mode for fith and fitv
713         destinations rather than EV_SIZING_FREE. Fixes bug #349433
714
715 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
716
717         * NEWS:
718         * configure.ac:
719         
720         Update for release 0.5.5
721
722 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
723         
724         * shell/ev-window.c: (ev_window_cmd_escape)
725
726         Escape unfocus page entry. Fixes bug #345809.
727
728 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
731         (build_tree), (pdf_document_links_get_links),
732         (pdf_document_links_find_link_dest):
733         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
734         (goto_xyz_dest):
735
736         Convert from PDF style coordinates to X style coordinates in the
737         backend rather than in the view. Fixes bug #338440
738
739 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
740
741         * shell/ev-window.c:
742         
743         Remove Ctrl+Shift+T shortcut for toolbars. See
744         the bug #350098.
745
746 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * configure.ac:
749
750         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
751         of this. 
752
753 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * configure.ac:
756         * cut-n-paste/Makefile.am:
757         * data/evince-ui.xml:
758         * shell/Makefile.am:
759         * shell/ev-application.[ch]:
760         * shell/ev-window.c:
761
762         Use GtkRecent instead of EggRecent when it's available. Fixes bug
763         #349273
764
765 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
766
767         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
768         findbar code: s/help/search/
769
770 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
771
772         * shell/ev-window.c: (setup_document_from_metadata),
773         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
774         (setup_view_from_metadata):
775         
776         Fix memory leaks.
777
778 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
779
780         * autogen.sh, configure.ac: 
781         
782         Update automake usage. See bug 349292.
783
784 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
785
786         * shell/eggfindbar.c: (egg_find_bar_class_init),
787         (entry_activate_callback), (egg_find_bar_init),
788         (egg_find_bar_set_status_text):
789         * shell/eggfindbar.h:
790         
791         Unify Evince findbar with Epiphany. Nice patch
792         from Fabricio Silva <silva@crans.org> and
793         Frederic Peters <fpeters@entrouvert.com>. See
794         bug #339966 for details.
795
796 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
797
798         * data/evince.desktop.in.in:
799         
800         Correct information for bugzilla. Thanks to
801         Olaf Vitters, see bug #348855.
802
803 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * shell/ev-jobs.[ch]:
806         * shell/ev-sidebar-links.c:
807         * shell/ev-window.[ch]:
808
809         GtkPrintJob doesn't support print ranges or current page, so we export
810         to a ps file now when printing ranges or current page.
811
812 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
813
814         * pdf/ev-poppler.cc:
815         * shell/ev-window.c: (do_action_named):
816
817         We should be more clear about bugzilla. See the
818         poppler bug #7623.
819
820 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * configure.ac:
823         * shell/Makefile.am:
824         * shell/ev-job-queue.c:
825         * shell/ev-jobs.[ch]:
826         * shell/ev-sidebar-links.c:
827         * shell/ev-window.[ch]:
828         
829         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
830         #348422
831
832 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
835         * shell/ev-application-service.xml:
836         * shell/ev-application.[ch]:
837         * shell/ev-jobs.[ch]:
838         * shell/ev-window.[ch]: (ev_window_run_preview):
839         * shell/main.c: 
840
841         Add preview mode to use evince as a printing previewer. It also adds
842         other command line options for fullscreen and presentation modes.
843         Fixes bugs #347822, #317031
844
845 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
846
847         * NEWS:
848         * configure.ac:
849         
850         Update for release 0.5.4
851
852 2006-07-11  Bastien Nocera <hadess@hadess.net>
853
854         * Makefile.am:
855         * backend/Makefile.am:
856         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
857         * backend/ev-document-factory.h:
858         * configure.ac:
859         * impress/.cvsignore:
860         * impress/Makefile.am:
861         * impress/common.h:
862         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
863         (imp_get_page), (imp_next_page), (imp_prev_page),
864         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
865         * impress/f_oasis.c: (render_object), (render_page),
866         (get_geometry), (_imp_oasis_load):
867         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
868         (_imp_oo13_load):
869         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
870         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
871         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
872         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
873         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
874         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
875         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
876         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
877         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
878         (iks_new_within), (iks_insert), (iks_insert_cdata),
879         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
880         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
881         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
882         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
883         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
884         (iks_cdata), (iks_cdata_size), (iks_has_children),
885         (iks_has_attribs), (escape_size), (my_strcat), (escape),
886         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
887         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
888         (iks_tree), (iks_load), (iks_save):
889         * impress/iksemel.h:
890         * impress/imposter.h:
891         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
892         (imp_render_draw_bezier_real), (imp_render_get_size),
893         (imp_render_set_fg_color), (imp_render_draw_line),
894         (imp_render_draw_rect), (imp_render_draw_polygon),
895         (imp_render_draw_arc), (imp_render_draw_bezier),
896         (imp_render_open_image), (imp_render_get_image_size),
897         (imp_render_scale_image), (imp_render_draw_image),
898         (imp_render_close_image), (imp_render_markup),
899         (imp_render_get_text_size), (imp_render_draw_text),
900         (impress_document_load), (impress_document_save),
901         (impress_document_get_n_pages), (impress_document_get_page_size),
902         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
903         (impress_document_finalize), (impress_document_class_init),
904         (impress_document_can_get_text), (impress_document_get_info),
905         (impress_document_document_iface_init),
906         (impress_document_thumbnails_get_thumbnail),
907         (impress_document_thumbnails_get_dimensions),
908         (impress_document_document_thumbnails_iface_init),
909         (impress_document_init):
910         * impress/impress-document.h:
911         * impress/internal.h:
912         * impress/r_back.c: (_imp_fill_back):
913         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
914         (_imp_draw_image), (_imp_tile_image):
915         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
916         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
917         (r_polyline):
918         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
919         (r_draw_gradient_complex), (r_draw_gradient):
920         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
921         (r_get_bullet):
922         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
923         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
924         (r_text):
925         * impress/render.c: (imp_create_context), (imp_context_set_page),
926         (imp_context_set_step), (imp_render), (imp_delete_context):
927         * impress/render.h:
928         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
929         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
930         (zip_load_xml), (zip_get_size), (zip_load):
931         * impress/zip.h:
932         * shell/ev-utils.c:
933         
934         New backend to support impress slides. Fixes bug #30867.
935
936 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
937
938         * shell/ev-utils.c: (using_postscript_printer):
939         
940         Fixes crash when print using PAPI backend,
941         bug #345012.
942
943 2006-06-09  Pat Rondon  <pmr@patrondon.org>
944
945         * shell/ev-jobs.c: (ev_job_xfer_run):
946         * shell/ev-window.c: (password_dialog_response),
947         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
948         (ev_window_dispose):
949         Fixes bug #344160: if the xfer job doesn't complete
950         because a password is required, reload the existing
951         instance instead of creating a new one.
952
953 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
954
955         * shell/main.c: (main): Call gdk_threads_init. Thus
956         we'll avoid errors in auth dialog. Fix for the bug
957         #343347.
958
959 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
960
961         * configure.ac: Advertise pixbuf support, fix
962         for the bug 343317.
963
964 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
965
966         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
967         (ev_sidebar_thumbnails_set_document):
968         
969         Update sidebar thumbnails after reloading.
970
971 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
972
973         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
974         * shell/ev-jobs.h:
975         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
976         (ev_window_cmd_view_reload), (ev_window_init):
977         
978         Don't crash on reload. Fix for the bug #343167.
979
980 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
981
982         * shell/ev-jobs.c: (ev_job_render_run):
983         
984         Check for document links.
985
986 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
987
988         * backend/ev-attachment.c: (ev_attachment_save),
989         (ev_attachment_launch_app), (ev_attachment_open):
990         * backend/ev-document-factory.c: (get_document_from_uri):
991         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
992         (egg_recent_view_uimanager_set_list):
993         * ps/ps-document.c: (check_filecompressed), (document_load),
994         (ps_document_load):
995         * shell/ev-metadata-manager.c: (load_values):
996         * shell/ev-password.c: (ev_password_dialog_set_property):
997         * shell/ev-view.c: (tip_from_link):
998         * shell/ev-window.c: (file_save_dialog_response_cb),
999         (ev_window_print_dialog_response_cb):
1000         
1001         Use consistent quoting style. Fix for the bug #320285.
1002
1003 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1004
1005         * shell/ev-jobs.c: (ev_job_xfer_run):
1006         * shell/main.c: (load_files):
1007                 
1008         Open links with anchors. Fix for the bug #339836.
1009
1010 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1011
1012         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
1013         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
1014         (ev_link_dest_set_property), (ev_link_dest_finalize),
1015         (ev_link_dest_class_init), (ev_link_dest_new_named),
1016         (ev_link_dest_new_page_label):
1017         * backend/ev-link-dest.h:
1018         * shell/ev-application.c: (ev_application_open_uri):
1019         * shell/ev-view.c: (goto_dest):
1020         * shell/ev-window.c:
1021         * shell/ev-window.h:
1022         
1023         Fix page-label command line option. Bug #342070.
1024
1025 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1026
1027         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1028         
1029         Don't show highlight rects if page can't be showed. Fix for 
1030         the bug #342076
1031
1032 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1033
1034         * shell/ev-window.c: (setup_sidebar_from_metadata),
1035         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
1036         
1037         Setup sidebar from metadata even if there is no document
1038         loaded. Fix for the bug #342807.
1039
1040 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1041
1042         * cut-n-paste/toolbar-editor/Makefile.am:
1043         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1044         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
1045         (find_action), (drag_data_delete_cb), (drag_begin_cb),
1046         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
1047         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
1048         (popup_context_menu_cb), (button_press_event_cb),
1049         (configure_item_sensitivity), (configure_item_cursor),
1050         (configure_item_tooltip), (connect_widget_signals),
1051         (action_sensitive_cb), (create_item_from_action),
1052         (create_item_from_position), (toolbar_drag_data_received_cb),
1053         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
1054         (toolbar_drag_leave_cb), (configure_drag_dest),
1055         (toggled_visibility_cb), (toolbar_visibility_refresh),
1056         (create_dock), (toolbar_changed_cb), (unparent_fixed),
1057         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
1058         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
1059         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
1060         (egg_editable_toolbar_dispose),
1061         (egg_editable_toolbar_set_ui_manager),
1062         (egg_editable_toolbar_get_selected),
1063         (egg_editable_toolbar_set_selected), (set_edit_mode),
1064         (egg_editable_toolbar_set_property),
1065         (egg_editable_toolbar_get_property),
1066         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
1067         (egg_editable_toolbar_new_with_model),
1068         (egg_editable_toolbar_get_edit_mode),
1069         (egg_editable_toolbar_set_edit_mode),
1070         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
1071         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
1072         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1073         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
1074         (item_added_or_removed_cb), (toolbar_removed_cb),
1075         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
1076         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
1077         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
1078         (editor_create_item_from_name), (append_table),
1079         (update_editor_sheet), (egg_toolbar_editor_init):
1080         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
1081         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1082         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
1083         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
1084         (toolbar_node_free), (egg_toolbars_model_get_flags),
1085         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
1086         (egg_toolbars_model_get_name), (impl_add_item),
1087         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
1088         (parse_data_list), (parse_item_list), (parse_toolbars),
1089         (egg_toolbars_model_load_toolbars), (parse_available_list),
1090         (parse_names), (egg_toolbars_model_load_names),
1091         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
1092         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
1093         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
1094         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
1095         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
1096         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
1097         (egg_toolbars_model_set_types), (fill_avail_array),
1098         (egg_toolbars_model_get_name_avail),
1099         (egg_toolbars_model_get_name_flags),
1100         (egg_toolbars_model_set_name_flags):
1101         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1102         * cut-n-paste/toolbar-editor/eggintl.h:
1103         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1104         (egg_tree_multi_drag_source_get_type),
1105         (egg_tree_multi_drag_source_row_draggable),
1106         (egg_tree_multi_drag_source_drag_data_delete),
1107         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
1108         (egg_tree_multi_drag_button_release_event), (selection_foreach),
1109         (path_list_free), (set_context_data), (get_context_data),
1110         (get_info), (egg_tree_multi_drag_drag_data_get),
1111         (egg_tree_multi_drag_motion_event),
1112         (egg_tree_multi_drag_button_press_event),
1113         (egg_tree_multi_drag_add_drag_support):
1114         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1115         * shell/ev-application.c: (ev_application_init),
1116         (ev_application_save_toolbars_model):
1117         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
1118         (ev_window_cmd_edit_toolbar), (ev_window_init):
1119         
1120         Sync toolbareditor with epiphany and libegg
1121
1122 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * configure.ac: 
1125
1126         Depend on poppler 0.5.2
1127
1128 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1129
1130         * shell/ev-jobs.c: (ev_job_render_run):
1131         
1132         Check if document supports links iterface.
1133
1134 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * NEWS:
1137         * configure.ac:
1138         
1139         Update for release 0.5.3
1140
1141 2006-05-13  Michael Plump  <plumpy@skylab.org>
1142
1143         * configure.ac:
1144         * shell/Makefile.am:
1145         * shell/main.c: (main):
1146         
1147         Port to GOption command line parsing. Fix for the 
1148         bug #327518
1149
1150 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1151
1152         * shell/ev-window.c: (ev_window_cmd_help_about):
1153         
1154         Do not wrap license. Fix for the bug #309460.
1155
1156 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1157
1158         * configure.ac:
1159         * properties/ev-properties-main.c: (ev_properties_get_pages):
1160         * shell/ev-application.c: (ev_application_open_window),
1161         (ev_application_open_uri_at_dest):
1162         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
1163         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
1164         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
1165         * shell/ev-utils.c: (save_print_config_to_file):
1166         * shell/ev-window.c: (ev_window_cmd_save_as),
1167         (ev_attachment_popup_cmd_save_attachment_as):
1168         * shell/main.c: (load_files_remote):
1169         
1170         Bump requirements to gtk 2.8 and drop all ifdefs used.
1171
1172 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1173
1174         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
1175         * shell/ev-window.c: (ev_window_init):
1176         
1177         Show attachments page.
1178
1179 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * po/POTFILES.in:
1182         * shell/ev-attachment-bar.c:
1183         * shell/ev-attachment-bar.h:
1184         * shell/ev-sidebar-attachments.c:
1185         (ev_sidebar_attachments_icon_cache_add),
1186         (icon_theme_get_pixbuf_from_mime_type),
1187         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
1188         (ev_sidebar_attachments_icon_cache_refresh),
1189         (ev_sidebar_attachments_get_attachment_at_pos),
1190         (ev_sidebar_attachments_popup_menu_show),
1191         (ev_sidebar_attachments_popup_menu),
1192         (ev_sidebar_attachments_button_press),
1193         (ev_sidebar_attachments_update_icons),
1194         (ev_sidebar_attachments_drag_data_get),
1195         (ev_sidebar_attachments_get_property),
1196         (ev_sidebar_attachments_destroy),
1197         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
1198         (ev_sidebar_attachments_new),
1199         (ev_sidebar_attachments_set_document),
1200         (ev_sidebar_attachments_support_document),
1201         (ev_sidebar_attachments_get_label),
1202         (ev_sidebar_attachments_page_iface_init):
1203         * shell/ev-sidebar-attachments.h:
1204         * shell/ev-window.c: (update_chrome_visibility),
1205         (setup_sidebar_from_metadata), (ev_window_setup_document),
1206         (ev_window_sidebar_current_page_changed_cb),
1207         (attachment_bar_menu_popup_cb), (ev_window_init):
1208         
1209         Move attachments bar to sidebar.
1210
1211 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1212
1213         * pdf/ev-poppler.cc:
1214         * shell/ev-application.[ch]:
1215         * shell/main.c:
1216
1217         Fix some memory leaks.
1218
1219 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1220
1221         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
1222
1223         Change the properties dialog response to
1224         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
1225         will make the dialog go away when the user presses
1226         enter. With gtk+ >= 2.9 this will happen anyway, but for
1227         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
1228         escape by default. Fixes bug #340539. See also bug
1229         #101293 for the gtk+ part.
1230
1231 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1232
1233         * shell/ev-view.c (tip_from_action_named): Replace some strings
1234         that were wrong. Closes #340970.
1235
1236 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1239
1240         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
1241         #341049
1242
1243 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1244
1245         * djvu/Makefile.am:
1246         * dvi/Makefile.am:
1247         * dvi/mdvi-lib/Makefile.am:
1248         * properties/Makefile.am:
1249         * ps/Makefile.am:
1250         * shell/Makefile.am:
1251         * thumbnailer/Makefile.am:
1252         
1253         Due to broken libtool that is unable to track dependencies
1254         of noinst libraries we are forced to explicitely point
1255         libraries for binary. Fix for the bug #333334.
1256
1257 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1258
1259         * data/evince.desktop.in.in:
1260         * shell/ev-view.c: (view_update_range_and_current_page),
1261         (ev_view_next_page), (ev_view_previous_page):
1262         * shell/ev-window.c: (update_chrome_visibility),
1263         (setup_sidebar_from_metadata), (ev_window_setup_document),
1264         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
1265         (fullscreen_set_timeout), (fullscreen_clear_timeout),
1266         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
1267         (ev_window_stop_fullscreen), (ev_window_run_presentation),
1268         (ev_window_stop_presentation), (ev_window_focus_in_event),
1269         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
1270         (ev_window_init):
1271         * thumbnailer/Makefile.am:
1272         
1273         Update fullscreen and presentation timeout handling. Hide
1274         cursor in presentation after timeout. Fix for the bugs
1275         #136359 and #336981.
1276
1277 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * backend/ev-link-action.[ch]:
1280         * pdf/ev-poppler.cc: (ev_link_from_action):
1281         * shell/ev-view-private.h:
1282         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
1283         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
1284
1285         Add support for Named Action links
1286
1287 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * backend/Makefile.am:
1290         * backend/ev-document-links.[ch]:
1291         * backend/ev-document.[ch]:
1292         * backend/ev-link-action.[ch]:
1293         * backend/ev-link-dest.[ch]:
1294         * backend/ev-link.[ch]:
1295         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
1296         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
1297         * shell/ev-page-action.c: (build_new_tree_cb):
1298         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
1299         (links_page_num_func), (update_page_callback):
1300         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
1301         (tip_from_link):
1302         * shell/ev-jobs.c:
1303         * shell/ev-window.[ch]: (ev_window_open_uri),
1304         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
1305         * shell/ev-application.[ch]: (ev_application_open_window),
1306         (ev_application_open_uri):
1307
1308         Rework links system, it adds support for remote links now and it makes
1309         easier to add new kinds of actions and destinations. Fixes bug #317292
1310
1311 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1312
1313         * data/Makefile.am:
1314         * data/evince.png:
1315         * data/evince-16.png:
1316         * data/evince-22.png:
1317         * data/evince.svg:
1318         * shell/main.c: (main):
1319         
1320         Evince use it's own icon. Fix for the bug #313392.
1321
1322         * shell/ev-window.c: (fullscreen_timeout_cb),
1323         (fullscreen_set_timeout), (fullscreen_clear_timeout),
1324         (ev_window_cmd_help_about), (ev_window_dispose):
1325         
1326         Simplify fullscreen timeout code.
1327
1328 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * backend/ev-attachment.c: 
1331         * shell/ev-attachment-bar.c:
1332         * shell/ev-window.c:
1333
1334         Allow multiple selection of attachments
1335
1336 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1337
1338         * shell/ev-view.c: (view_update_range_and_current_page),
1339         (ev_view_scroll):
1340         
1341         Fix for the bug #312573 – Optimal selection of current 
1342         page among visible pages.
1343
1344 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1345
1346         * configure.ac:
1347         * djvu/Makefile.am:
1348         * djvu/djvu-text.h:
1349         
1350         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
1351         for the bug 339868.
1352
1353 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
1354
1355         * configure.ac: Fix the LINGUAS stuff here too so it builds.
1356
1357 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1358
1359         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
1360         dictated by the GNOME HIG. Fixes bug #339235.
1361
1362 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1363
1364         * data/evince-ui.xml:
1365         * shell/ev-view.c: (ev_view_can_find_previous):
1366         * shell/ev-view.h:
1367         * shell/ev-window.c: (ev_window_update_actions),
1368         (ev_window_cmd_edit_find_previous):
1369
1370         Add support for "Find Previous" as dictated by the GNOME HIG. A
1371         menu item is added and some glue code to make it all work is added
1372         to various files.
1373
1374 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1375
1376         * configure.ac: Award myself the "useless use of cat" award.
1377
1378 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1379
1380         * po/LINGUAS: New file listing all supported languages.
1381
1382         * configure.in: Use po/LINGUAS instead of including all languages
1383         directly in this file. See the wiki for more information:
1384         http://live.gnome.org/GnomeGoals/PoLinguas
1385
1386 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * backend/ev-document-factory.c:
1389
1390         Do not load the document twice when there isn't errors
1391
1392 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * backend/ev-attachment.c: 
1395
1396         Fix a crash when there isn't a default application to open an
1397         attachment
1398
1399 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * backend/ev-attachment.[ch]:
1402         * shell/ev-attachment-bar.[ch]:
1403
1404         Added missing files. 
1405
1406 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * backend/Makefile.am:
1409         * data/evince-ui.xml:
1410         * backend/ev-attachment.[ch]:
1411         * backend/ev-document.[ch]: (ev_document_has_attachments),
1412         (ev_document_get_attachments):
1413         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
1414         (attachment_save_to_buffer), (pdf_document_get_attachments),
1415         (pdf_document_document_iface_init):
1416         * shell/Makefile.am:
1417         * shell/ev-attachment-bar.[ch]:
1418         * shell/ev-window.c:
1419
1420         Add support for PDF attachments. Fixes bug #325143
1421
1422 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1423
1424         * backend/ev-document-factory.c: (get_document_from_uri),
1425         (ev_document_factory_get_document):
1426         * backend/ev-document-factory.h:
1427         * properties/ev-properties-main.c: (ev_properties_get_pages):
1428         * shell/Makefile.am:
1429         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1430         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1431         (ev_job_queue_remove_job):
1432         * shell/ev-job-queue.h:
1433         * shell/ev-job-xfer.c:
1434         * shell/ev-job-xfer.h:
1435         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
1436         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
1437         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
1438         (ev_job_xfer_run):
1439         * shell/ev-jobs.h:
1440         * shell/ev-window.c: (ev_window_is_empty),
1441         (password_dialog_response), (ev_window_clear_xfer_job),
1442         (ev_window_xfer_job_cb), (ev_window_open_uri),
1443         (ev_window_cmd_focus_page_selector),
1444         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
1445         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1446         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1447         (ev_window_dispose):
1448         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1449         
1450         * Cleanup mime type detection on document load. Fix for the
1451         bug #336448.
1452
1453 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1454
1455         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
1456         
1457         Fix crash on exit, described in the bug #336825.
1458
1459 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1460
1461         * backend/ev-document-factory.c:
1462         (ev_document_factory_get_from_mime),
1463         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
1464         (ev_document_factory_get_document),
1465         (file_filter_add_mime_list_and_free),
1466         (ev_document_factory_add_filters):
1467         * backend/ev-document-factory.h:
1468         * properties/ev-properties-main.c: (ev_properties_get_pages):
1469         * shell/Makefile.am:
1470         * shell/ev-application.c:
1471         * shell/ev-job-xfer.c: (ev_job_xfer_run):
1472         * shell/ev-window.c: (ev_window_cmd_file_open),
1473         (ev_window_cmd_save_as):
1474         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1475         
1476         Rework factory functions so they are placed now in a single 
1477         file ev-document-factory.c
1478
1479 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1480
1481         * shell/ev-window.c: (update_chrome_visibility):
1482         
1483         Fix for the bug 166566 - don't show menubar in fullscreen
1484         mode.
1485
1486 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1487
1488         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
1489
1490 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1491
1492         * shell/ev-view.c: (ev_view_expose_event):
1493         
1494         More correctly draw loading text when document
1495         is empty.
1496
1497 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1498
1499         * shell/ev-view.c: (ev_view_scroll):
1500         
1501         Fix for the bug #334854, page down and page up switch
1502         pages in presentation mode.
1503
1504 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1505
1506         * shell/ev-window.c: (ev_window_set_action_sensitive),
1507         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
1508         (ev_window_set_view_accels_sensitivity),
1509         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
1510         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1511         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1512         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
1513         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
1514         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
1515         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
1516         (view_actions_focus_in_cb), (ev_window_init):
1517         
1518         Fix for the bug #333902, now it's possible to search
1519         words with slash.
1520
1521 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
1522
1523         * configure.ac: Added Breton translation.
1524         * po/br.po: Added Breton translation.
1525
1526 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-window-title (ev_window_title_update):
1529
1530         Fix memory leak in window title. Fixes bug #333944
1531
1532 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-metadata-manager.c (parseItem):
1535
1536         Fix memory leaks. Fixes bug #333945
1537
1538 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1539         
1540         * NEWS, configure.ac, TODO:
1541         
1542         Update for release 0.5.2.
1543
1544 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1545
1546         * shell/ev-view.c: (view_update_range_and_current_page),
1547         (page_changed_cb):
1548         
1549         Don't jump on scrolling, fix for the bug #333127.
1550
1551 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1552
1553         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1554         
1555         Scroll by one page in presentation mode. Fix for the bug
1556         #332993.
1557
1558 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
1559
1560         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
1561
1562 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
1563
1564         * configure.ac  Added lv in ALL_LINGUAS line.
1565
1566 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1567         
1568         * NEWS, configure.ac:
1569         
1570         Update for release 0.5.1
1571
1572 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1573
1574         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
1575         * backend/ev-document-misc.h:
1576         * shell/ev-view.c: (draw_one_page):
1577         
1578          Clairfy what page the toolbar page number applies to. Fix
1579          for the bug #328102.
1580
1581 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
1582
1583         * shell/ev-view-private.h:
1584         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
1585         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
1586         (ev_view_search_changed):
1587         * shell/ev-view.h:
1588         * shell/ev-window.c: (find_bar_search_changed_cb):
1589         
1590         Dont't jump to find result if window was scrolled during search.
1591         Fix for the bug #313266.
1592
1593 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
1594
1595         * shell/eggfindbar.c: (egg_find_bar_class_init):
1596         * shell/eggfindbar.h:
1597         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
1598         * shell/ev-view-private.h:
1599         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
1600         (ev_view_class_init), (ev_sizing_mode_get_type),
1601         (ev_scroll_type_get_type):
1602         * shell/ev-view.h:
1603         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1604         (ev_window_cmd_scroll_backward), (find_bar_scroll),
1605         (ev_window_init):
1606         
1607         Fix for the bug 319133 - Find entry should allow text scroll.
1608
1609 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
1610
1611         * shell/ev-view-private.h:
1612         * shell/ev-view.c: (view_update_range_and_current_page),
1613         (highlight_find_results), (find_changed_cb), (page_changed_cb),
1614         (ev_view_set_document), (update_find_status_message),
1615         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
1616         (ev_view_find_previous):
1617         
1618         Fix for the bug #319137. Search now takes account for scrolling.
1619
1620 2006-02-19  Michael Hofmann <mh21@piware.de>
1621
1622         * configure.ac:
1623         * djvu/Makefile.am:
1624         * djvu/djvu-document-private.h:
1625         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1626         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
1627         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
1628         (djvu_document_can_get_text), (djvu_document_get_text),
1629         (djvu_document_document_iface_init),
1630         (djvu_document_thumbnails_get_thumbnail),
1631         (djvu_document_find_begin), (djvu_document_find_get_n_results),
1632         (djvu_document_find_get_result),
1633         (djvu_document_find_page_has_results),
1634         (djvu_document_find_get_progress), (djvu_document_find_cancel),
1635         (djvu_document_find_iface_init):
1636         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
1637         (djvu_text_page_selection), (djvu_text_page_limits_process),
1638         (djvu_text_page_limits), (djvu_text_page_copy),
1639         (djvu_text_page_position), (djvu_text_page_union),
1640         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
1641         (djvu_text_page_box), (djvu_text_page_append_text),
1642         (djvu_text_page_search), (djvu_text_page_prepare_search),
1643         (djvu_text_page_new), (djvu_text_page_free):
1644         * djvu/djvu-text-page.h:
1645         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
1646         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
1647         (djvu_text_n_results), (djvu_text_has_results),
1648         (djvu_text_get_result), (djvu_text_get_progress):
1649         * djvu/djvu-text.h:
1650         
1651         Text search in djvu. Fix for the bug #303415.
1652
1653 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1654
1655         * configure.ac:
1656         * shell/ev-window.c: (ev_window_cmd_save_as):
1657         
1658         Ask filechooser to confirm overwrite. Fix for the bug #328266.
1659         Thanks to Gary Coady <gary@lyranthe.org>
1660
1661 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1662
1663         * shell/ev-print-job.c: (idle_print_handler):
1664         
1665         Inverse order printing, bug #320919.
1666
1667 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1668
1669         * data/evince-toolbar.xml:
1670         * shell/ev-window.c:
1671         
1672         Allow to add sidebar checkbutton on toolbar. Fix
1673         for the bug #144577.
1674
1675 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1676
1677         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
1678         
1679         Add checks that have sense for empty ps document.
1680
1681 2006-02-15  Luca Ferretti <elle.uca@libero.it>
1682
1683         * configure.ac: Include PS in mime types list. 
1684
1685 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1686
1687         * configure.ac:
1688         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1689         * ps/gsdefaults.h:
1690         * ps/ps-document.c: (start_interpreter), (ps_document_load):
1691         
1692         Runtime check for gs interpreter. Fix for the bug #320868.
1693         Thanks to Antoine Dopffer antoine.dopffer@free.fr
1694
1695 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-application.c: 
1698
1699         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
1700         dbus>=0.60, so that the request is not queued. 
1701
1702 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1703
1704         * configure.ac:
1705         * shell/Makefile.am:
1706         * shell/ev-sidebar-links.c: (print_section_cb):
1707         * shell/ev-utils.c:
1708         * shell/ev-utils.h:
1709         * shell/ev-window.c: (update_action_sensitivity),
1710         (ev_window_close_dialogs), (ev_window_print):
1711         * shell/ev-window.h:
1712         
1713         Make printing support optional. Patch from Eduardo de Barros Lima
1714         <eduardo.lima@indt.org.br> for the bug #330546.
1715
1716 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1717
1718         * shell/ev-view-private.h:
1719         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
1720         (ev_view_set_document):
1721         * shell/ev-view.h:
1722         * shell/ev-window.c: (ev_window_load_job_cb),
1723         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
1724         (ev_window_init):
1725
1726         Draw Loading message during xfer job. Fix for the bug #329495.
1727
1728 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * comics/comics-document.c: (comics_regex_quote),
1731         (comics_document_load), (extract_argv):
1732         
1733         Correcly quote regexp before passing it to unzip.
1734
1735 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * shell/ev-page-cache.c: (build_height_to_page),
1738         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
1739         (ev_page_cache_get_dual_even_left):
1740         * shell/ev-page-cache.h:
1741         * shell/ev-view.c: (view_update_range_and_current_page),
1742         (get_page_y_offset), (get_page_extents):
1743         
1744         Place even pages to the left if document has less then
1745         two pages. Fix for the bug #328856.
1746
1747 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1748
1749         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1750         
1751         Correct comics scheme. This make evince create thumbnails
1752         for comic books. Fix for the bug 329088.
1753
1754 2006-01-31  Christopher Aillon  <caillon@redhat.com>
1755
1756         * data/evince-password.glade: Don't explicitly set
1757         invisible_char to the current default value in case
1758         the default changes; let GTK+ do its magic.
1759
1760 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
1763         real filename to tmp filename since often document
1764         type is determined by extension.
1765
1766 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1767
1768         * shell/ev-view.c: (add_scroll_binding_keypad),
1769         (ev_view_binding_activated), (ev_view_class_init):
1770         
1771         Add keybindings for percision-scrolling of display area. 
1772         Fix for the bug #314072.
1773
1774 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1775
1776         * data/evince.desktop.in.in:
1777         
1778         Add GTK to the list of categories. Fix for the bug #328034.
1779
1780 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1781
1782         * shell/ev-application.c: (ev_application_shutdown),
1783         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
1784         * shell/ev-application.h:
1785         * shell/ev-window.c: (file_open_dialog_response_cb),
1786         (ev_window_cmd_file_open):
1787         
1788         Save last uri in file chooser dialog. Fix for the bug #327950.
1789
1790 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * NEWS:
1793         * README:
1794         
1795         Final update for release 0.5.0
1796         
1797         * shell/Makefile.am:
1798         
1799         Remove disable deprecated until we'll require libgnome-2.13.7
1800         and port to GOption argument parsing. See bug 327518.
1801
1802 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
1803
1804         * comics/comics-document.c: (comics_document_save):
1805         * djvu/djvu-document.c: (djvu_document_save):
1806         * dvi/dvi-document.c: (dvi_document_save):
1807         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
1808         * lib/ev-file-helpers.h:
1809         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
1810         * tiff/tiff-document.c: (tiff_document_save):
1811         
1812         Use common save function for backends.
1813
1814 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
1815
1816         * backend/ev-document-types.c:
1817         
1818         Fix crash on saving pixbuf.
1819
1820 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1821
1822         * cut-n-paste/recent-files/egg-recent-item.c:
1823         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
1824         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
1825         (parse_info_free), (valid_element), (start_element_handler),
1826         (end_element_handler), (text_handler), (egg_recent_model_filter),
1827         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
1828         (egg_recent_model_monitor), (egg_recent_model_read),
1829         (egg_recent_model_open_file), (egg_recent_model_lock_file),
1830         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
1831         (egg_recent_model_set_property), (egg_recent_model_class_init),
1832         (egg_recent_model_init), (egg_recent_model_add_full),
1833         (egg_recent_model_delete), (egg_recent_model_get_list),
1834         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
1835         (egg_recent_model_set_filter_mime_types),
1836         (egg_recent_model_clear_group_filter),
1837         (egg_recent_model_set_filter_groups),
1838         (egg_recent_model_clear_scheme_filter),
1839         (egg_recent_model_set_filter_uri_schemes),
1840         (egg_recent_model_remove_expired):
1841         * cut-n-paste/recent-files/egg-recent-util.c:
1842         (egg_recent_util_get_icon):
1843         * cut-n-paste/recent-files/egg-recent-util.h:
1844         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1845         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
1846         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
1847         (egg_recent_view_uimanager_set_property),
1848         (egg_recent_view_uimanager_get_property),
1849         (egg_recent_view_uimanager_class_init),
1850         (egg_recent_view_uimanager_init),
1851         (egg_recent_view_uimanager_set_label_width),
1852         (egg_recent_view_uimanager_get_label_width):
1853         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
1854         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1855         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1856         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1857         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1858         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1859         
1860         Update from libegg.
1861
1862 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1863
1864         * shell/ev-page-cache.c: (build_height_to_page),
1865         (ev_page_cache_get_height_to_page):
1866         * shell/ev-page-cache.h:
1867         * shell/ev-view.c: (view_update_range_and_current_page),
1868         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
1869         (ev_view_previous_page):
1870         
1871         Dual mode places even pages to the left. Fix for the bug #309393.
1872
1873         * shell/ev-view.h:
1874         * shell/ev-window.c: (update_action_sensitivity),
1875         (setup_view_from_metadata), (view_menu_popup_cb):
1876         
1877         Don't restore presentation in empty windows, more intelligent
1878         next page behaviour in dual mode.
1879
1880         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
1881         (ev_pixbuf_cache_clear_job_sizes):
1882         
1883         Cleanup job callback on removal. Fix for the bug #325886.
1884
1885 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1886
1887         * ps/ps.c: (psscan):
1888         
1889         Commit workaround Mozilla problem. Fix for the bug #325919
1890         
1891         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
1892         (save_item):
1893         
1894         Fix for year 2038 problem.
1895
1896 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1897
1898         * shell/ev-window.c: (setup_document_from_metadata),
1899         (ev_window_cmd_view_reload):
1900
1901         Clamp page recieved from metadata in valid values. Fix
1902         for the bug #325986.
1903
1904 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1905
1906         * MAINTAINERS: 
1907         Add MAINTAINERS as requested on desktop-devel-list.
1908
1909 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1910
1911         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
1912         (mime_type_supported_by_gdk_pixbuf),
1913         (ev_document_factory_get_mime_types),
1914         (ev_document_factory_get_all_mime_types):
1915         
1916         Don't add pixbuf mime types if pixbuf backend is disabled.
1917         
1918         * shell/ev-application.c: (ev_application_get_uri_window):
1919         
1920         Fix for the bug 325815 - unhandled MIME type message doesn't 
1921         appear a second time. 
1922         
1923         * shell/ev-document-types.c: (ev_document_types_add_filters):
1924         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
1925         (password_dialog_response), (ev_window_popup_password_dialog),
1926         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1927         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1928         (ev_window_run_presentation), (ev_window_stop_presentation),
1929         (save_sizing_mode), (ev_window_zoom_changed_cb),
1930         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1931         (ev_window_dual_mode_changed_cb),
1932         (ev_window_sidebar_current_page_changed_cb),
1933         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1934         (window_state_event_cb), (window_configure_event_cb):
1935         
1936         Cleanup additional uris holded by EvWindow.
1937
1938 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1939
1940         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
1941         (ev_view_can_previous_page), (ev_view_can_next_page):
1942         * shell/ev-view.h:
1943         * shell/ev-window.c: (update_action_sensitivity):
1944         
1945         Two page scrolling with Space and PageUp in dual mode. Second fix 
1946         for the bug #316608.
1947
1948 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1949
1950         * shell/ev-view.c: (scroll_to_current_page):
1951         
1952         Correctly clamp adjustment value. Fix for the bug
1953         #325808.
1954
1955 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         * shell/ev-sidebar-links.c: (print_section_cb):
1958         * shell/ev-window.c: (ev_window_get_uri),
1959         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
1960         (ev_window_print_dialog_response_cb), (ev_window_print_range),
1961         (ev_window_dispose):
1962         
1963         Make print dialog non-modal. Fix for the bug #325622.
1964
1965 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1966
1967         * shell/ev-metadata-manager.c:
1968         * shell/ev-utils.c: (using_pdf_printer),
1969         (using_postscript_printer), (load_print_config_from_file),
1970         (save_print_config_to_file):
1971         * shell/ev-utils.h:
1972         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
1973         (update_sidebar_visibility), (setup_sidebar_from_metadata),
1974         (setup_view_from_metadata), (ev_window_setup_document),
1975         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1976         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1977         (ev_window_run_presentation), (ev_window_stop_presentation),
1978         (save_sizing_mode), (ev_window_zoom_changed_cb),
1979         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1980         (ev_window_dual_mode_changed_cb),
1981         (ev_window_sidebar_current_page_changed_cb),
1982         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1983         (window_state_event_cb), (window_configure_event_cb),
1984         (ev_window_init):
1985         
1986         Setting saving behaviour fixes.
1987
1988 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1989
1990         * configure.ac:
1991         
1992         Make antialiasing gs options better and allow
1993         to change them during configure. Fix for the 
1994         bug #319049.
1995
1996 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1997
1998         * shell/ev-window.c: (setup_view_from_metadata):
1999         
2000         Remember if last window was maximized. Fix for the
2001         bug #323797.
2002
2003 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
2004
2005         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
2006
2007 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2008
2009         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
2010         * shell/ev-page-action.c: (build_new_tree_cb):
2011         * shell/ev-sidebar-links.c: (links_page_num_func),
2012         (update_page_callback_foreach), (update_page_callback):
2013         * shell/ev-view.c: (scroll_to_current_page):
2014         
2015         Fix for the bug #325067 with more intelligent selection
2016         of current link in sidebar. Make sidebar handle links
2017         of FITR-like type more correctly.
2018
2019         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2020         (dvi_pixbuf_put_pixel):
2021         
2022         Fix memory consumtion with disabled alpha channel.
2023
2024 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2025
2026         * data/evince-ui.xml:
2027         * shell/ev-window.c: (view_menu_popup_cb),
2028         (ev_popup_cmd_open_link), (ev_window_init):
2029         
2030         Update context menu for internal links. Fix for the bug
2031         #325066.
2032
2033 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2034
2035         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
2036         
2037         Bind context menu to keyboard also. Fix for the bug
2038         #325065.
2039
2040 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2041
2042         * shell/ev-view.c: (selection_scroll_timeout_cb):
2043         
2044         Horizontal scroll on selection also.
2045
2046 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2047
2048         * shell/ev-metadata-manager.c: (parse_value):
2049         * shell/ev-view.c: (goto_xyz_link):
2050         
2051         Correct zoom setup and metadata save broken in 
2052         some locales.
2053
2054 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2055
2056         * shell/ev-view-private.h:
2057         * shell/ev-view.c: (scroll_to_current_page),
2058         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
2059         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
2060         (page_changed_cb), (ev_view_set_continuous),
2061         (ev_view_set_dual_page), (ev_view_set_presentation):
2062         
2063         Delay scroll until allocation to correctly position page. Fix
2064         for the bug #317334.
2065
2066 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * NEWS:
2069         * configure.ac:
2070         
2071         Update NEWS and require poppler 0.5.0.
2072
2073 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2074         
2075         * data/evince-ui.xml:
2076         * shell/ev-view-private.h:
2077         * shell/ev-view.c: (ev_view_get_link_at_location),
2078         (handle_link_over_xy), (ev_view_button_press_event),
2079         (ev_view_button_release_event), (ev_view_class_init):
2080         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
2081         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
2082         (ev_window_init):
2083         
2084         Implement right-click context menu.
2085
2086 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2087
2088         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
2089         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
2090         (mdvi_pixbuf_device_render):
2091         * pdf/ev-poppler.cc:
2092
2093         Don't generate thumbnails with alpha. See bug #324077.
2094         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
2095
2096 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2097
2098         * shell/ev-window.c: (setup_chrome_from_metadata):
2099         
2100         Fix typo that was hiding toolbar.
2101
2102 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2103
2104         * shell/ev-view-private.h:
2105         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
2106         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
2107         (ev_view_button_release_event), (ev_view_destroy):
2108         
2109         Small cleanup and autoscrolling during selection. Thanks to 
2110         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
2111
2112 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
2113
2114         * configure.ac:
2115         
2116         Correctly check for comics option.
2117
2118 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
2119         * Makefile.am:
2120         * configure.ac:
2121         * backend/Makefile.am:
2122         * backend/ev-document-factory.c:
2123         * shell/ev-document-types.c:
2124
2125         Included option in configure to make ps backend 
2126         compilation optional with --disable-ps.
2127
2128 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2129
2130         * backend/ev-document-factory.c:
2131         * comics/Makefile.am:
2132         * comics/comics-document.c: (comics_document_load):
2133         * comics/ev-cbr-mime.xml:
2134         * configure.ac:
2135         
2136         Comics mime types are added to shared-mime-info CVS. Now
2137         we don't need to install our own mime types.
2138
2139 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * shell/ev-window.c:
2142         
2143         Add shortcut for "save a copy" menu entry. Fix for
2144         the bug #324582.
2145
2146 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2147
2148         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2149         (job_finished_cb), (new_selection_pixbuf_needed),
2150         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
2151         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
2152         
2153         Rework selection job info logic and fix critical warning.
2154
2155 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
2156
2157         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
2158
2159 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
2160
2161         * data/evince-ui.xml:
2162         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
2163         
2164         Enter as shortcut key for next page. Fix for the bug
2165         #321394.
2166
2167 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
2168
2169         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
2170
2171 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2172
2173         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2174         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
2175         (new_selection_pixbuf_needed),
2176         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
2177         (clear_job_selection):
2178         
2179         Too early for 0.5. Pixbuf cache code cleaned a bit.
2180
2181 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2182
2183         * NEWS:
2184         * configure.ac:
2185         
2186         Release 0.5.0 preparation
2187
2188 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2189
2190         * comics/Makefile.am:
2191         * configure.ac:
2192         * shell/ev-document-types.c: (ev_document_types_add_filters):
2193         
2194         More advanced handling of custom mime type installation.
2195
2196 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2197
2198         * data/evince.schemas.in:
2199         * shell/ev-metadata-manager.c: (value_free),
2200         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
2201         (ev_metadata_manager_get), (ev_metadata_manager_set):
2202         * shell/ev-metadata-manager.h:
2203         * shell/ev-window.c: (update_chrome_flag),
2204         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
2205         (setup_document_from_metadata), (setup_chrome_from_metadata),
2206         (setup_sidebar_from_metadata), (setup_view_from_metadata),
2207         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
2208         (ev_window_view_toolbar_cb),
2209         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
2210         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
2211         
2212         Save last document settings and reuse them for new documents.
2213
2214 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2215
2216         * Makefile.am:
2217         * backend/Makefile.am:
2218         * backend/ev-document-factory.c:
2219         * backend/ev-document-factory.h:
2220         * comics/Makefile.am:
2221         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
2222         (comics_document_load), (comics_document_save),
2223         (comics_document_get_n_pages), (comics_document_get_page_size),
2224         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
2225         (comics_document_class_init), (comics_document_can_get_text),
2226         (comics_document_get_info), (comics_document_document_iface_init),
2227         (comics_document_init), (get_supported_image_extensions),
2228         (comics_document_thumbnails_get_geometry),
2229         (comics_document_thumbnails_get_thumbnail),
2230         (comics_document_thumbnails_get_dimensions),
2231         (comics_document_document_thumbnails_iface_init), (extract_argv):
2232         * comics/comics-document.h:
2233         * comics/ev-cbr-mime.xml:
2234         * configure.ac:
2235         * po/POTFILES.in:
2236         * shell/ev-application.c: (ev_application_register_service):
2237         * shell/ev-document-types.c: (ev_document_types_add_filters):
2238         * thumbnailer/Makefile.am:
2239         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2240         
2241         New CBR/CBZ backend for comic books.
2242
2243 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2244
2245         * shell/main.c: (load_files_remote):
2246
2247         Thanks to Robert McQueen <robot101@debian.org>. Dbus
2248         warning on startup of second instance is fixed. It
2249         is bug #320353.
2250
2251 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2252
2253         * shell/ev-window.c: (ev_window_finalize):
2254         
2255         Fix double free that cause crash.
2256
2257 2005-10-29  Bastien Nocera <hadess@hadess.net>
2258
2259         * tiff/tiff-document.c: (tiff_document_load):
2260         
2261         Fix memory leak.
2262
2263 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2264
2265         * po/POTFILES.in:
2266         * shell/Makefile.am:
2267         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
2268         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
2269         (ev_view_accessible_get_text),
2270         (ev_view_accessible_get_character_at_offset),
2271         (ev_view_accessible_get_text_before_offset),
2272         (ev_view_accessible_get_text_at_offset),
2273         (ev_view_accessible_get_text_after_offset),
2274         (ev_view_accessible_get_character_count),
2275         (ev_view_accessible_get_caret_offset),
2276         (ev_view_accessible_set_caret_offset),
2277         (ev_view_accessible_get_run_attributes),
2278         (ev_view_accessible_get_default_attributes),
2279         (ev_view_accessible_get_character_extents),
2280         (ev_view_accessible_get_offset_at_point),
2281         (ev_view_accessible_get_n_selections),
2282         (ev_view_accessible_get_selection),
2283         (ev_view_accessible_add_selection),
2284         (ev_view_accessible_remove_selection),
2285         (ev_view_accessible_set_selection),
2286         (ev_view_accessible_text_iface_init),
2287         (ev_view_accessible_idle_do_action),
2288         (ev_view_accessible_action_do_action),
2289         (ev_view_accessible_action_get_n_actions),
2290         (ev_view_accessible_action_get_description),
2291         (ev_view_accessible_action_get_name),
2292         (ev_view_accessible_action_set_description),
2293         (ev_view_accessible_action_iface_init),
2294         (ev_view_accessible_get_type), (ev_view_accessible_new),
2295         (ev_view_accessible_factory_get_accessible_type),
2296         (ev_view_accessible_factory_create_accessible),
2297         (ev_view_accessible_factory_class_init),
2298         (ev_view_accessible_factory_get_type):
2299         * shell/ev-view-accessible.h:
2300         * shell/ev-view-private.h:
2301         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
2302         * shell/ev-view.h:
2303         
2304         Initial accessibility support.
2305
2306 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
2307
2308         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
2309
2310 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
2311
2312         * shell/ev-print-job.c: (idle_print_handler):
2313         
2314         Fix for bug Bug 318916: Printing multiple pages.
2315
2316 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
2317
2318         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
2319
2320 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2321
2322         * pdf/ev-poppler.cc:
2323         
2324         Thumnail dimensions unified with other backends.
2325         
2326         * shell/ev-window-title.c: (ev_window_title_update):
2327         
2328         Fix warning.
2329
2330 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2331
2332         * data/ev-stock-zoom-fit-width.png:
2333         
2334         Remove unused file.
2335
2336 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2337
2338         * configure.ac:
2339         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
2340         (djvu_document_finalize):
2341         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
2342         (dvi_document_finalize):
2343         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
2344         (pixbuf_document_save), (pixbuf_document_finalize):
2345         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
2346         (tiff_document_finalize):
2347         
2348         Save a copy implemented for various backends.
2349
2350 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
2351
2352         * configure.ac:
2353         
2354         Don't link with ltiff if tiff is disabled.
2355
2356 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2357
2358         * pdf/GDKSplashOutputDev.cc:
2359         * pdf/GDKSplashOutputDev.h:
2360         * pdf/Thumb.cc:
2361         * pdf/Thumb.h:
2362         * pdf/pdf-document.cc:
2363         * pdf/pdf-document.h:
2364         * pdf/test-gdk-output-dev.cc:
2365         
2366         Remove old unused files.
2367
2368 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2369
2370         * shell/ev-window.c: (ev_window_setup_document):
2371         
2372         Fixed warnings on reload and probably crash reason.
2373
2374 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2375
2376         * properties/ev-properties-view.c:
2377         (ev_properties_view_format_date):
2378         
2379         Check if date is invalid. Fix for bug 318134.
2380
2381 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
2382
2383         * shell/ev-window-title.c:
2384         
2385         Add .indd files (Adobe Indesign) to the list of "bad
2386         extensions".
2387
2388 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2389
2390         * data/evince-ui.xml:
2391         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
2392         
2393         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
2394
2395 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
2396
2397         * shell/ev-window.c: (launch_link), (launch_external_uri),
2398         (view_external_link_cb):
2399
2400         URL-escape link before passing it to gnome_vfs_url_show.
2401
2402 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
2405         there isn't text selected.
2406
2407 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
2408
2409         * shell/ev-view.c: (handle_link_over_xy):
2410
2411         Check tooltip is valid utf8 before showing it
2412
2413 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
2416
2417 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
2418
2419         * shell/ev-window-title.c: (ev_window_title_update):
2420
2421         Guard against using g_strstrip on NULL. Fixes bug #317291.
2422
2423 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2424
2425         * pdf/ev-poppler.cc:
2426
2427         Show title even for unknown links
2428
2429 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2430
2431         * shell/ev-window-title.c: (ev_window_title_update):
2432
2433         Strip the title string
2434
2435 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2436
2437         * shell/ev-window-title.c:
2438
2439         Add .rtf to the bad extensions list
2440
2441 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2442
2443         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
2444         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
2445
2446         Ignore link coordinates if they are outside page bounds
2447
2448 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2449
2450         * backend/ev-link.c: (ev_link_type_get_type),
2451         (ev_link_get_filename), (ev_link_get_params),
2452         (ev_link_get_property), (ev_link_set_property),
2453         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
2454         * backend/ev-link.h:
2455         * pdf/ev-poppler.cc:
2456         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
2457         * shell/ev-window.c: (launch_link), (view_external_link_cb),
2458         (ev_window_init):
2459
2460         Implement launch links. Delegate external link opening to
2461         the window.
2462
2463 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2464
2465         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
2466         (ev_link_get_right), (ev_link_get_property),
2467         (ev_link_set_property), (ev_link_class_init),
2468         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
2469         * backend/ev-link.h:
2470         * pdf/ev-poppler.cc:
2471         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
2472
2473         Implement fitr links
2474
2475 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2476
2477         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
2478         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
2479         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
2480         (ev_view_size_request_continuous),
2481         (ev_view_size_request_dual_page),
2482         (ev_view_size_request_single_page), (ev_view_size_allocate),
2483         (ev_view_zoom_for_size_continuous_and_dual_page),
2484         (ev_view_zoom_for_size_continuous),
2485         (ev_view_zoom_for_size_dual_page),
2486         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2487         (ev_sizing_mode_get_type):
2488         * shell/ev-view.h:
2489         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2490
2491         Do not use modes for link, we need to calculate size ad hoc.
2492         Still not perfect because of the usual scrollbar issues grrr.
2493
2494 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2495
2496         * backend/ev-link.c: (ev_link_type_get_type),
2497         (ev_link_new_page_fith), (ev_link_new_page_fitv):
2498         * backend/ev-link.h:
2499         * pdf/ev-poppler.cc:
2500         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
2501         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
2502         (ev_view_size_request_continuous),
2503         (ev_view_size_request_dual_page),
2504         (ev_view_size_request_single_page), (ev_view_size_allocate),
2505         (zoom_for_size_fit_height),
2506         (ev_view_zoom_for_size_continuous_and_dual_page),
2507         (ev_view_zoom_for_size_continuous),
2508         (ev_view_zoom_for_size_dual_page),
2509         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2510         (ev_sizing_mode_get_type):
2511         * shell/ev-view.h:
2512         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2513
2514         Implement FIT_HEIGHT mode (only for links).
2515         Implement FITH links
2516
2517 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2518
2519         * shell/ev-window-title.c: (get_filename_from_uri),
2520         (ev_window_title_sanitize_extension), (ev_window_title_update),
2521         (ev_window_title_set_document), (ev_window_title_set_uri),
2522         (ev_window_title_free):
2523         * shell/ev-window-title.h:
2524         * shell/ev-window.c: (ev_window_setup_document),
2525         (ev_window_popup_password_dialog):
2526
2527         Refactor window title building while fixing it for
2528         password documents.
2529
2530 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2531
2532         * pdf/ev-poppler.cc:
2533
2534         Escape link title before setting it in the model
2535
2536 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
2537
2538         * shell/ev-application.c: (removed_from_session), (save_session),
2539         (init_session), (ev_application_get_empty_window),
2540         (ev_application_init), (ev_application_get_windows):
2541         * shell/ev-application.h:
2542         * shell/ev-window.c: (ev_window_finalize):
2543
2544         Add a function to retrieve window list and share it where
2545         necessary.
2546         Implement session handling, works pretty well thanks to the
2547         metadata system.
2548
2549 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2550
2551         * shell/ev-password.c: (ev_password_item_created_callback),
2552         (ev_password_dialog_save_password):
2553         
2554         Fix for bug 316972. Use async gnome-keyring API.
2555
2556 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
2557
2558         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
2559         Remove unused unrealize handler. Add scroll handling to
2560         ev_view_scroll_event for presentation mode (bug #316708),
2561         and fix the event state checks there.
2562
2563 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2564
2565         * shell/ev-page-action.c: (page_changed_cb):
2566
2567         "marco, maybe we should be crazy and jump right to 6! :)"
2568
2569         Bryan Clark, Sep 2005
2570
2571 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2572
2573         * ps/ps-document.c: (save_document), (ps_document_save),
2574         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
2575         (ps_document_ps_export_end):
2576
2577         Fix unstructured documents save and print
2578
2579 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2580
2581         * shell/ev-application.c: (ev_application_open_uri):
2582
2583         Fix window size persistance
2584
2585 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2586
2587         * shell/ev-view.c: (ev_view_button_release_event):
2588
2589         Based on a patch from carlosgc@gnome.org. Mouse buttons
2590         switch pages in presentation mode.
2591
2592 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2593
2594         * shell/ev-page-cache.c: (ev_page_cache_get_size):
2595
2596         Dont cast to int before scaling
2597
2598 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2599
2600         * backend/ev-link.c: (ev_link_type_get_type),
2601         (ev_link_new_page_xyz), (ev_link_new_page_fit),
2602         (ev_link_new_page_fith):
2603         * backend/ev-link.h:
2604         * pdf/ev-poppler.cc:
2605         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
2606
2607         Implement FIT and FITH links
2608
2609 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2610
2611         * pdf/ev-poppler.cc:
2612
2613         Return 0 results when search is not in progress.
2614
2615         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
2616         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
2617
2618         Update menu sensitivity when cancelling search
2619
2620 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2621
2622         * shell/ev-view.c: (ev_view_can_find_next):
2623
2624         Take all pages in consideration, not just current one
2625
2626 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2627
2628         * shell/ev-page-cache.c:
2629         * shell/ev-page-cache.h:
2630         * shell/ev-view.c: (ev_view_binding_activated),
2631         (ev_view_next_page), (ev_view_previous_page),
2632         (ev_sizing_mode_get_type):
2633         * shell/ev-view.h:
2634         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
2635         (ev_window_cmd_go_next_page):
2636
2637         Move page next/previous functions from page chace to
2638         view and change it to move by 2 page steps in dual mode.
2639
2640 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2641
2642         * shell/ev-window.c: (update_sidebar_visibility),
2643         (setup_sidebar_from_metadata), (ev_window_setup_document),
2644         (setup_view_from_metadata):
2645
2646         Show the index by default when there is one     
2647
2648 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2649
2650         * shell/ev-window-title.c: (ev_window_title_set_document):
2651
2652         Missing null check
2653
2654 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * shell/ev-view.c: (view_update_range_and_current_page):
2657         
2658         Allow display of last odd page in dual view. Fix for 316347.
2659
2660 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2661
2662         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
2663         
2664         Make close button default. Fix for 316383.
2665
2666 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2667
2668         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2669         
2670         Mark close button as default. Fix for 316381.
2671
2672 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2673
2674         * backend/ev-link.c: (ev_link_class_init):
2675
2676         Allow negative doubles in left/top properties
2677
2678 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2679
2680         * shell/ev-window.c:
2681
2682         Remove a bunch of strings that was used only
2683         by the statusbar.
2684
2685 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2686
2687         * shell/ev-window-title.c: (get_filename_from_uri),
2688         (ev_window_title_set_document):
2689
2690         When title has a confusing extension, show also
2691         the document filename inside ()
2692
2693 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2694
2695         * shell/Makefile.am:
2696         * shell/ev-window-title.c: (ev_window_title_new),
2697         (ev_window_title_update), (ev_window_title_set_type),
2698         (ev_window_title_set_document), (ev_window_title_free):
2699         * shell/ev-window-title.h:
2700         * shell/ev-window.c: (ev_window_setup_document),
2701         (password_dialog_response), (ev_window_popup_password_dialog),
2702         (ev_window_dispose), (ev_window_init):
2703
2704         Factor out and cleanup window title code
2705
2706 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2707
2708         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
2709         (unable_to_load):
2710
2711         Make dialog transient so it doesnt block other windows
2712
2713 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2714
2715         * pdf/ev-poppler.cc:
2716         
2717         Fix pdf thumbnails rendering.
2718
2719 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2720
2721         * shell/ev-window.c: (fullscreen_set_timeout):
2722         
2723         Increase timeout to hide full screen popup. Bug 
2724         316123. 
2725
2726 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2727
2728         * data/evince.schemas.in:
2729         * shell/ev-window.c: (update_action_sensitivity):
2730
2731         Allow the user to override document restrictions. Fix for bug
2732         305818.
2733
2734 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
2735
2736         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
2737         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
2738         (ev_window_class_init): Fix multihead behaviour of fullscreen
2739         toolbar popup. Fixes bug #315451.
2740
2741 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * configure.ac:
2744         * data/evince-password.glade:
2745         * shell/ev-password.c: (ev_password_dialog_set_property),
2746         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
2747         (ev_password_dialog_init), (ev_password_set_bad_password_label),
2748         (ev_password_dialog_entry_changed_cb),
2749         (ev_password_dialog_entry_activated_cb),
2750         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
2751         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
2752         (ev_password_dialog_set_bad_pass):
2753         * shell/ev-password.h:
2754         * shell/ev-window.c: (password_dialog_response),
2755         (ev_window_popup_password_dialog):
2756         
2757         Support for gnome-keyring for encrypted PDF's.
2758
2759 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2760
2761         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
2762         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
2763         (ev_view_enter_notify_event), (ev_view_class_init):
2764         
2765         More precise handling of enter_notify/leave_notify events
2766         in EvView. Fix for bug 315470.
2767
2768 2005-09-08  Christopher Aillon  <caillon@redhat.com>
2769
2770         * shell/ev-window.c: (fullscreen_timeout_cb),
2771         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2772         (ev_window_dispose):
2773
2774         leak fix: unref fullscreen_timeout_source before clearing it
2775
2776 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * configure.ac, dvi/mdvi/Makefile.am: 
2779         
2780         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
2781
2782 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2783
2784         * backend/ev-link.c: (ev_link_new_page_xyz):
2785         * pdf/ev-poppler.cc:
2786         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
2787
2788         Fix some bugs with xyz links, respect zoom
2789
2790 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2791
2792         * shell/ev-window.c: (page_changed_cb),
2793         (setup_document_from_metadata), (update_sidebar_visibility),
2794         (setup_view_from_metadata), (ev_window_run_fullscreen),
2795         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2796         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
2797         (ev_window_dual_mode_changed_cb),
2798         (ev_window_sidebar_current_page_changed_cb):
2799
2800         null check uri before setting and getting metadata
2801
2802 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2803
2804         * dvi/Makefile.am:
2805         * properties/Makefile.am:
2806         * shell/Makefile.am:
2807         * thumbnailer/Makefile.am:
2808
2809         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
2810
2811 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2812
2813         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
2814         (selection_changed_callback):
2815         * shell/ev-sidebar-links.h:
2816
2817         Add a signal for link activation.
2818
2819         * shell/ev-view.c: (ev_view_goto_link),
2820         (ev_view_button_release_event):
2821         * shell/ev-view.h:
2822         * shell/ev-window.c: (sidebar_links_link_activated_cb),
2823         (ev_window_init):
2824
2825         Implement the signal so that we can handle all link types.
2826
2827         * shell/ev-page-cache.c:
2828
2829         Remove unused set_link function
2830
2831 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2832
2833         * lib/ev-tooltip.c: (ev_tooltip_set_position):
2834
2835         Add some space from the cursor, hardcoded but I couldnt
2836         find a better way.
2837
2838 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
2839
2840         * lib/ev-tooltip.c:
2841
2842         Use mozilla style vs gtk style, way better for links.
2843
2844         * shell/ev-view.c: (ev_view_motion_notify_event),
2845         (ev_view_destroy), (ev_view_init):
2846
2847         Deactive tooltip when the link hovered is changed.
2848
2849 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
2850
2851         * backend/ev-document.h:
2852         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
2853         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
2854         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
2855         (ev_link_new_page), (ev_link_new_page_xyz):
2856         * backend/ev-link.h:
2857         * pdf/ev-poppler.cc:
2858         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
2859         (go_to_link), (tip_from_link):
2860
2861         Implement xyz links, still not functional. Links are a total
2862         mess, will need to refactor and bugfix a lot :(
2863
2864 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
2865
2866         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2867
2868 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
2869
2870         * data/evince-ui.xml:
2871         * data/evince.schemas.in:
2872         * shell/Makefile.am:
2873         * shell/ev-window.c: (update_chrome_visibility),
2874         (password_dialog_response), (ev_window_load_job_cb),
2875         (ev_window_xfer_job_cb), (ev_window_open_uri),
2876         (ev_window_class_init), (set_chrome_actions), (load_chrome),
2877         (ev_window_init):
2878
2879         Remove the statusbar. This regress loading feedback, need to
2880         check with Bryan what we want to do there...
2881
2882 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
2883
2884         * lib/ev-tooltip.c: (ev_tooltip_init):
2885
2886         Fix tooltip border and size handling
2887
2888 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
2889
2890         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
2891         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
2892         (ev_tooltip_timeout), (ev_tooltip_activate),
2893         (ev_tooltip_deactivate):
2894         * lib/ev-tooltip.h:
2895         * shell/ev-view.c: (ev_view_motion_notify_event):
2896
2897         Delay popup showing. Mirror gtk logic/times.
2898
2899 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
2900
2901         * lib/Makefile.am:
2902         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
2903         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
2904         (ev_tooltip_set_text), (ev_tooltip_set_position):
2905         * lib/ev-tooltip.h:
2906
2907         Simple widget to show tooltips at a custom position
2908
2909         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
2910         (ev_view_destroy):
2911
2912         Use it for links. First go, needs work
2913
2914 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
2915
2916         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
2917         HIG fixes.  Use title capitalization for window title. Use 12 
2918         pixels of space between the dialog's vbox and action area.
2919
2920 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2921
2922         * shell/ev-window.c: (file_open_dialog_response_cb),
2923         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
2924         (ev_window_cmd_save_as):
2925
2926         Make file pickers not modal and refactor code some
2927
2928 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2929
2930         * shell/ev-sidebar.h:
2931         * shell/ev-sidebar.c: (ev_sidebar_set_property),
2932         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
2933         (ev_sidebar_class_init), (ev_sidebar_select_page),
2934         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
2935         (ev_sidebar_set_page):
2936
2937         Add a current page property and allow to get/set it
2938
2939         * shell/ev-window.c: (setup_view_from_metadata),
2940         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
2941
2942         Persist current sidebar page per document
2943
2944 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2945
2946         * data/evince.schemas.in:
2947         * shell/ev-window.c: (update_chrome_visibility),
2948         (setup_document_from_metadata), (update_sidebar_visibility),
2949         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
2950         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2951         (ev_window_run_presentation), (ev_window_stop_presentation),
2952         (ev_window_view_sidebar_cb),
2953         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
2954         (load_chrome), (ev_window_init):
2955
2956         Persist size/visibility of sidebar per document
2957
2958 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
2959
2960         * shell/ev-view.c (draw_loading_text): Draw loading text.
2961
2962 2005-09-02  Dan Damian  <dand@gnome.ro>
2963
2964         * configure.in: Added "ro" to ALL_LINGUAS.
2965
2966 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
2967
2968         * shell/ev-view.c: (clear_caches):
2969
2970         ev_page_cache_get doesnt return a reference,
2971         dont try to unref it.
2972
2973 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
2974
2975         * shell/main.c: (load_files_remote):
2976
2977         Fix timestamp parameter with dbus <= 0.33
2978
2979 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
2980
2981         * data/evince.schemas.in:
2982
2983         Add missing full stop
2984
2985 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2986
2987         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
2988         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
2989
2990         Plug some memory leaks
2991
2992 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
2993
2994         * configure.ac:
2995         * lib/ev-debug.c: (trap_handler):
2996
2997         Check for execinfo.h and use it only if it exists.
2998         Ported from Epiphany (bug #314776).
2999
3000 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
3001
3002         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
3003
3004 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
3005
3006         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
3007         * po/id.po      : Added Indonesian translation
3008
3009 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
3010
3011         * shell/main.c:
3012         * shell/ev-application.c: Last minute GTK-2.6 fixes.
3013         * NEWS: Release 0.4.0
3014
3015 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
3016
3017         * configure.ac: catch another gtk+-2.8ism
3018         * shell/main.c: Make work with gtk+-2.6
3019
3020 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
3021
3022         * shell/ev-application-service.xml: Add 'timestamp' argument to
3023           ev_application_open_window and ev_application_open_uri methods.
3024
3025         * shell/ev-application.h: Add 'timestamp' argument to
3026           ev_application_open_window, ev_application_open_uri,
3027           and ev_application_open_uri_list functions.
3028
3029         * shell/ev-application.c (ev_application_open_window,
3030           ev_application_open_uri, ev_application_open_uri_list): Change
3031           functions that show/present windows to use a timestamp if one
3032           is passed in.
3033
3034         * shell/ev-window.c (ev_window_cmd_file_open,
3035           ev_window_cmd_recent_file_activate, drag_data_received_cb):
3036         * shell/main.c (load_files): Modify calls to ev_application to
3037           include GDK_CURRENT_TIME as timestamp.
3038
3039         * shell/main.c (load_files_remote): Obtain timestamp for client
3040           instance from GDK and pass to server instance so new windows are
3041           focused properly.  Fix dbus_g_proxy_call() calls by including second
3042           G_TYPE_INVALID.
3043           
3044         Closes bug #314475.
3045
3046 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
3047
3048         * shell/ev-window.c (ev_window_finalize): Check for
3049         avail. EvWindows when quiting to handle the finalize better,
3050         #314497
3051
3052 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3053         
3054         * properties/ev-properties-view.c: 
3055         
3056         Set textdomain to libglade. Fixes translation problem in property page.
3057
3058 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3059
3060         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
3061         * dvi/Makefile.am:
3062         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
3063         * dvi/mdvi-lib/Makefile.am:
3064         
3065         Fix rotation of thumbnails, ported to new API. Moved library
3066         dependencies earlier, probably it will fix linkage problem.
3067
3068 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
3069
3070         * backend/ev-document-misc.c:
3071         (ev_document_misc_get_thumbnail_frame):
3072         * backend/ev-document-misc.h:
3073         * configure.ac:
3074         * pdf/ev-poppler.cc:
3075         * shell/Makefile.am:
3076         * shell/ev-sidebar-thumbnails.c: (add_range),
3077         (ev_sidebar_thumbnails_set_loading_icon),
3078         (ev_sidebar_thumbnails_refresh),
3079         (ev_sidebar_thumbnails_set_document):
3080         * shell/ev-sidebar-thumbnails.h:
3081         * shell/ev-view.c: (ev_view_motion_notify_event),
3082         (ev_view_set_property), (ev_view_get_property),
3083         (ev_view_class_init), (ev_view_set_rotation):
3084         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3085         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
3086         (ev_window_init):
3087         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
3088         Redo rotation (again).  prepare for 0.4.0
3089
3090 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
3091
3092         * configure.ac: Bump poppler requirement to 0.4.1.
3093
3094         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
3095         argument to poppler_page_render_selection() call.
3096
3097 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3098
3099         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
3100         (djvu_document_thumbnails_get_thumbnail):
3101         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
3102         (dvi_document_thumbnails_get_thumbnail):
3103         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
3104         (pixbuf_document_thumbnails_get_thumbnail):
3105         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
3106         
3107         Update rotation direction of backends to fit with pdf and ps.
3108
3109 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
3110
3111         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
3112         * backend/ev-async-renderer.h:
3113         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
3114         (setup_page), (ps_document_get_page_size),
3115         (ps_async_renderer_render_pixbuf):
3116         * ps/ps-document.h:
3117         * shell/ev-jobs.c: (ev_job_render_run):
3118
3119         Fix orientation in the postscript document
3120
3121 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
3122
3123         * pdf/ev-poppler.cc:
3124         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
3125         * shell/ev-view.c: (highlight_find_results):
3126
3127         Adapt to the new poppler rotation API. Fix text maps on landscape
3128         documents.
3129
3130 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
3131
3132         * shell/ev-view.c (compute_new_selection_text): get the correct
3133         region when selecting in modes other than continuous.
3134
3135 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
3136
3137         * shell/main.c (main): remove redundant g_warnings.
3138
3139 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3140
3141         * shell/Makefile.am: Don't include autogenerated
3142         file ev-application-service.h into distribution, since
3143         it causes dbus crash. Fix for bugs 313724 and 313443. 
3144
3145 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3146
3147         * configure.ac: Fix sed expression for FreeBSD. Thanks
3148         to Joe Marcus Clark <marcus@freebsd.org>
3149         
3150         * shell/eggfindbar.c: (entry_activate_callback),
3151         (entry_changed_callback), (egg_find_bar_init),
3152         (egg_find_bar_set_search_string):
3153         
3154         Made findbar buttons unsensitive if there is no text in
3155         entry. Fix for the bug 313285.
3156
3157 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * ps/ps-document.c: Use g_filename_display_name for displaying
3160         filenames and revert string freeze breackage
3161
3162 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
3163
3164         * NEWS:
3165         * configure.ac:
3166
3167         Update for 0.3.4
3168
3169         * shell/Makefile.am:
3170
3171         Add ev-application-service.xml to extra dist
3172
3173         * shell/ev-view.c: (find_page_at_location):
3174
3175         Remove unused function (fix warning)
3176
3177 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3178
3179         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
3180         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
3181         
3182         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
3183         bug 313623.
3184
3185 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3186
3187         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
3188         * shell/ev-window.c:
3189         Fix build warnings
3190
3191 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * configure.ac: Update script to get dbus version.
3194         Fix for the bug #313443.
3195
3196 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * shell/ev-window.c: (ev_window_cmd_escape):
3199         
3200         Return focus back to view on escape. Fix for bug 313295.
3201
3202 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3203
3204         * shell/ev-window.c: (update_window_title),
3205         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
3206         (ev_window_cmd_save_as):
3207         
3208         Correct conversion from uri to displayable string. Fix for
3209         bug 313296.
3210
3211 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * ps/ps-document.c: convert filename to utf8 when there is an error
3214         loading document. Fixes #309915
3215
3216 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
3217
3218         * configure.ac:
3219
3220         We depend on poppler 0.4.0
3221
3222 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
3223
3224         * configure.ac:
3225         * NEWS: Release 0.3.3.
3226         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
3227
3228 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
3229
3230         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
3231         add a couple missing mnemonics to menu items, use title 
3232         capitalization for menu items and window titles, and add 
3233         ellipsis to open menu item.     
3234
3235 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
3236
3237         * pdf/ev-poppler.cc:
3238         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
3239         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
3240         (ev_view_get_rotation):
3241         * shell/ev-view.h:
3242         * shell/ev-window.c: (setup_view_from_metadata),
3243         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
3244         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
3245         disk.
3246
3247 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
3248
3249         * configure.ac: Added tr to ALL_LINGUAS
3250
3251 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3252
3253         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
3254         requires several clicks to find word. Thanks to 
3255         Colin Slater <kiltedtaco@gmail.com>.
3256
3257 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
3258
3259         * data/evince.desktop.in.in: Hide menu entry and
3260         rename it to "Document Viewer". Fix for bug 
3261         #312399.
3262
3263 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
3264
3265         * shell/ev-page-action.c (ev_page_action_class_init): 
3266
3267         Point to the correct function in constructor of the
3268         activate_label signal
3269
3270 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
3271
3272         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
3273         * shell/ev-jobs.h: Make thread safe.
3274
3275 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3276
3277         * shell/ev-view.c: (view_update_range_and_current_page):
3278         Don't update page range if we are scrolling to some document
3279         point.
3280
3281 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3282
3283         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
3284         when getting max_page_width, fix drawing in dual mode.
3285
3286 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
3287
3288         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
3289         getting the area for select_all.
3290
3291 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
3292
3293         * backend/ev-selection.c: (ev_selection_render_selection):
3294         * backend/ev-selection.h:
3295         * pdf/ev-poppler.cc:
3296         * shell/ev-jobs.c: (ev_job_render_new):
3297         * shell/ev-jobs.h:
3298         * shell/ev-pixbuf-cache.c: (get_selection_colors),
3299         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
3300         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
3301         (ev_view_class_init):
3302
3303         Change selection color on focus in and focus out events.  Also,
3304         poppler now uses GdkColor for specifying the selection colors, so
3305         drop some awkward conversion code.
3306
3307 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
3308
3309         * configure.ac: Added Hebrew translation
3310
3311 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
3312
3313         * NOTES:
3314         * backend/ev-selection.c: (ev_selection_render_selection):
3315         * backend/ev-selection.h:
3316         * pdf/ev-poppler.cc:
3317         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
3318         (ev_job_render_run):
3319         * shell/ev-jobs.h:
3320         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3321         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
3322         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
3323         (ev_pixbuf_cache_style_changed),
3324         (ev_pixbuf_cache_get_selection_pixbuf),
3325         (ev_pixbuf_cache_set_selection_list),
3326         (ev_pixbuf_cache_get_selection_list):
3327         * shell/ev-pixbuf-cache.h:
3328         * shell/ev-utils.c: (ev_print_region_contents):
3329         * shell/ev-utils.h:
3330         * shell/ev-view.c: (ev_view_queue_draw_page),
3331         (selection_update_idle_cb), (ev_view_motion_notify_event),
3332         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
3333         (setup_caches), (ev_view_find_next), (merge_selection_region),
3334         (selection_free):
3335         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
3336
3337         Clean up selection to be much smoother!
3338
3339 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
3340
3341         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
3342         to poppler_page_render_selection().
3343
3344 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3345
3346         * ps/ps-document.c: (save_page_list): Use
3347         unzipped document when printing. Thanks to 
3348         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
3349         311016.
3350
3351 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3352
3353         * shell/ev-window.c: (update_action_sensitivity):
3354         
3355         Disable print and save respect to lockdown gconf keys. Fix
3356         for 312342.
3357
3358 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * configure.ac:
3361         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
3362         (write_to_temp_file), (ev_file_set_contents):
3363         * shell/ev-utils.h:
3364         * shell/ev-window.c: (save_print_config_to_file):
3365         
3366         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
3367         Fix for bug 312238
3368
3369 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
3370
3371         * shell/ev-window.c: (load_print_config_from_file),
3372         (save_print_config_to_file), (ev_window_print_range):
3373
3374         Persist the print settings. Fixes bug #311578.
3375
3376 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * djvu/djvu-document.c: (djvu_document_get_page_size),
3379         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
3380         (djvu_document_thumbnails_get_thumbnail):
3381         * dvi/dvi-document.c: (dvi_document_get_page_size),
3382         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
3383         (dvi_document_thumbnails_get_dimensions),
3384         (dvi_document_thumbnails_get_thumbnail):
3385         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
3386         (pixbuf_document_render_pixbuf),
3387         (pixbuf_document_document_iface_init),
3388         (pixbuf_document_thumbnails_get_thumbnail):
3389         
3390         Update backends to make them build with new rotation system.
3391
3392 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3393
3394         * help/C/figures/evince_start_window.png:
3395         
3396         Update documentation image from Luca Ferretti <elle.uca@libero.it>
3397
3398 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
3399
3400         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
3401         * shell/ev-pixbuf-cache.h:
3402         * shell/ev-sidebar-thumbnails.c:
3403         (ev_sidebar_thumbnails_get_property), (add_range),
3404         (adjustment_changed_cb):
3405         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
3406         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
3407         we were thumbnailing the entire docment on startup, slowing us
3408         down hugely. 
3409
3410 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
3411
3412         * shell/ev-page-cache.c: (ev_page_cache_new):
3413         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
3414         == 0, fixes #310306.
3415
3416 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3417
3418         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
3419         (ev_view_rotate_left):
3420
3421         Account rotation in doc_rect_to_view_rect.
3422         Ensure rotation doesnt go out of bounds.
3423
3424 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3425
3426         * shell/ev-page-cache.c: (ev_page_cache_get_size):
3427
3428         Correct and cleanup w/h swapping
3429
3430 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3431
3432         * backend/ev-document-thumbnails.c:
3433         (ev_document_thumbnails_get_thumbnail):
3434         * backend/ev-document-thumbnails.h:
3435         * backend/ev-document.c:
3436         * backend/ev-document.h:
3437         * backend/ev-render-context.c: (ev_render_context_new),
3438         (ev_render_context_set_rotation):
3439         * backend/ev-render-context.h:
3440         * pdf/ev-poppler.cc:
3441         * ps/ps-document.c: (ps_document_document_iface_init):
3442         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3443         * shell/ev-jobs.h:
3444         * shell/ev-page-cache.c: (build_height_to_page),
3445         (ev_page_cache_new), (ev_page_cache_get_size),
3446         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3447         (ev_page_cache_get_height_to_page):
3448         * shell/ev-page-cache.h:
3449         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3450         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
3451         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
3452         (ev_pixbuf_cache_get_selection_pixbuf):
3453         * shell/ev-pixbuf-cache.h:
3454         * shell/ev-print-job.c: (idle_print_handler):
3455         * shell/ev-sidebar-thumbnails.c: (add_range):
3456         * shell/ev-view.c: (view_update_range_and_current_page),
3457         (get_page_y_offset), (get_page_extents),
3458         (ev_view_size_request_continuous_dual_page),
3459         (ev_view_size_request_continuous),
3460         (ev_view_size_request_dual_page),
3461         (ev_view_size_request_single_page), (draw_one_page),
3462         (ev_view_set_rotation), (ev_view_rotate_right),
3463         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
3464         (ev_view_zoom_for_size_continuous_and_dual_page),
3465         (ev_view_zoom_for_size_continuous),
3466         (ev_view_zoom_for_size_dual_page),
3467         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
3468         (ev_view_select_all):
3469         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3470         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
3471         (tiff_document_document_iface_init),
3472         (tiff_document_thumbnails_get_thumbnail):
3473
3474         Use rotation rather than orientation. It's easier and enough
3475         for our needs.
3476
3477 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3478
3479         * shell/ev-page-cache.c: (build_height_to_page),
3480         (ev_page_cache_new), (ev_page_cache_get_size),
3481         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3482         (ev_page_cache_get_height_to_page):
3483         * shell/ev-page-cache.h:
3484         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
3485         (ev_view_size_request_continuous_dual_page),
3486         (ev_view_size_request_continuous),
3487         (ev_view_zoom_for_size_continuous_and_dual_page),
3488         (ev_view_zoom_for_size_continuous):
3489
3490         Make the page cache aware of page orientation.
3491
3492 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3493
3494         * backend/ev-document-thumbnails.c:
3495         (ev_document_thumbnails_get_thumbnail):
3496         * backend/ev-document-thumbnails.h:
3497         * backend/ev-document.c:
3498         * backend/ev-document.h:
3499         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
3500         * backend/ev-ps-exporter.h:
3501         * pdf/ev-poppler.cc:
3502         * ps/ps-document.c: (ps_document_document_iface_init),
3503         (ps_document_ps_export_do_page):
3504         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3505         * shell/ev-jobs.h:
3506         * shell/ev-page-cache.c: (ev_page_cache_get_size),
3507         (ev_page_cache_get):
3508         * shell/ev-page-cache.h:
3509         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3510         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
3511         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
3512         * shell/ev-pixbuf-cache.h:
3513         * shell/ev-print-job.c: (idle_print_handler):
3514         * shell/ev-sidebar-thumbnails.c: (add_range):
3515         * shell/ev-view.c: (view_update_range_and_current_page),
3516         (get_page_extents), (ev_view_size_request_dual_page),
3517         (ev_view_size_request_single_page), (draw_one_page),
3518         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
3519         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
3520         (ev_view_zoom_for_size_dual_page),
3521         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
3522         (ev_view_select_all):
3523         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3524         * tiff/tiff-document.c: (tiff_document_get_page_size),
3525         (tiff_document_get_orientation), (rotate_pixbuf),
3526         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
3527         (tiff_document_thumbnails_get_thumbnail),
3528         (tiff_document_ps_export_do_page), (tiff_document_init):
3529
3530         Really make use of the orientation bit of the render context.
3531         Use the render context in a few more places in the backend API.
3532         This regress orientation, but now it's done right. Will try to
3533         fix it up asap...
3534
3535 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3536
3537         * shell/ev-view.c: (ensure_rectangle_is_visible):
3538
3539         Patch by Nickolay V. Shmyrev to fix find flickering
3540
3541 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
3542
3543         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
3544         duplex parameters to ::begin.
3545
3546         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
3547         * shell/ev-print-job.c (idle_print_handler): 
3548         * ps/ps-document.c (ps_document_ps_export_begin): 
3549         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
3550         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
3551         implementations. Poppler backend needs poppler cvs. Rest has
3552         unchanged behavior.
3553
3554 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
3555
3556         * shell/ev-window.c (using_pdf_printer): new function.
3557         (ev_window_print_range): print a less techy message if someone
3558         tries to print to PDF.
3559
3560 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
3561
3562         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
3563         from "unknown font" string. Bug #311431
3564
3565 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
3566
3567         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
3568
3569 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
3570
3571         Bug #311280
3572         
3573         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
3574         name for PopplerFontTypes
3575         (pdf_document_fonts_fill_model): add font type to the detail column
3576
3577         * backend/ev-document-fonts.h: added
3578         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
3579
3580         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
3581         font name and font details, add a little markup.
3582         (ev_properties_fonts_init): use the new cell data func, specify ypad
3583         property for the cell renderer.
3584         (ev_properties_fonts_set_document): add the details column.
3585
3586 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
3587
3588         * configure.ac: Added "pl" to ALL_LINGUAS.
3589
3590 2005-07-24  Danilo Šegan  <danilo@gnome.org>
3591
3592         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3593
3594 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
3595
3596         * help/ChangeLog: Started this for translations of manual.
3597         * configure.ac, autogen.sh, .cvsignore: Migrated to
3598         gnome-doc-utils. Patch in bug #311222.
3599
3600 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
3601
3602         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
3603         #ifdef this away to fix an unused-function warning.
3604
3605 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
3606
3607         * configure.ac: Added 'gl' to ALL_LINGUAS.
3608
3609 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
3610
3611         * configure.ac: Added ne in ALL_LINGUAS
3612         
3613 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3614
3615         * shell/ev-view.c: (ev_view_leave_notify_event):
3616         
3617         Clear status message when pointer leaves view. Fix for bug
3618         #310818 
3619
3620 2005-07-20 Ankit Patel <ankit644@yahoo.com>
3621
3622         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
3623
3624 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3625
3626         * shell/ev-view.c: (ev_view_leave_notify_event),
3627         (ev_view_class_init):
3628         
3629         Set cursor to normal then leaving view.
3630
3631 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3632
3633         * configure.ac:
3634         
3635         Fix required djvulibre version.
3636
3637 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
3638
3639         *configure.ac: Hindi (hi) language added
3640
3641 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
3642
3643         *configure.ac: Punjabi (pa) Language added
3644
3645 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3646
3647         * data/evince-ui.xml, shell/ev-window.c:
3648         
3649         Add keypad accelerators for zooming. Fix for bug 308128.
3650
3651 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3652
3653         * Makefile.am:
3654         * backend/Makefile.am:
3655         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
3656         * configure.ac:
3657         * shell/ev-document-types.c: (ev_document_types_add_filters):
3658
3659         Allow to enable/disable the pixbuf backend.
3660         Default to off for now. If we want it enabled we should
3661         really put mime types in the desktop, implement properties etc.
3662
3663         * properties/evince-properties.c:
3664
3665         Initialize error to NULL.
3666         Check error is not NULL before freeing.
3667
3668 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3669
3670         * shell/ev-window.c:
3671
3672         Use F5 as presentation accell
3673
3674 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3675
3676         * shell/ev-window.c: (update_chrome_visibility),
3677         (ev_window_create_fullscreen_popup), (ev_window_init):
3678
3679         Do not leak the fullscreen toolbar
3680
3681 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3682
3683         * shell/ev-window.c: (view_actions_focus_in_cb),
3684         (view_actions_focus_out_cb):
3685
3686         These has a return value! Fix totally random focus
3687         issues we was seeing.
3688
3689 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * shell/main.c: (load_files_remote):
3692
3693         Allow open more than one file
3694
3695 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3696
3697         * shell/main.c: (load_files_remote):
3698
3699         Fix for dbus 0.33. bug #309975
3700
3701 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3702
3703         * properties/ev-properties-main.c: (ev_properties_get_pages):
3704
3705         Actually return NULL for types we dont support
3706
3707 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
3708
3709         * po/POTFILES.in:
3710
3711         Remove empty lines.
3712
3713 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
3714
3715         * backend/ev-document-factory.c:
3716         (ev_document_factory_get_document):
3717
3718         Do not try to create the object if type
3719         is invalid.
3720
3721 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3722
3723         * ps/ps-document.c: (ps_document_dispose),
3724         (ps_async_renderer_render_pixbuf):
3725         * ps/ps-document.h:
3726
3727         Do not leak the target window
3728
3729 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3730
3731         * shell/ev-application.c: (ev_application_init):
3732
3733         Let tbe check file existence for us.
3734         Add a comment about eggrecent mime filter.
3735
3736 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3737
3738         * data/evince-ui.xml:
3739         * shell/ev-application.c: (ev_application_shutdown),
3740         (ev_application_init), (ev_application_get_toolbars_model),
3741         (ev_application_get_recent_model),
3742         (ev_application_save_toolbars_model):
3743         * shell/ev-application.h:
3744         * shell/ev-window.c: (ev_window_add_recent),
3745         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
3746         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
3747         (ev_window_init):
3748
3749         Use common toolbar and recent models for all windows.
3750         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
3753
3754         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
3755         successfully check for gtk_icon_view_get_visible_range.
3756
3757 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * djvu/Makefile.am:
3760         * dvi/Makefile.am:
3761         
3762         Fix djvu and dvi backend build.
3763
3764 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
3765
3766         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
3767         (new_separator_pixbuf):
3768
3769         Don't leak windows.
3770
3771 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
3772
3773         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
3774
3775         HIGification of toolbar editor dialogue.
3776
3777 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3778
3779         * configure.ac:
3780         * shell/Makefile.am:
3781
3782         Ever build metadata manager since it's just
3783         disabled at runtime now.
3784
3785 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3786
3787         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3788         (ev_metadata_manager_get), (ev_metadata_manager_set):
3789         * shell/ev-metadata-manager.h:
3790
3791         Add an _init functions that enabled metadata management
3792         at runtime.
3793
3794         * shell/ev-window.c: (page_changed_cb),
3795         (setup_document_from_metadata), (ev_window_setup_document),
3796         (setup_view_from_metadata), (ev_window_open_uri),
3797         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3798         (ev_window_run_presentation), (ev_window_stop_presentation),
3799         (save_sizing_mode), (ev_window_zoom_changed_cb),
3800         (ev_window_continuous_changed_cb),
3801         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
3802         (window_configure_event_cb):
3803
3804         Remove all ugly metadata define since we deal with it
3805         at runtime now.
3806
3807         * shell/main.c: (load_files_remote), (main):
3808
3809         Add support for dbus cvs head. Hopefully didnt break one
3810         of the other versions now!
3811
3812         If we dont get a response from the dbus server just
3813         give up with it and not enable metadata.
3814
3815 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3816
3817         * Makefile.am:
3818         * backend/Makefile.am:
3819         * configure.ac:
3820         * cut-n-paste/recent-files/Makefile.am:
3821         * cut-n-paste/toolbar-editor/Makefile.am:
3822         * cut-n-paste/zoom-control/Makefile.am:
3823         * lib/Makefile.am:
3824         * pdf/Makefile.am:
3825         * pixbuf/Makefile.am:
3826         * properties/Makefile.am:
3827         * ps/Makefile.am:
3828         * shell/Makefile.am:
3829         * thumbnailer/Makefile.am:
3830         * tiff/Makefile.am:
3831
3832         Make frontends depend on just libev.
3833         Rework and group CFLAGS/LIBS definitions.
3834         Cleanups.
3835
3836 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3837
3838         * shell/ev-window:
3839
3840         do not unnecessarily save zoom
3841
3842         * configure.ac:
3843         * lib/ev-file-helpers.c: (ev_dot_dir):
3844         * shell/Makefile.am:
3845         * shell/dummy.cc:
3846
3847         Some cleanups
3848
3849 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3850
3851         * configure.ac:
3852         
3853         Remove unnecessary dependencies
3854
3855 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3856
3857         * properties/Makefile.am:
3858         * thumbnailer/Makefile.am:
3859         * tiff/Makefile.am:
3860
3861         Some more cleanups. Was really necessary
3862         but I probably introduced bugs, feel free
3863         to flame :)
3864
3865 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3866
3867         * backend/Makefile.am:
3868         * configure.ac:
3869         * cut-n-paste/recent-files/Makefile.am:
3870         * cut-n-paste/toolbar-editor/Makefile.am:
3871         * cut-n-paste/zoom-control/Makefile.am:
3872         * lib/Makefile.am:
3873         * pdf/Makefile.am:
3874         * pixbuf/Makefile.am:
3875         * properties/Makefile.am:
3876         * ps/Makefile.am:
3877         * shell/Makefile.am:
3878         * thumbnailer/Makefile.am:
3879         * tiff/Makefile.am:
3880
3881         Use gnome-common macros when possible.
3882         Cleanup dependencies.
3883         Actually disable deprecated where possible.
3884
3885 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3886
3887         * Makefile.am:
3888         * backend/Makefile.am:
3889         * properties/Makefile.am:
3890         * shell/Makefile.am:
3891         * thumbnailer/Makefile.am:
3892
3893         This should solve the circular dep without
3894         requiring dir reorg!
3895
3896         * shell/ev-window.c: (setup_view_from_metadata):
3897
3898         Never restore window size/position when the
3899         window is already visible.
3900
3901 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
3902
3903         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
3904
3905         Return a boolean from timeout func. Fix ported from gedit.
3906
3907 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
3908
3909         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
3910
3911 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * shell/ev-document-types.c: set "All Documents" as default filter in
3914         open dialog
3915
3916 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
3917
3918         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
3919         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
3920         (ev_metadata_manager_set_boolean): fix value/val thinko.
3921
3922 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
3923
3924         * shell/ev-window.c: (setup_view_from_metadata),
3925         (window_state_event_cb), (window_configure_event_cb),
3926         (ev_window_init):
3927
3928         Remember window position and maximized state
3929
3930 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
3931
3932         * configure.ac:
3933
3934         Fix DBUS configure checks.
3935
3936         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
3937         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
3938         (ev_metadata_manager_set_boolean):
3939
3940         Plug mem leaks.
3941
3942         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
3943         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3944         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
3945         (ev_window_continuous_changed_cb),
3946         (ev_window_dual_mode_changed_cb), (ev_window_new):
3947
3948         Fix the build without DBUS.
3949
3950 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
3951
3952         * shell/ev-metadata-manager.c: (parse_value), (save_values),
3953         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
3954         (ev_metadata_manager_set_string),
3955         (ev_metadata_manager_set_boolean):
3956         * shell/ev-metadata-manager.h:
3957
3958         Add support for some more types
3959
3960         * shell/ev-view.c: (scroll_to_current_page),
3961         (ev_view_get_continuous), (ev_view_set_continuous),
3962         (ev_view_get_dual_page):
3963         * shell/ev-view.h:
3964         * shell/ev-window.c: (page_changed_cb),
3965         (setup_document_from_metadata), (ev_window_setup_document),
3966         (setup_view_from_metadata), (ev_window_open_uri),
3967         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3968         (ev_window_run_presentation), (ev_window_stop_presentation),
3969         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
3970         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
3971         (ev_window_update_dual_page_action),
3972         (ev_window_continuous_changed_cb),
3973         (ev_window_dual_mode_changed_cb), (ev_window_init):
3974
3975         Remember a bunch of view/document properties. Prolly some
3976         are still missing but it's getting interesting.
3977
3978 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
3979
3980         * configure.ac: check if dbus-binding-tool is installed. Not the
3981         case on current Ubuntu breezy, it seems.
3982
3983 2005-07-05  Luca Ferretti <elle.uca@libero.it>
3984
3985         * data/evince.desktop.in.in:
3986         
3987         Allow open uri lists and add TryExec field.
3988
3989 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3990
3991         * configure.ac:
3992
3993         Enable dbus when available, do not require a configure
3994         option.
3995
3996 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
3997
3998         * configure.ac:
3999
4000         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
4001         disabled.
4002
4003 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4004         Marco Pesenti Gritti  <mpg@redhat.com>
4005
4006         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
4007         
4008         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
4009         functions to the format required by dbus
4010
4011         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
4012         errors. Use the RPC parameters in the expected way
4013
4014 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4015
4016         * Makefile.am:
4017         * properties/Makefile.am:
4018         * properties/ev-properties-main.c: (ev_properties_get_pages):
4019
4020         Support all mime types
4021
4022         * shell/Makefile.am:
4023         * thumbnailer/Makefile.am:
4024         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
4025         (evince_thumbnail_pngenc_get):
4026
4027         Use the document factory
4028
4029 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4030
4031         * backend/Makefile.am:
4032         * backend/ev-document-factory.c:
4033         (mime_type_supported_by_gdk_pixbuf),
4034         (ev_document_type_get_from_mime),
4035         (ev_document_factory_get_document),
4036         (ev_document_factory_get_backend),
4037         (ev_document_factory_get_mime_types),
4038         (ev_document_factory_get_all_mime_types):
4039         * backend/ev-document-factory.h:
4040         * shell/Makefile.am:
4041         * shell/ev-document-types.c: (get_document_from_uri),
4042         (ev_document_types_get_document),
4043         (file_filter_add_mime_list_and_free),
4044         (ev_document_types_add_filters):
4045         * shell/ev-document-types.h:
4046         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4047         * shell/ev-properties-dialog.c:
4048         (ev_properties_dialog_set_document):
4049         * shell/ev-window.c: (ev_window_cmd_file_open),
4050         (ev_window_cmd_save_as):
4051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4052
4053         Rework document types managing to avoid code duplication
4054         and actually abstract from backend implementations.
4055         Also provide a minimal factory api that can be used by
4056         thumbnailer/properties.
4057
4058 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
4059
4060         * properties/ev-properties-view.c: (ev_properties_view_set_info):
4061         Plug a mem leak.
4062         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4063         HIG spacings.
4064
4065 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4066
4067         * shell/ev-properties-dialog.c
4068         (ev_properties_dialog_set_document): only call
4069         ev_properties_fonts_set_document() if the document implements the
4070         fonts interface
4071
4072 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4073
4074         * configure.ac:
4075         * properties/Makefile.am:
4076         * properties/ev-properties-view.c:
4077         (ev_properties_view_register_type):
4078         * properties/ev-properties-view.h:
4079         * properties/ev-properties-main.h:
4080
4081         Implement nautilus plugin for properties.
4082         Works only for pdf atm, I need to rework the
4083         document types stuff to get this to work
4084         for all backends...
4085
4086 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
4087
4088         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
4089         (ev_properties_fonts_set_document): use
4090         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
4091
4092 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4093
4094         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
4095         them
4096         (PlaceImage, tiff2ps_process_page): use
4097         g_ascii_dtostr to convert floats to strings in a locale-safe way.
4098
4099
4100 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
4101
4102         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
4103         (main): to call gnome_authentication_manager_init. Should fix
4104         Bug #308510
4105
4106         * configure.ac: that requires libgnomeui 2.6.0.
4107
4108 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4109
4110         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
4111         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
4112         use the new tiff2ps interfaces
4113
4114         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
4115         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
4116
4117         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
4118         structure instead of global variables.  Remove use of static
4119         variables in functions.
4120
4121 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
4122
4123         * shell/ev-page-action.c: unref the completion after setting it to the
4124         entry
4125
4126 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4127
4128         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
4129         postscript files
4130
4131 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4132
4133         * shell/ev-window.c (update_action_sensitivity): disable
4134         File->Print if the document does not implement the ps exporter
4135         interface
4136
4137 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
4138
4139         * Makefile.am:
4140         * configure.ac:
4141         * data/evince-properties.glade:
4142         * properties/.cvsignore:
4143         * properties/Makefile.am:
4144         * properties/ev-properties-view.c: (ev_properties_view_dispose),
4145         (ev_properties_view_class_init), (ev_properties_view_format_date),
4146         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
4147         (ev_properties_view_init), (ev_properties_view_new):
4148         * properties/ev-properties-view.h:
4149         * shell/Makefile.am:
4150         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
4151         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
4152         (ev_properties_dialog_new):
4153         * shell/ev-properties-dialog.h:
4154         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4155         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
4156         (update_progress_label), (job_fonts_finished_cb),
4157         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
4158         * shell/ev-properties-fonts.h:
4159         * shell/ev-properties.c:
4160         * shell/ev-properties.h:
4161         * shell/ev-window.c: (ev_window_setup_document),
4162         (ev_window_cmd_file_properties):
4163
4164         Split the properties pages in two different objects, depend
4165         only on the backend where possible, use widgets instead
4166         of gobject for the glade part, reimplement the dialog
4167         itself with gtk.
4168         I need this to implement nautilus properties page.
4169
4170 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
4171
4172         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
4173         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
4174         (tiff_document_document_ps_exporter_iface_init): implement the ps
4175         exporter interface for tiff documents
4176
4177         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
4178         libtiff to implement TIFF postscript export
4179
4180         * tiff/tiff2ps.h: added a header file for external tiff2ps
4181         functions.
4182
4183         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
4184         tiff2ps.h
4185
4186 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * shell/ev-view.c: (scroll_to_current_page),
4189         (ev_view_set_fullscreen), (ev_view_set_presentation):
4190         
4191         Scroll to current page when exit from presentation
4192
4193 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4194
4195         * shell/ev-window.c: (update_document_mode),
4196         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4197         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
4198         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
4199         
4200         Exit from fullscreen mode when switch to presentation. Fix for
4201         bug 309365
4202
4203 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
4204
4205         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
4206         return NULL if the document does not implement the selection
4207         interface.
4208
4209 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
4210
4211         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
4212         reported height by using the resolution aspect ratio
4213         (tiff_document_render_pixbuf): scale the pixbuf using the
4214         resolution aspect ratio
4215
4216 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4217
4218         * configure.ac:
4219         
4220         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
4221         <kiltedaco@gmail.com>
4222         
4223         * djvu/djvu-document.c: (djvu_document_get_orientation),
4224         (djvu_document_set_orientation), (djvu_document_get_page_size),
4225         (rotate_pixbuf), (djvu_document_render_pixbuf),
4226         (djvu_document_document_iface_init):
4227         * dvi/dvi-document.c: (dvi_document_get_orientation),
4228         (dvi_document_set_orientation), (dvi_document_get_page_size),
4229         (rotate_pixbuf), (dvi_document_render_pixbuf),
4230         (dvi_document_document_iface_init):
4231         
4232         Dvi and djvu backends are ported to new API
4233
4234 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
4235
4236         * backend/ev-selection.c: (ev_selection_get_selection_region),
4237         (ev_selection_get_selection_map):
4238         * backend/ev-selection.h:
4239         * pdf/ev-poppler.cc:
4240         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4241         * shell/ev-jobs.h:
4242         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4243         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4244         (ev_pixbuf_cache_get_text_mapping):
4245         * shell/ev-pixbuf-cache.h:
4246         * shell/ev-view.c: (location_in_text),
4247         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
4248         support to EvView.  Now we can see where we can select!  Sweet!
4249
4250 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
4251
4252         * shell/ev-view.c (ev_view_button_press_event): Fix
4253         event->y + view->scroll_x typo.
4254
4255 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
4256
4257         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
4258         sub-GdkPixbuf instead of passing dest_x and dest_y.
4259         
4260         * shell/ev-view.c: (view_point_to_doc_point),
4261         (view_rect_to_doc_rect), (ev_view_button_press_event),
4262         (ev_view_motion_notify_event), (compute_new_selection_rect),
4263         (gdk_rectangle_point_in), (compute_new_selection_text),
4264         (compute_selections): Update selection code to keep the selection
4265         around as two points and not as a normalized rectangle, and fix
4266         page level selection in two-column mode.
4267
4268 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
4269
4270         * shell/ev-window.c: (window_configure_event_cb): 
4271         
4272         Fix compilation
4273         
4274 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
4275
4276         * pdf/ev-poppler.cc:
4277
4278         Fix compilation
4279
4280 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
4281
4282         * shell/Makefile.am:
4283         * shell/ev-metadata-manager.c: (item_free),
4284         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4285         (parse_value), (parseItem), (load_values),
4286         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
4287         (save_values), (save_item), (get_oldest), (resize_items),
4288         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
4289         * shell/ev-metadata-manager.h:
4290
4291         Metadata manager from gedit but modified to use GValue, so that
4292         we dont need to keep converting from strings.
4293
4294         * configure.ac:
4295
4296         ENABLE_METADATA conditional, on when dbus is on
4297
4298         * shell/ev-application.c: (ev_application_open_uri):
4299
4300         Show the window after load so that we can initialize
4301         window size before it's showed.
4302
4303         * shell/ev-window.c: (ev_window_setup_from_metadata),
4304         (ev_window_open_uri), (window_configure_event_cb),
4305         (ev_window_init):
4306
4307         Save and load metadata information about window size.
4308         Not yet keeping states in account.
4309
4310         * shell/main.c: (main):
4311
4312         Shutdown metadata manager.
4313
4314 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4315
4316         * shell/ev-application-service.xml:
4317         * configure.ac:
4318         * shell/Makefile.am:
4319         * shell/ev-application.c:
4320         * shell/ev-application.h:
4321         * shell/ev-window.c:
4322         * shell/ev-window.h:
4323         * shell/main.c:
4324
4325         Add an optional dbus interface (--enable-dbus).
4326         Rework application code, mainly to be easier to
4327         use "remotely".
4328         Do not open multiple windows with the same document,
4329         spatial evince!
4330
4331 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
4332
4333         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
4334         pixbuf iff it exists.
4335
4336 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
4337
4338         * shell/*:
4339         * backend/ev-render-context.[ch]:
4340         * backend/ev-selection.[ch]:
4341
4342         Massive changes.  We now support text selection of pdfs, and not
4343         just rectangular selection.  This is pretty broken still, but I
4344         want to get something into CVS.
4345
4346 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * pdf/ev-poppler.cc:
4349         
4350         Fix for Bug 309080: crash on window close.
4351         
4352         * shell/ev-page-action.c: (page_changed_cb):
4353         
4354         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
4355         jensgr@gmx.net (Jens Granseuer).
4356
4357 2005-06-25  Marcel Telka  <marcel@telka.sk>
4358
4359         * configure.in (ALL_LINGUAS): Added sk.
4360
4361 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
4364         not a document open
4365
4366 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4367
4368         * NEWS:
4369         * configure.ac:
4370
4371         Release 0.3.2
4372
4373         * cut-n-paste/recent-files/Makefile.am:
4374
4375         Fix make distcheck
4376
4377 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4378
4379         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
4380         (pixbuf_document_set_orientation), (rotate_pixbuf),
4381         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
4382         (pixbuf_document_document_iface_init), (pixbuf_document_init):
4383
4384         Implement rotation and cleanup the code a bit.
4385
4386         * tiff/tiff-document.c: (tiff_document_get_page_size),
4387         (tiff_document_get_orientation), (tiff_document_set_orientation),
4388         (rotate_pixbuf), (tiff_document_render_pixbuf),
4389         (tiff_document_document_iface_init), (tiff_document_init):
4390
4391         Implement rotation. Was the quicker solution for the release
4392         but we really need to share this code in the shell.
4393
4394 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4395
4396         * pdf/ev-poppler.cc:
4397
4398         Enable rotation, require poppler cvs. Fix a leak.
4399
4400 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4401
4402         * shell/ev-window.c: (update_action_sensitivity):
4403         
4404         Make properties unsensitive if document backend doesn't provide
4405         any info
4406
4407 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4408
4409         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
4410         (bitmap_flip_horizontally), (bitmap_flip_vertically),
4411         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
4412         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
4413         (bitmap_flip_rotate_counter_clockwise):
4414         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
4415         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
4416         (buff_gets):
4417         * dvi/mdvi-lib/common.h:
4418         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
4419         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
4420         (opendvi), (mdvi_reload), (mdvi_init_context),
4421         (mdvi_destroy_context), (mdvi_dopage), (special):
4422         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
4423         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
4424         (file_hash_free), (register_encoding), (parse_spec),
4425         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
4426         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
4427         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
4428         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
4429         (mdvi_register_font_type), (mdvi_unregister_font_type),
4430         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
4431         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
4432         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
4433         (mdvi_hash_destroy_key), (mdvi_hash_reset):
4434         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
4435         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
4436         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
4437         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
4438         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
4439         * dvi/mdvi-lib/special.c: (mdvi_register_special),
4440         (mdvi_unregister_special), (mdvi_flush_specials):
4441         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
4442         (t1_font_remove):
4443         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
4444         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
4445         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
4446         (free_font_metrics), (flush_font_metrics):
4447         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
4448         (tt_font_remove):
4449         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
4450         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
4451         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
4452         (dstring_insert), (dstring_new), (dstring_reset):
4453         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
4454         
4455         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
4456         avoid conflict with libtool on FC4
4457         
4458         * shell/ev-window.c: (ev_window_cmd_help_about):
4459         
4460         Update copyright year. Fix for bug 308828.
4461
4462 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4463
4464         * shell/ev-view.c: (add_scroll_binding_keypad),
4465         (ev_view_binding_activated), (ev_view_class_init),
4466         (on_adjustment_value_changed):
4467         
4468         Bug 170874: Arrow keys switch pages in presentation mode
4469
4470 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4473         
4474         Fix for Bug 308265: Sidebar dissappears coming out of 
4475         Presentation mode
4476
4477 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4478
4479         * shell/ev-application.c: (ev_application_open):
4480         * shell/ev-document-types.c: (ev_document_types_add_filters),
4481         (ev_document_types_add_filters_for_type):
4482         * shell/ev-document-types.h:
4483         * shell/ev-window.c: (ev_window_cmd_save_as):
4484         
4485         Suggest basename as template when saving, provide filters
4486         for save dialog. It's bug 308402
4487
4488 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * pdf/ev-poppler.cc:
4491         * shell/ev-sidebar-links.c: (job_finished_callback):
4492         * shell/ev-view.c: (update_find_status_message):
4493         
4494         Some leaks fixed
4495
4496 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
4497
4498         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4499         (egg_recent_view_uimanager_set_list):
4500
4501         Fix buglet in !show_numbers case.
4502
4503 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
4504
4505         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4506         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
4507
4508         Use pango ellipsisation.
4509
4510         * pdf/ev-poppler.cc:
4511
4512         Fix refcount leak, from nsh.
4513
4514 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4515
4516         * cut-n-paste/recent-files/Makefile.am:
4517         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4518         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
4519         
4520         Removed EggRecentViewGtk
4521         
4522         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4523         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4524         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
4525         (ev_window_setup_recent):
4526         
4527         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
4528         with other projects
4529
4530 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4533         (egg_recent_view_gtk_finalize):
4534
4535         Fix memory leak
4536
4537         * cut-n-paste/toolbar-editor/Makefile.am:
4538         
4539         Fix location of cursor icon.
4540         
4541         * pdf/ev-poppler.cc:
4542         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
4543         (display_completion_text), (match_completion):
4544         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4545         (selection_changed_callback), (create_loading_model),
4546         (print_section_cb), (links_page_num_func),
4547         (update_page_callback_foreach):
4548         * shell/ev-window.c: (ev_window_dispose):
4549         
4550         Small memory fixes. Links model now store objects instead
4551         of pointers to improve memory management. 
4552
4553 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4554
4555         * shell/ev-window.c: (zoom_control_changed_cb):
4556         
4557         Fix update of zoom control (bug 308268).
4558
4559 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
4560
4561         * shell/ev-properties.c (set_property): escape the text correctly.
4562         Handles non-UTF-8 properties and escaped properties.  Also, sets
4563         the text to "<i>None</i>" if the property isn't set.
4564
4565         * data/evince-properties.glade: Change the label to be ellipsized,
4566         and give it a minimum size.
4567
4568 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
4571         * shell/ev-sidebar-links.c: (create_loading_model):
4572         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4573         * shell/ev-view.c: (ev_view_set_document):
4574         * shell/ev-window.c: (ev_window_dispose):
4575         
4576         Various small fixes, mostly memory leaks. Thanks to valgrind.
4577
4578 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
4579
4580         * ps/ps-document.c: remove the locale.h include again ;-). And
4581         kill the (bogus) setlocale/savelocale business.
4582
4583 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
4584
4585         * ps/ps-document.c:
4586         
4587         Include locale.h to fix build
4588         
4589         * shell/ev-sidebar.c:
4590         
4591         Remove unnecessary includes
4592
4593 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4594
4595         * dvi/dvi-document.c: (dvi_document_load):
4596         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
4597         * po/POTFILES.in:
4598         
4599         Check for incorrect dvi files. Fix parsing dvi on AMD64
4600         platform. Thanks to tester@tester.ca (Olivier Crete).
4601
4602 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * shell/ev-page-action.c: (match_selected_cb),
4605         (display_completion_text), (match_completion), (update_model):
4606         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4607         (expand_open_links):
4608         * shell/ev-sidebar.c: (ev_sidebar_destroy),
4609         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
4610         (ev_sidebar_set_document):
4611         * shell/ev-window.c: (ev_window_xfer_job_cb),
4612         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
4613         
4614         Fixed lot's of memory leaks, for example, memory leak on reload, 
4615         described in bug 307793.
4616
4617 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
4618
4619         * pdf/ev-poppler.cc:
4620         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
4621         (update_visible_range), (adjustment_changed_cb),
4622         (ev_sidebar_thumbnails_fill_model),
4623         (ev_sidebar_thumbnails_refresh),
4624         (ev_sidebar_tree_selection_changed),
4625         (ev_sidebar_icon_selection_changed),
4626         (ev_sidebar_thumbnails_use_icon_view),
4627         (ev_sidebar_thumbnails_set_document):
4628         * shell/ev-sidebar-thumbnails.h:
4629         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4630         (ev_window_cmd_edit_rotate_right), (ev_window_init):
4631
4632         Refresh thumbnails when changing orientation. Not fully
4633         working yet becuase of a sidebar bug.
4634
4635         Set page orientation to poppler page everywhere. This sucks
4636         really need to fix poppler.
4637
4638 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
4639
4640         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4641         (egg_recent_view_gtk_new_menu_item),
4642         (egg_recent_view_gtk_set_property),
4643         (egg_recent_view_gtk_get_property),
4644         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
4645         (egg_recent_view_gtk_set_tooltip_func),
4646         (egg_recent_view_gtk_set_label_width),
4647         (egg_recent_view_gtk_get_label_width):
4648         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
4649
4650         Sync with libegg (ellipsize labels)
4651
4652 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * data/evince-ui.xml:
4655         * shell/ev-window.c: (ev_window_cmd_go_forward),
4656         (ev_window_cmd_go_backward):
4657         
4658         Shift + PageUp moves 10 Pages. Fix for 306125
4659
4660 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4661
4662         * pdf/ev-poppler.cc:
4663
4664         Add a flag to check if orientation has been overriden
4665
4666 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
4667
4668         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
4669         field if necessary.
4670
4671         * ps/ps.h: add creator field to document.
4672
4673         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
4674         set creator field.
4675
4676 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4677
4678         * data/evince-properties.glade:
4679         * shell/ev-properties.c: (ev_properties_set_document):
4680
4681         s/PDF Version/Format
4682
4683 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4684
4685         * shell/ev-properties.c: (ev_properties_set_document):
4686
4687         Remove unnecessary translations
4688
4689 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4690
4691         * cut-n-paste/toolbar-editor/Makefile.am:
4692
4693         Correct library name    
4694
4695 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4696
4697         * configure.ac:
4698         * cut-n-paste/recent-files/egg-recent-model.c:
4699         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
4700         (egg_recent_model_unlock_file):
4701         * cut-n-paste/recent-files/egg-recent-util.c:
4702         (egg_recent_util_get_unique_id):
4703         * cut-n-paste/recent-files/update-from-egg.sh:
4704         * cut-n-paste/toolbar-editor/Makefile.am:
4705         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4706         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4707         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4708         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4709         (egg_toolbars_model_get_type):
4710         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4711
4712         Better makefile for toolbar editor and update everything
4713         to latest libegg.
4714
4715 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4716
4717         * shell/ev-window.c: (update_document_mode):
4718
4719         Prefer presentation mode when the document
4720         require fullscreen.
4721
4722 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4723
4724         * data/evince-ui.xml:
4725         * shell/ev-window.c:
4726
4727         Add control-equal for zooming
4728
4729 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4730
4731         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
4732
4733 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
4734
4735         * backend/ev-document.c: (ev_document_get_orientation):
4736         * backend/ev-document.h:
4737         * pdf/ev-poppler.cc:
4738         * ps/ps-document.c: (ps_document_get_orientation),
4739         (ps_document_set_orientation), (ps_document_document_iface_init):
4740
4741         Add a get_orientation api. Improve set_orientation.
4742
4743         * data/evince-ui.xml:
4744         * shell/ev-view.c: (ev_view_set_orientation),
4745         (ev_view_rotate_right), (ev_view_rotate_left):
4746         * shell/ev-view.h:
4747         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4748         (ev_window_cmd_edit_rotate_right):
4749
4750         Better ui for changing document orientation
4751
4752 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4753
4754         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
4755         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
4756         * shell/ev-sidebar-links.h:
4757         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
4758         (ev_sidebar_page_iface_init):
4759         * shell/ev-sidebar-page.h:
4760         * shell/ev-sidebar-thumbnails.c:
4761         (ev_sidebar_thumbnails_get_property),
4762         (ev_sidebar_thumbnails_class_init),
4763         (ev_sidebar_thumbnails_set_document):
4764         * shell/ev-sidebar-thumbnails.h:
4765         * shell/ev-view.c: (ev_view_motion_notify_event):
4766         * shell/ev-window.c: (update_chrome_visibility),
4767         (ev_window_cmd_focus_page_selector),
4768         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
4769         (sidebar_page_main_widget_update_cb), (ev_window_init):
4770         
4771         Autoraise toolbar on GoToPage binding and fix bindings in
4772         EvSidebarThumbnails page.
4773
4774 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
4775
4776         * shell/ev-properties.c: (update_progress_label):
4777
4778         Hide the progress label when finished; bug #307697.
4779
4780 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4781
4782         * pdf/ev-poppler.cc:
4783
4784         Enable is_open for links, you will need poppler cvs
4785
4786         * shell/ev-properties.c: (job_fonts_finished_cb):
4787
4788         Get a lock on the document when filling the tree view
4789
4790 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4791
4792         * backend/ev-document-links.h:
4793         * pdf/ev-poppler.cc:
4794         * shell/ev-sidebar-links.c: (create_loading_model),
4795         (expand_open_links), (job_finished_callback):
4796
4797         Expand links when specified by the document.
4798         Depend on a poppler api (defined out for now)
4799
4800 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4801
4802         * shell/ev-properties.c: (ev_properties_dispose),
4803         (ev_properties_class_init), (dialog_destroy_cb),
4804         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
4805         (ev_properties_set_document), (ev_properties_new),
4806         (ev_properties_show):
4807         * shell/ev-properties.h:
4808
4809         Make it an object, cleanup the code, api to show it as transient
4810         and to set the document.
4811
4812         * shell/ev-window.c: (ev_window_setup_document),
4813         (ev_window_cmd_file_properties):
4814
4815         Adapt to EvProperties changes, do not show multiple
4816         times, update it when document changes.
4817
4818 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
4819
4820         * ps/gstypes.h:
4821         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
4822         (ps_document_set_orientation), (ps_document_document_iface_init):
4823         * ps/ps-document.h:
4824
4825         Implement orientation here too
4826
4827         * shell/ev-properties.c: (ev_properties_new):
4828         * data/evince-properties.glade:
4829
4830         Hide the fonts page for backends that doesnt
4831         support it.     
4832
4833 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
4834
4835         * backend/ev-document.c: (ev_document_set_orientation):
4836         * backend/ev-document.h:
4837         * pdf/ev-poppler.cc:
4838
4839         Add orientation api. Currently poppler api is not optimal,
4840         we need to set orientation every time we _get a page.
4841         I will try to fix that at some point.
4842
4843         * data/evince-ui.xml:
4844         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
4845         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
4846
4847         Add orientation menu items
4848
4849         * shell/ev-page-cache.c: (ev_page_cache_clear):
4850         * shell/ev-page-cache.h:
4851
4852         Add api to clear the cache
4853
4854         * shell/ev-view.c: (setup_caches), (clear_caches),
4855         (ev_view_set_document), (ev_view_zoom_out),
4856         (ev_view_set_orientation):
4857         * shell/ev-view.h:
4858
4859         Implement orientation changing
4860
4861 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
4862
4863         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
4864         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
4865         * backend/ev-document-fonts.h:
4866
4867         Separate scan and fill so that we can incrementally fill from
4868         the main thread. Add a progress api.
4869
4870         * data/evince-properties.glade:
4871         * pdf/ev-poppler.cc:
4872         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
4873         * shell/ev-jobs.h:
4874         * shell/ev-properties.c: (update_progress_label),
4875         (job_fonts_finished_cb), (setup_fonts_view):
4876
4877         Incrementally feel the list and show the progress
4878         percentage in a label like acrobat does.
4879
4880         You are going to need poppler cvs
4881
4882 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
4883
4884         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
4885         * backend/ev-document-fonts.h:
4886         * pdf/ev-poppler.cc:
4887
4888         Make fonts model fill incrementally.
4889
4890         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4891         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4892         (ev_job_queue_remove_job):
4893         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4894         (ev_job_fonts_new), (ev_job_fonts_run):
4895         * shell/ev-jobs.h:
4896
4897         New job for fonts scanning
4898
4899         * shell/ev-properties.c: (job_fonts_finished_cb),
4900         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
4901         * shell/ev-properties.h:
4902         * shell/ev-window.c: (ev_window_cmd_file_properties):
4903
4904         Incrementally feel the treeview using the new job. Show Loading...
4905         message until scanning is completed.
4906
4907         Hopefully I didnt break the build without the poppler patch.
4908
4909 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4910
4911         * shell/ev-application.c: (ev_application_open):
4912         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
4913         (ev_document_type_get_type), (ev_document_type_lookup):
4914         * shell/ev-document-types.h:
4915         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
4916         * shell/ev-job-xfer.h:
4917         * shell/ev-window.c: (ev_window_clear_local_uri),
4918         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
4919         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
4920         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4921         
4922         Transfer remote documents to tmp directory to display them later.
4923
4924 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
4925
4926         * backend/ev-document-info.h:
4927         * shell/ev-properties.c: (ev_properties_new):
4928
4929         s/GTime*/GTime. Not sure why we was using a pointer
4930         at all there!
4931
4932 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
4933
4934         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
4935         situations.  That situation is that you're using GTK+-HEAD with
4936         the patch at #306726 is applied, and you have a document with <
4937         1500 pages in it.  It's not quite as uniformly nice as the
4938         TreeView, but should be better in the long run.
4939
4940         I'm pretty sure I guarded against breaking compilation with
4941         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
4942         I missed some.
4943
4944         * shell/ev-window.c (ev_window_init): We don't have our tree/list
4945         widget yet, so I commented that code out
4946         enable_view_actions_for_widget() for now.  Need to figure this
4947         out.
4948
4949         * shell/ev-page-action.c (match_selected_cb): emit the right
4950         signals.  Our cool C-l completion now works.
4951
4952 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * backend/Makefile.am:
4955         * backend/ev-document-fonts.c:
4956         * backend/ev-document-links.c:
4957         * backend/ev-document.c: (ev_document_load):
4958         * backend/ev-document.h:
4959         * backend/ev-job-queue.c:
4960         * backend/ev-job-queue.h:
4961         * backend/ev-jobs.c:
4962         * backend/ev-jobs.h:
4963         * backend/ev-page-cache.c:
4964         * backend/ev-page-cache.h:
4965
4966         EvPageCache and EvJobs are moved to shell.
4967
4968         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
4969         (ev_tmp_filename):
4970         * lib/ev-file-helpers.h:
4971         
4972         New helper to work with temporary files
4973         
4974         * shell/Makefile.am:
4975         * shell/ev-application.c: (ev_application_open):
4976         * shell/ev-application.h:
4977         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
4978         (remove_job_from_async_queue), (add_job_to_async_queue),
4979         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
4980         (handle_job), (search_for_jobs_unlocked),
4981         (no_jobs_available_unlocked), (ev_render_thread),
4982         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4983         (ev_job_queue_add_job), (move_job_async), (move_job),
4984         (ev_job_queue_update_job), (ev_job_queue_remove_job):
4985         * shell/ev-job-queue.h:
4986         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
4987         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
4988         * shell/ev-job-xfer.h:
4989         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
4990         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
4991         (ev_job_links_class_init), (ev_job_render_init),
4992         (ev_job_render_dispose), (ev_job_render_class_init),
4993         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
4994         (ev_job_thumbnail_class_init), (ev_job_load_init),
4995         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
4996         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
4997         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
4998         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
4999         * shell/ev-jobs.h:
5000         * shell/ev-page-action.c: (ev_page_action_set_document):
5001         * shell/ev-page-cache.c: (ev_page_cache_init),
5002         (ev_page_cache_class_init), (ev_page_cache_finalize),
5003         (ev_page_cache_new), (ev_page_cache_get_n_pages),
5004         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
5005         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
5006         (ev_page_cache_get_title), (ev_page_cache_get_size),
5007         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5008         (ev_page_cache_get_height_to_page),
5009         (ev_page_cache_get_max_label_chars),
5010         (ev_page_cache_get_page_label),
5011         (ev_page_cache_has_nonnumeric_page_labels),
5012         (ev_page_cache_get_info), (ev_page_cache_next_page),
5013         (ev_page_cache_prev_page), (ev_page_cache_get):
5014         * shell/ev-page-cache.h:
5015         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
5016         (ev_pixbuf_cache_clear_job_sizes),
5017         (ev_pixbuf_cache_add_jobs_if_needed),
5018         (ev_pixbuf_cache_set_page_range):
5019         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
5020         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
5021         * shell/ev-sidebar-thumbnails.c:
5022         (ev_sidebar_tree_selection_changed),
5023         (ev_sidebar_thumbnails_set_document):
5024         * shell/ev-statusbar.c: (ev_statusbar_destroy),
5025         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
5026         (ev_statusbar_get_context_id), (ev_statusbar_push),
5027         (ev_statusbar_pop), (ev_statusbar_set_maximized),
5028         (ev_statusbar_pulse), (ev_statusbar_show_progress),
5029         (ev_statusbar_set_progress):
5030         * shell/ev-statusbar.h:
5031         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
5032         (ev_view_find_previous):
5033         * shell/ev-window.c: (ev_window_is_empty),
5034         (ev_window_setup_document), (password_dialog_response),
5035         (ev_window_clear_jobs), (ev_window_load_job_cb),
5036         (ev_window_xfer_job_cb), (ev_window_open_uri),
5037         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
5038         (ev_window_print), (ev_window_print_range),
5039         (ev_window_state_event), (ev_window_cmd_view_reload),
5040         (menu_item_select_cb), (menu_item_deselect_cb),
5041         (view_status_changed_cb), (ev_window_dispose),
5042         (drag_data_received_cb), (ev_window_init):
5043         * shell/ev-window.h:
5044         * shell/main.c: (load_files):
5045         
5046         New statusbar to show progress on idle. Two new jobs - 
5047         xfer job and load job to load document in background. And update
5048         of page_cache clients to new location of code.
5049
5050 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
5051   
5052         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
5053         selection in open dialog. It also remembers the last visited directory 
5054         in the current session.
5055
5056 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * shell/ev-properties.c: (ev_properties_new):
5059         * shell/ev-properties.h:
5060         * shell/ev-window.c: (ev_window_cmd_file_properties):
5061         
5062         Get document info from page cache instead of document itself.
5063         This should fix crash related to race conditions described in
5064         bug 306545.
5065
5066 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
5067
5068         * ps/ps-document.c: (ps_document_init),
5069         (send_ps), (get_page_box), (output), (catchPipe), (input),
5070         (stop_interpreter), (file_length), (file_readable),
5071         (check_filecompressedb), (ps_document_enable_interpreter),
5072         (document_load), (ps_async_renderer_render_pixbuf):
5073         * ps/ps-document.h:
5074
5075         Big cleanup of the ps code
5076
5077 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
5078
5079         * backend/Makefile.am:
5080         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
5081         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
5082         * backend/ev-async-renderer.h:
5083
5084         Add an async renderer interface (method + callback) which
5085         is useful for backends like ps.
5086
5087         * backend/ev-job-queue.c: (remove_job_from_async_queue),
5088         (add_job_to_async_queue), (job_finished_cb), (handle_job),
5089         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
5090         (ev_job_queue_add_job), (move_job_async), (move_job),
5091         (ev_job_queue_update_job), (ev_job_queue_remove_job):
5092
5093         Add queues for async renderer, these are executed on the
5094         main thread.
5095
5096         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
5097         (ev_job_render_run):
5098         * backend/ev-jobs.h:
5099
5100         If the backend support async renderer interface use it.
5101
5102         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
5103         (setup_pixmap), (ps_document_get_type),
5104         (ps_async_renderer_render_pixbuf),
5105         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
5106
5107         Implement async renderer interface.
5108
5109 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
5112
5113         Cleanup links job on exit.
5114
5115 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5118         (drag_data_get_cb), (drag_data_received_cb):
5119         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5120         (drag_data_get_cb), (parse_item_list),
5121         (egg_toolbar_editor_load_actions):
5122         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5123         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
5124         (parse_item_list), (parse_toolbars):
5125         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5126         (dvi_pixbuf_put_pixel):
5127         
5128         Fix gcc 4.0 warnings
5129
5130 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5131
5132         * ps/ps-document.c: (start_interpreter):
5133
5134         Fix warning when loading ps
5135
5136 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5137
5138         * ps/ps-document.c: (output):
5139
5140         Fix crash when priting gs error messages.
5141
5142 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5143
5144         * backend/ev-page-cache.c: (_ev_page_cache_new):
5145         * backend/ev-page-cache.h:
5146
5147         Use a const to return title so that we dont double
5148         free it. Small cleanup and fix a leak.
5149
5150         * shell/ev-window.c: (update_window_title):
5151
5152         strdup value from get_title.
5153
5154 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5155
5156         * shell/ev-sidebar-links.c: (job_finished_callback),
5157         (ev_sidebar_links_set_document):
5158
5159         Cleanup the old job when changing document
5160
5161 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * shell/ev-stock-icons.c:
5164         * shell/ev-stock-icons.h:
5165         * shell/ev-window.c:
5166         
5167         Add stock icons for actions that can appear in toolbar. Fix for
5168         bug 306566.
5169
5170 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5171
5172         * backend/ev-page-cache.c: (ev_page_cache_finalize),
5173         (_ev_page_cache_new), (ev_page_cache_get_max_width),
5174         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
5175         * backend/ev-page-cache.h:
5176         * shell/ev-view.c: (scroll_to_current_page),
5177         (view_update_range_and_current_page), (get_page_y_offset),
5178         (get_page_extents), (ev_view_size_request_continuous_dual_page),
5179         (ev_view_size_request_continuous),
5180         (ev_view_zoom_for_size_continuous_and_dual_page),
5181         (ev_view_zoom_for_size_continuous):
5182         
5183         More compact EvView layout in document with pages of different size.
5184
5185 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
5186
5187         * shell/ev-window.c (ev_window_cmd_file_properties): fix
5188         compilation.
5189
5190 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * shell/ev-view.c: (view_set_adjustment_values):
5193         * shell/ev-window.c: (ev_window_cmd_file_properties):
5194         
5195         A bit different fix for rounding problem but it has no
5196         problems on startup. Make properties window transient to parent.
5197
5198 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * pdf/ev-poppler.cc:
5201         
5202         More commenting of font stuff.
5203
5204 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5205
5206         * pdf/ev-poppler.cc:
5207
5208         Comment out some more fonts stuff. Should really
5209         work without the poppler patch now.
5210
5211 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5212
5213         * pdf/ev-poppler.cc:
5214
5215         Adapt to api change
5216
5217 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5218
5219         * data/evince-properties.glade:
5220         * pdf/ev-poppler.cc:
5221         * shell/ev-properties.c: (setup_fonts_view):
5222
5223         Set the column title. Show the dialog only
5224         once everything is setup.
5225         Getting font info can be very slow... will
5226         prolly need to make this threaded too.
5227
5228 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5229
5230         * backend/Makefile.am:
5231         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
5232         (ev_document_fonts_get_fonts_model):
5233         * backend/ev-document-fonts.h:
5234         * data/evince-properties.glade:
5235         * pdf/ev-poppler.cc:
5236         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
5237         * shell/ev-properties.h:
5238         * shell/ev-window.c: (ev_window_cmd_file_properties):
5239
5240         Implement fonts list. Defined out for now, since it depends
5241         on a not yet committed poppler patch.
5242
5243 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
5244
5245         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
5246         page + 1.
5247
5248         * shell/ev-window.c: Make sure we add the timeout when we get a
5249         focus-in event.
5250
5251         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
5252         adjustment->value before calculating the zoom factor to average
5253         out all of our rounding errors.  The page no longer 'drifts' when
5254         resizing.
5255
5256 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * data/evince-properties.glade:
5259         * shell/ev-properties.c: (ev_properties_format_date),
5260         (set_property):
5261         
5262         Labels don't expand when the dialogue is resized.
5263         strftime result needs to be converted to UTF-8. Thanks
5264         to Christian Persch <chpe@gnome.org>.
5265
5266 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5267
5268         * data/evince-properties.glade:
5269
5270         Hide the fonts tab
5271
5272 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5273
5274         * backend/ev-document-info.h:
5275         * backend/ev-document.c: (ev_document_info_free):
5276         * data/evince-properties.glade:
5277         * pdf/ev-poppler.cc:
5278         * ps/ps-document.c: (ps_document_get_info):
5279         * shell/ev-properties.c: (ev_properties_format_date),
5280         (set_property), (ev_properties_new):
5281         * shell/ev-properties.h:
5282         * shell/ev-window.c: (ev_window_cmd_file_properties):
5283
5284         Rework properties code to take only EvPropertyInfo
5285         in the constructor so that it can be useful for
5286         nautilus plugin too.
5287
5288         Deal with backends that doesnt support some properties.
5289         Make set property code generic.
5290
5291 2005-06-04  Christian Persch <chpe@gnome.org>
5292
5293         * data/evince-properties.glade:
5294
5295         fix spacings, make resizeable, and make data labels
5296         selectable + ellipsised
5297
5298 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
5299
5300         * backend/ev-document-info.h:
5301         * data/Makefile.am:
5302         * data/evince-ui.xml:
5303         * pdf/ev-poppler.cc:
5304         * shell/Makefile.am:
5305         * shell/ev-window.c: (update_action_sensitivity),
5306         (ev_window_cmd_file_properties):
5307
5308         Initial go at file properties. Patch by
5309         Emil Soleyman-Zomalan <emil@soleyman.com>.
5310         Needs love see #169583
5311
5312 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
5313
5314         * ps/ps-document.c: (output):
5315         * ps/ps.c: (psscan):
5316
5317         Try to render even if psscan fails.
5318
5319 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
5320
5321         * ps/ps.c: (psscan), (pscopydoc):
5322
5323         Port buffered reading code from gv
5324
5325 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
5326
5327         * ps/ps-document.c: (interpreter_message), (output):
5328
5329         Do not fail on interpreter messages
5330
5331 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
5332
5333         * backend/ev-document-misc.c:
5334         (ev_document_misc_get_thumbnail_frame):
5335
5336         Pages can be 0 x 0, dont assert on this case
5337
5338 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5339
5340         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
5341         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
5342
5343         Correctly manage our reference on document. Finally the reload
5344         huge leak is gone...
5345
5346 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5347
5348         * ps/ps-document.c: (ps_document_dispose):
5349
5350         Forgot to chain it to the parent. Thanks chpe.
5351
5352 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5353
5354         * ps/ps-document.c: (ps_document_dispose),
5355         (ps_document_class_init), (stop_interpreter), (document_load):
5356
5357         Cleanup dispose a bit. Dont leak the whole pixmap.
5358
5359 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5360
5361         * pdf/ev-poppler.cc:
5362
5363         Release the poppler document on dispose
5364
5365 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5366
5367         * shell/ev-view.c: (ev_view_set_document):
5368
5369         Release ref on the pixbuf cache when changing
5370         document.
5371
5372 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5373
5374         * ps/ps-document.c: (ps_document_get_info):
5375
5376         Fix a double free
5377
5378 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * backend/ev-page-cache.c: (ev_page_cache_init),
5381         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
5382         * backend/ev-page-cache.h:
5383         * shell/ev-page-action.c: (page_changed_cb):
5384         
5385         Set page action entry width depending on labels width. Fix
5386         for bug 305202.
5387
5388 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
5389
5390         * backend/ev-link.c: (ev_link_class_init):
5391
5392         Allow -1 as page value (error)
5393
5394 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5395
5396         * shell/ev-sidebar-thumbnails.c:
5397         (ev_sidebar_thumbnails_set_document):
5398         * shell/ev-view.c: (scroll_to_current_page),
5399         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
5400         (page_changed_cb), (on_adjustment_value_changed),
5401         (ev_view_set_document):
5402
5403         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
5404         Fix bug 305377
5405
5406 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5407
5408         * configure.ac:
5409         * djvu/djvu-document.c: (djvu_document_get_page_size):
5410
5411         Require djvulibre CVS. Now djvu loading is much faster. Fix for
5412         bug 301993.
5413
5414 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
5415
5416         * shell/ev-view.c (draw_one_page): modify the expose handling to
5417         get the shadows.
5418
5419         * shell/ev-window.c (update_action_sensitivity): Respect
5420         permissions field.  Kowtow to the man.
5421
5422         * pdf/ev-poppler.cc: Get the permissions field.
5423
5424         * tiff/*c: Make a tiny bit more robust.
5425
5426 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5427
5428         * djvu/djvu-document.c:
5429         
5430         Pop messages from djvu context message queue.
5431
5432 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5433
5434         * configure.ac, Makefile.am, shell/Makefile.am:
5435         * tiff/Makefile.am, shell/ev-document-types.c:
5436         
5437         Cleanup tiff configure checks. Fix for bug 305218.
5438
5439 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
5440
5441         * configure.ac: Added "uk" to ALL_LINGUAS.
5442
5443 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5444
5445         * cut-n-paste/zoom-control/ephy-zoom.c:
5446         (ephy_zoom_get_changed_zoom_level):
5447         * cut-n-paste/zoom-control/ephy-zoom.h:
5448         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
5449         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
5450         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
5451         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
5452         (zoom_control_changed_cb), (ev_window_init):
5453         
5454         Fix minor points related to moving best fit up. Introduce
5455         "zoom" property and make zoom control change it's value on
5456         notify::zoom signals. Fix for 305080.
5457
5458 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5459
5460         * data/evince-ui.xml:
5461         * shell/ev-window.c: (set_view_actions_sensitivity):
5462         
5463         Use + and - as accels for zoom in and zoom out. Fix for 305001.
5464
5465 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
5466
5467         * configure.ac:
5468
5469         Depends on poppler 0.3.2
5470
5471 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
5472
5473         * cut-n-paste/recent-files/egg-recent-item.c:
5474         (egg_recent_item_get_short_name):
5475         * cut-n-paste/toolbar-editor/Makefile.am:
5476         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5477         (new_pixbuf_from_widget):
5478         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5479         * cut-n-paste/toolbar-editor/egg-marshal.c:
5480         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5481         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5482
5483         Sync
5484
5485 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
5486
5487         * tiff/tiff-document.c: Rough TIFF backend.
5488
5489 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
5490
5491         * NEWS:
5492         * configure.ac:
5493         * cut-n-paste/toolbar-editor/Makefile.am:
5494
5495         Release 0.3.1
5496
5497 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
5498
5499         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
5500         (ev_view_find_next), (ev_view_find_previous):
5501
5502         Remove the locks around get_n_results   
5503
5504 2005-05-21  Juerg Billeter  <j@bitron.ch>
5505
5506         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
5507
5508         Pass correct number of pages to poppler.
5509
5510 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * configure.ac:
5513         * data/Makefile.am:
5514         * data/evince.desktop.in: 
5515         * data/evince.desktop.in.in:
5516         * po/POTFILES.in:
5517         
5518         Add conditionally dvi and djvu to desktop types. Fix for 304658.
5519
5520 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
5521
5522         * shell/ev-view.c: (view_update_adjustments),
5523         (view_set_adjustment_values): cast adjustmen->value to (int)
5524         before using it.  Otherwise, we get off by a pixel in some
5525         situations.
5526
5527         (draw_one_page): Draw the border on expose.
5528
5529 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
5530
5531         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
5532         adjustment when the mode changes, #304923
5533
5534 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5535
5536         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
5537         flickering on resize but still use gdk_window_scroll on
5538         scrolling
5539
5540 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
5541
5542         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
5543         option, #170458
5544
5545 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
5546
5547         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
5548         second page on page_changed if possible, #304669
5549
5550 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
5551
5552         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
5553         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
5554
5555 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
5556
5557         * .cvsignore:
5558         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
5559         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
5560         (ev_view_zoom_for_size_presentation),
5561         (ev_view_zoom_for_size_continuous_and_dual_page),
5562         (ev_view_zoom_for_size_continuous),
5563         (ev_view_zoom_for_size_dual_page),
5564         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
5565         * shell/ev-view.h:
5566         * shell/ev-window.c: (update_view_size),
5567         (ev_window_sizing_mode_changed_cb):
5568
5569         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
5570         the scrollbars.  It's not 100% right, but it's much closer.  Kills
5571         an infinite loop, #304769
5572
5573
5574 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5575
5576         * data/evince-ui.xml:
5577         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
5578         * shell/ev-window.c: (set_view_actions_sensitivity):
5579
5580         Make PgUp/Down behave like Space
5581
5582 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5583
5584         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5585         * backend/ev-ps-exporter.h:
5586         * pdf/ev-poppler.cc:
5587         * ps/ps-document.c: (ps_document_ps_export_begin):
5588         * shell/ev-print-job.c: (idle_print_handler):
5589
5590         Adapt to new poppler api
5591
5592 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5593
5594         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5595         (ephy_zoom_control_init):
5596
5597         Translate zoom levels
5598
5599 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5600
5601         * cut-n-paste/zoom-control/ephy-zoom.c:
5602         (ephy_zoom_get_zoom_level_index):
5603
5604         Fix current zoom -> zoom control match
5605
5606 2005-05-18  James Bowes  <bowes@cs.dal.ca>
5607
5608         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
5609         rather than the scrolled_window that it's in. Fixes bug #304655.
5610
5611 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
5612
5613         * shell/ev-view.c: (view_update_adjustments),
5614         (view_set_adjustment_values), (view_update_range_and_current_page),
5615         (view_scroll_to_page), (set_scroll_adjustment),
5616         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
5617         (ev_view_scroll), (ev_view_scroll_view),
5618         (ensure_rectangle_is_visible), (find_page_at_location),
5619         (get_link_at_location), (go_to_link), (status_message_from_link),
5620         (ev_view_size_request_continuous_dual_page),
5621         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
5622         (ev_view_unrealize), (ev_view_expose_event),
5623         (ev_view_button_press_event), (ev_view_motion_notify_event),
5624         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
5625         (draw_rubberband), (highlight_find_results), (draw_one_page),
5626         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
5627         (ev_view_init), (find_changed_cb), (page_changed_cb),
5628         (on_adjustment_value_changed), (ev_view_new),
5629         (ev_view_set_document), (ev_view_set_zoom),
5630         (ev_view_set_continuous), (ev_view_set_dual_page),
5631         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
5632         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
5633         (ev_view_zoom_for_size_presentation),
5634         (ev_view_zoom_for_size_continuous_dual_page),
5635         (ev_view_zoom_for_size_continuous),
5636         (ev_view_zoom_for_size_dual_page),
5637         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5638         (ev_view_get_status), (ev_view_set_status),
5639         (update_find_status_message), (ev_view_get_find_status),
5640         (ev_view_set_find_status), (jump_to_find_result),
5641         (jump_to_find_page), (compute_selections), (clear_selection),
5642         (ev_view_select_all), (get_selected_text), (ev_view_copy),
5643         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
5644         (ev_view_update_primary_selection),
5645         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
5646         * shell/ev-view.h:
5647         * shell/ev-window.c: (ev_window_open_page_label),
5648         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
5649         (ev_window_init):
5650         * shell/ev-window.h:
5651         * shell/main.c: (load_files):
5652
5653         Massive code clean up from Nickolay Shmyrev.  Keep page offset
5654         when resizing.  Remove the bin_window().  Also, patch from James
5655         Bowes to fix command line page, #300641
5656         
5657 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
5658
5659         * data/evince-ui.xml:
5660         * shell/ev-view.c:
5661         * shell/ev-view.h:
5662         * shell/ev-window.c: (update_action_sensitivity):
5663
5664         Get rid of View->Normal Size, it's just confusing
5665
5666 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
5667
5668         * backend/ev-document-info.h:
5669         * backend/ev-document.c: (ev_document_info_free): Free the
5670         EvDocumentInfo.
5671
5672         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
5673         (clear_range), (add_range), (update_visible_range),
5674         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
5675         (ev_sidebar_thumbnails_set_document):
5676         * shell/ev-window.c: (ev_window_setup_document): Only render the
5677         visible thumbnails.  It takes an instant to render, but it uses
5678         much less memory.
5679
5680 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5681
5682         * shell/ev-sidebar-links.c: (popup_menu_cb):
5683
5684         Select first item
5685
5686 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5687
5688         * lib/Makefile.am:
5689         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
5690         (button_press_cb), (ev_sidebar_links_construct):
5691
5692         Show the popup menu also on keybindings
5693
5694 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5695
5696         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
5697         * shell/ev-window.h:
5698
5699         Expose api to print a range (with dialog). Make private _print use
5700         it.
5701
5702         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
5703         (ev_sidebar_links_construct):
5704
5705         Show a print context menu on linkx, it prints the selected
5706         section.
5707
5708 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
5709
5710         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
5711         button.
5712
5713 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
5714
5715         * AUTHORS:
5716
5717         Update
5718
5719         * shell/ev-window.c: (build_comments_string),
5720         (ev_window_cmd_help_about):
5721
5722         Show poppler version/backend and authors
5723
5724 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
5725
5726         * cut-n-paste/zoom-control/ephy-zoom.c:
5727         (ephy_zoom_get_zoom_level_index):
5728         * cut-n-paste/zoom-control/ephy-zoom.h:
5729
5730         Move the best fit items at the top of the list
5731
5732 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
5733
5734         * shell/ev-marshal.list:
5735         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
5736         (activate_cb), (match_selected_cb), (activate_link_cb),
5737         (connect_proxy), (ev_page_action_class_init):
5738         * shell/ev-page-action.h:
5739
5740         Use signals to notify action activation. Hopefully
5741         I did not break completion since I cant test...
5742
5743         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
5744         (register_custom_actions):
5745
5746         Connect to page selector actions and also grab focus on
5747         the view when activated.
5748
5749 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
5750
5751         * pdf/ev-poppler.cc:
5752         * backend/ev-page-cache.c: make page size calculation consistent
5753         and set it to (int)( width * scale + 0.5).  This makes the weird
5754         line going through the middle of the page go away.
5755
5756         * shell/ev-view.c: move painting the background page after
5757         checking the expose area covers us.
5758
5759 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * data/evince-password.glade:
5762         
5763         Mark labels as not translatable. Fix for bug 302842.
5764
5765 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5766
5767         * configure.ac: Added "es" to ALL_LINGUAS.
5768
5769 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5770
5771         * data/evince-toolbar.xml:
5772         * shell/ev-window.c: (update_action_sensitivity),
5773         (ev_window_setup_document), (ev_window_set_page_mode),
5774         (ev_window_init):
5775
5776         Remove some leftover code from jrb first continous
5777         attempt. Use the new actions, we still need good icons
5778         though...
5779
5780 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5781
5782         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
5783
5784         Update label when connecting proxy. Fix a warning with NULL
5785         page_cache.
5786
5787 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5788
5789         * data/evince-ui.xml:
5790         * shell/ev-page-action.c: (ev_page_action_grab_focus):
5791         * shell/ev-page-action.h:
5792         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
5793
5794         Add mnemonic for edit toolbar.
5795         ctrl+l focus the page entry.
5796
5797 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5798
5799         * lib/Makefile.am:
5800         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
5801         (ev_window_init):
5802         * shell/main.c: (main):
5803
5804         Put the toolbar xml in evince own dot dir
5805
5806 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5807
5808         * shell/ev-window.c: (ev_window_init):
5809
5810         Make the toolbar not removable
5811
5812 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5813
5814         * data/evince-ui.xml:
5815         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
5816         * shell/ev-sidebar-links.h:
5817         * shell/ev-sidebar-thumbnails.c:
5818         (ev_sidebar_thumbnails_get_treeview):
5819         * shell/ev-sidebar-thumbnails.h:
5820         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
5821         (ev_view_class_init):
5822         * shell/ev-view.h:
5823         * shell/ev-window.c: (update_action_sensitivity),
5824         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5825         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
5826         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
5827         (ev_window_init):
5828
5829         This is evil... Make space/backspace global accelerators but
5830         enable them only for some widgets (sidebars and view).
5831         I dont like it, but I dont know a better way... :/
5832
5833 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5834
5835         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
5836         (ev_page_action_widget_finalize),
5837         (ev_page_action_widget_class_init), (update_page_cache):
5838
5839         Keep a weak reference on proxy->page_cache so that we
5840         dont try to disconnect the signal if the object is already
5841         gone. Maybe there is a better way to cleanup reference handling
5842         in page action though...
5843
5844 2005-05-10  Juerg Billeter  <j@bitron.ch>
5845
5846         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5847         * backend/ev-ps-exporter.h:
5848         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
5849         * ps/ps-document.c: (ps_document_ps_export_begin):
5850         
5851         Change api to pass print range to ps_exporter_begin. The pdf backend
5852         requires this information.
5853         
5854         * shell/ev-print-job.c: (idle_print_handler):
5855         
5856         Adapt to api change
5857
5858 2005-05-10  Juerg Billeter  <j@bitron.ch>
5859
5860         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
5861         (idle_print_handler)
5862         * shell/ev-window.c: (ev_window_print):
5863
5864         Support printing page range, based on patch by Amaury Jacquot
5865
5866 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5867
5868         * data/evince-toolbar.xml:
5869
5870         Add zoom control to available items
5871
5872 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5873
5874         * shell/ev-window.c: (update_action_sensitivity):
5875
5876         Set slash action insensitive when appropriate
5877
5878 2005-05-10  Christian Persch <chpe@gnome.org>
5879
5880         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
5881
5882         Fix warning on the overflow menu
5883
5884 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5885
5886         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
5887
5888         Check for uri correctness/existence
5889
5890 2005-05-09  Juerg Billeter  <j@bitron.ch>
5891
5892         * shell/ev-window.c: (using_postscript_printer):
5893
5894         LPD printers use postscript, too
5895
5896 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5897
5898         * shell/ev-window.c: (register_custom_actions):
5899
5900         The zoom one is actually sort of useful,
5901         put it back
5902
5903 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5904
5905         * shell/ev-window.c: (register_custom_actions):
5906
5907         Hide page/zoom controls from overflow, they
5908         are useless.
5909
5910 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5911
5912         * cut-n-paste/update-from-egg.sh:
5913         
5914         Share it between all cut-n-paste subdirs
5915
5916         * cut-n-paste/recent-files/Makefile.am:
5917
5918         Fix to use "global" update-from-egg.sh
5919
5920         * cut-n-paste/recent-files/egg-recent-model.c:
5921         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
5922         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5923         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
5924         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
5925
5926         Update from libegg
5927
5928         * cut-n-paste/toolbar-editor/Makefile.am:
5929
5930         Fix to use "global" update-from-egg.sh
5931
5932         * cut-n-paste/toolbar-editor/eggmarshalers.list:
5933
5934         Update from libegg
5935
5936 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
5937
5938         * configure.ac:
5939         * cut-n-paste/Makefile.am:
5940         * cut-n-paste/recent-files/Makefile.am:
5941         * cut-n-paste/toolbar-editor/.cvsignore:
5942         * cut-n-paste/toolbar-editor/Makefile.am:
5943         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5944         (egg_editable_toolbar_get_type), (get_toolbar_position),
5945         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
5946         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
5947         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
5948         (set_item_drag_source), (create_item_from_action), (create_item),
5949         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
5950         (popup_toolbar_context_menu_cb), (free_dragged_item),
5951         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5952         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
5953         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
5954         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5955         (item_added_cb), (item_removed_cb),
5956         (egg_editable_toolbar_construct),
5957         (egg_editable_toolbar_disconnect_model),
5958         (egg_editable_toolbar_deconstruct),
5959         (egg_editable_toolbar_set_model),
5960         (egg_editable_toolbar_set_ui_manager),
5961         (egg_editable_toolbar_set_property),
5962         (egg_editable_toolbar_get_property),
5963         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
5964         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
5965         (egg_editable_toolbar_new_with_model),
5966         (egg_editable_toolbar_get_edit_mode),
5967         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
5968         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
5969         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
5970         (new_pixbuf_from_widget), (new_separator_pixbuf),
5971         (update_separator_image), (style_set_cb),
5972         (_egg_editable_toolbar_new_separator_image),
5973         (egg_editable_toolbar_get_model):
5974         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5975         * cut-n-paste/toolbar-editor/egg-marshal.c:
5976         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5977         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
5978         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
5979         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
5980         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
5981         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
5982         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
5983         (editor_drag_data_delete_cb), (drag_data_get_cb),
5984         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
5985         (editor_create_item), (update_editor_sheet), (setup_editor),
5986         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
5987         (parse_item_list), (model_has_action), (update_actions_list),
5988         (egg_toolbar_editor_load_actions):
5989         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5990         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5991         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
5992         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
5993         (toolbars_item_new), (free_toolbar_node), (free_item_node),
5994         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
5995         (egg_toolbars_model_add_separator), (impl_add_item),
5996         (parse_item_list), (egg_toolbars_model_add_toolbar),
5997         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
5998         (impl_get_item_data), (impl_get_item_type),
5999         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
6000         (egg_toolbars_model_init), (free_toolbar),
6001         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
6002         (egg_toolbars_model_remove_toolbar),
6003         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6004         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
6005         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
6006         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
6007         (egg_toolbars_model_get_item_data),
6008         (egg_toolbars_model_get_item_type):
6009         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6010         * cut-n-paste/toolbar-editor/eggmarshalers.list:
6011         * data/Makefile.am:
6012         * data/evince-toolbar.xml:
6013         * data/evince-ui.xml:
6014         * data/hand-open.png:
6015         * po/POTFILES.in:
6016         * shell/Makefile.am:
6017         * shell/ev-window.c: (update_chrome_visibility),
6018         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
6019         (ev_window_dispose), (ev_window_init):
6020
6021         Implement epiphany like toolbar editor. Based on patch by
6022         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6025
6026         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
6027
6028         Use set_cursor instead of set_selection, so that
6029         the keyboard focus moves too.
6030
6031 2005-05-09  Aleksey Kliger <akliger@gmail.com>
6032
6033         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
6034
6035         Fix infinite loop when loading Type1 fonts
6036
6037 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6038
6039         * data/evince-ui.xml:
6040         * shell/ev-window.c:
6041
6042         Slash -> Find
6043
6044 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
6045
6046         * configure.ac:
6047
6048         Make --disable really disable
6049
6050 2005-05-07  Juerg Billeter  <j@bitron.ch>
6051
6052         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
6053
6054         Compare page labels even without has_labels set, fixes setting page
6055         with entry
6056
6057 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6058
6059         * shell/ev-view.c: (ev_view_create_invisible_cursor),
6060         (ev_view_set_cursor), (ev_view_button_press_event),
6061         (ev_view_motion_notify_event), (ev_view_button_release_event),
6062         (ev_view_init):
6063
6064         Implement middle button scrolling. Based on a patch
6065         by Tommi Komulainen <tommi.komulainen@iki.fi>.
6066
6067 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
6068
6069         * shell/ev-document-types.c: (get_slow_mime_type),
6070         (get_document_type_from_mime), (ev_document_type_lookup):
6071         * shell/ev-document-types.h:
6072
6073         Change api to lookup from uri. Do fast lookup first, if the
6074         type is unknown try with data sniffing.
6075
6076         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
6077         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6078
6079         Adapt to api change
6080
6081 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6082
6083         * thumbnailer/Makefile.am:
6084
6085         Fix distcheck
6086
6087 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6088
6089         * NEWS:
6090         * configure.ac:
6091
6092         Release 0.3.0
6093
6094         * data/evince-ui.xml:
6095
6096         Hide presentation mode for now
6097
6098         * shell/ev-view.c: (highlight_find_results):
6099
6100         Show current find selection only on current page
6101
6102 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6103
6104         * shell/ev-view.c: (ev_view_select_all):
6105
6106         Compute size of the actual page, not of
6107         the current one.
6108
6109 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6110
6111         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
6112         (view_rect_to_doc_rect), (compute_selections),
6113         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
6114         (ev_view_copy), (ev_view_primary_get_cb),
6115         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
6116         (ev_view_button_press_event), (ev_view_motion_notify_event),
6117         (ev_view_button_release_event), (page_changed_cb):
6118
6119         Fix text selection
6120
6121 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6122
6123         * shell/ev-view.c: (compute_border), (get_page_extents),
6124         (doc_rect_to_view_rect), (highlight_find_results),
6125         (ev_view_bin_expose), (ev_view_select_all),
6126         (ev_view_motion_notify_event), (update_find_status_message),
6127         (jump_to_find_result), (jump_to_find_page):
6128
6129         First go at fixing search, still buggy
6130
6131 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
6132
6133         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
6134         dropdown box and button at the top of the sidebar.
6135
6136 2005-05-02  James Bowes  <bowes@cs.dal.ca>
6137
6138         * configure.ac: Output zoom-control Makefile.
6139         * cut-n-paste/Makefile.am: build zoom-control subdir.
6140         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6141         * cut-n-paste/zoom-control/ephy-zoom-action.h:
6142         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6143         * cut-n-paste/zoom-control/ephy-zoom-control.h:
6144         * cut-n-paste/zoom-control/ephy-zoom.c:
6145         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
6146         from epiphany, and modified to add a separator into the menu.
6147         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
6148         * data/evince-ui.xml: Replace old zoom toolbar actions with new
6149         zoom-control action.
6150         * shell/Makefile.am: Include zoom-control flags.
6151         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
6152         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
6153         (ev_view_zoom_for_size_presentation),
6154         (ev_view_zoom_for_size_continuous_and_dual_page),
6155         (ev_view_zoom_for_size_continuous),
6156         (ev_view_zoom_for_size_dual_page),
6157         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
6158         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
6159         ev_view_get_zoom and ev_view_get_sizing_mode.
6160         * shell/ev-view.h:
6161         * shell/ev-window.c: (update_action_sensitivity),
6162         (update_sizing_buttons), (zoom_control_changed_cb),
6163         (register_custom_actions): Initialize and use the zoom-control 
6164         widget.
6165
6166 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
6167
6168         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
6169         preview cache back to 1.  Don't know when it got set to 0.
6170         
6171         * shell/ev-view.c: (compute_border), (ev_view_realize),
6172         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
6173         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
6174         (ev_view_get_fullscreen), (ev_view_set_presentation),
6175         (ev_view_get_presentation), (ev_view_set_sizing_mode),
6176         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
6177         * shell/ev-view.h:
6178         * shell/ev-window.c:
6179         (update_chrome_visibility),
6180         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6181         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6182         (update_document_mode), (ev_window_update_fullscreen_action),
6183         (ev_window_fullscreen), (ev_window_unfullscreen),
6184         (ev_window_cmd_view_fullscreen),
6185         (ev_window_update_presentation_action),
6186         (ev_window_run_presentation), (ev_window_stop_presentation),
6187         (ev_window_cmd_view_presentation), (ev_window_state_event),
6188         (ev_window_focus_in_event), (ev_window_focus_out_event),
6189         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
6190         * data/evince-ui.xml: Initial presentation mode.  We should
6191         probably hide this until it's done, as it's quite rough.  Also,
6192         change full-screen to fullscreen and add two getters to EvView.
6193
6194 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
6195
6196         * shell/ev-page-action.c: (update_page_cache),
6197         (ev_page_action_dispose):
6198         * shell/ev-window.c: (destroy_fullscreen_popup),
6199         (ev_window_create_fullscreen_popup):
6200
6201         Use connect_object rather than explicitly
6202         disconnect on dispose.
6203
6204 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * shell/ev-page-action.c: (update_page_cache),
6207         (ev_page_action_dispose):
6208
6209 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * backend/ev-page-cache.c: (_ev_page_cache_new),
6212         (ev_page_cache_set_page_label),
6213         (ev_page_cache_has_nonnumeric_page_labels):
6214         * backend/ev-page-cache.h:
6215         * shell/ev-page-action.c: (update_pages_label):
6216         
6217         If all page labels are numeric, fallback to default
6218         way to display number of pages. See bug 173185.
6219
6220 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-page-action.c: (ev_page_action_dispose):
6223         * shell/ev-view.c: (view_update_range_and_current_page):
6224         * shell/ev-window.c: (ev_window_dispose):
6225         
6226         Set page on scroll in continuous mode. Fixes bug 301986.
6227         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
6228
6229 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
6230
6231         * configure.ac:
6232
6233         Require poppler 0.3.0
6234
6235 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6236         
6237         * shell/Makefile.am, configure.ac: Fix build problems
6238         with t1lib. Bug 301996.
6239
6240 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6241
6242         * shell/ev-view.c: (ev_view_scroll_event):
6243         
6244         Scroll up increase zoom
6245
6246 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
6249         (ev_view_set_sizing_mode),
6250         (ev_view_zoom_for_size_continuous_and_dual_page),
6251         (ev_view_zoom_for_size_continuous):
6252         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
6253         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
6254         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
6255         (ev_window_init):
6256
6257         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
6258         Fix for 165473 and 165472.
6259
6260 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6261
6262         * po/POTFILES.in:
6263         * thumbnailer/Makefile.am:
6264         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
6265         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
6266         * thumbnailer/evince-thumbnailer.schemas.in:
6267         
6268         Make thumbnailer schemas translatable. Fix for bug 301773
6269         
6270         * thumbnailer/evince-thumbnailer-djvu.schemas:
6271         * thumbnailer/evince-thumbnailer-dvi.schemas:
6272         * thumbnailer/evince-thumbnailer.schemas:
6273
6274         Removed files
6275
6276 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
6277
6278         * shell/ev-view.c (ev_view_init): forgot to set this.
6279
6280 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
6281
6282         * shell/ev-view.c: (find_page_at_location),
6283         (get_link_at_location),
6284         (ev_view_set_show_border), (ev_view_set_spacing),
6285         (ev_view_zoom_for_size_continuous_and_dual_page),
6286         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
6287         Also, add a quick fix measuring of widths.  Also, removed
6288         ev_view_set_spacing and ev_view_set_show_border.
6289         
6290         * shell/ev-window.c: (ev_window_unfullscreen),
6291         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
6292
6293 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * shell/ev-view.c: (view_update_range_and_current_page),
6296         (page_changed_cb):
6297         
6298         Fix crash on exit and scrolling to page in continuous view.
6299
6300 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
6301
6302         * TODO:
6303         * backend/ev-page-cache.c: (_ev_page_cache_new),
6304         (ev_page_cache_get_max_width_size),
6305         (ev_page_cache_get_max_height_size):
6306         * backend/ev-page-cache.h:
6307         * data/evince-ui.xml:
6308         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
6309         * shell/ev-view.c: (view_update_adjustments),
6310         (view_update_range_and_current_page), (get_bounding_box_size),
6311         (ev_view_size_request_continuous_and_dual_page),
6312         (ev_view_size_request_continuous),
6313         (ev_view_size_request_dual_page),
6314         (ev_view_size_request_single_page), (ev_view_size_request),
6315         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
6316         (ev_view_bin_expose), (ev_view_expose_event),
6317         (ev_view_set_property), (ev_view_get_property),
6318         (ev_view_class_init), (ev_view_init), (ev_view_new),
6319         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
6320         (ev_view_set_dual_page), (ev_view_set_full_screen),
6321         (ev_view_set_presentation), (ev_view_set_sizing_mode),
6322         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
6323         (ev_view_zoom_out), (zoom_for_size_fit_width),
6324         (zoom_for_size_best_fit),
6325         (ev_view_zoom_for_size_continuous_and_dual_page),
6326         (ev_view_zoom_for_size_continuous),
6327         (ev_view_zoom_for_size_dual_page),
6328         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6329         (ev_view_show_cursor), (ev_sizing_mode_get_type):
6330         * shell/ev-view.h:
6331         * shell/ev-window.c: (update_action_sensitivity),
6332         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6333         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6334         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
6335         (ev_window_cmd_view_zoom_out), (update_view_size),
6336         (ev_window_set_sizing_mode), (ev_window_init):
6337
6338         Add Continuous and Dual page modes.
6339
6340 2005-04-23  James Bowes  <bowes@cs.dal.ca>
6341
6342         * dvi/dvi-document.c: (dvi_document_load),
6343         (dvi_document_thumbnails_get_thumbnail),
6344         (dvi_document_init_params): Fix up some mixups between
6345         width and height to correct thumbnail rendering.
6346
6347 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6348
6349         * dvi/mdvi-lib/private.h:
6350         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
6351         
6352         Suppess output for kpathsea during font generation. Thanks to
6353         James Bowes
6354
6355 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
6356
6357         * NEWS:
6358         * configure.ac:
6359
6360         Release 0.2.1
6361
6362         * Makefile.am: fix distcheck.
6363
6364 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6365
6366         * shell/ev-sidebar-links.c: (selection_changed_callback),
6367         (update_page_callback), (row_activated_callback),
6368         (job_finished_callback), (ev_sidebar_links_set_document):
6369         
6370         Fix for bug #169901. Double click on links expands tree.
6371
6372 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
6373
6374         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
6375         hard-coded style. Fix for bug 170111
6376
6377 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
6378
6379         * shell/ev-view.c (highlight_find_results): Remove unnecessary
6380         locking.
6381
6382 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
6383
6384         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
6385
6386 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
6387
6388         * pdf/ev-poppler.cc:
6389         * shell/ev-view.c: (highlight_find_results):
6390
6391         Fix find on single page documents
6392
6393 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
6394
6395         * data/evince.schemas.in: fix for bug 301390
6396
6397 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
6398
6399         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
6400         (ev_view_zoom_out), (ev_view_zoom_normal):
6401         * shell/ev-view.h:
6402         * shell/ev-window.c: (update_action_sensitivity),
6403         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6404         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
6405         (ev_window_cmd_view_normal_size):
6406
6407         Fix normal size zoom. Make zoom in/zoom out unsensitive when
6408         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
6409         better than oom. 
6410
6411 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
6412
6413         * configure.ac:
6414
6415         Depend on 2.57, 2.59 doesnt seem to be necessary
6416
6417 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
6418
6419         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
6420         (create_tool_item):
6421
6422         Put back total number of pages as (1 of 1234)
6423
6424 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
6425
6426         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
6427         remove the job.
6428
6429         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
6430         function.  This helps debugging.
6431
6432 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6433
6434         * djvu/djvu-document.c: (djvu_document_class_init),
6435         (djvu_document_get_info), (djvu_document_document_iface_init):
6436         * dvi/dvi-document.c: (dvi_document_class_init),
6437         (dvi_document_get_info), (dvi_document_document_iface_init):
6438
6439         Dummy implementation of get_info method for dvi and
6440         djvu. Fix crashes with those backends
6441
6442 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
6443
6444         * data/evince.desktop.in:
6445
6446         Add application/x-gzpostscript
6447
6448 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
6449
6450         * data/evince.schemas.in: Added real long descriptions, 
6451         closes bug 172496 
6452
6453         * README: Added actual text, closes bug 171869
6454
6455 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6456
6457         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6458
6459         Thumbnail page 0
6460
6461 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6462
6463         * backend/ev-document-info.h:
6464
6465         s/GDate */GDate so we can just use g_free
6466
6467 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6468
6469         * shell/ev-window.c: (update_document_mode),
6470         (ev_window_setup_document):
6471
6472         Show the window in fullscreen when specified by
6473         the document
6474
6475 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6476
6477         * backend/ev-document.c: (ev_document_class_init),
6478         (ev_document_get_info), (ev_document_render_pixbuf):
6479         * backend/ev-document.h:
6480         * backend/ev-page-cache.c: (_ev_page_cache_new):
6481         * pdf/ev-poppler.cc:
6482         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
6483         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
6484         * ps/ps-document.c: (ps_document_class_init), (document_load),
6485         (ps_document_get_info), (ps_document_document_iface_init):
6486
6487         Remove get_title from the interface, we can just use document info
6488
6489 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6490
6491         * backend/Makefile.am:
6492         * backend/ev-document.c: (ev_document_render_get_info):
6493         * backend/ev-document.h:
6494         * pdf/ev-poppler.cc:
6495
6496         Initial support for document info. Based on jrb patch.
6497
6498 2005-04-19  Paolo Borelli <pborelli@katamail.com>
6499
6500         * shell/ev-window.c: (ev_window_state_event),
6501         (ev_window_class_init), (ev_window_init):
6502         
6503         Doesn't show resize grip when maximized. See bug #301053
6504
6505 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * po/POTFILES.in:
6508         
6509         ev-sidebar-thumbnails now has translatable labels
6510         
6511         * shell/Makefile.am:
6512         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
6513         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
6514         (ev_sidebar_links_page_iface_init):
6515         * shell/ev-sidebar-links.h:
6516         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6517         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
6518         (ev_sidebar_page_get_label):
6519         * shell/ev-sidebar-page.h:
6520         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
6521         (ev_sidebar_thumbnails_set_document),
6522         (ev_sidebar_thumbnails_support_document),
6523         (ev_sidebar_thumbnails_get_label),
6524         (ev_sidebar_thumbnails_page_iface_init):
6525         * shell/ev-sidebar-thumbnails.h:
6526         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
6527         (ev_sidebar_set_document):
6528         * shell/ev-sidebar.h:
6529         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
6530         
6531         Small rework of sidebar code. Now sidebar pages should implement
6532         EvSidebarPage interface. That makes page management in EvSidebar
6533         easier. See bug #164811 for details
6534
6535 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-application.c: (ev_application_open):
6538         * shell/ev-document-types.c:
6539         
6540         Fix build error and small problem with application exit
6541
6542 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * thumbnailer/Makefile.am:
6545         * thumbnailer/evince-thumbnailer-djvu.schemas:
6546         * thumbnailer/evince-thumbnailer-dvi.schemas:
6547         
6548         Conditionally install schemas for djvu/dvi thumbnailer
6549
6550 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
6551
6552         * shell/ev-document-types.h: 
6553         * shell/ev-document-types.c: 
6554         New files, handling the mapping from mimetypes to backends
6555         
6556         * shell/ev-window.c: 
6557         * thumbnailer/evince-thumbnailer.c:     
6558         Use the ev-document-types code
6559         
6560         * shell/Makefile.am: 
6561         Added new convenience library libevbackendfactory_la, containing
6562         the new mimetype->backend logic; moved the backends into it.
6563
6564         * thumbnailer/Makefile.am:
6565         Make the thumbnailer link with the libevbackend.la convenience
6566         library, rather than having a duplicate of the backend logic here.
6567
6568 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
6569
6570         * shell/ev-stock-icons.c: constify some vars.
6571         * shell/ev-window.c: ditto.
6572
6573 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
6574
6575         * ps/ps-document.c (get_page_orientation):
6576
6577         Respect document orientation 
6578
6579 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * djvu/Makefile.am:
6582         * dvi/Makefile.am:
6583         * shell/Makefile.am:
6584         
6585         Move library dependencies to components.
6586         
6587         * shell/ev-window.c: (update_window_title),
6588         (start_loading_document):
6589         
6590         Fix display of uris with spaces. Bug 168358.
6591
6592 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
6593
6594         * shell/ev-sidebar-links.c: (selection_changed_cb):
6595         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
6596         (ev_view_button_release_event), (ev_view_set_document):
6597         * shell/ev-view.h:
6598         * shell/ev-window.c: (find_bar_search_changed_cb):
6599         * shell/ev-window.h: Minor cleanups removing some dead code.
6600
6601 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * backend/ev-page-cache.c: (_ev_page_cache_new):
6604         
6605         Set current page to 0 if document has pages.
6606
6607 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6608
6609         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6610
6611         Initialize GError to NULL, fix a crash when loading fails.
6612
6613 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6614
6615         * shell/ev-window.c: (update_view_size):
6616
6617         Calculate shadow size only when there is actually
6618         a shadow.
6619
6620 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6621
6622         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
6623         * shell/ev-view.h:
6624
6625         Allow setting view spacing, default to 0
6626
6627         * shell/ev-window.c: (ev_window_unfullscreen),
6628         (ev_window_cmd_view_fullscreen), (ev_window_init):
6629
6630         Remove spacing in fullscreen mode
6631
6632 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6633
6634         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
6635         (ev_view_size_request), (expose_bin_window),
6636         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
6637         * shell/ev-view.h:
6638         * shell/ev-window.c: (ev_window_unfullscreen),
6639         (ev_window_cmd_view_fullscreen):
6640
6641         Do not draw the border in fulscreen
6642
6643 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6644
6645         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
6646         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
6647         (find_page_at_location), (page_changed_cb):
6648
6649         Rework border calculation, so that I can more easily disable it.
6650         Code somewhat cleaner too.
6651
6652 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6653
6654         * backend/ev-page-cache.c: (ev_page_cache_init),
6655         (_ev_page_cache_new):
6656
6657         Remove some assertions, documents can have 0 pages.
6658         Make initial current page -1.
6659
6660         * shell/ev-page-action.c: (page_changed_cb):
6661
6662         Show "" if current page is -1
6663
6664         * shell/ev-window.c: (update_action_sensitivity),
6665         (ev_window_setup_document):
6666
6667         When document has 0 pages do not set the view
6668         and make nearly everything insensitive.
6669
6670 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6671
6672         * shell/ev-page-view.c:
6673         * shell/ev-page-view.h:
6674
6675         Remove unused files.
6676         
6677         * shell/ev-sidebar-thumbnails.c:
6678         (ev_sidebar_thumbnails_set_document):
6679         * shell/ev-sidebar.c: (ev_sidebar_set_document),
6680         (ev_sidebar_supports_document):
6681         * shell/ev-sidebar.h:
6682         * shell/ev-window.c: (ev_window_setup_document):
6683         
6684         Doesn't show thumbnails if document has 1 page. Make
6685         sidebar menu entries sensitive only if if they have 
6686         sense. Fix bug 164811. 
6687
6688 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6689
6690         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
6691         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
6692         (ev_view_zoom_out), (ev_view_set_size):
6693
6694         Rework sizing to deal with documents with not uniform page
6695         size.
6696
6697 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6698
6699         * backend/ev-page-cache.c: (_ev_page_cache_new):
6700
6701         Fix several page size caching bugs
6702
6703 2005-04-15  Luca Ferretti <elle.uca@libero.it>
6704
6705         * shell/ev-window.c: (set_action_properties):
6706
6707         Make all toolbar items translatable
6708
6709 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6710
6711         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
6712         (save_page_list), (ps_document_save),
6713         (ps_document_document_iface_init), (ps_document_ps_export_begin),
6714         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
6715         (ps_document_ps_exporter_iface_init):
6716         * ps/ps-document.h:
6717
6718         Based on a patch by J�rg Billeter <j@bitron.ch>
6719         
6720         Implement print and save a copy for the ps backend.
6721
6722 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
6723
6724         * backend/ev-document.h:
6725         * djvu/djvu-document.c: (djvu_document_can_get_text),
6726         (djvu_document_document_iface_init):
6727         * dvi/dvi-document.c: (dvi_document_can_get_text),
6728         (dvi_document_document_iface_init):
6729         * pdf/ev-poppler.cc:
6730         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
6731         (pixbuf_document_document_iface_init):
6732         * ps/ps-document.c: (ps_document_can_get_text),
6733         (ps_document_document_iface_init):
6734         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
6735         * shell/ev-window.c: (update_action_sensitivity):
6736
6737         Fix the crash when trying to copy in backends that doesnt
6738         support it. We can implement a better solution once we
6739         do real text selection.
6740
6741 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
6742
6743         * data/evince-ui.xml:
6744         * shell/ev-window.c: (ev_window_cmd_escape):
6745         
6746         Work around the Escape conflict (find bar and unfullscreen)
6747
6748 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6749
6750         * backend/ev-page-cache.c: (ev_page_cache_next_page):
6751         
6752         Fix for #300233. Next page correctly handles document end.
6753         
6754         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
6755         (ev_sidebar_thumbnails_class_init),
6756         (ev_sidebar_thumbnails_set_document),
6757         (ev_sidebar_thumbnails_clear_job),
6758         (ev_sidebar_thumbnails_clear_model):
6759         
6760         Cleanup thumbnail jobs on document changes.
6761         
6762         * shell/ev-view.c: (add_scroll_binding_keypad),
6763         (add_scroll_binding_shifted), (ev_view_class_init):
6764         
6765         Shift + Space scrolls up. Fix for #173184
6766         
6767         * shell/ev-window.c: (ev_window_open_page),
6768         (ev_window_cmd_view_reload):
6769         
6770         Fix reload (Bug #300094)
6771
6772 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         
6775         * dvi/mdvi-lib/assoc.c:
6776         * dvi/mdvi-lib/assoc.h: Removed garbage files
6777         
6778         * dvi/mdvi-lib/bitmap.c:
6779         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
6780         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
6781         * dvi/mdvi-lib/color.h: Antialias of rules
6782         
6783         * dvi/mdvi-lib/common.h:
6784         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
6785         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
6786         * dvi/mdvi-lib/files.c:
6787         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
6788         * dvi/mdvi-lib/mdvi.h:
6789         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6790         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
6791         * dvi/mdvi-lib/util.c: Fix compile warnings
6792         
6793         * dvi/dvi-document.c:
6794         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
6795         (dvi_document_thumbnails_get_thumbnail),
6796         (dvi_document_document_thumbnails_iface_init):
6797         * dvi/mdvi-lib/Makefile.am:
6798         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6799         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
6800         
6801         Dvi backend now renders thumbnails
6802
6803 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
6804
6805         * shell/main.c: (main): 
6806         
6807         Save accelerators on exit. Fixes bug #172095.
6808
6809 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
6810
6811         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
6812         update priority" comment.
6813
6814         * backend/ev-job-queue.c: Give a way to change priority.
6815
6816 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
6817
6818         * shell/ev-page-action.c: Fix logic.
6819
6820 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6821
6822         * shell/ev-view.c: (ev_view_can_find_next):
6823         * shell/ev-window.c: (ev_window_setup_document):
6824
6825         Check that the document supports find
6826
6827 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6828
6829         * data/evince-ui.xml:
6830         * shell/ev-view.c: (ev_view_can_find_next):
6831         * shell/ev-view.h:
6832         * shell/ev-window.c: (update_action_sensitivity),
6833         (find_changed_cb), (ev_window_setup_document),
6834         (ev_window_cmd_edit_find_next):
6835
6836         Add Edit->Find Next
6837
6838 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6839
6840         * pdf/ev-poppler.cc:
6841         * shell/ev-print-job.c: (idle_print_handler):
6842
6843         Make printing work again
6844
6845 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
6846
6847         * shell/ev-page-action.h:
6848         * shell/ev-page-action.c: (ev_page_action_widget_init),
6849         (ev_page_action_widget_class_init), (page_changed_cb),
6850         (create_tool_item), (update_page_cache), (build_new_tree_cb),
6851         (get_filter_model_from_model), (match_selected_cb),
6852         (display_completion_text), (match_completion), (update_model),
6853         (connect_proxy), (ev_page_action_set_property),
6854         (ev_page_action_get_property), (ev_page_action_set_document),
6855         (ev_page_action_set_model), (ev_page_action_class_init): Big
6856         reworking to make completions work iff we have >= GTK-2.7.0
6857                 
6858         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
6859         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
6860         (job_finished_cb): We now have a 'model' property that is set when
6861         the links are loaded.  This can be caught with "notify::model"
6862
6863         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
6864         listen for the model to be set, and propagate it to the action.
6865
6866 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * cut-n-paste/recent-files/egg-recent-item.c:
6869         (egg_recent_item_set_uri), (make_valid_utf8),
6870         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
6871         * cut-n-paste/recent-files/egg-recent-item.h:
6872         
6873         Update egg-recent from libegg. This should fix long
6874         startup problem. For details see
6875         http://bugzilla.gnome.org/show_bug.cgi?id=160531
6876
6877 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6878
6879         * cut-n-paste/recent-files/Makefile.am:
6880         * data/evince-ui.xml, shell/Makefile.am:
6881         * shell/ev-application.c, shell/ev-application.h:
6882         * shell/ev-window.c: Recent files support.
6883         
6884         * configure.ac: Added "ru" to ALL_LINGUAS.
6885         
6886         * dvju: new backend to support DJVU files.
6887         * dvi: new backend to support DVI.
6888
6889         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
6890         * ev-application.c: Support for new backends.
6891         
6892         * help, ev-window.c, main.c shell/Makefile.am: 
6893         Evince user documentation.
6894
6895 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
6896
6897         * po/POTFILES.in:
6898         * shell/ev-window.c:
6899         * thumbnailer/evince-thumbnailer.c:
6900
6901         s/pdf-document/ev-poppler
6902
6903 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
6904
6905         * NEWS:
6906         * configure.ac:
6907
6908         Release 0.2.0
6909
6910         * ps/ps-document.c: (setup_pixmap):
6911
6912         Remove debug code
6913
6914 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
6915
6916         * backend/ev-page-cache.c (ev_page_cache_next_page): 
6917         * shell/ev-window.c (ev_window_cmd_go_next_page) 
6918         (ev_window_cmd_go_first_page): Fix of by one errors.
6919
6920 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6921
6922         * ps/ps-document.c: (get_page_box):
6923
6924         Fix page size calculation
6925
6926 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6927
6928         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
6929         (ps_document_cleanup), (setup_pixmap), (get_page_box),
6930         (get_page_orientation), (setup_page), (document_load),
6931         (ps_document_get_page_size), (render_pixbuf_idle):
6932         * ps/ps-document.h:
6933
6934         More refactoring to adapt to EvDocument changes
6935
6936 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6937
6938         * ps/ps-document.c: (start_interpreter):
6939
6940         Actually add alpha args
6941
6942 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6943
6944         * pdf/ev-poppler.cc:
6945
6946         Make clipboard work again
6947
6948 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
6949
6950         Make searching work again.
6951         
6952         * backend/ev-document.c:
6953         * backend/ev-document.h:
6954         * backend/ev-document-find.c:
6955         * backend/ev-document-find.h: Change EvDocumentIface so we no
6956         longer store the current page or zoom level in the document.  The
6957         consequence is that all calls that operate on the current page now
6958         instead take the page number as an extra argument, and all
6959         coordinates are now doubles in document coordinate system.
6960
6961         * pdf/ev-poppler.cc:
6962         * pixbuf/pixbuf-document.c:
6963         * ps/ps-document.c: Update backends accordingly.
6964
6965 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
6966
6967         * autogen.sh:
6968
6969         Add required gettext version
6970
6971 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
6972
6973         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
6974         make F1 bring up non-existent help.
6975
6976         * shell/eggfindbar.c: Patch from Christian Persch to sync to
6977         epiphany's find bar, #167477
6978
6979         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
6980         <emil@nishra.com> to add space-bar scrolling, 
6981
6982         * shell/ev-window.c (static GtkActionEntry entries): add default
6983         keybinding for Help (F1)
6984         Fixes #171068
6985
6986         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
6987         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
6988         170110
6989
6990 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
6991
6992         * Makefile.am: 
6993         * pixbuf/pixbuf-document.c: 
6994
6995         Got pixbuf backend working again
6996
6997 2005-04-01  Steve Murphy  <murf@e-tools.com>
6998
6999         * configure.in: Added "rw" to ALL_LINGUAS.
7000
7001 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
7002
7003         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
7004         model types, noticed by Martin Kretzschmar.
7005
7006 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
7007
7008         * pdf/ev-poppler.cc: Implement search based on
7009         poppler_page_find_text().  Currently a bit crude since we remember
7010         all matches from all pages.  Also, we grab the big document lock
7011         when we search since searching changes the underlying stream and
7012         thus conflicts with the rendering thread.
7013         
7014         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7015         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
7016         (ev_view_find_previous): Fix some page indexes to be 0 based,
7017         offset rubber band by view offset,
7018
7019 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
7020
7021         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
7022
7023 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
7024
7025         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
7026         completely because I didn't understand GtkActions.  I should
7027         read Marco's code more carefully in the future.
7028
7029         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
7030         function
7031
7032 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
7033
7034         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
7035         PopplerRectangle change from poppler CVS.
7036
7037 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
7038
7039         * backend/ev-document.c: (ev_document_get_page_label):
7040         * backend/ev-document.h:
7041         * backend/ev-page-cache.c: (_ev_page_cache_new),
7042         (ev_page_cache_get_page_label):
7043         * backend/ev-page-cache.h:
7044         * pdf/ev-poppler.cc:
7045         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
7046         (links_page_num_func):
7047         * shell/ev-sidebar-thumbnails.c:
7048         (ev_sidebar_thumbnails_set_document):
7049         * shell/ev-view.c: (status_message_from_link),
7050         (ev_view_motion_notify_event):
7051         * shell/ev-window.c: (document_supports_sidebar): Add in page
7052         label support.  It's not perfect yet, but it's the first 'feature'
7053         in a while.
7054         Also, fix a bogus comment noticed by crispin. 
7055
7056 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
7057
7058         * Makefile.am: Remove pixbuf backend for now
7059
7060         * configure.ac: Require poppler-glib instead of just poppler.
7061
7062         * backend/ev-document-thumbnails.h: Add a comment
7063
7064         * backend/ev-document.h:
7065         * backend/ev-document.c: (ev_document_class_init),
7066         (ev_document_load), (ev_document_get_link),
7067         (ev_document_get_links): Remove 3 methods and add get_links.
7068         Also, made 0 based.
7069
7070         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7071         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
7072
7073         * backend/ev-link.c: (ev_link_set_title),
7074         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
7075         (ev_link_mapping_find):
7076         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
7077         
7078         * backend/ev-page-cache.c: (ev_page_cache_init),
7079         (_ev_page_cache_new), (ev_page_cache_set_current_page),
7080         (ev_page_cache_get_size), (ev_page_cache_next_page),
7081         (ev_page_cache_prev_page): Fix to be 0 based.
7082
7083         * pdf/Makefile.am: 
7084         * pdf/ev-poppler.h:
7085         * pdf/ev-poppler.cc: New backend.
7086         
7087         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
7088         (ps_document_get_page), (ps_document_document_iface_init):
7089
7090         * shell/ev-pixbuf-cache.h:
7091         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
7092         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
7093         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
7094         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
7095         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
7096         Fix up code to grab a page cache per each doc.  Also, fix to be 0
7097         based.
7098         
7099         * shell/ev-sidebar-thumbnails.c:
7100         (ev_sidebar_tree_selection_changed), (page_changed_cb),
7101         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
7102
7103         * shell/ev-view.c: (status_message_from_link),
7104         (find_page_at_location), (get_link_at_location),
7105         (ev_view_motion_notify_event), (ev_view_button_release_event),
7106         (ev_view_init): Use the new link code.  Fix to be 0 based.
7107
7108         * shell/ev-window.c: (update_action_sensitivity),
7109         (document_supports_sidebar): 0 based.
7110
7111 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
7112
7113         * pdf/pdf-document.cc: Patch from Fernando Herrera
7114         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
7115         *blush*
7116
7117 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
7118
7119         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
7120         1 to the page, as this seems to be 1 based.  I thought we has this
7121         fixed.  grump.
7122
7123 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
7124
7125         * TODO:
7126         * backend/Makefile.am:
7127         * backend/ev-document-links.c:
7128         (ev_document_links_has_document_links),
7129         (ev_document_links_get_links_model):
7130         * backend/ev-document-links.h:
7131         * backend/ev-document.c: (ev_document_get_page_cache),
7132         (ev_document_get_doc_mutex), (ev_document_load),
7133         (ev_document_save), (ev_document_get_title),
7134         (ev_document_get_n_pages), (ev_document_set_page),
7135         (ev_document_get_page), (ev_document_set_target),
7136         (ev_document_set_scale), (ev_document_set_page_offset),
7137         (ev_document_get_page_size), (ev_document_get_text),
7138         (ev_document_get_link), (ev_document_render),
7139         (ev_document_render_pixbuf), (ev_document_scale_changed):
7140         * backend/ev-document.h:
7141         * backend/ev-job-queue.c: (remove_object_from_queue),
7142         (notify_finished), (handle_job), (search_for_jobs_unlocked),
7143         (no_jobs_available_unlocked), (ev_render_thread),
7144         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
7145         (ev_job_queue_remove_job):
7146         * backend/ev-job-queue.h:
7147         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7148         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7149         (ev_job_links_class_init), (ev_job_render_init),
7150         (ev_job_render_dispose), (ev_job_render_class_init),
7151         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7152         (ev_job_thumbnail_class_init), (ev_job_finished),
7153         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7154         (ev_job_render_run), (ev_job_thumbnail_new),
7155         (ev_job_thumbnail_run):
7156         * backend/ev-jobs.h:
7157         * backend/ev-link.c:
7158         * backend/ev-link.h:
7159         * backend/ev-page-cache.c: (ev_page_cache_init),
7160         (ev_page_cache_class_init), (ev_page_cache_finalize),
7161         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
7162         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7163         (ev_page_cache_set_link), (ev_page_cache_get_title),
7164         (ev_page_cache_get_size), (ev_page_cache_next_page),
7165         (ev_page_cache_prev_page):
7166         * backend/ev-page-cache.h:
7167         * pdf/pdf-document.cc:
7168         * ps/gsdefaults.c:
7169         * ps/gsdefaults.h:
7170         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
7171         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
7172         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
7173         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
7174         (is_interpreter_ready), (output), (catchPipe), (input),
7175         (start_interpreter), (check_filecompressed), (compute_dimensions),
7176         (ps_document_enable_interpreter), (document_load),
7177         (ps_document_next_page), (render_page), (ps_document_set_page),
7178         (ps_document_set_scale), (render_pixbuf_idle),
7179         (ps_document_render_pixbuf), (ps_document_document_iface_init):
7180         * ps/ps-document.h:
7181         * shell/Makefile.am:
7182         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
7183         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
7184         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
7185         (ev_pixbuf_cache_new), (job_finished_cb),
7186         (check_job_size_and_unref), (move_one_job),
7187         (ev_pixbuf_cache_update_range), (find_job_cache),
7188         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
7189         (ev_pixbuf_cache_add_jobs_if_needed),
7190         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
7191         * shell/ev-pixbuf-cache.h:
7192         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
7193         (idle_print_handler):
7194         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
7195         (selection_changed_cb), (create_loading_model),
7196         (ev_sidebar_links_construct), (links_page_num_func),
7197         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
7198         (update_page_callback), (job_finished_cb),
7199         (ev_sidebar_links_set_document):
7200         * shell/ev-sidebar-thumbnails.c:
7201         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
7202         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
7203         (page_changed_cb), (thumbnail_job_completed_callback),
7204         (ev_sidebar_thumbnails_set_document):
7205         * shell/ev-sidebar-thumbnails.h:
7206         * shell/ev-sidebar.c: (ev_sidebar_set_document):
7207         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
7208         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
7209         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
7210         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
7211         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
7212         (ev_view_button_release_event), (ev_view_scroll_view),
7213         (ev_view_class_init), (ev_view_init), (update_find_status_message),
7214         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
7215         (ev_view_new), (job_finished_cb), (page_changed_cb),
7216         (ev_view_set_document), (go_to_link), (ev_view_zoom),
7217         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
7218         (ev_view_find_previous):
7219         * shell/ev-view.h:
7220         * shell/ev-window.c: (update_action_sensitivity),
7221         (ev_window_open_page), (update_window_title), (update_total_pages),
7222         (page_changed_cb), (ev_window_setup_document),
7223         (password_dialog_response), (ev_window_cmd_save_as),
7224         (ev_window_print), (ev_window_cmd_go_previous_page),
7225         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
7226         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
7227         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
7228         * shell/main.c: (main):
7229
7230         Merge evince-threads branch
7231
7232 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
7233
7234         * configure.ac: Added "lt" to ALL_LINGUAS.
7235
7236 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
7237
7238         * NEWS:
7239         * configure.ac:
7240
7241         Release 0.1.9
7242
7243 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
7244
7245         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7246
7247         Fix here also the thumbnails 1-basedness :)
7248
7249 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
7250
7251         * NEWS:
7252         * configure.ac:
7253
7254         Release 0.1.8
7255
7256 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
7257
7258         * pdf/pdf-document.cc:
7259         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7260         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
7261
7262         Fix the mess we did with thumbnails and 1-basedness
7263
7264 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
7265
7266         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
7267
7268 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
7269
7270         * NEWS:
7271         * configure.ac:
7272
7273         Release 0.1.7
7274
7275 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
7276
7277         * ps/Makefile.am:
7278         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
7279         (gtk_gs_defaults_get_alpha_parameters),
7280         (gtk_gs_defaults_get_ungzip_cmd),
7281         (gtk_gs_defaults_get_unbzip2_cmd):
7282         * ps/gsdefaults.h:
7283         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
7284         (ps_document_get_orientation), (document_load),
7285         (ps_document_goto_page), (ps_document_set_page_size):
7286         * ps/ps-document.h:
7287
7288         Some more sanitization of the ps backend. Remove a lot
7289         of unused code and do not base our defaults on ggv
7290         preferences (ugh!)
7291
7292 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
7293
7294         * thumbnailer/evince-thumbnailer.schemas:
7295         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
7296         (main): add -s option for thumbnail size.
7297
7298 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
7299
7300         * configure.ac:
7301
7302         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
7303         remove it.
7304
7305 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
7306
7307         * pdf/pdf-document.cc:
7308
7309         Remove 4 pixels of useless border from the
7310         thumbnail.
7311
7312 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
7313
7314         * backend/ev-document-thumbnails.c:
7315         (ev_document_thumbnails_get_thumbnail):
7316         * backend/ev-document-thumbnails.h:
7317
7318         Rework API a bit. Add a border flag and
7319         change sizing logic (now the size we specify
7320         applies to the bigger dimension).
7321
7322         * pdf/pdf-document.cc:
7323         * pixbuf/pixbuf-document.c:
7324         (pixbuf_document_thumbnails_get_thumbnail):
7325         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
7326         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7327
7328         Adapt to the new API and do not draw a border for nautilus
7329         thumbnailer.
7330
7331 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
7332
7333         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7334         take thumbnails from page "0" instead of "1". Added a copyright header.
7335
7336 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
7337
7338         * ps/ps-document.c: (set_up_page), (start_interpreter):
7339
7340         Make it C89 compliant
7341
7342 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
7343
7344         * Makefile.am:
7345         * configure.ac:
7346         * pdf/.cvsignore:
7347         * pdf/pdf-document.cc:
7348         * thumbnailer/Makefile.am:
7349         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
7350         (main):
7351         * thumbnailer/evince-thumbnailer.schemas:
7352         * thumbnailer/pdf-icon.png:
7353
7354         Add a nautilus thumbnailer.
7355         Based on patch by Fernando Herrera <fherrera@onirica.com>.
7356
7357 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
7358
7359         * NEWS:
7360         * configure.ac:
7361         * po/POTFILES.in:
7362
7363         Release 0.1.6
7364
7365 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
7366
7367         Use poppler instead of including xpdf source code.  Poppler is a
7368         fork of xpdf to build it as a shared library. See
7369         http://freedesktop.org/wiki/Software/poppler.
7370
7371         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
7372         xpdf fork.
7373         
7374         * pdf/Makefile.am: Build libpdfdocument.a here.
7375         
7376         * pdf/GDKSplashOutputDev.cc:
7377         * pdf/GDKSplashOutputDev.h:
7378         * pdf/GnomeVFSStream.cc:
7379         * pdf/GnomeVFSStream.h:
7380         * pdf-document.cc:
7381         * pdf-document.h:
7382         * test-gdk-output-dev.cc
7383         * Thumb.cc:
7384         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
7385         against poppler.
7386
7387 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7388
7389         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
7390
7391         Clear idle stack before unsetting the document
7392
7393 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7394
7395         * ps/ps-document.c: (ps_document_widget_event),
7396         (ps_document_set_target), (ps_document_finalize),
7397         (ps_document_get_page):
7398
7399         Disconnect the widget event signal on finalize.
7400         Some code cleanups.
7401
7402 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7403
7404         * ps/ps-document.c: (set_up_page):
7405
7406         If there is no bpixmap create one, even if size
7407         is not changed.
7408
7409 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7410
7411         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
7412         (set_up_page), (document_load), (ps_document_set_zoom):
7413
7414         Default page is 0. Calculate size even when we have no
7415         target yet.
7416
7417 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
7418
7419         * shell/ev-sidebar.c: expand the selection widget to be always as
7420         wide as the sidebar
7421
7422 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7423
7424         * shell/ev-sidebar-thumbnails.c:
7425         (ev_sidebar_thumbnails_set_document):
7426
7427         Clear the list store when setting document
7428
7429 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7430
7431         * shell/ev-page-action.c: (update_entry), (sync_entry),
7432         (activate_cb), (entry_size_request_cb), (create_tool_item),
7433         (connect_proxy):
7434
7435         Use an entry for the page control instead of spinbuttons
7436
7437 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7438
7439         * data/evince.schemas.in:
7440
7441         Correct confusing string
7442
7443 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
7444
7445         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
7446         for real.  Gosh, how long has this been broken.
7447
7448         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
7449         check for a NULL link.  We crash otherwise.
7450
7451 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
7452
7453         * NEWS:
7454         * configure.ac:
7455
7456         Release 0.1.5
7457
7458 2005-02-25  Sebastien Bacher  <seb128@debian.org>
7459
7460         * configure.ac: add the french translation.
7461
7462 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7463
7464         * shell/ev-window.c:
7465
7466         Remove unused header -> fix distcheck
7467
7468 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7469
7470         * shell/ev-window.c: (update_window_title),
7471         (ev_window_popup_password_dialog):
7472
7473         Unescape filename for display
7474
7475 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7476
7477         * pdf/xpdf/pdf-document.cc:
7478
7479         In get_page_size deal with rotation. Also
7480         cleanup the function a bit.
7481
7482 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7483
7484         * pdf/xpdf/pdf-document.cc:
7485
7486         Fix crash when opening in new window
7487
7488 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7489
7490         * configure.ac:
7491
7492         Check ghostscript >= 7
7493
7494 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
7495
7496         * shell/ev-window.c:
7497
7498         Make page width the default sizing mode
7499
7500 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
7501         Marco Pesenti Gritti <marco@gnome.org>
7502
7503         * shell/ev-window.c: Remember the sidebar size
7504
7505         * data/evince.schemas.in: Add a new gconf key to store the size of
7506         the sidebar
7507
7508 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
7509
7510         * data/evince-ui.xml:
7511         * shell/ev-window.c: (update_action_sensitivity),
7512         (ev_window_cmd_view_reload):
7513         
7514         Add a "Reload" action and menu entry
7515
7516 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
7517
7518         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
7519         iff the type doesn't support thumbnailing and indexing.
7520
7521 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
7522
7523         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
7524
7525 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7526
7527         * pdf/splash/Splash.cc:
7528
7529         Port fix for a crasher from kde bug
7530         http://bugs.kde.org/show_bug.cgi?id=97131
7531
7532 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7533
7534         * pdf/xpdf/pdf-document.cc:
7535
7536         Return a link even if it's of an unrecognized
7537         type. Otherwise we go in an infinte cycle.
7538
7539 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7540
7541         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
7542         (size_allocate_cb), (ev_window_set_sizing_mode):
7543
7544         Update size when switching mode
7545
7546 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7547
7548         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
7549         (ev_window_cmd_view_page_width), (update_sizing_buttons),
7550         (ev_window_cmd_view_normal_size):
7551
7552         Fix size toggle buttons behavior
7553
7554 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7555
7556         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
7557         (doc_rect_to_view_rect), (ev_view_size_allocate),
7558         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
7559         (scale_changed_callback):
7560
7561         Do not cache offsets in size_allocate.
7562
7563 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7564
7565         * shell/ev-view.c: (ev_view_size_allocate):
7566
7567         Calculate offsets before calling the parent
7568         class (which does a redraw)
7569
7570 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7571
7572         * pdf/xpdf/pdf-document.cc:
7573
7574         Fix a crasher on exit. Unused code, put a TODO
7575
7576 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7577
7578         * backend/ev-document.c: (ev_document_class_init),
7579         (ev_document_page_changed), (ev_document_scale_changed):
7580         * backend/ev-document.h:
7581
7582         Separate page/scale notifications
7583
7584         * pdf/xpdf/pdf-document.cc:
7585
7586         Emit the new signals.
7587         Do not display the pdf page in _render, do it
7588         when scale/page are requested.
7589
7590         * ps/ps-document.c: (ps_document_set_zoom),
7591         (ps_document_widget_event):
7592         * ps/ps-document.h:
7593
7594         Emit the new signals.
7595
7596         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7597         (ev_view_init), (page_changed_callback), (scale_changed_callback),
7598         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
7599         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
7600         * shell/ev-view.h:
7601         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
7602         (ev_window_cmd_view_page_width), (size_allocate_cb),
7603         (ev_window_set_sizing_mode):
7604
7605         Rework sizing to be pixel based.
7606         There are bugs but should be already way better.
7607
7608 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
7609
7610         * shell/ev-window.c: (ev_window_init):
7611
7612         Do not allow to shrink sidebar smaller then
7613         child requisition
7614
7615 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
7616
7617         * shell/ev-sidebar.[ch]
7618         * shell/ev-window.c:
7619
7620         Improved sidebar widget. Fixes #166683
7621
7622 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
7623
7624         * shell/ev-view.c (update_find_status_message): Give translators
7625         more flexibility with ngettext plural handling.
7626
7627 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
7628
7629         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
7630         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
7631         page when we get the page size.
7632
7633 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7634
7635         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
7636
7637         ps pages are 0 based, convert 
7638
7639 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7640
7641         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
7642
7643         Initialize correct parent class. Set GError on document load
7644
7645 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7646
7647         * pdf/xpdf/pdf-document.cc:
7648
7649         Fixup selection offset calculation
7650
7651         * shell/ev-view.c: (view_rect_to_doc_rect),
7652         (doc_rect_to_view_rect), (ev_view_size_allocate),
7653         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
7654         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
7655
7656         Store selection as document relative, so that zooming
7657         and offset changing doesnt break it.
7658
7659 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7660
7661         * shell/ev-view.c: (ev_view_best_fit):
7662
7663         Do not try to best fit if the view is not realized
7664
7665 2005-02-20  Kostas Papadimas <pkst@gnome.org>
7666           
7667         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
7668
7669 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
7670
7671         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
7672
7673 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
7674
7675         * shell/ev-window.c: Change the fullscreen toolbar to always be in
7676         the popup window.  That prevents it resizing when in full screen
7677         mode.
7678
7679         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
7680         multiple rerenders.  This pretty much sucks.
7681
7682         * data/evince-ui.xml: Change the fullscreen toolbar to include the
7683         rest of the toolbar.
7684
7685 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
7686
7687         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
7688
7689 2005-02-17  Alexander Shopov  <ash@contact.bg>
7690
7691         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
7692
7693 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
7694
7695         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
7696
7697 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
7698
7699         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
7700         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
7701         (set_document_page), (document_changed_callback),
7702         (ev_view_set_document), (ev_view_find_previous),
7703         (ev_view_hide_cursor), (ev_view_show_cursor):
7704         * shell/ev-view.h:
7705         * shell/ev-window.c: (update_chrome_visibility),
7706         (fullscreen_timeout_cb), (fullscreen_set_timeout),
7707         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
7708         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
7709         (ev_window_unfullscreen):
7710         * shell/main.c: (main):
7711
7712         Automatically hide the fullscreen button.
7713         Patch by Kristian Høgsberg <krh@redhat.com>
7714
7715 2005-02-16  Vincent Noel  <vnoel@cox.net>
7716
7717         * shell/main.c (main): Specify an icon for the window. Patch by
7718         Jaap A. Haitsma. Fixes #166177.
7719
7720 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
7721
7722         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
7723
7724 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
7725
7726         * backend/ev-document-misc.h:
7727         * backend/ev-document-misc.c:
7728         (ev_document_misc_get_page_border_size),
7729         (ev_document_misc_paint_one_page): New function to canonicalize
7730         sizing/painting a border.
7731
7732         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
7733         used.
7734
7735         * pdf/xpdf/pdf-document.cc: use new function
7736
7737         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7738         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
7739         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
7740         shell/ev-window.c: (update_sizing_buttons),
7741         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
7742         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
7743         (ev_window_cmd_view_page_width), (size_allocate_cb),
7744         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
7745         and "fit width" values act as toggle buttons so they stay
7746         toggled.  It's not 100% perfect, and it's a little slow, but it's
7747         good enough to commit I think.
7748
7749 2005-02-15  David Lodge  <dave@cirt.net>
7750
7751         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
7752
7753 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
7754
7755         * shell/ev-window.c (update_window_title): replace newlines in
7756         the title by spaces. Bug #166107.
7757
7758 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
7759
7760         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
7761         parameters providing allocation width and height without
7762         scrollbars and width of a possible vertical scrollbar. With this
7763         additional information the functions can work as
7764         intended. Unfortunately they're not idempotent. We should
7765         transform these commands to toggles. Fixes Bug #164976
7766         Initial patch by Stephane Loeuillet, then heavily modified.
7767
7768         * shell/ev-view.h: update prototypes.
7769
7770         * shell/ev-window.c (ev_window_cmd_view_best_fit)
7771         (ev_window_cmd_view_page_width): provide EvView fit functions with
7772         all the information they need. Formulas to calculate this
7773         information taken from GtkScrolledWindow.
7774
7775 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
7776
7777         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
7778         created a thumbnail, the list store is updated to know
7779         that the thumbnail is set. Fixes bug #166792
7780
7781 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7782
7783         * shell/ev-window.c: fixed typo, closes bug 166897
7784
7785         * TODO: updated TODO with bug numbers that are relevant
7786
7787 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
7788
7789         * shell/ev-window.c: Support for DnD of files. Fixes #164813
7790
7791 2005-02-09  Vincent Noel  <vnoel@cox.net>
7792
7793         * shell/ev-window.c: (set_action_properties): Set the "Previous"
7794         and "Next" toolbar buttons as important to make them stand out.
7795
7796 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
7797
7798         * lib/ev-debug.c:
7799         * lib/ev-debug.h:
7800         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
7801         (start_interpreter), (stop_interpreter), (document_load),
7802         (ps_document_next_page), (ps_document_goto_page),
7803         (ps_document_set_page_size), (ps_document_widget_event),
7804         (ps_document_render):
7805         * shell/ev-page-view.c: (ev_page_view_dispose):
7806         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
7807
7808         Fix compilation on non-gcc platforms
7809
7810 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
7811
7812         * NEWS:
7813         * configure.ac:
7814
7815         Release 0.1.4
7816
7817         * pdf/xpdf/Catalog.cc:
7818         * pdf/xpdf/XRef.cc:
7819
7820         Fix the fix for CAN-2004-0888
7821
7822 2005-02-09  Luca Ferretti <elle.uca@libero.it>
7823
7824         * data/Makefile.am:
7825         * data/evince-ui.xml:
7826         * shell/ev-stock-icons.c: (ev_stock_icons_init):
7827         * shell/ev-stock-icons.h:
7828         * shell/ev-window.c: (update_action_sensitivity),
7829         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
7830         (set_action_properties):
7831
7832         Improve toolbar layout/icons
7833
7834 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
7835
7836         * pdf/xpdf/pdf-document.cc:
7837
7838         Add warnings about unimplemented/unknown link
7839         types.
7840
7841 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7842
7843         * ps/ps-document.c: (set_up_page):
7844
7845         Log gs property
7846
7847 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7848
7849         * ps/ps-document.c: (start_interpreter):
7850
7851         Log gs env var
7852
7853 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7854
7855         * shell/ev-page-view.c: (ev_page_view_dispose):
7856         * shell/ev-view.c: (ev_view_finalize):
7857         * shell/ev-window.c: (ev_window_setup_document),
7858         (ev_window_dispose), (ev_window_init):
7859
7860         Solve more refs issues.
7861
7862         I commented out the page_view initialization for now:
7863         it was never destroyed (because it's never added
7864         to a container). Because of that we was leaking
7865         gs processes. Couldnt think to a clean fix.
7866         We need to figure this out, password view has the
7867         same issue probably.
7868
7869 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7870
7871         * ps/ps-document.c: (ps_document_finalize),
7872         (ps_document_get_n_pages), (ps_document_get_page):
7873
7874         Some cleanups, stop the interpreter on finalize
7875
7876         * shell/ev-page-view.c: (ev_page_view_dispose),
7877         (ev_page_view_class_init):
7878
7879         Release our reference on the document
7880
7881 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7882
7883         * Makefile.am:
7884         * configure.ac:
7885         * doc/debugging.txt:
7886         * lib/.cvsignore:
7887         * lib/Makefile.am:
7888         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
7889         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
7890         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
7891         * lib/ev-debug.h:
7892
7893         Add debugging helpers
7894
7895         * ps/Makefile.am:
7896         * ps/ps-document.c: (set_up_page), (start_interpreter),
7897         (stop_interpreter), (document_load), (ps_document_next_page),
7898         (ps_document_goto_page), (ps_document_set_page_size),
7899         (ps_document_widget_event), (ps_document_render):
7900         * shell/Makefile.am:
7901         * shell/ev-view.c: (expose_bin_window):
7902         * shell/main.c: (main):
7903
7904         Add some logs
7905         
7906 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7907
7908         * ps/ps-document.c: (ps_document_widget_event):
7909
7910         Initialize message_window, this should make ps
7911         rendering really work! (Never noticed because I was
7912         testing with a ps that is causing gs to exit every time!)
7913
7914 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
7915
7916         * data/evince.schemas.in: updated simple error in applyto closing tag
7917
7918 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
7919
7920         * Makefile.am:
7921         * configure.ac:
7922         * data/.cvsignore:
7923         * data/Makefile.am:
7924         * data/evince-ui.xml:
7925         A data/evince.schemas.in:
7926         * po/POTFILES.in:
7927         * shell/ev-stock-icons.c: (ev_stock_icons_init):
7928         * shell/ev-stock-icons.h:
7929         * shell/ev-window.c: (update_chrome_visibility),
7930         (update_chrome_flag), (ev_window_cmd_edit_find),
7931         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
7932         (ev_window_unfullscreen), (ev_window_focus_in_event),
7933         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
7934         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
7935         (ev_window_view_sidebar_cb), (find_bar_close_cb),
7936         (ev_window_dispose), (ev_window_class_init),
7937         (set_action_properties), (set_chrome_actions), (load_chrome),
7938         (ev_window_init):
7939
7940         Implement fullscreen mode changes from bug #164776.
7941         Also implement persistent chrome toggles.
7942
7943 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
7944
7945         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
7946
7947 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7948
7949         * NEWS:
7950         * configure.ac:
7951         * shell/ev-view.c:
7952
7953         Add another check for find interface
7954
7955         Release 0.1.3
7956
7957 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7958
7959         * shell/ev-application.c: (ev_application_open):
7960         * shell/ev-window.c: (ev_window_open):
7961
7962         Open gzipped ps documents
7963
7964 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7965
7966         * TODO:
7967         * shell/ev-view.c: (set_document_page):
7968
7969         Clamp page number, dont try to move to
7970         not existant pages.
7971
7972 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7973
7974         * backend/ev-document-find.c: (ev_document_find_changed):
7975         * backend/ev-document-find.h:
7976         * pdf/xpdf/pdf-document.cc:
7977         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
7978         * shell/ev-window.c: (find_bar_search_changed_cb):
7979
7980         Fix several bugs with find
7981
7982 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
7983
7984         * shell/ev-sidebar-thumbnails.c
7985         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
7986         document. Prevents warning from scroll_to_cell.
7987
7988 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
7989
7990         * configure.ac: Add «nb» to ALL_LINGUAS too.
7991
7992 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
7993
7994         * NOTES: New file with some random thoughts.
7995
7996         * TODO: Update.
7997
7998         * backend/ev-document-misc.c:
7999         (ev_document_misc_get_page_border_size): New function to
8000         canonicalize shadow drawing sizes.  Possibly goofy.
8001
8002         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
8003         (ev_view_best_fit), (ev_view_fit_width):
8004         * pdf/xpdf/pdf-document.cc:
8005         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
8006         * ps/ps-document.c: (ps_document_get_page_size):
8007         * backend/ev-document-misc.h:
8008         * backend/ev-document.c: (ev_document_get_page_size):
8009         * backend/ev-document.h: get_page_size now takes a page number
8010         parameter.  Made all the backends/frontends honor it.
8011
8012         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
8013         see.  Doesn't work yet.
8014
8015         * shell/Makefile.am:
8016         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
8017         Doesn't do anything yet.
8018
8019         * shell/ev-sidebar-thumbnails.c:
8020         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
8021         [0..n_pages-1]
8022
8023         * shell/ev-window.c: (update_action_sensitivity),
8024         (ev_window_setup_document), (ev_window_set_page_mode),
8025         (ev_window_page_mode_cb), (ev_window_init): Clean up the
8026         view-swapping code a bit so we can have multiple views on a
8027         document.  Add the multi-page view, though it can't be turned on
8028         yet.
8029
8030 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
8031
8032         * shell/ev-application.c: (ev_application_open):
8033         * shell/ev-view.c: (expose_bin_window):
8034         * shell/ev-window.c: (ev_window_open):
8035
8036         Support eps and check document supports find
8037         before drawing highlightings in expose.
8038
8039 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
8040
8041         * pixbuf/pixbuf-document.c:
8042         (pixbuf_document_thumbnails_get_dimensions),
8043         (pixbuf_document_document_thumbnails_iface_init):
8044
8045         implement get_dimensions
8046
8047 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
8048
8049         * NEWS:
8050         * configure.ac:
8051
8052         Release 0.1.2
8053
8054 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8055
8056         * shell/ev-view.c: (set_document_page):
8057
8058         Scroll at the top of the page when changing page
8059
8060 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8061
8062         * shell/ev-view.c: (ev_view_motion_notify_event):
8063
8064         Do not redraw unnecessarily
8065
8066 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8067
8068         * pdf/xpdf/pdf-document.cc:
8069         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8070         (expose_bin_window), (find_changed_cb):
8071
8072         Yay! find works now... Now to find bugs...
8073
8074 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8075
8076         * backend/ev-document-find.c: (ev_document_find_base_init),
8077         (ev_document_find_changed):
8078         * backend/ev-document-find.h:
8079         * pdf/xpdf/pdf-document.cc:
8080         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8081         (expose_bin_window), (ev_view_init), (set_document_page),
8082         (ensure_rectangle_is_visible), (jump_to_find_result),
8083         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
8084         (ev_view_find_next), (ev_view_find_previous):
8085         * shell/ev-view.h:
8086         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
8087
8088         More work on find implementation, mostly there now
8089
8090 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
8091
8092         * backend/ev-backend-marshalers.list:
8093         * backend/ev-document-find.c: (ev_document_find_base_init),
8094         (ev_document_find_cancel), (ev_document_find_page_has_results),
8095         (ev_document_find_get_n_results), (ev_document_find_get_result),
8096         (ev_document_find_get_progress), (ev_document_find_changed):
8097         * backend/ev-document-find.h:
8098
8099         Enanche the find interface to be really able to do
8100         multi page find.
8101
8102         * pdf/xpdf/pdf-document.cc:
8103
8104         Implement
8105
8106         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
8107         (expose_bin_window), (ev_view_init),
8108         (ev_view_get_find_status_message), (find_changed_cb),
8109         (ev_view_set_document), (set_document_page):
8110
8111         Adapt to the new interface. A few things are regressed sorry,
8112         I will finish it soon.
8113
8114 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
8115
8116         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
8117         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
8118         ev_sidebar_thumbnails_parent_class variable, don't define another
8119         parent_class variable.
8120
8121         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
8122         (ev_page_action_class_init): ditto.
8123
8124         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
8125         (pixbuf_document_class_init): ditto.
8126
8127         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
8128         ditto.
8129
8130         * .cvsignore: ignore various valgrind output files.
8131
8132 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
8133
8134         * data/evince-ui.xml:
8135         * shell/Makefile.am:
8136         * shell/ev-history.c:
8137         * shell/ev-history.h:
8138         * shell/ev-navigation-action.c:
8139         * shell/ev-navigation-action.h:
8140         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
8141         (ev_view_set_page), (ev_view_fit_width):
8142         * shell/ev-view.h:
8143         * shell/ev-window.c: (update_action_sensitivity),
8144         (ev_window_setup_document), (register_custom_actions):
8145
8146         Kill session history
8147
8148 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
8149
8150         * shell/ev-window.c: (update_action_sensitivity):
8151
8152         Fix inverted up/down buttons
8153
8154 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
8155
8156         * shell/ev-sidebar-thumbnails.c
8157         (ev_sidebar_thumbnails_select_page): make sure the selected
8158         thumbnail stays visible.
8159
8160 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
8161
8162         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
8163         scrolled window for Federico.
8164
8165 2005-01-26  Ole Laursen  <olau@hardworking.dk>
8166
8167         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
8168
8169 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
8170
8171         * configure.ac:
8172         * pdf/splash/SplashFTFontEngine.cc:
8173
8174         Fix CID fonts with freetype 2.1.9
8175
8176 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
8177
8178         * TODO: added item for desktop icon thumbnailer
8179
8180 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
8181
8182         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
8183         unloaded docs when the title is accessed.
8184
8185         * shell/ev-password-view.[hc]: New widget for displaying password
8186         state.
8187
8188         * shell/ev-window.[ch]: Refactor password handling code to handle
8189         the new view.
8190
8191 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
8192
8193         * NEWS:
8194         * configure.ac:
8195         * data/Makefile.am:
8196
8197         Release 0.1.1
8198
8199 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8200
8201         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
8202         ignore page offset here, to make search results independent of it,
8203
8204         * shell/ev-view.c (expose_bin_window): but take offsets into
8205         account here. Bug #164932
8206
8207         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
8208         scale at the right time. Bug #164996
8209
8210 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
8211
8212         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
8213         fix the problem. Now I just removed the Adobe font names and hope
8214         that the URW fonts are always in outline format. Bug #164934
8215
8216         * shell/ev-window.c (update_window_title): empty titles are
8217         useless, use filename in that case too.
8218
8219         * NEWS: Add some content.
8220
8221 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
8222
8223         * TODO: added one more TODO item and a TODONE section :)
8224
8225 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
8226
8227         * ps/ps-document.h: add page_[xy]_offset fields.
8228
8229         * ps/ps-document.c (ps_document_set_page_offset)
8230         (ps_document_render): Keep offset in consideration in a few
8231         places. Bug #164752 "postscript documents are not centered in
8232         window"
8233
8234         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
8235         s/gpdf/evince/. Spotted by Stephane Loeuillet.
8236
8237         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
8238         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
8239         stub out missing methods for complete EvDocument implementation.
8240         Fixes segfaults with Save A Copy and Copy actions.
8241
8242         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
8243         (ps_document_document_iface_init): ditto.
8244         
8245 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8246
8247         * data/.cvsignore:
8248         * data/Makefile.am:
8249         * data/evince.desktop.in:
8250
8251         Add desktop file
8252
8253 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8254
8255         * shell/ev-view.c: (ev_view_button_press_event),
8256         (ev_view_motion_notify_event):
8257
8258         Make selection work in any direction
8259
8260 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8261
8262         * TODO:
8263         * shell/ev-window.c: (set_short_labels), (ev_window_init):
8264
8265         Use shorter labels for some of the toolbars items
8266
8267 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8268
8269         * pdf/xpdf/pdf-document.cc:
8270
8271         Check the links info is initialized before
8272         using it. Should fix a crash on startup.
8273
8274 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
8275
8276         * pixbuf/pixbuf-document.c
8277         (pixbuf_document_thumbnails_get_dimensions): force floating point
8278         division to calculate page_ratio. Fixes crash with landscape
8279         format pixbufs.
8280
8281 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
8282
8283         * shell/ev-view.c (ev_view_realize): make the bg color darker.
8284
8285 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
8286
8287         * shell/ev-view.c (set_document_page): unset has_selection when
8288         the page changes.
8289         (set_document_page): handle paper size changes when the page
8290         changes (test with Free Culture, page 2).
8291
8292 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
8293
8294         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
8295         (expose_bin_window), (ev_view_class_init), (ev_view_init):
8296
8297         Use normal style color for the widget background and
8298         draw a black box around the page.
8299
8300 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
8301
8302         * pdf/xpdf/pdf-document.cc:
8303
8304         Keep offset in consideration in a few places
8305
8306         * shell/ev-view.c: (expose_bin_window):
8307
8308         Set the offsets so that the document is ever centered
8309
8310 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8311
8312         * TODO: Added TODO items and finished off the first todo item
8313
8314         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
8315         reflect current authors
8316
8317 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
8318
8319         * pdf/xpdf/pdf-document.cc:
8320         * shell/ev-view.c: (ev_view_set_cursor),
8321         (ev_view_motion_notify_event), (document_changed_callback),
8322         (set_document_page):
8323
8324         Show a wait cursor while the page is rendering
8325
8326 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
8327
8328         * shell/ev-sidebar-thumbnails.c:
8329         (ev_sidebar_tree_selection_changed),
8330         (ev_sidebar_thumbnails_select_page):
8331         * shell/ev-sidebar-thumbnails.h:
8332         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
8333         (ev_view_can_go_forward):
8334         * shell/ev-window.c: (ev_window_open_page),
8335         (ev_window_setup_document), (update_current_page),
8336         (view_page_changed_cb), (ev_window_init):
8337         * shell/ev-window.h:
8338
8339         Ensure thumbnails selection, toolbar page control and
8340         current page are in sync.
8341
8342 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
8343
8344         * pdf/xpdf/XRef.cc:
8345
8346         Fix CAN-2005-0064
8347
8348 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
8349
8350         * backend/Makefile.am:
8351         * backend/ev-document-links.h:
8352         * backend/ev-document-security.c: (ev_document_security_get_type),
8353         (ev_document_security_has_document_security),
8354         (ev_document_security_set_password):
8355         * backend/ev-document-security.h:
8356         * backend/ev-document.c: (ev_document_error_quark):
8357         * backend/ev-document.h:
8358         * data/Makefile.am:
8359         * data/evince-password.glade:
8360         * pdf/xpdf/pdf-document.cc:
8361         * shell/Makefile.am:
8362         * shell/ev-password.c: (ev_password_set_bad_password_label),
8363         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
8364         (ev_password_dialog_get_password),
8365         (ev_password_dialog_set_bad_pass):
8366         * shell/ev-password.h:
8367         * shell/ev-window.c: (ev_window_get_attribute),
8368         (ev_window_set_property), (update_action_sensitivity),
8369         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
8370         (ev_window_setup_document), (ev_window_get_password),
8371         (ev_window_open), (ev_window_cmd_save_as),
8372         (using_postscript_printer), (ev_window_print),
8373         (find_not_supported_dialog), (ev_window_cmd_edit_find),
8374         (update_fullscreen_popup), (ev_window_fullscreen),
8375         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
8376         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
8377         (menu_item_select_cb), (find_bar_search_changed_cb),
8378         (ev_window_dispose), (ev_window_init):
8379
8380         Add initial support for password-supported dialogs.  This could be
8381         a lot cooler, but it'll do for now.
8382
8383 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
8384
8385         * pdf/xpdf/pdf-document.cc:
8386         * shell/ev-view.c: (status_message_from_link),
8387         (ev_view_set_status), (ev_view_set_cursor),
8388         (ev_view_motion_notify_event), (ev_view_init):
8389         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
8390
8391         Fix bugs in the links implementation and change cursor
8392         when hovering a link.
8393
8394 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
8395
8396         * viewer/.cvsignore: added cvsignore file for viewer directory
8397
8398         * TODO: created TODO document
8399
8400 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
8401
8402         * shell/ev-view.h:
8403         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
8404         new functions to help with implementation of sensitivity code
8405         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
8406         of all actions that might require it.  Fixes a crash when you
8407         click on the Zoom actions in a window lacking a document.
8408
8409 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
8410
8411         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
8412         of the Find action
8413
8414 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
8415
8416         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
8417         (pixbuf_document_document_iface_init):
8418         * ps/ps-document.c: (ps_document_get_link),
8419         (ps_document_document_iface_init):
8420         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
8421         (status_message_from_link), (ev_view_set_status),
8422         (ev_view_set_find_status), (ev_view_motion_notify_event),
8423         (ev_view_button_release_event), (ev_view_set_property),
8424         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
8425         (ev_view_get_find_status_message), (update_find_results),
8426         (ev_view_get_status), (ev_view_get_find_status):
8427         * shell/ev-view.h:
8428         * shell/ev-window.c: (view_status_changed_cb),
8429         (view_find_status_changed_cb), (ev_window_init):
8430
8431         View status message support, use it to show the links.
8432         Needs work...
8433
8434 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
8435
8436         * backend/ev-document.c: (ev_document_get_link):
8437         * backend/ev-document.h:
8438         * pdf/xpdf/pdf-document.cc:
8439         * shell/ev-application.c: (ev_application_open):
8440         * shell/ev-application.h:
8441         * shell/ev-sidebar-links.c: (selection_changed_cb):
8442         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
8443         (ev_view_go_to_link):
8444
8445         Add support for document links
8446
8447 2005-01-13  Anders Carlsson  <andersca@gnome.org>
8448
8449         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
8450         (create_tool_item):
8451         Set the spin button limits correctly.
8452         
8453         * shell/ev-sidebar-thumbnails.c:
8454         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
8455         Support changing pages by clicking on the thumbnails.
8456         
8457 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
8458
8459         * pixbuf/pixbuf-document.c:
8460         (pixbuf_document_thumbnails_get_dimensions),
8461         (pixbuf_document_document_thumbnails_iface_init):
8462
8463         implement get_dimensions
8464
8465 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
8466
8467         * ps/ps-document.c: (ps_document_goto_page):
8468
8469         Fix page switching on multipage documents
8470
8471 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
8472
8473         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
8474         
8475         check for NULL before assigning to width and height parameters
8476
8477 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
8478
8479         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8480         (pixbuf_document_set_property), (pixbuf_document_get_property):
8481
8482         implement get/set properties
8483
8484 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
8485
8486         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
8487         
8488         return NULL instead of "Unknown", letting the title get set to
8489         the filename when the pdf has no title.
8490
8491 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
8492
8493         * ps/ps-document.c: (ps_document_get_page_count),
8494         (ps_document_goto_page):
8495
8496 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
8497
8498         * shell/ev-history.c: (ev_history_get_property),
8499         (ev_history_set_property), (ev_history_class_init),
8500         (ev_history_add_page), (ev_history_set_current_index):
8501         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
8502         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
8503         (ev_navigation_action_finalize):
8504         * shell/ev-navigation-action.h:
8505         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
8506         (ev_view_go_forward), (ev_view_get_find_status_message),
8507         (history_index_changed_cb), (ev_view_set_history):
8508         * shell/ev-view.h:
8509         * shell/ev-window.c: (update_total_pages), (ev_window_open),
8510         (update_current_page), (register_custom_actions):
8511
8512         Implement history dropdowns
8513
8514 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
8515
8516         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
8517         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
8518         (ev_view_go_forward):
8519         * shell/ev-window.c: (register_custom_actions):
8520
8521         Fix several history bugs
8522
8523 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
8524
8525         * configure.ac: Add «nb» to ALL_LINGUAS.
8526
8527 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
8528
8529         * backend/Makefile.am:
8530         * backend/ev-bookmark.c:
8531         * backend/ev-bookmark.h:
8532         * backend/ev-document-bookmarks.c:
8533         * backend/ev-document-bookmarks.h:
8534         * backend/ev-document-links.c: (ev_document_links_get_type),
8535         (ev_document_links_has_document_links),
8536         (ev_document_links_begin_read), (ev_document_links_get_link),
8537         (ev_document_links_get_child), (ev_document_links_next),
8538         (ev_document_links_free_iter):
8539         * backend/ev-document-links.h:
8540         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
8541         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
8542         (ev_link_get_link_type), (ev_link_set_link_type),
8543         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
8544         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
8545         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
8546         (ev_link_new_external):
8547         * backend/ev-link.h:
8548         * pdf/xpdf/pdf-document.cc:
8549         * shell/Makefile.am:
8550         * shell/ev-application.c: (ev_application_open_link):
8551         * shell/ev-application.h:
8552         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
8553         (ev_history_get_link_nth):
8554         * shell/ev-history.h:
8555         * shell/ev-sidebar-bookmarks.c:
8556         * shell/ev-sidebar-bookmarks.h:
8557         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
8558         (ev_sidebar_links_class_init), (selection_changed_cb),
8559         (ev_sidebar_links_construct), (ev_sidebar_links_init),
8560         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
8561         (do_one_iteration), (populate_links_idle),
8562         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
8563         * shell/ev-sidebar-links.h:
8564         * shell/ev-sidebar.c: (ev_sidebar_set_document):
8565         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
8566         (go_to_index):
8567         * shell/ev-view.h:
8568         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
8569         * shell/ev-window.h:
8570
8571         Rename bookmark to link, and use "Index" for the sidebar panel.
8572
8573 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
8574
8575         * shell/Makefile.am:
8576         * shell/ev-application.c: (ev_application_open_bookmark):
8577         * shell/ev-application.h:
8578         * shell/ev-history.c: (ev_history_init), (free_links_list),
8579         (ev_history_finalize), (ev_history_class_init),
8580         (ev_history_add_link), (ev_history_add_page),
8581         (ev_history_get_link_nth), (ev_history_get_n_links),
8582         (ev_history_get_current_index), (ev_history_set_current_index),
8583         (ev_history_new):
8584         * shell/ev-history.h:
8585         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8586         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
8587         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
8588         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
8589         (ev_view_set_page):
8590         * shell/ev-view.h:
8591         * shell/ev-window.c: (ev_window_open_bookmark),
8592         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
8593         (goto_page_cb), (register_custom_actions):
8594         * shell/ev-window.h:
8595
8596         Initial history implementation. Needs work.
8597
8598 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
8599
8600         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
8601
8602 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
8603
8604         * cut-n-paste/recent-files/egg-recent-item.c:
8605         * cut-n-paste/recent-files/egg-recent-item.h:
8606         * cut-n-paste/recent-files/egg-recent-model.c:
8607         * cut-n-paste/recent-files/egg-recent-util.c:
8608         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8609         * cut-n-paste/recent-files/egg-recent-view.c:
8610
8611         Update
8612
8613 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
8614
8615         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
8616         (fillGlyph, fillImageMask, drawImage):
8617         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
8618         pdf/splash/SplashTypes.h:
8619         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
8620         packed mode for Splash.
8621
8622         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
8623         RGB8 packed mode, eliminates the pixbuf data creation loop.
8624
8625         * shell/ev-print-job.c (ev_print_job_finalize)
8626         (ev_print_job_set_property, ev_print_job_get_property)
8627         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
8628         (ev_print_job_use_print_dialog_settings, idle_print_handler)
8629         (print_closure_finalize, ev_print_job_print): implement
8630         printing (for backends with EvPsExporter)
8631
8632         * shell/ev_print_job.h: update prototypes.
8633
8634         * shell/ev-window.c (ev_window_print): unref print job after
8635         printing.
8636
8637         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
8638         unless the document implements the EvDocumentFind interface.
8639
8640 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
8641
8642         * configure.ac: Added ja to ALL_LINGUAS.
8643
8644 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8645
8646         * pdf/xpdf/pdf-document.cc:
8647
8648         add a FIXME. We should probably not allocate
8649         a bookmark object every time
8650
8651 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8652
8653         * shell/ev-application.c: (ev_application_open),
8654         (ev_application_open_bookmark):
8655         * shell/ev-application.h:
8656         
8657         Add a way to open bookmarks
8658
8659         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
8660         (ev_bookmark_set_uri), (ev_bookmark_get_property),
8661         (ev_bookmark_set_property), (ev_bookmark_class_init),
8662         (ev_bookmark_new_title), (ev_bookmark_new_link),
8663         (ev_bookmark_new_external):
8664
8665         Support for external uris, better constructors.
8666
8667         * backend/ev-bookmark.h:
8668         * pdf/xpdf/pdf-document.cc:
8669         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8670
8671         Handle external uris
8672
8673 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8674
8675         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
8676         (ev_sidebar_bookmarks_construct), (do_one_iteration):
8677
8678         Hook up bookmarks navigation
8679
8680 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8681
8682         * backend/Makefile.am:
8683         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
8684         (ev_bookmark_get_title), (ev_bookmark_set_title),
8685         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
8686         (ev_bookmark_get_page), (ev_bookmark_set_page),
8687         (ev_bookmark_get_property), (ev_bookmark_set_property),
8688         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
8689         (ev_bookmark_new):
8690         * backend/ev-bookmark.h:
8691         * backend/ev-document-bookmarks.c:
8692         (ev_document_bookmarks_get_bookmark):
8693         * backend/ev-document-bookmarks.h:
8694         * pdf/xpdf/pdf-document.cc:
8695         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
8696
8697         Add a bookmark object to the backend and use it instead of get_values
8698
8699 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8700
8701         * data/evince-ui.xml:
8702
8703         Cleanup and add select all.
8704
8705         * shell/ev-view.c: (ev_view_select_all),
8706         (ev_view_button_press_event):
8707         * shell/ev-view.h:
8708         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
8709
8710         Add select all.
8711         Clear selection on click.
8712
8713 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
8714
8715         * shell/ev-sidebar-thumbnails.c
8716         (ev_sidebar_thumbnails_set_document): forgot to unref the
8717         loading_icon.
8718
8719 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
8720
8721         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
8722         at the visible page, not just linearly.  This makes it look fast.
8723
8724 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
8725
8726         * backend/ev-document-misc.c
8727         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
8728         white.
8729         * backend/ev-document-thumbnails.h: New interface to get the size
8730         of a page.
8731
8732 2005-01-06  Jeremy Katz  <katzj@redhat.com>
8733
8734         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
8735         make dist works
8736
8737 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
8738
8739         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
8740         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
8741         things up a bit.
8742
8743         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
8744
8745 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
8746
8747         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
8748         fonts. Should fix font problems on systems that have the base
8749         fonts in bitmap format. Reported by James Henstridge
8750         <james@jamesh.id.au>.
8751
8752 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8753
8754         * pdf/xpdf/Gfx.cc:
8755         * pdf/xpdf/GfxState.cc:
8756
8757         Fix for CAN-2004-1125
8758
8759 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8760
8761         * shell/ev-view.c: (ev_view_copy):
8762         * shell/ev-view.h:
8763         * shell/ev-window.c: (ev_window_cmd_edit_copy):
8764
8765         Implement Edit->Copy
8766
8767 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8768
8769         * backend/ev-document.c: (ev_document_get_text):
8770         * backend/ev-document.h:
8771         * pdf/xpdf/pdf-document.cc:
8772         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
8773         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8774         (ev_view_update_primary_selection), (ev_view_button_press_event),
8775         (ev_view_motion_notify_event), (ev_view_button_release_event):
8776
8777         Beginnings of clipboard support. Incomplete but primary sort
8778         of work.
8779
8780 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8781
8782         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
8783         (expose_bin_window):
8784
8785         Nicer rubberband drawing, from GtkIconView.
8786
8787 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8788
8789         * backend/ev-document.c: (ev_document_save):
8790         * backend/ev-document.h:
8791         * data/evince-ui.xml:
8792         * pdf/xpdf/pdf-document.cc:
8793         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
8794
8795         Implement "Save a copy..." menu item
8796
8797 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8798
8799         * shell/ev-view.c: (ev_view_zoom):
8800
8801         Queue a resize when zoom changes
8802
8803 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
8804
8805         * backend/ev-document-misc.[ch]: New misc file to do simple drop
8806         shadows.
8807
8808         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
8809         thumbnails..
8810
8811 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8812
8813         * pdf/xpdf/pdf-document.cc
8814         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
8815
8816 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
8817
8818         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
8819         It's slow, but I'll speed it up next!
8820
8821 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
8822
8823         * shell/main.c (load_files):
8824
8825         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
8826         from the command line and because it seems more appropriate.
8827
8828 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
8829
8830         * data/evince-ui.xml:
8831         * shell/ev-window.c: (update_action_sensitivity),
8832         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
8833
8834         s/next page/page down
8835         s/previous page/page up
8836
8837 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
8838
8839         * data/evince-ui.xml:
8840
8841         Change the layout to match clarkbw design.
8842
8843         * shell/Makefile.am:
8844         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
8845         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
8846         (ev_navigation_action_finalize),
8847         (ev_navigation_action_set_property),
8848         (ev_navigation_action_get_property),
8849         (ev_navigation_action_class_init):
8850         * shell/ev-navigation-action.h:
8851
8852         Implement clarkbw toolbar navigation controls (incomplete)
8853
8854         * shell/ev-page-action.c: (update_label), (update_spin),
8855         (value_changed_cb), (create_tool_item), (connect_proxy),
8856         (ev_page_action_init), (ev_page_action_finalize),
8857         (ev_page_action_set_property), (ev_page_action_get_property),
8858         (ev_page_action_set_current_page),
8859         (ev_page_action_set_total_pages), (ev_page_action_class_init):
8860         * shell/ev-page-action.h:
8861
8862         Implement a page switcher in the toolbar
8863
8864         * shell/ev-view.c: (ev_view_scroll_view):
8865         * shell/ev-window.c: (update_total_pages), (ev_window_open),
8866         (update_current_page), (view_page_changed_cb), (goto_page_cb),
8867         (register_custom_actions), (ev_window_init):
8868
8869         Change page on PageUp/Down.
8870
8871 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
8872
8873         * pdf/xpdf/pdf-document.cc
8874         (pdf_document_thumbnails_get_thumbnail): initial stab at
8875         implementing thumbnail support for pdfs.  It only does documents
8876         with precached pdfs now.
8877
8878 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
8879
8880         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
8881         thumbnail code into a time-based idle as well.  Also, turn off the
8882         shadow temporarily as it's really slow.
8883
8884 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
8885
8886         * backend/ev-document.c: (ev_document_class_init):
8887         * pdf/xpdf/pdf-document.cc:
8888         * shell/ev-window.c: (ev_window_open):
8889
8890         Fix document title bugs and fallback to
8891         filename when not available.
8892
8893 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
8894
8895         * backend/ev-document.c: (ev_document_get_type),
8896         (ev_document_class_init), (ev_document_load),
8897         (ev_document_get_title):
8898         * backend/ev-document.h:
8899         * pdf/xpdf/pdf-document.cc:
8900         * ps/ps-document.c: (ps_document_set_property),
8901         (ps_document_get_property), (ps_document_class_init),
8902         (document_load):
8903         * ps/ps-document.h:
8904         * ps/ps.h:
8905         * shell/ev-window.c: (update_window_title), (ev_window_open),
8906         (ev_window_init):
8907
8908         Initial support for document title. Not working yet.
8909
8910 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8911
8912         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
8913
8914         Grab focus on the view when clicking it
8915
8916 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8917
8918         * shell/ev-marshal.list:
8919         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
8920         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
8921
8922         Add key bindings to the view. Now if the focus would work
8923         right...
8924
8925 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8926
8927         * Makefile.am:
8928         * backend/Makefile.am:
8929         * data/Makefile.am:
8930         * dvi/Makefile.am:
8931         * dvi/dvilib/Makefile.am:
8932         * pdf/xpdf/Makefile.am:
8933         * po/POTFILES.in:
8934         * ps/Makefile.am:
8935
8936         Fix distcheck
8937
8938 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8939
8940         * shell/ev-view.c: (ev_view_realize):
8941
8942         Fix mouse wheel scrolling
8943
8944 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8945
8946         * ps/Makefile.am:
8947         * ps/gstypes.h:
8948         * ps/gtkgs.c:
8949         * ps/gtkgs.h:
8950         * ps/ps-document.c: (catchPipe), (ps_document_init),
8951         (ps_document_class_init), (ps_document_cleanup),
8952         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
8953         (set_up_page), (close_pipe), (is_interpreter_ready),
8954         (interpreter_failed), (output), (input), (start_interpreter),
8955         (stop_interpreter), (file_length), (file_readable),
8956         (check_filecompressed), (check_pdf), (compute_xdpi),
8957         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
8958         (ps_document_get_type), (ps_document_emit_error_msg),
8959         (document_load), (ps_document_next_page),
8960         (ps_document_get_current_page), (ps_document_get_page_count),
8961         (ps_document_goto_page), (ps_document_set_page_size),
8962         (ps_document_zoom_to_fit), (ps_document_set_zoom),
8963         (ps_document_load), (ps_document_get_n_pages),
8964         (ps_document_set_page), (ps_document_get_page),
8965         (ps_document_widget_event), (ps_document_set_target),
8966         (ps_document_set_scale), (ps_document_set_page_offset),
8967         (ps_document_get_page_size), (ps_document_render),
8968         (ps_document_document_iface_init):
8969         * ps/ps-document.h:
8970         * ps/ps.c:
8971         * shell/ev-window.c: (ev_window_open):
8972
8973         Rename GtkGS to PSDocument
8974
8975 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8976
8977         * ps/gtkgs.c: (gtk_gs_class_init):
8978         * ps/gtkgs.h:
8979
8980         Some more leftover...
8981
8982 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8983
8984         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
8985         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
8986         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
8987         * ps/gtkgs.h:
8988
8989         Remove unused code and make a lot of stuff private
8990
8991 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8992
8993         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
8994         (gtk_gs_defaults_changed):
8995         * ps/gsdefaults.h:
8996         * ps/gtkgs.c:
8997         * ps/gtkgs.h:
8998         * ps/ps.h:
8999
9000         Cleanup headers dependencies
9001
9002 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9003
9004         * ps/Makefile.am:
9005         * ps/ggvutils.c:
9006         * ps/ggvutils.h:
9007         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
9008         * ps/gsdefaults.h:
9009         * ps/gtkgs.c: (file_length), (file_readable),
9010         (check_filecompressed), (check_pdf), (gtk_gs_load),
9011         (gtk_gs_get_postscript):
9012
9013         Get rid of ggvutils
9014
9015 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9016
9017         * ps/ggvutils.c:
9018         * ps/ggvutils.h:
9019         * ps/gsio.h:
9020         * ps/gtkgs.c: (gtk_gs_set_zoom):
9021
9022         Cleanups
9023
9024 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9025
9026         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
9027
9028         Ensure the page is rerendered when changing zoom
9029
9030 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9031
9032         * backend/ev-document.c: (ev_document_base_init),
9033         (ev_document_changed):
9034         * backend/ev-document.h:
9035
9036         Add a changed event that is emitted when the page content
9037         changes. This is necessary to deal with the fact that
9038         in ps backend rendering happen asycrounously.
9039         This makes the ps backend mostly work.
9040
9041         * pdf/xpdf/pdf-document.cc:
9042
9043         Emit changed event
9044
9045         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
9046         (ps_document_set_target):
9047
9048         Emit changed event
9049
9050         * shell/ev-view.c: (document_changed_callback),
9051         (ev_view_set_document), (ev_view_set_page):
9052
9053         Redraw on the changed signal
9054
9055 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
9056
9057         * configure.ac: Added pt_BR to ALL_LINGUAS.
9058
9059 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
9060
9061         * backend/ev-document-bookmarks.c:
9062         (ev_document_bookmarks_get_child): *
9063         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
9064         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
9065         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
9066         (ev_sidebar_bookmarks_destroy),
9067         (ev_sidebar_bookmarks_class_init),
9068         (ev_sidebar_bookmarks_construct), (stack_data_free),
9069         (do_one_iteration), (populate_bookmarks_idle),
9070         (ev_sidebar_bookmarks_clear_document),
9071         (ev_sidebar_bookmarks_set_document): *
9072         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
9073         (ev_sidebar_add_page),
9074         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
9075         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
9076         it displays both the topics and the page numbers.
9077
9078 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
9079
9080         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
9081         toggle.
9082         * shell/ev-window.c (toggle_entries): Set sidebar default value to
9083         visible.
9084
9085 2004-12-23  Adam Weinberger  <adamw@gnome.org>
9086
9087         * configure.ac: Added en_CA to ALL_LINGUAS.
9088
9089 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
9090
9091         * ChangeLog: replace bottom of this ChangeLog (merged history of
9092         ggv and gpdf; where all paths were wrong and most of the files are
9093         not even in this tree) with ChangeLog (from arch) of the shell
9094         code.
9095
9096 2004-12-23  Havoc Pennington  <hp@redhat.com>
9097
9098         * shell/ev-window.c: hook up potentially-questionable "find
9099         results status text" feature - something involving the sidebar or
9100         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
9101         might be better in the end.
9102
9103         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
9104         with corresponding signal when it should be updated
9105
9106         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
9107
9108 2004-12-22  Havoc Pennington  <hp@redhat.com>
9109
9110         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
9111         find stuff on other pages, sort of (only returns one result on
9112         invisible pages, to show they have results; updates full results
9113         for a page when you view it). Currently repaints the current page
9114         every time a new result is found on any page, which isn't so nice.
9115
9116 2004-12-22  Havoc Pennington  <hp@redhat.com>
9117
9118         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
9119         the document doesn't support find (better ideas?)
9120         (find_bar_search_changed_cb): handle missing document or document
9121         that doesn't support find
9122
9123         * pdf/xpdf/pdf-document.cc: port to implement the new
9124         EvDocumentFindIface
9125
9126         * backend/ev-document-find.c: create a new interface for searching
9127
9128         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
9129
9130 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
9131
9132         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
9133         libevbackend.la.
9134
9135         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
9136         EvPrintJob constructor arguments.
9137
9138         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
9139         for documents that can export PostScript (page by page).
9140
9141         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
9142         
9143         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
9144         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
9145         (pdf_document_ps_exporter_iface_init:
9146         Implement EvPSExporter.
9147
9148         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
9149
9150 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9151
9152         * backend/Makefile.am:
9153         * backend/ev-document-thumbnails.c:
9154         (ev_document_thumbnails_get_type),
9155         (ev_document_thumbnails_get_thumbnail):
9156         * backend/ev-document-thumbnails.h:
9157         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
9158         (pixbuf_document_thumbnails_get_thumbnail),
9159         (pixbuf_document_document_thumbnails_iface_init):
9160         * shell/Makefile.am:
9161         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
9162         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
9163         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
9164         * shell/ev-sidebar-thumbnails.h:
9165         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9166         (ev_sidebar_set_document):
9167         * shell/ev-utils.c: (gaussian), (create_blur_filter),
9168         (create_shadow), (ev_pixbuf_add_shadow):
9169         * shell/ev-utils.h:
9170         Add thumbnail support.
9171         
9172 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9173
9174         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
9175         (using_postscript_printer): Set up a print dialog for "PostScript
9176         injection" method.
9177
9178         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
9179         EvPrintJob.
9180
9181         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
9182
9183 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9184
9185         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
9186         (ps_document_set_target), (ps_document_get_page_size),
9187         (ps_document_render):
9188         * ps/gtkgs.h:
9189
9190         Fix a few bugs
9191
9192 2004-12-22  Christian Rose  <menthos@menthos.com>
9193
9194         * configure.ac: Added "sv" to ALL_LINGUAS.
9195
9196 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
9197
9198         * backend/ev-document-bookmarks.[ch]: new interface to indicate
9199         document supports bookmarks.
9200
9201 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9202
9203         * ps/ggvutils.c: (ggv_file_readable):
9204         * ps/ggvutils.h:
9205         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
9206         (gtk_gs_get_postscript):
9207
9208         Remove unused utils
9209
9210 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9211
9212         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
9213         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
9214         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
9215         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
9216         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
9217         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
9218         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
9219         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
9220         (gtk_gs_set_antialiasing), (ps_document_load),
9221         (ps_document_render):
9222         * ps/gtkgs.h:
9223
9224         Another check point for the ps backend. Now I can get it to show
9225         pages!
9226
9227 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
9228
9229         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
9230         document setting code.
9231
9232 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9233
9234         * shell/eggfindbar.c: (entry_activate_callback):
9235         Animate the next button when activate is pressed.
9236         
9237 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9238
9239         * shell/ev-window.c: (ev_window_cmd_edit_find),
9240         (update_fullscreen_popup), (ev_window_fullscreen),
9241         (ev_window_unfullscreen), (ev_window_state_event_cb),
9242         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
9243         Fix bugs in fullscreen code.
9244         
9245 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9246
9247         * Makefile.am:
9248         * configure.ac:
9249         * pixbuf/Makefile.am:
9250         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
9251         (pixbuf_document_load), (pixbuf_document_get_n_pages),
9252         (pixbuf_document_set_page), (pixbuf_document_get_page),
9253         (pixbuf_document_set_target), (pixbuf_document_set_scale),
9254         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
9255         (pixbuf_document_render), (pixbuf_document_begin_find),
9256         (pixbuf_document_end_find), (pixbuf_document_finalize),
9257         (pixbuf_document_class_init),
9258         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9259         * pixbuf/pixbuf-document.h:
9260         * shell/Makefile.am:
9261         * shell/ev-application.c: (ev_application_open):
9262         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
9263         (ev_window_open):
9264         Add pixbuf backend.
9265         
9266 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
9267
9268         * Makefile.am: 
9269         * dvi/dvilib/Makefile.am:
9270         * dvi/Makefile.am:
9271         * configure.ac: Auto*ify dvi and dvi/dvilib
9272
9273         * dvi/Makefile: Remove from CVS
9274         
9275         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
9276         confusion.
9277
9278         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
9279         
9280         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
9281         
9282 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9283
9284         * ps/Makefile.am:
9285         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
9286         (gtk_gs_value_adjustment_changed), (compute_size),
9287         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
9288         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
9289         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
9290         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
9291         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
9292         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
9293         (ps_document_load), (ps_document_get_n_pages),
9294         (ps_document_set_page), (ps_document_get_page),
9295         (ps_document_set_target), (ps_document_set_scale),
9296         (ps_document_set_page_offset), (ps_document_get_page_size),
9297         (ps_document_render), (ps_document_begin_find),
9298         (ps_document_end_find), (ps_document_document_iface_init):
9299         * ps/gtkgs.h:
9300         * shell/Makefile.am:
9301         * shell/ev-window.c: (ev_window_open):
9302
9303         Some work to integrate gtkgs with EvDocument
9304
9305 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9306
9307         * shell/ev-window.c: (update_fullscreen_popup),
9308         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
9309         (exit_fullscreen_button_clicked_cb),
9310         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
9311         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
9312         (ev_window_state_event_cb), (ev_window_init):
9313         Add fullscreen support from Epiphany.
9314         
9315 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9316
9317         * data/ev-stock-zoom-fit-width.png: fit-width
9318         stock icon from gpdf.
9319         
9320         * shell/ev-stock-icons.[ch]: copied from gpdf.
9321         
9322         * shell/main.c: (main): init stock icons.
9323         
9324         * shell/ev-window.c: use the fit-width icon.
9325         
9326         * data/evince-ui.xml: add zooming toolbar items.
9327
9328 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9329
9330         * shell/ev-view.c: 
9331         (ev_view_best_fit), (ev_view_fit_width): because
9332         get_page_size() returns the scaled page size, we
9333         need to calculate the scale factor relative to
9334         the previous scale factor. Should really just
9335         add get_real_page_size().
9336
9337 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9338
9339         * shell/ev-view.[ch]:
9340         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
9341         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
9342         add zooming.
9343         
9344         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9345         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
9346         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
9347         hook it up.
9348         
9349         * pdf/xpdf/pdf-document.cc:
9350         (pdf_document_begin_find),
9351         (pdf_document_end_find): make static.
9352
9353 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9354
9355         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
9356
9357         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
9358         names to fontconfig patterns.
9359         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
9360
9361         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
9362         setupBaseFontsFc.
9363
9364 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9365
9366         * Makefile.am:
9367         * configure.ac:
9368         * ps/Makefile.am:
9369         * ps/ggvutils.c:
9370         * ps/ggvutils.h:
9371         * ps/gsdefaults.c:
9372         * ps/gsdefaults.h:
9373         * ps/gsio.c:
9374         * ps/gsio.h:
9375         * ps/gtkgs.c:
9376         * ps/gtkgs.h:
9377         * ps/ps.c:
9378         * ps/ps.h:
9379
9380         Import ggv backend. Not hooked up yet.
9381
9382 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9383
9384         * shell/main.c: (load_files), (main): load files
9385         from the command line.
9386
9387 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9388
9389         * configure.ac: don't require bonobo.
9390         
9391         * cut-n-paste/recent-files/*: kill bonobo recent
9392         view.
9393
9394         * shell/ev-window.c:
9395         (ev_window_is_empty): upd.
9396         (unable_to_load), (ev_window_open): load backend
9397         based on the mime type.
9398
9399 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9400
9401         * backend/.cvsignore: ignore generated marshalers source.
9402
9403         * shell/main.c (main): this is not epiphany.
9404
9405 2004-12-22  Havoc Pennington  <hp@redhat.com>
9406
9407         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
9408         (expose_bin_window): draw find highlights
9409
9410         * shell/ev-window.c (find_bar_search_changed_cb): implement 
9411         
9412         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
9413         (pdf_document_end_find): implement this interface
9414
9415         * backend/ev-document.c (ev_document_found): add this to emit
9416         signal
9417
9418 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
9419
9420         * data/evince-ui.xml: Add a few more toolbar items.
9421
9422         * shell/ev-window.c: Hook up page navigation toolbar 
9423         items.
9424
9425         * shell/ev-view.[ch]: add ev_view_set/get_page and 
9426         a page-changed signal.
9427
9428         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
9429         Add ev_document_get_page().
9430
9431         * shell/ev-window.c: Sensitize/desensitize navigation
9432         actions.
9433
9434 2004-12-21  Havoc Pennington  <hp@redhat.com>
9435
9436         * backend/ev-backend-marshal.c,
9437         backend/ev-backend-marshalers.list, backend/Makefile.am: add
9438         marshaler-generator thingy. I'm sure there's a better way to do
9439         this in the modern world.
9440
9441         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
9442         end_find methods and "found" signal.
9443
9444         * configure.ac: find glib-genmarshal
9445
9446 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
9447
9448         * shell/ev-sidebar.c: Construct an actual sidebar.
9449         * shell/ev-sidebar-bookmarks.[ch]:
9450         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
9451
9452 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
9453
9454         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
9455         Redo size handling.
9456         
9457         * shell/ev-view.c: Track the size from the document.
9458
9459 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
9460
9461         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
9462         constructor assumes ownership of the string passed in.
9463         
9464         * shell/ev-window.c (ev_window_open): Destroy the error
9465         dialog once we've displayed it.
9466
9467 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
9468
9469         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
9470         a bit, it works! (sort of)
9471
9472         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
9473         Move to .cc since we need to use C++ in the implementation.
9474
9475         * shell/dummy.cc: Add a CC file to force evince
9476         to be linked as a C++ program.
9477
9478 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
9479
9480         * shell/ev-view.[ch]: Start of content-area widget.
9481
9482         * shell/ev-window.c: Create a EvView, update it
9483         as we change documents.
9484
9485         * shell/Makefile.am shell/ev-marshal.list: Add
9486         generated marshalers.
9487
9488 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
9489
9490         * Makefile.am (SUBDIRS): move shell.
9491
9492 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
9493
9494         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
9495         .a to libtool convenience libraries.
9496
9497         * shell/ev-window.c (ev_window_open): Hard code loading
9498         a PDF document.
9499         
9500         * backend/ev-document.h: Add a boolean return to load(),
9501         fix GError * to GError **.
9502
9503         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
9504         object for a PDF backend EvDocument.
9505
9506 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
9507
9508         * dvi/*: New directory with the beginning of a .dvi backend.
9509
9510 2004-12-21  Havoc Pennington  <hp@redhat.com>
9511
9512         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
9513         previous/next instead of back/forward
9514
9515 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
9516
9517         * backend/ev-document.[ch]: Fix a couple of problems so
9518         it compile.
9519
9520 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
9521
9522         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
9523         to backend/ directory, rename EvViewer to EvDocument.
9524
9525 2004-12-21  Havoc Pennington  <hp@redhat.com>
9526
9527         * shell/ev-window.c: hook up the find bar widget; now we just need
9528         a document to find things in
9529
9530         * shell/eggfindbar.c: a find bar widget
9531
9532 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
9533
9534         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
9535
9536 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
9537
9538         * pdf/**: Import of xpdf code from gpdf. 
9539
9540         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
9541
9542         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
9543         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
9544         Fix FreeType includes.
9545
9546         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
9547         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
9548         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
9549         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
9550         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
9551         Include xpdfconfig.h
9552         
9553 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
9554
9555         * shell/ev-window.c (ev_window_dispose): dispose can be called
9556         multiple times.
9557
9558 2004-12-21  Havoc Pennington  <hp@redhat.com>
9559
9560         * shell/ev-window.c (ev_window_init): set title to Document Viewer
9561         rather than Evince
9562
9563         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
9564         items; really they should be synced with the strings, etc. from
9565         current gpdf, but just getting the boring typing out of the way 
9566
9567 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
9568
9569         * po/POTFILES.in:
9570         * shell/ev-application.c: (window_destroy_cb):
9571         * shell/ev-window.c:
9572         * shell/main.c: (main):
9573
9574         Actually show the window...
9575
9576 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
9577
9578         * Makefile.am:
9579         * shell/Makefile.am:
9580         * shell/ev-application.c: (ev_application_class_init):
9581         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
9582
9583         Make it build again
9584
9585 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
9586
9587         Import to gnome cvs.
9588         
9589         * Remove copies of gpdf and ggv trees.
9590         * Rip out all the recursive configure code.
9591         * Remove bonobo machinery.
9592         * viewer/*: GInterfaces that backends should/can implement.
9593
9594 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9595
9596         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
9597         typo
9598
9599 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9600
9601         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
9602         (ev_application_finalize, ev_application_class_init)
9603         (ev_application_init): use GType instance private data for priv.
9604
9605         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
9606         (ev_window_finalize, ev_window_class_init)
9607         (ev_window_init): ditto.
9608
9609 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9610
9611         * shell/ev-application.c (ev_application_new_window): make public
9612         (ev_application_show_initial_window): kill.
9613
9614         * shell/ev-application.h: update prototypes.
9615
9616         * shell/main.cc (main): inline ev_application_show_initial_window.
9617
9618 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9619
9620         * shell/ev-application.c (ev_application_new_window): impl.
9621         (ev_application_show_initial_window): use it.
9622         (is_window_empty, ev_application_get_empty_window): returns an
9623         existing empty window or a new one.
9624         (ev_application_open): from ev_window_cmd_file_open.
9625
9626         * shell/ev-application.h: update prototypes
9627
9628         * shell/ev-window.c (ev_window_is_empty): impl.
9629         (ev_window_open): make public.
9630         (ev_window_cmd_file_open): use ev_application_open
9631
9632         * shell/ev-window.h: update prototypes, remove unused.
9633
9634 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9635
9636         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
9637         move destroy handler out of here...
9638
9639         * shell/ev-application.c, shell/ev-application.h: ...into this new
9640         class. Also handles initial window creation.
9641
9642         * shell/main.cc (main): use EvApplication to create initial
9643         window.
9644
9645 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9646
9647         * Makefile.am (SUBDIRS): add cut-n-paste
9648
9649         * cut-n-paste/Makefile.am: add
9650
9651         * configure.ac: generate Makefiles in cut-n-paste
9652
9653 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9654
9655         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
9656         (ev_window_class_init): install ev_window_dispose.
9657
9658 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9659
9660         * shell/ev-window.h, shell/ev-window.c: replace gchar with
9661         char (gchar looks stupid).
9662
9663 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9664
9665         * po/de.po: updated German translation.
9666
9667 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9668
9669         * configure.ac: add more pkg-config library checks for gnome-vfs,
9670         bonobo etc.
9671
9672         * gpdf/configure.in: temporarily disable libpaper
9673         checks. Otherwise I'd have to add the checks for the shell, too.
9674
9675 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9676
9677         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
9678         and * file filters to the file choose.
9679
9680 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9681
9682         * po/de.po: Updated German translation.
9683
9684 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9685
9686         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
9687
9688 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9689
9690         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
9691
9692         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
9693         (ev_window_init): implement those menuitems.
9694
9695 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9696
9697         * data/evince-ui.xml: add a toolbar (with FileOpen action)
9698
9699         * shell/ev-window.c (ev_window_init): use the toolbar.
9700
9701 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9702
9703         * shell/ev-window.c (ev_window_init): use menu translations
9704
9705 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9706
9707         * configure.ac: add "de" to ALL_LINGUAS.
9708
9709         * po/de.po: add German translation.
9710
9711 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9712
9713         * Makefile.am (SUBDIRS): add po
9714
9715         * configure.ac: check intltool, glib-gettext etc, generate
9716         po/Makefile.in
9717
9718         * po, po/POTFILES.in, po/POTFILES.skip: new.
9719
9720 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9721
9722         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
9723         already use (#ifdef ENABLE_NLS)
9724
9725         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
9726         pointer indirection thinko.
9727
9728         * shell/main.c: include gi18n.h for bindtextdomain etc.
9729
9730 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9731
9732         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
9733         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
9734         tooltips for menu items in the statusbar.
9735
9736 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9737
9738         * configure.ac, data/Makefile.am, shell/Makefile.am: use
9739         pkgdatadir drop UIDIR
9740
9741 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9742
9743         * data/evince-ui.xml: Add File->Open menu item
9744
9745         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
9746         chooser), hook it up in the ui manager.
9747
9748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9749
9750         * shell/ev-window.c: fix Help->About tooltip.
9751
9752 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
9753
9754         * configure.ac: set CFLAGS for libevprivate.
9755
9756         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
9757         definitions, factory etc.
9758
9759         * lib/Makefile.am: build libevprivate.a (only stock icon code).
9760
9761         * shell/Makefile.am: link against libevprivate.a.
9762
9763         * shell/ev-window.c (entries): add stock icon to Help->About.
9764
9765         * shell/main.c (main): init stock icon code.
9766
9767 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9768
9769         * lib/recent-files: egg recent files code
9770
9771         * lib/Makefile.am: add.
9772
9773         * Makefile.am: add lib subdir.
9774
9775         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
9776         set CFLAGS for recent-files.
9777
9778 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9779
9780         * configure.ac: disable -ansi and -pedantic gcc flags. They
9781         disable POSIX stuff in stdio.h, but egg-recent uses them.
9782
9783 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
9784
9785         * configure.ac: add --disable-deprecated flag (defaults to on in
9786         "cvs" builds).
9787
9788         * shell/Makefile.am (INCLUDES): use it.
9789
9790 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9791
9792         * shell/main.c: add missing #include.
9793
9794         * shell/ev-window.c: fix for pedantic gcc.
9795         (ev_window_cmd_help_about): split license into paragraphs for
9796         translators and pedantic compilers.
9797
9798 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9799
9800         * configure.ac: add more warning flags if compiling with gcc from
9801         cvs (or explicitly requested with --enable-more-warnings).
9802
9803 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9804
9805         * data/evince-ui.xml: add File and File->Close menu.
9806
9807         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
9808         (ev_window_destroy): quit after destroy.
9809         (ev_window_class_init): override GtkObject::destroy.
9810         (entries): install close_window callback.
9811
9812 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9813
9814         * Makefile.am (SUBDIRS): add data subdir.
9815
9816         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
9817         gtk+ 2.5.0 for GtkAboutDialog.
9818
9819         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
9820         main window.
9821
9822         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
9823
9824         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
9825         manager.
9826         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
9827
9828 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9829
9830         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
9831
9832 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9833
9834         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
9835
9836 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9837
9838         * shell/*: Added shell directory boilerplate, build it.
9839
9840 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9841
9842         * configure.ac, Makefile.am: Added top-level configure.ac and
9843         Makefile.am