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