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