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