]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Include config.h. Bug #504721.
[evince.git] / ChangeLog
1 2007-12-28  Christian Persch  <chpe@gnome.org>
2
3         * **/*.c: Include config.h. Bug #504721.
4
5 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
6
7         * configure.ac:
8         * Makefile.am:
9         * po/POTFILES.in:
10         * backend/comics/Makefile.am:
11         * backend/comics/comics-document.[ch]:
12         * backend/comics/comicsdocument.evince-backend.in:
13         * backend/djvu/Makefile.am:
14         * backend/djvu/djvu-document.[ch]:
15         * backend/djvu/djvudocument.evince-backend.in:
16         * backend/dvi/Makefile.am:
17         * backend/dvi/dvi-document.[c]:
18         * backend/dvi/dvidocument.evince-backend.in:
19         * backend/impress/Makefile.am:
20         * backend/impress/impress-document.[ch]:
21         * backend/impress/impressdocument.evince-backend.in:
22         * backend/pdf/Makefile.am:
23         * backend/pdf/ev-poppler.cc:
24         * backend/pdf/ev-poppler.h:
25         * backend/pdf/pdfdocument.evince-backend.in:
26         * backend/pixbuf/Makefile.am:
27         * backend/pixbuf/pixbuf-document.[ch]:
28         * backend/pixbuf/pixbufdocument.evince-backend.in:
29         * backend/ps/Makefile.am:
30         * backend/ps/ev-spectre.[ch]:
31         * backend/ps/ps-document.[ch]:
32         * backend/ps/psdocument.evince-backend.in:
33         * backend/tiff/Makefile.am:
34         * backend/tiff/tiff-document.[ch]:
35         * backend/tiff/tiffdocument.evince-backend.in:
36         * libdocument/Makefile.am:
37         * libdocument/ev-backends-manager.[ch]:
38         * libdocument/ev-module.[ch]:
39         * libdocument/ev-document.h:
40         * libdocument/ev-document-factory.[ch]:
41         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
42         (get_compression_from_mime_type), (get_document_from_uri),
43         (ev_document_factory_get_document), (file_filter_add_mime_types),
44         (ev_document_factory_add_filters):
45         * shell/Makefile.am:
46         * shell/ev-window-title.c: (get_filename_from_uri):
47         * shell/main.c: (main):
48         * thumbnailer/Makefile.am:
49         * thumbnailer/evince-thumbnailer.c: (main):
50
51         Plugin system for backends. Fixes bug #351348.
52         
53 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * shell/ev-view-private.h:
56         * shell/ev-view.c: (ev_view_drag_update_momentum),
57         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
58         (ev_view_button_release_event), (ev_view_destroy):
59         
60         Kinetic scrolling implemented as requested in
61         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
62
63 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
64
65         * data/evince-toolbar.xml:
66         * data/evince-ui.xml:
67         * shell/ev-view-private.h:
68         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
69         (ev_view_button_press_event), (ev_view_motion_notify_event),
70         (ev_view_button_release_event), (ev_view_init),
71         (ev_view_autoscroll_cb), (ev_view_autoscroll),
72         (ev_view_set_cursor):
73         * shell/ev-view.h:
74         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
75         (ev_window_cmd_view_autoscroll):
76         
77         Autoscroll feature with the context menu. Fixes bug 
78         #323670. Thanks to David Turner <cillian64@googlemail.com>.
79
80 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
83
84         Disconnect also page-ready signal when removing a job because the
85         page size has changed. Thanks to kripken
86         <kripkensteiner@gmail.com>.
87
88 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
89
90         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
91         
92         Scroll pages in page entry with mouse wheel. Fixes bug
93         #324122. Thanks to David Turner <cillian64@googlemail.com>.
94
95 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * backend/dvi/Makefile.am:
98         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
99         (mdvi_cairo_device_init):
100         * backend/dvi/mdvi-lib/common.h:
101         * backend/dvi/mdvi-lib/mdvi.h:
102         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
103         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
104         (mdvi_build_path_from_cwd):
105
106         Add ps specials support in dvi backend when libspectre is
107         present. Fixes bug #386005.
108         
109 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * configure.ac:
112         * backend/ps/Makefile.am:
113         * backend/ps/ev-spectre.[ch]:
114         
115         Use libspectre, if available, for the ps backend. Fixes bugs
116         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
117
118 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
119         
120         * backend/comics/comics-document.c: (comics_document_load):
121         
122         Cygwin build issue fix.
123
124 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/ev-view.c: (ev_view_set_zoom):
127
128         Do not limit the minimum zoom factor when sizing mode is best bit
129         or fit width. Fixes bug #503805.
130         
131 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
134         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
135         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
136         (ev_link_dest_get_property), (ev_link_dest_set_property),
137         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
138         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
139         (ev_link_dest_new_fitr):
140         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
141         (goto_fith_dest), (goto_xyz_dest):
142
143         Do not change left, top and zoom values when they are null in PDF
144         destinations. Fixes bug #460658.
145         
146 2007-12-10  Christian Persch  <chpe@gnome.org>
147
148         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
149         (ev_view_accessible_class_init),
150         (ev_view_accessible_idle_do_action),
151         (ev_view_accessible_action_do_action),
152         (ev_view_accessible_action_get_description),
153         (ev_view_accessible_action_set_description),
154         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
155         (ev_view_accessible_factory_init),
156         (ev_view_accessible_factory_get_accessible_type):
157         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
158         private data, and G_DEFINE_TYPE. Bug #502843.
159
160 2007-12-08  Christian Persch  <chpe@gnome.org>
161
162         * shell/ev-metadata-manager.c: (item_free),
163         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
164         (value_free), (parse_value), (parseItem),
165         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
166         (save_values): Use GSlice to allocate small amounts of memory. Bug
167         #475972.
168
169 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
172
173         Restore cursor to normal after a drag operation. Fixes bug
174         #501603.
175         
176 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
177
178         * NEWS:
179         * configure.ac:
180         
181         Update for release 2.21.1
182
183 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * configure.ac:
186         * cut-n-paste/gedit-message-area/Makefile.am:
187         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
188         * shell/Makefile.am:
189         * shell/ev-message-area.[ch]:
190         * shell/ev-window.c: (ev_window_set_message_area),
191         (ev_window_error_message_response_cb), (ev_window_error_message),
192         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
193         (ev_window_save_job_cb), (image_save_dialog_response_cb),
194         (ev_attachment_popup_cmd_open_attachment),
195         (attachment_save_dialog_response_cb), (ev_window_set_document),
196         (ev_window_init):
197
198         Use a message area instead of a popup dialog for error
199         notifications. Fixes bug #337495.
200         
201 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
204         (ev_window_run_fullscreen):
205
206         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
207         
208 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * ev-sidebar-thumbnails.c: (update_visible_range),
211         (ev_sidebar_thumbnails_refresh),
212         (ev_sidebar_thumbnails_set_document),
213         (ev_sidebar_thumbnails_support_document):
214
215         Show thumbnails for documents with one page. Fixes bug #358751.
216         
217 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * shell/ev-window.c:
220         (ev_window_load_print_settings_from_metadata),
221         (ev_window_save_print_settings), (ev_window_print_finished),
222         (ev_window_print_range):
223
224         Print settings that are specific to the document are now saved per
225         document in the metadata file. Fixes bug #488806.
226         
227 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
228
229         * backend/tiff/tiff-document.c: (tiff_document_render):
230
231         Tiff documents were rendered with wrong colors. Fixes bug #497279.
232         
233 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-application.[ch]: (get_find_string_from_args),
236         (ev_application_open_uri_at_dest), (ev_application_open_uri),
237         (ev_application_open_uri_list):
238         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
239         * shell/ev-window.[ch]: (ev_window_load_job_cb),
240         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
241         (ev_window_cmd_recent_file_activate),
242         (ev_window_open_recent_action_item_activated),
243         (ev_window_print_send), (open_remote_link):
244         * shell/main.c: (arguments_parse):
245
246         Add a command line option for search. Fixes bug #497710.
247         
248 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
249
250         * shell/ev-jobs.c: (ev_job_print_new):
251
252         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
253         
254 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * data/evince-toolbar.xml:
257         * shell/Makefile.am:
258         * shell/ev-application.c: (ev_application_init):
259         * shell/ev-open-recent-action.[ch]:
260         * shell/ev-window.c:
261         (ev_window_open_recent_action_item_activated),
262         (register_custom_actions):
263
264         Add an expander to the open toolbar item which pops up a dropdown
265         menu with the recently used documents. Fixes bug #487215.
266         
267 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-window.c: (ev_window_open_uri),
270         (ev_window_cmd_view_reload):
271
272         Do not jump to the first page when reloading by running evince
273         from the command line. Fixes bug #490847.
274         
275 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
276
277         * shell/ev-window.c: (ev_window_cmd_help_contents):
278
279         Plugged memory leak when help file is not found. Fixes bug
280         #490762.
281         
282 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * configure.ac:
285
286         Enable djvu, dvi and comics backends by default. Fixes bug
287         #437121.
288         
289 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * configure.ac:
292         * cut-n-paste/Makefile.am:
293         * cut-n-paste/recent-files/*: Removed
294         * help/reference/Makefile.am:
295         * shell/Makefile.am:
296         * shell/ev-application.[ch]: (ev_application_shutdown),
297         (ev_application_init):
298         * shell/ev-window.c: (ev_window_add_recent),
299         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
300
301         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
302         
303 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
304
305         * shell/ev-window.c: (launch_external_uri):
306
307         Let GnomeVFS check the URL, this allow more URL (like mailto:),
308         and report error if the URL is not supported (#489910).
309
310 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
313         (pdf_document_file_exporter_begin_page),
314         (pdf_document_file_exporter_end_page):
315
316         Fix printing with poppler splash backend. Fixes bug #489774.
317         
318 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
321         * shell/ev-print-job.c: (ev_print_job_class_init):
322
323         Fix a crash when printing with the gnome-print dialog. Fixes bug
324         #488939.
325         
326 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
327
328         * backend/pixbuf/pixbuf-document.c:
329
330         Fix an implicit function definition warning (#487655)
331
332 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-window.c:
335
336         Fix conflicting shortcut for view sade pane and presentation.
337         
338 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * backend/pdf/ev-poppler.cc:
341         (pdf_document_file_exporter_begin_page),
342         (pdf_document_file_exporter_do_page),
343         (pdf_document_file_exporter_end_page),
344         (pdf_document_file_exporter_iface_init):
345         * libdocument/ev-file-exporter.[ch]:
346         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
347         * shell/ev-jobs.c: (ev_job_print_get_page_list),
348         (ev_job_print_run):
349
350         When printing multiple pages per sheet in reverse option, do not
351         invert the order of the pages in every sheet, but the order of the
352         sheets. Do not print blank pages when page range is invalid. Fixes
353         bugs #484857 and #485521.
354         
355 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * shell/ev-jobs.c: (ev_job_print_get_page_list),
358         (ev_job_print_run):
359         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
360
361         Respect ranges order when printing more than one range in random
362         order.
363         
364 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
365
366         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
367         (ev_window_setup_document), (ev_window_rotation_changed_cb):
368
369         Rotate also the window icon when document is rotated. Fixes bug
370         #474681.
371         
372 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
373
374         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
375         (pdf_document_forms_get_form_fields):
376
377         Silently ignore unknown form fields. Fixes bug #482654. Patch by
378         Matthias Drochner.
379         
380 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * configure.ac:
383         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
384
385         Use poppler_page_render_for_printing() instead of
386         poppler_page_render() if available when exporting to a ps or pdf
387         file. Fixes bug #476627.
388         
389 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/ev-window.c: (ev_window_run_fullscreen):
392
393         Do not show the toolbar in fullscreen mode if the main toolbar is
394         not visible. Fixes bug #483048.
395         
396 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * shell/ev-view.c: (ev_view_button_press_event):
399
400         Give priority to form fields over images when deciding whether a
401         button press event is over an image or form field. It allows edit
402         form fields when they are over a background image. Fixes bug
403         #477841.
404         
405 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
406
407         * NEWS:
408         * configure.ac:
409         
410         Update for release 2.20.0
411
412 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * backend/pdf/ev-poppler.cc:
415
416         Remove #ifdef HAVE_FORMS, so that forms support works again.
417
418 2007-09-05  Götz Waschk  <waschk@mandriva.org>
419
420         * configure.ac:
421         * data/evince.desktop.in.in:
422         
423         Fixes desktop file issues. See bug #473471.
424
425 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
428         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
429         (ev_job_queue_remove_job):
430         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
431         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
432         * shell/ev-window.c: (ev_window_clear_save_job),
433         (ev_window_save_job_cb), (file_save_dialog_response_cb),
434         (ev_window_dispose):
435
436         Move save a copy task to its own job so that it's carried out in a
437         thread avoiding another lock in the main thread. Use
438         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
439         can be saved to a pathin another file system. Fixes bug #456891.
440         
441 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
442
443         * NEWS:
444         * configure.ac:
445         
446         Update for release 2.19.92
447
448 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * configure.ac:
451         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
452         (pdf_selection_get_selection_region),
453         (pdf_selection_get_selection_map),
454         (ev_form_field_from_poppler_field):
455
456         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
457         and triple click selections are enabled again now.
458
459 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-window.c: (ev_window_add_history):
462
463         Make sure not to use the history with documents not supporting
464         links. Fixes bug #468954.
465
466 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-window.c: (ev_window_load_job_cb):
469
470         Restart the search when reloading a document with the find bar
471         visible. Fixes bug #461962.
472
473 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c: (setup_document_from_metadata),
476         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
477
478         Do not jump to the first page when reloading a document from the
479         last page.
480
481 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/ev-window.c: (update_chrome_flag),
484         (setup_sidebar_from_metadata),
485         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
486         (ev_window_cmd_edit_find_next),
487         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
488         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
489         (find_bar_close_cb), (view_actions_focus_in_cb):
490
491         Do not update visibility when changing a chrome flag so that it's
492         possible to update several flags and update visibility only once
493         for all of them.
494
495 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
498
499         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
500         supported by gtk+. Fixes bug #460907.
501
502 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-view.c: (view_update_range_and_current_page):
505
506         Make sure current-page <= end-page in continuous mode. Fixes bug
507         #454950.
508
509 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * backend/pdf/ev-poppler.cc: (build_tree):
512
513         Ignore outline items without a title. Fixes bug #453913.
514
515 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
518         (ev_view_button_release_event), (ev_view_leave_notify_event):
519
520         Use always drag mouse cursor during a drag operation. Fixes bug
521         #470564.
522
523 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
526         (pdf_selection_get_selection_region),
527         (pdf_selection_get_selection_map):
528
529         Temporarily disable double and triple selections since it depends on
530         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
531         released and the update of the external dependency minimal version
532         approved.
533
534 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
537         (pdf_document_file_exporter_do_page):
538         * libdocument/ev-file-exporter.h:
539         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
540         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
541
542         Actually fix printing regressions. Remove orientation from
543         EvPrintContext since it's redundant.
544
545 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
548         * backend/impress/impress-document.c:
549         (impress_document_document_iface_init):
550         * backend/ps/ps-document.c: (ps_document_document_iface_init):
551         * backend/djvu/djvu-document.c:
552         (djvu_document_document_iface_init),
553         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
554         * backend/tiff/tiff-document.c:
555         (tiff_document_document_iface_init):
556         * backend/pixbuf/pixbuf-document.c:
557         (pixbuf_document_document_iface_init):
558         * backend/comics/comics-document.c:
559         (comics_document_document_iface_init):
560         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
561         (pdf_selection_render_selection),
562         (pdf_selection_get_selected_text),
563         (pdf_selection_get_selection_region),
564         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
565         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
566         (ev_selection_get_selection_region),
567         (ev_selection_get_selection_map):
568         * libdocument/ev-document.[ch]:
569         * shell/ev-pixbuf-cache.[ch]: (add_job),
570         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
571         * shell/ev-view-private.h:
572         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
573         (ev_job_render_run):
574         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
575         * shell/ev-view.c: (start_selection_for_event),
576         (ev_view_button_press_event), (ev_view_drag_data_get),
577         (ev_view_drag_data_received), (ev_view_button_release_event),
578         (compute_new_selection_text), (compute_selections),
579         (ev_view_select_all), (get_selected_text), (ev_view_copy),
580         (ev_view_primary_get_cb):
581
582         Add support for double and triple click selections.
583
584 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
585
586         * NEWS:
587         * configure.ac:
588
589         Update for release 2.19.4
590
591 2007-08-28  Justin Blanchard  <justinb04@aim.com>
592
593         * shell/ev-view-private.h:
594         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
595         (ev_view_set_highlight_search):
596         * shell/ev-view.h:
597         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
598         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
599         (find_bar_visibility_changed_cb):
600         
601         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
602
603 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
606         (pdf_document_file_exporter_begin),
607         (pdf_document_file_exporter_do_page):
608         * shell/ev-jobs.c: (ev_job_print_run):
609         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
610
611         Create always a portrait cairo surface and rotate when needed for
612         landscape. It fixes printing problems in real printers.
613
614 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
617         * libdocument/ev-file-exporter.[ch]:
618         (ev_file_exporter_get_capabilities):
619         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
620         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
621
622         Adjust number of pages per row according to page orientation when
623         printing 2 or 6 pages per sheet.
624
625 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-window.c: (ev_window_print_send):
628
629         Reset also cups setting to 1 when printing multiple pages per
630         sheet. Fixes bug #468853.
631
632 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * libdocument/ev-document-misc.c:
635         (ev_document_misc_surface_rotate_and_scale):
636
637         Use directly cairo_surface_get_content() when creating a similar
638         surface as suggested by Jeff Muizelaar. Thanks again.
639
640 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * backend/djvu/djvu-document.c: (djvu_document_render):
643         * backend/tiff/tiff-document.c: (tiff_document_render):
644         * backend/pdf/ev-poppler.cc: (pdf_document_render):
645         * libdocument/ev-document-misc.c:
646         (ev_document_misc_surface_from_pixbuf),
647         (ev_document_misc_surface_rotate_and_scale):
648
649         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
650         creating page surfaces. Fixes bug #453123. Thank you very much to
651         Jeff Muizelaar <jeff@infidigm.net>.
652
653 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * shell/ev-page-cache.c: (ev_page_cache_new),
656         (ev_page_cache_get_thumbnail_size):
657         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
658         (ev_sidebar_thumbnails_set_loading_icon):
659
660         Also store in page-cache the dimensions of the thumbnails so that
661         they can be used to create the correct loading icon in the side
662         pane. Fixes bug #466857.
663
664 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * backend/pdf/ev-poppler.cc:
667         (pdf_document_thumbnails_get_thumbnail):
668
669         Fix thumbnails rotation in pdf documents that include embedded 
670         thumbnails.
671
672 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
673
674         * backend/pdf/ev-poppler.cc:
675
676         Don't use #ifdef in macro expansion. Some compilers don't
677         like that. Closes bug #467042.
678
679 2007-08-15  Justin Blanchard  <justinb04@aim.com>
680
681         * backend/djvu/djvu-document.c: (djvu_document_finalize):
682         
683         Fixes memory leak in djvu backend.
684
685 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
686
687         * data/icons/32x32/Makefile.am:
688         * data/icons/32x32/actions/Makefile.am:
689         * data/icons/32x32/actions/view-page-cont.svg:
690         * data/icons/32x32/actions/view-page-facing.svg:
691         * data/icons/48x48/Makefile.am:
692         * data/icons/48x48/actions/Makefile.am:
693         * data/icons/48x48/actions/view-page-cont.svg:
694         * data/icons/48x48/actions/view-page-facing.svg:
695         
696         Icons for a new sizes.
697
698 2007-08-14  Justin Blanchard  <justinb04@aim.com>
699
700         * shell/ev-page-cache.c: (build_height_to_page),
701         (ev_page_cache_get_height_to_page):
702         
703         Fixes invalid read, see bug #466401.
704
705 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
708         (set_drag_cursor):
709         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
710         (configure_item_cursor), (new_pixbuf_from_widget):
711
712         Fix multihead problems in toolbar editor. Fixes bug #382055.
713
714 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-window.c: (ev_window_cmd_file_open),
717         (ev_window_cmd_save_as):
718
719         Use g_get_user_special_dir when available instead of
720         xdg_user_dir_lookup.
721
722 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
723
724         * MAINTAINERS:
725         
726         Updated according to request on desktop-devel.
727
728 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
731
732         Do not use cairo_rectangle and cairo_clip since we are
733         not using cairo_fill but cairo_paint. Use the same cairo context
734         for every page in the same expose event.
735
736 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
737
738         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
739         leak.
740
741 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * configure.ac:
744         * NEWS:
745
746         Release 0.9.3
747
748 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * libdocument/ev-document-info.h:
751         * libdocument/ev-document.h:
752         * shell/ev-page-action.h:
753         * shell/ev-sidebar-links.h:
754
755         Fix a headers problem with ev-link
756         
757         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
758         * shell/ev-view-private.h:
759         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
760         (get_link_area), (ev_view_query_tooltip),
761         (ev_view_leave_notify_event), (ev_view_destroy),
762         (ev_view_class_init):
763
764         Use new gtk tooltips when available instead of ev-tooltip.
765         
766 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-window.c: (update_chrome_visibility),
769         (ev_window_sidebar_visibility_changed_cb):
770
771         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
772         
773 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/ev-navigation-action.c:
776         (ev_navigation_action_history_changed),
777         (ev_navigation_action_set_history):
778         * shell/ev-navigation-action-widget.c:
779         (ev_navigation_action_widget_init):
780         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
781
782         Fix compile warnings.
783         
784 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
787         (egg_editable_toolbar_dispose):
788
789         Fix memory leak.
790         
791 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
794         (screensaver_disable_x11):
795         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
796         * shell/ev-window.c: (presentation_set_timeout):
797         * shell/ev-view.c: (ev_view_presentation_transition_start):
798
799         Use g_timeout_add_seconds instead of g_timeout_add when
800         available.
801         
802 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
805
806         Set horizontal scrollbar policy to AUTOMATIC instead of
807         NEVER. Workaround for bug #449462.
808         
809 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-jobs.c: (ev_job_render_page_ready):
812
813         Add page_ready callback to main loop with high priority and hold
814         a reference to job during idle.
815         
816 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * configure.ac:
819         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
820         (pdf_document_file_exporter_begin),
821         (pdf_document_file_exporter_do_page),
822         (pdf_document_file_exporter_get_capabilities):
823         * libdocument/ev-file-exporter.h:
824         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
825         * shell/ev-window.c: (ev_window_print_send),
826         (ev_window_print_dialog_response_cb):
827
828         Allow printing multiple pages per sheet. Fixes bug #395573.
829         
830 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
831
832         * shell/ev-view.c: (tip_from_link):
833         
834         Check for NULL, fixes bug #460862.
835
836 2007-07-29  Christian Persch  <chpe@gnome.org>
837
838         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
839         (ev_window_preview_print_finished), (ev_window_do_preview_print),
840         (ev_window_cmd_preview_print):
841         
842         Fixes bug #437681 - blocks while enumerating printers.
843
844 2007-07-29  Christian Persch  <chpe@gnome.org>
845
846         * shell/ev-window.c: (ev_window_screen_changed):
847         
848         Don't use deprecated gtk+ function. See bug #460909.
849
850 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * shell/ev-utils.c: (get_num_monitors):
853         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
854
855         Do not use display before initializing it. Remove compile
856         warnings.
857
858 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
859
860         * shell/ev-view.c: (ev_view_class_init):
861         
862         Unix-like hjkl bindings added. See bug #458111.
863
864 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
865
866         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
867         * shell/ev-utils.h:
868         * shell/ev-view.c: (ev_view_set_zoom_for_size),
869         (ev_view_update_view_size):
870         * shell/ev-view.h:
871         * shell/ev-window.c: (ev_window_update_actions),
872         (setup_view_from_metadata), (ev_window_screen_changed),
873         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
874         (zoom_control_changed_cb):
875         * shell/ev-window.h:
876         
877         Reorganizes utility functions.
878
879 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
882         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
883         (add_job), (ev_pixbuf_cache_get_surface),
884         (ev_pixbuf_cache_get_link_mapping),
885         (ev_pixbuf_cache_get_image_mapping),
886         (ev_pixbuf_cache_get_form_field_mapping),
887         (ev_pixbuf_cache_get_text_mapping):
888         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
889         (notify_page_ready), (ev_job_render_page_ready),
890         (ev_job_render_run):
891
892         Add page_ready signal to notify that page is ready as soon as
893         possible even if other page elements like links, forms, images or
894         text mapping are not ready yet.
895
896 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
899         (dvi_document_file_exporter_do_page),
900         (dvi_document_file_exporter_get_capabilities),
901         (dvi_document_file_exporter_iface_init):
902         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
903         (ps_document_file_exporter_do_page),
904         (ps_document_file_exporter_get_capabilities),
905         (ps_document_file_exporter_iface_init):
906         * backend/djvu/djvu-document.c:
907         (djvu_document_file_exporter_begin),
908         (djvu_document_file_exporter_end),
909         (djvu_document_file_exporter_get_capabilities),
910         (djvu_document_file_exporter_iface_init):
911         * backend/tiff/tiff-document.c:
912         (tiff_document_file_exporter_begin),
913         (tiff_document_file_exporter_get_capabilities),
914         (tiff_document_document_file_exporter_iface_init):
915         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
916         (pdf_document_file_exporter_do_page),
917         (pdf_document_file_exporter_get_capabilities),
918         (pdf_document_file_exporter_iface_init):
919         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
920         (ev_file_exporter_get_capabilities):
921         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
922         (idle_print_handler), (ev_print_job_print):
923         * shell/ev-jobs.c: (ev_job_print_run):
924         * shell/ev-window.c: (ev_window_print_send),
925         (ev_window_print_range):
926
927         Use capabilities to know which options should be offered by the
928         print dialog depending on the document backend.
929
930 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
933
934         Give priority to forms over text to set the cursor.
935
936 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * shell/ev-view-private.h:
939         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
940         (ev_view_leave_notify_event), (ev_view_finalize),
941         (ev_view_get_property), (ev_view_class_init):
942
943         Use IBEAM cursor for text form fields and NORMAL cursor for read
944         only fields. Remove unused status attribute.
945
946 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
949
950         Update region for current selected items also for checkbox
951         buttons, since they can behave as radio buttons when they are in a
952         set.
953
954 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * configure.ac:
957         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
958
959         Get max length of text form fields.
960
961 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
964         * libdocument/ev-form-field.h:
965         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
966
967         Fix build with current poppler cvs head.
968
969 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * cut-n-paste/zoom-control/ephy-zoom-control.c:
972         * shell/eggfindbar.c: (egg_find_bar_init):
973
974         Fix build with gtk+ >= 2.11.5 due to gtktooltips
975         deprecation. Fixes bug #455667
976
977 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
978
979         * NEWS:
980         * configure.ac:
981         
982         Update for release 0.9.2
983
984 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-view.c: (ev_view_form_field_text_save),
987         (ev_view_form_field_choice_save):
988
989         Fix a crash when closing whith a form widget visible.
990
991 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
994
995         Update also the region of the current selected button when
996         clicking on another button if they are radio buttons.
997
998 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1001         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1002         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1003         (ev_pixbuf_cache_get_link_mapping),
1004         (ev_pixbuf_cache_get_image_mapping),
1005         (ev_pixbuf_cache_get_form_field_mapping),
1006         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1007         * shell/ev-view.c: (ev_view_form_field_get_region),
1008         (ev_view_form_field_button_create_widget),
1009         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1010         (job_finished_cb):
1011
1012         Redraw only form field region instead of the whole page when
1013         reloading a page to show changes on the form field.
1014
1015 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-view.c: (ev_view_form_field_choice_save):
1018
1019         Fix selection of first item in list form fields.
1020
1021 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1024         (ev_pixbuf_cache_reload_page),
1025         (ev_pixbuf_cache_get_form_field_mapping):
1026
1027         Some refactoring to avoid duplicated code.
1028
1029 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * configure.ac:
1032         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1033         (ev_form_field_from_poppler_field),
1034         (pdf_document_forms_get_form_fields),
1035         (pdf_document_forms_form_field_text_get_text),
1036         (pdf_document_forms_form_field_text_set_text),
1037         (pdf_document_forms_form_field_button_set_state),
1038         (pdf_document_forms_form_field_button_get_state),
1039         (pdf_document_forms_form_field_choice_get_item),
1040         (pdf_document_forms_form_field_choice_get_n_items),
1041         (pdf_document_forms_form_field_choice_is_item_selected),
1042         (pdf_document_forms_form_field_choice_select_item),
1043         (pdf_document_forms_form_field_choice_toggle_item),
1044         (pdf_document_forms_form_field_choice_unselect_all),
1045         (pdf_document_forms_form_field_choice_set_text),
1046         (pdf_document_forms_form_field_choice_get_text),
1047         (pdf_document_document_forms_iface_init):
1048         * libdocument/Makefile.am:
1049         * libdocument/ev-form-field.[ch]:
1050         * libdocument/ev-document-forms.[ch]:
1051         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1052         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1053         (add_job), (ev_pixbuf_cache_reload_page),
1054         (ev_pixbuf_cache_get_form_field_mapping):
1055         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1056         * shell/ev-view-private.h:
1057         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1058         (ev_view_handle_cursor_over_xy),
1059         (ev_view_get_form_field_at_location),
1060         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1061         (ev_view_form_field_button_create_widget),
1062         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1063         (ev_view_form_field_text_create_widget),
1064         (ev_view_form_field_choice_save),
1065         (ev_view_form_field_choice_changed),
1066         (ev_view_form_field_choice_create_widget),
1067         (ev_view_handle_form_field), (ev_view_size_allocate),
1068         (ev_view_realize), (draw_end_presentation_page),
1069         (ev_view_button_press_event), (ev_view_remove_all),
1070         (ev_view_motion_notify_event), (ev_view_key_press_event),
1071         (ev_view_enter_notify_event), (highlight_find_results),
1072         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1073         (ev_view_class_init), (page_changed_cb),
1074         (on_adjustment_value_changed), (ev_view_set_presentation),
1075         (merge_selection_region), (ev_view_set_cursor),
1076         (ev_view_reset_presentation_state):
1077         
1078         Merge evince-forms branch.
1079
1080 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1081
1082         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1083
1084         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1085         This script also updates itself from libegg
1086
1087         * cut-n-paste/toolbar-editor/egg*:
1088         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1089         libegg
1090
1091 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1092
1093         * shell/ev-window.c:
1094         
1095         Adds a nice icon to page action during toolbar editing.
1096         See bug #452872.
1097
1098 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1099
1100         * data/evince-toolbar.xml:
1101         * shell/ev-window.c:
1102         
1103         Let user add a presentation and fullscreen icons on toolbar.
1104         See bug #449734.
1105
1106 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1107
1108         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1109
1110         new script to keep in sync with toolbareditor in libegg
1111
1112         * cut-n-paste/toolbar-editor/*: 
1113
1114         Run update-toolbareditor-from-libegg so we are in sync again. 
1115         Fixes bug #452850.
1116         
1117
1118 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * shell/ev-sidebar-links.c: (job_finished_callback):
1121
1122         Do not connect selection changed signal more than once. Fixes bug
1123         #349433.
1124
1125 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1128
1129         Do not change sidebar chrome flag when pressing F9 key in
1130         presentation mode.
1131
1132 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * backend/pdf/ev-poppler.cc:
1135         (pdf_document_thumbnails_get_dimensions):
1136
1137         Make sure thumbnails width and height is not <= 0. Fixes a crash
1138         with some pdf documents which have really small pages.
1139
1140 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1141
1142         * shell/main.c: (main):
1143
1144         Fixes program description translation issue.
1145         Bug #450148.
1146
1147 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1148
1149         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1150
1151         Do not change current page when returning from black/white mode
1152         in presentation. Fixes bug #415032.
1153
1154 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1155
1156         * NEWS:
1157         * configure.ac:
1158         
1159         Update for release 0.9.1
1160
1161 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1162
1163         * backend/dvi/dvi-document.c:
1164         (dvi_document_finalize),
1165         (dvi_document_file_exporter_format_supported),
1166         (dvi_document_file_exporter_begin),
1167         (dvi_document_file_exporter_do_page),
1168         (dvi_document_file_exporter_end),
1169         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1170         
1171         PDF exporter for dvi documents. Fixes bug #441319.
1172
1173 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * shell/ev-window.c: (ev_window_clear_print_job):
1176
1177         Clear gtk print job when job has finished. Fixes bug #447612.
1178
1179 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * shell/ev-window.c: (ev_window_print_send),
1182         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1183
1184         Add preview button to print dialog. Fixes bug #445419.
1185
1186 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * backend/dvi/Makefile.am:
1189         * backend/dvi/pixbuf-device.[ch]: Removed
1190         * backend/dvi/cairo-device.[ch]: Added
1191         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1192         * backend/dvi/dvi-document.c: (dvi_document_load),
1193         (dvi_document_render), (dvi_document_finalize),
1194         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1195         (dvi_document_do_color_special):
1196         * libdocument/ev-document-misc.[ch]:
1197         (ev_document_misc_pixbuf_from_surface):
1198
1199         Port dvi backend to cairo and fix a problem with colors. 
1200
1201 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * shell/ev-view.c: (draw_one_page):
1204
1205         Draw only visible region.
1206
1207 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * backend/djvu/djvu-document.c: (djvu_document_render):
1210
1211         Fix rotation in djvu backend.
1212
1213 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1216         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1217         (ev_pixbuf_cache_get_image_mapping),
1218         (ev_pixbuf_cache_get_text_mapping):
1219
1220         Redraw view every time we have a new surface. Fixes bug #443587.
1221
1222 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * libdocument/ev-document.c: (ev_document_info_free):
1225
1226         Fix memory leaks.
1227
1228 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * backend/dvi/dvi-document.c: (dvi_document_render),
1231         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1232         * backend/impress/impress-document.c:
1233         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1234         (impress_document_render), (impress_document_document_iface_init),
1235         (impress_document_thumbnails_get_thumbnail):
1236         * backend/djvu/djvu-document-private.h:
1237         * backend/djvu/djvu-document.c: (djvu_document_render),
1238         (djvu_document_finalize), (djvu_document_document_iface_init),
1239         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1240         * backend/tiff/tiff-document.c: (tiff_document_render),
1241         (tiff_document_render_pixbuf),
1242         (tiff_document_document_iface_init):
1243         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1244         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1245         (pdf_selection_render_selection):
1246         * backend/comics/comics-document.c:
1247         (comics_document_render_pixbuf), (comics_document_render),
1248         (comics_document_document_iface_init):
1249         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1250         (pixbuf_document_document_iface_init):
1251         * libdocument/ev-document-misc.[ch]:
1252         (ev_document_misc_surface_from_pixbuf),
1253         (ev_document_misc_surface_rotate_and_scale):
1254         * libdocument/ev-document.[ch]: (ev_document_render):
1255         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1256         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1257         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1258         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1259         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1260         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1261         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1262         (render_finished_cb), (ev_job_render_run):
1263         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1264         (merge_selection_region):
1265
1266         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1267         and selections.
1268
1269 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window-title.c: (ev_window_title_update):
1272
1273         Fix memory leak.
1274
1275 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-view.c: (draw_loading_text):
1278
1279         Show loading text centered. Fixes bug #433061
1280
1281 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-sidebar-thumbnails.c:
1284         (ev_sidebar_thumbnails_set_loading_icon):
1285
1286         Remove a mutex in the main thread that blocks the UI in heavy
1287         documents.
1288
1289 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1292
1293         Set points_set to TRUE so that selections don't disappear after a
1294         zoom change.
1295
1296 2007-06-07  Michael Monreal  <infernux@web.de>
1297
1298         * data/icons/16x16/actions/Makefile.am:
1299         * data/icons/16x16/actions/zoom.svg:
1300         * data/icons/22x22/actions/Makefile.am:
1301         * data/icons/22x22/actions/zoom.svg:
1302         * data/icons/24x24/actions/Makefile.am:
1303         * shell/ev-stock-icons.c:
1304         * shell/ev-stock-icons.h:
1305         * shell/ev-window.c:
1306         
1307         Zoom icon artwork. See bug #444795.
1308
1309 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1310
1311         * shell/ev-metadata-manager.c: Remove extraneous function
1312         (Closes: #444386)
1313
1314 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1315
1316         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1317         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1318         (ev_metadata_manager_set), (ev_metadata_manager_save):
1319         Simplify the timeout, no need for modified anymore
1320
1321 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1322
1323         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1324         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1325         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1326         (ev_metadata_manager_save): Adapted patch from Arjan van de
1327         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1328         time, saves on power (Closes: #443851)
1329
1330 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * configure.ac:
1333         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1334         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1335
1336         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1337
1338 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1339
1340         * shell/ev-window.c: (ev_window_add_history):
1341
1342         Check if history is NULL
1343
1344 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * libdocument/ev-image.c: (ev_image_finalize):
1347         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1348         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1349         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1350         (ev_tmp_uri_unlink):
1351
1352         Add functions to delete temporary files created by evince in a safe
1353         way.
1354
1355         * shell/ev-window.c: (ev_window_clear_local_uri),
1356         (open_xfer_update_progress_callback),
1357         (save_xfer_update_progress_callback), (ev_window_save_remote),
1358         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1359         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1360         (attachment_save_dialog_response_cb),
1361         (ev_attachment_popup_cmd_save_attachment_as):
1362
1363         Allow saving a copy of a document, image or attachment to a remote
1364         location. Fixes bug #440754. 
1365
1366 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * configure.ac:
1369         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1370
1371         Fix build with current poppler from cvs head. 
1372
1373 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1374
1375         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1376
1377         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1378         directory exists.
1379
1380 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1381
1382         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1383         * shell/ev-window.c:
1384
1385         Change sidebar ordering. Fixes bug #439939.
1386
1387 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1388
1389         * backend/comics/Makefile.am:
1390         
1391         Fixes build with --without-libgnome.
1392
1393 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1394         
1395         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1396
1397         Update cursor and tooltip on page change and view scroll. Fixes bug
1398         #439217.
1399
1400 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1401
1402         * NEWS:
1403         * configure.ac:
1404         
1405         Update for release 0.9.0
1406
1407 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1408
1409         * backend/djvu/djvu-document-private.h:
1410         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1411         (djvu_document_finalize),
1412         (djvu_document_file_exporter_format_supported),
1413         (djvu_document_file_exporter_begin),
1414         (djvu_document_file_exporter_do_page),
1415         (djvu_document_file_exporter_end),
1416         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1417         
1418         Implemented printing with djvu. Bug #437998.
1419
1420 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * backend/impress/zip.c:
1423         Add missing ulong definition.
1424
1425         * backend/ps/ps-interpreter.c:
1426         Add missing headers.
1427
1428         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1429
1430 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1433
1434         Add missing call to parent class dispose method. 
1435
1436 2007-05-12  Ross Burton  <ross@openedhand.com>
1437
1438         * shell/main.c:
1439         Sync keybindings manually when building without libgnome
1440         (#437925).
1441
1442 2007-05-12  Ross Burton  <ross@openedhand.com>
1443
1444         * shell/ev-window.c:
1445         Respect the screen when opening help (#437866).
1446
1447 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * data/evince-ui.xml:
1450         * shell/ev-application.[ch]: (get_print_settings_from_args),
1451         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1452         (ev_application_open_uri_list):
1453         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1454         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1455         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1456         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1457         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1458         (ev_window_dispose):
1459         * shell/main.c: (arguments_parse):
1460
1461         Add print button in preview mode. Fixes bug #396475. 
1462
1463 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1464
1465         * cut-n-paste/zoom-control/ephy-zoom.h:
1466         
1467         Fixes zoom level factors. See bug #408119 for details.
1468
1469 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1470
1471         * backend/comics/comics-document.c: (comics_regex_quote),
1472         (extract_argv):
1473         
1474         Correctly quote symbols. Fixes crash in the bug
1475         #415370.
1476
1477 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1478
1479         * shell/ev-navigation-action-widget.c:
1480         (ev_navigation_action_widget_init),
1481         (ev_navigation_action_widget_class_init),
1482         (ev_navigation_action_widget_button_press_event):
1483         
1484         Connect to button-press event on correct widget. Fixes
1485         bug #431988
1486
1487 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1488
1489         * shell/ev-application.c: (ev_application_open_window),
1490         (ev_application_add_icon_path_for_screen),
1491         (ev_application_open_uri_at_dest):
1492         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1493         * shell/ev-navigation-action.c: (build_menu):
1494         
1495         Add app-specific icons to our icon theme. Fixes bug
1496         #425508.
1497
1498 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1499
1500         * shell/ev-history.c: (ev_history_class_init),
1501         (ev_history_add_link):
1502         * shell/ev-history.h:
1503         * shell/ev-navigation-action.c:
1504         (ev_navigation_action_history_changed),
1505         (ev_navigation_action_set_history), (build_menu),
1506         (ev_navigation_action_finalize):
1507         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1508         
1509         Make navigation action unsensitive instead of showing
1510         menu with unsensitive word. Fixes bug #417392.
1511
1512 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-application.[ch]: (ev_application_shutdown),
1515         (ev_application_get_print_settings),
1516         (ev_application_set_print_settings):
1517         * shell/ev-window.c:
1518
1519         Remember print settings. Fixes bug #349102. 
1520
1521 2007-05-08  Christian Persch  <chpe@gnome.org>
1522
1523         * configure.ac:
1524         * properties/ev-properties-view.c:
1525
1526         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1527         Bug #382438.
1528
1529 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * configure.ac:
1532         * properties/ev-properties-view.c: (ev_regular_paper_size):
1533
1534         Use gtk+ builtin paper list to identify the document's paper size.
1535         Fixes bug #382438. 
1536
1537 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * configure.ac:
1540
1541         Fix build when compiling with thumbnailer and libgnome support. 
1542
1543 2007-05-04  Ross Burton  <ross@openedhand.com>
1544
1545         * configure.ac:
1546         Add --without-libgnome, check for libgnome and libgnomeui
1547         separately, and add them to the symbols as required.
1548
1549         * libdocument/ev-file-helpers.c:
1550         When building without libgnome, use g_get_user_config_dir instead
1551         of gnome_user_dir_get.
1552
1553         * shell/ev-application.c:
1554         When building without libgnome, don't use session management.
1555
1556         * shell/main.c:
1557         When building without libgnome, don't use GnomeProgram or
1558         initialise the authentication manager.
1559
1560         This fixes #328842.
1561
1562 2007-05-04  Ross Burton  <ross@openedhand.com>
1563
1564         * shell/ev-window.c:
1565         Don't use libgnome to open help, instead call Yelp directly.
1566
1567 2007-05-04  Ross Burton  <ross@openedhand.com>
1568
1569         * shell/ev-sidebar-attachments.c:
1570         Don't use libgnome to lookup icons for MIME types, instead copy
1571         code from GTK+ to do it manually.
1572
1573 2007-05-04  Ross Burton  <ross@openedhand.com>
1574
1575         * configure.ac:
1576         Add libxml to the dependencies for SHELL_CORE (#435818).
1577
1578 2007-05-02  Ross Burton  <ross@openedhand.com>
1579
1580         * configure.ac:
1581         * Makefile.am:
1582         Add --disable-thumbnailer (#434825)
1583
1584 2007-05-02  Ross Burton  <ross@openedhand.com>
1585
1586         * shell/ev-window.c:
1587         Add missing includes, fix indentation.
1588
1589         * shell/main.c:
1590         Fix indentation.
1591
1592 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1593
1594         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1595         ev_application_open_uri_at_dest instead of ev_application_open_uri
1596         preventing new document always being opened in a new window even if there
1597         is an empty window.
1598
1599 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1600
1601         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1602         (egg_recent_view_uimanager_finalize):
1603         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1604         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1605         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1606         (ev_pixbuf_cache_dispose):
1607         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1608         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1609         
1610         Add missing chain to parent class methods. Fixes
1611         bug #433128.
1612
1613 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1614
1615         * data/Makefile.am (update-icon-cache): Updates
1616         gtk-update-icon-cache in uninstall-hook.
1617
1618 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-window.c: (ev_window_setup_document),
1621         (ev_window_set_document), (ev_window_load_job_cb):
1622         * shell/ev-view.c: (setup_caches):
1623         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1624
1625         Start rendering pages before any other jobs. 
1626
1627 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * shell/ev-window.c: (ev_window_stop_fullscreen),
1630         (ev_window_stop_presentation):
1631
1632         Update chrome visibility before window unfullscreen. 
1633
1634 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * data/Makefile.am:
1637         * data/evince-ui.xml:
1638         * shell/ev-stock-icons.[ch]:
1639         * shell/ev-application.[ch]: (ev_application_shutdown),
1640         (ev_application_init), (ev_application_get_toolbars_model):
1641         * shell/ev-window.c: (update_chrome_visibility),
1642         (fullscreen_toolbar_setup_item_properties),
1643         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1644         (ev_window_run_presentation), (ev_window_stop_presentation),
1645         (ev_window_run_preview), (ev_window_screen_changed),
1646         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1647         (ev_window_dispose), (ev_window_init):
1648
1649         Make fullscreen toolbar always visible. Do not use egg toolbars for
1650         fullscreen and preview modes since such toolbars are not editables.
1651         Fixes bugs #300278, #338910 and #316188.  
1652
1653 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1654
1655         * shell/ev-application.c:
1656         * shell/ev-job-queue.c:
1657         * shell/ev-metadata-manager.c:
1658         * shell/ev-stock-icons.c:
1659         * shell/ev-window.c:
1660         * shell/main.c:
1661         
1662         Developers documentation updated.
1663
1664 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1667
1668         Check whether uri is valid before launching it. Fixes bug #427664.
1669
1670 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * shell/ev-window.c:
1673
1674         Change key accelerator for Open a Copy menu entry which is in conflict
1675         with Close. Fixes bug #427321.
1676
1677 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * NEWS:
1680         * configure.ac:
1681         
1682         Update for release 0.8.1
1683
1684 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1685
1686         * shell/ev-window.c: (setup_size_from_metadata):
1687         
1688         Do not make window bigger than screen. Fixes bug 
1689         #388985.
1690
1691 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1694         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1695
1696         Use default resolution when it's not provided by document. Fixes bug
1697         #408762.
1698
1699 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * configure.ac:
1702         * thumbnailer/Makefile.am:
1703         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1704         * thumbnailer/evince-thumbnailer.schemas.in:
1705         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1706
1707         Add support for ps, eps and compressed documents thumbnails. Do not
1708         ignore size parameter. 
1709
1710 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1711
1712         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1713         (dvi_document_do_color_special):
1714         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1715
1716         Implement font color specials in the DVI backend. Fixes bug #303651.
1717
1718 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1719
1720         Fixup the previous commit:
1721
1722         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1723         * shell/xdg-user-dir-lookup.c: Make the function non-static
1724         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1725
1726 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1727
1728         * shell/ev-window.c (file_open_dialog_response_cb): Use
1729         the xdg-user-dirs DOCUMENTS folder as default folder when
1730         opening a file chooser.  (#424858)
1731
1732         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1733         xdg-user-dirs.
1734
1735 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-window.c: (ev_window_load_job_cb):
1738
1739         Do not setup view from metadata on preview mode. 
1740
1741 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/main.c:
1744
1745         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1746
1747 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * shell/ev-view.c: (ev_view_primary_get_cb):
1750
1751         Check pointer != NULL before using it. Fixes bug #416841. 
1752
1753 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1754
1755         * NEWS:
1756         * configure.ac:
1757         
1758         Release 0.8.0
1759
1760 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1763
1764         Do not render thumbnails when sidebar thumbnail page is not visible
1765         at startup. Fixes bug #416447. 
1766
1767 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1768
1769         * data/evince.desktop.in.in:
1770
1771         "Application" is not a valid category in the freedesktop specification.
1772
1773 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1774
1775         * libdocument/ev-file-helpers.[ch]: (compression_run),
1776         (ev_file_uncompress), (ev_file_compress):
1777         * shell/ev-window.c: (file_save_dialog_response_cb):
1778
1779         Save document compressed when saving a copy of a compressed document.
1780         Fixes bug #334542.
1781
1782 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1785
1786         Allow deleting in goto window entry in presentation mode. 
1787
1788 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1789
1790         * Makefile.am: Dist MAINTAINERS.
1791
1792 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * shell/ev-window.c: (ev_window_update_actions):
1795
1796         Fix zoom shortcut keys when searching. Fixes bug #409828.
1797
1798 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * shell/ev-window.c: (ev_window_setup_document):
1801
1802         Fix crash when loading documents with only one page. 
1803
1804 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * backend/dvi/dvi-document.c:
1807         (dvi_document_thumbnails_get_dimensions),
1808         (dvi_document_thumbnails_get_thumbnail):
1809         * backend/impress/impress-document.c:
1810         (impress_document_thumbnails_get_thumbnail),
1811         (impress_document_thumbnails_get_dimensions):
1812         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1813         (ps_document_thumbnails_get_dimensions):
1814         * backend/djvu/djvu-document.c:
1815         (djvu_document_thumbnails_get_dimensions),
1816         (djvu_document_thumbnails_get_thumbnail):
1817         * backend/tiff/tiff-document.c:
1818         (tiff_document_thumbnails_get_thumbnail),
1819         (tiff_document_thumbnails_get_dimensions):
1820         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1821         (pdf_document_thumbnails_get_thumbnail),
1822         (pdf_document_thumbnails_get_dimensions):
1823         * backend/comics/comics-document.c:
1824         (comics_document_thumbnails_get_thumbnail),
1825         (comics_document_thumbnails_get_dimensions):
1826         * backend/pixbuf/pixbuf-document.c:
1827         (pixbuf_document_thumbnails_get_thumbnail),
1828         (pixbuf_document_thumbnails_get_dimensions):
1829         * libdocument/ev-document-thumbnails.[ch]:
1830         (ev_document_thumbnails_get_thumbnail),
1831         (ev_document_thumbnails_get_dimensions):
1832         * libdocument/ev-document-misc.[ch]:
1833         (ev_document_misc_get_thumbnail_frame):
1834         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1835         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1836         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1837         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1838         (ev_sidebar_thumbnails_refresh):
1839         * shell/ev-window.c: (ev_window_setup_document):
1840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1841
1842         Use an EvRenderContext for rendering thumbnails instead of a suggested
1843         width, so that different sized pages get sized proportionally.
1844
1845 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * shell/ev-view.c: (ev_view_button_press_event),
1848         (ev_view_key_press_event):
1849
1850         Fix critical warnings when there is no document loaded. 
1851
1852 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-page-action-widget.c:
1855         * shell/ev-navigation-action.c:
1856         * shell/ev-window.c:
1857
1858         Fix compile warnings. 
1859
1860 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * backend/djvu/djvu-text.h:
1863         * backend/djvu/djvu-document.c:
1864         * backend/djvu/djvu-text-page.c:
1865         * backend/djvu/djvu-links.c:
1866         * backend/djvu/djvu-text-page.h:
1867         * backend/djvu/djvu-text.c:
1868         
1869         Fix build on Mac. Fixes bug #392186. Patch by
1870         <ephraim_owns@hotmail.com>
1871
1872 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1875
1876         Restore cairo context before rendering every page when printing a PDF
1877         document into a PDF file. 
1878
1879 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * backend/ps/gstypes.h:
1882         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1883         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1884         (ps_document_thumbnails_get_thumbnail):
1885
1886         Handle PostScript page orientation. Fixes bug #318568.
1887
1888 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/ps/Makefile.am:
1891         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1892         (document_load), (ps_document_load), (save_document),
1893         (save_page_list), (ps_document_get_n_pages),
1894         (ps_document_get_page_size), (ps_document_get_info),
1895         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1896         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1897         (ps_document_thumbnails_get_thumbnail),
1898         (ps_document_thumbnails_get_dimensions),
1899         (ps_document_document_thumbnails_iface_init):
1900         * backend/ps/ps.[ch]: (psgetpagebox):
1901         * backend/ps/ps-interpreter.[ch]:
1902
1903         Add support for thumbnails in ps backend. Fixes bug #164755. 
1904
1905 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1906
1907         * NEWS:
1908         * configure.ac:
1909         
1910         Release 0.7.2
1911
1912 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1915         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1916         (ev_window_dispose):
1917
1918         Use document thumbnail as window icon. Fixes bug #384442.
1919
1920 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1921
1922         * configure.ac:
1923
1924         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1925         duplicated adding application/x-bzpostscript instead. 
1926
1927 2007-02-11  Tom Parker  <palfrey@tevp.net>
1928
1929         * backend/ps/ps-document.c: (document_load):
1930
1931         Check return value of psscan before trying
1932         to use it. Fixes bug #372414.
1933
1934 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1937
1938         Fix invalid free in ev-page-cache. Fixes bug #404745.
1939
1940 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1941
1942         * test/Makefile.am:
1943         * test/test3.py:
1944         
1945         Added reload test case.
1946
1947 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * po/POTFILES.in:
1950         * backend/djvu/djvu-document.c: (djvu_document_load):
1951
1952         Check whether there are missing files in indirect multipage djvu
1953         documents. Fixes bug #361683. 
1954
1955 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         * test/Makefile.am:
1958         * test/test-mime.bin:
1959         * test/test3.py:
1960         
1961         Added test for slow mime type
1962
1963 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1966
1967         Add some checks and call parent_class->finalize. Fixes bug #404745.
1968
1969 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1970
1971         * shell/ev-navigation-action.c: (connect_proxy):
1972         
1973         Fixes dropdown history menu. Thanks a lot Carlos!
1974
1975 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1978
1979         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1980         bug #373715.
1981
1982 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * backend/ps/ps.c: (psscan):
1985
1986         Fix memory leak. 
1987
1988 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * configure.ac:
1991         * libdocument/ev-file-helpers.c: 
1992
1993         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1994
1995 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * configure.ac:
1998         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1999         (ps_interpreter_start), (document_load), (save_document),
2000         (save_page_list):
2001         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2002         * libdocument/ev-document-factory.c:
2003         (ev_document_factory_get_from_mime), (get_document_from_uri),
2004         (free_uncompressed_uri), (ev_document_factory_get_document):
2005         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2006
2007         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2008
2009 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * libdocument/ev-document.h:
2012
2013         Fix typo in function name. 
2014
2015 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * backend/ps/ps-document.c: (ps_interpreter_finished),
2018         (ps_interpreter_start), (ps_interpreter_failed):
2019
2020         Handle ghostscript interpreter crashes. 
2021
2022 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * shell/ev-window.c: (ev_window_open_uri),
2025         (window_configure_event_cb):
2026
2027         Setup window size and position before showing it. Fixes bug #401711.
2028
2029 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * backend/ps/Makefile.am:
2032         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2033         (ps_document_dispose), (ps_document_class_init),
2034         (ps_interpreter_input), (ps_interpreter_output),
2035         (ps_interpreter_error), (setup_interpreter_env),
2036         (ps_interpreter_start), (ps_interpreter_stop),
2037         (ps_interpreter_failed), (ps_interpreter_is_ready),
2038         (check_filecompressed), (document_load), (ps_document_load),
2039         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2040         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2041         (render_page):
2042
2043         Rework ps-document. Code cleanups, remove deprecated code. 
2044
2045 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * shell/ev-view.c: (ev_view_button_press_event):
2048
2049         Do not start an image drag and drop operation when pointer is on 
2050         text, so that we can select text when the whole background is an
2051         image. 
2052
2053 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * shell/ev-window.c: (ev_window_update_actions): 
2056
2057         Disable all zoom related actions during presentation mode. 
2058
2059 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2060
2061         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2062
2063         Do not zoom in or out on presentation mode. Fixes bug #401305.
2064
2065 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2066
2067         * shell/ev-navigation-action.c: (connect_proxy),
2068         (create_menu_item), (ev_navigation_action_class_init):
2069         
2070         Correctly show menu and fix crash when navigaton 
2071         action is out of toolbar visible area.
2072
2073 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2074
2075         * data/Makefile.am:
2076         * data/evince.1:
2077         
2078         Added man file
2079
2080 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2081
2082         * help/reference/* :
2083         * configure.ac:
2084         
2085         Added gtk-doc based documentation for Evince.
2086         Still in initial state but I hope it will
2087         grow.
2088         
2089         * configure.ac:
2090         
2091         Lower dbus requirement to 0.70
2092
2093 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-window.c: (ev_window_add_history):
2096
2097         Fix memory leak. 
2098
2099 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2100
2101         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2102         * shell/ev-view.h:
2103         * shell/ev-window.c: (ev_window_add_history):
2104         
2105         Correctly handle named destination links
2106
2107 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * NOTES:
2110         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2111         * backend/pdf/ev-poppler.cc:
2112         * libdocument/ev-document-links.h:
2113         * libdocument/ev-link.c: (ev_link_get_page):
2114         * libdocument/ev-link.h:
2115         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2116         (ev_history_add_link):
2117         * shell/ev-history.h:
2118         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2119         (new_history_menu_item), (build_menu):
2120         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2121         * shell/ev-sidebar-links.c: (create_loading_model),
2122         (print_section_cb), (ev_sidebar_links_construct),
2123         (fill_page_labels), (update_page_callback_foreach),
2124         (update_page_callback), (job_finished_callback):
2125         * shell/ev-view.c: (ev_view_handle_link):
2126         * shell/ev-window.c: (ev_window_find_chapter),
2127         (ev_window_add_history), (view_handle_link_cb),
2128         (history_changed_cb):
2129         
2130         Implements another history variant
2131
2132 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-window.c: (view_external_link_cb):
2135         * shell/ev-view.c: (ev_view_button_release_event):
2136
2137         Open links in new window when clicking with middle button. 
2138
2139 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * shell/ev-navigation-action.c: (new_history_menu_item):
2142         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2143         * shell/ev-view.c: (ev_view_handle_link):
2144         * shell/ev-window.c:
2145         
2146         Store link before jump, not the destination. For me it 
2147         seems like more natural history behavior.
2148
2149 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2150
2151         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2152         (ev_navigation_action_class_init):
2153         * shell/ev-navigation-action.h:
2154         * shell/ev-page-action.c: (activate_cb):
2155         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2156         (ev_page_cache_set_current_page_history):
2157         * shell/ev-page-cache.h:
2158         * shell/ev-sidebar-thumbnails.c:
2159         (ev_sidebar_tree_selection_changed),
2160         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2161         * shell/ev-view-private.h:
2162         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2163         * shell/ev-view.h:
2164         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2165         (ev_window_setup_document), (ev_window_load_job_cb):
2166         * shell/ev-window.h:
2167         
2168         History finally works as expected.
2169
2170 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2173
2174         Do not update links treeview if it doesn't have a model assigned yet. 
2175
2176 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2177
2178         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2179         (ev_sidebar_links_class_init), (update_page_callback):
2180
2181         Do not update links treeview when sidepane is not visible. 
2182
2183 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2184
2185         * shell/ev-marshal.list:
2186         * shell/ev-page-action.c: (activate_cb),
2187         (ev_page_action_class_init):
2188         * shell/ev-page-action.h:
2189         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2190         * shell/ev-window.c:
2191         
2192         Remove activate_link signal, not required.
2193
2194 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2195
2196         * shell/ev-navigation-action.c: (build_menu):
2197         
2198         Reorder menu items and build menu with fixed length.
2199
2200 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2201
2202         * shell/ev-view.c: (get_selected_text):
2203         
2204         Normalize text to fix ligatures problem. See bug
2205         #341947 for details.
2206
2207 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2210
2211         Fix memory leak in ev-page-cache. 
2212
2213 2007-01-25  Tom Parker <palfrey@tevp.net>
2214
2215         * backend/impress/impress-document.c: (impress_document_load),
2216         (impress_document_finalize), (impress_document_init):
2217         * properties/ev-properties-main.c: (ev_properties_get_pages):
2218         
2219         Correctly handle impress document errors. Fixes nautilus
2220         crash in property page #370491.
2221
2222 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2225         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2226         (ev_job_queue_remove_job):
2227         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2228         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2229         (ev_job_load_run):
2230         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2231         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2232         (ev_window_load_job_cb), (xfer_update_progress_callback),
2233         (ev_window_open_uri), (ev_window_dispose):
2234         * shell/main.c: (main):
2235
2236         Do file transfer asynchronously in the main thread instead of
2237         synchronously in the load thread. Fixes bugs #399694, #398307 and
2238         #343542.
2239
2240 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * shell/ev-jobs.c: (ev_job_xfer_run):
2243
2244         Load the document with the font-config lock held. 
2245
2246 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * backend/ps/ps-document.c: (start_interpreter):
2249
2250         Fix memory leaks in ps backend. 
2251
2252 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * backend/impress/impress-document.c:
2255         (impress_document_render_pixbuf):
2256
2257         Do not acquire fontconfig lock in impress backend, since it is using
2258         the main loop for rendering. 
2259
2260 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * po/POTFILES.in: 
2263
2264         Remove mdvi files that shouldn't be translated. 
2265
2266 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * shell/ev-view-private.h:
2269         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2270         (ev_view_set_zoom):
2271
2272         Render "loading..." text into a cairo surface instead of directly into
2273         the window so that fontconfig lock is only needed once and UI is not
2274         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2275
2276 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2279         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2280
2281         Use icon theme associated with the window screen rather than default. 
2282
2283 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2284
2285         * configure.ac:
2286
2287         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2288
2289 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2290
2291         * data/icons/*/apps/evince.*:
2292
2293         Move Evince icons under new apps directory.
2294
2295         * data/icons/*/actions/*:
2296
2297         Add new custom themeable Evince icons: view-page-continuous, 
2298         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2299         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2300
2301         * configure.ac:
2302
2303         Add new directories to AC_CONFIG_FILES.
2304
2305         * shell/ev-stock-icons.c:
2306         * shell/ev-stock-icons.h:
2307
2308         Use new custom themeable icons.
2309
2310 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2313
2314         Do not draw white background page in presentation mode. 
2315
2316 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2317
2318         * shell/ev-view.c: Remove unused gnome-vfs include.
2319
2320 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2321
2322         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2323         
2324         Format string is corrected, fixes bug #397129.
2325
2326 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-window.c: (ev_window_setup_recent):
2329
2330         Do not include in recent menu inexistent documents. Fixes
2331         bug #339171.
2332
2333 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * po/POTFILES.skip: 
2336
2337         Update POTFILES.skip file according to current source tree. 
2338
2339 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-window.c: (file_save_dialog_response_cb):
2342
2343         Do Save a copy in atomic way. Fixes bug #328266. 
2344
2345 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2348
2349         Keep selected cell always visible in index treeview.
2350
2351 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2352         
2353         * shell/ev-view.c: (ev_view_size_allocate):
2354
2355         Restore horizontal scrollbar after switching to/from fullscreen
2356         or presentation mode. Fixes bug #331728.
2357
2358 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * shell/ev-view-private.h:
2361         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2362         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2363         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2364         (ev_view_can_zoom_out):
2365
2366         Use max and min scale values in the view iby taking dpi into account. 
2367
2368 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * configure.ac:
2371         * NEWS:
2372
2373         Release 0.7.1
2374
2375 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-window.c: (ev_window_print_send):
2378
2379         Send print job to printer with some settings set to default values,
2380         since we have already exported to a file according to such settings
2381         and they could be taken twice by some printers. 
2382
2383 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * shell/ev-jobs.c: (ev_job_xfer_run):
2386         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2387
2388         Show main window and load document with the font-config lock held. 
2389
2390 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * configure.ac:
2393         * shell/ev-application.c: (ev_application_register_service):
2394         * shell/main.c: (load_files_remote):
2395
2396         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2397
2398 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2399
2400         * doc/debugging.txt:
2401         
2402         Remove obsolete documentation.
2403
2404 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2405
2406         * Makefile.am:
2407         * backend/Makefile.am:
2408         * backend/comics/Makefile.am:
2409         * backend/djvu/Makefile.am:
2410         * backend/dvi/Makefile.am:
2411         * backend/ev-async-renderer.c:
2412         * backend/ev-async-renderer.h:
2413         * backend/ev-attachment.c:
2414         * backend/ev-attachment.h:
2415         * backend/ev-backend-marshal.c:
2416         * backend/ev-document-factory.c:
2417         * backend/ev-document-factory.h:
2418         * backend/ev-document-find.c:
2419         * backend/ev-document-find.h:
2420         * backend/ev-document-fonts.c:
2421         * backend/ev-document-fonts.h:
2422         * backend/ev-document-images.c:
2423         * backend/ev-document-images.h:
2424         * backend/ev-document-info.h:
2425         * backend/ev-document-links.c:
2426         * backend/ev-document-links.h:
2427         * backend/ev-document-misc.c:
2428         * backend/ev-document-misc.h:
2429         * backend/ev-document-security.c:
2430         * backend/ev-document-security.h:
2431         * backend/ev-document-thumbnails.c:
2432         * backend/ev-document-thumbnails.h:
2433         * backend/ev-document-transition.c:
2434         * backend/ev-document-transition.h:
2435         * backend/ev-document.c:
2436         * backend/ev-document.h:
2437         * backend/ev-file-exporter.c:
2438         * backend/ev-file-exporter.h:
2439         * backend/ev-image.c:
2440         * backend/ev-image.h:
2441         * backend/ev-link-action.c:
2442         * backend/ev-link-action.h:
2443         * backend/ev-link-dest.c:
2444         * backend/ev-link-dest.h:
2445         * backend/ev-link.c:
2446         * backend/ev-link.h:
2447         * backend/ev-render-context.c:
2448         * backend/ev-render-context.h:
2449         * backend/ev-selection.c:
2450         * backend/ev-selection.h:
2451         * backend/impress/Makefile.am:
2452         * backend/pdf/Makefile.am:
2453         * backend/pixbuf/Makefile.am:
2454         * backend/ps/Makefile.am:
2455         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2456         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2457         (start_interpreter), (stop_interpreter), (document_load),
2458         (ps_document_next_page), (render_page):
2459         * backend/tiff/Makefile.am:
2460         * comics/Makefile.am:
2461         * comics/comics-document.c:
2462         * comics/comics-document.h:
2463         * configure.ac:
2464         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2465         * djvu/Makefile.am:
2466         * djvu/djvu-document-private.h:
2467         * djvu/djvu-document.c:
2468         * djvu/djvu-document.h:
2469         * djvu/djvu-links.c:
2470         * djvu/djvu-links.h:
2471         * djvu/djvu-text-page.c:
2472         * djvu/djvu-text-page.h:
2473         * djvu/djvu-text.c:
2474         * djvu/djvu-text.h:
2475         * dvi/Makefile.am:
2476         * dvi/dvi-document.c:
2477         * dvi/dvi-document.h:
2478         * dvi/fonts.c:
2479         * dvi/fonts.h:
2480         * dvi/mdvi-lib/Makefile.am:
2481         * dvi/mdvi-lib/afmparse.c:
2482         * dvi/mdvi-lib/afmparse.h:
2483         * dvi/mdvi-lib/bitmap.c:
2484         * dvi/mdvi-lib/bitmap.h:
2485         * dvi/mdvi-lib/color.c:
2486         * dvi/mdvi-lib/color.h:
2487         * dvi/mdvi-lib/common.c:
2488         * dvi/mdvi-lib/common.h:
2489         * dvi/mdvi-lib/defaults.h:
2490         * dvi/mdvi-lib/dvimisc.c:
2491         * dvi/mdvi-lib/dviopcodes.h:
2492         * dvi/mdvi-lib/dviread.c:
2493         * dvi/mdvi-lib/files.c:
2494         * dvi/mdvi-lib/font.c:
2495         * dvi/mdvi-lib/fontmap.c:
2496         * dvi/mdvi-lib/fontmap.h:
2497         * dvi/mdvi-lib/fontsrch.c:
2498         * dvi/mdvi-lib/gf.c:
2499         * dvi/mdvi-lib/hash.c:
2500         * dvi/mdvi-lib/hash.h:
2501         * dvi/mdvi-lib/list.c:
2502         * dvi/mdvi-lib/mdvi.h:
2503         * dvi/mdvi-lib/pagesel.c:
2504         * dvi/mdvi-lib/paper.c:
2505         * dvi/mdvi-lib/paper.h:
2506         * dvi/mdvi-lib/pk.c:
2507         * dvi/mdvi-lib/private.h:
2508         * dvi/mdvi-lib/setup.c:
2509         * dvi/mdvi-lib/sp-epsf.c:
2510         * dvi/mdvi-lib/special.c:
2511         * dvi/mdvi-lib/sysdeps.h:
2512         * dvi/mdvi-lib/t1.c:
2513         * dvi/mdvi-lib/tfm.c:
2514         * dvi/mdvi-lib/tfmfile.c:
2515         * dvi/mdvi-lib/tt.c:
2516         * dvi/mdvi-lib/util.c:
2517         * dvi/mdvi-lib/vf.c:
2518         * dvi/pixbuf-device.c:
2519         * dvi/pixbuf-device.h:
2520         * impress/Makefile.am:
2521         * impress/common.h:
2522         * impress/document.c:
2523         * impress/f_oasis.c:
2524         * impress/f_oo13.c:
2525         * impress/iksemel.c:
2526         * impress/iksemel.h:
2527         * impress/imposter.h:
2528         * impress/impress-document.c:
2529         * impress/impress-document.h:
2530         * impress/internal.h:
2531         * impress/r_back.c:
2532         * impress/r_draw.c:
2533         * impress/r_geometry.c:
2534         * impress/r_gradient.c:
2535         * impress/r_style.c:
2536         * impress/r_text.c:
2537         * impress/render.c:
2538         * impress/render.h:
2539         * impress/zip.c:
2540         * impress/zip.h:
2541         * lib/Makefile.am:
2542         * lib/ev-debug.c:
2543         * lib/ev-debug.h:
2544         * lib/ev-file-helpers.c:
2545         * lib/ev-file-helpers.h:
2546         * lib/ev-gui.c:
2547         * lib/ev-gui.h:
2548         * lib/ev-tooltip.c:
2549         * lib/ev-tooltip.h:
2550         * libdocument/Makefile.am:
2551         * libdocument/ev-file-helpers.c:
2552         * pdf/Makefile.am:
2553         * pdf/ev-poppler.cc:
2554         * pdf/ev-poppler.h:
2555         * pixbuf/Makefile.am:
2556         * pixbuf/pixbuf-document.c:
2557         * pixbuf/pixbuf-document.h:
2558         * properties/Makefile.am:
2559         * ps/Makefile.am:
2560         * ps/gsdefaults.c:
2561         * ps/gsdefaults.h:
2562         * ps/gsio.c:
2563         * ps/gsio.h:
2564         * ps/gstypes.h:
2565         * ps/ps-document.c:
2566         * ps/ps-document.h:
2567         * ps/ps.c:
2568         * ps/ps.h:
2569         * shell/Makefile.am:
2570         * shell/ev-application.h:
2571         * shell/ev-sidebar-links.c:
2572         * shell/ev-sidebar-links.h:
2573         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2574         (ev_gui_menu_position_tree_selection):
2575         * shell/ev-utils.h:
2576         * shell/ev-view.c: (ev_view_finalize):
2577         * shell/ev-window.c:
2578         * shell/main.c: (main):
2579         * thumbnailer/Makefile.am:
2580         * tiff/Makefile.am:
2581         * tiff/tiff-document.c:
2582         * tiff/tiff-document.h:
2583         * tiff/tiff2ps.c:
2584         * tiff/tiff2ps.h:
2585         
2586         Reorganize source tree.
2587
2588 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * backend/ev-document-factory.c:
2591
2592         Do not include ev-poppler.h when pdf is disabled. 
2593
2594 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * configure.ac:
2597         * data/evince-ui.xml:
2598         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2599         (pdf_document_document_images_iface_init):
2600         * backend/Makefile.am:
2601         * backend/ev-document-images.[ch]:
2602         * backend/ev-image.[ch]:
2603         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2604         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2605         (ev_job_xfer_run):
2606         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2607         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2608         (ev_pixbuf_cache_get_image_mapping):
2609         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2610         (view_menu_popup_cb), (ev_window_dispose),
2611         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2612         (ev_view_popup_cmd_copy_image):
2613         * shell/ev-view-private.h:
2614         * shell/ev-view.c: (ev_view_get_image_at_location),
2615         (ev_view_do_popup_menu), (ev_view_popup_menu),
2616         (ev_view_button_press_event), (ev_view_drag_data_get),
2617         (ev_view_drag_motion), (ev_view_drag_data_received),
2618         (ev_view_motion_notify_event), (ev_view_button_release_event),
2619         (ev_view_finalize), (ev_view_class_init):
2620
2621         Add image handling support. Fixes bugs #310008 and #325047. Images
2622         selection is not supported yet. 
2623
2624 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2627         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2628         (ev_view_init):
2629
2630         Move view drag and drop stuff to ev-view.
2631
2632 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2635         * shell/ev-view.c: (clear_selection): 
2636
2637         Clear selection also in pixbuf cache.
2638
2639 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2640
2641         * data/evince.desktop.in.in:
2642         
2643         Change icon name in desktop file. See bug #390734
2644         for details.
2645
2646 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2647
2648         * thumbnailer/Makefile.am:
2649
2650         Use top_builddir instead top_srcdir for generated schema
2651         file installation. Fixes bug #390161.
2652
2653 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * configure.ac:
2656         * backend/Makefile.am:
2657         * backend/ev-document-transition.[ch]:
2658         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2659         (pdf_document_page_transition_iface_init):
2660         * shell/ev-view-private.h:
2661         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2662         (ev_view_set_presentation), (transition_next_page),
2663         (ev_view_presentation_transition_stop),
2664         (ev_view_presentation_transition_start), (ev_view_next_page):
2665
2666         Add page transition support in presentation mode. At the moment only
2667         page duration is supported, but not transition effects. Fixes bug
2668         #309815.
2669
2670 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2673
2674         Run find_link_dest with document lock held, since it's called by links
2675         thread and main thread at the same time. 
2676
2677 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-view.c: (goto_dest):
2680
2681         Update page-cache when page is changed by the view, so that
2682         page-changed signal is emitted. 
2683
2684 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * test/test1.py:
2687         * test/test2.py:
2688
2689         Use C locale in tests. 
2690
2691 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-window.c: (ev_window_run_presentation):
2694         * shell/ev-view-private.h:
2695         * shell/ev-view.c: (ev_view_set_presentation):
2696
2697         Restore zoom settings when back from presentation mode. 
2698
2699 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2700
2701         * shell/ev-window.c: (ev_window_run_presentation):
2702
2703         Always use "best fit" zoom in presentation mode.
2704         Fixes bug #389195.
2705
2706 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2707
2708         * shell/ev-view.c: (ev_view_goto_window_create):
2709
2710         Show "Jump to page" label in the page jumping popup in
2711         presentation mode instead of just a GtkEntry.
2712
2713 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-window.c: (launch_external_uri):
2716
2717         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2718         #378085.
2719
2720 2006-12-22  Elijah Newren  <newren gmail com>
2721
2722         * configure.ac: explicitly check for libxml2.  Fixes #388795
2723
2724 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * shell/ev-view-private.h:
2727         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2728         (ev_view_goto_window_delete_event), (key_is_numeric),
2729         (ev_view_goto_window_key_press_event),
2730         (ev_view_goto_window_button_press_event),
2731         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2732         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2733         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2734
2735         Allow jumping to another page by typing a page number in presentation
2736         mode. It uses a popup window with an entry. Fixes bug #353625.
2737
2738 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2739
2740         * configure.ac:
2741         * properties/ev-properties-view.c: (ev_get_default_user_units),
2742         (ev_regular_paper_size):
2743         
2744         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2745         to Damien Carbery <damien.carbery@sun.com> and
2746         Yevgen Muntyan <muntyan@tamu.edu>.
2747
2748 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2749
2750         * shell/ev-window.c: (setup_document_from_metadata):
2751
2752         Make sure Evince doesn't restore the view on the last
2753         page when a document is reopened. Fixes bug #383381.
2754
2755 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2756
2757         * shell/ev-view.c: (draw_loading_text):
2758
2759         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2760
2761 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * configure.ac:
2764         * NEWS:
2765
2766         Release 0.7.0
2767
2768 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * configure.ac:
2771         * pdf/ev-poppler.cc: (pdf_print_context_free),
2772         (pdf_document_file_exporter_begin),
2773         (pdf_document_file_exporter_do_page):
2774
2775         Make cairo-pdf depedency optional. 
2776
2777 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2780
2781         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2782
2783 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2786         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2787         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2788         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2789         * shell/ev-view.c: (draw_loading_text):
2790         * shell/ev-window.c: (ev_window_cmd_file_properties):
2791
2792         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2793         related to using FontConfig from different threads.
2794         
2795 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * shell/ev-view.c: (draw_loading_text):
2798
2799         Acquire lock document when drawing "Loading..." text so that only one
2800         thread will use FontConfig at the same time. Fixes bug #374750.
2801
2802 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-page-action.[ch]: (activate_cb):
2805         * shell/ev-window.c: (activate_label_cb):
2806
2807         Check if text inserted in page entry is a valid page number when it
2808         doesn't match to any document page label. Fixes bug #383165.
2809
2810 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2811         * shell/ev-window.c:
2812
2813         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2814         available with GTK < 2.10. Added an ifdef to avoid compilation
2815         error.
2816
2817 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * configure.ac:
2820         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2821
2822         Fix ps backend in multihead systems.
2823
2824 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2827         * shell/ev-window.c: (ev_window_get_screen_dpi),
2828         (ev_window_update_actions), (setup_view_from_metadata),
2829         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2830
2831         Take screen DPI into account when zooming. Fixes bug #318285.
2832
2833 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2834
2835         * data/Makefile.am:
2836
2837         Cleaned up/slightly refactored Makefile.am. Added GConf
2838         schemas uninstallation as well.
2839
2840 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2841
2842         * Makefile.am:
2843         * test/Makefile.am:
2844
2845         Fight with autotools to fix make check. Make distcheck
2846         works fine as well now!
2847
2848 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2849
2850         * shell/ev-view.c: (draw_end_presentation_page):
2851
2852         Corrected "end of presentation" string.
2853
2854 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2855
2856         * shell/ev-view.c: (ev_view_key_press_event):
2857
2858         Correctly propagate key press event so that up/down keys
2859         work as expected (correct behaviour was broken by
2860         black/white screen key bindings for presentations).
2861
2862 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2865         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2866         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2867         (pdf_selection_get_selection_region),
2868         (pdf_selection_get_selection_map):
2869
2870         Add "static" to some private functions. 
2871
2872 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2873
2874         * lib/ev-tooltip.h:
2875         * properties/ev-properties-view.h:
2876         * shell/ev-jobs.h:
2877         * shell/ev-properties-dialog.h:
2878         * shell/ev-properties-fonts.h:
2879         * shell/ev-sidebar-links.h:
2880         * shell/ev-sidebar-thumbnails.h:
2881         * shell/ev-sidebar.h:
2882         * shell/ev-window.h:
2883         
2884         Fixes CHACK type in class casts. See bug #385343
2885         for details.
2886
2887 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-view-private.h:
2890         * shell/ev-view.c: (draw_end_presentation_page),
2891         (ev_view_expose_event), (ev_view_key_press_event),
2892         (ev_view_class_init), (ev_view_init):
2893
2894         Blank screen in presentation mode when pressing 'b' (filling with
2895         black) or 'w' (filling with white) keys. Fixes bug #358132.
2896
2897 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2898
2899         * data/evince-toolbar.xml:
2900         * shell/ev-window.c:
2901         
2902         Use stock icon for Select All action. Fixes
2903         bug #382652.
2904
2905 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2906
2907         * shell/ev-view.c: (get_doc_point_from_offset),
2908         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2909
2910         Add links support in rotated documents. Fixes bug #343733.
2911
2912 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2913
2914         * shell/ev-view-private.h:
2915         * shell/ev-view.c: (draw_end_presentation_page),
2916         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2917
2918         Show a blank page after the last page in presentation mode with a
2919         message indicating that presentation has finished and how to exit. 
2920
2921 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * shell/ev-window.c: (fullscreen_timeout_cb):
2924
2925         Hide cursor after a while in presentation mode. 
2926
2927 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2928
2929         * backend/ev-document-info.h:
2930         * data/evince-properties.glade:
2931         * pdf/ev-poppler.cc:
2932         * properties/ev-properties-view.c: (ev_regular_paper_size),
2933         (ev_properties_view_set_info):
2934         * ps/ps-document.c: (ps_document_get_info):
2935
2936         Adds a paper size field to the properties dialog. Fixes
2937         bug #307315. Patch by Kasper Svendsen (with some i18n
2938         changes done by me).
2939
2940 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2941
2942         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2943         (screensaver_init_dbus), (totem_scrsaver_new),
2944         (totem_scrsaver_init):
2945         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2946         * shell/ev-application.c: (ev_application_register_service),
2947         (ev_application_screensaver_enable),
2948         (ev_application_screensaver_disable):
2949         * shell/ev-application.h:
2950         * shell/ev-window.c: (ev_window_run_presentation),
2951         (ev_window_stop_presentation), (build_comments_string),
2952         (ev_window_init):
2953         
2954         Move screensaver handling to application. No more
2955         message on startup.
2956
2957 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * configure.ac:
2960         * backend/Makefile.am:
2961         * backend/ev-file-exporter.[ch]:
2962         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2963         * ps/ps-document.c: (ps_document_file_exporter_*):
2964         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2965         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2966         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2967         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2968
2969         Allow printing to PDF when suppoted by the backend.
2970         
2971 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-window.c: (build_comments_string):
2974
2975         Use always "Document Viewer" in about dialog. 
2976
2977 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * djvu/djvu-document.c: (djvu_document_get_page_size):
2980
2981         Display a warning message when get_pageinfo fails. 
2982
2983 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2984
2985         * Makefile.am:
2986         * backend/Makefile.am:
2987         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2988         * configure.ac:
2989         * shell/ev-window.c: (build_comments_string):
2990         
2991         Make pdf compilation optional. See bug #38007.
2992
2993 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * ps/ps.c: (get_next_text):
2996
2997         Fix CVE-2006-5864.
2998
2999 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3002         * shell/ev-navigation-action.c: (connect_proxy),
3003         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3004         
3005         Do not call g_type_class_peek_parent twice.
3006
3007 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * configure.ac:
3010         * data/icons/24x24/.cvsignore:
3011         * data/icons/24x24/Makefile.am:
3012         * data/icons/24x24/evince.png:
3013         * data/icons/Makefile.am:
3014         
3015         Add 24x24 icon. Thanks to 
3016         Michael Monreal <infernux@web.de>.
3017
3018 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3019
3020         * configure.ac: Fix typo in configure.ac. Thanks
3021         to dmacks@netspace.org for notification.
3022
3023 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3026         
3027         Drop dbus include, fixes compilation with older dbus.
3028
3029 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3030
3031         * configure.ac:
3032         * cut-n-paste/Makefile.am:
3033         * cut-n-paste/totem-screensaver/.cvsignore
3034         * cut-n-paste/totem-screensaver/Makefile.am:
3035         * cut-n-paste/totem-screensaver/README:
3036         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3037         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3038         * shell/Makefile.am:
3039         * shell/ev-window.c: (ev_window_run_presentation),
3040         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3041         (ev_window_init):
3042
3043         Implemented screensaver enabling/disabling for
3044         presentation mode (not fullscreen mode). Code stolen
3045         from Totem (with some minor tweaks). Fixes bug #338889.
3046
3047 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3048
3049         * configure.ac:
3050
3051         Bump gnome-icon-theme requirements. We use the rotation
3052         icons that appeared recently.
3053
3054 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3055
3056         * shell/ev-history.c: (ev_history_add_page):
3057         * shell/ev-history.h:
3058         * shell/ev-window.c: (page_changed_cb):
3059         
3060         Use page labels instead of numbers.
3061
3062 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3063
3064         * data/evince-toolbar.xml:
3065         * po/POTFILES.in:
3066         * shell/Makefile.am:
3067         * shell/ev-navigation-action-widget.c:
3068         (ev_navigation_action_widget_init),
3069         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3070         (menu_detacher), (ev_navigation_action_widget_set_menu),
3071         (menu_position_func), (popup_menu_under_arrow),
3072         (ev_navigation_action_widget_toggled),
3073         (ev_navigation_action_widget_button_press_event):
3074         * shell/ev-navigation-action-widget.h:
3075         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3076         (ev_navigation_action_set_window), (activate_menu_item_cb),
3077         (new_history_menu_item), (new_empty_history_menu_item),
3078         (build_menu), (menu_activated_cb), (connect_proxy),
3079         (create_tool_item), (ev_navigation_action_init),
3080         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3081         * shell/ev-navigation-action.h:
3082         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3083         (ev_page_action_widget_set_page_cache),
3084         (ev_page_action_widget_finalize),
3085         (ev_page_action_widget_class_init), (match_selected_cb),
3086         (display_completion_text), (match_completion), (build_new_tree_cb),
3087         (get_filter_model_from_model),
3088         (ev_page_action_widget_update_model):
3089         * shell/ev-page-action-widget.h:
3090         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3091         (connect_proxy):
3092         * shell/ev-page-action.h:
3093         * shell/ev-stock-icons.c:
3094         * shell/ev-stock-icons.h:
3095         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3096         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3097         (register_custom_actions):
3098         * shell/main.c:
3099         
3100         Preliminary history implementation
3101
3102 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3103
3104         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3105         (dvi_document_class_init), (dvi_document_init_params):
3106         * dvi/mdvi-lib/font.c: (font_reference):
3107         
3108         Add reference to subfont. Fixes bug #374277.
3109
3110 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3113         (ev_window_cmd_file_open_copy_at_dest):
3114
3115         Fix a race condition when creating symlink. Increase the counter
3116         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3117         Mathias Hasselmann).
3118
3119 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * backend/Makefile.am:
3122         * backend/ev-attachment.c: (ev_attachment_open):
3123         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3124         (ev_tmp_dir), (ev_tmp_filename):
3125         * shell/ev-sidebar-attachments.c:
3126         (ev_sidebar_attachments_drag_data_get):
3127         * shell/ev-window.c: (ev_window_clear_temp_file):
3128
3129         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3130         in ensure_dir_exists. Abort without crashing when we can't create
3131         user's directory.
3132
3133 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * data/evince-ui.xml:
3136         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3137         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3138         (ev_window_cmd_file_open_copy_at_dest),
3139         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3140         (ev_view_popup_cmd_open_link_new_window):
3141
3142         Allow opening a copy of the current document in a new window. Fixes bug
3143         #357472
3144
3145 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3146
3147         * data/evince-toolbar.xml:
3148         
3149         Add rotate right and rotate left to available items for toolbar.
3150         
3151         * data/evince-ui.xml:
3152         * shell/ev-window.c: (ev_window_init):
3153         
3154         Customize toolbar with right click. Fixes bug #372451.
3155
3156 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3157
3158         * shell/ev-window.c: 
3159         
3160         Use "object-rotate-{left,right}" stock icons. Fixes 
3161         bug #373863.
3162
3163 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3166         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3167         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3168         (ev_window_open_uri):
3169         * shell/main.c: (arguments_parse):
3170
3171         Remove temp file created when evince is used by GTK+ in
3172         preview mode. Fixes bug #365282. 
3173
3174 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3175
3176         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3177         
3178         Fixes bug #372474 - Side pane disabled when entering 
3179         and leaving fullscreen mode.
3180
3181 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3182
3183         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3184         * data/Makefile.am:
3185         * data/evince-preview-toolbar.xml:
3186         * data/evince-toolbar.xml:
3187         * shell/ev-application.c: (ev_application_shutdown),
3188         (ev_application_init), (ev_application_get_toolbars_model):
3189         * shell/ev-application.h:
3190         * shell/ev-window.c: (update_chrome_visibility),
3191         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3192         (ev_window_cmd_edit_toolbar), (ev_window_init):
3193         
3194         Fixes bug #364364 - toolbar editor shows zoom actions again.
3195
3196 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3199
3200         Do not take margins into consideration for paper size when printing.
3201         Really fixes bug #350491.
3202
3203 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3204
3205         * data/evince-ui.xml:
3206         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3207         (ev_window_cmd_file_print_setup),
3208         (ev_window_print_dialog_response_cb),
3209         (ev_window_setup_action_sensitivity):
3210
3211         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3212
3213 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * shell/ev-window.c: (ev_window_print_range):
3216
3217         Revert my previuos commit, since printing to PDF is not supported by
3218         evince yet. 
3219
3220 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * shell/ev-window.c: (ev_window_print_range):
3223
3224         Enable print to a PDF. Fixes bug #332121.
3225
3226 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * shell/ev-application-service.xml:
3229         * shell/ev-application.[ch]: (ev_application_open_window),
3230         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3231         (ev_application_open_uri), (ev_application_open_uri_list):
3232         * shell/ev-window.c: (file_open_dialog_response_cb),
3233         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3234         (drag_data_received_cb), (open_remote_link):
3235         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3236
3237         Add support for multiscreen systems. Fixes bug #316206.
3238
3239 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-jobs.[ch]: (ev_job_print_new),
3242         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3243         (ev_job_print_do_page):
3244         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3245
3246         Allow printing only odd/even pages. Fixes bug #367289.
3247
3248 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3249
3250         * test/test1.py:
3251         * test/test2.py:
3252
3253         Re-add locale settings to test files.
3254
3255 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * data/evince-ui.xml:
3258         * shell/ev-window.c: (set_action_properties):
3259         
3260         Removed garbage from code and ui.
3261
3262 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3263
3264         * shell/ev-window.c: (ev_window_cmd_help_about):
3265
3266         Shamelessly add my name to the list of contributors.
3267
3268 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3269
3270         * test/test1.py:
3271         * test/test2.py:
3272
3273         Cleaned up the dogtail scripts.
3274
3275 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3276
3277         * shell/ev-view.c: (draw_loading_text): Don't render
3278         "loading..." text in presentation mode. Temporary
3279         workaround for bug #320352.
3280
3281 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3284         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3285
3286         Use print settings scale, copies, collate and reverse which were
3287         ignored. Fixes bug #359032.
3288
3289 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3290
3291         * configure.ac:
3292         * data/evince-password.glade:
3293         * test/Makefile.am:
3294         * test/test-encrypt.pdf:
3295         * test/test-links.pdf:
3296         * test/test1.py:
3297         * test/test2.py:
3298
3299         Add automated UI tests for evince with dogtail. See
3300         bug #300948.    
3301
3302 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3305
3306         Hide fullscreen toolbar when switching to another desktop workspace.
3307         Fixes bug #338871
3308
3309 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3310
3311         * shell/ev-window-title.c: 
3312         
3313         Test for .dvi in title of pdf documents.
3314
3315 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3316
3317         * shell/ev-view.c: (ev_view_scroll):
3318
3319         Page Up/Down should do page jumps in "Best fit" mode.
3320         If a user has explicitly chosen to view exactly one page
3321         at a time, scrolling just a part of the page when
3322         pressing Page Up/Down is not right. Fixes bug #323107.
3323
3324 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3325
3326         * NEWS:
3327         * configure.ac:
3328         
3329         Update for 0.6.1
3330
3331 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3332
3333         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3334         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3335         
3336         Correctly disconnect from job signals on destroy.
3337
3338 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * shell/ev-view-private.h:
3341         * shell/ev-view.c: (view_set_adjustment_values),
3342         (view_update_range_and_current_page),
3343         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3344         
3345         Fixes bug #343199, current page now follows find page.
3346
3347 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3348
3349         * backend/ev-document-factory.c:
3350         * configure.ac:
3351         Assigned OpenDocument presenation MIME type to the
3352         Impress backend. Added some missing (but harmless)
3353         #ifdefs in the document factory as well to make things
3354         consistent again. Fixes bug #360658.
3355
3356 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3357
3358         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3359         * backend/ev-document-find.c: (ev_document_find_get_type):
3360         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3361         * backend/ev-document-links.c: (ev_document_links_get_type):
3362         * backend/ev-document-security.c: (ev_document_security_get_type):
3363         * backend/ev-document-thumbnails.c:
3364         (ev_document_thumbnails_get_type):
3365         * backend/ev-document.c: (ev_document_get_type):
3366         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3367         * backend/ev-selection.c: (ev_selection_get_type):
3368         * cut-n-paste/recent-files/egg-recent-model.c:
3369         (egg_recent_model_get_type):
3370         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3371         (egg_recent_view_uimanager_get_type):
3372         * cut-n-paste/recent-files/egg-recent-view.c:
3373         (egg_recent_view_get_type):
3374         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3375         (egg_editable_toolbar_get_type):
3376         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3377         (egg_toolbar_editor_get_type):
3378         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3379         (egg_toolbars_model_get_type):
3380         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3381         (egg_tree_multi_drag_source_get_type):
3382         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3383         (ephy_zoom_action_get_type):
3384         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3385         (ephy_zoom_control_get_type):
3386         * impress/r_back.c: (_imp_fill_back):
3387         * properties/ev-properties-main.c:
3388         (ev_properties_plugin_register_type):
3389         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3390         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3391         (ev_view_accessible_factory_get_type):
3392
3393         Reduce relocations. Bug #360616.
3394
3395 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3396
3397         * backend/ev-document-factory.c:
3398         (ev_document_factory_get_document):
3399         
3400         Load document even if extension is wrong.
3401
3402 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3403
3404         * shell/ev-metadata-manager.c: (save_values):
3405         * shell/ev-window.c: (setup_size_from_metadata),
3406         (setup_view_from_metadata), (ev_window_setup_document),
3407         (ev_window_xfer_job_cb), (window_configure_event_cb):
3408         
3409         Set size according to the document size/page size ratio.
3410         That should correct rather wierd behaviour of the previous
3411         commit.
3412
3413 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3414
3415         * shell/ev-window.c: (setup_view_from_metadata):
3416         
3417         Set size for new windows from previous window size.
3418         See bugs #354968 and #168450 for details. Thanks
3419         to Meik Hellmund.
3420
3421 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3422
3423         * djvu/djvu-links.c: (build_tree):
3424
3425         Fix memory leak.
3426
3427 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3430         
3431         Don't make sidebar close button insensitive. Fixes
3432         bug #357871.
3433
3434 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3435
3436         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3437         (ev_window_set_view_accels_sensitivity):
3438         
3439         Don't enable Slash on documents which don't support
3440         find. Fixes bug #358648.
3441
3442 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3443
3444         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3445         open dialog fall back to the current document uri if the
3446         filechooser hasn't been used before. Fixes bug #356980.
3447
3448 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3449
3450         * shell/ev-window.c: (ev_window_setup_recent), 
3451         (ev_window_get_recent_file_label):
3452
3453         Escape underscores in filenames of recent file items.
3454
3455 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3456
3457         * configure.ac:
3458         
3459         Bumped poppler requirements, really 0.5.3 is very 
3460         buggy, now we require 0.5.4.
3461
3462 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * djvu/Makefile.am:
3465         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3466         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3467         (djvu_document_document_links_iface_init):
3468         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3469         (number_from_string_10), (get_djvu_link_dest),
3470         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3471         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3472         (djvu_links_get_links), (djvu_links_find_link_dest),
3473         (djvu_links_get_links_model):
3474         * djvu/djvu-links.h:
3475         
3476         Add support for links and bookmarks in djvu documents. Thanks
3477         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3478         patch.
3479
3480 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3481
3482         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3483         
3484         Reopen should reload document. Fixes 
3485         bug 327951.
3486
3487 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * configure.ac:
3490         * data/Makefile.am:
3491         * data/evince-16.png:
3492         * data/evince-22.png:
3493         * data/evince.png:
3494         * data/evince.svg:
3495         * data/icons/16x16/Makefile.am:
3496         * data/icons/16x16/evince.png:
3497         * data/icons/22x22/Makefile.am:
3498         * data/icons/22x22/evince.png:
3499         * data/icons/48x48/Makefile.am:
3500         * data/icons/48x48/evince.png:
3501         * data/icons/Makefile.am:
3502         * data/icons/scalable/Makefile.am:
3503         * data/icons/scalable/evince.svg:
3504         
3505         Install icons with correct names. Fixes
3506         bug #354429.
3507
3508 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * shell/ev-view.c: (ev_view_button_release_event):
3511
3512         Don't open links with middle mouse button. Fixes bug #353649
3513
3514 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3515
3516         * NEWS:
3517         * configure.ac:
3518         
3519         Update for release 0.6.0
3520
3521 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3522
3523         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3524         Implement Close named action. Patch by Carlos Garcia Campos.
3525
3526 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3529         
3530         Don't clear link mapping on copy_job_to_job_info. Fixes
3531         bug 346168.
3532
3533 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * shell/main.c: (main):
3536
3537         Revert my previous commit, gnome_program_init owns the option context.
3538         Fix another memory leak in main. Both caught by Christian Persch. 
3539
3540 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/main.c: (main):
3543
3544         Fix memory leak.
3545
3546 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3549
3550         Fix crash when opening a pdf with password protection. 
3551
3552 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3553
3554         * pdf/ev-poppler.cc: (pdf_document_search_free):
3555
3556         Fix memory leak. 
3557
3558 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * backend/ev-document-factory.c:
3561         (ev_document_factory_get_document):
3562         * tiff/tiff-document.c: (tiff_document_finalize):
3563         
3564         More correct handling of document loading. Fixes
3565         bug #349043.
3566
3567 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * backend/ev-attachment.c: (ev_attachment_save):
3570
3571         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3572         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3573
3574 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3575         
3576         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3577         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3578
3579 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * shell/ev-sidebar-thumbnails.c:
3582
3583         Do not render thumbnails unless thumbnails page is active in the
3584         sidebar.
3585
3586 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3587
3588         * shell/ev-properties-dialog.c:
3589
3590         Fix dialogue spacing. Bug #351370.
3591
3592 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3593
3594         * configure.ac:
3595
3596         Use lowercase gettext catalog file names (evince.mo
3597         instead of Evince.mo)
3598
3599 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-sidebar-attachments.c:
3602
3603         GtkIconTheme is now screen safe too. Fixes bug #350878
3604
3605 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * shell/ev-window.c:
3608
3609         GtkRecent manager is now screen safe. Fixes bug #350145
3610
3611 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3612
3613         * shell/ev-sidebar.c: (ev_sidebar_init):
3614         
3615         Make sidebar close icon smaller. Fix for bug 350177.
3616         See also bugs 350176 and 165770.
3617
3618 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3621
3622         Ignore zoom for xyz destinations when it's <= 1, keeping user
3623         preferences instead. Set correct sizing-mode for fith and fitv
3624         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3625
3626 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * NEWS:
3629         * configure.ac:
3630         
3631         Update for release 0.5.5
3632
3633 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3634         
3635         * shell/ev-window.c: (ev_window_cmd_escape)
3636
3637         Escape unfocus page entry. Fixes bug #345809.
3638
3639 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3642         (build_tree), (pdf_document_links_get_links),
3643         (pdf_document_links_find_link_dest):
3644         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3645         (goto_xyz_dest):
3646
3647         Convert from PDF style coordinates to X style coordinates in the
3648         backend rather than in the view. Fixes bug #338440
3649
3650 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3651
3652         * shell/ev-window.c:
3653         
3654         Remove Ctrl+Shift+T shortcut for toolbars. See
3655         the bug #350098.
3656
3657 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * configure.ac:
3660
3661         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3662         of this. 
3663
3664 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * configure.ac:
3667         * cut-n-paste/Makefile.am:
3668         * data/evince-ui.xml:
3669         * shell/Makefile.am:
3670         * shell/ev-application.[ch]:
3671         * shell/ev-window.c:
3672
3673         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3674         #349273
3675
3676 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3677
3678         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3679         findbar code: s/help/search/
3680
3681 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3682
3683         * shell/ev-window.c: (setup_document_from_metadata),
3684         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3685         (setup_view_from_metadata):
3686         
3687         Fix memory leaks.
3688
3689 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3690
3691         * autogen.sh, configure.ac: 
3692         
3693         Update automake usage. See bug 349292.
3694
3695 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3696
3697         * shell/eggfindbar.c: (egg_find_bar_class_init),
3698         (entry_activate_callback), (egg_find_bar_init),
3699         (egg_find_bar_set_status_text):
3700         * shell/eggfindbar.h:
3701         
3702         Unify Evince findbar with Epiphany. Nice patch
3703         from Fabricio Silva <silva@crans.org> and
3704         Frederic Peters <fpeters@entrouvert.com>. See
3705         bug #339966 for details.
3706
3707 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * data/evince.desktop.in.in:
3710         
3711         Correct information for bugzilla. Thanks to
3712         Olaf Vitters, see bug #348855.
3713
3714 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * shell/ev-jobs.[ch]:
3717         * shell/ev-sidebar-links.c:
3718         * shell/ev-window.[ch]:
3719
3720         GtkPrintJob doesn't support print ranges or current page, so we export
3721         to a ps file now when printing ranges or current page.
3722
3723 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3724
3725         * pdf/ev-poppler.cc:
3726         * shell/ev-window.c: (do_action_named):
3727
3728         We should be more clear about bugzilla. See the
3729         poppler bug #7623.
3730
3731 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * configure.ac:
3734         * shell/Makefile.am:
3735         * shell/ev-job-queue.c:
3736         * shell/ev-jobs.[ch]:
3737         * shell/ev-sidebar-links.c:
3738         * shell/ev-window.[ch]:
3739         
3740         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3741         #348422
3742
3743 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3746         * shell/ev-application-service.xml:
3747         * shell/ev-application.[ch]:
3748         * shell/ev-jobs.[ch]:
3749         * shell/ev-window.[ch]: (ev_window_run_preview):
3750         * shell/main.c: 
3751
3752         Add preview mode to use evince as a printing previewer. It also adds
3753         other command line options for fullscreen and presentation modes.
3754         Fixes bugs #347822, #317031
3755
3756 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * NEWS:
3759         * configure.ac:
3760         
3761         Update for release 0.5.4
3762
3763 2006-07-11  Bastien Nocera <hadess@hadess.net>
3764
3765         * Makefile.am:
3766         * backend/Makefile.am:
3767         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3768         * backend/ev-document-factory.h:
3769         * configure.ac:
3770         * impress/.cvsignore:
3771         * impress/Makefile.am:
3772         * impress/common.h:
3773         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3774         (imp_get_page), (imp_next_page), (imp_prev_page),
3775         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3776         * impress/f_oasis.c: (render_object), (render_page),
3777         (get_geometry), (_imp_oasis_load):
3778         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3779         (_imp_oo13_load):
3780         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3781         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3782         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3783         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3784         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3785         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3786         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3787         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3788         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3789         (iks_new_within), (iks_insert), (iks_insert_cdata),
3790         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3791         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3792         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3793         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3794         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3795         (iks_cdata), (iks_cdata_size), (iks_has_children),
3796         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3797         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3798         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3799         (iks_tree), (iks_load), (iks_save):
3800         * impress/iksemel.h:
3801         * impress/imposter.h:
3802         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3803         (imp_render_draw_bezier_real), (imp_render_get_size),
3804         (imp_render_set_fg_color), (imp_render_draw_line),
3805         (imp_render_draw_rect), (imp_render_draw_polygon),
3806         (imp_render_draw_arc), (imp_render_draw_bezier),
3807         (imp_render_open_image), (imp_render_get_image_size),
3808         (imp_render_scale_image), (imp_render_draw_image),
3809         (imp_render_close_image), (imp_render_markup),
3810         (imp_render_get_text_size), (imp_render_draw_text),
3811         (impress_document_load), (impress_document_save),
3812         (impress_document_get_n_pages), (impress_document_get_page_size),
3813         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3814         (impress_document_finalize), (impress_document_class_init),
3815         (impress_document_can_get_text), (impress_document_get_info),
3816         (impress_document_document_iface_init),
3817         (impress_document_thumbnails_get_thumbnail),
3818         (impress_document_thumbnails_get_dimensions),
3819         (impress_document_document_thumbnails_iface_init),
3820         (impress_document_init):
3821         * impress/impress-document.h:
3822         * impress/internal.h:
3823         * impress/r_back.c: (_imp_fill_back):
3824         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3825         (_imp_draw_image), (_imp_tile_image):
3826         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3827         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3828         (r_polyline):
3829         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3830         (r_draw_gradient_complex), (r_draw_gradient):
3831         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3832         (r_get_bullet):
3833         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3834         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3835         (r_text):
3836         * impress/render.c: (imp_create_context), (imp_context_set_page),
3837         (imp_context_set_step), (imp_render), (imp_delete_context):
3838         * impress/render.h:
3839         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3840         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3841         (zip_load_xml), (zip_get_size), (zip_load):
3842         * impress/zip.h:
3843         * shell/ev-utils.c:
3844         
3845         New backend to support impress slides. Fixes bug #30867.
3846
3847 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3848
3849         * shell/ev-utils.c: (using_postscript_printer):
3850         
3851         Fixes crash when print using PAPI backend,
3852         bug #345012.
3853
3854 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3855
3856         * shell/ev-jobs.c: (ev_job_xfer_run):
3857         * shell/ev-window.c: (password_dialog_response),
3858         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3859         (ev_window_dispose):
3860         Fixes bug #344160: if the xfer job doesn't complete
3861         because a password is required, reload the existing
3862         instance instead of creating a new one.
3863
3864 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * shell/main.c: (main): Call gdk_threads_init. Thus
3867         we'll avoid errors in auth dialog. Fix for the bug
3868         #343347.
3869
3870 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3871
3872         * configure.ac: Advertise pixbuf support, fix
3873         for the bug 343317.
3874
3875 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3878         (ev_sidebar_thumbnails_set_document):
3879         
3880         Update sidebar thumbnails after reloading.
3881
3882 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3883
3884         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3885         * shell/ev-jobs.h:
3886         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3887         (ev_window_cmd_view_reload), (ev_window_init):
3888         
3889         Don't crash on reload. Fix for the bug #343167.
3890
3891 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * shell/ev-jobs.c: (ev_job_render_run):
3894         
3895         Check for document links.
3896
3897 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3898
3899         * backend/ev-attachment.c: (ev_attachment_save),
3900         (ev_attachment_launch_app), (ev_attachment_open):
3901         * backend/ev-document-factory.c: (get_document_from_uri):
3902         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3903         (egg_recent_view_uimanager_set_list):
3904         * ps/ps-document.c: (check_filecompressed), (document_load),
3905         (ps_document_load):
3906         * shell/ev-metadata-manager.c: (load_values):
3907         * shell/ev-password.c: (ev_password_dialog_set_property):
3908         * shell/ev-view.c: (tip_from_link):
3909         * shell/ev-window.c: (file_save_dialog_response_cb),
3910         (ev_window_print_dialog_response_cb):
3911         
3912         Use consistent quoting style. Fix for the bug #320285.
3913
3914 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3915
3916         * shell/ev-jobs.c: (ev_job_xfer_run):
3917         * shell/main.c: (load_files):
3918                 
3919         Open links with anchors. Fix for the bug #339836.
3920
3921 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3922
3923         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3924         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3925         (ev_link_dest_set_property), (ev_link_dest_finalize),
3926         (ev_link_dest_class_init), (ev_link_dest_new_named),
3927         (ev_link_dest_new_page_label):
3928         * backend/ev-link-dest.h:
3929         * shell/ev-application.c: (ev_application_open_uri):
3930         * shell/ev-view.c: (goto_dest):
3931         * shell/ev-window.c:
3932         * shell/ev-window.h:
3933         
3934         Fix page-label command line option. Bug #342070.
3935
3936 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3937
3938         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3939         
3940         Don't show highlight rects if page can't be showed. Fix for 
3941         the bug #342076
3942
3943 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * shell/ev-window.c: (setup_sidebar_from_metadata),
3946         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3947         
3948         Setup sidebar from metadata even if there is no document
3949         loaded. Fix for the bug #342807.
3950
3951 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3952
3953         * cut-n-paste/toolbar-editor/Makefile.am:
3954         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3955         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3956         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3957         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3958         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3959         (popup_context_menu_cb), (button_press_event_cb),
3960         (configure_item_sensitivity), (configure_item_cursor),
3961         (configure_item_tooltip), (connect_widget_signals),
3962         (action_sensitive_cb), (create_item_from_action),
3963         (create_item_from_position), (toolbar_drag_data_received_cb),
3964         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3965         (toolbar_drag_leave_cb), (configure_drag_dest),
3966         (toggled_visibility_cb), (toolbar_visibility_refresh),
3967         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3968         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3969         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3970         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3971         (egg_editable_toolbar_dispose),
3972         (egg_editable_toolbar_set_ui_manager),
3973         (egg_editable_toolbar_get_selected),
3974         (egg_editable_toolbar_set_selected), (set_edit_mode),
3975         (egg_editable_toolbar_set_property),
3976         (egg_editable_toolbar_get_property),
3977         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3978         (egg_editable_toolbar_new_with_model),
3979         (egg_editable_toolbar_get_edit_mode),
3980         (egg_editable_toolbar_set_edit_mode),
3981         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3982         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3983         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3984         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3985         (item_added_or_removed_cb), (toolbar_removed_cb),
3986         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3987         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3988         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3989         (editor_create_item_from_name), (append_table),
3990         (update_editor_sheet), (egg_toolbar_editor_init):
3991         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3992         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3993         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3994         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3995         (toolbar_node_free), (egg_toolbars_model_get_flags),
3996         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3997         (egg_toolbars_model_get_name), (impl_add_item),
3998         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3999         (parse_data_list), (parse_item_list), (parse_toolbars),
4000         (egg_toolbars_model_load_toolbars), (parse_available_list),
4001         (parse_names), (egg_toolbars_model_load_names),
4002         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4003         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4004         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4005         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4006         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4007         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4008         (egg_toolbars_model_set_types), (fill_avail_array),
4009         (egg_toolbars_model_get_name_avail),
4010         (egg_toolbars_model_get_name_flags),
4011         (egg_toolbars_model_set_name_flags):
4012         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4013         * cut-n-paste/toolbar-editor/eggintl.h:
4014         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4015         (egg_tree_multi_drag_source_get_type),
4016         (egg_tree_multi_drag_source_row_draggable),
4017         (egg_tree_multi_drag_source_drag_data_delete),
4018         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4019         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4020         (path_list_free), (set_context_data), (get_context_data),
4021         (get_info), (egg_tree_multi_drag_drag_data_get),
4022         (egg_tree_multi_drag_motion_event),
4023         (egg_tree_multi_drag_button_press_event),
4024         (egg_tree_multi_drag_add_drag_support):
4025         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4026         * shell/ev-application.c: (ev_application_init),
4027         (ev_application_save_toolbars_model):
4028         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4029         (ev_window_cmd_edit_toolbar), (ev_window_init):
4030         
4031         Sync toolbareditor with epiphany and libegg
4032
4033 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * configure.ac: 
4036
4037         Depend on poppler 0.5.2
4038
4039 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-jobs.c: (ev_job_render_run):
4042         
4043         Check if document supports links iterface.
4044
4045 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4046
4047         * NEWS:
4048         * configure.ac:
4049         
4050         Update for release 0.5.3
4051
4052 2006-05-13  Michael Plump  <plumpy@skylab.org>
4053
4054         * configure.ac:
4055         * shell/Makefile.am:
4056         * shell/main.c: (main):
4057         
4058         Port to GOption command line parsing. Fix for the 
4059         bug #327518
4060
4061 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * shell/ev-window.c: (ev_window_cmd_help_about):
4064         
4065         Do not wrap license. Fix for the bug #309460.
4066
4067 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * configure.ac:
4070         * properties/ev-properties-main.c: (ev_properties_get_pages):
4071         * shell/ev-application.c: (ev_application_open_window),
4072         (ev_application_open_uri_at_dest):
4073         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4074         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4075         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4076         * shell/ev-utils.c: (save_print_config_to_file):
4077         * shell/ev-window.c: (ev_window_cmd_save_as),
4078         (ev_attachment_popup_cmd_save_attachment_as):
4079         * shell/main.c: (load_files_remote):
4080         
4081         Bump requirements to gtk 2.8 and drop all ifdefs used.
4082
4083 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4084
4085         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4086         * shell/ev-window.c: (ev_window_init):
4087         
4088         Show attachments page.
4089
4090 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * po/POTFILES.in:
4093         * shell/ev-attachment-bar.c:
4094         * shell/ev-attachment-bar.h:
4095         * shell/ev-sidebar-attachments.c:
4096         (ev_sidebar_attachments_icon_cache_add),
4097         (icon_theme_get_pixbuf_from_mime_type),
4098         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4099         (ev_sidebar_attachments_icon_cache_refresh),
4100         (ev_sidebar_attachments_get_attachment_at_pos),
4101         (ev_sidebar_attachments_popup_menu_show),
4102         (ev_sidebar_attachments_popup_menu),
4103         (ev_sidebar_attachments_button_press),
4104         (ev_sidebar_attachments_update_icons),
4105         (ev_sidebar_attachments_drag_data_get),
4106         (ev_sidebar_attachments_get_property),
4107         (ev_sidebar_attachments_destroy),
4108         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4109         (ev_sidebar_attachments_new),
4110         (ev_sidebar_attachments_set_document),
4111         (ev_sidebar_attachments_support_document),
4112         (ev_sidebar_attachments_get_label),
4113         (ev_sidebar_attachments_page_iface_init):
4114         * shell/ev-sidebar-attachments.h:
4115         * shell/ev-window.c: (update_chrome_visibility),
4116         (setup_sidebar_from_metadata), (ev_window_setup_document),
4117         (ev_window_sidebar_current_page_changed_cb),
4118         (attachment_bar_menu_popup_cb), (ev_window_init):
4119         
4120         Move attachments bar to sidebar.
4121
4122 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * pdf/ev-poppler.cc:
4125         * shell/ev-application.[ch]:
4126         * shell/main.c:
4127
4128         Fix some memory leaks.
4129
4130 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4131
4132         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4133
4134         Change the properties dialog response to
4135         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4136         will make the dialog go away when the user presses
4137         enter. With gtk+ >= 2.9 this will happen anyway, but for
4138         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4139         escape by default. Fixes bug #340539. See also bug
4140         #101293 for the gtk+ part.
4141
4142 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4143
4144         * shell/ev-view.c (tip_from_action_named): Replace some strings
4145         that were wrong. Closes #340970.
4146
4147 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4150
4151         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4152         #341049
4153
4154 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * djvu/Makefile.am:
4157         * dvi/Makefile.am:
4158         * dvi/mdvi-lib/Makefile.am:
4159         * properties/Makefile.am:
4160         * ps/Makefile.am:
4161         * shell/Makefile.am:
4162         * thumbnailer/Makefile.am:
4163         
4164         Due to broken libtool that is unable to track dependencies
4165         of noinst libraries we are forced to explicitely point
4166         libraries for binary. Fix for the bug #333334.
4167
4168 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4169
4170         * data/evince.desktop.in.in:
4171         * shell/ev-view.c: (view_update_range_and_current_page),
4172         (ev_view_next_page), (ev_view_previous_page):
4173         * shell/ev-window.c: (update_chrome_visibility),
4174         (setup_sidebar_from_metadata), (ev_window_setup_document),
4175         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4176         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4177         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4178         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4179         (ev_window_stop_presentation), (ev_window_focus_in_event),
4180         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4181         (ev_window_init):
4182         * thumbnailer/Makefile.am:
4183         
4184         Update fullscreen and presentation timeout handling. Hide
4185         cursor in presentation after timeout. Fix for the bugs
4186         #136359 and #336981.
4187
4188 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * backend/ev-link-action.[ch]:
4191         * pdf/ev-poppler.cc: (ev_link_from_action):
4192         * shell/ev-view-private.h:
4193         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4194         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4195
4196         Add support for Named Action links
4197
4198 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * backend/Makefile.am:
4201         * backend/ev-document-links.[ch]:
4202         * backend/ev-document.[ch]:
4203         * backend/ev-link-action.[ch]:
4204         * backend/ev-link-dest.[ch]:
4205         * backend/ev-link.[ch]:
4206         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4207         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4208         * shell/ev-page-action.c: (build_new_tree_cb):
4209         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4210         (links_page_num_func), (update_page_callback):
4211         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4212         (tip_from_link):
4213         * shell/ev-jobs.c:
4214         * shell/ev-window.[ch]: (ev_window_open_uri),
4215         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4216         * shell/ev-application.[ch]: (ev_application_open_window),
4217         (ev_application_open_uri):
4218
4219         Rework links system, it adds support for remote links now and it makes
4220         easier to add new kinds of actions and destinations. Fixes bug #317292
4221
4222 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4223
4224         * data/Makefile.am:
4225         * data/evince.png:
4226         * data/evince-16.png:
4227         * data/evince-22.png:
4228         * data/evince.svg:
4229         * shell/main.c: (main):
4230         
4231         Evince use it's own icon. Fix for the bug #313392.
4232
4233         * shell/ev-window.c: (fullscreen_timeout_cb),
4234         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4235         (ev_window_cmd_help_about), (ev_window_dispose):
4236         
4237         Simplify fullscreen timeout code.
4238
4239 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * backend/ev-attachment.c: 
4242         * shell/ev-attachment-bar.c:
4243         * shell/ev-window.c:
4244
4245         Allow multiple selection of attachments
4246
4247 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-view.c: (view_update_range_and_current_page),
4250         (ev_view_scroll):
4251         
4252         Fix for the bug #312573 – Optimal selection of current 
4253         page among visible pages.
4254
4255 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * configure.ac:
4258         * djvu/Makefile.am:
4259         * djvu/djvu-text.h:
4260         
4261         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4262         for the bug 339868.
4263
4264 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4265
4266         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4267
4268 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4269
4270         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4271         dictated by the GNOME HIG. Fixes bug #339235.
4272
4273 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4274
4275         * data/evince-ui.xml:
4276         * shell/ev-view.c: (ev_view_can_find_previous):
4277         * shell/ev-view.h:
4278         * shell/ev-window.c: (ev_window_update_actions),
4279         (ev_window_cmd_edit_find_previous):
4280
4281         Add support for "Find Previous" as dictated by the GNOME HIG. A
4282         menu item is added and some glue code to make it all work is added
4283         to various files.
4284
4285 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4286
4287         * configure.ac: Award myself the "useless use of cat" award.
4288
4289 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4290
4291         * po/LINGUAS: New file listing all supported languages.
4292
4293         * configure.in: Use po/LINGUAS instead of including all languages
4294         directly in this file. See the wiki for more information:
4295         http://live.gnome.org/GnomeGoals/PoLinguas
4296
4297 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * backend/ev-document-factory.c:
4300
4301         Do not load the document twice when there isn't errors
4302
4303 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * backend/ev-attachment.c: 
4306
4307         Fix a crash when there isn't a default application to open an
4308         attachment
4309
4310 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4311
4312         * backend/ev-attachment.[ch]:
4313         * shell/ev-attachment-bar.[ch]:
4314
4315         Added missing files. 
4316
4317 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * backend/Makefile.am:
4320         * data/evince-ui.xml:
4321         * backend/ev-attachment.[ch]:
4322         * backend/ev-document.[ch]: (ev_document_has_attachments),
4323         (ev_document_get_attachments):
4324         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4325         (attachment_save_to_buffer), (pdf_document_get_attachments),
4326         (pdf_document_document_iface_init):
4327         * shell/Makefile.am:
4328         * shell/ev-attachment-bar.[ch]:
4329         * shell/ev-window.c:
4330
4331         Add support for PDF attachments. Fixes bug #325143
4332
4333 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * backend/ev-document-factory.c: (get_document_from_uri),
4336         (ev_document_factory_get_document):
4337         * backend/ev-document-factory.h:
4338         * properties/ev-properties-main.c: (ev_properties_get_pages):
4339         * shell/Makefile.am:
4340         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4341         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4342         (ev_job_queue_remove_job):
4343         * shell/ev-job-queue.h:
4344         * shell/ev-job-xfer.c:
4345         * shell/ev-job-xfer.h:
4346         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4347         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4348         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4349         (ev_job_xfer_run):
4350         * shell/ev-jobs.h:
4351         * shell/ev-window.c: (ev_window_is_empty),
4352         (password_dialog_response), (ev_window_clear_xfer_job),
4353         (ev_window_xfer_job_cb), (ev_window_open_uri),
4354         (ev_window_cmd_focus_page_selector),
4355         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4356         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4357         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4358         (ev_window_dispose):
4359         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4360         
4361         * Cleanup mime type detection on document load. Fix for the
4362         bug #336448.
4363
4364 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4367         
4368         Fix crash on exit, described in the bug #336825.
4369
4370 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * backend/ev-document-factory.c:
4373         (ev_document_factory_get_from_mime),
4374         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4375         (ev_document_factory_get_document),
4376         (file_filter_add_mime_list_and_free),
4377         (ev_document_factory_add_filters):
4378         * backend/ev-document-factory.h:
4379         * properties/ev-properties-main.c: (ev_properties_get_pages):
4380         * shell/Makefile.am:
4381         * shell/ev-application.c:
4382         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4383         * shell/ev-window.c: (ev_window_cmd_file_open),
4384         (ev_window_cmd_save_as):
4385         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4386         
4387         Rework factory functions so they are placed now in a single 
4388         file ev-document-factory.c
4389
4390 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4391
4392         * shell/ev-window.c: (update_chrome_visibility):
4393         
4394         Fix for the bug 166566 - don't show menubar in fullscreen
4395         mode.
4396
4397 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4398
4399         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4400
4401 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-view.c: (ev_view_expose_event):
4404         
4405         More correctly draw loading text when document
4406         is empty.
4407
4408 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * shell/ev-view.c: (ev_view_scroll):
4411         
4412         Fix for the bug #334854, page down and page up switch
4413         pages in presentation mode.
4414
4415 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * shell/ev-window.c: (ev_window_set_action_sensitive),
4418         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4419         (ev_window_set_view_accels_sensitivity),
4420         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4421         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4422         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4423         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4424         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4425         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4426         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4427         (view_actions_focus_in_cb), (ev_window_init):
4428         
4429         Fix for the bug #333902, now it's possible to search
4430         words with slash.
4431
4432 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4433
4434         * configure.ac: Added Breton translation.
4435         * po/br.po: Added Breton translation.
4436
4437 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * shell/ev-window-title (ev_window_title_update):
4440
4441         Fix memory leak in window title. Fixes bug #333944
4442
4443 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4444
4445         * shell/ev-metadata-manager.c (parseItem):
4446
4447         Fix memory leaks. Fixes bug #333945
4448
4449 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4450         
4451         * NEWS, configure.ac, TODO:
4452         
4453         Update for release 0.5.2.
4454
4455 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4456
4457         * shell/ev-view.c: (view_update_range_and_current_page),
4458         (page_changed_cb):
4459         
4460         Don't jump on scrolling, fix for the bug #333127.
4461
4462 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4463
4464         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4465         
4466         Scroll by one page in presentation mode. Fix for the bug
4467         #332993.
4468
4469 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4470
4471         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4472
4473 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4474
4475         * configure.ac  Added lv in ALL_LINGUAS line.
4476
4477 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4478         
4479         * NEWS, configure.ac:
4480         
4481         Update for release 0.5.1
4482
4483 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4484
4485         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4486         * backend/ev-document-misc.h:
4487         * shell/ev-view.c: (draw_one_page):
4488         
4489          Clairfy what page the toolbar page number applies to. Fix
4490          for the bug #328102.
4491
4492 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4493
4494         * shell/ev-view-private.h:
4495         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4496         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4497         (ev_view_search_changed):
4498         * shell/ev-view.h:
4499         * shell/ev-window.c: (find_bar_search_changed_cb):
4500         
4501         Dont't jump to find result if window was scrolled during search.
4502         Fix for the bug #313266.
4503
4504 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4505
4506         * shell/eggfindbar.c: (egg_find_bar_class_init):
4507         * shell/eggfindbar.h:
4508         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4509         * shell/ev-view-private.h:
4510         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4511         (ev_view_class_init), (ev_sizing_mode_get_type),
4512         (ev_scroll_type_get_type):
4513         * shell/ev-view.h:
4514         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4515         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4516         (ev_window_init):
4517         
4518         Fix for the bug 319133 - Find entry should allow text scroll.
4519
4520 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4521
4522         * shell/ev-view-private.h:
4523         * shell/ev-view.c: (view_update_range_and_current_page),
4524         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4525         (ev_view_set_document), (update_find_status_message),
4526         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4527         (ev_view_find_previous):
4528         
4529         Fix for the bug #319137. Search now takes account for scrolling.
4530
4531 2006-02-19  Michael Hofmann <mh21@piware.de>
4532
4533         * configure.ac:
4534         * djvu/Makefile.am:
4535         * djvu/djvu-document-private.h:
4536         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4537         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4538         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4539         (djvu_document_can_get_text), (djvu_document_get_text),
4540         (djvu_document_document_iface_init),
4541         (djvu_document_thumbnails_get_thumbnail),
4542         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4543         (djvu_document_find_get_result),
4544         (djvu_document_find_page_has_results),
4545         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4546         (djvu_document_find_iface_init):
4547         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4548         (djvu_text_page_selection), (djvu_text_page_limits_process),
4549         (djvu_text_page_limits), (djvu_text_page_copy),
4550         (djvu_text_page_position), (djvu_text_page_union),
4551         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4552         (djvu_text_page_box), (djvu_text_page_append_text),
4553         (djvu_text_page_search), (djvu_text_page_prepare_search),
4554         (djvu_text_page_new), (djvu_text_page_free):
4555         * djvu/djvu-text-page.h:
4556         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4557         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4558         (djvu_text_n_results), (djvu_text_has_results),
4559         (djvu_text_get_result), (djvu_text_get_progress):
4560         * djvu/djvu-text.h:
4561         
4562         Text search in djvu. Fix for the bug #303415.
4563
4564 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4565
4566         * configure.ac:
4567         * shell/ev-window.c: (ev_window_cmd_save_as):
4568         
4569         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4570         Thanks to Gary Coady <gary@lyranthe.org>
4571
4572 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * shell/ev-print-job.c: (idle_print_handler):
4575         
4576         Inverse order printing, bug #320919.
4577
4578 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4579
4580         * data/evince-toolbar.xml:
4581         * shell/ev-window.c:
4582         
4583         Allow to add sidebar checkbutton on toolbar. Fix
4584         for the bug #144577.
4585
4586 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4589         
4590         Add checks that have sense for empty ps document.
4591
4592 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4593
4594         * configure.ac: Include PS in mime types list. 
4595
4596 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4597
4598         * configure.ac:
4599         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4600         * ps/gsdefaults.h:
4601         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4602         
4603         Runtime check for gs interpreter. Fix for the bug #320868.
4604         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4605
4606 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * shell/ev-application.c: 
4609
4610         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4611         dbus>=0.60, so that the request is not queued. 
4612
4613 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * configure.ac:
4616         * shell/Makefile.am:
4617         * shell/ev-sidebar-links.c: (print_section_cb):
4618         * shell/ev-utils.c:
4619         * shell/ev-utils.h:
4620         * shell/ev-window.c: (update_action_sensitivity),
4621         (ev_window_close_dialogs), (ev_window_print):
4622         * shell/ev-window.h:
4623         
4624         Make printing support optional. Patch from Eduardo de Barros Lima
4625         <eduardo.lima@indt.org.br> for the bug #330546.
4626
4627 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * shell/ev-view-private.h:
4630         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4631         (ev_view_set_document):
4632         * shell/ev-view.h:
4633         * shell/ev-window.c: (ev_window_load_job_cb),
4634         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4635         (ev_window_init):
4636
4637         Draw Loading message during xfer job. Fix for the bug #329495.
4638
4639 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4640
4641         * comics/comics-document.c: (comics_regex_quote),
4642         (comics_document_load), (extract_argv):
4643         
4644         Correcly quote regexp before passing it to unzip.
4645
4646 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * shell/ev-page-cache.c: (build_height_to_page),
4649         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4650         (ev_page_cache_get_dual_even_left):
4651         * shell/ev-page-cache.h:
4652         * shell/ev-view.c: (view_update_range_and_current_page),
4653         (get_page_y_offset), (get_page_extents):
4654         
4655         Place even pages to the left if document has less then
4656         two pages. Fix for the bug #328856.
4657
4658 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4659
4660         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4661         
4662         Correct comics scheme. This make evince create thumbnails
4663         for comic books. Fix for the bug 329088.
4664
4665 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4666
4667         * data/evince-password.glade: Don't explicitly set
4668         invisible_char to the current default value in case
4669         the default changes; let GTK+ do its magic.
4670
4671 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4672
4673         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4674         real filename to tmp filename since often document
4675         type is determined by extension.
4676
4677 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4678
4679         * shell/ev-view.c: (add_scroll_binding_keypad),
4680         (ev_view_binding_activated), (ev_view_class_init):
4681         
4682         Add keybindings for percision-scrolling of display area. 
4683         Fix for the bug #314072.
4684
4685 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * data/evince.desktop.in.in:
4688         
4689         Add GTK to the list of categories. Fix for the bug #328034.
4690
4691 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4692
4693         * shell/ev-application.c: (ev_application_shutdown),
4694         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4695         * shell/ev-application.h:
4696         * shell/ev-window.c: (file_open_dialog_response_cb),
4697         (ev_window_cmd_file_open):
4698         
4699         Save last uri in file chooser dialog. Fix for the bug #327950.
4700
4701 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4702
4703         * NEWS:
4704         * README:
4705         
4706         Final update for release 0.5.0
4707         
4708         * shell/Makefile.am:
4709         
4710         Remove disable deprecated until we'll require libgnome-2.13.7
4711         and port to GOption argument parsing. See bug 327518.
4712
4713 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4714
4715         * comics/comics-document.c: (comics_document_save):
4716         * djvu/djvu-document.c: (djvu_document_save):
4717         * dvi/dvi-document.c: (dvi_document_save):
4718         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4719         * lib/ev-file-helpers.h:
4720         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4721         * tiff/tiff-document.c: (tiff_document_save):
4722         
4723         Use common save function for backends.
4724
4725 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4726
4727         * backend/ev-document-types.c:
4728         
4729         Fix crash on saving pixbuf.
4730
4731 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * cut-n-paste/recent-files/egg-recent-item.c:
4734         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4735         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4736         (parse_info_free), (valid_element), (start_element_handler),
4737         (end_element_handler), (text_handler), (egg_recent_model_filter),
4738         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4739         (egg_recent_model_monitor), (egg_recent_model_read),
4740         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4741         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4742         (egg_recent_model_set_property), (egg_recent_model_class_init),
4743         (egg_recent_model_init), (egg_recent_model_add_full),
4744         (egg_recent_model_delete), (egg_recent_model_get_list),
4745         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4746         (egg_recent_model_set_filter_mime_types),
4747         (egg_recent_model_clear_group_filter),
4748         (egg_recent_model_set_filter_groups),
4749         (egg_recent_model_clear_scheme_filter),
4750         (egg_recent_model_set_filter_uri_schemes),
4751         (egg_recent_model_remove_expired):
4752         * cut-n-paste/recent-files/egg-recent-util.c:
4753         (egg_recent_util_get_icon):
4754         * cut-n-paste/recent-files/egg-recent-util.h:
4755         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4756         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4757         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4758         (egg_recent_view_uimanager_set_property),
4759         (egg_recent_view_uimanager_get_property),
4760         (egg_recent_view_uimanager_class_init),
4761         (egg_recent_view_uimanager_init),
4762         (egg_recent_view_uimanager_set_label_width),
4763         (egg_recent_view_uimanager_get_label_width):
4764         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4765         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4766         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4767         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4768         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4769         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4770         
4771         Update from libegg.
4772
4773 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4774
4775         * shell/ev-page-cache.c: (build_height_to_page),
4776         (ev_page_cache_get_height_to_page):
4777         * shell/ev-page-cache.h:
4778         * shell/ev-view.c: (view_update_range_and_current_page),
4779         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4780         (ev_view_previous_page):
4781         
4782         Dual mode places even pages to the left. Fix for the bug #309393.
4783
4784         * shell/ev-view.h:
4785         * shell/ev-window.c: (update_action_sensitivity),
4786         (setup_view_from_metadata), (view_menu_popup_cb):
4787         
4788         Don't restore presentation in empty windows, more intelligent
4789         next page behaviour in dual mode.
4790
4791         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4792         (ev_pixbuf_cache_clear_job_sizes):
4793         
4794         Cleanup job callback on removal. Fix for the bug #325886.
4795
4796 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4797
4798         * ps/ps.c: (psscan):
4799         
4800         Commit workaround Mozilla problem. Fix for the bug #325919
4801         
4802         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4803         (save_item):
4804         
4805         Fix for year 2038 problem.
4806
4807 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-window.c: (setup_document_from_metadata),
4810         (ev_window_cmd_view_reload):
4811
4812         Clamp page recieved from metadata in valid values. Fix
4813         for the bug #325986.
4814
4815 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * MAINTAINERS: 
4818         Add MAINTAINERS as requested on desktop-devel-list.
4819
4820 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4823         (mime_type_supported_by_gdk_pixbuf),
4824         (ev_document_factory_get_mime_types),
4825         (ev_document_factory_get_all_mime_types):
4826         
4827         Don't add pixbuf mime types if pixbuf backend is disabled.
4828         
4829         * shell/ev-application.c: (ev_application_get_uri_window):
4830         
4831         Fix for the bug 325815 - unhandled MIME type message doesn't 
4832         appear a second time. 
4833         
4834         * shell/ev-document-types.c: (ev_document_types_add_filters):
4835         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4836         (password_dialog_response), (ev_window_popup_password_dialog),
4837         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4838         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4839         (ev_window_run_presentation), (ev_window_stop_presentation),
4840         (save_sizing_mode), (ev_window_zoom_changed_cb),
4841         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4842         (ev_window_dual_mode_changed_cb),
4843         (ev_window_sidebar_current_page_changed_cb),
4844         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4845         (window_state_event_cb), (window_configure_event_cb):
4846         
4847         Cleanup additional uris holded by EvWindow.
4848
4849 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4852         (ev_view_can_previous_page), (ev_view_can_next_page):
4853         * shell/ev-view.h:
4854         * shell/ev-window.c: (update_action_sensitivity):
4855         
4856         Two page scrolling with Space and PageUp in dual mode. Second fix 
4857         for the bug #316608.
4858
4859 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * shell/ev-view.c: (scroll_to_current_page):
4862         
4863         Correctly clamp adjustment value. Fix for the bug
4864         #325808.
4865
4866 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * shell/ev-sidebar-links.c: (print_section_cb):
4869         * shell/ev-window.c: (ev_window_get_uri),
4870         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4871         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4872         (ev_window_dispose):
4873         
4874         Make print dialog non-modal. Fix for the bug #325622.
4875
4876 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4877
4878         * shell/ev-metadata-manager.c:
4879         * shell/ev-utils.c: (using_pdf_printer),
4880         (using_postscript_printer), (load_print_config_from_file),
4881         (save_print_config_to_file):
4882         * shell/ev-utils.h:
4883         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4884         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4885         (setup_view_from_metadata), (ev_window_setup_document),
4886         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4887         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4888         (ev_window_run_presentation), (ev_window_stop_presentation),
4889         (save_sizing_mode), (ev_window_zoom_changed_cb),
4890         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4891         (ev_window_dual_mode_changed_cb),
4892         (ev_window_sidebar_current_page_changed_cb),
4893         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4894         (window_state_event_cb), (window_configure_event_cb),
4895         (ev_window_init):
4896         
4897         Setting saving behaviour fixes.
4898
4899 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4900
4901         * configure.ac:
4902         
4903         Make antialiasing gs options better and allow
4904         to change them during configure. Fix for the 
4905         bug #319049.
4906
4907 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * shell/ev-window.c: (setup_view_from_metadata):
4910         
4911         Remember if last window was maximized. Fix for the
4912         bug #323797.
4913
4914 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4915
4916         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4917
4918 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4921         * shell/ev-page-action.c: (build_new_tree_cb):
4922         * shell/ev-sidebar-links.c: (links_page_num_func),
4923         (update_page_callback_foreach), (update_page_callback):
4924         * shell/ev-view.c: (scroll_to_current_page):
4925         
4926         Fix for the bug #325067 with more intelligent selection
4927         of current link in sidebar. Make sidebar handle links
4928         of FITR-like type more correctly.
4929
4930         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4931         (dvi_pixbuf_put_pixel):
4932         
4933         Fix memory consumtion with disabled alpha channel.
4934
4935 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * data/evince-ui.xml:
4938         * shell/ev-window.c: (view_menu_popup_cb),
4939         (ev_popup_cmd_open_link), (ev_window_init):
4940         
4941         Update context menu for internal links. Fix for the bug
4942         #325066.
4943
4944 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4947         
4948         Bind context menu to keyboard also. Fix for the bug
4949         #325065.
4950
4951 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * shell/ev-view.c: (selection_scroll_timeout_cb):
4954         
4955         Horizontal scroll on selection also.
4956
4957 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * shell/ev-metadata-manager.c: (parse_value):
4960         * shell/ev-view.c: (goto_xyz_link):
4961         
4962         Correct zoom setup and metadata save broken in 
4963         some locales.
4964
4965 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-view-private.h:
4968         * shell/ev-view.c: (scroll_to_current_page),
4969         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4970         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4971         (page_changed_cb), (ev_view_set_continuous),
4972         (ev_view_set_dual_page), (ev_view_set_presentation):
4973         
4974         Delay scroll until allocation to correctly position page. Fix
4975         for the bug #317334.
4976
4977 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * NEWS:
4980         * configure.ac:
4981         
4982         Update NEWS and require poppler 0.5.0.
4983
4984 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4985         
4986         * data/evince-ui.xml:
4987         * shell/ev-view-private.h:
4988         * shell/ev-view.c: (ev_view_get_link_at_location),
4989         (handle_link_over_xy), (ev_view_button_press_event),
4990         (ev_view_button_release_event), (ev_view_class_init):
4991         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4992         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4993         (ev_window_init):
4994         
4995         Implement right-click context menu.
4996
4997 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5000         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5001         (mdvi_pixbuf_device_render):
5002         * pdf/ev-poppler.cc:
5003
5004         Don't generate thumbnails with alpha. See bug #324077.
5005         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5006
5007 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * shell/ev-window.c: (setup_chrome_from_metadata):
5010         
5011         Fix typo that was hiding toolbar.
5012
5013 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5014
5015         * shell/ev-view-private.h:
5016         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5017         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5018         (ev_view_button_release_event), (ev_view_destroy):
5019         
5020         Small cleanup and autoscrolling during selection. Thanks to 
5021         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5022
5023 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5024
5025         * configure.ac:
5026         
5027         Correctly check for comics option.
5028
5029 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5030         * Makefile.am:
5031         * configure.ac:
5032         * backend/Makefile.am:
5033         * backend/ev-document-factory.c:
5034         * shell/ev-document-types.c:
5035
5036         Included option in configure to make ps backend 
5037         compilation optional with --disable-ps.
5038
5039 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * backend/ev-document-factory.c:
5042         * comics/Makefile.am:
5043         * comics/comics-document.c: (comics_document_load):
5044         * comics/ev-cbr-mime.xml:
5045         * configure.ac:
5046         
5047         Comics mime types are added to shared-mime-info CVS. Now
5048         we don't need to install our own mime types.
5049
5050 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-window.c:
5053         
5054         Add shortcut for "save a copy" menu entry. Fix for
5055         the bug #324582.
5056
5057 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5060         (job_finished_cb), (new_selection_pixbuf_needed),
5061         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5062         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5063         
5064         Rework selection job info logic and fix critical warning.
5065
5066 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5067
5068         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5069
5070 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5071
5072         * data/evince-ui.xml:
5073         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5074         
5075         Enter as shortcut key for next page. Fix for the bug
5076         #321394.
5077
5078 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5079
5080         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5081
5082 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5085         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5086         (new_selection_pixbuf_needed),
5087         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5088         (clear_job_selection):
5089         
5090         Too early for 0.5. Pixbuf cache code cleaned a bit.
5091
5092 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * NEWS:
5095         * configure.ac:
5096         
5097         Release 0.5.0 preparation
5098
5099 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * comics/Makefile.am:
5102         * configure.ac:
5103         * shell/ev-document-types.c: (ev_document_types_add_filters):
5104         
5105         More advanced handling of custom mime type installation.
5106
5107 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5108
5109         * data/evince.schemas.in:
5110         * shell/ev-metadata-manager.c: (value_free),
5111         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5112         (ev_metadata_manager_get), (ev_metadata_manager_set):
5113         * shell/ev-metadata-manager.h:
5114         * shell/ev-window.c: (update_chrome_flag),
5115         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5116         (setup_document_from_metadata), (setup_chrome_from_metadata),
5117         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5118         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5119         (ev_window_view_toolbar_cb),
5120         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5121         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5122         
5123         Save last document settings and reuse them for new documents.
5124
5125 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * Makefile.am:
5128         * backend/Makefile.am:
5129         * backend/ev-document-factory.c:
5130         * backend/ev-document-factory.h:
5131         * comics/Makefile.am:
5132         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5133         (comics_document_load), (comics_document_save),
5134         (comics_document_get_n_pages), (comics_document_get_page_size),
5135         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5136         (comics_document_class_init), (comics_document_can_get_text),
5137         (comics_document_get_info), (comics_document_document_iface_init),
5138         (comics_document_init), (get_supported_image_extensions),
5139         (comics_document_thumbnails_get_geometry),
5140         (comics_document_thumbnails_get_thumbnail),
5141         (comics_document_thumbnails_get_dimensions),
5142         (comics_document_document_thumbnails_iface_init), (extract_argv):
5143         * comics/comics-document.h:
5144         * comics/ev-cbr-mime.xml:
5145         * configure.ac:
5146         * po/POTFILES.in:
5147         * shell/ev-application.c: (ev_application_register_service):
5148         * shell/ev-document-types.c: (ev_document_types_add_filters):
5149         * thumbnailer/Makefile.am:
5150         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5151         
5152         New CBR/CBZ backend for comic books.
5153
5154 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * shell/main.c: (load_files_remote):
5157
5158         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5159         warning on startup of second instance is fixed. It
5160         is bug #320353.
5161
5162 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5163
5164         * shell/ev-window.c: (ev_window_finalize):
5165         
5166         Fix double free that cause crash.
5167
5168 2005-10-29  Bastien Nocera <hadess@hadess.net>
5169
5170         * tiff/tiff-document.c: (tiff_document_load):
5171         
5172         Fix memory leak.
5173
5174 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5175
5176         * po/POTFILES.in:
5177         * shell/Makefile.am:
5178         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5179         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5180         (ev_view_accessible_get_text),
5181         (ev_view_accessible_get_character_at_offset),
5182         (ev_view_accessible_get_text_before_offset),
5183         (ev_view_accessible_get_text_at_offset),
5184         (ev_view_accessible_get_text_after_offset),
5185         (ev_view_accessible_get_character_count),
5186         (ev_view_accessible_get_caret_offset),
5187         (ev_view_accessible_set_caret_offset),
5188         (ev_view_accessible_get_run_attributes),
5189         (ev_view_accessible_get_default_attributes),
5190         (ev_view_accessible_get_character_extents),
5191         (ev_view_accessible_get_offset_at_point),
5192         (ev_view_accessible_get_n_selections),
5193         (ev_view_accessible_get_selection),
5194         (ev_view_accessible_add_selection),
5195         (ev_view_accessible_remove_selection),
5196         (ev_view_accessible_set_selection),
5197         (ev_view_accessible_text_iface_init),
5198         (ev_view_accessible_idle_do_action),
5199         (ev_view_accessible_action_do_action),
5200         (ev_view_accessible_action_get_n_actions),
5201         (ev_view_accessible_action_get_description),
5202         (ev_view_accessible_action_get_name),
5203         (ev_view_accessible_action_set_description),
5204         (ev_view_accessible_action_iface_init),
5205         (ev_view_accessible_get_type), (ev_view_accessible_new),
5206         (ev_view_accessible_factory_get_accessible_type),
5207         (ev_view_accessible_factory_create_accessible),
5208         (ev_view_accessible_factory_class_init),
5209         (ev_view_accessible_factory_get_type):
5210         * shell/ev-view-accessible.h:
5211         * shell/ev-view-private.h:
5212         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5213         * shell/ev-view.h:
5214         
5215         Initial accessibility support.
5216
5217 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5218
5219         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5220
5221 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5222
5223         * shell/ev-print-job.c: (idle_print_handler):
5224         
5225         Fix for bug Bug 318916: Printing multiple pages.
5226
5227 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5228
5229         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5230
5231 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5232
5233         * pdf/ev-poppler.cc:
5234         
5235         Thumnail dimensions unified with other backends.
5236         
5237         * shell/ev-window-title.c: (ev_window_title_update):
5238         
5239         Fix warning.
5240
5241 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * data/ev-stock-zoom-fit-width.png:
5244         
5245         Remove unused file.
5246
5247 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * configure.ac:
5250         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5251         (djvu_document_finalize):
5252         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5253         (dvi_document_finalize):
5254         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5255         (pixbuf_document_save), (pixbuf_document_finalize):
5256         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5257         (tiff_document_finalize):
5258         
5259         Save a copy implemented for various backends.
5260
5261 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5262
5263         * configure.ac:
5264         
5265         Don't link with ltiff if tiff is disabled.
5266
5267 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5268
5269         * pdf/GDKSplashOutputDev.cc:
5270         * pdf/GDKSplashOutputDev.h:
5271         * pdf/Thumb.cc:
5272         * pdf/Thumb.h:
5273         * pdf/pdf-document.cc:
5274         * pdf/pdf-document.h:
5275         * pdf/test-gdk-output-dev.cc:
5276         
5277         Remove old unused files.
5278
5279 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5280
5281         * shell/ev-window.c: (ev_window_setup_document):
5282         
5283         Fixed warnings on reload and probably crash reason.
5284
5285 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5286
5287         * properties/ev-properties-view.c:
5288         (ev_properties_view_format_date):
5289         
5290         Check if date is invalid. Fix for bug 318134.
5291
5292 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5293
5294         * shell/ev-window-title.c:
5295         
5296         Add .indd files (Adobe Indesign) to the list of "bad
5297         extensions".
5298
5299 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * data/evince-ui.xml:
5302         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5303         
5304         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5305
5306 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5307
5308         * shell/ev-window.c: (launch_link), (launch_external_uri),
5309         (view_external_link_cb):
5310
5311         URL-escape link before passing it to gnome_vfs_url_show.
5312
5313 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5314
5315         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5316         there isn't text selected.
5317
5318 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5319
5320         * shell/ev-view.c: (handle_link_over_xy):
5321
5322         Check tooltip is valid utf8 before showing it
5323
5324 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5325
5326         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5327
5328 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5329
5330         * shell/ev-window-title.c: (ev_window_title_update):
5331
5332         Guard against using g_strstrip on NULL. Fixes bug #317291.
5333
5334 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5335
5336         * pdf/ev-poppler.cc:
5337
5338         Show title even for unknown links
5339
5340 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5341
5342         * shell/ev-window-title.c: (ev_window_title_update):
5343
5344         Strip the title string
5345
5346 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5347
5348         * shell/ev-window-title.c:
5349
5350         Add .rtf to the bad extensions list
5351
5352 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5353
5354         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5355         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5356
5357         Ignore link coordinates if they are outside page bounds
5358
5359 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5360
5361         * backend/ev-link.c: (ev_link_type_get_type),
5362         (ev_link_get_filename), (ev_link_get_params),
5363         (ev_link_get_property), (ev_link_set_property),
5364         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5365         * backend/ev-link.h:
5366         * pdf/ev-poppler.cc:
5367         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5368         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5369         (ev_window_init):
5370
5371         Implement launch links. Delegate external link opening to
5372         the window.
5373
5374 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5375
5376         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5377         (ev_link_get_right), (ev_link_get_property),
5378         (ev_link_set_property), (ev_link_class_init),
5379         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5380         * backend/ev-link.h:
5381         * pdf/ev-poppler.cc:
5382         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5383
5384         Implement fitr links
5385
5386 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5387
5388         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5389         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5390         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5391         (ev_view_size_request_continuous),
5392         (ev_view_size_request_dual_page),
5393         (ev_view_size_request_single_page), (ev_view_size_allocate),
5394         (ev_view_zoom_for_size_continuous_and_dual_page),
5395         (ev_view_zoom_for_size_continuous),
5396         (ev_view_zoom_for_size_dual_page),
5397         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5398         (ev_sizing_mode_get_type):
5399         * shell/ev-view.h:
5400         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5401
5402         Do not use modes for link, we need to calculate size ad hoc.
5403         Still not perfect because of the usual scrollbar issues grrr.
5404
5405 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5406
5407         * backend/ev-link.c: (ev_link_type_get_type),
5408         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5409         * backend/ev-link.h:
5410         * pdf/ev-poppler.cc:
5411         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5412         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5413         (ev_view_size_request_continuous),
5414         (ev_view_size_request_dual_page),
5415         (ev_view_size_request_single_page), (ev_view_size_allocate),
5416         (zoom_for_size_fit_height),
5417         (ev_view_zoom_for_size_continuous_and_dual_page),
5418         (ev_view_zoom_for_size_continuous),
5419         (ev_view_zoom_for_size_dual_page),
5420         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5421         (ev_sizing_mode_get_type):
5422         * shell/ev-view.h:
5423         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5424
5425         Implement FIT_HEIGHT mode (only for links).
5426         Implement FITH links
5427
5428 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5429
5430         * shell/ev-window-title.c: (get_filename_from_uri),
5431         (ev_window_title_sanitize_extension), (ev_window_title_update),
5432         (ev_window_title_set_document), (ev_window_title_set_uri),
5433         (ev_window_title_free):
5434         * shell/ev-window-title.h:
5435         * shell/ev-window.c: (ev_window_setup_document),
5436         (ev_window_popup_password_dialog):
5437
5438         Refactor window title building while fixing it for
5439         password documents.
5440
5441 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5442
5443         * pdf/ev-poppler.cc:
5444
5445         Escape link title before setting it in the model
5446
5447 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5448
5449         * shell/ev-application.c: (removed_from_session), (save_session),
5450         (init_session), (ev_application_get_empty_window),
5451         (ev_application_init), (ev_application_get_windows):
5452         * shell/ev-application.h:
5453         * shell/ev-window.c: (ev_window_finalize):
5454
5455         Add a function to retrieve window list and share it where
5456         necessary.
5457         Implement session handling, works pretty well thanks to the
5458         metadata system.
5459
5460 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5461
5462         * shell/ev-password.c: (ev_password_item_created_callback),
5463         (ev_password_dialog_save_password):
5464         
5465         Fix for bug 316972. Use async gnome-keyring API.
5466
5467 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5468
5469         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5470         Remove unused unrealize handler. Add scroll handling to
5471         ev_view_scroll_event for presentation mode (bug #316708),
5472         and fix the event state checks there.
5473
5474 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5475
5476         * shell/ev-page-action.c: (page_changed_cb):
5477
5478         "marco, maybe we should be crazy and jump right to 6! :)"
5479
5480         Bryan Clark, Sep 2005
5481
5482 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5483
5484         * ps/ps-document.c: (save_document), (ps_document_save),
5485         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5486         (ps_document_ps_export_end):
5487
5488         Fix unstructured documents save and print
5489
5490 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5491
5492         * shell/ev-application.c: (ev_application_open_uri):
5493
5494         Fix window size persistance
5495
5496 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5497
5498         * shell/ev-view.c: (ev_view_button_release_event):
5499
5500         Based on a patch from carlosgc@gnome.org. Mouse buttons
5501         switch pages in presentation mode.
5502
5503 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5504
5505         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5506
5507         Dont cast to int before scaling
5508
5509 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5510
5511         * backend/ev-link.c: (ev_link_type_get_type),
5512         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5513         (ev_link_new_page_fith):
5514         * backend/ev-link.h:
5515         * pdf/ev-poppler.cc:
5516         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5517
5518         Implement FIT and FITH links
5519
5520 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5521
5522         * pdf/ev-poppler.cc:
5523
5524         Return 0 results when search is not in progress.
5525
5526         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5527         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5528
5529         Update menu sensitivity when cancelling search
5530
5531 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5532
5533         * shell/ev-view.c: (ev_view_can_find_next):
5534
5535         Take all pages in consideration, not just current one
5536
5537 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5538
5539         * shell/ev-page-cache.c:
5540         * shell/ev-page-cache.h:
5541         * shell/ev-view.c: (ev_view_binding_activated),
5542         (ev_view_next_page), (ev_view_previous_page),
5543         (ev_sizing_mode_get_type):
5544         * shell/ev-view.h:
5545         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5546         (ev_window_cmd_go_next_page):
5547
5548         Move page next/previous functions from page chace to
5549         view and change it to move by 2 page steps in dual mode.
5550
5551 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5552
5553         * shell/ev-window.c: (update_sidebar_visibility),
5554         (setup_sidebar_from_metadata), (ev_window_setup_document),
5555         (setup_view_from_metadata):
5556
5557         Show the index by default when there is one     
5558
5559 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5560
5561         * shell/ev-window-title.c: (ev_window_title_set_document):
5562
5563         Missing null check
5564
5565 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * shell/ev-view.c: (view_update_range_and_current_page):
5568         
5569         Allow display of last odd page in dual view. Fix for 316347.
5570
5571 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5572
5573         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5574         
5575         Make close button default. Fix for 316383.
5576
5577 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5578
5579         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5580         
5581         Mark close button as default. Fix for 316381.
5582
5583 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5584
5585         * backend/ev-link.c: (ev_link_class_init):
5586
5587         Allow negative doubles in left/top properties
5588
5589 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5590
5591         * shell/ev-window.c:
5592
5593         Remove a bunch of strings that was used only
5594         by the statusbar.
5595
5596 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5597
5598         * shell/ev-window-title.c: (get_filename_from_uri),
5599         (ev_window_title_set_document):
5600
5601         When title has a confusing extension, show also
5602         the document filename inside ()
5603
5604 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5605
5606         * shell/Makefile.am:
5607         * shell/ev-window-title.c: (ev_window_title_new),
5608         (ev_window_title_update), (ev_window_title_set_type),
5609         (ev_window_title_set_document), (ev_window_title_free):
5610         * shell/ev-window-title.h:
5611         * shell/ev-window.c: (ev_window_setup_document),
5612         (password_dialog_response), (ev_window_popup_password_dialog),
5613         (ev_window_dispose), (ev_window_init):
5614
5615         Factor out and cleanup window title code
5616
5617 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5618
5619         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5620         (unable_to_load):
5621
5622         Make dialog transient so it doesnt block other windows
5623
5624 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * pdf/ev-poppler.cc:
5627         
5628         Fix pdf thumbnails rendering.
5629
5630 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5631
5632         * shell/ev-window.c: (fullscreen_set_timeout):
5633         
5634         Increase timeout to hide full screen popup. Bug 
5635         316123. 
5636
5637 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5638
5639         * data/evince.schemas.in:
5640         * shell/ev-window.c: (update_action_sensitivity):
5641
5642         Allow the user to override document restrictions. Fix for bug
5643         305818.
5644
5645 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5646
5647         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5648         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5649         (ev_window_class_init): Fix multihead behaviour of fullscreen
5650         toolbar popup. Fixes bug #315451.
5651
5652 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * configure.ac:
5655         * data/evince-password.glade:
5656         * shell/ev-password.c: (ev_password_dialog_set_property),
5657         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5658         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5659         (ev_password_dialog_entry_changed_cb),
5660         (ev_password_dialog_entry_activated_cb),
5661         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5662         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5663         (ev_password_dialog_set_bad_pass):
5664         * shell/ev-password.h:
5665         * shell/ev-window.c: (password_dialog_response),
5666         (ev_window_popup_password_dialog):
5667         
5668         Support for gnome-keyring for encrypted PDF's.
5669
5670 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5673         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5674         (ev_view_enter_notify_event), (ev_view_class_init):
5675         
5676         More precise handling of enter_notify/leave_notify events
5677         in EvView. Fix for bug 315470.
5678
5679 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5680
5681         * shell/ev-window.c: (fullscreen_timeout_cb),
5682         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5683         (ev_window_dispose):
5684
5685         leak fix: unref fullscreen_timeout_source before clearing it
5686
5687 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * configure.ac, dvi/mdvi/Makefile.am: 
5690         
5691         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5692
5693 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5694
5695         * backend/ev-link.c: (ev_link_new_page_xyz):
5696         * pdf/ev-poppler.cc:
5697         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5698
5699         Fix some bugs with xyz links, respect zoom
5700
5701 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5702
5703         * shell/ev-window.c: (page_changed_cb),
5704         (setup_document_from_metadata), (update_sidebar_visibility),
5705         (setup_view_from_metadata), (ev_window_run_fullscreen),
5706         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5707         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5708         (ev_window_dual_mode_changed_cb),
5709         (ev_window_sidebar_current_page_changed_cb):
5710
5711         null check uri before setting and getting metadata
5712
5713 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5714
5715         * dvi/Makefile.am:
5716         * properties/Makefile.am:
5717         * shell/Makefile.am:
5718         * thumbnailer/Makefile.am:
5719
5720         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5721
5722 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5723
5724         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5725         (selection_changed_callback):
5726         * shell/ev-sidebar-links.h:
5727
5728         Add a signal for link activation.
5729
5730         * shell/ev-view.c: (ev_view_goto_link),
5731         (ev_view_button_release_event):
5732         * shell/ev-view.h:
5733         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5734         (ev_window_init):
5735
5736         Implement the signal so that we can handle all link types.
5737
5738         * shell/ev-page-cache.c:
5739
5740         Remove unused set_link function
5741
5742 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5743
5744         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5745
5746         Add some space from the cursor, hardcoded but I couldnt
5747         find a better way.
5748
5749 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5750
5751         * lib/ev-tooltip.c:
5752
5753         Use mozilla style vs gtk style, way better for links.
5754
5755         * shell/ev-view.c: (ev_view_motion_notify_event),
5756         (ev_view_destroy), (ev_view_init):
5757
5758         Deactive tooltip when the link hovered is changed.
5759
5760 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5761
5762         * backend/ev-document.h:
5763         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5764         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5765         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5766         (ev_link_new_page), (ev_link_new_page_xyz):
5767         * backend/ev-link.h:
5768         * pdf/ev-poppler.cc:
5769         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5770         (go_to_link), (tip_from_link):
5771
5772         Implement xyz links, still not functional. Links are a total
5773         mess, will need to refactor and bugfix a lot :(
5774
5775 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5776
5777         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5778
5779 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5780
5781         * data/evince-ui.xml:
5782         * data/evince.schemas.in:
5783         * shell/Makefile.am:
5784         * shell/ev-window.c: (update_chrome_visibility),
5785         (password_dialog_response), (ev_window_load_job_cb),
5786         (ev_window_xfer_job_cb), (ev_window_open_uri),
5787         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5788         (ev_window_init):
5789
5790         Remove the statusbar. This regress loading feedback, need to
5791         check with Bryan what we want to do there...
5792
5793 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5794
5795         * lib/ev-tooltip.c: (ev_tooltip_init):
5796
5797         Fix tooltip border and size handling
5798
5799 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5800
5801         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5802         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5803         (ev_tooltip_timeout), (ev_tooltip_activate),
5804         (ev_tooltip_deactivate):
5805         * lib/ev-tooltip.h:
5806         * shell/ev-view.c: (ev_view_motion_notify_event):
5807
5808         Delay popup showing. Mirror gtk logic/times.
5809
5810 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5811
5812         * lib/Makefile.am:
5813         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5814         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5815         (ev_tooltip_set_text), (ev_tooltip_set_position):
5816         * lib/ev-tooltip.h:
5817
5818         Simple widget to show tooltips at a custom position
5819
5820         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5821         (ev_view_destroy):
5822
5823         Use it for links. First go, needs work
5824
5825 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5826
5827         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5828         HIG fixes.  Use title capitalization for window title. Use 12 
5829         pixels of space between the dialog's vbox and action area.
5830
5831 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5832
5833         * shell/ev-window.c: (file_open_dialog_response_cb),
5834         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5835         (ev_window_cmd_save_as):
5836
5837         Make file pickers not modal and refactor code some
5838
5839 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5840
5841         * shell/ev-sidebar.h:
5842         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5843         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5844         (ev_sidebar_class_init), (ev_sidebar_select_page),
5845         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5846         (ev_sidebar_set_page):
5847
5848         Add a current page property and allow to get/set it
5849
5850         * shell/ev-window.c: (setup_view_from_metadata),
5851         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5852
5853         Persist current sidebar page per document
5854
5855 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5856
5857         * data/evince.schemas.in:
5858         * shell/ev-window.c: (update_chrome_visibility),
5859         (setup_document_from_metadata), (update_sidebar_visibility),
5860         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5861         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5862         (ev_window_run_presentation), (ev_window_stop_presentation),
5863         (ev_window_view_sidebar_cb),
5864         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5865         (load_chrome), (ev_window_init):
5866
5867         Persist size/visibility of sidebar per document
5868
5869 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5870
5871         * shell/ev-view.c (draw_loading_text): Draw loading text.
5872
5873 2005-09-02  Dan Damian  <dand@gnome.ro>
5874
5875         * configure.in: Added "ro" to ALL_LINGUAS.
5876
5877 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5878
5879         * shell/ev-view.c: (clear_caches):
5880
5881         ev_page_cache_get doesnt return a reference,
5882         dont try to unref it.
5883
5884 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5885
5886         * shell/main.c: (load_files_remote):
5887
5888         Fix timestamp parameter with dbus <= 0.33
5889
5890 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5891
5892         * data/evince.schemas.in:
5893
5894         Add missing full stop
5895
5896 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5897
5898         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5899         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5900
5901         Plug some memory leaks
5902
5903 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5904
5905         * configure.ac:
5906         * lib/ev-debug.c: (trap_handler):
5907
5908         Check for execinfo.h and use it only if it exists.
5909         Ported from Epiphany (bug #314776).
5910
5911 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5912
5913         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5914
5915 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5916
5917         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5918         * po/id.po      : Added Indonesian translation
5919
5920 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5921
5922         * shell/main.c:
5923         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5924         * NEWS: Release 0.4.0
5925
5926 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5927
5928         * configure.ac: catch another gtk+-2.8ism
5929         * shell/main.c: Make work with gtk+-2.6
5930
5931 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5932
5933         * shell/ev-application-service.xml: Add 'timestamp' argument to
5934           ev_application_open_window and ev_application_open_uri methods.
5935
5936         * shell/ev-application.h: Add 'timestamp' argument to
5937           ev_application_open_window, ev_application_open_uri,
5938           and ev_application_open_uri_list functions.
5939
5940         * shell/ev-application.c (ev_application_open_window,
5941           ev_application_open_uri, ev_application_open_uri_list): Change
5942           functions that show/present windows to use a timestamp if one
5943           is passed in.
5944
5945         * shell/ev-window.c (ev_window_cmd_file_open,
5946           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5947         * shell/main.c (load_files): Modify calls to ev_application to
5948           include GDK_CURRENT_TIME as timestamp.
5949
5950         * shell/main.c (load_files_remote): Obtain timestamp for client
5951           instance from GDK and pass to server instance so new windows are
5952           focused properly.  Fix dbus_g_proxy_call() calls by including second
5953           G_TYPE_INVALID.
5954           
5955         Closes bug #314475.
5956
5957 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5958
5959         * shell/ev-window.c (ev_window_finalize): Check for
5960         avail. EvWindows when quiting to handle the finalize better,
5961         #314497
5962
5963 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5964         
5965         * properties/ev-properties-view.c: 
5966         
5967         Set textdomain to libglade. Fixes translation problem in property page.
5968
5969 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5970
5971         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5972         * dvi/Makefile.am:
5973         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5974         * dvi/mdvi-lib/Makefile.am:
5975         
5976         Fix rotation of thumbnails, ported to new API. Moved library
5977         dependencies earlier, probably it will fix linkage problem.
5978
5979 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5980
5981         * backend/ev-document-misc.c:
5982         (ev_document_misc_get_thumbnail_frame):
5983         * backend/ev-document-misc.h:
5984         * configure.ac:
5985         * pdf/ev-poppler.cc:
5986         * shell/Makefile.am:
5987         * shell/ev-sidebar-thumbnails.c: (add_range),
5988         (ev_sidebar_thumbnails_set_loading_icon),
5989         (ev_sidebar_thumbnails_refresh),
5990         (ev_sidebar_thumbnails_set_document):
5991         * shell/ev-sidebar-thumbnails.h:
5992         * shell/ev-view.c: (ev_view_motion_notify_event),
5993         (ev_view_set_property), (ev_view_get_property),
5994         (ev_view_class_init), (ev_view_set_rotation):
5995         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5996         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5997         (ev_window_init):
5998         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5999         Redo rotation (again).  prepare for 0.4.0
6000
6001 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6002
6003         * configure.ac: Bump poppler requirement to 0.4.1.
6004
6005         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6006         argument to poppler_page_render_selection() call.
6007
6008 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6011         (djvu_document_thumbnails_get_thumbnail):
6012         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6013         (dvi_document_thumbnails_get_thumbnail):
6014         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6015         (pixbuf_document_thumbnails_get_thumbnail):
6016         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6017         
6018         Update rotation direction of backends to fit with pdf and ps.
6019
6020 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6021
6022         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6023         * backend/ev-async-renderer.h:
6024         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6025         (setup_page), (ps_document_get_page_size),
6026         (ps_async_renderer_render_pixbuf):
6027         * ps/ps-document.h:
6028         * shell/ev-jobs.c: (ev_job_render_run):
6029
6030         Fix orientation in the postscript document
6031
6032 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6033
6034         * pdf/ev-poppler.cc:
6035         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6036         * shell/ev-view.c: (highlight_find_results):
6037
6038         Adapt to the new poppler rotation API. Fix text maps on landscape
6039         documents.
6040
6041 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6042
6043         * shell/ev-view.c (compute_new_selection_text): get the correct
6044         region when selecting in modes other than continuous.
6045
6046 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6047
6048         * shell/main.c (main): remove redundant g_warnings.
6049
6050 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6051
6052         * shell/Makefile.am: Don't include autogenerated
6053         file ev-application-service.h into distribution, since
6054         it causes dbus crash. Fix for bugs 313724 and 313443. 
6055
6056 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * configure.ac: Fix sed expression for FreeBSD. Thanks
6059         to Joe Marcus Clark <marcus@freebsd.org>
6060         
6061         * shell/eggfindbar.c: (entry_activate_callback),
6062         (entry_changed_callback), (egg_find_bar_init),
6063         (egg_find_bar_set_search_string):
6064         
6065         Made findbar buttons unsensitive if there is no text in
6066         entry. Fix for the bug 313285.
6067
6068 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6069
6070         * ps/ps-document.c: Use g_filename_display_name for displaying
6071         filenames and revert string freeze breackage
6072
6073 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6074
6075         * NEWS:
6076         * configure.ac:
6077
6078         Update for 0.3.4
6079
6080         * shell/Makefile.am:
6081
6082         Add ev-application-service.xml to extra dist
6083
6084         * shell/ev-view.c: (find_page_at_location):
6085
6086         Remove unused function (fix warning)
6087
6088 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6091         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6092         
6093         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6094         bug 313623.
6095
6096 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6097
6098         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6099         * shell/ev-window.c:
6100         Fix build warnings
6101
6102 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6103
6104         * configure.ac: Update script to get dbus version.
6105         Fix for the bug #313443.
6106
6107 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6108
6109         * shell/ev-window.c: (ev_window_cmd_escape):
6110         
6111         Return focus back to view on escape. Fix for bug 313295.
6112
6113 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6114
6115         * shell/ev-window.c: (update_window_title),
6116         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6117         (ev_window_cmd_save_as):
6118         
6119         Correct conversion from uri to displayable string. Fix for
6120         bug 313296.
6121
6122 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6123
6124         * ps/ps-document.c: convert filename to utf8 when there is an error
6125         loading document. Fixes #309915
6126
6127 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6128
6129         * configure.ac:
6130
6131         We depend on poppler 0.4.0
6132
6133 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6134
6135         * configure.ac:
6136         * NEWS: Release 0.3.3.
6137         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6138
6139 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6140
6141         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6142         add a couple missing mnemonics to menu items, use title 
6143         capitalization for menu items and window titles, and add 
6144         ellipsis to open menu item.     
6145
6146 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6147
6148         * pdf/ev-poppler.cc:
6149         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6150         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6151         (ev_view_get_rotation):
6152         * shell/ev-view.h:
6153         * shell/ev-window.c: (setup_view_from_metadata),
6154         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6155         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6156         disk.
6157
6158 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6159
6160         * configure.ac: Added tr to ALL_LINGUAS
6161
6162 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6163
6164         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6165         requires several clicks to find word. Thanks to 
6166         Colin Slater <kiltedtaco@gmail.com>.
6167
6168 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6169
6170         * data/evince.desktop.in.in: Hide menu entry and
6171         rename it to "Document Viewer". Fix for bug 
6172         #312399.
6173
6174 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6175
6176         * shell/ev-page-action.c (ev_page_action_class_init): 
6177
6178         Point to the correct function in constructor of the
6179         activate_label signal
6180
6181 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6182
6183         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6184         * shell/ev-jobs.h: Make thread safe.
6185
6186 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * shell/ev-view.c: (view_update_range_and_current_page):
6189         Don't update page range if we are scrolling to some document
6190         point.
6191
6192 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6195         when getting max_page_width, fix drawing in dual mode.
6196
6197 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6198
6199         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6200         getting the area for select_all.
6201
6202 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6203
6204         * backend/ev-selection.c: (ev_selection_render_selection):
6205         * backend/ev-selection.h:
6206         * pdf/ev-poppler.cc:
6207         * shell/ev-jobs.c: (ev_job_render_new):
6208         * shell/ev-jobs.h:
6209         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6210         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6211         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6212         (ev_view_class_init):
6213
6214         Change selection color on focus in and focus out events.  Also,
6215         poppler now uses GdkColor for specifying the selection colors, so
6216         drop some awkward conversion code.
6217
6218 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6219
6220         * configure.ac: Added Hebrew translation
6221
6222 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6223
6224         * NOTES:
6225         * backend/ev-selection.c: (ev_selection_render_selection):
6226         * backend/ev-selection.h:
6227         * pdf/ev-poppler.cc:
6228         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6229         (ev_job_render_run):
6230         * shell/ev-jobs.h:
6231         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6232         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6233         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6234         (ev_pixbuf_cache_style_changed),
6235         (ev_pixbuf_cache_get_selection_pixbuf),
6236         (ev_pixbuf_cache_set_selection_list),
6237         (ev_pixbuf_cache_get_selection_list):
6238         * shell/ev-pixbuf-cache.h:
6239         * shell/ev-utils.c: (ev_print_region_contents):
6240         * shell/ev-utils.h:
6241         * shell/ev-view.c: (ev_view_queue_draw_page),
6242         (selection_update_idle_cb), (ev_view_motion_notify_event),
6243         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6244         (setup_caches), (ev_view_find_next), (merge_selection_region),
6245         (selection_free):
6246         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6247
6248         Clean up selection to be much smoother!
6249
6250 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6251
6252         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6253         to poppler_page_render_selection().
6254
6255 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * ps/ps-document.c: (save_page_list): Use
6258         unzipped document when printing. Thanks to 
6259         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6260         311016.
6261
6262 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * shell/ev-window.c: (update_action_sensitivity):
6265         
6266         Disable print and save respect to lockdown gconf keys. Fix
6267         for 312342.
6268
6269 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6270
6271         * configure.ac:
6272         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6273         (write_to_temp_file), (ev_file_set_contents):
6274         * shell/ev-utils.h:
6275         * shell/ev-window.c: (save_print_config_to_file):
6276         
6277         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6278         Fix for bug 312238
6279
6280 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6281
6282         * shell/ev-window.c: (load_print_config_from_file),
6283         (save_print_config_to_file), (ev_window_print_range):
6284
6285         Persist the print settings. Fixes bug #311578.
6286
6287 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * djvu/djvu-document.c: (djvu_document_get_page_size),
6290         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6291         (djvu_document_thumbnails_get_thumbnail):
6292         * dvi/dvi-document.c: (dvi_document_get_page_size),
6293         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6294         (dvi_document_thumbnails_get_dimensions),
6295         (dvi_document_thumbnails_get_thumbnail):
6296         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6297         (pixbuf_document_render_pixbuf),
6298         (pixbuf_document_document_iface_init),
6299         (pixbuf_document_thumbnails_get_thumbnail):
6300         
6301         Update backends to make them build with new rotation system.
6302
6303 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * help/C/figures/evince_start_window.png:
6306         
6307         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6308
6309 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6310
6311         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6312         * shell/ev-pixbuf-cache.h:
6313         * shell/ev-sidebar-thumbnails.c:
6314         (ev_sidebar_thumbnails_get_property), (add_range),
6315         (adjustment_changed_cb):
6316         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6317         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6318         we were thumbnailing the entire docment on startup, slowing us
6319         down hugely. 
6320
6321 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6322
6323         * shell/ev-page-cache.c: (ev_page_cache_new):
6324         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6325         == 0, fixes #310306.
6326
6327 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6328
6329         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6330         (ev_view_rotate_left):
6331
6332         Account rotation in doc_rect_to_view_rect.
6333         Ensure rotation doesnt go out of bounds.
6334
6335 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6336
6337         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6338
6339         Correct and cleanup w/h swapping
6340
6341 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6342
6343         * backend/ev-document-thumbnails.c:
6344         (ev_document_thumbnails_get_thumbnail):
6345         * backend/ev-document-thumbnails.h:
6346         * backend/ev-document.c:
6347         * backend/ev-document.h:
6348         * backend/ev-render-context.c: (ev_render_context_new),
6349         (ev_render_context_set_rotation):
6350         * backend/ev-render-context.h:
6351         * pdf/ev-poppler.cc:
6352         * ps/ps-document.c: (ps_document_document_iface_init):
6353         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6354         * shell/ev-jobs.h:
6355         * shell/ev-page-cache.c: (build_height_to_page),
6356         (ev_page_cache_new), (ev_page_cache_get_size),
6357         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6358         (ev_page_cache_get_height_to_page):
6359         * shell/ev-page-cache.h:
6360         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6361         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6362         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6363         (ev_pixbuf_cache_get_selection_pixbuf):
6364         * shell/ev-pixbuf-cache.h:
6365         * shell/ev-print-job.c: (idle_print_handler):
6366         * shell/ev-sidebar-thumbnails.c: (add_range):
6367         * shell/ev-view.c: (view_update_range_and_current_page),
6368         (get_page_y_offset), (get_page_extents),
6369         (ev_view_size_request_continuous_dual_page),
6370         (ev_view_size_request_continuous),
6371         (ev_view_size_request_dual_page),
6372         (ev_view_size_request_single_page), (draw_one_page),
6373         (ev_view_set_rotation), (ev_view_rotate_right),
6374         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6375         (ev_view_zoom_for_size_continuous_and_dual_page),
6376         (ev_view_zoom_for_size_continuous),
6377         (ev_view_zoom_for_size_dual_page),
6378         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6379         (ev_view_select_all):
6380         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6381         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6382         (tiff_document_document_iface_init),
6383         (tiff_document_thumbnails_get_thumbnail):
6384
6385         Use rotation rather than orientation. It's easier and enough
6386         for our needs.
6387
6388 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * shell/ev-page-cache.c: (build_height_to_page),
6391         (ev_page_cache_new), (ev_page_cache_get_size),
6392         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6393         (ev_page_cache_get_height_to_page):
6394         * shell/ev-page-cache.h:
6395         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6396         (ev_view_size_request_continuous_dual_page),
6397         (ev_view_size_request_continuous),
6398         (ev_view_zoom_for_size_continuous_and_dual_page),
6399         (ev_view_zoom_for_size_continuous):
6400
6401         Make the page cache aware of page orientation.
6402
6403 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6404
6405         * backend/ev-document-thumbnails.c:
6406         (ev_document_thumbnails_get_thumbnail):
6407         * backend/ev-document-thumbnails.h:
6408         * backend/ev-document.c:
6409         * backend/ev-document.h:
6410         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6411         * backend/ev-ps-exporter.h:
6412         * pdf/ev-poppler.cc:
6413         * ps/ps-document.c: (ps_document_document_iface_init),
6414         (ps_document_ps_export_do_page):
6415         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6416         * shell/ev-jobs.h:
6417         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6418         (ev_page_cache_get):
6419         * shell/ev-page-cache.h:
6420         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6421         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6422         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6423         * shell/ev-pixbuf-cache.h:
6424         * shell/ev-print-job.c: (idle_print_handler):
6425         * shell/ev-sidebar-thumbnails.c: (add_range):
6426         * shell/ev-view.c: (view_update_range_and_current_page),
6427         (get_page_extents), (ev_view_size_request_dual_page),
6428         (ev_view_size_request_single_page), (draw_one_page),
6429         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6430         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6431         (ev_view_zoom_for_size_dual_page),
6432         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6433         (ev_view_select_all):
6434         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6435         * tiff/tiff-document.c: (tiff_document_get_page_size),
6436         (tiff_document_get_orientation), (rotate_pixbuf),
6437         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6438         (tiff_document_thumbnails_get_thumbnail),
6439         (tiff_document_ps_export_do_page), (tiff_document_init):
6440
6441         Really make use of the orientation bit of the render context.
6442         Use the render context in a few more places in the backend API.
6443         This regress orientation, but now it's done right. Will try to
6444         fix it up asap...
6445
6446 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6447
6448         * shell/ev-view.c: (ensure_rectangle_is_visible):
6449
6450         Patch by Nickolay V. Shmyrev to fix find flickering
6451
6452 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6453
6454         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6455         duplex parameters to ::begin.
6456
6457         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6458         * shell/ev-print-job.c (idle_print_handler): 
6459         * ps/ps-document.c (ps_document_ps_export_begin): 
6460         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6461         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6462         implementations. Poppler backend needs poppler cvs. Rest has
6463         unchanged behavior.
6464
6465 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6466
6467         * shell/ev-window.c (using_pdf_printer): new function.
6468         (ev_window_print_range): print a less techy message if someone
6469         tries to print to PDF.
6470
6471 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6472
6473         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6474         from "unknown font" string. Bug #311431
6475
6476 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6477
6478         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6479
6480 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6481
6482         Bug #311280
6483         
6484         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6485         name for PopplerFontTypes
6486         (pdf_document_fonts_fill_model): add font type to the detail column
6487
6488         * backend/ev-document-fonts.h: added
6489         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6490
6491         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6492         font name and font details, add a little markup.
6493         (ev_properties_fonts_init): use the new cell data func, specify ypad
6494         property for the cell renderer.
6495         (ev_properties_fonts_set_document): add the details column.
6496
6497 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6498
6499         * configure.ac: Added "pl" to ALL_LINGUAS.
6500
6501 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6502
6503         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6504
6505 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6506
6507         * help/ChangeLog: Started this for translations of manual.
6508         * configure.ac, autogen.sh, .cvsignore: Migrated to
6509         gnome-doc-utils. Patch in bug #311222.
6510
6511 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6512
6513         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6514         #ifdef this away to fix an unused-function warning.
6515
6516 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6517
6518         * configure.ac: Added 'gl' to ALL_LINGUAS.
6519
6520 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6521
6522         * configure.ac: Added ne in ALL_LINGUAS
6523         
6524 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * shell/ev-view.c: (ev_view_leave_notify_event):
6527         
6528         Clear status message when pointer leaves view. Fix for bug
6529         #310818 
6530
6531 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6532
6533         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6534
6535 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-view.c: (ev_view_leave_notify_event),
6538         (ev_view_class_init):
6539         
6540         Set cursor to normal then leaving view.
6541
6542 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * configure.ac:
6545         
6546         Fix required djvulibre version.
6547
6548 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6549
6550         *configure.ac: Hindi (hi) language added
6551
6552 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6553
6554         *configure.ac: Punjabi (pa) Language added
6555
6556 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6557
6558         * data/evince-ui.xml, shell/ev-window.c:
6559         
6560         Add keypad accelerators for zooming. Fix for bug 308128.
6561
6562 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * Makefile.am:
6565         * backend/Makefile.am:
6566         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6567         * configure.ac:
6568         * shell/ev-document-types.c: (ev_document_types_add_filters):
6569
6570         Allow to enable/disable the pixbuf backend.
6571         Default to off for now. If we want it enabled we should
6572         really put mime types in the desktop, implement properties etc.
6573
6574         * properties/evince-properties.c:
6575
6576         Initialize error to NULL.
6577         Check error is not NULL before freeing.
6578
6579 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6580
6581         * shell/ev-window.c:
6582
6583         Use F5 as presentation accell
6584
6585 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6586
6587         * shell/ev-window.c: (update_chrome_visibility),
6588         (ev_window_create_fullscreen_popup), (ev_window_init):
6589
6590         Do not leak the fullscreen toolbar
6591
6592 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6593
6594         * shell/ev-window.c: (view_actions_focus_in_cb),
6595         (view_actions_focus_out_cb):
6596
6597         These has a return value! Fix totally random focus
6598         issues we was seeing.
6599
6600 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6601
6602         * shell/main.c: (load_files_remote):
6603
6604         Allow open more than one file
6605
6606 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6607
6608         * shell/main.c: (load_files_remote):
6609
6610         Fix for dbus 0.33. bug #309975
6611
6612 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6613
6614         * properties/ev-properties-main.c: (ev_properties_get_pages):
6615
6616         Actually return NULL for types we dont support
6617
6618 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6619
6620         * po/POTFILES.in:
6621
6622         Remove empty lines.
6623
6624 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6625
6626         * backend/ev-document-factory.c:
6627         (ev_document_factory_get_document):
6628
6629         Do not try to create the object if type
6630         is invalid.
6631
6632 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6633
6634         * ps/ps-document.c: (ps_document_dispose),
6635         (ps_async_renderer_render_pixbuf):
6636         * ps/ps-document.h:
6637
6638         Do not leak the target window
6639
6640 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6641
6642         * shell/ev-application.c: (ev_application_init):
6643
6644         Let tbe check file existence for us.
6645         Add a comment about eggrecent mime filter.
6646
6647 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6648
6649         * data/evince-ui.xml:
6650         * shell/ev-application.c: (ev_application_shutdown),
6651         (ev_application_init), (ev_application_get_toolbars_model),
6652         (ev_application_get_recent_model),
6653         (ev_application_save_toolbars_model):
6654         * shell/ev-application.h:
6655         * shell/ev-window.c: (ev_window_add_recent),
6656         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6657         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6658         (ev_window_init):
6659
6660         Use common toolbar and recent models for all windows.
6661         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6664
6665         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6666         successfully check for gtk_icon_view_get_visible_range.
6667
6668 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * djvu/Makefile.am:
6671         * dvi/Makefile.am:
6672         
6673         Fix djvu and dvi backend build.
6674
6675 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6676
6677         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6678         (new_separator_pixbuf):
6679
6680         Don't leak windows.
6681
6682 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6683
6684         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6685
6686         HIGification of toolbar editor dialogue.
6687
6688 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * configure.ac:
6691         * shell/Makefile.am:
6692
6693         Ever build metadata manager since it's just
6694         disabled at runtime now.
6695
6696 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6697
6698         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6699         (ev_metadata_manager_get), (ev_metadata_manager_set):
6700         * shell/ev-metadata-manager.h:
6701
6702         Add an _init functions that enabled metadata management
6703         at runtime.
6704
6705         * shell/ev-window.c: (page_changed_cb),
6706         (setup_document_from_metadata), (ev_window_setup_document),
6707         (setup_view_from_metadata), (ev_window_open_uri),
6708         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6709         (ev_window_run_presentation), (ev_window_stop_presentation),
6710         (save_sizing_mode), (ev_window_zoom_changed_cb),
6711         (ev_window_continuous_changed_cb),
6712         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6713         (window_configure_event_cb):
6714
6715         Remove all ugly metadata define since we deal with it
6716         at runtime now.
6717
6718         * shell/main.c: (load_files_remote), (main):
6719
6720         Add support for dbus cvs head. Hopefully didnt break one
6721         of the other versions now!
6722
6723         If we dont get a response from the dbus server just
6724         give up with it and not enable metadata.
6725
6726 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6727
6728         * Makefile.am:
6729         * backend/Makefile.am:
6730         * configure.ac:
6731         * cut-n-paste/recent-files/Makefile.am:
6732         * cut-n-paste/toolbar-editor/Makefile.am:
6733         * cut-n-paste/zoom-control/Makefile.am:
6734         * lib/Makefile.am:
6735         * pdf/Makefile.am:
6736         * pixbuf/Makefile.am:
6737         * properties/Makefile.am:
6738         * ps/Makefile.am:
6739         * shell/Makefile.am:
6740         * thumbnailer/Makefile.am:
6741         * tiff/Makefile.am:
6742
6743         Make frontends depend on just libev.
6744         Rework and group CFLAGS/LIBS definitions.
6745         Cleanups.
6746
6747 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6748
6749         * shell/ev-window:
6750
6751         do not unnecessarily save zoom
6752
6753         * configure.ac:
6754         * lib/ev-file-helpers.c: (ev_dot_dir):
6755         * shell/Makefile.am:
6756         * shell/dummy.cc:
6757
6758         Some cleanups
6759
6760 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6761
6762         * configure.ac:
6763         
6764         Remove unnecessary dependencies
6765
6766 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6767
6768         * properties/Makefile.am:
6769         * thumbnailer/Makefile.am:
6770         * tiff/Makefile.am:
6771
6772         Some more cleanups. Was really necessary
6773         but I probably introduced bugs, feel free
6774         to flame :)
6775
6776 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * backend/Makefile.am:
6779         * configure.ac:
6780         * cut-n-paste/recent-files/Makefile.am:
6781         * cut-n-paste/toolbar-editor/Makefile.am:
6782         * cut-n-paste/zoom-control/Makefile.am:
6783         * lib/Makefile.am:
6784         * pdf/Makefile.am:
6785         * pixbuf/Makefile.am:
6786         * properties/Makefile.am:
6787         * ps/Makefile.am:
6788         * shell/Makefile.am:
6789         * thumbnailer/Makefile.am:
6790         * tiff/Makefile.am:
6791
6792         Use gnome-common macros when possible.
6793         Cleanup dependencies.
6794         Actually disable deprecated where possible.
6795
6796 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6797
6798         * Makefile.am:
6799         * backend/Makefile.am:
6800         * properties/Makefile.am:
6801         * shell/Makefile.am:
6802         * thumbnailer/Makefile.am:
6803
6804         This should solve the circular dep without
6805         requiring dir reorg!
6806
6807         * shell/ev-window.c: (setup_view_from_metadata):
6808
6809         Never restore window size/position when the
6810         window is already visible.
6811
6812 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6813
6814         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6815
6816         Return a boolean from timeout func. Fix ported from gedit.
6817
6818 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6819
6820         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6821
6822 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6823
6824         * shell/ev-document-types.c: set "All Documents" as default filter in
6825         open dialog
6826
6827 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6828
6829         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6830         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6831         (ev_metadata_manager_set_boolean): fix value/val thinko.
6832
6833 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6834
6835         * shell/ev-window.c: (setup_view_from_metadata),
6836         (window_state_event_cb), (window_configure_event_cb),
6837         (ev_window_init):
6838
6839         Remember window position and maximized state
6840
6841 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6842
6843         * configure.ac:
6844
6845         Fix DBUS configure checks.
6846
6847         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6848         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6849         (ev_metadata_manager_set_boolean):
6850
6851         Plug mem leaks.
6852
6853         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6854         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6855         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6856         (ev_window_continuous_changed_cb),
6857         (ev_window_dual_mode_changed_cb), (ev_window_new):
6858
6859         Fix the build without DBUS.
6860
6861 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6862
6863         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6864         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6865         (ev_metadata_manager_set_string),
6866         (ev_metadata_manager_set_boolean):
6867         * shell/ev-metadata-manager.h:
6868
6869         Add support for some more types
6870
6871         * shell/ev-view.c: (scroll_to_current_page),
6872         (ev_view_get_continuous), (ev_view_set_continuous),
6873         (ev_view_get_dual_page):
6874         * shell/ev-view.h:
6875         * shell/ev-window.c: (page_changed_cb),
6876         (setup_document_from_metadata), (ev_window_setup_document),
6877         (setup_view_from_metadata), (ev_window_open_uri),
6878         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6879         (ev_window_run_presentation), (ev_window_stop_presentation),
6880         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6881         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6882         (ev_window_update_dual_page_action),
6883         (ev_window_continuous_changed_cb),
6884         (ev_window_dual_mode_changed_cb), (ev_window_init):
6885
6886         Remember a bunch of view/document properties. Prolly some
6887         are still missing but it's getting interesting.
6888
6889 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6890
6891         * configure.ac: check if dbus-binding-tool is installed. Not the
6892         case on current Ubuntu breezy, it seems.
6893
6894 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6895
6896         * data/evince.desktop.in.in:
6897         
6898         Allow open uri lists and add TryExec field.
6899
6900 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6901
6902         * configure.ac:
6903
6904         Enable dbus when available, do not require a configure
6905         option.
6906
6907 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6908
6909         * configure.ac:
6910
6911         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6912         disabled.
6913
6914 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6915         Marco Pesenti Gritti  <mpg@redhat.com>
6916
6917         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6918         
6919         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6920         functions to the format required by dbus
6921
6922         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6923         errors. Use the RPC parameters in the expected way
6924
6925 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6926
6927         * Makefile.am:
6928         * properties/Makefile.am:
6929         * properties/ev-properties-main.c: (ev_properties_get_pages):
6930
6931         Support all mime types
6932
6933         * shell/Makefile.am:
6934         * thumbnailer/Makefile.am:
6935         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6936         (evince_thumbnail_pngenc_get):
6937
6938         Use the document factory
6939
6940 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * backend/Makefile.am:
6943         * backend/ev-document-factory.c:
6944         (mime_type_supported_by_gdk_pixbuf),
6945         (ev_document_type_get_from_mime),
6946         (ev_document_factory_get_document),
6947         (ev_document_factory_get_backend),
6948         (ev_document_factory_get_mime_types),
6949         (ev_document_factory_get_all_mime_types):
6950         * backend/ev-document-factory.h:
6951         * shell/Makefile.am:
6952         * shell/ev-document-types.c: (get_document_from_uri),
6953         (ev_document_types_get_document),
6954         (file_filter_add_mime_list_and_free),
6955         (ev_document_types_add_filters):
6956         * shell/ev-document-types.h:
6957         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6958         * shell/ev-properties-dialog.c:
6959         (ev_properties_dialog_set_document):
6960         * shell/ev-window.c: (ev_window_cmd_file_open),
6961         (ev_window_cmd_save_as):
6962         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6963
6964         Rework document types managing to avoid code duplication
6965         and actually abstract from backend implementations.
6966         Also provide a minimal factory api that can be used by
6967         thumbnailer/properties.
6968
6969 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6970
6971         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6972         Plug a mem leak.
6973         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6974         HIG spacings.
6975
6976 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6977
6978         * shell/ev-properties-dialog.c
6979         (ev_properties_dialog_set_document): only call
6980         ev_properties_fonts_set_document() if the document implements the
6981         fonts interface
6982
6983 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6984
6985         * configure.ac:
6986         * properties/Makefile.am:
6987         * properties/ev-properties-view.c:
6988         (ev_properties_view_register_type):
6989         * properties/ev-properties-view.h:
6990         * properties/ev-properties-main.h:
6991
6992         Implement nautilus plugin for properties.
6993         Works only for pdf atm, I need to rework the
6994         document types stuff to get this to work
6995         for all backends...
6996
6997 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6998
6999         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7000         (ev_properties_fonts_set_document): use
7001         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7002
7003 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7004
7005         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7006         them
7007         (PlaceImage, tiff2ps_process_page): use
7008         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7009
7010
7011 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7012
7013         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7014         (main): to call gnome_authentication_manager_init. Should fix
7015         Bug #308510
7016
7017         * configure.ac: that requires libgnomeui 2.6.0.
7018
7019 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7020
7021         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7022         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7023         use the new tiff2ps interfaces
7024
7025         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7026         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7027
7028         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7029         structure instead of global variables.  Remove use of static
7030         variables in functions.
7031
7032 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7033
7034         * shell/ev-page-action.c: unref the completion after setting it to the
7035         entry
7036
7037 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7038
7039         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7040         postscript files
7041
7042 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7043
7044         * shell/ev-window.c (update_action_sensitivity): disable
7045         File->Print if the document does not implement the ps exporter
7046         interface
7047
7048 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * Makefile.am:
7051         * configure.ac:
7052         * data/evince-properties.glade:
7053         * properties/.cvsignore:
7054         * properties/Makefile.am:
7055         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7056         (ev_properties_view_class_init), (ev_properties_view_format_date),
7057         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7058         (ev_properties_view_init), (ev_properties_view_new):
7059         * properties/ev-properties-view.h:
7060         * shell/Makefile.am:
7061         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7062         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7063         (ev_properties_dialog_new):
7064         * shell/ev-properties-dialog.h:
7065         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7066         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7067         (update_progress_label), (job_fonts_finished_cb),
7068         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7069         * shell/ev-properties-fonts.h:
7070         * shell/ev-properties.c:
7071         * shell/ev-properties.h:
7072         * shell/ev-window.c: (ev_window_setup_document),
7073         (ev_window_cmd_file_properties):
7074
7075         Split the properties pages in two different objects, depend
7076         only on the backend where possible, use widgets instead
7077         of gobject for the glade part, reimplement the dialog
7078         itself with gtk.
7079         I need this to implement nautilus properties page.
7080
7081 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7082
7083         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7084         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7085         (tiff_document_document_ps_exporter_iface_init): implement the ps
7086         exporter interface for tiff documents
7087
7088         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7089         libtiff to implement TIFF postscript export
7090
7091         * tiff/tiff2ps.h: added a header file for external tiff2ps
7092         functions.
7093
7094         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7095         tiff2ps.h
7096
7097 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * shell/ev-view.c: (scroll_to_current_page),
7100         (ev_view_set_fullscreen), (ev_view_set_presentation):
7101         
7102         Scroll to current page when exit from presentation
7103
7104 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7105
7106         * shell/ev-window.c: (update_document_mode),
7107         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7108         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7109         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7110         
7111         Exit from fullscreen mode when switch to presentation. Fix for
7112         bug 309365
7113
7114 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7115
7116         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7117         return NULL if the document does not implement the selection
7118         interface.
7119
7120 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7121
7122         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7123         reported height by using the resolution aspect ratio
7124         (tiff_document_render_pixbuf): scale the pixbuf using the
7125         resolution aspect ratio
7126
7127 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * configure.ac:
7130         
7131         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7132         <kiltedaco@gmail.com>
7133         
7134         * djvu/djvu-document.c: (djvu_document_get_orientation),
7135         (djvu_document_set_orientation), (djvu_document_get_page_size),
7136         (rotate_pixbuf), (djvu_document_render_pixbuf),
7137         (djvu_document_document_iface_init):
7138         * dvi/dvi-document.c: (dvi_document_get_orientation),
7139         (dvi_document_set_orientation), (dvi_document_get_page_size),
7140         (rotate_pixbuf), (dvi_document_render_pixbuf),
7141         (dvi_document_document_iface_init):
7142         
7143         Dvi and djvu backends are ported to new API
7144
7145 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7146
7147         * backend/ev-selection.c: (ev_selection_get_selection_region),
7148         (ev_selection_get_selection_map):
7149         * backend/ev-selection.h:
7150         * pdf/ev-poppler.cc:
7151         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7152         * shell/ev-jobs.h:
7153         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7154         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7155         (ev_pixbuf_cache_get_text_mapping):
7156         * shell/ev-pixbuf-cache.h:
7157         * shell/ev-view.c: (location_in_text),
7158         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7159         support to EvView.  Now we can see where we can select!  Sweet!
7160
7161 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7162
7163         * shell/ev-view.c (ev_view_button_press_event): Fix
7164         event->y + view->scroll_x typo.
7165
7166 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7167
7168         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7169         sub-GdkPixbuf instead of passing dest_x and dest_y.
7170         
7171         * shell/ev-view.c: (view_point_to_doc_point),
7172         (view_rect_to_doc_rect), (ev_view_button_press_event),
7173         (ev_view_motion_notify_event), (compute_new_selection_rect),
7174         (gdk_rectangle_point_in), (compute_new_selection_text),
7175         (compute_selections): Update selection code to keep the selection
7176         around as two points and not as a normalized rectangle, and fix
7177         page level selection in two-column mode.
7178
7179 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7180
7181         * shell/ev-window.c: (window_configure_event_cb): 
7182         
7183         Fix compilation
7184         
7185 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7186
7187         * pdf/ev-poppler.cc:
7188
7189         Fix compilation
7190
7191 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7192
7193         * shell/Makefile.am:
7194         * shell/ev-metadata-manager.c: (item_free),
7195         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7196         (parse_value), (parseItem), (load_values),
7197         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7198         (save_values), (save_item), (get_oldest), (resize_items),
7199         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7200         * shell/ev-metadata-manager.h:
7201
7202         Metadata manager from gedit but modified to use GValue, so that
7203         we dont need to keep converting from strings.
7204
7205         * configure.ac:
7206
7207         ENABLE_METADATA conditional, on when dbus is on
7208
7209         * shell/ev-application.c: (ev_application_open_uri):
7210
7211         Show the window after load so that we can initialize
7212         window size before it's showed.
7213
7214         * shell/ev-window.c: (ev_window_setup_from_metadata),
7215         (ev_window_open_uri), (window_configure_event_cb),
7216         (ev_window_init):
7217
7218         Save and load metadata information about window size.
7219         Not yet keeping states in account.
7220
7221         * shell/main.c: (main):
7222
7223         Shutdown metadata manager.
7224
7225 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7226
7227         * shell/ev-application-service.xml:
7228         * configure.ac:
7229         * shell/Makefile.am:
7230         * shell/ev-application.c:
7231         * shell/ev-application.h:
7232         * shell/ev-window.c:
7233         * shell/ev-window.h:
7234         * shell/main.c:
7235
7236         Add an optional dbus interface (--enable-dbus).
7237         Rework application code, mainly to be easier to
7238         use "remotely".
7239         Do not open multiple windows with the same document,
7240         spatial evince!
7241
7242 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7243
7244         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7245         pixbuf iff it exists.
7246
7247 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7248
7249         * shell/*:
7250         * backend/ev-render-context.[ch]:
7251         * backend/ev-selection.[ch]:
7252
7253         Massive changes.  We now support text selection of pdfs, and not
7254         just rectangular selection.  This is pretty broken still, but I
7255         want to get something into CVS.
7256
7257 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * pdf/ev-poppler.cc:
7260         
7261         Fix for Bug 309080: crash on window close.
7262         
7263         * shell/ev-page-action.c: (page_changed_cb):
7264         
7265         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7266         jensgr@gmx.net (Jens Granseuer).
7267
7268 2005-06-25  Marcel Telka  <marcel@telka.sk>
7269
7270         * configure.in (ALL_LINGUAS): Added sk.
7271
7272 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7273
7274         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7275         not a document open
7276
7277 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * NEWS:
7280         * configure.ac:
7281
7282         Release 0.3.2
7283
7284         * cut-n-paste/recent-files/Makefile.am:
7285
7286         Fix make distcheck
7287
7288 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7291         (pixbuf_document_set_orientation), (rotate_pixbuf),
7292         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7293         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7294
7295         Implement rotation and cleanup the code a bit.
7296
7297         * tiff/tiff-document.c: (tiff_document_get_page_size),
7298         (tiff_document_get_orientation), (tiff_document_set_orientation),
7299         (rotate_pixbuf), (tiff_document_render_pixbuf),
7300         (tiff_document_document_iface_init), (tiff_document_init):
7301
7302         Implement rotation. Was the quicker solution for the release
7303         but we really need to share this code in the shell.
7304
7305 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * pdf/ev-poppler.cc:
7308
7309         Enable rotation, require poppler cvs. Fix a leak.
7310
7311 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * shell/ev-window.c: (update_action_sensitivity):
7314         
7315         Make properties unsensitive if document backend doesn't provide
7316         any info
7317
7318 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7321         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7322         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7323         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7324         (bitmap_flip_rotate_counter_clockwise):
7325         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7326         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7327         (buff_gets):
7328         * dvi/mdvi-lib/common.h:
7329         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7330         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7331         (opendvi), (mdvi_reload), (mdvi_init_context),
7332         (mdvi_destroy_context), (mdvi_dopage), (special):
7333         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7334         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7335         (file_hash_free), (register_encoding), (parse_spec),
7336         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7337         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7338         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7339         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7340         (mdvi_register_font_type), (mdvi_unregister_font_type),
7341         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7342         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7343         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7344         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7345         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7346         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7347         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7348         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7349         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7350         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7351         (mdvi_unregister_special), (mdvi_flush_specials):
7352         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7353         (t1_font_remove):
7354         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7355         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7356         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7357         (free_font_metrics), (flush_font_metrics):
7358         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7359         (tt_font_remove):
7360         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7361         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7362         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7363         (dstring_insert), (dstring_new), (dstring_reset):
7364         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7365         
7366         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7367         avoid conflict with libtool on FC4
7368         
7369         * shell/ev-window.c: (ev_window_cmd_help_about):
7370         
7371         Update copyright year. Fix for bug 308828.
7372
7373 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-view.c: (add_scroll_binding_keypad),
7376         (ev_view_binding_activated), (ev_view_class_init),
7377         (on_adjustment_value_changed):
7378         
7379         Bug 170874: Arrow keys switch pages in presentation mode
7380
7381 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7384         
7385         Fix for Bug 308265: Sidebar dissappears coming out of 
7386         Presentation mode
7387
7388 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * shell/ev-application.c: (ev_application_open):
7391         * shell/ev-document-types.c: (ev_document_types_add_filters),
7392         (ev_document_types_add_filters_for_type):
7393         * shell/ev-document-types.h:
7394         * shell/ev-window.c: (ev_window_cmd_save_as):
7395         
7396         Suggest basename as template when saving, provide filters
7397         for save dialog. It's bug 308402
7398
7399 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * pdf/ev-poppler.cc:
7402         * shell/ev-sidebar-links.c: (job_finished_callback):
7403         * shell/ev-view.c: (update_find_status_message):
7404         
7405         Some leaks fixed
7406
7407 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7408
7409         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7410         (egg_recent_view_uimanager_set_list):
7411
7412         Fix buglet in !show_numbers case.
7413
7414 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7415
7416         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7417         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7418
7419         Use pango ellipsisation.
7420
7421         * pdf/ev-poppler.cc:
7422
7423         Fix refcount leak, from nsh.
7424
7425 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7426
7427         * cut-n-paste/recent-files/Makefile.am:
7428         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7429         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7430         
7431         Removed EggRecentViewGtk
7432         
7433         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7434         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7435         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7436         (ev_window_setup_recent):
7437         
7438         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7439         with other projects
7440
7441 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7444         (egg_recent_view_gtk_finalize):
7445
7446         Fix memory leak
7447
7448         * cut-n-paste/toolbar-editor/Makefile.am:
7449         
7450         Fix location of cursor icon.
7451         
7452         * pdf/ev-poppler.cc:
7453         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7454         (display_completion_text), (match_completion):
7455         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7456         (selection_changed_callback), (create_loading_model),
7457         (print_section_cb), (links_page_num_func),
7458         (update_page_callback_foreach):
7459         * shell/ev-window.c: (ev_window_dispose):
7460         
7461         Small memory fixes. Links model now store objects instead
7462         of pointers to improve memory management. 
7463
7464 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * shell/ev-window.c: (zoom_control_changed_cb):
7467         
7468         Fix update of zoom control (bug 308268).
7469
7470 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7471
7472         * shell/ev-properties.c (set_property): escape the text correctly.
7473         Handles non-UTF-8 properties and escaped properties.  Also, sets
7474         the text to "<i>None</i>" if the property isn't set.
7475
7476         * data/evince-properties.glade: Change the label to be ellipsized,
7477         and give it a minimum size.
7478
7479 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7482         * shell/ev-sidebar-links.c: (create_loading_model):
7483         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7484         * shell/ev-view.c: (ev_view_set_document):
7485         * shell/ev-window.c: (ev_window_dispose):
7486         
7487         Various small fixes, mostly memory leaks. Thanks to valgrind.
7488
7489 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7490
7491         * ps/ps-document.c: remove the locale.h include again ;-). And
7492         kill the (bogus) setlocale/savelocale business.
7493
7494 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7495
7496         * ps/ps-document.c:
7497         
7498         Include locale.h to fix build
7499         
7500         * shell/ev-sidebar.c:
7501         
7502         Remove unnecessary includes
7503
7504 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7505
7506         * dvi/dvi-document.c: (dvi_document_load):
7507         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7508         * po/POTFILES.in:
7509         
7510         Check for incorrect dvi files. Fix parsing dvi on AMD64
7511         platform. Thanks to tester@tester.ca (Olivier Crete).
7512
7513 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7514
7515         * shell/ev-page-action.c: (match_selected_cb),
7516         (display_completion_text), (match_completion), (update_model):
7517         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7518         (expand_open_links):
7519         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7520         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7521         (ev_sidebar_set_document):
7522         * shell/ev-window.c: (ev_window_xfer_job_cb),
7523         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7524         
7525         Fixed lot's of memory leaks, for example, memory leak on reload, 
7526         described in bug 307793.
7527
7528 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7529
7530         * pdf/ev-poppler.cc:
7531         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7532         (update_visible_range), (adjustment_changed_cb),
7533         (ev_sidebar_thumbnails_fill_model),
7534         (ev_sidebar_thumbnails_refresh),
7535         (ev_sidebar_tree_selection_changed),
7536         (ev_sidebar_icon_selection_changed),
7537         (ev_sidebar_thumbnails_use_icon_view),
7538         (ev_sidebar_thumbnails_set_document):
7539         * shell/ev-sidebar-thumbnails.h:
7540         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7541         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7542
7543         Refresh thumbnails when changing orientation. Not fully
7544         working yet becuase of a sidebar bug.
7545
7546         Set page orientation to poppler page everywhere. This sucks
7547         really need to fix poppler.
7548
7549 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7550
7551         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7552         (egg_recent_view_gtk_new_menu_item),
7553         (egg_recent_view_gtk_set_property),
7554         (egg_recent_view_gtk_get_property),
7555         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7556         (egg_recent_view_gtk_set_tooltip_func),
7557         (egg_recent_view_gtk_set_label_width),
7558         (egg_recent_view_gtk_get_label_width):
7559         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7560
7561         Sync with libegg (ellipsize labels)
7562
7563 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * data/evince-ui.xml:
7566         * shell/ev-window.c: (ev_window_cmd_go_forward),
7567         (ev_window_cmd_go_backward):
7568         
7569         Shift + PageUp moves 10 Pages. Fix for 306125
7570
7571 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7572
7573         * pdf/ev-poppler.cc:
7574
7575         Add a flag to check if orientation has been overriden
7576
7577 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7578
7579         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7580         field if necessary.
7581
7582         * ps/ps.h: add creator field to document.
7583
7584         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7585         set creator field.
7586
7587 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7588
7589         * data/evince-properties.glade:
7590         * shell/ev-properties.c: (ev_properties_set_document):
7591
7592         s/PDF Version/Format
7593
7594 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * shell/ev-properties.c: (ev_properties_set_document):
7597
7598         Remove unnecessary translations
7599
7600 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * cut-n-paste/toolbar-editor/Makefile.am:
7603
7604         Correct library name    
7605
7606 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * configure.ac:
7609         * cut-n-paste/recent-files/egg-recent-model.c:
7610         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7611         (egg_recent_model_unlock_file):
7612         * cut-n-paste/recent-files/egg-recent-util.c:
7613         (egg_recent_util_get_unique_id):
7614         * cut-n-paste/recent-files/update-from-egg.sh:
7615         * cut-n-paste/toolbar-editor/Makefile.am:
7616         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7618         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7619         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7620         (egg_toolbars_model_get_type):
7621         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7622
7623         Better makefile for toolbar editor and update everything
7624         to latest libegg.
7625
7626 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7627
7628         * shell/ev-window.c: (update_document_mode):
7629
7630         Prefer presentation mode when the document
7631         require fullscreen.
7632
7633 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7634
7635         * data/evince-ui.xml:
7636         * shell/ev-window.c:
7637
7638         Add control-equal for zooming
7639
7640 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7641
7642         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7643
7644 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7645
7646         * backend/ev-document.c: (ev_document_get_orientation):
7647         * backend/ev-document.h:
7648         * pdf/ev-poppler.cc:
7649         * ps/ps-document.c: (ps_document_get_orientation),
7650         (ps_document_set_orientation), (ps_document_document_iface_init):
7651
7652         Add a get_orientation api. Improve set_orientation.
7653
7654         * data/evince-ui.xml:
7655         * shell/ev-view.c: (ev_view_set_orientation),
7656         (ev_view_rotate_right), (ev_view_rotate_left):
7657         * shell/ev-view.h:
7658         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7659         (ev_window_cmd_edit_rotate_right):
7660
7661         Better ui for changing document orientation
7662
7663 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7666         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7667         * shell/ev-sidebar-links.h:
7668         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7669         (ev_sidebar_page_iface_init):
7670         * shell/ev-sidebar-page.h:
7671         * shell/ev-sidebar-thumbnails.c:
7672         (ev_sidebar_thumbnails_get_property),
7673         (ev_sidebar_thumbnails_class_init),
7674         (ev_sidebar_thumbnails_set_document):
7675         * shell/ev-sidebar-thumbnails.h:
7676         * shell/ev-view.c: (ev_view_motion_notify_event):
7677         * shell/ev-window.c: (update_chrome_visibility),
7678         (ev_window_cmd_focus_page_selector),
7679         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7680         (sidebar_page_main_widget_update_cb), (ev_window_init):
7681         
7682         Autoraise toolbar on GoToPage binding and fix bindings in
7683         EvSidebarThumbnails page.
7684
7685 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7686
7687         * shell/ev-properties.c: (update_progress_label):
7688
7689         Hide the progress label when finished; bug #307697.
7690
7691 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7692
7693         * pdf/ev-poppler.cc:
7694
7695         Enable is_open for links, you will need poppler cvs
7696
7697         * shell/ev-properties.c: (job_fonts_finished_cb):
7698
7699         Get a lock on the document when filling the tree view
7700
7701 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7702
7703         * backend/ev-document-links.h:
7704         * pdf/ev-poppler.cc:
7705         * shell/ev-sidebar-links.c: (create_loading_model),
7706         (expand_open_links), (job_finished_callback):
7707
7708         Expand links when specified by the document.
7709         Depend on a poppler api (defined out for now)
7710
7711 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7712
7713         * shell/ev-properties.c: (ev_properties_dispose),
7714         (ev_properties_class_init), (dialog_destroy_cb),
7715         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7716         (ev_properties_set_document), (ev_properties_new),
7717         (ev_properties_show):
7718         * shell/ev-properties.h:
7719
7720         Make it an object, cleanup the code, api to show it as transient
7721         and to set the document.
7722
7723         * shell/ev-window.c: (ev_window_setup_document),
7724         (ev_window_cmd_file_properties):
7725
7726         Adapt to EvProperties changes, do not show multiple
7727         times, update it when document changes.
7728
7729 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7730
7731         * ps/gstypes.h:
7732         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7733         (ps_document_set_orientation), (ps_document_document_iface_init):
7734         * ps/ps-document.h:
7735
7736         Implement orientation here too
7737
7738         * shell/ev-properties.c: (ev_properties_new):
7739         * data/evince-properties.glade:
7740
7741         Hide the fonts page for backends that doesnt
7742         support it.     
7743
7744 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7745
7746         * backend/ev-document.c: (ev_document_set_orientation):
7747         * backend/ev-document.h:
7748         * pdf/ev-poppler.cc:
7749
7750         Add orientation api. Currently poppler api is not optimal,
7751         we need to set orientation every time we _get a page.
7752         I will try to fix that at some point.
7753
7754         * data/evince-ui.xml:
7755         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7756         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7757
7758         Add orientation menu items
7759
7760         * shell/ev-page-cache.c: (ev_page_cache_clear):
7761         * shell/ev-page-cache.h:
7762
7763         Add api to clear the cache
7764
7765         * shell/ev-view.c: (setup_caches), (clear_caches),
7766         (ev_view_set_document), (ev_view_zoom_out),
7767         (ev_view_set_orientation):
7768         * shell/ev-view.h:
7769
7770         Implement orientation changing
7771
7772 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7773
7774         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7775         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7776         * backend/ev-document-fonts.h:
7777
7778         Separate scan and fill so that we can incrementally fill from
7779         the main thread. Add a progress api.
7780
7781         * data/evince-properties.glade:
7782         * pdf/ev-poppler.cc:
7783         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7784         * shell/ev-jobs.h:
7785         * shell/ev-properties.c: (update_progress_label),
7786         (job_fonts_finished_cb), (setup_fonts_view):
7787
7788         Incrementally feel the list and show the progress
7789         percentage in a label like acrobat does.
7790
7791         You are going to need poppler cvs
7792
7793 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7794
7795         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7796         * backend/ev-document-fonts.h:
7797         * pdf/ev-poppler.cc:
7798
7799         Make fonts model fill incrementally.
7800
7801         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7802         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7803         (ev_job_queue_remove_job):
7804         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7805         (ev_job_fonts_new), (ev_job_fonts_run):
7806         * shell/ev-jobs.h:
7807
7808         New job for fonts scanning
7809
7810         * shell/ev-properties.c: (job_fonts_finished_cb),
7811         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7812         * shell/ev-properties.h:
7813         * shell/ev-window.c: (ev_window_cmd_file_properties):
7814
7815         Incrementally feel the treeview using the new job. Show Loading...
7816         message until scanning is completed.
7817
7818         Hopefully I didnt break the build without the poppler patch.
7819
7820 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7821
7822         * shell/ev-application.c: (ev_application_open):
7823         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7824         (ev_document_type_get_type), (ev_document_type_lookup):
7825         * shell/ev-document-types.h:
7826         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7827         * shell/ev-job-xfer.h:
7828         * shell/ev-window.c: (ev_window_clear_local_uri),
7829         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7830         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7831         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7832         
7833         Transfer remote documents to tmp directory to display them later.
7834
7835 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7836
7837         * backend/ev-document-info.h:
7838         * shell/ev-properties.c: (ev_properties_new):
7839
7840         s/GTime*/GTime. Not sure why we was using a pointer
7841         at all there!
7842
7843 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7844
7845         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7846         situations.  That situation is that you're using GTK+-HEAD with
7847         the patch at #306726 is applied, and you have a document with <
7848         1500 pages in it.  It's not quite as uniformly nice as the
7849         TreeView, but should be better in the long run.
7850
7851         I'm pretty sure I guarded against breaking compilation with
7852         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7853         I missed some.
7854
7855         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7856         widget yet, so I commented that code out
7857         enable_view_actions_for_widget() for now.  Need to figure this
7858         out.
7859
7860         * shell/ev-page-action.c (match_selected_cb): emit the right
7861         signals.  Our cool C-l completion now works.
7862
7863 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7864
7865         * backend/Makefile.am:
7866         * backend/ev-document-fonts.c:
7867         * backend/ev-document-links.c:
7868         * backend/ev-document.c: (ev_document_load):
7869         * backend/ev-document.h:
7870         * backend/ev-job-queue.c:
7871         * backend/ev-job-queue.h:
7872         * backend/ev-jobs.c:
7873         * backend/ev-jobs.h:
7874         * backend/ev-page-cache.c:
7875         * backend/ev-page-cache.h:
7876
7877         EvPageCache and EvJobs are moved to shell.
7878
7879         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7880         (ev_tmp_filename):
7881         * lib/ev-file-helpers.h:
7882         
7883         New helper to work with temporary files
7884         
7885         * shell/Makefile.am:
7886         * shell/ev-application.c: (ev_application_open):
7887         * shell/ev-application.h:
7888         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7889         (remove_job_from_async_queue), (add_job_to_async_queue),
7890         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7891         (handle_job), (search_for_jobs_unlocked),
7892         (no_jobs_available_unlocked), (ev_render_thread),
7893         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7894         (ev_job_queue_add_job), (move_job_async), (move_job),
7895         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7896         * shell/ev-job-queue.h:
7897         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7898         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7899         * shell/ev-job-xfer.h:
7900         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7901         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7902         (ev_job_links_class_init), (ev_job_render_init),
7903         (ev_job_render_dispose), (ev_job_render_class_init),
7904         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7905         (ev_job_thumbnail_class_init), (ev_job_load_init),
7906         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7907         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7908         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7909         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7910         * shell/ev-jobs.h:
7911         * shell/ev-page-action.c: (ev_page_action_set_document):
7912         * shell/ev-page-cache.c: (ev_page_cache_init),
7913         (ev_page_cache_class_init), (ev_page_cache_finalize),
7914         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7915         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7916         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7917         (ev_page_cache_get_title), (ev_page_cache_get_size),
7918         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7919         (ev_page_cache_get_height_to_page),
7920         (ev_page_cache_get_max_label_chars),
7921         (ev_page_cache_get_page_label),
7922         (ev_page_cache_has_nonnumeric_page_labels),
7923         (ev_page_cache_get_info), (ev_page_cache_next_page),
7924         (ev_page_cache_prev_page), (ev_page_cache_get):
7925         * shell/ev-page-cache.h:
7926         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7927         (ev_pixbuf_cache_clear_job_sizes),
7928         (ev_pixbuf_cache_add_jobs_if_needed),
7929         (ev_pixbuf_cache_set_page_range):
7930         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7931         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7932         * shell/ev-sidebar-thumbnails.c:
7933         (ev_sidebar_tree_selection_changed),
7934         (ev_sidebar_thumbnails_set_document):
7935         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7936         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7937         (ev_statusbar_get_context_id), (ev_statusbar_push),
7938         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7939         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7940         (ev_statusbar_set_progress):
7941         * shell/ev-statusbar.h:
7942         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7943         (ev_view_find_previous):
7944         * shell/ev-window.c: (ev_window_is_empty),
7945         (ev_window_setup_document), (password_dialog_response),
7946         (ev_window_clear_jobs), (ev_window_load_job_cb),
7947         (ev_window_xfer_job_cb), (ev_window_open_uri),
7948         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7949         (ev_window_print), (ev_window_print_range),
7950         (ev_window_state_event), (ev_window_cmd_view_reload),
7951         (menu_item_select_cb), (menu_item_deselect_cb),
7952         (view_status_changed_cb), (ev_window_dispose),
7953         (drag_data_received_cb), (ev_window_init):
7954         * shell/ev-window.h:
7955         * shell/main.c: (load_files):
7956         
7957         New statusbar to show progress on idle. Two new jobs - 
7958         xfer job and load job to load document in background. And update
7959         of page_cache clients to new location of code.
7960
7961 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7962   
7963         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7964         selection in open dialog. It also remembers the last visited directory 
7965         in the current session.
7966
7967 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * shell/ev-properties.c: (ev_properties_new):
7970         * shell/ev-properties.h:
7971         * shell/ev-window.c: (ev_window_cmd_file_properties):
7972         
7973         Get document info from page cache instead of document itself.
7974         This should fix crash related to race conditions described in
7975         bug 306545.
7976
7977 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7978
7979         * ps/ps-document.c: (ps_document_init),
7980         (send_ps), (get_page_box), (output), (catchPipe), (input),
7981         (stop_interpreter), (file_length), (file_readable),
7982         (check_filecompressedb), (ps_document_enable_interpreter),
7983         (document_load), (ps_async_renderer_render_pixbuf):
7984         * ps/ps-document.h:
7985
7986         Big cleanup of the ps code
7987
7988 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7989
7990         * backend/Makefile.am:
7991         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7992         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7993         * backend/ev-async-renderer.h:
7994
7995         Add an async renderer interface (method + callback) which
7996         is useful for backends like ps.
7997
7998         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7999         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8000         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8001         (ev_job_queue_add_job), (move_job_async), (move_job),
8002         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8003
8004         Add queues for async renderer, these are executed on the
8005         main thread.
8006
8007         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8008         (ev_job_render_run):
8009         * backend/ev-jobs.h:
8010
8011         If the backend support async renderer interface use it.
8012
8013         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8014         (setup_pixmap), (ps_document_get_type),
8015         (ps_async_renderer_render_pixbuf),
8016         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8017
8018         Implement async renderer interface.
8019
8020 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8023
8024         Cleanup links job on exit.
8025
8026 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8029         (drag_data_get_cb), (drag_data_received_cb):
8030         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8031         (drag_data_get_cb), (parse_item_list),
8032         (egg_toolbar_editor_load_actions):
8033         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8034         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8035         (parse_item_list), (parse_toolbars):
8036         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8037         (dvi_pixbuf_put_pixel):
8038         
8039         Fix gcc 4.0 warnings
8040
8041 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8042
8043         * ps/ps-document.c: (start_interpreter):
8044
8045         Fix warning when loading ps
8046
8047 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8048
8049         * ps/ps-document.c: (output):
8050
8051         Fix crash when priting gs error messages.
8052
8053 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8054
8055         * backend/ev-page-cache.c: (_ev_page_cache_new):
8056         * backend/ev-page-cache.h:
8057
8058         Use a const to return title so that we dont double
8059         free it. Small cleanup and fix a leak.
8060
8061         * shell/ev-window.c: (update_window_title):
8062
8063         strdup value from get_title.
8064
8065 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8066
8067         * shell/ev-sidebar-links.c: (job_finished_callback),
8068         (ev_sidebar_links_set_document):
8069
8070         Cleanup the old job when changing document
8071
8072 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8073
8074         * shell/ev-stock-icons.c:
8075         * shell/ev-stock-icons.h:
8076         * shell/ev-window.c:
8077         
8078         Add stock icons for actions that can appear in toolbar. Fix for
8079         bug 306566.
8080
8081 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8084         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8085         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8086         * backend/ev-page-cache.h:
8087         * shell/ev-view.c: (scroll_to_current_page),
8088         (view_update_range_and_current_page), (get_page_y_offset),
8089         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8090         (ev_view_size_request_continuous),
8091         (ev_view_zoom_for_size_continuous_and_dual_page),
8092         (ev_view_zoom_for_size_continuous):
8093         
8094         More compact EvView layout in document with pages of different size.
8095
8096 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8097
8098         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8099         compilation.
8100
8101 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8102
8103         * shell/ev-view.c: (view_set_adjustment_values):
8104         * shell/ev-window.c: (ev_window_cmd_file_properties):
8105         
8106         A bit different fix for rounding problem but it has no
8107         problems on startup. Make properties window transient to parent.
8108
8109 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * pdf/ev-poppler.cc:
8112         
8113         More commenting of font stuff.
8114
8115 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8116
8117         * pdf/ev-poppler.cc:
8118
8119         Comment out some more fonts stuff. Should really
8120         work without the poppler patch now.
8121
8122 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8123
8124         * pdf/ev-poppler.cc:
8125
8126         Adapt to api change
8127
8128 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8129
8130         * data/evince-properties.glade:
8131         * pdf/ev-poppler.cc:
8132         * shell/ev-properties.c: (setup_fonts_view):
8133
8134         Set the column title. Show the dialog only
8135         once everything is setup.
8136         Getting font info can be very slow... will
8137         prolly need to make this threaded too.
8138
8139 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8140
8141         * backend/Makefile.am:
8142         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8143         (ev_document_fonts_get_fonts_model):
8144         * backend/ev-document-fonts.h:
8145         * data/evince-properties.glade:
8146         * pdf/ev-poppler.cc:
8147         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8148         * shell/ev-properties.h:
8149         * shell/ev-window.c: (ev_window_cmd_file_properties):
8150
8151         Implement fonts list. Defined out for now, since it depends
8152         on a not yet committed poppler patch.
8153
8154 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8155
8156         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8157         page + 1.
8158
8159         * shell/ev-window.c: Make sure we add the timeout when we get a
8160         focus-in event.
8161
8162         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8163         adjustment->value before calculating the zoom factor to average
8164         out all of our rounding errors.  The page no longer 'drifts' when
8165         resizing.
8166
8167 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * data/evince-properties.glade:
8170         * shell/ev-properties.c: (ev_properties_format_date),
8171         (set_property):
8172         
8173         Labels don't expand when the dialogue is resized.
8174         strftime result needs to be converted to UTF-8. Thanks
8175         to Christian Persch <chpe@gnome.org>.
8176
8177 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8178
8179         * data/evince-properties.glade:
8180
8181         Hide the fonts tab
8182
8183 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8184
8185         * backend/ev-document-info.h:
8186         * backend/ev-document.c: (ev_document_info_free):
8187         * data/evince-properties.glade:
8188         * pdf/ev-poppler.cc:
8189         * ps/ps-document.c: (ps_document_get_info):
8190         * shell/ev-properties.c: (ev_properties_format_date),
8191         (set_property), (ev_properties_new):
8192         * shell/ev-properties.h:
8193         * shell/ev-window.c: (ev_window_cmd_file_properties):
8194
8195         Rework properties code to take only EvPropertyInfo
8196         in the constructor so that it can be useful for
8197         nautilus plugin too.
8198
8199         Deal with backends that doesnt support some properties.
8200         Make set property code generic.
8201
8202 2005-06-04  Christian Persch <chpe@gnome.org>
8203
8204         * data/evince-properties.glade:
8205
8206         fix spacings, make resizeable, and make data labels
8207         selectable + ellipsised
8208
8209 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8210
8211         * backend/ev-document-info.h:
8212         * data/Makefile.am:
8213         * data/evince-ui.xml:
8214         * pdf/ev-poppler.cc:
8215         * shell/Makefile.am:
8216         * shell/ev-window.c: (update_action_sensitivity),
8217         (ev_window_cmd_file_properties):
8218
8219         Initial go at file properties. Patch by
8220         Emil Soleyman-Zomalan <emil@soleyman.com>.
8221         Needs love see #169583
8222
8223 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8224
8225         * ps/ps-document.c: (output):
8226         * ps/ps.c: (psscan):
8227
8228         Try to render even if psscan fails.
8229
8230 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8231
8232         * ps/ps.c: (psscan), (pscopydoc):
8233
8234         Port buffered reading code from gv
8235
8236 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8237
8238         * ps/ps-document.c: (interpreter_message), (output):
8239
8240         Do not fail on interpreter messages
8241
8242 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8243
8244         * backend/ev-document-misc.c:
8245         (ev_document_misc_get_thumbnail_frame):
8246
8247         Pages can be 0 x 0, dont assert on this case
8248
8249 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8250
8251         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8252         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8253
8254         Correctly manage our reference on document. Finally the reload
8255         huge leak is gone...
8256
8257 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8258
8259         * ps/ps-document.c: (ps_document_dispose):
8260
8261         Forgot to chain it to the parent. Thanks chpe.
8262
8263 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8264
8265         * ps/ps-document.c: (ps_document_dispose),
8266         (ps_document_class_init), (stop_interpreter), (document_load):
8267
8268         Cleanup dispose a bit. Dont leak the whole pixmap.
8269
8270 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8271
8272         * pdf/ev-poppler.cc:
8273
8274         Release the poppler document on dispose
8275
8276 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8277
8278         * shell/ev-view.c: (ev_view_set_document):
8279
8280         Release ref on the pixbuf cache when changing
8281         document.
8282
8283 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8284
8285         * ps/ps-document.c: (ps_document_get_info):
8286
8287         Fix a double free
8288
8289 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * backend/ev-page-cache.c: (ev_page_cache_init),
8292         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8293         * backend/ev-page-cache.h:
8294         * shell/ev-page-action.c: (page_changed_cb):
8295         
8296         Set page action entry width depending on labels width. Fix
8297         for bug 305202.
8298
8299 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * backend/ev-link.c: (ev_link_class_init):
8302
8303         Allow -1 as page value (error)
8304
8305 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8306
8307         * shell/ev-sidebar-thumbnails.c:
8308         (ev_sidebar_thumbnails_set_document):
8309         * shell/ev-view.c: (scroll_to_current_page),
8310         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8311         (page_changed_cb), (on_adjustment_value_changed),
8312         (ev_view_set_document):
8313
8314         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8315         Fix bug 305377
8316
8317 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * configure.ac:
8320         * djvu/djvu-document.c: (djvu_document_get_page_size):
8321
8322         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8323         bug 301993.
8324
8325 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8326
8327         * shell/ev-view.c (draw_one_page): modify the expose handling to
8328         get the shadows.
8329
8330         * shell/ev-window.c (update_action_sensitivity): Respect
8331         permissions field.  Kowtow to the man.
8332
8333         * pdf/ev-poppler.cc: Get the permissions field.
8334
8335         * tiff/*c: Make a tiny bit more robust.
8336
8337 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8338
8339         * djvu/djvu-document.c:
8340         
8341         Pop messages from djvu context message queue.
8342
8343 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8344
8345         * configure.ac, Makefile.am, shell/Makefile.am:
8346         * tiff/Makefile.am, shell/ev-document-types.c:
8347         
8348         Cleanup tiff configure checks. Fix for bug 305218.
8349
8350 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8351
8352         * configure.ac: Added "uk" to ALL_LINGUAS.
8353
8354 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8355
8356         * cut-n-paste/zoom-control/ephy-zoom.c:
8357         (ephy_zoom_get_changed_zoom_level):
8358         * cut-n-paste/zoom-control/ephy-zoom.h:
8359         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8360         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8361         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8362         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8363         (zoom_control_changed_cb), (ev_window_init):
8364         
8365         Fix minor points related to moving best fit up. Introduce
8366         "zoom" property and make zoom control change it's value on
8367         notify::zoom signals. Fix for 305080.
8368
8369 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8370
8371         * data/evince-ui.xml:
8372         * shell/ev-window.c: (set_view_actions_sensitivity):
8373         
8374         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8375
8376 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8377
8378         * configure.ac:
8379
8380         Depends on poppler 0.3.2
8381
8382 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * cut-n-paste/recent-files/egg-recent-item.c:
8385         (egg_recent_item_get_short_name):
8386         * cut-n-paste/toolbar-editor/Makefile.am:
8387         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8388         (new_pixbuf_from_widget):
8389         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8390         * cut-n-paste/toolbar-editor/egg-marshal.c:
8391         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8392         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8393
8394         Sync
8395
8396 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8397
8398         * tiff/tiff-document.c: Rough TIFF backend.
8399
8400 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * NEWS:
8403         * configure.ac:
8404         * cut-n-paste/toolbar-editor/Makefile.am:
8405
8406         Release 0.3.1
8407
8408 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8411         (ev_view_find_next), (ev_view_find_previous):
8412
8413         Remove the locks around get_n_results   
8414
8415 2005-05-21  Juerg Billeter  <j@bitron.ch>
8416
8417         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8418
8419         Pass correct number of pages to poppler.
8420
8421 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8422
8423         * configure.ac:
8424         * data/Makefile.am:
8425         * data/evince.desktop.in: 
8426         * data/evince.desktop.in.in:
8427         * po/POTFILES.in:
8428         
8429         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8430
8431 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8432
8433         * shell/ev-view.c: (view_update_adjustments),
8434         (view_set_adjustment_values): cast adjustmen->value to (int)
8435         before using it.  Otherwise, we get off by a pixel in some
8436         situations.
8437
8438         (draw_one_page): Draw the border on expose.
8439
8440 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8441
8442         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8443         adjustment when the mode changes, #304923
8444
8445 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8446
8447         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8448         flickering on resize but still use gdk_window_scroll on
8449         scrolling
8450
8451 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8452
8453         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8454         option, #170458
8455
8456 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8457
8458         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8459         second page on page_changed if possible, #304669
8460
8461 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8462
8463         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8464         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8465
8466 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8467
8468         * .cvsignore:
8469         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8470         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8471         (ev_view_zoom_for_size_presentation),
8472         (ev_view_zoom_for_size_continuous_and_dual_page),
8473         (ev_view_zoom_for_size_continuous),
8474         (ev_view_zoom_for_size_dual_page),
8475         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8476         * shell/ev-view.h:
8477         * shell/ev-window.c: (update_view_size),
8478         (ev_window_sizing_mode_changed_cb):
8479
8480         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8481         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8482         an infinite loop, #304769
8483
8484
8485 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8486
8487         * data/evince-ui.xml:
8488         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8489         * shell/ev-window.c: (set_view_actions_sensitivity):
8490
8491         Make PgUp/Down behave like Space
8492
8493 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8494
8495         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8496         * backend/ev-ps-exporter.h:
8497         * pdf/ev-poppler.cc:
8498         * ps/ps-document.c: (ps_document_ps_export_begin):
8499         * shell/ev-print-job.c: (idle_print_handler):
8500
8501         Adapt to new poppler api
8502
8503 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8504
8505         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8506         (ephy_zoom_control_init):
8507
8508         Translate zoom levels
8509
8510 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8511
8512         * cut-n-paste/zoom-control/ephy-zoom.c:
8513         (ephy_zoom_get_zoom_level_index):
8514
8515         Fix current zoom -> zoom control match
8516
8517 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8518
8519         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8520         rather than the scrolled_window that it's in. Fixes bug #304655.
8521
8522 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8523
8524         * shell/ev-view.c: (view_update_adjustments),
8525         (view_set_adjustment_values), (view_update_range_and_current_page),
8526         (view_scroll_to_page), (set_scroll_adjustment),
8527         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8528         (ev_view_scroll), (ev_view_scroll_view),
8529         (ensure_rectangle_is_visible), (find_page_at_location),
8530         (get_link_at_location), (go_to_link), (status_message_from_link),
8531         (ev_view_size_request_continuous_dual_page),
8532         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8533         (ev_view_unrealize), (ev_view_expose_event),
8534         (ev_view_button_press_event), (ev_view_motion_notify_event),
8535         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8536         (draw_rubberband), (highlight_find_results), (draw_one_page),
8537         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8538         (ev_view_init), (find_changed_cb), (page_changed_cb),
8539         (on_adjustment_value_changed), (ev_view_new),
8540         (ev_view_set_document), (ev_view_set_zoom),
8541         (ev_view_set_continuous), (ev_view_set_dual_page),
8542         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8543         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8544         (ev_view_zoom_for_size_presentation),
8545         (ev_view_zoom_for_size_continuous_dual_page),
8546         (ev_view_zoom_for_size_continuous),
8547         (ev_view_zoom_for_size_dual_page),
8548         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8549         (ev_view_get_status), (ev_view_set_status),
8550         (update_find_status_message), (ev_view_get_find_status),
8551         (ev_view_set_find_status), (jump_to_find_result),
8552         (jump_to_find_page), (compute_selections), (clear_selection),
8553         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8554         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8555         (ev_view_update_primary_selection),
8556         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8557         * shell/ev-view.h:
8558         * shell/ev-window.c: (ev_window_open_page_label),
8559         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8560         (ev_window_init):
8561         * shell/ev-window.h:
8562         * shell/main.c: (load_files):
8563
8564         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8565         when resizing.  Remove the bin_window().  Also, patch from James
8566         Bowes to fix command line page, #300641
8567         
8568 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8569
8570         * data/evince-ui.xml:
8571         * shell/ev-view.c:
8572         * shell/ev-view.h:
8573         * shell/ev-window.c: (update_action_sensitivity):
8574
8575         Get rid of View->Normal Size, it's just confusing
8576
8577 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8578
8579         * backend/ev-document-info.h:
8580         * backend/ev-document.c: (ev_document_info_free): Free the
8581         EvDocumentInfo.
8582
8583         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8584         (clear_range), (add_range), (update_visible_range),
8585         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8586         (ev_sidebar_thumbnails_set_document):
8587         * shell/ev-window.c: (ev_window_setup_document): Only render the
8588         visible thumbnails.  It takes an instant to render, but it uses
8589         much less memory.
8590
8591 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8592
8593         * shell/ev-sidebar-links.c: (popup_menu_cb):
8594
8595         Select first item
8596
8597 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * lib/Makefile.am:
8600         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8601         (button_press_cb), (ev_sidebar_links_construct):
8602
8603         Show the popup menu also on keybindings
8604
8605 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8608         * shell/ev-window.h:
8609
8610         Expose api to print a range (with dialog). Make private _print use
8611         it.
8612
8613         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8614         (ev_sidebar_links_construct):
8615
8616         Show a print context menu on linkx, it prints the selected
8617         section.
8618
8619 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8620
8621         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8622         button.
8623
8624 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8625
8626         * AUTHORS:
8627
8628         Update
8629
8630         * shell/ev-window.c: (build_comments_string),
8631         (ev_window_cmd_help_about):
8632
8633         Show poppler version/backend and authors
8634
8635 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * cut-n-paste/zoom-control/ephy-zoom.c:
8638         (ephy_zoom_get_zoom_level_index):
8639         * cut-n-paste/zoom-control/ephy-zoom.h:
8640
8641         Move the best fit items at the top of the list
8642
8643 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/ev-marshal.list:
8646         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8647         (activate_cb), (match_selected_cb), (activate_link_cb),
8648         (connect_proxy), (ev_page_action_class_init):
8649         * shell/ev-page-action.h:
8650
8651         Use signals to notify action activation. Hopefully
8652         I did not break completion since I cant test...
8653
8654         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8655         (register_custom_actions):
8656
8657         Connect to page selector actions and also grab focus on
8658         the view when activated.
8659
8660 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8661
8662         * pdf/ev-poppler.cc:
8663         * backend/ev-page-cache.c: make page size calculation consistent
8664         and set it to (int)( width * scale + 0.5).  This makes the weird
8665         line going through the middle of the page go away.
8666
8667         * shell/ev-view.c: move painting the background page after
8668         checking the expose area covers us.
8669
8670 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8671
8672         * data/evince-password.glade:
8673         
8674         Mark labels as not translatable. Fix for bug 302842.
8675
8676 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8677
8678         * configure.ac: Added "es" to ALL_LINGUAS.
8679
8680 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * data/evince-toolbar.xml:
8683         * shell/ev-window.c: (update_action_sensitivity),
8684         (ev_window_setup_document), (ev_window_set_page_mode),
8685         (ev_window_init):
8686
8687         Remove some leftover code from jrb first continous
8688         attempt. Use the new actions, we still need good icons
8689         though...
8690
8691 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8694
8695         Update label when connecting proxy. Fix a warning with NULL
8696         page_cache.
8697
8698 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * data/evince-ui.xml:
8701         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8702         * shell/ev-page-action.h:
8703         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8704
8705         Add mnemonic for edit toolbar.
8706         ctrl+l focus the page entry.
8707
8708 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8709
8710         * lib/Makefile.am:
8711         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8712         (ev_window_init):
8713         * shell/main.c: (main):
8714
8715         Put the toolbar xml in evince own dot dir
8716
8717 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * shell/ev-window.c: (ev_window_init):
8720
8721         Make the toolbar not removable
8722
8723 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8724
8725         * data/evince-ui.xml:
8726         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8727         * shell/ev-sidebar-links.h:
8728         * shell/ev-sidebar-thumbnails.c:
8729         (ev_sidebar_thumbnails_get_treeview):
8730         * shell/ev-sidebar-thumbnails.h:
8731         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8732         (ev_view_class_init):
8733         * shell/ev-view.h:
8734         * shell/ev-window.c: (update_action_sensitivity),
8735         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8736         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8737         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8738         (ev_window_init):
8739
8740         This is evil... Make space/backspace global accelerators but
8741         enable them only for some widgets (sidebars and view).
8742         I dont like it, but I dont know a better way... :/
8743
8744 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8747         (ev_page_action_widget_finalize),
8748         (ev_page_action_widget_class_init), (update_page_cache):
8749
8750         Keep a weak reference on proxy->page_cache so that we
8751         dont try to disconnect the signal if the object is already
8752         gone. Maybe there is a better way to cleanup reference handling
8753         in page action though...
8754
8755 2005-05-10  Juerg Billeter  <j@bitron.ch>
8756
8757         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8758         * backend/ev-ps-exporter.h:
8759         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8760         * ps/ps-document.c: (ps_document_ps_export_begin):
8761         
8762         Change api to pass print range to ps_exporter_begin. The pdf backend
8763         requires this information.
8764         
8765         * shell/ev-print-job.c: (idle_print_handler):
8766         
8767         Adapt to api change
8768
8769 2005-05-10  Juerg Billeter  <j@bitron.ch>
8770
8771         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8772         (idle_print_handler)
8773         * shell/ev-window.c: (ev_window_print):
8774
8775         Support printing page range, based on patch by Amaury Jacquot
8776
8777 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * data/evince-toolbar.xml:
8780
8781         Add zoom control to available items
8782
8783 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8784
8785         * shell/ev-window.c: (update_action_sensitivity):
8786
8787         Set slash action insensitive when appropriate
8788
8789 2005-05-10  Christian Persch <chpe@gnome.org>
8790
8791         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8792
8793         Fix warning on the overflow menu
8794
8795 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8798
8799         Check for uri correctness/existence
8800
8801 2005-05-09  Juerg Billeter  <j@bitron.ch>
8802
8803         * shell/ev-window.c: (using_postscript_printer):
8804
8805         LPD printers use postscript, too
8806
8807 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * shell/ev-window.c: (register_custom_actions):
8810
8811         The zoom one is actually sort of useful,
8812         put it back
8813
8814 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * shell/ev-window.c: (register_custom_actions):
8817
8818         Hide page/zoom controls from overflow, they
8819         are useless.
8820
8821 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8822
8823         * cut-n-paste/update-from-egg.sh:
8824         
8825         Share it between all cut-n-paste subdirs
8826
8827         * cut-n-paste/recent-files/Makefile.am:
8828
8829         Fix to use "global" update-from-egg.sh
8830
8831         * cut-n-paste/recent-files/egg-recent-model.c:
8832         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8833         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8834         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8835         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8836
8837         Update from libegg
8838
8839         * cut-n-paste/toolbar-editor/Makefile.am:
8840
8841         Fix to use "global" update-from-egg.sh
8842
8843         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8844
8845         Update from libegg
8846
8847 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8848
8849         * configure.ac:
8850         * cut-n-paste/Makefile.am:
8851         * cut-n-paste/recent-files/Makefile.am:
8852         * cut-n-paste/toolbar-editor/.cvsignore:
8853         * cut-n-paste/toolbar-editor/Makefile.am:
8854         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8855         (egg_editable_toolbar_get_type), (get_toolbar_position),
8856         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8857         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8858         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8859         (set_item_drag_source), (create_item_from_action), (create_item),
8860         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8861         (popup_toolbar_context_menu_cb), (free_dragged_item),
8862         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8863         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8864         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8865         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8866         (item_added_cb), (item_removed_cb),
8867         (egg_editable_toolbar_construct),
8868         (egg_editable_toolbar_disconnect_model),
8869         (egg_editable_toolbar_deconstruct),
8870         (egg_editable_toolbar_set_model),
8871         (egg_editable_toolbar_set_ui_manager),
8872         (egg_editable_toolbar_set_property),
8873         (egg_editable_toolbar_get_property),
8874         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8875         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8876         (egg_editable_toolbar_new_with_model),
8877         (egg_editable_toolbar_get_edit_mode),
8878         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8879         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8880         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8881         (new_pixbuf_from_widget), (new_separator_pixbuf),
8882         (update_separator_image), (style_set_cb),
8883         (_egg_editable_toolbar_new_separator_image),
8884         (egg_editable_toolbar_get_model):
8885         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8886         * cut-n-paste/toolbar-editor/egg-marshal.c:
8887         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8888         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8889         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8890         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8891         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8892         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8893         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8894         (editor_drag_data_delete_cb), (drag_data_get_cb),
8895         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8896         (editor_create_item), (update_editor_sheet), (setup_editor),
8897         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8898         (parse_item_list), (model_has_action), (update_actions_list),
8899         (egg_toolbar_editor_load_actions):
8900         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8901         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8902         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8903         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8904         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8905         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8906         (egg_toolbars_model_add_separator), (impl_add_item),
8907         (parse_item_list), (egg_toolbars_model_add_toolbar),
8908         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8909         (impl_get_item_data), (impl_get_item_type),
8910         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8911         (egg_toolbars_model_init), (free_toolbar),
8912         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8913         (egg_toolbars_model_remove_toolbar),
8914         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8915         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8916         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8917         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8918         (egg_toolbars_model_get_item_data),
8919         (egg_toolbars_model_get_item_type):
8920         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8921         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8922         * data/Makefile.am:
8923         * data/evince-toolbar.xml:
8924         * data/evince-ui.xml:
8925         * data/hand-open.png:
8926         * po/POTFILES.in:
8927         * shell/Makefile.am:
8928         * shell/ev-window.c: (update_chrome_visibility),
8929         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8930         (ev_window_dispose), (ev_window_init):
8931
8932         Implement epiphany like toolbar editor. Based on patch by
8933         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8938
8939         Use set_cursor instead of set_selection, so that
8940         the keyboard focus moves too.
8941
8942 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8943
8944         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8945
8946         Fix infinite loop when loading Type1 fonts
8947
8948 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * data/evince-ui.xml:
8951         * shell/ev-window.c:
8952
8953         Slash -> Find
8954
8955 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8956
8957         * configure.ac:
8958
8959         Make --disable really disable
8960
8961 2005-05-07  Juerg Billeter  <j@bitron.ch>
8962
8963         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8964
8965         Compare page labels even without has_labels set, fixes setting page
8966         with entry
8967
8968 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8969
8970         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8971         (ev_view_set_cursor), (ev_view_button_press_event),
8972         (ev_view_motion_notify_event), (ev_view_button_release_event),
8973         (ev_view_init):
8974
8975         Implement middle button scrolling. Based on a patch
8976         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8977
8978 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * shell/ev-document-types.c: (get_slow_mime_type),
8981         (get_document_type_from_mime), (ev_document_type_lookup):
8982         * shell/ev-document-types.h:
8983
8984         Change api to lookup from uri. Do fast lookup first, if the
8985         type is unknown try with data sniffing.
8986
8987         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8989
8990         Adapt to api change
8991
8992 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8993
8994         * thumbnailer/Makefile.am:
8995
8996         Fix distcheck
8997
8998 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * NEWS:
9001         * configure.ac:
9002
9003         Release 0.3.0
9004
9005         * data/evince-ui.xml:
9006
9007         Hide presentation mode for now
9008
9009         * shell/ev-view.c: (highlight_find_results):
9010
9011         Show current find selection only on current page
9012
9013 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * shell/ev-view.c: (ev_view_select_all):
9016
9017         Compute size of the actual page, not of
9018         the current one.
9019
9020 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9023         (view_rect_to_doc_rect), (compute_selections),
9024         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9025         (ev_view_copy), (ev_view_primary_get_cb),
9026         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9027         (ev_view_button_press_event), (ev_view_motion_notify_event),
9028         (ev_view_button_release_event), (page_changed_cb):
9029
9030         Fix text selection
9031
9032 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9033
9034         * shell/ev-view.c: (compute_border), (get_page_extents),
9035         (doc_rect_to_view_rect), (highlight_find_results),
9036         (ev_view_bin_expose), (ev_view_select_all),
9037         (ev_view_motion_notify_event), (update_find_status_message),
9038         (jump_to_find_result), (jump_to_find_page):
9039
9040         First go at fixing search, still buggy
9041
9042 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9043
9044         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9045         dropdown box and button at the top of the sidebar.
9046
9047 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9048
9049         * configure.ac: Output zoom-control Makefile.
9050         * cut-n-paste/Makefile.am: build zoom-control subdir.
9051         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9052         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9053         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9054         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9055         * cut-n-paste/zoom-control/ephy-zoom.c:
9056         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9057         from epiphany, and modified to add a separator into the menu.
9058         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9059         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9060         zoom-control action.
9061         * shell/Makefile.am: Include zoom-control flags.
9062         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9063         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9064         (ev_view_zoom_for_size_presentation),
9065         (ev_view_zoom_for_size_continuous_and_dual_page),
9066         (ev_view_zoom_for_size_continuous),
9067         (ev_view_zoom_for_size_dual_page),
9068         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9069         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9070         ev_view_get_zoom and ev_view_get_sizing_mode.
9071         * shell/ev-view.h:
9072         * shell/ev-window.c: (update_action_sensitivity),
9073         (update_sizing_buttons), (zoom_control_changed_cb),
9074         (register_custom_actions): Initialize and use the zoom-control 
9075         widget.
9076
9077 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9078
9079         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9080         preview cache back to 1.  Don't know when it got set to 0.
9081         
9082         * shell/ev-view.c: (compute_border), (ev_view_realize),
9083         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9084         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9085         (ev_view_get_fullscreen), (ev_view_set_presentation),
9086         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9087         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9088         * shell/ev-view.h:
9089         * shell/ev-window.c:
9090         (update_chrome_visibility),
9091         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9092         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9093         (update_document_mode), (ev_window_update_fullscreen_action),
9094         (ev_window_fullscreen), (ev_window_unfullscreen),
9095         (ev_window_cmd_view_fullscreen),
9096         (ev_window_update_presentation_action),
9097         (ev_window_run_presentation), (ev_window_stop_presentation),
9098         (ev_window_cmd_view_presentation), (ev_window_state_event),
9099         (ev_window_focus_in_event), (ev_window_focus_out_event),
9100         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9101         * data/evince-ui.xml: Initial presentation mode.  We should
9102         probably hide this until it's done, as it's quite rough.  Also,
9103         change full-screen to fullscreen and add two getters to EvView.
9104
9105 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9106
9107         * shell/ev-page-action.c: (update_page_cache),
9108         (ev_page_action_dispose):
9109         * shell/ev-window.c: (destroy_fullscreen_popup),
9110         (ev_window_create_fullscreen_popup):
9111
9112         Use connect_object rather than explicitly
9113         disconnect on dispose.
9114
9115 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9116
9117         * shell/ev-page-action.c: (update_page_cache),
9118         (ev_page_action_dispose):
9119
9120 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9121
9122         * backend/ev-page-cache.c: (_ev_page_cache_new),
9123         (ev_page_cache_set_page_label),
9124         (ev_page_cache_has_nonnumeric_page_labels):
9125         * backend/ev-page-cache.h:
9126         * shell/ev-page-action.c: (update_pages_label):
9127         
9128         If all page labels are numeric, fallback to default
9129         way to display number of pages. See bug 173185.
9130
9131 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9132
9133         * shell/ev-page-action.c: (ev_page_action_dispose):
9134         * shell/ev-view.c: (view_update_range_and_current_page):
9135         * shell/ev-window.c: (ev_window_dispose):
9136         
9137         Set page on scroll in continuous mode. Fixes bug 301986.
9138         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9139
9140 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9141
9142         * configure.ac:
9143
9144         Require poppler 0.3.0
9145
9146 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9147         
9148         * shell/Makefile.am, configure.ac: Fix build problems
9149         with t1lib. Bug 301996.
9150
9151 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9152
9153         * shell/ev-view.c: (ev_view_scroll_event):
9154         
9155         Scroll up increase zoom
9156
9157 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9158
9159         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9160         (ev_view_set_sizing_mode),
9161         (ev_view_zoom_for_size_continuous_and_dual_page),
9162         (ev_view_zoom_for_size_continuous):
9163         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9164         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9165         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9166         (ev_window_init):
9167
9168         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9169         Fix for 165473 and 165472.
9170
9171 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9172
9173         * po/POTFILES.in:
9174         * thumbnailer/Makefile.am:
9175         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9176         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9177         * thumbnailer/evince-thumbnailer.schemas.in:
9178         
9179         Make thumbnailer schemas translatable. Fix for bug 301773
9180         
9181         * thumbnailer/evince-thumbnailer-djvu.schemas:
9182         * thumbnailer/evince-thumbnailer-dvi.schemas:
9183         * thumbnailer/evince-thumbnailer.schemas:
9184
9185         Removed files
9186
9187 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9188
9189         * shell/ev-view.c (ev_view_init): forgot to set this.
9190
9191 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9192
9193         * shell/ev-view.c: (find_page_at_location),
9194         (get_link_at_location),
9195         (ev_view_set_show_border), (ev_view_set_spacing),
9196         (ev_view_zoom_for_size_continuous_and_dual_page),
9197         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9198         Also, add a quick fix measuring of widths.  Also, removed
9199         ev_view_set_spacing and ev_view_set_show_border.
9200         
9201         * shell/ev-window.c: (ev_window_unfullscreen),
9202         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9203
9204 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9205
9206         * shell/ev-view.c: (view_update_range_and_current_page),
9207         (page_changed_cb):
9208         
9209         Fix crash on exit and scrolling to page in continuous view.
9210
9211 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9212
9213         * TODO:
9214         * backend/ev-page-cache.c: (_ev_page_cache_new),
9215         (ev_page_cache_get_max_width_size),
9216         (ev_page_cache_get_max_height_size):
9217         * backend/ev-page-cache.h:
9218         * data/evince-ui.xml:
9219         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9220         * shell/ev-view.c: (view_update_adjustments),
9221         (view_update_range_and_current_page), (get_bounding_box_size),
9222         (ev_view_size_request_continuous_and_dual_page),
9223         (ev_view_size_request_continuous),
9224         (ev_view_size_request_dual_page),
9225         (ev_view_size_request_single_page), (ev_view_size_request),
9226         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9227         (ev_view_bin_expose), (ev_view_expose_event),
9228         (ev_view_set_property), (ev_view_get_property),
9229         (ev_view_class_init), (ev_view_init), (ev_view_new),
9230         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9231         (ev_view_set_dual_page), (ev_view_set_full_screen),
9232         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9233         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9234         (ev_view_zoom_out), (zoom_for_size_fit_width),
9235         (zoom_for_size_best_fit),
9236         (ev_view_zoom_for_size_continuous_and_dual_page),
9237         (ev_view_zoom_for_size_continuous),
9238         (ev_view_zoom_for_size_dual_page),
9239         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9240         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9241         * shell/ev-view.h:
9242         * shell/ev-window.c: (update_action_sensitivity),
9243         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9244         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9245         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9246         (ev_window_cmd_view_zoom_out), (update_view_size),
9247         (ev_window_set_sizing_mode), (ev_window_init):
9248
9249         Add Continuous and Dual page modes.
9250
9251 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9252
9253         * dvi/dvi-document.c: (dvi_document_load),
9254         (dvi_document_thumbnails_get_thumbnail),
9255         (dvi_document_init_params): Fix up some mixups between
9256         width and height to correct thumbnail rendering.
9257
9258 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * dvi/mdvi-lib/private.h:
9261         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9262         
9263         Suppess output for kpathsea during font generation. Thanks to
9264         James Bowes
9265
9266 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9267
9268         * NEWS:
9269         * configure.ac:
9270
9271         Release 0.2.1
9272
9273         * Makefile.am: fix distcheck.
9274
9275 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9276
9277         * shell/ev-sidebar-links.c: (selection_changed_callback),
9278         (update_page_callback), (row_activated_callback),
9279         (job_finished_callback), (ev_sidebar_links_set_document):
9280         
9281         Fix for bug #169901. Double click on links expands tree.
9282
9283 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9284
9285         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9286         hard-coded style. Fix for bug 170111
9287
9288 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9289
9290         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9291         locking.
9292
9293 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9294
9295         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9296
9297 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9298
9299         * pdf/ev-poppler.cc:
9300         * shell/ev-view.c: (highlight_find_results):
9301
9302         Fix find on single page documents
9303
9304 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9305
9306         * data/evince.schemas.in: fix for bug 301390
9307
9308 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9309
9310         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9311         (ev_view_zoom_out), (ev_view_zoom_normal):
9312         * shell/ev-view.h:
9313         * shell/ev-window.c: (update_action_sensitivity),
9314         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9315         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9316         (ev_window_cmd_view_normal_size):
9317
9318         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9319         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9320         better than oom. 
9321
9322 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9323
9324         * configure.ac:
9325
9326         Depend on 2.57, 2.59 doesnt seem to be necessary
9327
9328 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9329
9330         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9331         (create_tool_item):
9332
9333         Put back total number of pages as (1 of 1234)
9334
9335 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9336
9337         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9338         remove the job.
9339
9340         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9341         function.  This helps debugging.
9342
9343 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9344
9345         * djvu/djvu-document.c: (djvu_document_class_init),
9346         (djvu_document_get_info), (djvu_document_document_iface_init):
9347         * dvi/dvi-document.c: (dvi_document_class_init),
9348         (dvi_document_get_info), (dvi_document_document_iface_init):
9349
9350         Dummy implementation of get_info method for dvi and
9351         djvu. Fix crashes with those backends
9352
9353 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9354
9355         * data/evince.desktop.in:
9356
9357         Add application/x-gzpostscript
9358
9359 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9360
9361         * data/evince.schemas.in: Added real long descriptions, 
9362         closes bug 172496 
9363
9364         * README: Added actual text, closes bug 171869
9365
9366 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9367
9368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9369
9370         Thumbnail page 0
9371
9372 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9373
9374         * backend/ev-document-info.h:
9375
9376         s/GDate */GDate so we can just use g_free
9377
9378 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9379
9380         * shell/ev-window.c: (update_document_mode),
9381         (ev_window_setup_document):
9382
9383         Show the window in fullscreen when specified by
9384         the document
9385
9386 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * backend/ev-document.c: (ev_document_class_init),
9389         (ev_document_get_info), (ev_document_render_pixbuf):
9390         * backend/ev-document.h:
9391         * backend/ev-page-cache.c: (_ev_page_cache_new):
9392         * pdf/ev-poppler.cc:
9393         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9394         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9395         * ps/ps-document.c: (ps_document_class_init), (document_load),
9396         (ps_document_get_info), (ps_document_document_iface_init):
9397
9398         Remove get_title from the interface, we can just use document info
9399
9400 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9401
9402         * backend/Makefile.am:
9403         * backend/ev-document.c: (ev_document_render_get_info):
9404         * backend/ev-document.h:
9405         * pdf/ev-poppler.cc:
9406
9407         Initial support for document info. Based on jrb patch.
9408
9409 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9410
9411         * shell/ev-window.c: (ev_window_state_event),
9412         (ev_window_class_init), (ev_window_init):
9413         
9414         Doesn't show resize grip when maximized. See bug #301053
9415
9416 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9417
9418         * po/POTFILES.in:
9419         
9420         ev-sidebar-thumbnails now has translatable labels
9421         
9422         * shell/Makefile.am:
9423         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9424         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9425         (ev_sidebar_links_page_iface_init):
9426         * shell/ev-sidebar-links.h:
9427         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9428         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9429         (ev_sidebar_page_get_label):
9430         * shell/ev-sidebar-page.h:
9431         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9432         (ev_sidebar_thumbnails_set_document),
9433         (ev_sidebar_thumbnails_support_document),
9434         (ev_sidebar_thumbnails_get_label),
9435         (ev_sidebar_thumbnails_page_iface_init):
9436         * shell/ev-sidebar-thumbnails.h:
9437         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9438         (ev_sidebar_set_document):
9439         * shell/ev-sidebar.h:
9440         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9441         
9442         Small rework of sidebar code. Now sidebar pages should implement
9443         EvSidebarPage interface. That makes page management in EvSidebar
9444         easier. See bug #164811 for details
9445
9446 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9447
9448         * shell/ev-application.c: (ev_application_open):
9449         * shell/ev-document-types.c:
9450         
9451         Fix build error and small problem with application exit
9452
9453 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9454
9455         * thumbnailer/Makefile.am:
9456         * thumbnailer/evince-thumbnailer-djvu.schemas:
9457         * thumbnailer/evince-thumbnailer-dvi.schemas:
9458         
9459         Conditionally install schemas for djvu/dvi thumbnailer
9460
9461 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9462
9463         * shell/ev-document-types.h: 
9464         * shell/ev-document-types.c: 
9465         New files, handling the mapping from mimetypes to backends
9466         
9467         * shell/ev-window.c: 
9468         * thumbnailer/evince-thumbnailer.c:     
9469         Use the ev-document-types code
9470         
9471         * shell/Makefile.am: 
9472         Added new convenience library libevbackendfactory_la, containing
9473         the new mimetype->backend logic; moved the backends into it.
9474
9475         * thumbnailer/Makefile.am:
9476         Make the thumbnailer link with the libevbackend.la convenience
9477         library, rather than having a duplicate of the backend logic here.
9478
9479 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9480
9481         * shell/ev-stock-icons.c: constify some vars.
9482         * shell/ev-window.c: ditto.
9483
9484 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9485
9486         * ps/ps-document.c (get_page_orientation):
9487
9488         Respect document orientation 
9489
9490 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9491
9492         * djvu/Makefile.am:
9493         * dvi/Makefile.am:
9494         * shell/Makefile.am:
9495         
9496         Move library dependencies to components.
9497         
9498         * shell/ev-window.c: (update_window_title),
9499         (start_loading_document):
9500         
9501         Fix display of uris with spaces. Bug 168358.
9502
9503 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9504
9505         * shell/ev-sidebar-links.c: (selection_changed_cb):
9506         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9507         (ev_view_button_release_event), (ev_view_set_document):
9508         * shell/ev-view.h:
9509         * shell/ev-window.c: (find_bar_search_changed_cb):
9510         * shell/ev-window.h: Minor cleanups removing some dead code.
9511
9512 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9513
9514         * backend/ev-page-cache.c: (_ev_page_cache_new):
9515         
9516         Set current page to 0 if document has pages.
9517
9518 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9519
9520         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9521
9522         Initialize GError to NULL, fix a crash when loading fails.
9523
9524 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9525
9526         * shell/ev-window.c: (update_view_size):
9527
9528         Calculate shadow size only when there is actually
9529         a shadow.
9530
9531 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9532
9533         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9534         * shell/ev-view.h:
9535
9536         Allow setting view spacing, default to 0
9537
9538         * shell/ev-window.c: (ev_window_unfullscreen),
9539         (ev_window_cmd_view_fullscreen), (ev_window_init):
9540
9541         Remove spacing in fullscreen mode
9542
9543 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9544
9545         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9546         (ev_view_size_request), (expose_bin_window),
9547         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9548         * shell/ev-view.h:
9549         * shell/ev-window.c: (ev_window_unfullscreen),
9550         (ev_window_cmd_view_fullscreen):
9551
9552         Do not draw the border in fulscreen
9553
9554 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9555
9556         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9557         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9558         (find_page_at_location), (page_changed_cb):
9559
9560         Rework border calculation, so that I can more easily disable it.
9561         Code somewhat cleaner too.
9562
9563 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * backend/ev-page-cache.c: (ev_page_cache_init),
9566         (_ev_page_cache_new):
9567
9568         Remove some assertions, documents can have 0 pages.
9569         Make initial current page -1.
9570
9571         * shell/ev-page-action.c: (page_changed_cb):
9572
9573         Show "" if current page is -1
9574
9575         * shell/ev-window.c: (update_action_sensitivity),
9576         (ev_window_setup_document):
9577
9578         When document has 0 pages do not set the view
9579         and make nearly everything insensitive.
9580
9581 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9582
9583         * shell/ev-page-view.c:
9584         * shell/ev-page-view.h:
9585
9586         Remove unused files.
9587         
9588         * shell/ev-sidebar-thumbnails.c:
9589         (ev_sidebar_thumbnails_set_document):
9590         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9591         (ev_sidebar_supports_document):
9592         * shell/ev-sidebar.h:
9593         * shell/ev-window.c: (ev_window_setup_document):
9594         
9595         Doesn't show thumbnails if document has 1 page. Make
9596         sidebar menu entries sensitive only if if they have 
9597         sense. Fix bug 164811. 
9598
9599 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9600
9601         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9602         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9603         (ev_view_zoom_out), (ev_view_set_size):
9604
9605         Rework sizing to deal with documents with not uniform page
9606         size.
9607
9608 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9609
9610         * backend/ev-page-cache.c: (_ev_page_cache_new):
9611
9612         Fix several page size caching bugs
9613
9614 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9615
9616         * shell/ev-window.c: (set_action_properties):
9617
9618         Make all toolbar items translatable
9619
9620 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9621
9622         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9623         (save_page_list), (ps_document_save),
9624         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9625         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9626         (ps_document_ps_exporter_iface_init):
9627         * ps/ps-document.h:
9628
9629         Based on a patch by J�rg Billeter <j@bitron.ch>
9630         
9631         Implement print and save a copy for the ps backend.
9632
9633 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9634
9635         * backend/ev-document.h:
9636         * djvu/djvu-document.c: (djvu_document_can_get_text),
9637         (djvu_document_document_iface_init):
9638         * dvi/dvi-document.c: (dvi_document_can_get_text),
9639         (dvi_document_document_iface_init):
9640         * pdf/ev-poppler.cc:
9641         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9642         (pixbuf_document_document_iface_init):
9643         * ps/ps-document.c: (ps_document_can_get_text),
9644         (ps_document_document_iface_init):
9645         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9646         * shell/ev-window.c: (update_action_sensitivity):
9647
9648         Fix the crash when trying to copy in backends that doesnt
9649         support it. We can implement a better solution once we
9650         do real text selection.
9651
9652 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9653
9654         * data/evince-ui.xml:
9655         * shell/ev-window.c: (ev_window_cmd_escape):
9656         
9657         Work around the Escape conflict (find bar and unfullscreen)
9658
9659 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9660
9661         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9662         
9663         Fix for #300233. Next page correctly handles document end.
9664         
9665         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9666         (ev_sidebar_thumbnails_class_init),
9667         (ev_sidebar_thumbnails_set_document),
9668         (ev_sidebar_thumbnails_clear_job),
9669         (ev_sidebar_thumbnails_clear_model):
9670         
9671         Cleanup thumbnail jobs on document changes.
9672         
9673         * shell/ev-view.c: (add_scroll_binding_keypad),
9674         (add_scroll_binding_shifted), (ev_view_class_init):
9675         
9676         Shift + Space scrolls up. Fix for #173184
9677         
9678         * shell/ev-window.c: (ev_window_open_page),
9679         (ev_window_cmd_view_reload):
9680         
9681         Fix reload (Bug #300094)
9682
9683 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9684
9685         
9686         * dvi/mdvi-lib/assoc.c:
9687         * dvi/mdvi-lib/assoc.h: Removed garbage files
9688         
9689         * dvi/mdvi-lib/bitmap.c:
9690         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9691         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9692         * dvi/mdvi-lib/color.h: Antialias of rules
9693         
9694         * dvi/mdvi-lib/common.h:
9695         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9696         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9697         * dvi/mdvi-lib/files.c:
9698         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9699         * dvi/mdvi-lib/mdvi.h:
9700         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9701         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9702         * dvi/mdvi-lib/util.c: Fix compile warnings
9703         
9704         * dvi/dvi-document.c:
9705         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9706         (dvi_document_thumbnails_get_thumbnail),
9707         (dvi_document_document_thumbnails_iface_init):
9708         * dvi/mdvi-lib/Makefile.am:
9709         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9710         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9711         
9712         Dvi backend now renders thumbnails
9713
9714 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9715
9716         * shell/main.c: (main): 
9717         
9718         Save accelerators on exit. Fixes bug #172095.
9719
9720 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9721
9722         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9723         update priority" comment.
9724
9725         * backend/ev-job-queue.c: Give a way to change priority.
9726
9727 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9728
9729         * shell/ev-page-action.c: Fix logic.
9730
9731 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9732
9733         * shell/ev-view.c: (ev_view_can_find_next):
9734         * shell/ev-window.c: (ev_window_setup_document):
9735
9736         Check that the document supports find
9737
9738 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * data/evince-ui.xml:
9741         * shell/ev-view.c: (ev_view_can_find_next):
9742         * shell/ev-view.h:
9743         * shell/ev-window.c: (update_action_sensitivity),
9744         (find_changed_cb), (ev_window_setup_document),
9745         (ev_window_cmd_edit_find_next):
9746
9747         Add Edit->Find Next
9748
9749 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9750
9751         * pdf/ev-poppler.cc:
9752         * shell/ev-print-job.c: (idle_print_handler):
9753
9754         Make printing work again
9755
9756 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * shell/ev-page-action.h:
9759         * shell/ev-page-action.c: (ev_page_action_widget_init),
9760         (ev_page_action_widget_class_init), (page_changed_cb),
9761         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9762         (get_filter_model_from_model), (match_selected_cb),
9763         (display_completion_text), (match_completion), (update_model),
9764         (connect_proxy), (ev_page_action_set_property),
9765         (ev_page_action_get_property), (ev_page_action_set_document),
9766         (ev_page_action_set_model), (ev_page_action_class_init): Big
9767         reworking to make completions work iff we have >= GTK-2.7.0
9768                 
9769         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9770         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9771         (job_finished_cb): We now have a 'model' property that is set when
9772         the links are loaded.  This can be caught with "notify::model"
9773
9774         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9775         listen for the model to be set, and propagate it to the action.
9776
9777 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9778
9779         * cut-n-paste/recent-files/egg-recent-item.c:
9780         (egg_recent_item_set_uri), (make_valid_utf8),
9781         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9782         * cut-n-paste/recent-files/egg-recent-item.h:
9783         
9784         Update egg-recent from libegg. This should fix long
9785         startup problem. For details see
9786         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9787
9788 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9789
9790         * cut-n-paste/recent-files/Makefile.am:
9791         * data/evince-ui.xml, shell/Makefile.am:
9792         * shell/ev-application.c, shell/ev-application.h:
9793         * shell/ev-window.c: Recent files support.
9794         
9795         * configure.ac: Added "ru" to ALL_LINGUAS.
9796         
9797         * dvju: new backend to support DJVU files.
9798         * dvi: new backend to support DVI.
9799
9800         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9801         * ev-application.c: Support for new backends.
9802         
9803         * help, ev-window.c, main.c shell/Makefile.am: 
9804         Evince user documentation.
9805
9806 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9807
9808         * po/POTFILES.in:
9809         * shell/ev-window.c:
9810         * thumbnailer/evince-thumbnailer.c:
9811
9812         s/pdf-document/ev-poppler
9813
9814 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9815
9816         * NEWS:
9817         * configure.ac:
9818
9819         Release 0.2.0
9820
9821         * ps/ps-document.c: (setup_pixmap):
9822
9823         Remove debug code
9824
9825 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9826
9827         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9828         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9829         (ev_window_cmd_go_first_page): Fix of by one errors.
9830
9831 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9832
9833         * ps/ps-document.c: (get_page_box):
9834
9835         Fix page size calculation
9836
9837 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9840         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9841         (get_page_orientation), (setup_page), (document_load),
9842         (ps_document_get_page_size), (render_pixbuf_idle):
9843         * ps/ps-document.h:
9844
9845         More refactoring to adapt to EvDocument changes
9846
9847 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9848
9849         * ps/ps-document.c: (start_interpreter):
9850
9851         Actually add alpha args
9852
9853 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9854
9855         * pdf/ev-poppler.cc:
9856
9857         Make clipboard work again
9858
9859 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9860
9861         Make searching work again.
9862         
9863         * backend/ev-document.c:
9864         * backend/ev-document.h:
9865         * backend/ev-document-find.c:
9866         * backend/ev-document-find.h: Change EvDocumentIface so we no
9867         longer store the current page or zoom level in the document.  The
9868         consequence is that all calls that operate on the current page now
9869         instead take the page number as an extra argument, and all
9870         coordinates are now doubles in document coordinate system.
9871
9872         * pdf/ev-poppler.cc:
9873         * pixbuf/pixbuf-document.c:
9874         * ps/ps-document.c: Update backends accordingly.
9875
9876 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9877
9878         * autogen.sh:
9879
9880         Add required gettext version
9881
9882 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9883
9884         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9885         make F1 bring up non-existent help.
9886
9887         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9888         epiphany's find bar, #167477
9889
9890         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9891         <emil@nishra.com> to add space-bar scrolling, 
9892
9893         * shell/ev-window.c (static GtkActionEntry entries): add default
9894         keybinding for Help (F1)
9895         Fixes #171068
9896
9897         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9898         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9899         170110
9900
9901 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9902
9903         * Makefile.am: 
9904         * pixbuf/pixbuf-document.c: 
9905
9906         Got pixbuf backend working again
9907
9908 2005-04-01  Steve Murphy  <murf@e-tools.com>
9909
9910         * configure.in: Added "rw" to ALL_LINGUAS.
9911
9912 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9913
9914         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9915         model types, noticed by Martin Kretzschmar.
9916
9917 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9918
9919         * pdf/ev-poppler.cc: Implement search based on
9920         poppler_page_find_text().  Currently a bit crude since we remember
9921         all matches from all pages.  Also, we grab the big document lock
9922         when we search since searching changes the underlying stream and
9923         thus conflicts with the rendering thread.
9924         
9925         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9926         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9927         (ev_view_find_previous): Fix some page indexes to be 0 based,
9928         offset rubber band by view offset,
9929
9930 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9931
9932         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9933
9934 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9935
9936         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9937         completely because I didn't understand GtkActions.  I should
9938         read Marco's code more carefully in the future.
9939
9940         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9941         function
9942
9943 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9944
9945         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9946         PopplerRectangle change from poppler CVS.
9947
9948 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9949
9950         * backend/ev-document.c: (ev_document_get_page_label):
9951         * backend/ev-document.h:
9952         * backend/ev-page-cache.c: (_ev_page_cache_new),
9953         (ev_page_cache_get_page_label):
9954         * backend/ev-page-cache.h:
9955         * pdf/ev-poppler.cc:
9956         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9957         (links_page_num_func):
9958         * shell/ev-sidebar-thumbnails.c:
9959         (ev_sidebar_thumbnails_set_document):
9960         * shell/ev-view.c: (status_message_from_link),
9961         (ev_view_motion_notify_event):
9962         * shell/ev-window.c: (document_supports_sidebar): Add in page
9963         label support.  It's not perfect yet, but it's the first 'feature'
9964         in a while.
9965         Also, fix a bogus comment noticed by crispin. 
9966
9967 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9968
9969         * Makefile.am: Remove pixbuf backend for now
9970
9971         * configure.ac: Require poppler-glib instead of just poppler.
9972
9973         * backend/ev-document-thumbnails.h: Add a comment
9974
9975         * backend/ev-document.h:
9976         * backend/ev-document.c: (ev_document_class_init),
9977         (ev_document_load), (ev_document_get_link),
9978         (ev_document_get_links): Remove 3 methods and add get_links.
9979         Also, made 0 based.
9980
9981         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9982         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9983
9984         * backend/ev-link.c: (ev_link_set_title),
9985         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9986         (ev_link_mapping_find):
9987         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9988         
9989         * backend/ev-page-cache.c: (ev_page_cache_init),
9990         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9991         (ev_page_cache_get_size), (ev_page_cache_next_page),
9992         (ev_page_cache_prev_page): Fix to be 0 based.
9993
9994         * pdf/Makefile.am: 
9995         * pdf/ev-poppler.h:
9996         * pdf/ev-poppler.cc: New backend.
9997         
9998         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9999         (ps_document_get_page), (ps_document_document_iface_init):
10000
10001         * shell/ev-pixbuf-cache.h:
10002         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10003         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10004         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10005         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10006         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10007         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10008         based.
10009         
10010         * shell/ev-sidebar-thumbnails.c:
10011         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10012         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10013
10014         * shell/ev-view.c: (status_message_from_link),
10015         (find_page_at_location), (get_link_at_location),
10016         (ev_view_motion_notify_event), (ev_view_button_release_event),
10017         (ev_view_init): Use the new link code.  Fix to be 0 based.
10018
10019         * shell/ev-window.c: (update_action_sensitivity),
10020         (document_supports_sidebar): 0 based.
10021
10022 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10023
10024         * pdf/pdf-document.cc: Patch from Fernando Herrera
10025         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10026         *blush*
10027
10028 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10029
10030         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10031         1 to the page, as this seems to be 1 based.  I thought we has this
10032         fixed.  grump.
10033
10034 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10035
10036         * TODO:
10037         * backend/Makefile.am:
10038         * backend/ev-document-links.c:
10039         (ev_document_links_has_document_links),
10040         (ev_document_links_get_links_model):
10041         * backend/ev-document-links.h:
10042         * backend/ev-document.c: (ev_document_get_page_cache),
10043         (ev_document_get_doc_mutex), (ev_document_load),
10044         (ev_document_save), (ev_document_get_title),
10045         (ev_document_get_n_pages), (ev_document_set_page),
10046         (ev_document_get_page), (ev_document_set_target),
10047         (ev_document_set_scale), (ev_document_set_page_offset),
10048         (ev_document_get_page_size), (ev_document_get_text),
10049         (ev_document_get_link), (ev_document_render),
10050         (ev_document_render_pixbuf), (ev_document_scale_changed):
10051         * backend/ev-document.h:
10052         * backend/ev-job-queue.c: (remove_object_from_queue),
10053         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10054         (no_jobs_available_unlocked), (ev_render_thread),
10055         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10056         (ev_job_queue_remove_job):
10057         * backend/ev-job-queue.h:
10058         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10059         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10060         (ev_job_links_class_init), (ev_job_render_init),
10061         (ev_job_render_dispose), (ev_job_render_class_init),
10062         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10063         (ev_job_thumbnail_class_init), (ev_job_finished),
10064         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10065         (ev_job_render_run), (ev_job_thumbnail_new),
10066         (ev_job_thumbnail_run):
10067         * backend/ev-jobs.h:
10068         * backend/ev-link.c:
10069         * backend/ev-link.h:
10070         * backend/ev-page-cache.c: (ev_page_cache_init),
10071         (ev_page_cache_class_init), (ev_page_cache_finalize),
10072         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10073         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10074         (ev_page_cache_set_link), (ev_page_cache_get_title),
10075         (ev_page_cache_get_size), (ev_page_cache_next_page),
10076         (ev_page_cache_prev_page):
10077         * backend/ev-page-cache.h:
10078         * pdf/pdf-document.cc:
10079         * ps/gsdefaults.c:
10080         * ps/gsdefaults.h:
10081         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10082         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10083         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10084         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10085         (is_interpreter_ready), (output), (catchPipe), (input),
10086         (start_interpreter), (check_filecompressed), (compute_dimensions),
10087         (ps_document_enable_interpreter), (document_load),
10088         (ps_document_next_page), (render_page), (ps_document_set_page),
10089         (ps_document_set_scale), (render_pixbuf_idle),
10090         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10091         * ps/ps-document.h:
10092         * shell/Makefile.am:
10093         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10094         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10095         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10096         (ev_pixbuf_cache_new), (job_finished_cb),
10097         (check_job_size_and_unref), (move_one_job),
10098         (ev_pixbuf_cache_update_range), (find_job_cache),
10099         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10100         (ev_pixbuf_cache_add_jobs_if_needed),
10101         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10102         * shell/ev-pixbuf-cache.h:
10103         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10104         (idle_print_handler):
10105         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10106         (selection_changed_cb), (create_loading_model),
10107         (ev_sidebar_links_construct), (links_page_num_func),
10108         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10109         (update_page_callback), (job_finished_cb),
10110         (ev_sidebar_links_set_document):
10111         * shell/ev-sidebar-thumbnails.c:
10112         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10113         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10114         (page_changed_cb), (thumbnail_job_completed_callback),
10115         (ev_sidebar_thumbnails_set_document):
10116         * shell/ev-sidebar-thumbnails.h:
10117         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10118         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10119         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10120         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10121         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10122         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10123         (ev_view_button_release_event), (ev_view_scroll_view),
10124         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10125         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10126         (ev_view_new), (job_finished_cb), (page_changed_cb),
10127         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10128         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10129         (ev_view_find_previous):
10130         * shell/ev-view.h:
10131         * shell/ev-window.c: (update_action_sensitivity),
10132         (ev_window_open_page), (update_window_title), (update_total_pages),
10133         (page_changed_cb), (ev_window_setup_document),
10134         (password_dialog_response), (ev_window_cmd_save_as),
10135         (ev_window_print), (ev_window_cmd_go_previous_page),
10136         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10137         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10138         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10139         * shell/main.c: (main):
10140
10141         Merge evince-threads branch
10142
10143 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10144
10145         * configure.ac: Added "lt" to ALL_LINGUAS.
10146
10147 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10148
10149         * NEWS:
10150         * configure.ac:
10151
10152         Release 0.1.9
10153
10154 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10155
10156         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10157
10158         Fix here also the thumbnails 1-basedness :)
10159
10160 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10161
10162         * NEWS:
10163         * configure.ac:
10164
10165         Release 0.1.8
10166
10167 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10168
10169         * pdf/pdf-document.cc:
10170         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10171         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10172
10173         Fix the mess we did with thumbnails and 1-basedness
10174
10175 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10176
10177         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10178
10179 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10180
10181         * NEWS:
10182         * configure.ac:
10183
10184         Release 0.1.7
10185
10186 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10187
10188         * ps/Makefile.am:
10189         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10190         (gtk_gs_defaults_get_alpha_parameters),
10191         (gtk_gs_defaults_get_ungzip_cmd),
10192         (gtk_gs_defaults_get_unbzip2_cmd):
10193         * ps/gsdefaults.h:
10194         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10195         (ps_document_get_orientation), (document_load),
10196         (ps_document_goto_page), (ps_document_set_page_size):
10197         * ps/ps-document.h:
10198
10199         Some more sanitization of the ps backend. Remove a lot
10200         of unused code and do not base our defaults on ggv
10201         preferences (ugh!)
10202
10203 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10204
10205         * thumbnailer/evince-thumbnailer.schemas:
10206         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10207         (main): add -s option for thumbnail size.
10208
10209 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10210
10211         * configure.ac:
10212
10213         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10214         remove it.
10215
10216 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10217
10218         * pdf/pdf-document.cc:
10219
10220         Remove 4 pixels of useless border from the
10221         thumbnail.
10222
10223 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10224
10225         * backend/ev-document-thumbnails.c:
10226         (ev_document_thumbnails_get_thumbnail):
10227         * backend/ev-document-thumbnails.h:
10228
10229         Rework API a bit. Add a border flag and
10230         change sizing logic (now the size we specify
10231         applies to the bigger dimension).
10232
10233         * pdf/pdf-document.cc:
10234         * pixbuf/pixbuf-document.c:
10235         (pixbuf_document_thumbnails_get_thumbnail):
10236         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10237         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10238
10239         Adapt to the new API and do not draw a border for nautilus
10240         thumbnailer.
10241
10242 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10243
10244         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10245         take thumbnails from page "0" instead of "1". Added a copyright header.
10246
10247 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10248
10249         * ps/ps-document.c: (set_up_page), (start_interpreter):
10250
10251         Make it C89 compliant
10252
10253 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10254
10255         * Makefile.am:
10256         * configure.ac:
10257         * pdf/.cvsignore:
10258         * pdf/pdf-document.cc:
10259         * thumbnailer/Makefile.am:
10260         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10261         (main):
10262         * thumbnailer/evince-thumbnailer.schemas:
10263         * thumbnailer/pdf-icon.png:
10264
10265         Add a nautilus thumbnailer.
10266         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10267
10268 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10269
10270         * NEWS:
10271         * configure.ac:
10272         * po/POTFILES.in:
10273
10274         Release 0.1.6
10275
10276 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10277
10278         Use poppler instead of including xpdf source code.  Poppler is a
10279         fork of xpdf to build it as a shared library. See
10280         http://freedesktop.org/wiki/Software/poppler.
10281
10282         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10283         xpdf fork.
10284         
10285         * pdf/Makefile.am: Build libpdfdocument.a here.
10286         
10287         * pdf/GDKSplashOutputDev.cc:
10288         * pdf/GDKSplashOutputDev.h:
10289         * pdf/GnomeVFSStream.cc:
10290         * pdf/GnomeVFSStream.h:
10291         * pdf-document.cc:
10292         * pdf-document.h:
10293         * test-gdk-output-dev.cc
10294         * Thumb.cc:
10295         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10296         against poppler.
10297
10298 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10299
10300         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10301
10302         Clear idle stack before unsetting the document
10303
10304 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10305
10306         * ps/ps-document.c: (ps_document_widget_event),
10307         (ps_document_set_target), (ps_document_finalize),
10308         (ps_document_get_page):
10309
10310         Disconnect the widget event signal on finalize.
10311         Some code cleanups.
10312
10313 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10314
10315         * ps/ps-document.c: (set_up_page):
10316
10317         If there is no bpixmap create one, even if size
10318         is not changed.
10319
10320 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10321
10322         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10323         (set_up_page), (document_load), (ps_document_set_zoom):
10324
10325         Default page is 0. Calculate size even when we have no
10326         target yet.
10327
10328 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10329
10330         * shell/ev-sidebar.c: expand the selection widget to be always as
10331         wide as the sidebar
10332
10333 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10334
10335         * shell/ev-sidebar-thumbnails.c:
10336         (ev_sidebar_thumbnails_set_document):
10337
10338         Clear the list store when setting document
10339
10340 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10341
10342         * shell/ev-page-action.c: (update_entry), (sync_entry),
10343         (activate_cb), (entry_size_request_cb), (create_tool_item),
10344         (connect_proxy):
10345
10346         Use an entry for the page control instead of spinbuttons
10347
10348 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10349
10350         * data/evince.schemas.in:
10351
10352         Correct confusing string
10353
10354 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10355
10356         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10357         for real.  Gosh, how long has this been broken.
10358
10359         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10360         check for a NULL link.  We crash otherwise.
10361
10362 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10363
10364         * NEWS:
10365         * configure.ac:
10366
10367         Release 0.1.5
10368
10369 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10370
10371         * configure.ac: add the french translation.
10372
10373 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10374
10375         * shell/ev-window.c:
10376
10377         Remove unused header -> fix distcheck
10378
10379 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10380
10381         * shell/ev-window.c: (update_window_title),
10382         (ev_window_popup_password_dialog):
10383
10384         Unescape filename for display
10385
10386 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10387
10388         * pdf/xpdf/pdf-document.cc:
10389
10390         In get_page_size deal with rotation. Also
10391         cleanup the function a bit.
10392
10393 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10394
10395         * pdf/xpdf/pdf-document.cc:
10396
10397         Fix crash when opening in new window
10398
10399 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10400
10401         * configure.ac:
10402
10403         Check ghostscript >= 7
10404
10405 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10406
10407         * shell/ev-window.c:
10408
10409         Make page width the default sizing mode
10410
10411 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10412         Marco Pesenti Gritti <marco@gnome.org>
10413
10414         * shell/ev-window.c: Remember the sidebar size
10415
10416         * data/evince.schemas.in: Add a new gconf key to store the size of
10417         the sidebar
10418
10419 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10420
10421         * data/evince-ui.xml:
10422         * shell/ev-window.c: (update_action_sensitivity),
10423         (ev_window_cmd_view_reload):
10424         
10425         Add a "Reload" action and menu entry
10426
10427 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10428
10429         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10430         iff the type doesn't support thumbnailing and indexing.
10431
10432 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10433
10434         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10435
10436 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10437
10438         * pdf/splash/Splash.cc:
10439
10440         Port fix for a crasher from kde bug
10441         http://bugs.kde.org/show_bug.cgi?id=97131
10442
10443 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10444
10445         * pdf/xpdf/pdf-document.cc:
10446
10447         Return a link even if it's of an unrecognized
10448         type. Otherwise we go in an infinte cycle.
10449
10450 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10451
10452         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10453         (size_allocate_cb), (ev_window_set_sizing_mode):
10454
10455         Update size when switching mode
10456
10457 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10458
10459         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10460         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10461         (ev_window_cmd_view_normal_size):
10462
10463         Fix size toggle buttons behavior
10464
10465 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10466
10467         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10468         (doc_rect_to_view_rect), (ev_view_size_allocate),
10469         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10470         (scale_changed_callback):
10471
10472         Do not cache offsets in size_allocate.
10473
10474 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10475
10476         * shell/ev-view.c: (ev_view_size_allocate):
10477
10478         Calculate offsets before calling the parent
10479         class (which does a redraw)
10480
10481 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10482
10483         * pdf/xpdf/pdf-document.cc:
10484
10485         Fix a crasher on exit. Unused code, put a TODO
10486
10487 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10488
10489         * backend/ev-document.c: (ev_document_class_init),
10490         (ev_document_page_changed), (ev_document_scale_changed):
10491         * backend/ev-document.h:
10492
10493         Separate page/scale notifications
10494
10495         * pdf/xpdf/pdf-document.cc:
10496
10497         Emit the new signals.
10498         Do not display the pdf page in _render, do it
10499         when scale/page are requested.
10500
10501         * ps/ps-document.c: (ps_document_set_zoom),
10502         (ps_document_widget_event):
10503         * ps/ps-document.h:
10504
10505         Emit the new signals.
10506
10507         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10508         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10509         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10510         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10511         * shell/ev-view.h:
10512         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10513         (ev_window_cmd_view_page_width), (size_allocate_cb),
10514         (ev_window_set_sizing_mode):
10515
10516         Rework sizing to be pixel based.
10517         There are bugs but should be already way better.
10518
10519 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10520
10521         * shell/ev-window.c: (ev_window_init):
10522
10523         Do not allow to shrink sidebar smaller then
10524         child requisition
10525
10526 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10527
10528         * shell/ev-sidebar.[ch]
10529         * shell/ev-window.c:
10530
10531         Improved sidebar widget. Fixes #166683
10532
10533 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10534
10535         * shell/ev-view.c (update_find_status_message): Give translators
10536         more flexibility with ngettext plural handling.
10537
10538 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10539
10540         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10541         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10542         page when we get the page size.
10543
10544 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10545
10546         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10547
10548         ps pages are 0 based, convert 
10549
10550 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10551
10552         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10553
10554         Initialize correct parent class. Set GError on document load
10555
10556 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10557
10558         * pdf/xpdf/pdf-document.cc:
10559
10560         Fixup selection offset calculation
10561
10562         * shell/ev-view.c: (view_rect_to_doc_rect),
10563         (doc_rect_to_view_rect), (ev_view_size_allocate),
10564         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10565         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10566
10567         Store selection as document relative, so that zooming
10568         and offset changing doesnt break it.
10569
10570 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * shell/ev-view.c: (ev_view_best_fit):
10573
10574         Do not try to best fit if the view is not realized
10575
10576 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10577           
10578         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10579
10580 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10581
10582         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10583
10584 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10585
10586         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10587         the popup window.  That prevents it resizing when in full screen
10588         mode.
10589
10590         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10591         multiple rerenders.  This pretty much sucks.
10592
10593         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10594         rest of the toolbar.
10595
10596 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10597
10598         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10599
10600 2005-02-17  Alexander Shopov  <ash@contact.bg>
10601
10602         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10603
10604 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10605
10606         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10607
10608 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10609
10610         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10611         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10612         (set_document_page), (document_changed_callback),
10613         (ev_view_set_document), (ev_view_find_previous),
10614         (ev_view_hide_cursor), (ev_view_show_cursor):
10615         * shell/ev-view.h:
10616         * shell/ev-window.c: (update_chrome_visibility),
10617         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10618         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10619         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10620         (ev_window_unfullscreen):
10621         * shell/main.c: (main):
10622
10623         Automatically hide the fullscreen button.
10624         Patch by Kristian Høgsberg <krh@redhat.com>
10625
10626 2005-02-16  Vincent Noel  <vnoel@cox.net>
10627
10628         * shell/main.c (main): Specify an icon for the window. Patch by
10629         Jaap A. Haitsma. Fixes #166177.
10630
10631 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10632
10633         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10634
10635 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10636
10637         * backend/ev-document-misc.h:
10638         * backend/ev-document-misc.c:
10639         (ev_document_misc_get_page_border_size),
10640         (ev_document_misc_paint_one_page): New function to canonicalize
10641         sizing/painting a border.
10642
10643         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10644         used.
10645
10646         * pdf/xpdf/pdf-document.cc: use new function
10647
10648         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10649         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10650         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10651         shell/ev-window.c: (update_sizing_buttons),
10652         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10653         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10654         (ev_window_cmd_view_page_width), (size_allocate_cb),
10655         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10656         and "fit width" values act as toggle buttons so they stay
10657         toggled.  It's not 100% perfect, and it's a little slow, but it's
10658         good enough to commit I think.
10659
10660 2005-02-15  David Lodge  <dave@cirt.net>
10661
10662         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10663
10664 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10665
10666         * shell/ev-window.c (update_window_title): replace newlines in
10667         the title by spaces. Bug #166107.
10668
10669 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10670
10671         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10672         parameters providing allocation width and height without
10673         scrollbars and width of a possible vertical scrollbar. With this
10674         additional information the functions can work as
10675         intended. Unfortunately they're not idempotent. We should
10676         transform these commands to toggles. Fixes Bug #164976
10677         Initial patch by Stephane Loeuillet, then heavily modified.
10678
10679         * shell/ev-view.h: update prototypes.
10680
10681         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10682         (ev_window_cmd_view_page_width): provide EvView fit functions with
10683         all the information they need. Formulas to calculate this
10684         information taken from GtkScrolledWindow.
10685
10686 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10687
10688         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10689         created a thumbnail, the list store is updated to know
10690         that the thumbnail is set. Fixes bug #166792
10691
10692 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10693
10694         * shell/ev-window.c: fixed typo, closes bug 166897
10695
10696         * TODO: updated TODO with bug numbers that are relevant
10697
10698 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10699
10700         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10701
10702 2005-02-09  Vincent Noel  <vnoel@cox.net>
10703
10704         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10705         and "Next" toolbar buttons as important to make them stand out.
10706
10707 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10708
10709         * lib/ev-debug.c:
10710         * lib/ev-debug.h:
10711         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10712         (start_interpreter), (stop_interpreter), (document_load),
10713         (ps_document_next_page), (ps_document_goto_page),
10714         (ps_document_set_page_size), (ps_document_widget_event),
10715         (ps_document_render):
10716         * shell/ev-page-view.c: (ev_page_view_dispose):
10717         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10718
10719         Fix compilation on non-gcc platforms
10720
10721 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10722
10723         * NEWS:
10724         * configure.ac:
10725
10726         Release 0.1.4
10727
10728         * pdf/xpdf/Catalog.cc:
10729         * pdf/xpdf/XRef.cc:
10730
10731         Fix the fix for CAN-2004-0888
10732
10733 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10734
10735         * data/Makefile.am:
10736         * data/evince-ui.xml:
10737         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10738         * shell/ev-stock-icons.h:
10739         * shell/ev-window.c: (update_action_sensitivity),
10740         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10741         (set_action_properties):
10742
10743         Improve toolbar layout/icons
10744
10745 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10746
10747         * pdf/xpdf/pdf-document.cc:
10748
10749         Add warnings about unimplemented/unknown link
10750         types.
10751
10752 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10753
10754         * ps/ps-document.c: (set_up_page):
10755
10756         Log gs property
10757
10758 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * ps/ps-document.c: (start_interpreter):
10761
10762         Log gs env var
10763
10764 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10765
10766         * shell/ev-page-view.c: (ev_page_view_dispose):
10767         * shell/ev-view.c: (ev_view_finalize):
10768         * shell/ev-window.c: (ev_window_setup_document),
10769         (ev_window_dispose), (ev_window_init):
10770
10771         Solve more refs issues.
10772
10773         I commented out the page_view initialization for now:
10774         it was never destroyed (because it's never added
10775         to a container). Because of that we was leaking
10776         gs processes. Couldnt think to a clean fix.
10777         We need to figure this out, password view has the
10778         same issue probably.
10779
10780 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10781
10782         * ps/ps-document.c: (ps_document_finalize),
10783         (ps_document_get_n_pages), (ps_document_get_page):
10784
10785         Some cleanups, stop the interpreter on finalize
10786
10787         * shell/ev-page-view.c: (ev_page_view_dispose),
10788         (ev_page_view_class_init):
10789
10790         Release our reference on the document
10791
10792 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10793
10794         * Makefile.am:
10795         * configure.ac:
10796         * doc/debugging.txt:
10797         * lib/.cvsignore:
10798         * lib/Makefile.am:
10799         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10800         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10801         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10802         * lib/ev-debug.h:
10803
10804         Add debugging helpers
10805
10806         * ps/Makefile.am:
10807         * ps/ps-document.c: (set_up_page), (start_interpreter),
10808         (stop_interpreter), (document_load), (ps_document_next_page),
10809         (ps_document_goto_page), (ps_document_set_page_size),
10810         (ps_document_widget_event), (ps_document_render):
10811         * shell/Makefile.am:
10812         * shell/ev-view.c: (expose_bin_window):
10813         * shell/main.c: (main):
10814
10815         Add some logs
10816         
10817 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10818
10819         * ps/ps-document.c: (ps_document_widget_event):
10820
10821         Initialize message_window, this should make ps
10822         rendering really work! (Never noticed because I was
10823         testing with a ps that is causing gs to exit every time!)
10824
10825 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10826
10827         * data/evince.schemas.in: updated simple error in applyto closing tag
10828
10829 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10830
10831         * Makefile.am:
10832         * configure.ac:
10833         * data/.cvsignore:
10834         * data/Makefile.am:
10835         * data/evince-ui.xml:
10836         A data/evince.schemas.in:
10837         * po/POTFILES.in:
10838         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10839         * shell/ev-stock-icons.h:
10840         * shell/ev-window.c: (update_chrome_visibility),
10841         (update_chrome_flag), (ev_window_cmd_edit_find),
10842         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10843         (ev_window_unfullscreen), (ev_window_focus_in_event),
10844         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10845         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10846         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10847         (ev_window_dispose), (ev_window_class_init),
10848         (set_action_properties), (set_chrome_actions), (load_chrome),
10849         (ev_window_init):
10850
10851         Implement fullscreen mode changes from bug #164776.
10852         Also implement persistent chrome toggles.
10853
10854 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10855
10856         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10857
10858 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10859
10860         * NEWS:
10861         * configure.ac:
10862         * shell/ev-view.c:
10863
10864         Add another check for find interface
10865
10866         Release 0.1.3
10867
10868 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * shell/ev-application.c: (ev_application_open):
10871         * shell/ev-window.c: (ev_window_open):
10872
10873         Open gzipped ps documents
10874
10875 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * TODO:
10878         * shell/ev-view.c: (set_document_page):
10879
10880         Clamp page number, dont try to move to
10881         not existant pages.
10882
10883 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10884
10885         * backend/ev-document-find.c: (ev_document_find_changed):
10886         * backend/ev-document-find.h:
10887         * pdf/xpdf/pdf-document.cc:
10888         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10889         * shell/ev-window.c: (find_bar_search_changed_cb):
10890
10891         Fix several bugs with find
10892
10893 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10894
10895         * shell/ev-sidebar-thumbnails.c
10896         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10897         document. Prevents warning from scroll_to_cell.
10898
10899 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10900
10901         * configure.ac: Add «nb» to ALL_LINGUAS too.
10902
10903 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10904
10905         * NOTES: New file with some random thoughts.
10906
10907         * TODO: Update.
10908
10909         * backend/ev-document-misc.c:
10910         (ev_document_misc_get_page_border_size): New function to
10911         canonicalize shadow drawing sizes.  Possibly goofy.
10912
10913         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10914         (ev_view_best_fit), (ev_view_fit_width):
10915         * pdf/xpdf/pdf-document.cc:
10916         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10917         * ps/ps-document.c: (ps_document_get_page_size):
10918         * backend/ev-document-misc.h:
10919         * backend/ev-document.c: (ev_document_get_page_size):
10920         * backend/ev-document.h: get_page_size now takes a page number
10921         parameter.  Made all the backends/frontends honor it.
10922
10923         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10924         see.  Doesn't work yet.
10925
10926         * shell/Makefile.am:
10927         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10928         Doesn't do anything yet.
10929
10930         * shell/ev-sidebar-thumbnails.c:
10931         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10932         [0..n_pages-1]
10933
10934         * shell/ev-window.c: (update_action_sensitivity),
10935         (ev_window_setup_document), (ev_window_set_page_mode),
10936         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10937         view-swapping code a bit so we can have multiple views on a
10938         document.  Add the multi-page view, though it can't be turned on
10939         yet.
10940
10941 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * shell/ev-application.c: (ev_application_open):
10944         * shell/ev-view.c: (expose_bin_window):
10945         * shell/ev-window.c: (ev_window_open):
10946
10947         Support eps and check document supports find
10948         before drawing highlightings in expose.
10949
10950 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10951
10952         * pixbuf/pixbuf-document.c:
10953         (pixbuf_document_thumbnails_get_dimensions),
10954         (pixbuf_document_document_thumbnails_iface_init):
10955
10956         implement get_dimensions
10957
10958 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10959
10960         * NEWS:
10961         * configure.ac:
10962
10963         Release 0.1.2
10964
10965 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10966
10967         * shell/ev-view.c: (set_document_page):
10968
10969         Scroll at the top of the page when changing page
10970
10971 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10972
10973         * shell/ev-view.c: (ev_view_motion_notify_event):
10974
10975         Do not redraw unnecessarily
10976
10977 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10978
10979         * pdf/xpdf/pdf-document.cc:
10980         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10981         (expose_bin_window), (find_changed_cb):
10982
10983         Yay! find works now... Now to find bugs...
10984
10985 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10986
10987         * backend/ev-document-find.c: (ev_document_find_base_init),
10988         (ev_document_find_changed):
10989         * backend/ev-document-find.h:
10990         * pdf/xpdf/pdf-document.cc:
10991         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10992         (expose_bin_window), (ev_view_init), (set_document_page),
10993         (ensure_rectangle_is_visible), (jump_to_find_result),
10994         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10995         (ev_view_find_next), (ev_view_find_previous):
10996         * shell/ev-view.h:
10997         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10998
10999         More work on find implementation, mostly there now
11000
11001 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * backend/ev-backend-marshalers.list:
11004         * backend/ev-document-find.c: (ev_document_find_base_init),
11005         (ev_document_find_cancel), (ev_document_find_page_has_results),
11006         (ev_document_find_get_n_results), (ev_document_find_get_result),
11007         (ev_document_find_get_progress), (ev_document_find_changed):
11008         * backend/ev-document-find.h:
11009
11010         Enanche the find interface to be really able to do
11011         multi page find.
11012
11013         * pdf/xpdf/pdf-document.cc:
11014
11015         Implement
11016
11017         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11018         (expose_bin_window), (ev_view_init),
11019         (ev_view_get_find_status_message), (find_changed_cb),
11020         (ev_view_set_document), (set_document_page):
11021
11022         Adapt to the new interface. A few things are regressed sorry,
11023         I will finish it soon.
11024
11025 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11026
11027         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11028         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11029         ev_sidebar_thumbnails_parent_class variable, don't define another
11030         parent_class variable.
11031
11032         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11033         (ev_page_action_class_init): ditto.
11034
11035         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11036         (pixbuf_document_class_init): ditto.
11037
11038         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11039         ditto.
11040
11041         * .cvsignore: ignore various valgrind output files.
11042
11043 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11044
11045         * data/evince-ui.xml:
11046         * shell/Makefile.am:
11047         * shell/ev-history.c:
11048         * shell/ev-history.h:
11049         * shell/ev-navigation-action.c:
11050         * shell/ev-navigation-action.h:
11051         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11052         (ev_view_set_page), (ev_view_fit_width):
11053         * shell/ev-view.h:
11054         * shell/ev-window.c: (update_action_sensitivity),
11055         (ev_window_setup_document), (register_custom_actions):
11056
11057         Kill session history
11058
11059 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * shell/ev-window.c: (update_action_sensitivity):
11062
11063         Fix inverted up/down buttons
11064
11065 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11066
11067         * shell/ev-sidebar-thumbnails.c
11068         (ev_sidebar_thumbnails_select_page): make sure the selected
11069         thumbnail stays visible.
11070
11071 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11072
11073         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11074         scrolled window for Federico.
11075
11076 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11077
11078         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11079
11080 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11081
11082         * configure.ac:
11083         * pdf/splash/SplashFTFontEngine.cc:
11084
11085         Fix CID fonts with freetype 2.1.9
11086
11087 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11088
11089         * TODO: added item for desktop icon thumbnailer
11090
11091 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11094         unloaded docs when the title is accessed.
11095
11096         * shell/ev-password-view.[hc]: New widget for displaying password
11097         state.
11098
11099         * shell/ev-window.[ch]: Refactor password handling code to handle
11100         the new view.
11101
11102 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11103
11104         * NEWS:
11105         * configure.ac:
11106         * data/Makefile.am:
11107
11108         Release 0.1.1
11109
11110 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11111
11112         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11113         ignore page offset here, to make search results independent of it,
11114
11115         * shell/ev-view.c (expose_bin_window): but take offsets into
11116         account here. Bug #164932
11117
11118         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11119         scale at the right time. Bug #164996
11120
11121 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11122
11123         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11124         fix the problem. Now I just removed the Adobe font names and hope
11125         that the URW fonts are always in outline format. Bug #164934
11126
11127         * shell/ev-window.c (update_window_title): empty titles are
11128         useless, use filename in that case too.
11129
11130         * NEWS: Add some content.
11131
11132 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11133
11134         * TODO: added one more TODO item and a TODONE section :)
11135
11136 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11137
11138         * ps/ps-document.h: add page_[xy]_offset fields.
11139
11140         * ps/ps-document.c (ps_document_set_page_offset)
11141         (ps_document_render): Keep offset in consideration in a few
11142         places. Bug #164752 "postscript documents are not centered in
11143         window"
11144
11145         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11146         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11147
11148         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11149         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11150         stub out missing methods for complete EvDocument implementation.
11151         Fixes segfaults with Save A Copy and Copy actions.
11152
11153         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11154         (ps_document_document_iface_init): ditto.
11155         
11156 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11157
11158         * data/.cvsignore:
11159         * data/Makefile.am:
11160         * data/evince.desktop.in:
11161
11162         Add desktop file
11163
11164 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11165
11166         * shell/ev-view.c: (ev_view_button_press_event),
11167         (ev_view_motion_notify_event):
11168
11169         Make selection work in any direction
11170
11171 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11172
11173         * TODO:
11174         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11175
11176         Use shorter labels for some of the toolbars items
11177
11178 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11179
11180         * pdf/xpdf/pdf-document.cc:
11181
11182         Check the links info is initialized before
11183         using it. Should fix a crash on startup.
11184
11185 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11186
11187         * pixbuf/pixbuf-document.c
11188         (pixbuf_document_thumbnails_get_dimensions): force floating point
11189         division to calculate page_ratio. Fixes crash with landscape
11190         format pixbufs.
11191
11192 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11193
11194         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11195
11196 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11197
11198         * shell/ev-view.c (set_document_page): unset has_selection when
11199         the page changes.
11200         (set_document_page): handle paper size changes when the page
11201         changes (test with Free Culture, page 2).
11202
11203 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11206         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11207
11208         Use normal style color for the widget background and
11209         draw a black box around the page.
11210
11211 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11212
11213         * pdf/xpdf/pdf-document.cc:
11214
11215         Keep offset in consideration in a few places
11216
11217         * shell/ev-view.c: (expose_bin_window):
11218
11219         Set the offsets so that the document is ever centered
11220
11221 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11222
11223         * TODO: Added TODO items and finished off the first todo item
11224
11225         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11226         reflect current authors
11227
11228 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11229
11230         * pdf/xpdf/pdf-document.cc:
11231         * shell/ev-view.c: (ev_view_set_cursor),
11232         (ev_view_motion_notify_event), (document_changed_callback),
11233         (set_document_page):
11234
11235         Show a wait cursor while the page is rendering
11236
11237 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11238
11239         * shell/ev-sidebar-thumbnails.c:
11240         (ev_sidebar_tree_selection_changed),
11241         (ev_sidebar_thumbnails_select_page):
11242         * shell/ev-sidebar-thumbnails.h:
11243         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11244         (ev_view_can_go_forward):
11245         * shell/ev-window.c: (ev_window_open_page),
11246         (ev_window_setup_document), (update_current_page),
11247         (view_page_changed_cb), (ev_window_init):
11248         * shell/ev-window.h:
11249
11250         Ensure thumbnails selection, toolbar page control and
11251         current page are in sync.
11252
11253 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11254
11255         * pdf/xpdf/XRef.cc:
11256
11257         Fix CAN-2005-0064
11258
11259 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11260
11261         * backend/Makefile.am:
11262         * backend/ev-document-links.h:
11263         * backend/ev-document-security.c: (ev_document_security_get_type),
11264         (ev_document_security_has_document_security),
11265         (ev_document_security_set_password):
11266         * backend/ev-document-security.h:
11267         * backend/ev-document.c: (ev_document_error_quark):
11268         * backend/ev-document.h:
11269         * data/Makefile.am:
11270         * data/evince-password.glade:
11271         * pdf/xpdf/pdf-document.cc:
11272         * shell/Makefile.am:
11273         * shell/ev-password.c: (ev_password_set_bad_password_label),
11274         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11275         (ev_password_dialog_get_password),
11276         (ev_password_dialog_set_bad_pass):
11277         * shell/ev-password.h:
11278         * shell/ev-window.c: (ev_window_get_attribute),
11279         (ev_window_set_property), (update_action_sensitivity),
11280         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11281         (ev_window_setup_document), (ev_window_get_password),
11282         (ev_window_open), (ev_window_cmd_save_as),
11283         (using_postscript_printer), (ev_window_print),
11284         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11285         (update_fullscreen_popup), (ev_window_fullscreen),
11286         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11287         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11288         (menu_item_select_cb), (find_bar_search_changed_cb),
11289         (ev_window_dispose), (ev_window_init):
11290
11291         Add initial support for password-supported dialogs.  This could be
11292         a lot cooler, but it'll do for now.
11293
11294 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11295
11296         * pdf/xpdf/pdf-document.cc:
11297         * shell/ev-view.c: (status_message_from_link),
11298         (ev_view_set_status), (ev_view_set_cursor),
11299         (ev_view_motion_notify_event), (ev_view_init):
11300         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11301
11302         Fix bugs in the links implementation and change cursor
11303         when hovering a link.
11304
11305 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11306
11307         * viewer/.cvsignore: added cvsignore file for viewer directory
11308
11309         * TODO: created TODO document
11310
11311 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11312
11313         * shell/ev-view.h:
11314         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11315         new functions to help with implementation of sensitivity code
11316         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11317         of all actions that might require it.  Fixes a crash when you
11318         click on the Zoom actions in a window lacking a document.
11319
11320 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11321
11322         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11323         of the Find action
11324
11325 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11326
11327         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11328         (pixbuf_document_document_iface_init):
11329         * ps/ps-document.c: (ps_document_get_link),
11330         (ps_document_document_iface_init):
11331         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11332         (status_message_from_link), (ev_view_set_status),
11333         (ev_view_set_find_status), (ev_view_motion_notify_event),
11334         (ev_view_button_release_event), (ev_view_set_property),
11335         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11336         (ev_view_get_find_status_message), (update_find_results),
11337         (ev_view_get_status), (ev_view_get_find_status):
11338         * shell/ev-view.h:
11339         * shell/ev-window.c: (view_status_changed_cb),
11340         (view_find_status_changed_cb), (ev_window_init):
11341
11342         View status message support, use it to show the links.
11343         Needs work...
11344
11345 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11346
11347         * backend/ev-document.c: (ev_document_get_link):
11348         * backend/ev-document.h:
11349         * pdf/xpdf/pdf-document.cc:
11350         * shell/ev-application.c: (ev_application_open):
11351         * shell/ev-application.h:
11352         * shell/ev-sidebar-links.c: (selection_changed_cb):
11353         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11354         (ev_view_go_to_link):
11355
11356         Add support for document links
11357
11358 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11359
11360         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11361         (create_tool_item):
11362         Set the spin button limits correctly.
11363         
11364         * shell/ev-sidebar-thumbnails.c:
11365         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11366         Support changing pages by clicking on the thumbnails.
11367         
11368 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11369
11370         * pixbuf/pixbuf-document.c:
11371         (pixbuf_document_thumbnails_get_dimensions),
11372         (pixbuf_document_document_thumbnails_iface_init):
11373
11374         implement get_dimensions
11375
11376 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11377
11378         * ps/ps-document.c: (ps_document_goto_page):
11379
11380         Fix page switching on multipage documents
11381
11382 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11383
11384         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11385         
11386         check for NULL before assigning to width and height parameters
11387
11388 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11389
11390         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11391         (pixbuf_document_set_property), (pixbuf_document_get_property):
11392
11393         implement get/set properties
11394
11395 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11396
11397         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11398         
11399         return NULL instead of "Unknown", letting the title get set to
11400         the filename when the pdf has no title.
11401
11402 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11403
11404         * ps/ps-document.c: (ps_document_get_page_count),
11405         (ps_document_goto_page):
11406
11407 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11408
11409         * shell/ev-history.c: (ev_history_get_property),
11410         (ev_history_set_property), (ev_history_class_init),
11411         (ev_history_add_page), (ev_history_set_current_index):
11412         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11413         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11414         (ev_navigation_action_finalize):
11415         * shell/ev-navigation-action.h:
11416         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11417         (ev_view_go_forward), (ev_view_get_find_status_message),
11418         (history_index_changed_cb), (ev_view_set_history):
11419         * shell/ev-view.h:
11420         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11421         (update_current_page), (register_custom_actions):
11422
11423         Implement history dropdowns
11424
11425 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11426
11427         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11428         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11429         (ev_view_go_forward):
11430         * shell/ev-window.c: (register_custom_actions):
11431
11432         Fix several history bugs
11433
11434 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11435
11436         * configure.ac: Add «nb» to ALL_LINGUAS.
11437
11438 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11439
11440         * backend/Makefile.am:
11441         * backend/ev-bookmark.c:
11442         * backend/ev-bookmark.h:
11443         * backend/ev-document-bookmarks.c:
11444         * backend/ev-document-bookmarks.h:
11445         * backend/ev-document-links.c: (ev_document_links_get_type),
11446         (ev_document_links_has_document_links),
11447         (ev_document_links_begin_read), (ev_document_links_get_link),
11448         (ev_document_links_get_child), (ev_document_links_next),
11449         (ev_document_links_free_iter):
11450         * backend/ev-document-links.h:
11451         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11452         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11453         (ev_link_get_link_type), (ev_link_set_link_type),
11454         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11455         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11456         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11457         (ev_link_new_external):
11458         * backend/ev-link.h:
11459         * pdf/xpdf/pdf-document.cc:
11460         * shell/Makefile.am:
11461         * shell/ev-application.c: (ev_application_open_link):
11462         * shell/ev-application.h:
11463         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11464         (ev_history_get_link_nth):
11465         * shell/ev-history.h:
11466         * shell/ev-sidebar-bookmarks.c:
11467         * shell/ev-sidebar-bookmarks.h:
11468         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11469         (ev_sidebar_links_class_init), (selection_changed_cb),
11470         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11471         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11472         (do_one_iteration), (populate_links_idle),
11473         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11474         * shell/ev-sidebar-links.h:
11475         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11476         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11477         (go_to_index):
11478         * shell/ev-view.h:
11479         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11480         * shell/ev-window.h:
11481
11482         Rename bookmark to link, and use "Index" for the sidebar panel.
11483
11484 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11485
11486         * shell/Makefile.am:
11487         * shell/ev-application.c: (ev_application_open_bookmark):
11488         * shell/ev-application.h:
11489         * shell/ev-history.c: (ev_history_init), (free_links_list),
11490         (ev_history_finalize), (ev_history_class_init),
11491         (ev_history_add_link), (ev_history_add_page),
11492         (ev_history_get_link_nth), (ev_history_get_n_links),
11493         (ev_history_get_current_index), (ev_history_set_current_index),
11494         (ev_history_new):
11495         * shell/ev-history.h:
11496         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11497         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11498         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11499         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11500         (ev_view_set_page):
11501         * shell/ev-view.h:
11502         * shell/ev-window.c: (ev_window_open_bookmark),
11503         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11504         (goto_page_cb), (register_custom_actions):
11505         * shell/ev-window.h:
11506
11507         Initial history implementation. Needs work.
11508
11509 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11510
11511         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11512
11513 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * cut-n-paste/recent-files/egg-recent-item.c:
11516         * cut-n-paste/recent-files/egg-recent-item.h:
11517         * cut-n-paste/recent-files/egg-recent-model.c:
11518         * cut-n-paste/recent-files/egg-recent-util.c:
11519         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11520         * cut-n-paste/recent-files/egg-recent-view.c:
11521
11522         Update
11523
11524 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11525
11526         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11527         (fillGlyph, fillImageMask, drawImage):
11528         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11529         pdf/splash/SplashTypes.h:
11530         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11531         packed mode for Splash.
11532
11533         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11534         RGB8 packed mode, eliminates the pixbuf data creation loop.
11535
11536         * shell/ev-print-job.c (ev_print_job_finalize)
11537         (ev_print_job_set_property, ev_print_job_get_property)
11538         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11539         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11540         (print_closure_finalize, ev_print_job_print): implement
11541         printing (for backends with EvPsExporter)
11542
11543         * shell/ev_print_job.h: update prototypes.
11544
11545         * shell/ev-window.c (ev_window_print): unref print job after
11546         printing.
11547
11548         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11549         unless the document implements the EvDocumentFind interface.
11550
11551 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11552
11553         * configure.ac: Added ja to ALL_LINGUAS.
11554
11555 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * pdf/xpdf/pdf-document.cc:
11558
11559         add a FIXME. We should probably not allocate
11560         a bookmark object every time
11561
11562 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11563
11564         * shell/ev-application.c: (ev_application_open),
11565         (ev_application_open_bookmark):
11566         * shell/ev-application.h:
11567         
11568         Add a way to open bookmarks
11569
11570         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11571         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11572         (ev_bookmark_set_property), (ev_bookmark_class_init),
11573         (ev_bookmark_new_title), (ev_bookmark_new_link),
11574         (ev_bookmark_new_external):
11575
11576         Support for external uris, better constructors.
11577
11578         * backend/ev-bookmark.h:
11579         * pdf/xpdf/pdf-document.cc:
11580         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11581
11582         Handle external uris
11583
11584 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11587         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11588
11589         Hook up bookmarks navigation
11590
11591 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * backend/Makefile.am:
11594         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11595         (ev_bookmark_get_title), (ev_bookmark_set_title),
11596         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11597         (ev_bookmark_get_page), (ev_bookmark_set_page),
11598         (ev_bookmark_get_property), (ev_bookmark_set_property),
11599         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11600         (ev_bookmark_new):
11601         * backend/ev-bookmark.h:
11602         * backend/ev-document-bookmarks.c:
11603         (ev_document_bookmarks_get_bookmark):
11604         * backend/ev-document-bookmarks.h:
11605         * pdf/xpdf/pdf-document.cc:
11606         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11607
11608         Add a bookmark object to the backend and use it instead of get_values
11609
11610 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11611
11612         * data/evince-ui.xml:
11613
11614         Cleanup and add select all.
11615
11616         * shell/ev-view.c: (ev_view_select_all),
11617         (ev_view_button_press_event):
11618         * shell/ev-view.h:
11619         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11620
11621         Add select all.
11622         Clear selection on click.
11623
11624 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11625
11626         * shell/ev-sidebar-thumbnails.c
11627         (ev_sidebar_thumbnails_set_document): forgot to unref the
11628         loading_icon.
11629
11630 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11631
11632         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11633         at the visible page, not just linearly.  This makes it look fast.
11634
11635 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11636
11637         * backend/ev-document-misc.c
11638         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11639         white.
11640         * backend/ev-document-thumbnails.h: New interface to get the size
11641         of a page.
11642
11643 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11644
11645         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11646         make dist works
11647
11648 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11649
11650         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11651         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11652         things up a bit.
11653
11654         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11655
11656 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11657
11658         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11659         fonts. Should fix font problems on systems that have the base
11660         fonts in bitmap format. Reported by James Henstridge
11661         <james@jamesh.id.au>.
11662
11663 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11664
11665         * pdf/xpdf/Gfx.cc:
11666         * pdf/xpdf/GfxState.cc:
11667
11668         Fix for CAN-2004-1125
11669
11670 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11671
11672         * shell/ev-view.c: (ev_view_copy):
11673         * shell/ev-view.h:
11674         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11675
11676         Implement Edit->Copy
11677
11678 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11679
11680         * backend/ev-document.c: (ev_document_get_text):
11681         * backend/ev-document.h:
11682         * pdf/xpdf/pdf-document.cc:
11683         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11684         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11685         (ev_view_update_primary_selection), (ev_view_button_press_event),
11686         (ev_view_motion_notify_event), (ev_view_button_release_event):
11687
11688         Beginnings of clipboard support. Incomplete but primary sort
11689         of work.
11690
11691 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11694         (expose_bin_window):
11695
11696         Nicer rubberband drawing, from GtkIconView.
11697
11698 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11699
11700         * backend/ev-document.c: (ev_document_save):
11701         * backend/ev-document.h:
11702         * data/evince-ui.xml:
11703         * pdf/xpdf/pdf-document.cc:
11704         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11705
11706         Implement "Save a copy..." menu item
11707
11708 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11709
11710         * shell/ev-view.c: (ev_view_zoom):
11711
11712         Queue a resize when zoom changes
11713
11714 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11715
11716         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11717         shadows.
11718
11719         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11720         thumbnails..
11721
11722 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11723
11724         * pdf/xpdf/pdf-document.cc
11725         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11726
11727 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11728
11729         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11730         It's slow, but I'll speed it up next!
11731
11732 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11733
11734         * shell/main.c (load_files):
11735
11736         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11737         from the command line and because it seems more appropriate.
11738
11739 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11740
11741         * data/evince-ui.xml:
11742         * shell/ev-window.c: (update_action_sensitivity),
11743         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11744
11745         s/next page/page down
11746         s/previous page/page up
11747
11748 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11749
11750         * data/evince-ui.xml:
11751
11752         Change the layout to match clarkbw design.
11753
11754         * shell/Makefile.am:
11755         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11756         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11757         (ev_navigation_action_finalize),
11758         (ev_navigation_action_set_property),
11759         (ev_navigation_action_get_property),
11760         (ev_navigation_action_class_init):
11761         * shell/ev-navigation-action.h:
11762
11763         Implement clarkbw toolbar navigation controls (incomplete)
11764
11765         * shell/ev-page-action.c: (update_label), (update_spin),
11766         (value_changed_cb), (create_tool_item), (connect_proxy),
11767         (ev_page_action_init), (ev_page_action_finalize),
11768         (ev_page_action_set_property), (ev_page_action_get_property),
11769         (ev_page_action_set_current_page),
11770         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11771         * shell/ev-page-action.h:
11772
11773         Implement a page switcher in the toolbar
11774
11775         * shell/ev-view.c: (ev_view_scroll_view):
11776         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11777         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11778         (register_custom_actions), (ev_window_init):
11779
11780         Change page on PageUp/Down.
11781
11782 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11783
11784         * pdf/xpdf/pdf-document.cc
11785         (pdf_document_thumbnails_get_thumbnail): initial stab at
11786         implementing thumbnail support for pdfs.  It only does documents
11787         with precached pdfs now.
11788
11789 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11790
11791         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11792         thumbnail code into a time-based idle as well.  Also, turn off the
11793         shadow temporarily as it's really slow.
11794
11795 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11796
11797         * backend/ev-document.c: (ev_document_class_init):
11798         * pdf/xpdf/pdf-document.cc:
11799         * shell/ev-window.c: (ev_window_open):
11800
11801         Fix document title bugs and fallback to
11802         filename when not available.
11803
11804 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * backend/ev-document.c: (ev_document_get_type),
11807         (ev_document_class_init), (ev_document_load),
11808         (ev_document_get_title):
11809         * backend/ev-document.h:
11810         * pdf/xpdf/pdf-document.cc:
11811         * ps/ps-document.c: (ps_document_set_property),
11812         (ps_document_get_property), (ps_document_class_init),
11813         (document_load):
11814         * ps/ps-document.h:
11815         * ps/ps.h:
11816         * shell/ev-window.c: (update_window_title), (ev_window_open),
11817         (ev_window_init):
11818
11819         Initial support for document title. Not working yet.
11820
11821 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11822
11823         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11824
11825         Grab focus on the view when clicking it
11826
11827 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * shell/ev-marshal.list:
11830         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11831         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11832
11833         Add key bindings to the view. Now if the focus would work
11834         right...
11835
11836 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11837
11838         * Makefile.am:
11839         * backend/Makefile.am:
11840         * data/Makefile.am:
11841         * dvi/Makefile.am:
11842         * dvi/dvilib/Makefile.am:
11843         * pdf/xpdf/Makefile.am:
11844         * po/POTFILES.in:
11845         * ps/Makefile.am:
11846
11847         Fix distcheck
11848
11849 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11850
11851         * shell/ev-view.c: (ev_view_realize):
11852
11853         Fix mouse wheel scrolling
11854
11855 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * ps/Makefile.am:
11858         * ps/gstypes.h:
11859         * ps/gtkgs.c:
11860         * ps/gtkgs.h:
11861         * ps/ps-document.c: (catchPipe), (ps_document_init),
11862         (ps_document_class_init), (ps_document_cleanup),
11863         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11864         (set_up_page), (close_pipe), (is_interpreter_ready),
11865         (interpreter_failed), (output), (input), (start_interpreter),
11866         (stop_interpreter), (file_length), (file_readable),
11867         (check_filecompressed), (check_pdf), (compute_xdpi),
11868         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11869         (ps_document_get_type), (ps_document_emit_error_msg),
11870         (document_load), (ps_document_next_page),
11871         (ps_document_get_current_page), (ps_document_get_page_count),
11872         (ps_document_goto_page), (ps_document_set_page_size),
11873         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11874         (ps_document_load), (ps_document_get_n_pages),
11875         (ps_document_set_page), (ps_document_get_page),
11876         (ps_document_widget_event), (ps_document_set_target),
11877         (ps_document_set_scale), (ps_document_set_page_offset),
11878         (ps_document_get_page_size), (ps_document_render),
11879         (ps_document_document_iface_init):
11880         * ps/ps-document.h:
11881         * ps/ps.c:
11882         * shell/ev-window.c: (ev_window_open):
11883
11884         Rename GtkGS to PSDocument
11885
11886 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11887
11888         * ps/gtkgs.c: (gtk_gs_class_init):
11889         * ps/gtkgs.h:
11890
11891         Some more leftover...
11892
11893 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11896         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11897         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11898         * ps/gtkgs.h:
11899
11900         Remove unused code and make a lot of stuff private
11901
11902 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11903
11904         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11905         (gtk_gs_defaults_changed):
11906         * ps/gsdefaults.h:
11907         * ps/gtkgs.c:
11908         * ps/gtkgs.h:
11909         * ps/ps.h:
11910
11911         Cleanup headers dependencies
11912
11913 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * ps/Makefile.am:
11916         * ps/ggvutils.c:
11917         * ps/ggvutils.h:
11918         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11919         * ps/gsdefaults.h:
11920         * ps/gtkgs.c: (file_length), (file_readable),
11921         (check_filecompressed), (check_pdf), (gtk_gs_load),
11922         (gtk_gs_get_postscript):
11923
11924         Get rid of ggvutils
11925
11926 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11927
11928         * ps/ggvutils.c:
11929         * ps/ggvutils.h:
11930         * ps/gsio.h:
11931         * ps/gtkgs.c: (gtk_gs_set_zoom):
11932
11933         Cleanups
11934
11935 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11936
11937         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11938
11939         Ensure the page is rerendered when changing zoom
11940
11941 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * backend/ev-document.c: (ev_document_base_init),
11944         (ev_document_changed):
11945         * backend/ev-document.h:
11946
11947         Add a changed event that is emitted when the page content
11948         changes. This is necessary to deal with the fact that
11949         in ps backend rendering happen asycrounously.
11950         This makes the ps backend mostly work.
11951
11952         * pdf/xpdf/pdf-document.cc:
11953
11954         Emit changed event
11955
11956         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11957         (ps_document_set_target):
11958
11959         Emit changed event
11960
11961         * shell/ev-view.c: (document_changed_callback),
11962         (ev_view_set_document), (ev_view_set_page):
11963
11964         Redraw on the changed signal
11965
11966 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11967
11968         * configure.ac: Added pt_BR to ALL_LINGUAS.
11969
11970 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11971
11972         * backend/ev-document-bookmarks.c:
11973         (ev_document_bookmarks_get_child): *
11974         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11975         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11976         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11977         (ev_sidebar_bookmarks_destroy),
11978         (ev_sidebar_bookmarks_class_init),
11979         (ev_sidebar_bookmarks_construct), (stack_data_free),
11980         (do_one_iteration), (populate_bookmarks_idle),
11981         (ev_sidebar_bookmarks_clear_document),
11982         (ev_sidebar_bookmarks_set_document): *
11983         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11984         (ev_sidebar_add_page),
11985         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11986         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11987         it displays both the topics and the page numbers.
11988
11989 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11990
11991         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11992         toggle.
11993         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11994         visible.
11995
11996 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11997
11998         * configure.ac: Added en_CA to ALL_LINGUAS.
11999
12000 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12001
12002         * ChangeLog: replace bottom of this ChangeLog (merged history of
12003         ggv and gpdf; where all paths were wrong and most of the files are
12004         not even in this tree) with ChangeLog (from arch) of the shell
12005         code.
12006
12007 2004-12-23  Havoc Pennington  <hp@redhat.com>
12008
12009         * shell/ev-window.c: hook up potentially-questionable "find
12010         results status text" feature - something involving the sidebar or
12011         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12012         might be better in the end.
12013
12014         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12015         with corresponding signal when it should be updated
12016
12017         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12018
12019 2004-12-22  Havoc Pennington  <hp@redhat.com>
12020
12021         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12022         find stuff on other pages, sort of (only returns one result on
12023         invisible pages, to show they have results; updates full results
12024         for a page when you view it). Currently repaints the current page
12025         every time a new result is found on any page, which isn't so nice.
12026
12027 2004-12-22  Havoc Pennington  <hp@redhat.com>
12028
12029         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12030         the document doesn't support find (better ideas?)
12031         (find_bar_search_changed_cb): handle missing document or document
12032         that doesn't support find
12033
12034         * pdf/xpdf/pdf-document.cc: port to implement the new
12035         EvDocumentFindIface
12036
12037         * backend/ev-document-find.c: create a new interface for searching
12038
12039         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12040
12041 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12042
12043         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12044         libevbackend.la.
12045
12046         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12047         EvPrintJob constructor arguments.
12048
12049         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12050         for documents that can export PostScript (page by page).
12051
12052         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12053         
12054         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12055         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12056         (pdf_document_ps_exporter_iface_init:
12057         Implement EvPSExporter.
12058
12059         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12060
12061 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12062
12063         * backend/Makefile.am:
12064         * backend/ev-document-thumbnails.c:
12065         (ev_document_thumbnails_get_type),
12066         (ev_document_thumbnails_get_thumbnail):
12067         * backend/ev-document-thumbnails.h:
12068         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12069         (pixbuf_document_thumbnails_get_thumbnail),
12070         (pixbuf_document_document_thumbnails_iface_init):
12071         * shell/Makefile.am:
12072         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12073         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12074         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12075         * shell/ev-sidebar-thumbnails.h:
12076         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12077         (ev_sidebar_set_document):
12078         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12079         (create_shadow), (ev_pixbuf_add_shadow):
12080         * shell/ev-utils.h:
12081         Add thumbnail support.
12082         
12083 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12084
12085         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12086         (using_postscript_printer): Set up a print dialog for "PostScript
12087         injection" method.
12088
12089         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12090         EvPrintJob.
12091
12092         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12093
12094 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12095
12096         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12097         (ps_document_set_target), (ps_document_get_page_size),
12098         (ps_document_render):
12099         * ps/gtkgs.h:
12100
12101         Fix a few bugs
12102
12103 2004-12-22  Christian Rose  <menthos@menthos.com>
12104
12105         * configure.ac: Added "sv" to ALL_LINGUAS.
12106
12107 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12108
12109         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12110         document supports bookmarks.
12111
12112 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12113
12114         * ps/ggvutils.c: (ggv_file_readable):
12115         * ps/ggvutils.h:
12116         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12117         (gtk_gs_get_postscript):
12118
12119         Remove unused utils
12120
12121 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12124         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12125         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12126         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12127         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12128         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12129         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12130         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12131         (gtk_gs_set_antialiasing), (ps_document_load),
12132         (ps_document_render):
12133         * ps/gtkgs.h:
12134
12135         Another check point for the ps backend. Now I can get it to show
12136         pages!
12137
12138 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12139
12140         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12141         document setting code.
12142
12143 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12144
12145         * shell/eggfindbar.c: (entry_activate_callback):
12146         Animate the next button when activate is pressed.
12147         
12148 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12149
12150         * shell/ev-window.c: (ev_window_cmd_edit_find),
12151         (update_fullscreen_popup), (ev_window_fullscreen),
12152         (ev_window_unfullscreen), (ev_window_state_event_cb),
12153         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12154         Fix bugs in fullscreen code.
12155         
12156 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12157
12158         * Makefile.am:
12159         * configure.ac:
12160         * pixbuf/Makefile.am:
12161         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12162         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12163         (pixbuf_document_set_page), (pixbuf_document_get_page),
12164         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12165         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12166         (pixbuf_document_render), (pixbuf_document_begin_find),
12167         (pixbuf_document_end_find), (pixbuf_document_finalize),
12168         (pixbuf_document_class_init),
12169         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12170         * pixbuf/pixbuf-document.h:
12171         * shell/Makefile.am:
12172         * shell/ev-application.c: (ev_application_open):
12173         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12174         (ev_window_open):
12175         Add pixbuf backend.
12176         
12177 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12178
12179         * Makefile.am: 
12180         * dvi/dvilib/Makefile.am:
12181         * dvi/Makefile.am:
12182         * configure.ac: Auto*ify dvi and dvi/dvilib
12183
12184         * dvi/Makefile: Remove from CVS
12185         
12186         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12187         confusion.
12188
12189         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12190         
12191         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12192         
12193 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * ps/Makefile.am:
12196         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12197         (gtk_gs_value_adjustment_changed), (compute_size),
12198         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12199         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12200         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12201         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12202         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12203         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12204         (ps_document_load), (ps_document_get_n_pages),
12205         (ps_document_set_page), (ps_document_get_page),
12206         (ps_document_set_target), (ps_document_set_scale),
12207         (ps_document_set_page_offset), (ps_document_get_page_size),
12208         (ps_document_render), (ps_document_begin_find),
12209         (ps_document_end_find), (ps_document_document_iface_init):
12210         * ps/gtkgs.h:
12211         * shell/Makefile.am:
12212         * shell/ev-window.c: (ev_window_open):
12213
12214         Some work to integrate gtkgs with EvDocument
12215
12216 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12217
12218         * shell/ev-window.c: (update_fullscreen_popup),
12219         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12220         (exit_fullscreen_button_clicked_cb),
12221         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12222         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12223         (ev_window_state_event_cb), (ev_window_init):
12224         Add fullscreen support from Epiphany.
12225         
12226 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12227
12228         * data/ev-stock-zoom-fit-width.png: fit-width
12229         stock icon from gpdf.
12230         
12231         * shell/ev-stock-icons.[ch]: copied from gpdf.
12232         
12233         * shell/main.c: (main): init stock icons.
12234         
12235         * shell/ev-window.c: use the fit-width icon.
12236         
12237         * data/evince-ui.xml: add zooming toolbar items.
12238
12239 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12240
12241         * shell/ev-view.c: 
12242         (ev_view_best_fit), (ev_view_fit_width): because
12243         get_page_size() returns the scaled page size, we
12244         need to calculate the scale factor relative to
12245         the previous scale factor. Should really just
12246         add get_real_page_size().
12247
12248 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12249
12250         * shell/ev-view.[ch]:
12251         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12252         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12253         add zooming.
12254         
12255         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12256         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12257         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12258         hook it up.
12259         
12260         * pdf/xpdf/pdf-document.cc:
12261         (pdf_document_begin_find),
12262         (pdf_document_end_find): make static.
12263
12264 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12265
12266         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12267
12268         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12269         names to fontconfig patterns.
12270         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12271
12272         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12273         setupBaseFontsFc.
12274
12275 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12276
12277         * Makefile.am:
12278         * configure.ac:
12279         * ps/Makefile.am:
12280         * ps/ggvutils.c:
12281         * ps/ggvutils.h:
12282         * ps/gsdefaults.c:
12283         * ps/gsdefaults.h:
12284         * ps/gsio.c:
12285         * ps/gsio.h:
12286         * ps/gtkgs.c:
12287         * ps/gtkgs.h:
12288         * ps/ps.c:
12289         * ps/ps.h:
12290
12291         Import ggv backend. Not hooked up yet.
12292
12293 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12294
12295         * shell/main.c: (load_files), (main): load files
12296         from the command line.
12297
12298 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12299
12300         * configure.ac: don't require bonobo.
12301         
12302         * cut-n-paste/recent-files/*: kill bonobo recent
12303         view.
12304
12305         * shell/ev-window.c:
12306         (ev_window_is_empty): upd.
12307         (unable_to_load), (ev_window_open): load backend
12308         based on the mime type.
12309
12310 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12311
12312         * backend/.cvsignore: ignore generated marshalers source.
12313
12314         * shell/main.c (main): this is not epiphany.
12315
12316 2004-12-22  Havoc Pennington  <hp@redhat.com>
12317
12318         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12319         (expose_bin_window): draw find highlights
12320
12321         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12322         
12323         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12324         (pdf_document_end_find): implement this interface
12325
12326         * backend/ev-document.c (ev_document_found): add this to emit
12327         signal
12328
12329 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12330
12331         * data/evince-ui.xml: Add a few more toolbar items.
12332
12333         * shell/ev-window.c: Hook up page navigation toolbar 
12334         items.
12335
12336         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12337         a page-changed signal.
12338
12339         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12340         Add ev_document_get_page().
12341
12342         * shell/ev-window.c: Sensitize/desensitize navigation
12343         actions.
12344
12345 2004-12-21  Havoc Pennington  <hp@redhat.com>
12346
12347         * backend/ev-backend-marshal.c,
12348         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12349         marshaler-generator thingy. I'm sure there's a better way to do
12350         this in the modern world.
12351
12352         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12353         end_find methods and "found" signal.
12354
12355         * configure.ac: find glib-genmarshal
12356
12357 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12358
12359         * shell/ev-sidebar.c: Construct an actual sidebar.
12360         * shell/ev-sidebar-bookmarks.[ch]:
12361         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12362
12363 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12364
12365         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12366         Redo size handling.
12367         
12368         * shell/ev-view.c: Track the size from the document.
12369
12370 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12371
12372         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12373         constructor assumes ownership of the string passed in.
12374         
12375         * shell/ev-window.c (ev_window_open): Destroy the error
12376         dialog once we've displayed it.
12377
12378 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12379
12380         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12381         a bit, it works! (sort of)
12382
12383         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12384         Move to .cc since we need to use C++ in the implementation.
12385
12386         * shell/dummy.cc: Add a CC file to force evince
12387         to be linked as a C++ program.
12388
12389 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12390
12391         * shell/ev-view.[ch]: Start of content-area widget.
12392
12393         * shell/ev-window.c: Create a EvView, update it
12394         as we change documents.
12395
12396         * shell/Makefile.am shell/ev-marshal.list: Add
12397         generated marshalers.
12398
12399 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12400
12401         * Makefile.am (SUBDIRS): move shell.
12402
12403 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12404
12405         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12406         .a to libtool convenience libraries.
12407
12408         * shell/ev-window.c (ev_window_open): Hard code loading
12409         a PDF document.
12410         
12411         * backend/ev-document.h: Add a boolean return to load(),
12412         fix GError * to GError **.
12413
12414         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12415         object for a PDF backend EvDocument.
12416
12417 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12418
12419         * dvi/*: New directory with the beginning of a .dvi backend.
12420
12421 2004-12-21  Havoc Pennington  <hp@redhat.com>
12422
12423         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12424         previous/next instead of back/forward
12425
12426 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12427
12428         * backend/ev-document.[ch]: Fix a couple of problems so
12429         it compile.
12430
12431 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12432
12433         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12434         to backend/ directory, rename EvViewer to EvDocument.
12435
12436 2004-12-21  Havoc Pennington  <hp@redhat.com>
12437
12438         * shell/ev-window.c: hook up the find bar widget; now we just need
12439         a document to find things in
12440
12441         * shell/eggfindbar.c: a find bar widget
12442
12443 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12444
12445         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12446
12447 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12448
12449         * pdf/**: Import of xpdf code from gpdf. 
12450
12451         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12452
12453         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12454         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12455         Fix FreeType includes.
12456
12457         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12458         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12459         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12460         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12461         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12462         Include xpdfconfig.h
12463         
12464 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12465
12466         * shell/ev-window.c (ev_window_dispose): dispose can be called
12467         multiple times.
12468
12469 2004-12-21  Havoc Pennington  <hp@redhat.com>
12470
12471         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12472         rather than Evince
12473
12474         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12475         items; really they should be synced with the strings, etc. from
12476         current gpdf, but just getting the boring typing out of the way 
12477
12478 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12479
12480         * po/POTFILES.in:
12481         * shell/ev-application.c: (window_destroy_cb):
12482         * shell/ev-window.c:
12483         * shell/main.c: (main):
12484
12485         Actually show the window...
12486
12487 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12488
12489         * Makefile.am:
12490         * shell/Makefile.am:
12491         * shell/ev-application.c: (ev_application_class_init):
12492         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12493
12494         Make it build again
12495
12496 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12497
12498         Import to gnome cvs.
12499         
12500         * Remove copies of gpdf and ggv trees.
12501         * Rip out all the recursive configure code.
12502         * Remove bonobo machinery.
12503         * viewer/*: GInterfaces that backends should/can implement.
12504
12505 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12506
12507         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12508         typo
12509
12510 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12511
12512         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12513         (ev_application_finalize, ev_application_class_init)
12514         (ev_application_init): use GType instance private data for priv.
12515
12516         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12517         (ev_window_finalize, ev_window_class_init)
12518         (ev_window_init): ditto.
12519
12520 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12521
12522         * shell/ev-application.c (ev_application_new_window): make public
12523         (ev_application_show_initial_window): kill.
12524
12525         * shell/ev-application.h: update prototypes.
12526
12527         * shell/main.cc (main): inline ev_application_show_initial_window.
12528
12529 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12530
12531         * shell/ev-application.c (ev_application_new_window): impl.
12532         (ev_application_show_initial_window): use it.
12533         (is_window_empty, ev_application_get_empty_window): returns an
12534         existing empty window or a new one.
12535         (ev_application_open): from ev_window_cmd_file_open.
12536
12537         * shell/ev-application.h: update prototypes
12538
12539         * shell/ev-window.c (ev_window_is_empty): impl.
12540         (ev_window_open): make public.
12541         (ev_window_cmd_file_open): use ev_application_open
12542
12543         * shell/ev-window.h: update prototypes, remove unused.
12544
12545 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12546
12547         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12548         move destroy handler out of here...
12549
12550         * shell/ev-application.c, shell/ev-application.h: ...into this new
12551         class. Also handles initial window creation.
12552
12553         * shell/main.cc (main): use EvApplication to create initial
12554         window.
12555
12556 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12557
12558         * Makefile.am (SUBDIRS): add cut-n-paste
12559
12560         * cut-n-paste/Makefile.am: add
12561
12562         * configure.ac: generate Makefiles in cut-n-paste
12563
12564 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12565
12566         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12567         (ev_window_class_init): install ev_window_dispose.
12568
12569 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12570
12571         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12572         char (gchar looks stupid).
12573
12574 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12575
12576         * po/de.po: updated German translation.
12577
12578 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12579
12580         * configure.ac: add more pkg-config library checks for gnome-vfs,
12581         bonobo etc.
12582
12583         * gpdf/configure.in: temporarily disable libpaper
12584         checks. Otherwise I'd have to add the checks for the shell, too.
12585
12586 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12587
12588         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12589         and * file filters to the file choose.
12590
12591 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12592
12593         * po/de.po: Updated German translation.
12594
12595 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12596
12597         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12598
12599 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12600
12601         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12602
12603         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12604         (ev_window_init): implement those menuitems.
12605
12606 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12607
12608         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12609
12610         * shell/ev-window.c (ev_window_init): use the toolbar.
12611
12612 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12613
12614         * shell/ev-window.c (ev_window_init): use menu translations
12615
12616 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12617
12618         * configure.ac: add "de" to ALL_LINGUAS.
12619
12620         * po/de.po: add German translation.
12621
12622 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12623
12624         * Makefile.am (SUBDIRS): add po
12625
12626         * configure.ac: check intltool, glib-gettext etc, generate
12627         po/Makefile.in
12628
12629         * po, po/POTFILES.in, po/POTFILES.skip: new.
12630
12631 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12632
12633         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12634         already use (#ifdef ENABLE_NLS)
12635
12636         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12637         pointer indirection thinko.
12638
12639         * shell/main.c: include gi18n.h for bindtextdomain etc.
12640
12641 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12642
12643         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12644         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12645         tooltips for menu items in the statusbar.
12646
12647 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12648
12649         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12650         pkgdatadir drop UIDIR
12651
12652 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12653
12654         * data/evince-ui.xml: Add File->Open menu item
12655
12656         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12657         chooser), hook it up in the ui manager.
12658
12659 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12660
12661         * shell/ev-window.c: fix Help->About tooltip.
12662
12663 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12664
12665         * configure.ac: set CFLAGS for libevprivate.
12666
12667         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12668         definitions, factory etc.
12669
12670         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12671
12672         * shell/Makefile.am: link against libevprivate.a.
12673
12674         * shell/ev-window.c (entries): add stock icon to Help->About.
12675
12676         * shell/main.c (main): init stock icon code.
12677
12678 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12679
12680         * lib/recent-files: egg recent files code
12681
12682         * lib/Makefile.am: add.
12683
12684         * Makefile.am: add lib subdir.
12685
12686         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12687         set CFLAGS for recent-files.
12688
12689 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12690
12691         * configure.ac: disable -ansi and -pedantic gcc flags. They
12692         disable POSIX stuff in stdio.h, but egg-recent uses them.
12693
12694 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12695
12696         * configure.ac: add --disable-deprecated flag (defaults to on in
12697         "cvs" builds).
12698
12699         * shell/Makefile.am (INCLUDES): use it.
12700
12701 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12702
12703         * shell/main.c: add missing #include.
12704
12705         * shell/ev-window.c: fix for pedantic gcc.
12706         (ev_window_cmd_help_about): split license into paragraphs for
12707         translators and pedantic compilers.
12708
12709 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12710
12711         * configure.ac: add more warning flags if compiling with gcc from
12712         cvs (or explicitly requested with --enable-more-warnings).
12713
12714 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12715
12716         * data/evince-ui.xml: add File and File->Close menu.
12717
12718         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12719         (ev_window_destroy): quit after destroy.
12720         (ev_window_class_init): override GtkObject::destroy.
12721         (entries): install close_window callback.
12722
12723 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12724
12725         * Makefile.am (SUBDIRS): add data subdir.
12726
12727         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12728         gtk+ 2.5.0 for GtkAboutDialog.
12729
12730         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12731         main window.
12732
12733         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12734
12735         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12736         manager.
12737         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12738
12739 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12740
12741         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12742
12743 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12744
12745         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12746
12747 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12748
12749         * shell/*: Added shell directory boilerplate, build it.
12750
12751 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12752
12753         * configure.ac, Makefile.am: Added top-level configure.ac and
12754         Makefile.am