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