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