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