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