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