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