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