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