]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Cygwin build issue fix.
[evince.git] / ChangeLog
1 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2
3         * backend/comics/comics-document.c: (comics_document_load):
4         
5         Cygwin build issue fix.
6
7 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-view.c: (ev_view_set_zoom):
10
11         Do not limit the minimum zoom factor when sizing mode is best bit
12         or fit width. Fixes bug #503805.
13         
14 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
17         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
18         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
19         (ev_link_dest_get_property), (ev_link_dest_set_property),
20         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
21         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
22         (ev_link_dest_new_fitr):
23         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
24         (goto_fith_dest), (goto_xyz_dest):
25
26         Do not change left, top and zoom values when they are null in PDF
27         destinations. Fixes bug #460658.
28         
29 2007-12-10  Christian Persch  <chpe@gnome.org>
30
31         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
32         (ev_view_accessible_class_init),
33         (ev_view_accessible_idle_do_action),
34         (ev_view_accessible_action_do_action),
35         (ev_view_accessible_action_get_description),
36         (ev_view_accessible_action_set_description),
37         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
38         (ev_view_accessible_factory_init),
39         (ev_view_accessible_factory_get_accessible_type):
40         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
41         private data, and G_DEFINE_TYPE. Bug #502843.
42
43 2007-12-08  Christian Persch  <chpe@gnome.org>
44
45         * shell/ev-metadata-manager.c: (item_free),
46         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
47         (value_free), (parse_value), (parseItem),
48         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
49         (save_values): Use GSlice to allocate small amounts of memory. Bug
50         #475972.
51
52 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
55
56         Restore cursor to normal after a drag operation. Fixes bug
57         #501603.
58         
59 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
60
61         * NEWS:
62         * configure.ac:
63         
64         Update for release 2.21.1
65
66 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * configure.ac:
69         * cut-n-paste/gedit-message-area/Makefile.am:
70         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
71         * shell/Makefile.am:
72         * shell/ev-message-area.[ch]:
73         * shell/ev-window.c: (ev_window_set_message_area),
74         (ev_window_error_message_response_cb), (ev_window_error_message),
75         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
76         (ev_window_save_job_cb), (image_save_dialog_response_cb),
77         (ev_attachment_popup_cmd_open_attachment),
78         (attachment_save_dialog_response_cb), (ev_window_set_document),
79         (ev_window_init):
80
81         Use a message area instead of a popup dialog for error
82         notifications. Fixes bug #337495.
83         
84 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
87         (ev_window_run_fullscreen):
88
89         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
90         
91 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * ev-sidebar-thumbnails.c: (update_visible_range),
94         (ev_sidebar_thumbnails_refresh),
95         (ev_sidebar_thumbnails_set_document),
96         (ev_sidebar_thumbnails_support_document):
97
98         Show thumbnails for documents with one page. Fixes bug #358751.
99         
100 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * shell/ev-window.c:
103         (ev_window_load_print_settings_from_metadata),
104         (ev_window_save_print_settings), (ev_window_print_finished),
105         (ev_window_print_range):
106
107         Print settings that are specific to the document are now saved per
108         document in the metadata file. Fixes bug #488806.
109         
110 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
111
112         * backend/tiff/tiff-document.c: (tiff_document_render):
113
114         Tiff documents were rendered with wrong colors. Fixes bug #497279.
115         
116 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * shell/ev-application.[ch]: (get_find_string_from_args),
119         (ev_application_open_uri_at_dest), (ev_application_open_uri),
120         (ev_application_open_uri_list):
121         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
122         * shell/ev-window.[ch]: (ev_window_load_job_cb),
123         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
124         (ev_window_cmd_recent_file_activate),
125         (ev_window_open_recent_action_item_activated),
126         (ev_window_print_send), (open_remote_link):
127         * shell/main.c: (arguments_parse):
128
129         Add a command line option for search. Fixes bug #497710.
130         
131 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
132
133         * shell/ev-jobs.c: (ev_job_print_new):
134
135         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
136         
137 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * data/evince-toolbar.xml:
140         * shell/Makefile.am:
141         * shell/ev-application.c: (ev_application_init):
142         * shell/ev-open-recent-action.[ch]:
143         * shell/ev-window.c:
144         (ev_window_open_recent_action_item_activated),
145         (register_custom_actions):
146
147         Add an expander to the open toolbar item which pops up a dropdown
148         menu with the recently used documents. Fixes bug #487215.
149         
150 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-window.c: (ev_window_open_uri),
153         (ev_window_cmd_view_reload):
154
155         Do not jump to the first page when reloading by running evince
156         from the command line. Fixes bug #490847.
157         
158 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
159
160         * shell/ev-window.c: (ev_window_cmd_help_contents):
161
162         Plugged memory leak when help file is not found. Fixes bug
163         #490762.
164         
165 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * configure.ac:
168
169         Enable djvu, dvi and comics backends by default. Fixes bug
170         #437121.
171         
172 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * configure.ac:
175         * cut-n-paste/Makefile.am:
176         * cut-n-paste/recent-files/*: Removed
177         * help/reference/Makefile.am:
178         * shell/Makefile.am:
179         * shell/ev-application.[ch]: (ev_application_shutdown),
180         (ev_application_init):
181         * shell/ev-window.c: (ev_window_add_recent),
182         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
183
184         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
185         
186 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
187
188         * shell/ev-window.c: (launch_external_uri):
189
190         Let GnomeVFS check the URL, this allow more URL (like mailto:),
191         and report error if the URL is not supported (#489910).
192
193 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
196         (pdf_document_file_exporter_begin_page),
197         (pdf_document_file_exporter_end_page):
198
199         Fix printing with poppler splash backend. Fixes bug #489774.
200         
201 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
204         * shell/ev-print-job.c: (ev_print_job_class_init):
205
206         Fix a crash when printing with the gnome-print dialog. Fixes bug
207         #488939.
208         
209 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
210
211         * backend/pixbuf/pixbuf-document.c:
212
213         Fix an implicit function definition warning (#487655)
214
215 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-window.c:
218
219         Fix conflicting shortcut for view sade pane and presentation.
220         
221 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * backend/pdf/ev-poppler.cc:
224         (pdf_document_file_exporter_begin_page),
225         (pdf_document_file_exporter_do_page),
226         (pdf_document_file_exporter_end_page),
227         (pdf_document_file_exporter_iface_init):
228         * libdocument/ev-file-exporter.[ch]:
229         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
230         * shell/ev-jobs.c: (ev_job_print_get_page_list),
231         (ev_job_print_run):
232
233         When printing multiple pages per sheet in reverse option, do not
234         invert the order of the pages in every sheet, but the order of the
235         sheets. Do not print blank pages when page range is invalid. Fixes
236         bugs #484857 and #485521.
237         
238 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * shell/ev-jobs.c: (ev_job_print_get_page_list),
241         (ev_job_print_run):
242         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
243
244         Respect ranges order when printing more than one range in random
245         order.
246         
247 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
248
249         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
250         (ev_window_setup_document), (ev_window_rotation_changed_cb):
251
252         Rotate also the window icon when document is rotated. Fixes bug
253         #474681.
254         
255 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
258         (pdf_document_forms_get_form_fields):
259
260         Silently ignore unknown form fields. Fixes bug #482654. Patch by
261         Matthias Drochner.
262         
263 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * configure.ac:
266         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
267
268         Use poppler_page_render_for_printing() instead of
269         poppler_page_render() if available when exporting to a ps or pdf
270         file. Fixes bug #476627.
271         
272 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * shell/ev-window.c: (ev_window_run_fullscreen):
275
276         Do not show the toolbar in fullscreen mode if the main toolbar is
277         not visible. Fixes bug #483048.
278         
279 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * shell/ev-view.c: (ev_view_button_press_event):
282
283         Give priority to form fields over images when deciding whether a
284         button press event is over an image or form field. It allows edit
285         form fields when they are over a background image. Fixes bug
286         #477841.
287         
288 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
289
290         * NEWS:
291         * configure.ac:
292         
293         Update for release 2.20.0
294
295 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * backend/pdf/ev-poppler.cc:
298
299         Remove #ifdef HAVE_FORMS, so that forms support works again.
300
301 2007-09-05  Götz Waschk  <waschk@mandriva.org>
302
303         * configure.ac:
304         * data/evince.desktop.in.in:
305         
306         Fixes desktop file issues. See bug #473471.
307
308 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
311         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
312         (ev_job_queue_remove_job):
313         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
314         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
315         * shell/ev-window.c: (ev_window_clear_save_job),
316         (ev_window_save_job_cb), (file_save_dialog_response_cb),
317         (ev_window_dispose):
318
319         Move save a copy task to its own job so that it's carried out in a
320         thread avoiding another lock in the main thread. Use
321         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
322         can be saved to a pathin another file system. Fixes bug #456891.
323         
324 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
325
326         * NEWS:
327         * configure.ac:
328         
329         Update for release 2.19.92
330
331 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * configure.ac:
334         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
335         (pdf_selection_get_selection_region),
336         (pdf_selection_get_selection_map),
337         (ev_form_field_from_poppler_field):
338
339         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
340         and triple click selections are enabled again now.
341
342 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * shell/ev-window.c: (ev_window_add_history):
345
346         Make sure not to use the history with documents not supporting
347         links. Fixes bug #468954.
348
349 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * shell/ev-window.c: (ev_window_load_job_cb):
352
353         Restart the search when reloading a document with the find bar
354         visible. Fixes bug #461962.
355
356 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * shell/ev-window.c: (setup_document_from_metadata),
359         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
360
361         Do not jump to the first page when reloading a document from the
362         last page.
363
364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * shell/ev-window.c: (update_chrome_flag),
367         (setup_sidebar_from_metadata),
368         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
369         (ev_window_cmd_edit_find_next),
370         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
371         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
372         (find_bar_close_cb), (view_actions_focus_in_cb):
373
374         Do not update visibility when changing a chrome flag so that it's
375         possible to update several flags and update visibility only once
376         for all of them.
377
378 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
381
382         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
383         supported by gtk+. Fixes bug #460907.
384
385 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * shell/ev-view.c: (view_update_range_and_current_page):
388
389         Make sure current-page <= end-page in continuous mode. Fixes bug
390         #454950.
391
392 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
393
394         * backend/pdf/ev-poppler.cc: (build_tree):
395
396         Ignore outline items without a title. Fixes bug #453913.
397
398 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
401         (ev_view_button_release_event), (ev_view_leave_notify_event):
402
403         Use always drag mouse cursor during a drag operation. Fixes bug
404         #470564.
405
406 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
409         (pdf_selection_get_selection_region),
410         (pdf_selection_get_selection_map):
411
412         Temporarily disable double and triple selections since it depends on
413         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
414         released and the update of the external dependency minimal version
415         approved.
416
417 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
420         (pdf_document_file_exporter_do_page):
421         * libdocument/ev-file-exporter.h:
422         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
423         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
424
425         Actually fix printing regressions. Remove orientation from
426         EvPrintContext since it's redundant.
427
428 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
431         * backend/impress/impress-document.c:
432         (impress_document_document_iface_init):
433         * backend/ps/ps-document.c: (ps_document_document_iface_init):
434         * backend/djvu/djvu-document.c:
435         (djvu_document_document_iface_init),
436         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
437         * backend/tiff/tiff-document.c:
438         (tiff_document_document_iface_init):
439         * backend/pixbuf/pixbuf-document.c:
440         (pixbuf_document_document_iface_init):
441         * backend/comics/comics-document.c:
442         (comics_document_document_iface_init):
443         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
444         (pdf_selection_render_selection),
445         (pdf_selection_get_selected_text),
446         (pdf_selection_get_selection_region),
447         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
448         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
449         (ev_selection_get_selection_region),
450         (ev_selection_get_selection_map):
451         * libdocument/ev-document.[ch]:
452         * shell/ev-pixbuf-cache.[ch]: (add_job),
453         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
454         * shell/ev-view-private.h:
455         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
456         (ev_job_render_run):
457         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
458         * shell/ev-view.c: (start_selection_for_event),
459         (ev_view_button_press_event), (ev_view_drag_data_get),
460         (ev_view_drag_data_received), (ev_view_button_release_event),
461         (compute_new_selection_text), (compute_selections),
462         (ev_view_select_all), (get_selected_text), (ev_view_copy),
463         (ev_view_primary_get_cb):
464
465         Add support for double and triple click selections.
466
467 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
468
469         * NEWS:
470         * configure.ac:
471
472         Update for release 2.19.4
473
474 2007-08-28  Justin Blanchard  <justinb04@aim.com>
475
476         * shell/ev-view-private.h:
477         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
478         (ev_view_set_highlight_search):
479         * shell/ev-view.h:
480         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
481         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
482         (find_bar_visibility_changed_cb):
483         
484         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
485
486 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
489         (pdf_document_file_exporter_begin),
490         (pdf_document_file_exporter_do_page):
491         * shell/ev-jobs.c: (ev_job_print_run):
492         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
493
494         Create always a portrait cairo surface and rotate when needed for
495         landscape. It fixes printing problems in real printers.
496
497 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
500         * libdocument/ev-file-exporter.[ch]:
501         (ev_file_exporter_get_capabilities):
502         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
503         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
504
505         Adjust number of pages per row according to page orientation when
506         printing 2 or 6 pages per sheet.
507
508 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * shell/ev-window.c: (ev_window_print_send):
511
512         Reset also cups setting to 1 when printing multiple pages per
513         sheet. Fixes bug #468853.
514
515 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * libdocument/ev-document-misc.c:
518         (ev_document_misc_surface_rotate_and_scale):
519
520         Use directly cairo_surface_get_content() when creating a similar
521         surface as suggested by Jeff Muizelaar. Thanks again.
522
523 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * backend/djvu/djvu-document.c: (djvu_document_render):
526         * backend/tiff/tiff-document.c: (tiff_document_render):
527         * backend/pdf/ev-poppler.cc: (pdf_document_render):
528         * libdocument/ev-document-misc.c:
529         (ev_document_misc_surface_from_pixbuf),
530         (ev_document_misc_surface_rotate_and_scale):
531
532         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
533         creating page surfaces. Fixes bug #453123. Thank you very much to
534         Jeff Muizelaar <jeff@infidigm.net>.
535
536 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * shell/ev-page-cache.c: (ev_page_cache_new),
539         (ev_page_cache_get_thumbnail_size):
540         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
541         (ev_sidebar_thumbnails_set_loading_icon):
542
543         Also store in page-cache the dimensions of the thumbnails so that
544         they can be used to create the correct loading icon in the side
545         pane. Fixes bug #466857.
546
547 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * backend/pdf/ev-poppler.cc:
550         (pdf_document_thumbnails_get_thumbnail):
551
552         Fix thumbnails rotation in pdf documents that include embedded 
553         thumbnails.
554
555 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
556
557         * backend/pdf/ev-poppler.cc:
558
559         Don't use #ifdef in macro expansion. Some compilers don't
560         like that. Closes bug #467042.
561
562 2007-08-15  Justin Blanchard  <justinb04@aim.com>
563
564         * backend/djvu/djvu-document.c: (djvu_document_finalize):
565         
566         Fixes memory leak in djvu backend.
567
568 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
569
570         * data/icons/32x32/Makefile.am:
571         * data/icons/32x32/actions/Makefile.am:
572         * data/icons/32x32/actions/view-page-cont.svg:
573         * data/icons/32x32/actions/view-page-facing.svg:
574         * data/icons/48x48/Makefile.am:
575         * data/icons/48x48/actions/Makefile.am:
576         * data/icons/48x48/actions/view-page-cont.svg:
577         * data/icons/48x48/actions/view-page-facing.svg:
578         
579         Icons for a new sizes.
580
581 2007-08-14  Justin Blanchard  <justinb04@aim.com>
582
583         * shell/ev-page-cache.c: (build_height_to_page),
584         (ev_page_cache_get_height_to_page):
585         
586         Fixes invalid read, see bug #466401.
587
588 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
591         (set_drag_cursor):
592         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
593         (configure_item_cursor), (new_pixbuf_from_widget):
594
595         Fix multihead problems in toolbar editor. Fixes bug #382055.
596
597 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * shell/ev-window.c: (ev_window_cmd_file_open),
600         (ev_window_cmd_save_as):
601
602         Use g_get_user_special_dir when available instead of
603         xdg_user_dir_lookup.
604
605 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
606
607         * MAINTAINERS:
608         
609         Updated according to request on desktop-devel.
610
611 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
614
615         Do not use cairo_rectangle and cairo_clip since we are
616         not using cairo_fill but cairo_paint. Use the same cairo context
617         for every page in the same expose event.
618
619 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
620
621         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
622         leak.
623
624 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * configure.ac:
627         * NEWS:
628
629         Release 0.9.3
630
631 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * libdocument/ev-document-info.h:
634         * libdocument/ev-document.h:
635         * shell/ev-page-action.h:
636         * shell/ev-sidebar-links.h:
637
638         Fix a headers problem with ev-link
639         
640         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
641         * shell/ev-view-private.h:
642         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
643         (get_link_area), (ev_view_query_tooltip),
644         (ev_view_leave_notify_event), (ev_view_destroy),
645         (ev_view_class_init):
646
647         Use new gtk tooltips when available instead of ev-tooltip.
648         
649 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * shell/ev-window.c: (update_chrome_visibility),
652         (ev_window_sidebar_visibility_changed_cb):
653
654         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
655         
656 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * shell/ev-navigation-action.c:
659         (ev_navigation_action_history_changed),
660         (ev_navigation_action_set_history):
661         * shell/ev-navigation-action-widget.c:
662         (ev_navigation_action_widget_init):
663         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
664
665         Fix compile warnings.
666         
667 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
670         (egg_editable_toolbar_dispose):
671
672         Fix memory leak.
673         
674 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
677         (screensaver_disable_x11):
678         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
679         * shell/ev-window.c: (presentation_set_timeout):
680         * shell/ev-view.c: (ev_view_presentation_transition_start):
681
682         Use g_timeout_add_seconds instead of g_timeout_add when
683         available.
684         
685 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
688
689         Set horizontal scrollbar policy to AUTOMATIC instead of
690         NEVER. Workaround for bug #449462.
691         
692 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-jobs.c: (ev_job_render_page_ready):
695
696         Add page_ready callback to main loop with high priority and hold
697         a reference to job during idle.
698         
699 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * configure.ac:
702         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
703         (pdf_document_file_exporter_begin),
704         (pdf_document_file_exporter_do_page),
705         (pdf_document_file_exporter_get_capabilities):
706         * libdocument/ev-file-exporter.h:
707         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
708         * shell/ev-window.c: (ev_window_print_send),
709         (ev_window_print_dialog_response_cb):
710
711         Allow printing multiple pages per sheet. Fixes bug #395573.
712         
713 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
714
715         * shell/ev-view.c: (tip_from_link):
716         
717         Check for NULL, fixes bug #460862.
718
719 2007-07-29  Christian Persch  <chpe@gnome.org>
720
721         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
722         (ev_window_preview_print_finished), (ev_window_do_preview_print),
723         (ev_window_cmd_preview_print):
724         
725         Fixes bug #437681 - blocks while enumerating printers.
726
727 2007-07-29  Christian Persch  <chpe@gnome.org>
728
729         * shell/ev-window.c: (ev_window_screen_changed):
730         
731         Don't use deprecated gtk+ function. See bug #460909.
732
733 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * shell/ev-utils.c: (get_num_monitors):
736         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
737
738         Do not use display before initializing it. Remove compile
739         warnings.
740
741 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
742
743         * shell/ev-view.c: (ev_view_class_init):
744         
745         Unix-like hjkl bindings added. See bug #458111.
746
747 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
748
749         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
750         * shell/ev-utils.h:
751         * shell/ev-view.c: (ev_view_set_zoom_for_size),
752         (ev_view_update_view_size):
753         * shell/ev-view.h:
754         * shell/ev-window.c: (ev_window_update_actions),
755         (setup_view_from_metadata), (ev_window_screen_changed),
756         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
757         (zoom_control_changed_cb):
758         * shell/ev-window.h:
759         
760         Reorganizes utility functions.
761
762 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
765         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
766         (add_job), (ev_pixbuf_cache_get_surface),
767         (ev_pixbuf_cache_get_link_mapping),
768         (ev_pixbuf_cache_get_image_mapping),
769         (ev_pixbuf_cache_get_form_field_mapping),
770         (ev_pixbuf_cache_get_text_mapping):
771         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
772         (notify_page_ready), (ev_job_render_page_ready),
773         (ev_job_render_run):
774
775         Add page_ready signal to notify that page is ready as soon as
776         possible even if other page elements like links, forms, images or
777         text mapping are not ready yet.
778
779 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
782         (dvi_document_file_exporter_do_page),
783         (dvi_document_file_exporter_get_capabilities),
784         (dvi_document_file_exporter_iface_init):
785         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
786         (ps_document_file_exporter_do_page),
787         (ps_document_file_exporter_get_capabilities),
788         (ps_document_file_exporter_iface_init):
789         * backend/djvu/djvu-document.c:
790         (djvu_document_file_exporter_begin),
791         (djvu_document_file_exporter_end),
792         (djvu_document_file_exporter_get_capabilities),
793         (djvu_document_file_exporter_iface_init):
794         * backend/tiff/tiff-document.c:
795         (tiff_document_file_exporter_begin),
796         (tiff_document_file_exporter_get_capabilities),
797         (tiff_document_document_file_exporter_iface_init):
798         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
799         (pdf_document_file_exporter_do_page),
800         (pdf_document_file_exporter_get_capabilities),
801         (pdf_document_file_exporter_iface_init):
802         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
803         (ev_file_exporter_get_capabilities):
804         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
805         (idle_print_handler), (ev_print_job_print):
806         * shell/ev-jobs.c: (ev_job_print_run):
807         * shell/ev-window.c: (ev_window_print_send),
808         (ev_window_print_range):
809
810         Use capabilities to know which options should be offered by the
811         print dialog depending on the document backend.
812
813 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
816
817         Give priority to forms over text to set the cursor.
818
819 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * shell/ev-view-private.h:
822         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
823         (ev_view_leave_notify_event), (ev_view_finalize),
824         (ev_view_get_property), (ev_view_class_init):
825
826         Use IBEAM cursor for text form fields and NORMAL cursor for read
827         only fields. Remove unused status attribute.
828
829 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
832
833         Update region for current selected items also for checkbox
834         buttons, since they can behave as radio buttons when they are in a
835         set.
836
837 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * configure.ac:
840         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
841
842         Get max length of text form fields.
843
844 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
847         * libdocument/ev-form-field.h:
848         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
849
850         Fix build with current poppler cvs head.
851
852 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * cut-n-paste/zoom-control/ephy-zoom-control.c:
855         * shell/eggfindbar.c: (egg_find_bar_init):
856
857         Fix build with gtk+ >= 2.11.5 due to gtktooltips
858         deprecation. Fixes bug #455667
859
860 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
861
862         * NEWS:
863         * configure.ac:
864         
865         Update for release 0.9.2
866
867 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-view.c: (ev_view_form_field_text_save),
870         (ev_view_form_field_choice_save):
871
872         Fix a crash when closing whith a form widget visible.
873
874 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
877
878         Update also the region of the current selected button when
879         clicking on another button if they are radio buttons.
880
881 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
884         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
885         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
886         (ev_pixbuf_cache_get_link_mapping),
887         (ev_pixbuf_cache_get_image_mapping),
888         (ev_pixbuf_cache_get_form_field_mapping),
889         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
890         * shell/ev-view.c: (ev_view_form_field_get_region),
891         (ev_view_form_field_button_create_widget),
892         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
893         (job_finished_cb):
894
895         Redraw only form field region instead of the whole page when
896         reloading a page to show changes on the form field.
897
898 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-view.c: (ev_view_form_field_choice_save):
901
902         Fix selection of first item in list form fields.
903
904 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
907         (ev_pixbuf_cache_reload_page),
908         (ev_pixbuf_cache_get_form_field_mapping):
909
910         Some refactoring to avoid duplicated code.
911
912 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * configure.ac:
915         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
916         (ev_form_field_from_poppler_field),
917         (pdf_document_forms_get_form_fields),
918         (pdf_document_forms_form_field_text_get_text),
919         (pdf_document_forms_form_field_text_set_text),
920         (pdf_document_forms_form_field_button_set_state),
921         (pdf_document_forms_form_field_button_get_state),
922         (pdf_document_forms_form_field_choice_get_item),
923         (pdf_document_forms_form_field_choice_get_n_items),
924         (pdf_document_forms_form_field_choice_is_item_selected),
925         (pdf_document_forms_form_field_choice_select_item),
926         (pdf_document_forms_form_field_choice_toggle_item),
927         (pdf_document_forms_form_field_choice_unselect_all),
928         (pdf_document_forms_form_field_choice_set_text),
929         (pdf_document_forms_form_field_choice_get_text),
930         (pdf_document_document_forms_iface_init):
931         * libdocument/Makefile.am:
932         * libdocument/ev-form-field.[ch]:
933         * libdocument/ev-document-forms.[ch]:
934         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
935         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
936         (add_job), (ev_pixbuf_cache_reload_page),
937         (ev_pixbuf_cache_get_form_field_mapping):
938         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
939         * shell/ev-view-private.h:
940         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
941         (ev_view_handle_cursor_over_xy),
942         (ev_view_get_form_field_at_location),
943         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
944         (ev_view_form_field_button_create_widget),
945         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
946         (ev_view_form_field_text_create_widget),
947         (ev_view_form_field_choice_save),
948         (ev_view_form_field_choice_changed),
949         (ev_view_form_field_choice_create_widget),
950         (ev_view_handle_form_field), (ev_view_size_allocate),
951         (ev_view_realize), (draw_end_presentation_page),
952         (ev_view_button_press_event), (ev_view_remove_all),
953         (ev_view_motion_notify_event), (ev_view_key_press_event),
954         (ev_view_enter_notify_event), (highlight_find_results),
955         (draw_loading_text), (draw_one_page), (ev_view_destroy),
956         (ev_view_class_init), (page_changed_cb),
957         (on_adjustment_value_changed), (ev_view_set_presentation),
958         (merge_selection_region), (ev_view_set_cursor),
959         (ev_view_reset_presentation_state):
960         
961         Merge evince-forms branch.
962
963 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
964
965         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
966
967         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
968         This script also updates itself from libegg
969
970         * cut-n-paste/toolbar-editor/egg*:
971         Run update-toolbareditor-from-libegg.sh so we are in sync again with
972         libegg
973
974 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
975
976         * shell/ev-window.c:
977         
978         Adds a nice icon to page action during toolbar editing.
979         See bug #452872.
980
981 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
982
983         * data/evince-toolbar.xml:
984         * shell/ev-window.c:
985         
986         Let user add a presentation and fullscreen icons on toolbar.
987         See bug #449734.
988
989 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
990
991         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
992
993         new script to keep in sync with toolbareditor in libegg
994
995         * cut-n-paste/toolbar-editor/*: 
996
997         Run update-toolbareditor-from-libegg so we are in sync again. 
998         Fixes bug #452850.
999         
1000
1001 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * shell/ev-sidebar-links.c: (job_finished_callback):
1004
1005         Do not connect selection changed signal more than once. Fixes bug
1006         #349433.
1007
1008 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1011
1012         Do not change sidebar chrome flag when pressing F9 key in
1013         presentation mode.
1014
1015 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * backend/pdf/ev-poppler.cc:
1018         (pdf_document_thumbnails_get_dimensions):
1019
1020         Make sure thumbnails width and height is not <= 0. Fixes a crash
1021         with some pdf documents which have really small pages.
1022
1023 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1024
1025         * shell/main.c: (main):
1026
1027         Fixes program description translation issue.
1028         Bug #450148.
1029
1030 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1031
1032         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1033
1034         Do not change current page when returning from black/white mode
1035         in presentation. Fixes bug #415032.
1036
1037 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1038
1039         * NEWS:
1040         * configure.ac:
1041         
1042         Update for release 0.9.1
1043
1044 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1045
1046         * backend/dvi/dvi-document.c:
1047         (dvi_document_finalize),
1048         (dvi_document_file_exporter_format_supported),
1049         (dvi_document_file_exporter_begin),
1050         (dvi_document_file_exporter_do_page),
1051         (dvi_document_file_exporter_end),
1052         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1053         
1054         PDF exporter for dvi documents. Fixes bug #441319.
1055
1056 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-window.c: (ev_window_clear_print_job):
1059
1060         Clear gtk print job when job has finished. Fixes bug #447612.
1061
1062 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-window.c: (ev_window_print_send),
1065         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1066
1067         Add preview button to print dialog. Fixes bug #445419.
1068
1069 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * backend/dvi/Makefile.am:
1072         * backend/dvi/pixbuf-device.[ch]: Removed
1073         * backend/dvi/cairo-device.[ch]: Added
1074         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1075         * backend/dvi/dvi-document.c: (dvi_document_load),
1076         (dvi_document_render), (dvi_document_finalize),
1077         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1078         (dvi_document_do_color_special):
1079         * libdocument/ev-document-misc.[ch]:
1080         (ev_document_misc_pixbuf_from_surface):
1081
1082         Port dvi backend to cairo and fix a problem with colors. 
1083
1084 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-view.c: (draw_one_page):
1087
1088         Draw only visible region.
1089
1090 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * backend/djvu/djvu-document.c: (djvu_document_render):
1093
1094         Fix rotation in djvu backend.
1095
1096 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1099         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1100         (ev_pixbuf_cache_get_image_mapping),
1101         (ev_pixbuf_cache_get_text_mapping):
1102
1103         Redraw view every time we have a new surface. Fixes bug #443587.
1104
1105 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * libdocument/ev-document.c: (ev_document_info_free):
1108
1109         Fix memory leaks.
1110
1111 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * backend/dvi/dvi-document.c: (dvi_document_render),
1114         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1115         * backend/impress/impress-document.c:
1116         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1117         (impress_document_render), (impress_document_document_iface_init),
1118         (impress_document_thumbnails_get_thumbnail):
1119         * backend/djvu/djvu-document-private.h:
1120         * backend/djvu/djvu-document.c: (djvu_document_render),
1121         (djvu_document_finalize), (djvu_document_document_iface_init),
1122         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1123         * backend/tiff/tiff-document.c: (tiff_document_render),
1124         (tiff_document_render_pixbuf),
1125         (tiff_document_document_iface_init):
1126         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1127         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1128         (pdf_selection_render_selection):
1129         * backend/comics/comics-document.c:
1130         (comics_document_render_pixbuf), (comics_document_render),
1131         (comics_document_document_iface_init):
1132         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1133         (pixbuf_document_document_iface_init):
1134         * libdocument/ev-document-misc.[ch]:
1135         (ev_document_misc_surface_from_pixbuf),
1136         (ev_document_misc_surface_rotate_and_scale):
1137         * libdocument/ev-document.[ch]: (ev_document_render):
1138         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1139         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1140         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1141         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1142         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1143         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1144         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1145         (render_finished_cb), (ev_job_render_run):
1146         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1147         (merge_selection_region):
1148
1149         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1150         and selections.
1151
1152 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * shell/ev-window-title.c: (ev_window_title_update):
1155
1156         Fix memory leak.
1157
1158 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * shell/ev-view.c: (draw_loading_text):
1161
1162         Show loading text centered. Fixes bug #433061
1163
1164 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * shell/ev-sidebar-thumbnails.c:
1167         (ev_sidebar_thumbnails_set_loading_icon):
1168
1169         Remove a mutex in the main thread that blocks the UI in heavy
1170         documents.
1171
1172 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1175
1176         Set points_set to TRUE so that selections don't disappear after a
1177         zoom change.
1178
1179 2007-06-07  Michael Monreal  <infernux@web.de>
1180
1181         * data/icons/16x16/actions/Makefile.am:
1182         * data/icons/16x16/actions/zoom.svg:
1183         * data/icons/22x22/actions/Makefile.am:
1184         * data/icons/22x22/actions/zoom.svg:
1185         * data/icons/24x24/actions/Makefile.am:
1186         * shell/ev-stock-icons.c:
1187         * shell/ev-stock-icons.h:
1188         * shell/ev-window.c:
1189         
1190         Zoom icon artwork. See bug #444795.
1191
1192 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1193
1194         * shell/ev-metadata-manager.c: Remove extraneous function
1195         (Closes: #444386)
1196
1197 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1198
1199         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1200         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1201         (ev_metadata_manager_set), (ev_metadata_manager_save):
1202         Simplify the timeout, no need for modified anymore
1203
1204 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1205
1206         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1207         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1208         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1209         (ev_metadata_manager_save): Adapted patch from Arjan van de
1210         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1211         time, saves on power (Closes: #443851)
1212
1213 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * configure.ac:
1216         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1217         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1218
1219         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1220
1221 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1222
1223         * shell/ev-window.c: (ev_window_add_history):
1224
1225         Check if history is NULL
1226
1227 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * libdocument/ev-image.c: (ev_image_finalize):
1230         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1231         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1232         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1233         (ev_tmp_uri_unlink):
1234
1235         Add functions to delete temporary files created by evince in a safe
1236         way.
1237
1238         * shell/ev-window.c: (ev_window_clear_local_uri),
1239         (open_xfer_update_progress_callback),
1240         (save_xfer_update_progress_callback), (ev_window_save_remote),
1241         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1242         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1243         (attachment_save_dialog_response_cb),
1244         (ev_attachment_popup_cmd_save_attachment_as):
1245
1246         Allow saving a copy of a document, image or attachment to a remote
1247         location. Fixes bug #440754. 
1248
1249 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * configure.ac:
1252         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1253
1254         Fix build with current poppler from cvs head. 
1255
1256 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1257
1258         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1259
1260         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1261         directory exists.
1262
1263 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1264
1265         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1266         * shell/ev-window.c:
1267
1268         Change sidebar ordering. Fixes bug #439939.
1269
1270 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1271
1272         * backend/comics/Makefile.am:
1273         
1274         Fixes build with --without-libgnome.
1275
1276 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1277         
1278         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1279
1280         Update cursor and tooltip on page change and view scroll. Fixes bug
1281         #439217.
1282
1283 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1284
1285         * NEWS:
1286         * configure.ac:
1287         
1288         Update for release 0.9.0
1289
1290 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1291
1292         * backend/djvu/djvu-document-private.h:
1293         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1294         (djvu_document_finalize),
1295         (djvu_document_file_exporter_format_supported),
1296         (djvu_document_file_exporter_begin),
1297         (djvu_document_file_exporter_do_page),
1298         (djvu_document_file_exporter_end),
1299         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1300         
1301         Implemented printing with djvu. Bug #437998.
1302
1303 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * backend/impress/zip.c:
1306         Add missing ulong definition.
1307
1308         * backend/ps/ps-interpreter.c:
1309         Add missing headers.
1310
1311         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1312
1313 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1316
1317         Add missing call to parent class dispose method. 
1318
1319 2007-05-12  Ross Burton  <ross@openedhand.com>
1320
1321         * shell/main.c:
1322         Sync keybindings manually when building without libgnome
1323         (#437925).
1324
1325 2007-05-12  Ross Burton  <ross@openedhand.com>
1326
1327         * shell/ev-window.c:
1328         Respect the screen when opening help (#437866).
1329
1330 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * data/evince-ui.xml:
1333         * shell/ev-application.[ch]: (get_print_settings_from_args),
1334         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1335         (ev_application_open_uri_list):
1336         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1337         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1338         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1339         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1340         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1341         (ev_window_dispose):
1342         * shell/main.c: (arguments_parse):
1343
1344         Add print button in preview mode. Fixes bug #396475. 
1345
1346 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1347
1348         * cut-n-paste/zoom-control/ephy-zoom.h:
1349         
1350         Fixes zoom level factors. See bug #408119 for details.
1351
1352 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * backend/comics/comics-document.c: (comics_regex_quote),
1355         (extract_argv):
1356         
1357         Correctly quote symbols. Fixes crash in the bug
1358         #415370.
1359
1360 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1361
1362         * shell/ev-navigation-action-widget.c:
1363         (ev_navigation_action_widget_init),
1364         (ev_navigation_action_widget_class_init),
1365         (ev_navigation_action_widget_button_press_event):
1366         
1367         Connect to button-press event on correct widget. Fixes
1368         bug #431988
1369
1370 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1371
1372         * shell/ev-application.c: (ev_application_open_window),
1373         (ev_application_add_icon_path_for_screen),
1374         (ev_application_open_uri_at_dest):
1375         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1376         * shell/ev-navigation-action.c: (build_menu):
1377         
1378         Add app-specific icons to our icon theme. Fixes bug
1379         #425508.
1380
1381 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1382
1383         * shell/ev-history.c: (ev_history_class_init),
1384         (ev_history_add_link):
1385         * shell/ev-history.h:
1386         * shell/ev-navigation-action.c:
1387         (ev_navigation_action_history_changed),
1388         (ev_navigation_action_set_history), (build_menu),
1389         (ev_navigation_action_finalize):
1390         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1391         
1392         Make navigation action unsensitive instead of showing
1393         menu with unsensitive word. Fixes bug #417392.
1394
1395 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-application.[ch]: (ev_application_shutdown),
1398         (ev_application_get_print_settings),
1399         (ev_application_set_print_settings):
1400         * shell/ev-window.c:
1401
1402         Remember print settings. Fixes bug #349102. 
1403
1404 2007-05-08  Christian Persch  <chpe@gnome.org>
1405
1406         * configure.ac:
1407         * properties/ev-properties-view.c:
1408
1409         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1410         Bug #382438.
1411
1412 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * configure.ac:
1415         * properties/ev-properties-view.c: (ev_regular_paper_size):
1416
1417         Use gtk+ builtin paper list to identify the document's paper size.
1418         Fixes bug #382438. 
1419
1420 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * configure.ac:
1423
1424         Fix build when compiling with thumbnailer and libgnome support. 
1425
1426 2007-05-04  Ross Burton  <ross@openedhand.com>
1427
1428         * configure.ac:
1429         Add --without-libgnome, check for libgnome and libgnomeui
1430         separately, and add them to the symbols as required.
1431
1432         * libdocument/ev-file-helpers.c:
1433         When building without libgnome, use g_get_user_config_dir instead
1434         of gnome_user_dir_get.
1435
1436         * shell/ev-application.c:
1437         When building without libgnome, don't use session management.
1438
1439         * shell/main.c:
1440         When building without libgnome, don't use GnomeProgram or
1441         initialise the authentication manager.
1442
1443         This fixes #328842.
1444
1445 2007-05-04  Ross Burton  <ross@openedhand.com>
1446
1447         * shell/ev-window.c:
1448         Don't use libgnome to open help, instead call Yelp directly.
1449
1450 2007-05-04  Ross Burton  <ross@openedhand.com>
1451
1452         * shell/ev-sidebar-attachments.c:
1453         Don't use libgnome to lookup icons for MIME types, instead copy
1454         code from GTK+ to do it manually.
1455
1456 2007-05-04  Ross Burton  <ross@openedhand.com>
1457
1458         * configure.ac:
1459         Add libxml to the dependencies for SHELL_CORE (#435818).
1460
1461 2007-05-02  Ross Burton  <ross@openedhand.com>
1462
1463         * configure.ac:
1464         * Makefile.am:
1465         Add --disable-thumbnailer (#434825)
1466
1467 2007-05-02  Ross Burton  <ross@openedhand.com>
1468
1469         * shell/ev-window.c:
1470         Add missing includes, fix indentation.
1471
1472         * shell/main.c:
1473         Fix indentation.
1474
1475 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1476
1477         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1478         ev_application_open_uri_at_dest instead of ev_application_open_uri
1479         preventing new document always being opened in a new window even if there
1480         is an empty window.
1481
1482 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1483
1484         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1485         (egg_recent_view_uimanager_finalize):
1486         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1487         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1488         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1489         (ev_pixbuf_cache_dispose):
1490         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1491         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1492         
1493         Add missing chain to parent class methods. Fixes
1494         bug #433128.
1495
1496 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1497
1498         * data/Makefile.am (update-icon-cache): Updates
1499         gtk-update-icon-cache in uninstall-hook.
1500
1501 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-window.c: (ev_window_setup_document),
1504         (ev_window_set_document), (ev_window_load_job_cb):
1505         * shell/ev-view.c: (setup_caches):
1506         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1507
1508         Start rendering pages before any other jobs. 
1509
1510 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-window.c: (ev_window_stop_fullscreen),
1513         (ev_window_stop_presentation):
1514
1515         Update chrome visibility before window unfullscreen. 
1516
1517 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * data/Makefile.am:
1520         * data/evince-ui.xml:
1521         * shell/ev-stock-icons.[ch]:
1522         * shell/ev-application.[ch]: (ev_application_shutdown),
1523         (ev_application_init), (ev_application_get_toolbars_model):
1524         * shell/ev-window.c: (update_chrome_visibility),
1525         (fullscreen_toolbar_setup_item_properties),
1526         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1527         (ev_window_run_presentation), (ev_window_stop_presentation),
1528         (ev_window_run_preview), (ev_window_screen_changed),
1529         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1530         (ev_window_dispose), (ev_window_init):
1531
1532         Make fullscreen toolbar always visible. Do not use egg toolbars for
1533         fullscreen and preview modes since such toolbars are not editables.
1534         Fixes bugs #300278, #338910 and #316188.  
1535
1536 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1537
1538         * shell/ev-application.c:
1539         * shell/ev-job-queue.c:
1540         * shell/ev-metadata-manager.c:
1541         * shell/ev-stock-icons.c:
1542         * shell/ev-window.c:
1543         * shell/main.c:
1544         
1545         Developers documentation updated.
1546
1547 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1550
1551         Check whether uri is valid before launching it. Fixes bug #427664.
1552
1553 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-window.c:
1556
1557         Change key accelerator for Open a Copy menu entry which is in conflict
1558         with Close. Fixes bug #427321.
1559
1560 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1561
1562         * NEWS:
1563         * configure.ac:
1564         
1565         Update for release 0.8.1
1566
1567 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1568
1569         * shell/ev-window.c: (setup_size_from_metadata):
1570         
1571         Do not make window bigger than screen. Fixes bug 
1572         #388985.
1573
1574 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1577         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1578
1579         Use default resolution when it's not provided by document. Fixes bug
1580         #408762.
1581
1582 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * configure.ac:
1585         * thumbnailer/Makefile.am:
1586         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1587         * thumbnailer/evince-thumbnailer.schemas.in:
1588         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1589
1590         Add support for ps, eps and compressed documents thumbnails. Do not
1591         ignore size parameter. 
1592
1593 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1594
1595         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1596         (dvi_document_do_color_special):
1597         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1598
1599         Implement font color specials in the DVI backend. Fixes bug #303651.
1600
1601 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1602
1603         Fixup the previous commit:
1604
1605         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1606         * shell/xdg-user-dir-lookup.c: Make the function non-static
1607         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1608
1609 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1610
1611         * shell/ev-window.c (file_open_dialog_response_cb): Use
1612         the xdg-user-dirs DOCUMENTS folder as default folder when
1613         opening a file chooser.  (#424858)
1614
1615         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1616         xdg-user-dirs.
1617
1618 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-window.c: (ev_window_load_job_cb):
1621
1622         Do not setup view from metadata on preview mode. 
1623
1624 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/main.c:
1627
1628         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1629
1630 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * shell/ev-view.c: (ev_view_primary_get_cb):
1633
1634         Check pointer != NULL before using it. Fixes bug #416841. 
1635
1636 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1637
1638         * NEWS:
1639         * configure.ac:
1640         
1641         Release 0.8.0
1642
1643 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1646
1647         Do not render thumbnails when sidebar thumbnail page is not visible
1648         at startup. Fixes bug #416447. 
1649
1650 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1651
1652         * data/evince.desktop.in.in:
1653
1654         "Application" is not a valid category in the freedesktop specification.
1655
1656 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * libdocument/ev-file-helpers.[ch]: (compression_run),
1659         (ev_file_uncompress), (ev_file_compress):
1660         * shell/ev-window.c: (file_save_dialog_response_cb):
1661
1662         Save document compressed when saving a copy of a compressed document.
1663         Fixes bug #334542.
1664
1665 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1668
1669         Allow deleting in goto window entry in presentation mode. 
1670
1671 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1672
1673         * Makefile.am: Dist MAINTAINERS.
1674
1675 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1676
1677         * shell/ev-window.c: (ev_window_update_actions):
1678
1679         Fix zoom shortcut keys when searching. Fixes bug #409828.
1680
1681 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * shell/ev-window.c: (ev_window_setup_document):
1684
1685         Fix crash when loading documents with only one page. 
1686
1687 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * backend/dvi/dvi-document.c:
1690         (dvi_document_thumbnails_get_dimensions),
1691         (dvi_document_thumbnails_get_thumbnail):
1692         * backend/impress/impress-document.c:
1693         (impress_document_thumbnails_get_thumbnail),
1694         (impress_document_thumbnails_get_dimensions):
1695         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1696         (ps_document_thumbnails_get_dimensions):
1697         * backend/djvu/djvu-document.c:
1698         (djvu_document_thumbnails_get_dimensions),
1699         (djvu_document_thumbnails_get_thumbnail):
1700         * backend/tiff/tiff-document.c:
1701         (tiff_document_thumbnails_get_thumbnail),
1702         (tiff_document_thumbnails_get_dimensions):
1703         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1704         (pdf_document_thumbnails_get_thumbnail),
1705         (pdf_document_thumbnails_get_dimensions):
1706         * backend/comics/comics-document.c:
1707         (comics_document_thumbnails_get_thumbnail),
1708         (comics_document_thumbnails_get_dimensions):
1709         * backend/pixbuf/pixbuf-document.c:
1710         (pixbuf_document_thumbnails_get_thumbnail),
1711         (pixbuf_document_thumbnails_get_dimensions):
1712         * libdocument/ev-document-thumbnails.[ch]:
1713         (ev_document_thumbnails_get_thumbnail),
1714         (ev_document_thumbnails_get_dimensions):
1715         * libdocument/ev-document-misc.[ch]:
1716         (ev_document_misc_get_thumbnail_frame):
1717         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1718         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1719         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1720         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1721         (ev_sidebar_thumbnails_refresh):
1722         * shell/ev-window.c: (ev_window_setup_document):
1723         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1724
1725         Use an EvRenderContext for rendering thumbnails instead of a suggested
1726         width, so that different sized pages get sized proportionally.
1727
1728 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-view.c: (ev_view_button_press_event),
1731         (ev_view_key_press_event):
1732
1733         Fix critical warnings when there is no document loaded. 
1734
1735 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-page-action-widget.c:
1738         * shell/ev-navigation-action.c:
1739         * shell/ev-window.c:
1740
1741         Fix compile warnings. 
1742
1743 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * backend/djvu/djvu-text.h:
1746         * backend/djvu/djvu-document.c:
1747         * backend/djvu/djvu-text-page.c:
1748         * backend/djvu/djvu-links.c:
1749         * backend/djvu/djvu-text-page.h:
1750         * backend/djvu/djvu-text.c:
1751         
1752         Fix build on Mac. Fixes bug #392186. Patch by
1753         <ephraim_owns@hotmail.com>
1754
1755 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1758
1759         Restore cairo context before rendering every page when printing a PDF
1760         document into a PDF file. 
1761
1762 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * backend/ps/gstypes.h:
1765         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1766         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1767         (ps_document_thumbnails_get_thumbnail):
1768
1769         Handle PostScript page orientation. Fixes bug #318568.
1770
1771 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * backend/ps/Makefile.am:
1774         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1775         (document_load), (ps_document_load), (save_document),
1776         (save_page_list), (ps_document_get_n_pages),
1777         (ps_document_get_page_size), (ps_document_get_info),
1778         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1779         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1780         (ps_document_thumbnails_get_thumbnail),
1781         (ps_document_thumbnails_get_dimensions),
1782         (ps_document_document_thumbnails_iface_init):
1783         * backend/ps/ps.[ch]: (psgetpagebox):
1784         * backend/ps/ps-interpreter.[ch]:
1785
1786         Add support for thumbnails in ps backend. Fixes bug #164755. 
1787
1788 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1789
1790         * NEWS:
1791         * configure.ac:
1792         
1793         Release 0.7.2
1794
1795 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1798         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1799         (ev_window_dispose):
1800
1801         Use document thumbnail as window icon. Fixes bug #384442.
1802
1803 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1804
1805         * configure.ac:
1806
1807         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1808         duplicated adding application/x-bzpostscript instead. 
1809
1810 2007-02-11  Tom Parker  <palfrey@tevp.net>
1811
1812         * backend/ps/ps-document.c: (document_load):
1813
1814         Check return value of psscan before trying
1815         to use it. Fixes bug #372414.
1816
1817 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1820
1821         Fix invalid free in ev-page-cache. Fixes bug #404745.
1822
1823 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1824
1825         * test/Makefile.am:
1826         * test/test3.py:
1827         
1828         Added reload test case.
1829
1830 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1831
1832         * po/POTFILES.in:
1833         * backend/djvu/djvu-document.c: (djvu_document_load):
1834
1835         Check whether there are missing files in indirect multipage djvu
1836         documents. Fixes bug #361683. 
1837
1838 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1839
1840         * test/Makefile.am:
1841         * test/test-mime.bin:
1842         * test/test3.py:
1843         
1844         Added test for slow mime type
1845
1846 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1849
1850         Add some checks and call parent_class->finalize. Fixes bug #404745.
1851
1852 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1853
1854         * shell/ev-navigation-action.c: (connect_proxy):
1855         
1856         Fixes dropdown history menu. Thanks a lot Carlos!
1857
1858 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1861
1862         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1863         bug #373715.
1864
1865 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * backend/ps/ps.c: (psscan):
1868
1869         Fix memory leak. 
1870
1871 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * configure.ac:
1874         * libdocument/ev-file-helpers.c: 
1875
1876         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1877
1878 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * configure.ac:
1881         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1882         (ps_interpreter_start), (document_load), (save_document),
1883         (save_page_list):
1884         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1885         * libdocument/ev-document-factory.c:
1886         (ev_document_factory_get_from_mime), (get_document_from_uri),
1887         (free_uncompressed_uri), (ev_document_factory_get_document):
1888         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1889
1890         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1891
1892 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * libdocument/ev-document.h:
1895
1896         Fix typo in function name. 
1897
1898 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * backend/ps/ps-document.c: (ps_interpreter_finished),
1901         (ps_interpreter_start), (ps_interpreter_failed):
1902
1903         Handle ghostscript interpreter crashes. 
1904
1905 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-window.c: (ev_window_open_uri),
1908         (window_configure_event_cb):
1909
1910         Setup window size and position before showing it. Fixes bug #401711.
1911
1912 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * backend/ps/Makefile.am:
1915         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1916         (ps_document_dispose), (ps_document_class_init),
1917         (ps_interpreter_input), (ps_interpreter_output),
1918         (ps_interpreter_error), (setup_interpreter_env),
1919         (ps_interpreter_start), (ps_interpreter_stop),
1920         (ps_interpreter_failed), (ps_interpreter_is_ready),
1921         (check_filecompressed), (document_load), (ps_document_load),
1922         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1923         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1924         (render_page):
1925
1926         Rework ps-document. Code cleanups, remove deprecated code. 
1927
1928 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-view.c: (ev_view_button_press_event):
1931
1932         Do not start an image drag and drop operation when pointer is on 
1933         text, so that we can select text when the whole background is an
1934         image. 
1935
1936 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * shell/ev-window.c: (ev_window_update_actions): 
1939
1940         Disable all zoom related actions during presentation mode. 
1941
1942 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1943
1944         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1945
1946         Do not zoom in or out on presentation mode. Fixes bug #401305.
1947
1948 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1949
1950         * shell/ev-navigation-action.c: (connect_proxy),
1951         (create_menu_item), (ev_navigation_action_class_init):
1952         
1953         Correctly show menu and fix crash when navigaton 
1954         action is out of toolbar visible area.
1955
1956 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1957
1958         * data/Makefile.am:
1959         * data/evince.1:
1960         
1961         Added man file
1962
1963 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1964
1965         * help/reference/* :
1966         * configure.ac:
1967         
1968         Added gtk-doc based documentation for Evince.
1969         Still in initial state but I hope it will
1970         grow.
1971         
1972         * configure.ac:
1973         
1974         Lower dbus requirement to 0.70
1975
1976 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c: (ev_window_add_history):
1979
1980         Fix memory leak. 
1981
1982 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1983
1984         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1985         * shell/ev-view.h:
1986         * shell/ev-window.c: (ev_window_add_history):
1987         
1988         Correctly handle named destination links
1989
1990 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1991
1992         * NOTES:
1993         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1994         * backend/pdf/ev-poppler.cc:
1995         * libdocument/ev-document-links.h:
1996         * libdocument/ev-link.c: (ev_link_get_page):
1997         * libdocument/ev-link.h:
1998         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1999         (ev_history_add_link):
2000         * shell/ev-history.h:
2001         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2002         (new_history_menu_item), (build_menu):
2003         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2004         * shell/ev-sidebar-links.c: (create_loading_model),
2005         (print_section_cb), (ev_sidebar_links_construct),
2006         (fill_page_labels), (update_page_callback_foreach),
2007         (update_page_callback), (job_finished_callback):
2008         * shell/ev-view.c: (ev_view_handle_link):
2009         * shell/ev-window.c: (ev_window_find_chapter),
2010         (ev_window_add_history), (view_handle_link_cb),
2011         (history_changed_cb):
2012         
2013         Implements another history variant
2014
2015 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * shell/ev-window.c: (view_external_link_cb):
2018         * shell/ev-view.c: (ev_view_button_release_event):
2019
2020         Open links in new window when clicking with middle button. 
2021
2022 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2023
2024         * shell/ev-navigation-action.c: (new_history_menu_item):
2025         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2026         * shell/ev-view.c: (ev_view_handle_link):
2027         * shell/ev-window.c:
2028         
2029         Store link before jump, not the destination. For me it 
2030         seems like more natural history behavior.
2031
2032 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2033
2034         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2035         (ev_navigation_action_class_init):
2036         * shell/ev-navigation-action.h:
2037         * shell/ev-page-action.c: (activate_cb):
2038         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2039         (ev_page_cache_set_current_page_history):
2040         * shell/ev-page-cache.h:
2041         * shell/ev-sidebar-thumbnails.c:
2042         (ev_sidebar_tree_selection_changed),
2043         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2044         * shell/ev-view-private.h:
2045         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2046         * shell/ev-view.h:
2047         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2048         (ev_window_setup_document), (ev_window_load_job_cb):
2049         * shell/ev-window.h:
2050         
2051         History finally works as expected.
2052
2053 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2056
2057         Do not update links treeview if it doesn't have a model assigned yet. 
2058
2059 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2062         (ev_sidebar_links_class_init), (update_page_callback):
2063
2064         Do not update links treeview when sidepane is not visible. 
2065
2066 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * shell/ev-marshal.list:
2069         * shell/ev-page-action.c: (activate_cb),
2070         (ev_page_action_class_init):
2071         * shell/ev-page-action.h:
2072         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2073         * shell/ev-window.c:
2074         
2075         Remove activate_link signal, not required.
2076
2077 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2078
2079         * shell/ev-navigation-action.c: (build_menu):
2080         
2081         Reorder menu items and build menu with fixed length.
2082
2083 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2084
2085         * shell/ev-view.c: (get_selected_text):
2086         
2087         Normalize text to fix ligatures problem. See bug
2088         #341947 for details.
2089
2090 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2093
2094         Fix memory leak in ev-page-cache. 
2095
2096 2007-01-25  Tom Parker <palfrey@tevp.net>
2097
2098         * backend/impress/impress-document.c: (impress_document_load),
2099         (impress_document_finalize), (impress_document_init):
2100         * properties/ev-properties-main.c: (ev_properties_get_pages):
2101         
2102         Correctly handle impress document errors. Fixes nautilus
2103         crash in property page #370491.
2104
2105 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2108         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2109         (ev_job_queue_remove_job):
2110         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2111         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2112         (ev_job_load_run):
2113         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2114         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2115         (ev_window_load_job_cb), (xfer_update_progress_callback),
2116         (ev_window_open_uri), (ev_window_dispose):
2117         * shell/main.c: (main):
2118
2119         Do file transfer asynchronously in the main thread instead of
2120         synchronously in the load thread. Fixes bugs #399694, #398307 and
2121         #343542.
2122
2123 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * shell/ev-jobs.c: (ev_job_xfer_run):
2126
2127         Load the document with the font-config lock held. 
2128
2129 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * backend/ps/ps-document.c: (start_interpreter):
2132
2133         Fix memory leaks in ps backend. 
2134
2135 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * backend/impress/impress-document.c:
2138         (impress_document_render_pixbuf):
2139
2140         Do not acquire fontconfig lock in impress backend, since it is using
2141         the main loop for rendering. 
2142
2143 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * po/POTFILES.in: 
2146
2147         Remove mdvi files that shouldn't be translated. 
2148
2149 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-view-private.h:
2152         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2153         (ev_view_set_zoom):
2154
2155         Render "loading..." text into a cairo surface instead of directly into
2156         the window so that fontconfig lock is only needed once and UI is not
2157         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2158
2159 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2162         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2163
2164         Use icon theme associated with the window screen rather than default. 
2165
2166 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2167
2168         * configure.ac:
2169
2170         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2171
2172 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2173
2174         * data/icons/*/apps/evince.*:
2175
2176         Move Evince icons under new apps directory.
2177
2178         * data/icons/*/actions/*:
2179
2180         Add new custom themeable Evince icons: view-page-continuous, 
2181         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2182         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2183
2184         * configure.ac:
2185
2186         Add new directories to AC_CONFIG_FILES.
2187
2188         * shell/ev-stock-icons.c:
2189         * shell/ev-stock-icons.h:
2190
2191         Use new custom themeable icons.
2192
2193 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2196
2197         Do not draw white background page in presentation mode. 
2198
2199 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2200
2201         * shell/ev-view.c: Remove unused gnome-vfs include.
2202
2203 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2204
2205         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2206         
2207         Format string is corrected, fixes bug #397129.
2208
2209 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * shell/ev-window.c: (ev_window_setup_recent):
2212
2213         Do not include in recent menu inexistent documents. Fixes
2214         bug #339171.
2215
2216 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * po/POTFILES.skip: 
2219
2220         Update POTFILES.skip file according to current source tree. 
2221
2222 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * shell/ev-window.c: (file_save_dialog_response_cb):
2225
2226         Do Save a copy in atomic way. Fixes bug #328266. 
2227
2228 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2231
2232         Keep selected cell always visible in index treeview.
2233
2234 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2235         
2236         * shell/ev-view.c: (ev_view_size_allocate):
2237
2238         Restore horizontal scrollbar after switching to/from fullscreen
2239         or presentation mode. Fixes bug #331728.
2240
2241 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * shell/ev-view-private.h:
2244         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2245         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2246         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2247         (ev_view_can_zoom_out):
2248
2249         Use max and min scale values in the view iby taking dpi into account. 
2250
2251 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * configure.ac:
2254         * NEWS:
2255
2256         Release 0.7.1
2257
2258 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * shell/ev-window.c: (ev_window_print_send):
2261
2262         Send print job to printer with some settings set to default values,
2263         since we have already exported to a file according to such settings
2264         and they could be taken twice by some printers. 
2265
2266 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * shell/ev-jobs.c: (ev_job_xfer_run):
2269         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2270
2271         Show main window and load document with the font-config lock held. 
2272
2273 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * configure.ac:
2276         * shell/ev-application.c: (ev_application_register_service):
2277         * shell/main.c: (load_files_remote):
2278
2279         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2280
2281 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2282
2283         * doc/debugging.txt:
2284         
2285         Remove obsolete documentation.
2286
2287 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2288
2289         * Makefile.am:
2290         * backend/Makefile.am:
2291         * backend/comics/Makefile.am:
2292         * backend/djvu/Makefile.am:
2293         * backend/dvi/Makefile.am:
2294         * backend/ev-async-renderer.c:
2295         * backend/ev-async-renderer.h:
2296         * backend/ev-attachment.c:
2297         * backend/ev-attachment.h:
2298         * backend/ev-backend-marshal.c:
2299         * backend/ev-document-factory.c:
2300         * backend/ev-document-factory.h:
2301         * backend/ev-document-find.c:
2302         * backend/ev-document-find.h:
2303         * backend/ev-document-fonts.c:
2304         * backend/ev-document-fonts.h:
2305         * backend/ev-document-images.c:
2306         * backend/ev-document-images.h:
2307         * backend/ev-document-info.h:
2308         * backend/ev-document-links.c:
2309         * backend/ev-document-links.h:
2310         * backend/ev-document-misc.c:
2311         * backend/ev-document-misc.h:
2312         * backend/ev-document-security.c:
2313         * backend/ev-document-security.h:
2314         * backend/ev-document-thumbnails.c:
2315         * backend/ev-document-thumbnails.h:
2316         * backend/ev-document-transition.c:
2317         * backend/ev-document-transition.h:
2318         * backend/ev-document.c:
2319         * backend/ev-document.h:
2320         * backend/ev-file-exporter.c:
2321         * backend/ev-file-exporter.h:
2322         * backend/ev-image.c:
2323         * backend/ev-image.h:
2324         * backend/ev-link-action.c:
2325         * backend/ev-link-action.h:
2326         * backend/ev-link-dest.c:
2327         * backend/ev-link-dest.h:
2328         * backend/ev-link.c:
2329         * backend/ev-link.h:
2330         * backend/ev-render-context.c:
2331         * backend/ev-render-context.h:
2332         * backend/ev-selection.c:
2333         * backend/ev-selection.h:
2334         * backend/impress/Makefile.am:
2335         * backend/pdf/Makefile.am:
2336         * backend/pixbuf/Makefile.am:
2337         * backend/ps/Makefile.am:
2338         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2339         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2340         (start_interpreter), (stop_interpreter), (document_load),
2341         (ps_document_next_page), (render_page):
2342         * backend/tiff/Makefile.am:
2343         * comics/Makefile.am:
2344         * comics/comics-document.c:
2345         * comics/comics-document.h:
2346         * configure.ac:
2347         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2348         * djvu/Makefile.am:
2349         * djvu/djvu-document-private.h:
2350         * djvu/djvu-document.c:
2351         * djvu/djvu-document.h:
2352         * djvu/djvu-links.c:
2353         * djvu/djvu-links.h:
2354         * djvu/djvu-text-page.c:
2355         * djvu/djvu-text-page.h:
2356         * djvu/djvu-text.c:
2357         * djvu/djvu-text.h:
2358         * dvi/Makefile.am:
2359         * dvi/dvi-document.c:
2360         * dvi/dvi-document.h:
2361         * dvi/fonts.c:
2362         * dvi/fonts.h:
2363         * dvi/mdvi-lib/Makefile.am:
2364         * dvi/mdvi-lib/afmparse.c:
2365         * dvi/mdvi-lib/afmparse.h:
2366         * dvi/mdvi-lib/bitmap.c:
2367         * dvi/mdvi-lib/bitmap.h:
2368         * dvi/mdvi-lib/color.c:
2369         * dvi/mdvi-lib/color.h:
2370         * dvi/mdvi-lib/common.c:
2371         * dvi/mdvi-lib/common.h:
2372         * dvi/mdvi-lib/defaults.h:
2373         * dvi/mdvi-lib/dvimisc.c:
2374         * dvi/mdvi-lib/dviopcodes.h:
2375         * dvi/mdvi-lib/dviread.c:
2376         * dvi/mdvi-lib/files.c:
2377         * dvi/mdvi-lib/font.c:
2378         * dvi/mdvi-lib/fontmap.c:
2379         * dvi/mdvi-lib/fontmap.h:
2380         * dvi/mdvi-lib/fontsrch.c:
2381         * dvi/mdvi-lib/gf.c:
2382         * dvi/mdvi-lib/hash.c:
2383         * dvi/mdvi-lib/hash.h:
2384         * dvi/mdvi-lib/list.c:
2385         * dvi/mdvi-lib/mdvi.h:
2386         * dvi/mdvi-lib/pagesel.c:
2387         * dvi/mdvi-lib/paper.c:
2388         * dvi/mdvi-lib/paper.h:
2389         * dvi/mdvi-lib/pk.c:
2390         * dvi/mdvi-lib/private.h:
2391         * dvi/mdvi-lib/setup.c:
2392         * dvi/mdvi-lib/sp-epsf.c:
2393         * dvi/mdvi-lib/special.c:
2394         * dvi/mdvi-lib/sysdeps.h:
2395         * dvi/mdvi-lib/t1.c:
2396         * dvi/mdvi-lib/tfm.c:
2397         * dvi/mdvi-lib/tfmfile.c:
2398         * dvi/mdvi-lib/tt.c:
2399         * dvi/mdvi-lib/util.c:
2400         * dvi/mdvi-lib/vf.c:
2401         * dvi/pixbuf-device.c:
2402         * dvi/pixbuf-device.h:
2403         * impress/Makefile.am:
2404         * impress/common.h:
2405         * impress/document.c:
2406         * impress/f_oasis.c:
2407         * impress/f_oo13.c:
2408         * impress/iksemel.c:
2409         * impress/iksemel.h:
2410         * impress/imposter.h:
2411         * impress/impress-document.c:
2412         * impress/impress-document.h:
2413         * impress/internal.h:
2414         * impress/r_back.c:
2415         * impress/r_draw.c:
2416         * impress/r_geometry.c:
2417         * impress/r_gradient.c:
2418         * impress/r_style.c:
2419         * impress/r_text.c:
2420         * impress/render.c:
2421         * impress/render.h:
2422         * impress/zip.c:
2423         * impress/zip.h:
2424         * lib/Makefile.am:
2425         * lib/ev-debug.c:
2426         * lib/ev-debug.h:
2427         * lib/ev-file-helpers.c:
2428         * lib/ev-file-helpers.h:
2429         * lib/ev-gui.c:
2430         * lib/ev-gui.h:
2431         * lib/ev-tooltip.c:
2432         * lib/ev-tooltip.h:
2433         * libdocument/Makefile.am:
2434         * libdocument/ev-file-helpers.c:
2435         * pdf/Makefile.am:
2436         * pdf/ev-poppler.cc:
2437         * pdf/ev-poppler.h:
2438         * pixbuf/Makefile.am:
2439         * pixbuf/pixbuf-document.c:
2440         * pixbuf/pixbuf-document.h:
2441         * properties/Makefile.am:
2442         * ps/Makefile.am:
2443         * ps/gsdefaults.c:
2444         * ps/gsdefaults.h:
2445         * ps/gsio.c:
2446         * ps/gsio.h:
2447         * ps/gstypes.h:
2448         * ps/ps-document.c:
2449         * ps/ps-document.h:
2450         * ps/ps.c:
2451         * ps/ps.h:
2452         * shell/Makefile.am:
2453         * shell/ev-application.h:
2454         * shell/ev-sidebar-links.c:
2455         * shell/ev-sidebar-links.h:
2456         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2457         (ev_gui_menu_position_tree_selection):
2458         * shell/ev-utils.h:
2459         * shell/ev-view.c: (ev_view_finalize):
2460         * shell/ev-window.c:
2461         * shell/main.c: (main):
2462         * thumbnailer/Makefile.am:
2463         * tiff/Makefile.am:
2464         * tiff/tiff-document.c:
2465         * tiff/tiff-document.h:
2466         * tiff/tiff2ps.c:
2467         * tiff/tiff2ps.h:
2468         
2469         Reorganize source tree.
2470
2471 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * backend/ev-document-factory.c:
2474
2475         Do not include ev-poppler.h when pdf is disabled. 
2476
2477 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * configure.ac:
2480         * data/evince-ui.xml:
2481         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2482         (pdf_document_document_images_iface_init):
2483         * backend/Makefile.am:
2484         * backend/ev-document-images.[ch]:
2485         * backend/ev-image.[ch]:
2486         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2487         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2488         (ev_job_xfer_run):
2489         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2490         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2491         (ev_pixbuf_cache_get_image_mapping):
2492         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2493         (view_menu_popup_cb), (ev_window_dispose),
2494         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2495         (ev_view_popup_cmd_copy_image):
2496         * shell/ev-view-private.h:
2497         * shell/ev-view.c: (ev_view_get_image_at_location),
2498         (ev_view_do_popup_menu), (ev_view_popup_menu),
2499         (ev_view_button_press_event), (ev_view_drag_data_get),
2500         (ev_view_drag_motion), (ev_view_drag_data_received),
2501         (ev_view_motion_notify_event), (ev_view_button_release_event),
2502         (ev_view_finalize), (ev_view_class_init):
2503
2504         Add image handling support. Fixes bugs #310008 and #325047. Images
2505         selection is not supported yet. 
2506
2507 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2510         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2511         (ev_view_init):
2512
2513         Move view drag and drop stuff to ev-view.
2514
2515 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2518         * shell/ev-view.c: (clear_selection): 
2519
2520         Clear selection also in pixbuf cache.
2521
2522 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2523
2524         * data/evince.desktop.in.in:
2525         
2526         Change icon name in desktop file. See bug #390734
2527         for details.
2528
2529 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2530
2531         * thumbnailer/Makefile.am:
2532
2533         Use top_builddir instead top_srcdir for generated schema
2534         file installation. Fixes bug #390161.
2535
2536 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * configure.ac:
2539         * backend/Makefile.am:
2540         * backend/ev-document-transition.[ch]:
2541         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2542         (pdf_document_page_transition_iface_init):
2543         * shell/ev-view-private.h:
2544         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2545         (ev_view_set_presentation), (transition_next_page),
2546         (ev_view_presentation_transition_stop),
2547         (ev_view_presentation_transition_start), (ev_view_next_page):
2548
2549         Add page transition support in presentation mode. At the moment only
2550         page duration is supported, but not transition effects. Fixes bug
2551         #309815.
2552
2553 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2556
2557         Run find_link_dest with document lock held, since it's called by links
2558         thread and main thread at the same time. 
2559
2560 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-view.c: (goto_dest):
2563
2564         Update page-cache when page is changed by the view, so that
2565         page-changed signal is emitted. 
2566
2567 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * test/test1.py:
2570         * test/test2.py:
2571
2572         Use C locale in tests. 
2573
2574 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-window.c: (ev_window_run_presentation):
2577         * shell/ev-view-private.h:
2578         * shell/ev-view.c: (ev_view_set_presentation):
2579
2580         Restore zoom settings when back from presentation mode. 
2581
2582 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2583
2584         * shell/ev-window.c: (ev_window_run_presentation):
2585
2586         Always use "best fit" zoom in presentation mode.
2587         Fixes bug #389195.
2588
2589 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2590
2591         * shell/ev-view.c: (ev_view_goto_window_create):
2592
2593         Show "Jump to page" label in the page jumping popup in
2594         presentation mode instead of just a GtkEntry.
2595
2596 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * shell/ev-window.c: (launch_external_uri):
2599
2600         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2601         #378085.
2602
2603 2006-12-22  Elijah Newren  <newren gmail com>
2604
2605         * configure.ac: explicitly check for libxml2.  Fixes #388795
2606
2607 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-view-private.h:
2610         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2611         (ev_view_goto_window_delete_event), (key_is_numeric),
2612         (ev_view_goto_window_key_press_event),
2613         (ev_view_goto_window_button_press_event),
2614         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2615         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2616         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2617
2618         Allow jumping to another page by typing a page number in presentation
2619         mode. It uses a popup window with an entry. Fixes bug #353625.
2620
2621 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2622
2623         * configure.ac:
2624         * properties/ev-properties-view.c: (ev_get_default_user_units),
2625         (ev_regular_paper_size):
2626         
2627         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2628         to Damien Carbery <damien.carbery@sun.com> and
2629         Yevgen Muntyan <muntyan@tamu.edu>.
2630
2631 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2632
2633         * shell/ev-window.c: (setup_document_from_metadata):
2634
2635         Make sure Evince doesn't restore the view on the last
2636         page when a document is reopened. Fixes bug #383381.
2637
2638 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2639
2640         * shell/ev-view.c: (draw_loading_text):
2641
2642         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2643
2644 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * configure.ac:
2647         * NEWS:
2648
2649         Release 0.7.0
2650
2651 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * configure.ac:
2654         * pdf/ev-poppler.cc: (pdf_print_context_free),
2655         (pdf_document_file_exporter_begin),
2656         (pdf_document_file_exporter_do_page):
2657
2658         Make cairo-pdf depedency optional. 
2659
2660 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2663
2664         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2665
2666 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2669         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2670         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2671         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2672         * shell/ev-view.c: (draw_loading_text):
2673         * shell/ev-window.c: (ev_window_cmd_file_properties):
2674
2675         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2676         related to using FontConfig from different threads.
2677         
2678 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * shell/ev-view.c: (draw_loading_text):
2681
2682         Acquire lock document when drawing "Loading..." text so that only one
2683         thread will use FontConfig at the same time. Fixes bug #374750.
2684
2685 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2686
2687         * shell/ev-page-action.[ch]: (activate_cb):
2688         * shell/ev-window.c: (activate_label_cb):
2689
2690         Check if text inserted in page entry is a valid page number when it
2691         doesn't match to any document page label. Fixes bug #383165.
2692
2693 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2694         * shell/ev-window.c:
2695
2696         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2697         available with GTK < 2.10. Added an ifdef to avoid compilation
2698         error.
2699
2700 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * configure.ac:
2703         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2704
2705         Fix ps backend in multihead systems.
2706
2707 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2710         * shell/ev-window.c: (ev_window_get_screen_dpi),
2711         (ev_window_update_actions), (setup_view_from_metadata),
2712         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2713
2714         Take screen DPI into account when zooming. Fixes bug #318285.
2715
2716 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2717
2718         * data/Makefile.am:
2719
2720         Cleaned up/slightly refactored Makefile.am. Added GConf
2721         schemas uninstallation as well.
2722
2723 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2724
2725         * Makefile.am:
2726         * test/Makefile.am:
2727
2728         Fight with autotools to fix make check. Make distcheck
2729         works fine as well now!
2730
2731 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2732
2733         * shell/ev-view.c: (draw_end_presentation_page):
2734
2735         Corrected "end of presentation" string.
2736
2737 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2738
2739         * shell/ev-view.c: (ev_view_key_press_event):
2740
2741         Correctly propagate key press event so that up/down keys
2742         work as expected (correct behaviour was broken by
2743         black/white screen key bindings for presentations).
2744
2745 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2748         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2749         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2750         (pdf_selection_get_selection_region),
2751         (pdf_selection_get_selection_map):
2752
2753         Add "static" to some private functions. 
2754
2755 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2756
2757         * lib/ev-tooltip.h:
2758         * properties/ev-properties-view.h:
2759         * shell/ev-jobs.h:
2760         * shell/ev-properties-dialog.h:
2761         * shell/ev-properties-fonts.h:
2762         * shell/ev-sidebar-links.h:
2763         * shell/ev-sidebar-thumbnails.h:
2764         * shell/ev-sidebar.h:
2765         * shell/ev-window.h:
2766         
2767         Fixes CHACK type in class casts. See bug #385343
2768         for details.
2769
2770 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * shell/ev-view-private.h:
2773         * shell/ev-view.c: (draw_end_presentation_page),
2774         (ev_view_expose_event), (ev_view_key_press_event),
2775         (ev_view_class_init), (ev_view_init):
2776
2777         Blank screen in presentation mode when pressing 'b' (filling with
2778         black) or 'w' (filling with white) keys. Fixes bug #358132.
2779
2780 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2781
2782         * data/evince-toolbar.xml:
2783         * shell/ev-window.c:
2784         
2785         Use stock icon for Select All action. Fixes
2786         bug #382652.
2787
2788 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2789
2790         * shell/ev-view.c: (get_doc_point_from_offset),
2791         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2792
2793         Add links support in rotated documents. Fixes bug #343733.
2794
2795 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * shell/ev-view-private.h:
2798         * shell/ev-view.c: (draw_end_presentation_page),
2799         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2800
2801         Show a blank page after the last page in presentation mode with a
2802         message indicating that presentation has finished and how to exit. 
2803
2804 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-window.c: (fullscreen_timeout_cb):
2807
2808         Hide cursor after a while in presentation mode. 
2809
2810 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2811
2812         * backend/ev-document-info.h:
2813         * data/evince-properties.glade:
2814         * pdf/ev-poppler.cc:
2815         * properties/ev-properties-view.c: (ev_regular_paper_size),
2816         (ev_properties_view_set_info):
2817         * ps/ps-document.c: (ps_document_get_info):
2818
2819         Adds a paper size field to the properties dialog. Fixes
2820         bug #307315. Patch by Kasper Svendsen (with some i18n
2821         changes done by me).
2822
2823 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2824
2825         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2826         (screensaver_init_dbus), (totem_scrsaver_new),
2827         (totem_scrsaver_init):
2828         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2829         * shell/ev-application.c: (ev_application_register_service),
2830         (ev_application_screensaver_enable),
2831         (ev_application_screensaver_disable):
2832         * shell/ev-application.h:
2833         * shell/ev-window.c: (ev_window_run_presentation),
2834         (ev_window_stop_presentation), (build_comments_string),
2835         (ev_window_init):
2836         
2837         Move screensaver handling to application. No more
2838         message on startup.
2839
2840 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * configure.ac:
2843         * backend/Makefile.am:
2844         * backend/ev-file-exporter.[ch]:
2845         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2846         * ps/ps-document.c: (ps_document_file_exporter_*):
2847         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2848         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2849         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2850         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2851
2852         Allow printing to PDF when suppoted by the backend.
2853         
2854 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * shell/ev-window.c: (build_comments_string):
2857
2858         Use always "Document Viewer" in about dialog. 
2859
2860 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * djvu/djvu-document.c: (djvu_document_get_page_size):
2863
2864         Display a warning message when get_pageinfo fails. 
2865
2866 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2867
2868         * Makefile.am:
2869         * backend/Makefile.am:
2870         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2871         * configure.ac:
2872         * shell/ev-window.c: (build_comments_string):
2873         
2874         Make pdf compilation optional. See bug #38007.
2875
2876 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * ps/ps.c: (get_next_text):
2879
2880         Fix CVE-2006-5864.
2881
2882 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2885         * shell/ev-navigation-action.c: (connect_proxy),
2886         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2887         
2888         Do not call g_type_class_peek_parent twice.
2889
2890 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2891
2892         * configure.ac:
2893         * data/icons/24x24/.cvsignore:
2894         * data/icons/24x24/Makefile.am:
2895         * data/icons/24x24/evince.png:
2896         * data/icons/Makefile.am:
2897         
2898         Add 24x24 icon. Thanks to 
2899         Michael Monreal <infernux@web.de>.
2900
2901 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2902
2903         * configure.ac: Fix typo in configure.ac. Thanks
2904         to dmacks@netspace.org for notification.
2905
2906 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2907
2908         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2909         
2910         Drop dbus include, fixes compilation with older dbus.
2911
2912 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2913
2914         * configure.ac:
2915         * cut-n-paste/Makefile.am:
2916         * cut-n-paste/totem-screensaver/.cvsignore
2917         * cut-n-paste/totem-screensaver/Makefile.am:
2918         * cut-n-paste/totem-screensaver/README:
2919         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2920         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2921         * shell/Makefile.am:
2922         * shell/ev-window.c: (ev_window_run_presentation),
2923         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2924         (ev_window_init):
2925
2926         Implemented screensaver enabling/disabling for
2927         presentation mode (not fullscreen mode). Code stolen
2928         from Totem (with some minor tweaks). Fixes bug #338889.
2929
2930 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2931
2932         * configure.ac:
2933
2934         Bump gnome-icon-theme requirements. We use the rotation
2935         icons that appeared recently.
2936
2937 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2938
2939         * shell/ev-history.c: (ev_history_add_page):
2940         * shell/ev-history.h:
2941         * shell/ev-window.c: (page_changed_cb):
2942         
2943         Use page labels instead of numbers.
2944
2945 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * data/evince-toolbar.xml:
2948         * po/POTFILES.in:
2949         * shell/Makefile.am:
2950         * shell/ev-navigation-action-widget.c:
2951         (ev_navigation_action_widget_init),
2952         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2953         (menu_detacher), (ev_navigation_action_widget_set_menu),
2954         (menu_position_func), (popup_menu_under_arrow),
2955         (ev_navigation_action_widget_toggled),
2956         (ev_navigation_action_widget_button_press_event):
2957         * shell/ev-navigation-action-widget.h:
2958         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2959         (ev_navigation_action_set_window), (activate_menu_item_cb),
2960         (new_history_menu_item), (new_empty_history_menu_item),
2961         (build_menu), (menu_activated_cb), (connect_proxy),
2962         (create_tool_item), (ev_navigation_action_init),
2963         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2964         * shell/ev-navigation-action.h:
2965         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2966         (ev_page_action_widget_set_page_cache),
2967         (ev_page_action_widget_finalize),
2968         (ev_page_action_widget_class_init), (match_selected_cb),
2969         (display_completion_text), (match_completion), (build_new_tree_cb),
2970         (get_filter_model_from_model),
2971         (ev_page_action_widget_update_model):
2972         * shell/ev-page-action-widget.h:
2973         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2974         (connect_proxy):
2975         * shell/ev-page-action.h:
2976         * shell/ev-stock-icons.c:
2977         * shell/ev-stock-icons.h:
2978         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2979         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2980         (register_custom_actions):
2981         * shell/main.c:
2982         
2983         Preliminary history implementation
2984
2985 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2986
2987         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2988         (dvi_document_class_init), (dvi_document_init_params):
2989         * dvi/mdvi-lib/font.c: (font_reference):
2990         
2991         Add reference to subfont. Fixes bug #374277.
2992
2993 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2996         (ev_window_cmd_file_open_copy_at_dest):
2997
2998         Fix a race condition when creating symlink. Increase the counter
2999         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3000         Mathias Hasselmann).
3001
3002 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/Makefile.am:
3005         * backend/ev-attachment.c: (ev_attachment_open):
3006         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3007         (ev_tmp_dir), (ev_tmp_filename):
3008         * shell/ev-sidebar-attachments.c:
3009         (ev_sidebar_attachments_drag_data_get):
3010         * shell/ev-window.c: (ev_window_clear_temp_file):
3011
3012         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3013         in ensure_dir_exists. Abort without crashing when we can't create
3014         user's directory.
3015
3016 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * data/evince-ui.xml:
3019         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3020         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3021         (ev_window_cmd_file_open_copy_at_dest),
3022         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3023         (ev_view_popup_cmd_open_link_new_window):
3024
3025         Allow opening a copy of the current document in a new window. Fixes bug
3026         #357472
3027
3028 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3029
3030         * data/evince-toolbar.xml:
3031         
3032         Add rotate right and rotate left to available items for toolbar.
3033         
3034         * data/evince-ui.xml:
3035         * shell/ev-window.c: (ev_window_init):
3036         
3037         Customize toolbar with right click. Fixes bug #372451.
3038
3039 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3040
3041         * shell/ev-window.c: 
3042         
3043         Use "object-rotate-{left,right}" stock icons. Fixes 
3044         bug #373863.
3045
3046 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3049         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3050         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3051         (ev_window_open_uri):
3052         * shell/main.c: (arguments_parse):
3053
3054         Remove temp file created when evince is used by GTK+ in
3055         preview mode. Fixes bug #365282. 
3056
3057 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3060         
3061         Fixes bug #372474 - Side pane disabled when entering 
3062         and leaving fullscreen mode.
3063
3064 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3065
3066         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3067         * data/Makefile.am:
3068         * data/evince-preview-toolbar.xml:
3069         * data/evince-toolbar.xml:
3070         * shell/ev-application.c: (ev_application_shutdown),
3071         (ev_application_init), (ev_application_get_toolbars_model):
3072         * shell/ev-application.h:
3073         * shell/ev-window.c: (update_chrome_visibility),
3074         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3075         (ev_window_cmd_edit_toolbar), (ev_window_init):
3076         
3077         Fixes bug #364364 - toolbar editor shows zoom actions again.
3078
3079 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3082
3083         Do not take margins into consideration for paper size when printing.
3084         Really fixes bug #350491.
3085
3086 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * data/evince-ui.xml:
3089         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3090         (ev_window_cmd_file_print_setup),
3091         (ev_window_print_dialog_response_cb),
3092         (ev_window_setup_action_sensitivity):
3093
3094         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3095
3096 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-window.c: (ev_window_print_range):
3099
3100         Revert my previuos commit, since printing to PDF is not supported by
3101         evince yet. 
3102
3103 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3104
3105         * shell/ev-window.c: (ev_window_print_range):
3106
3107         Enable print to a PDF. Fixes bug #332121.
3108
3109 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * shell/ev-application-service.xml:
3112         * shell/ev-application.[ch]: (ev_application_open_window),
3113         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3114         (ev_application_open_uri), (ev_application_open_uri_list):
3115         * shell/ev-window.c: (file_open_dialog_response_cb),
3116         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3117         (drag_data_received_cb), (open_remote_link):
3118         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3119
3120         Add support for multiscreen systems. Fixes bug #316206.
3121
3122 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * shell/ev-jobs.[ch]: (ev_job_print_new),
3125         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3126         (ev_job_print_do_page):
3127         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3128
3129         Allow printing only odd/even pages. Fixes bug #367289.
3130
3131 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3132
3133         * test/test1.py:
3134         * test/test2.py:
3135
3136         Re-add locale settings to test files.
3137
3138 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * data/evince-ui.xml:
3141         * shell/ev-window.c: (set_action_properties):
3142         
3143         Removed garbage from code and ui.
3144
3145 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3146
3147         * shell/ev-window.c: (ev_window_cmd_help_about):
3148
3149         Shamelessly add my name to the list of contributors.
3150
3151 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3152
3153         * test/test1.py:
3154         * test/test2.py:
3155
3156         Cleaned up the dogtail scripts.
3157
3158 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3159
3160         * shell/ev-view.c: (draw_loading_text): Don't render
3161         "loading..." text in presentation mode. Temporary
3162         workaround for bug #320352.
3163
3164 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3165
3166         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3167         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3168
3169         Use print settings scale, copies, collate and reverse which were
3170         ignored. Fixes bug #359032.
3171
3172 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3173
3174         * configure.ac:
3175         * data/evince-password.glade:
3176         * test/Makefile.am:
3177         * test/test-encrypt.pdf:
3178         * test/test-links.pdf:
3179         * test/test1.py:
3180         * test/test2.py:
3181
3182         Add automated UI tests for evince with dogtail. See
3183         bug #300948.    
3184
3185 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3188
3189         Hide fullscreen toolbar when switching to another desktop workspace.
3190         Fixes bug #338871
3191
3192 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3193
3194         * shell/ev-window-title.c: 
3195         
3196         Test for .dvi in title of pdf documents.
3197
3198 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3199
3200         * shell/ev-view.c: (ev_view_scroll):
3201
3202         Page Up/Down should do page jumps in "Best fit" mode.
3203         If a user has explicitly chosen to view exactly one page
3204         at a time, scrolling just a part of the page when
3205         pressing Page Up/Down is not right. Fixes bug #323107.
3206
3207 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3208
3209         * NEWS:
3210         * configure.ac:
3211         
3212         Update for 0.6.1
3213
3214 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3215
3216         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3217         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3218         
3219         Correctly disconnect from job signals on destroy.
3220
3221 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3222
3223         * shell/ev-view-private.h:
3224         * shell/ev-view.c: (view_set_adjustment_values),
3225         (view_update_range_and_current_page),
3226         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3227         
3228         Fixes bug #343199, current page now follows find page.
3229
3230 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3231
3232         * backend/ev-document-factory.c:
3233         * configure.ac:
3234         Assigned OpenDocument presenation MIME type to the
3235         Impress backend. Added some missing (but harmless)
3236         #ifdefs in the document factory as well to make things
3237         consistent again. Fixes bug #360658.
3238
3239 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3240
3241         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3242         * backend/ev-document-find.c: (ev_document_find_get_type):
3243         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3244         * backend/ev-document-links.c: (ev_document_links_get_type):
3245         * backend/ev-document-security.c: (ev_document_security_get_type):
3246         * backend/ev-document-thumbnails.c:
3247         (ev_document_thumbnails_get_type):
3248         * backend/ev-document.c: (ev_document_get_type):
3249         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3250         * backend/ev-selection.c: (ev_selection_get_type):
3251         * cut-n-paste/recent-files/egg-recent-model.c:
3252         (egg_recent_model_get_type):
3253         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3254         (egg_recent_view_uimanager_get_type):
3255         * cut-n-paste/recent-files/egg-recent-view.c:
3256         (egg_recent_view_get_type):
3257         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3258         (egg_editable_toolbar_get_type):
3259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3260         (egg_toolbar_editor_get_type):
3261         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3262         (egg_toolbars_model_get_type):
3263         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3264         (egg_tree_multi_drag_source_get_type):
3265         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3266         (ephy_zoom_action_get_type):
3267         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3268         (ephy_zoom_control_get_type):
3269         * impress/r_back.c: (_imp_fill_back):
3270         * properties/ev-properties-main.c:
3271         (ev_properties_plugin_register_type):
3272         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3273         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3274         (ev_view_accessible_factory_get_type):
3275
3276         Reduce relocations. Bug #360616.
3277
3278 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3279
3280         * backend/ev-document-factory.c:
3281         (ev_document_factory_get_document):
3282         
3283         Load document even if extension is wrong.
3284
3285 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * shell/ev-metadata-manager.c: (save_values):
3288         * shell/ev-window.c: (setup_size_from_metadata),
3289         (setup_view_from_metadata), (ev_window_setup_document),
3290         (ev_window_xfer_job_cb), (window_configure_event_cb):
3291         
3292         Set size according to the document size/page size ratio.
3293         That should correct rather wierd behaviour of the previous
3294         commit.
3295
3296 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3297
3298         * shell/ev-window.c: (setup_view_from_metadata):
3299         
3300         Set size for new windows from previous window size.
3301         See bugs #354968 and #168450 for details. Thanks
3302         to Meik Hellmund.
3303
3304 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * djvu/djvu-links.c: (build_tree):
3307
3308         Fix memory leak.
3309
3310 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3313         
3314         Don't make sidebar close button insensitive. Fixes
3315         bug #357871.
3316
3317 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3320         (ev_window_set_view_accels_sensitivity):
3321         
3322         Don't enable Slash on documents which don't support
3323         find. Fixes bug #358648.
3324
3325 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3326
3327         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3328         open dialog fall back to the current document uri if the
3329         filechooser hasn't been used before. Fixes bug #356980.
3330
3331 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3332
3333         * shell/ev-window.c: (ev_window_setup_recent), 
3334         (ev_window_get_recent_file_label):
3335
3336         Escape underscores in filenames of recent file items.
3337
3338 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * configure.ac:
3341         
3342         Bumped poppler requirements, really 0.5.3 is very 
3343         buggy, now we require 0.5.4.
3344
3345 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3346
3347         * djvu/Makefile.am:
3348         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3349         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3350         (djvu_document_document_links_iface_init):
3351         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3352         (number_from_string_10), (get_djvu_link_dest),
3353         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3354         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3355         (djvu_links_get_links), (djvu_links_find_link_dest),
3356         (djvu_links_get_links_model):
3357         * djvu/djvu-links.h:
3358         
3359         Add support for links and bookmarks in djvu documents. Thanks
3360         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3361         patch.
3362
3363 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3364
3365         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3366         
3367         Reopen should reload document. Fixes 
3368         bug 327951.
3369
3370 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3371
3372         * configure.ac:
3373         * data/Makefile.am:
3374         * data/evince-16.png:
3375         * data/evince-22.png:
3376         * data/evince.png:
3377         * data/evince.svg:
3378         * data/icons/16x16/Makefile.am:
3379         * data/icons/16x16/evince.png:
3380         * data/icons/22x22/Makefile.am:
3381         * data/icons/22x22/evince.png:
3382         * data/icons/48x48/Makefile.am:
3383         * data/icons/48x48/evince.png:
3384         * data/icons/Makefile.am:
3385         * data/icons/scalable/Makefile.am:
3386         * data/icons/scalable/evince.svg:
3387         
3388         Install icons with correct names. Fixes
3389         bug #354429.
3390
3391 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * shell/ev-view.c: (ev_view_button_release_event):
3394
3395         Don't open links with middle mouse button. Fixes bug #353649
3396
3397 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3398
3399         * NEWS:
3400         * configure.ac:
3401         
3402         Update for release 0.6.0
3403
3404 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3405
3406         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3407         Implement Close named action. Patch by Carlos Garcia Campos.
3408
3409 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3410
3411         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3412         
3413         Don't clear link mapping on copy_job_to_job_info. Fixes
3414         bug 346168.
3415
3416 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * shell/main.c: (main):
3419
3420         Revert my previous commit, gnome_program_init owns the option context.
3421         Fix another memory leak in main. Both caught by Christian Persch. 
3422
3423 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/main.c: (main):
3426
3427         Fix memory leak.
3428
3429 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3430
3431         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3432
3433         Fix crash when opening a pdf with password protection. 
3434
3435 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3436
3437         * pdf/ev-poppler.cc: (pdf_document_search_free):
3438
3439         Fix memory leak. 
3440
3441 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3442
3443         * backend/ev-document-factory.c:
3444         (ev_document_factory_get_document):
3445         * tiff/tiff-document.c: (tiff_document_finalize):
3446         
3447         More correct handling of document loading. Fixes
3448         bug #349043.
3449
3450 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * backend/ev-attachment.c: (ev_attachment_save):
3453
3454         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3455         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3456
3457 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3458         
3459         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3460         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3461
3462 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * shell/ev-sidebar-thumbnails.c:
3465
3466         Do not render thumbnails unless thumbnails page is active in the
3467         sidebar.
3468
3469 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3470
3471         * shell/ev-properties-dialog.c:
3472
3473         Fix dialogue spacing. Bug #351370.
3474
3475 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3476
3477         * configure.ac:
3478
3479         Use lowercase gettext catalog file names (evince.mo
3480         instead of Evince.mo)
3481
3482 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-sidebar-attachments.c:
3485
3486         GtkIconTheme is now screen safe too. Fixes bug #350878
3487
3488 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * shell/ev-window.c:
3491
3492         GtkRecent manager is now screen safe. Fixes bug #350145
3493
3494 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3495
3496         * shell/ev-sidebar.c: (ev_sidebar_init):
3497         
3498         Make sidebar close icon smaller. Fix for bug 350177.
3499         See also bugs 350176 and 165770.
3500
3501 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3504
3505         Ignore zoom for xyz destinations when it's <= 1, keeping user
3506         preferences instead. Set correct sizing-mode for fith and fitv
3507         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3508
3509 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3510
3511         * NEWS:
3512         * configure.ac:
3513         
3514         Update for release 0.5.5
3515
3516 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3517         
3518         * shell/ev-window.c: (ev_window_cmd_escape)
3519
3520         Escape unfocus page entry. Fixes bug #345809.
3521
3522 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3525         (build_tree), (pdf_document_links_get_links),
3526         (pdf_document_links_find_link_dest):
3527         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3528         (goto_xyz_dest):
3529
3530         Convert from PDF style coordinates to X style coordinates in the
3531         backend rather than in the view. Fixes bug #338440
3532
3533 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * shell/ev-window.c:
3536         
3537         Remove Ctrl+Shift+T shortcut for toolbars. See
3538         the bug #350098.
3539
3540 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * configure.ac:
3543
3544         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3545         of this. 
3546
3547 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * configure.ac:
3550         * cut-n-paste/Makefile.am:
3551         * data/evince-ui.xml:
3552         * shell/Makefile.am:
3553         * shell/ev-application.[ch]:
3554         * shell/ev-window.c:
3555
3556         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3557         #349273
3558
3559 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3560
3561         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3562         findbar code: s/help/search/
3563
3564 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3565
3566         * shell/ev-window.c: (setup_document_from_metadata),
3567         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3568         (setup_view_from_metadata):
3569         
3570         Fix memory leaks.
3571
3572 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3573
3574         * autogen.sh, configure.ac: 
3575         
3576         Update automake usage. See bug 349292.
3577
3578 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3579
3580         * shell/eggfindbar.c: (egg_find_bar_class_init),
3581         (entry_activate_callback), (egg_find_bar_init),
3582         (egg_find_bar_set_status_text):
3583         * shell/eggfindbar.h:
3584         
3585         Unify Evince findbar with Epiphany. Nice patch
3586         from Fabricio Silva <silva@crans.org> and
3587         Frederic Peters <fpeters@entrouvert.com>. See
3588         bug #339966 for details.
3589
3590 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3591
3592         * data/evince.desktop.in.in:
3593         
3594         Correct information for bugzilla. Thanks to
3595         Olaf Vitters, see bug #348855.
3596
3597 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * shell/ev-jobs.[ch]:
3600         * shell/ev-sidebar-links.c:
3601         * shell/ev-window.[ch]:
3602
3603         GtkPrintJob doesn't support print ranges or current page, so we export
3604         to a ps file now when printing ranges or current page.
3605
3606 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3607
3608         * pdf/ev-poppler.cc:
3609         * shell/ev-window.c: (do_action_named):
3610
3611         We should be more clear about bugzilla. See the
3612         poppler bug #7623.
3613
3614 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * configure.ac:
3617         * shell/Makefile.am:
3618         * shell/ev-job-queue.c:
3619         * shell/ev-jobs.[ch]:
3620         * shell/ev-sidebar-links.c:
3621         * shell/ev-window.[ch]:
3622         
3623         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3624         #348422
3625
3626 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3627
3628         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3629         * shell/ev-application-service.xml:
3630         * shell/ev-application.[ch]:
3631         * shell/ev-jobs.[ch]:
3632         * shell/ev-window.[ch]: (ev_window_run_preview):
3633         * shell/main.c: 
3634
3635         Add preview mode to use evince as a printing previewer. It also adds
3636         other command line options for fullscreen and presentation modes.
3637         Fixes bugs #347822, #317031
3638
3639 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3640
3641         * NEWS:
3642         * configure.ac:
3643         
3644         Update for release 0.5.4
3645
3646 2006-07-11  Bastien Nocera <hadess@hadess.net>
3647
3648         * Makefile.am:
3649         * backend/Makefile.am:
3650         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3651         * backend/ev-document-factory.h:
3652         * configure.ac:
3653         * impress/.cvsignore:
3654         * impress/Makefile.am:
3655         * impress/common.h:
3656         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3657         (imp_get_page), (imp_next_page), (imp_prev_page),
3658         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3659         * impress/f_oasis.c: (render_object), (render_page),
3660         (get_geometry), (_imp_oasis_load):
3661         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3662         (_imp_oo13_load):
3663         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3664         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3665         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3666         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3667         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3668         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3669         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3670         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3671         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3672         (iks_new_within), (iks_insert), (iks_insert_cdata),
3673         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3674         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3675         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3676         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3677         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3678         (iks_cdata), (iks_cdata_size), (iks_has_children),
3679         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3680         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3681         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3682         (iks_tree), (iks_load), (iks_save):
3683         * impress/iksemel.h:
3684         * impress/imposter.h:
3685         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3686         (imp_render_draw_bezier_real), (imp_render_get_size),
3687         (imp_render_set_fg_color), (imp_render_draw_line),
3688         (imp_render_draw_rect), (imp_render_draw_polygon),
3689         (imp_render_draw_arc), (imp_render_draw_bezier),
3690         (imp_render_open_image), (imp_render_get_image_size),
3691         (imp_render_scale_image), (imp_render_draw_image),
3692         (imp_render_close_image), (imp_render_markup),
3693         (imp_render_get_text_size), (imp_render_draw_text),
3694         (impress_document_load), (impress_document_save),
3695         (impress_document_get_n_pages), (impress_document_get_page_size),
3696         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3697         (impress_document_finalize), (impress_document_class_init),
3698         (impress_document_can_get_text), (impress_document_get_info),
3699         (impress_document_document_iface_init),
3700         (impress_document_thumbnails_get_thumbnail),
3701         (impress_document_thumbnails_get_dimensions),
3702         (impress_document_document_thumbnails_iface_init),
3703         (impress_document_init):
3704         * impress/impress-document.h:
3705         * impress/internal.h:
3706         * impress/r_back.c: (_imp_fill_back):
3707         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3708         (_imp_draw_image), (_imp_tile_image):
3709         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3710         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3711         (r_polyline):
3712         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3713         (r_draw_gradient_complex), (r_draw_gradient):
3714         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3715         (r_get_bullet):
3716         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3717         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3718         (r_text):
3719         * impress/render.c: (imp_create_context), (imp_context_set_page),
3720         (imp_context_set_step), (imp_render), (imp_delete_context):
3721         * impress/render.h:
3722         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3723         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3724         (zip_load_xml), (zip_get_size), (zip_load):
3725         * impress/zip.h:
3726         * shell/ev-utils.c:
3727         
3728         New backend to support impress slides. Fixes bug #30867.
3729
3730 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3731
3732         * shell/ev-utils.c: (using_postscript_printer):
3733         
3734         Fixes crash when print using PAPI backend,
3735         bug #345012.
3736
3737 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3738
3739         * shell/ev-jobs.c: (ev_job_xfer_run):
3740         * shell/ev-window.c: (password_dialog_response),
3741         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3742         (ev_window_dispose):
3743         Fixes bug #344160: if the xfer job doesn't complete
3744         because a password is required, reload the existing
3745         instance instead of creating a new one.
3746
3747 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3748
3749         * shell/main.c: (main): Call gdk_threads_init. Thus
3750         we'll avoid errors in auth dialog. Fix for the bug
3751         #343347.
3752
3753 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3754
3755         * configure.ac: Advertise pixbuf support, fix
3756         for the bug 343317.
3757
3758 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3759
3760         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3761         (ev_sidebar_thumbnails_set_document):
3762         
3763         Update sidebar thumbnails after reloading.
3764
3765 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3768         * shell/ev-jobs.h:
3769         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3770         (ev_window_cmd_view_reload), (ev_window_init):
3771         
3772         Don't crash on reload. Fix for the bug #343167.
3773
3774 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3775
3776         * shell/ev-jobs.c: (ev_job_render_run):
3777         
3778         Check for document links.
3779
3780 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3781
3782         * backend/ev-attachment.c: (ev_attachment_save),
3783         (ev_attachment_launch_app), (ev_attachment_open):
3784         * backend/ev-document-factory.c: (get_document_from_uri):
3785         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3786         (egg_recent_view_uimanager_set_list):
3787         * ps/ps-document.c: (check_filecompressed), (document_load),
3788         (ps_document_load):
3789         * shell/ev-metadata-manager.c: (load_values):
3790         * shell/ev-password.c: (ev_password_dialog_set_property):
3791         * shell/ev-view.c: (tip_from_link):
3792         * shell/ev-window.c: (file_save_dialog_response_cb),
3793         (ev_window_print_dialog_response_cb):
3794         
3795         Use consistent quoting style. Fix for the bug #320285.
3796
3797 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * shell/ev-jobs.c: (ev_job_xfer_run):
3800         * shell/main.c: (load_files):
3801                 
3802         Open links with anchors. Fix for the bug #339836.
3803
3804 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3805
3806         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3807         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3808         (ev_link_dest_set_property), (ev_link_dest_finalize),
3809         (ev_link_dest_class_init), (ev_link_dest_new_named),
3810         (ev_link_dest_new_page_label):
3811         * backend/ev-link-dest.h:
3812         * shell/ev-application.c: (ev_application_open_uri):
3813         * shell/ev-view.c: (goto_dest):
3814         * shell/ev-window.c:
3815         * shell/ev-window.h:
3816         
3817         Fix page-label command line option. Bug #342070.
3818
3819 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3820
3821         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3822         
3823         Don't show highlight rects if page can't be showed. Fix for 
3824         the bug #342076
3825
3826 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3827
3828         * shell/ev-window.c: (setup_sidebar_from_metadata),
3829         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3830         
3831         Setup sidebar from metadata even if there is no document
3832         loaded. Fix for the bug #342807.
3833
3834 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * cut-n-paste/toolbar-editor/Makefile.am:
3837         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3838         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3839         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3840         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3841         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3842         (popup_context_menu_cb), (button_press_event_cb),
3843         (configure_item_sensitivity), (configure_item_cursor),
3844         (configure_item_tooltip), (connect_widget_signals),
3845         (action_sensitive_cb), (create_item_from_action),
3846         (create_item_from_position), (toolbar_drag_data_received_cb),
3847         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3848         (toolbar_drag_leave_cb), (configure_drag_dest),
3849         (toggled_visibility_cb), (toolbar_visibility_refresh),
3850         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3851         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3852         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3853         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3854         (egg_editable_toolbar_dispose),
3855         (egg_editable_toolbar_set_ui_manager),
3856         (egg_editable_toolbar_get_selected),
3857         (egg_editable_toolbar_set_selected), (set_edit_mode),
3858         (egg_editable_toolbar_set_property),
3859         (egg_editable_toolbar_get_property),
3860         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3861         (egg_editable_toolbar_new_with_model),
3862         (egg_editable_toolbar_get_edit_mode),
3863         (egg_editable_toolbar_set_edit_mode),
3864         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3865         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3866         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3867         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3868         (item_added_or_removed_cb), (toolbar_removed_cb),
3869         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3870         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3871         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3872         (editor_create_item_from_name), (append_table),
3873         (update_editor_sheet), (egg_toolbar_editor_init):
3874         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3875         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3876         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3877         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3878         (toolbar_node_free), (egg_toolbars_model_get_flags),
3879         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3880         (egg_toolbars_model_get_name), (impl_add_item),
3881         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3882         (parse_data_list), (parse_item_list), (parse_toolbars),
3883         (egg_toolbars_model_load_toolbars), (parse_available_list),
3884         (parse_names), (egg_toolbars_model_load_names),
3885         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3886         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3887         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3888         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3889         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3890         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3891         (egg_toolbars_model_set_types), (fill_avail_array),
3892         (egg_toolbars_model_get_name_avail),
3893         (egg_toolbars_model_get_name_flags),
3894         (egg_toolbars_model_set_name_flags):
3895         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3896         * cut-n-paste/toolbar-editor/eggintl.h:
3897         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3898         (egg_tree_multi_drag_source_get_type),
3899         (egg_tree_multi_drag_source_row_draggable),
3900         (egg_tree_multi_drag_source_drag_data_delete),
3901         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3902         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3903         (path_list_free), (set_context_data), (get_context_data),
3904         (get_info), (egg_tree_multi_drag_drag_data_get),
3905         (egg_tree_multi_drag_motion_event),
3906         (egg_tree_multi_drag_button_press_event),
3907         (egg_tree_multi_drag_add_drag_support):
3908         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3909         * shell/ev-application.c: (ev_application_init),
3910         (ev_application_save_toolbars_model):
3911         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3912         (ev_window_cmd_edit_toolbar), (ev_window_init):
3913         
3914         Sync toolbareditor with epiphany and libegg
3915
3916 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * configure.ac: 
3919
3920         Depend on poppler 0.5.2
3921
3922 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * shell/ev-jobs.c: (ev_job_render_run):
3925         
3926         Check if document supports links iterface.
3927
3928 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3929
3930         * NEWS:
3931         * configure.ac:
3932         
3933         Update for release 0.5.3
3934
3935 2006-05-13  Michael Plump  <plumpy@skylab.org>
3936
3937         * configure.ac:
3938         * shell/Makefile.am:
3939         * shell/main.c: (main):
3940         
3941         Port to GOption command line parsing. Fix for the 
3942         bug #327518
3943
3944 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3945
3946         * shell/ev-window.c: (ev_window_cmd_help_about):
3947         
3948         Do not wrap license. Fix for the bug #309460.
3949
3950 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * configure.ac:
3953         * properties/ev-properties-main.c: (ev_properties_get_pages):
3954         * shell/ev-application.c: (ev_application_open_window),
3955         (ev_application_open_uri_at_dest):
3956         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3957         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3958         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3959         * shell/ev-utils.c: (save_print_config_to_file):
3960         * shell/ev-window.c: (ev_window_cmd_save_as),
3961         (ev_attachment_popup_cmd_save_attachment_as):
3962         * shell/main.c: (load_files_remote):
3963         
3964         Bump requirements to gtk 2.8 and drop all ifdefs used.
3965
3966 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3967
3968         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3969         * shell/ev-window.c: (ev_window_init):
3970         
3971         Show attachments page.
3972
3973 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3974
3975         * po/POTFILES.in:
3976         * shell/ev-attachment-bar.c:
3977         * shell/ev-attachment-bar.h:
3978         * shell/ev-sidebar-attachments.c:
3979         (ev_sidebar_attachments_icon_cache_add),
3980         (icon_theme_get_pixbuf_from_mime_type),
3981         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3982         (ev_sidebar_attachments_icon_cache_refresh),
3983         (ev_sidebar_attachments_get_attachment_at_pos),
3984         (ev_sidebar_attachments_popup_menu_show),
3985         (ev_sidebar_attachments_popup_menu),
3986         (ev_sidebar_attachments_button_press),
3987         (ev_sidebar_attachments_update_icons),
3988         (ev_sidebar_attachments_drag_data_get),
3989         (ev_sidebar_attachments_get_property),
3990         (ev_sidebar_attachments_destroy),
3991         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3992         (ev_sidebar_attachments_new),
3993         (ev_sidebar_attachments_set_document),
3994         (ev_sidebar_attachments_support_document),
3995         (ev_sidebar_attachments_get_label),
3996         (ev_sidebar_attachments_page_iface_init):
3997         * shell/ev-sidebar-attachments.h:
3998         * shell/ev-window.c: (update_chrome_visibility),
3999         (setup_sidebar_from_metadata), (ev_window_setup_document),
4000         (ev_window_sidebar_current_page_changed_cb),
4001         (attachment_bar_menu_popup_cb), (ev_window_init):
4002         
4003         Move attachments bar to sidebar.
4004
4005 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4006
4007         * pdf/ev-poppler.cc:
4008         * shell/ev-application.[ch]:
4009         * shell/main.c:
4010
4011         Fix some memory leaks.
4012
4013 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4014
4015         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4016
4017         Change the properties dialog response to
4018         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4019         will make the dialog go away when the user presses
4020         enter. With gtk+ >= 2.9 this will happen anyway, but for
4021         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4022         escape by default. Fixes bug #340539. See also bug
4023         #101293 for the gtk+ part.
4024
4025 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4026
4027         * shell/ev-view.c (tip_from_action_named): Replace some strings
4028         that were wrong. Closes #340970.
4029
4030 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4033
4034         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4035         #341049
4036
4037 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * djvu/Makefile.am:
4040         * dvi/Makefile.am:
4041         * dvi/mdvi-lib/Makefile.am:
4042         * properties/Makefile.am:
4043         * ps/Makefile.am:
4044         * shell/Makefile.am:
4045         * thumbnailer/Makefile.am:
4046         
4047         Due to broken libtool that is unable to track dependencies
4048         of noinst libraries we are forced to explicitely point
4049         libraries for binary. Fix for the bug #333334.
4050
4051 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * data/evince.desktop.in.in:
4054         * shell/ev-view.c: (view_update_range_and_current_page),
4055         (ev_view_next_page), (ev_view_previous_page):
4056         * shell/ev-window.c: (update_chrome_visibility),
4057         (setup_sidebar_from_metadata), (ev_window_setup_document),
4058         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4059         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4060         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4061         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4062         (ev_window_stop_presentation), (ev_window_focus_in_event),
4063         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4064         (ev_window_init):
4065         * thumbnailer/Makefile.am:
4066         
4067         Update fullscreen and presentation timeout handling. Hide
4068         cursor in presentation after timeout. Fix for the bugs
4069         #136359 and #336981.
4070
4071 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * backend/ev-link-action.[ch]:
4074         * pdf/ev-poppler.cc: (ev_link_from_action):
4075         * shell/ev-view-private.h:
4076         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4077         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4078
4079         Add support for Named Action links
4080
4081 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * backend/Makefile.am:
4084         * backend/ev-document-links.[ch]:
4085         * backend/ev-document.[ch]:
4086         * backend/ev-link-action.[ch]:
4087         * backend/ev-link-dest.[ch]:
4088         * backend/ev-link.[ch]:
4089         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4090         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4091         * shell/ev-page-action.c: (build_new_tree_cb):
4092         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4093         (links_page_num_func), (update_page_callback):
4094         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4095         (tip_from_link):
4096         * shell/ev-jobs.c:
4097         * shell/ev-window.[ch]: (ev_window_open_uri),
4098         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4099         * shell/ev-application.[ch]: (ev_application_open_window),
4100         (ev_application_open_uri):
4101
4102         Rework links system, it adds support for remote links now and it makes
4103         easier to add new kinds of actions and destinations. Fixes bug #317292
4104
4105 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4106
4107         * data/Makefile.am:
4108         * data/evince.png:
4109         * data/evince-16.png:
4110         * data/evince-22.png:
4111         * data/evince.svg:
4112         * shell/main.c: (main):
4113         
4114         Evince use it's own icon. Fix for the bug #313392.
4115
4116         * shell/ev-window.c: (fullscreen_timeout_cb),
4117         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4118         (ev_window_cmd_help_about), (ev_window_dispose):
4119         
4120         Simplify fullscreen timeout code.
4121
4122 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * backend/ev-attachment.c: 
4125         * shell/ev-attachment-bar.c:
4126         * shell/ev-window.c:
4127
4128         Allow multiple selection of attachments
4129
4130 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4131
4132         * shell/ev-view.c: (view_update_range_and_current_page),
4133         (ev_view_scroll):
4134         
4135         Fix for the bug #312573 – Optimal selection of current 
4136         page among visible pages.
4137
4138 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * configure.ac:
4141         * djvu/Makefile.am:
4142         * djvu/djvu-text.h:
4143         
4144         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4145         for the bug 339868.
4146
4147 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4148
4149         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4150
4151 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4152
4153         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4154         dictated by the GNOME HIG. Fixes bug #339235.
4155
4156 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4157
4158         * data/evince-ui.xml:
4159         * shell/ev-view.c: (ev_view_can_find_previous):
4160         * shell/ev-view.h:
4161         * shell/ev-window.c: (ev_window_update_actions),
4162         (ev_window_cmd_edit_find_previous):
4163
4164         Add support for "Find Previous" as dictated by the GNOME HIG. A
4165         menu item is added and some glue code to make it all work is added
4166         to various files.
4167
4168 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4169
4170         * configure.ac: Award myself the "useless use of cat" award.
4171
4172 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4173
4174         * po/LINGUAS: New file listing all supported languages.
4175
4176         * configure.in: Use po/LINGUAS instead of including all languages
4177         directly in this file. See the wiki for more information:
4178         http://live.gnome.org/GnomeGoals/PoLinguas
4179
4180 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * backend/ev-document-factory.c:
4183
4184         Do not load the document twice when there isn't errors
4185
4186 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * backend/ev-attachment.c: 
4189
4190         Fix a crash when there isn't a default application to open an
4191         attachment
4192
4193 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * backend/ev-attachment.[ch]:
4196         * shell/ev-attachment-bar.[ch]:
4197
4198         Added missing files. 
4199
4200 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * backend/Makefile.am:
4203         * data/evince-ui.xml:
4204         * backend/ev-attachment.[ch]:
4205         * backend/ev-document.[ch]: (ev_document_has_attachments),
4206         (ev_document_get_attachments):
4207         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4208         (attachment_save_to_buffer), (pdf_document_get_attachments),
4209         (pdf_document_document_iface_init):
4210         * shell/Makefile.am:
4211         * shell/ev-attachment-bar.[ch]:
4212         * shell/ev-window.c:
4213
4214         Add support for PDF attachments. Fixes bug #325143
4215
4216 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4217
4218         * backend/ev-document-factory.c: (get_document_from_uri),
4219         (ev_document_factory_get_document):
4220         * backend/ev-document-factory.h:
4221         * properties/ev-properties-main.c: (ev_properties_get_pages):
4222         * shell/Makefile.am:
4223         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4224         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4225         (ev_job_queue_remove_job):
4226         * shell/ev-job-queue.h:
4227         * shell/ev-job-xfer.c:
4228         * shell/ev-job-xfer.h:
4229         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4230         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4231         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4232         (ev_job_xfer_run):
4233         * shell/ev-jobs.h:
4234         * shell/ev-window.c: (ev_window_is_empty),
4235         (password_dialog_response), (ev_window_clear_xfer_job),
4236         (ev_window_xfer_job_cb), (ev_window_open_uri),
4237         (ev_window_cmd_focus_page_selector),
4238         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4239         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4240         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4241         (ev_window_dispose):
4242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4243         
4244         * Cleanup mime type detection on document load. Fix for the
4245         bug #336448.
4246
4247 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4250         
4251         Fix crash on exit, described in the bug #336825.
4252
4253 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * backend/ev-document-factory.c:
4256         (ev_document_factory_get_from_mime),
4257         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4258         (ev_document_factory_get_document),
4259         (file_filter_add_mime_list_and_free),
4260         (ev_document_factory_add_filters):
4261         * backend/ev-document-factory.h:
4262         * properties/ev-properties-main.c: (ev_properties_get_pages):
4263         * shell/Makefile.am:
4264         * shell/ev-application.c:
4265         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4266         * shell/ev-window.c: (ev_window_cmd_file_open),
4267         (ev_window_cmd_save_as):
4268         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4269         
4270         Rework factory functions so they are placed now in a single 
4271         file ev-document-factory.c
4272
4273 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4274
4275         * shell/ev-window.c: (update_chrome_visibility):
4276         
4277         Fix for the bug 166566 - don't show menubar in fullscreen
4278         mode.
4279
4280 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4281
4282         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4283
4284 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * shell/ev-view.c: (ev_view_expose_event):
4287         
4288         More correctly draw loading text when document
4289         is empty.
4290
4291 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4292
4293         * shell/ev-view.c: (ev_view_scroll):
4294         
4295         Fix for the bug #334854, page down and page up switch
4296         pages in presentation mode.
4297
4298 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * shell/ev-window.c: (ev_window_set_action_sensitive),
4301         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4302         (ev_window_set_view_accels_sensitivity),
4303         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4304         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4305         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4306         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4307         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4308         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4309         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4310         (view_actions_focus_in_cb), (ev_window_init):
4311         
4312         Fix for the bug #333902, now it's possible to search
4313         words with slash.
4314
4315 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4316
4317         * configure.ac: Added Breton translation.
4318         * po/br.po: Added Breton translation.
4319
4320 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * shell/ev-window-title (ev_window_title_update):
4323
4324         Fix memory leak in window title. Fixes bug #333944
4325
4326 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * shell/ev-metadata-manager.c (parseItem):
4329
4330         Fix memory leaks. Fixes bug #333945
4331
4332 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4333         
4334         * NEWS, configure.ac, TODO:
4335         
4336         Update for release 0.5.2.
4337
4338 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * shell/ev-view.c: (view_update_range_and_current_page),
4341         (page_changed_cb):
4342         
4343         Don't jump on scrolling, fix for the bug #333127.
4344
4345 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4348         
4349         Scroll by one page in presentation mode. Fix for the bug
4350         #332993.
4351
4352 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4353
4354         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4355
4356 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4357
4358         * configure.ac  Added lv in ALL_LINGUAS line.
4359
4360 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4361         
4362         * NEWS, configure.ac:
4363         
4364         Update for release 0.5.1
4365
4366 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4367
4368         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4369         * backend/ev-document-misc.h:
4370         * shell/ev-view.c: (draw_one_page):
4371         
4372          Clairfy what page the toolbar page number applies to. Fix
4373          for the bug #328102.
4374
4375 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4376
4377         * shell/ev-view-private.h:
4378         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4379         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4380         (ev_view_search_changed):
4381         * shell/ev-view.h:
4382         * shell/ev-window.c: (find_bar_search_changed_cb):
4383         
4384         Dont't jump to find result if window was scrolled during search.
4385         Fix for the bug #313266.
4386
4387 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4388
4389         * shell/eggfindbar.c: (egg_find_bar_class_init):
4390         * shell/eggfindbar.h:
4391         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4392         * shell/ev-view-private.h:
4393         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4394         (ev_view_class_init), (ev_sizing_mode_get_type),
4395         (ev_scroll_type_get_type):
4396         * shell/ev-view.h:
4397         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4398         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4399         (ev_window_init):
4400         
4401         Fix for the bug 319133 - Find entry should allow text scroll.
4402
4403 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4404
4405         * shell/ev-view-private.h:
4406         * shell/ev-view.c: (view_update_range_and_current_page),
4407         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4408         (ev_view_set_document), (update_find_status_message),
4409         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4410         (ev_view_find_previous):
4411         
4412         Fix for the bug #319137. Search now takes account for scrolling.
4413
4414 2006-02-19  Michael Hofmann <mh21@piware.de>
4415
4416         * configure.ac:
4417         * djvu/Makefile.am:
4418         * djvu/djvu-document-private.h:
4419         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4420         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4421         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4422         (djvu_document_can_get_text), (djvu_document_get_text),
4423         (djvu_document_document_iface_init),
4424         (djvu_document_thumbnails_get_thumbnail),
4425         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4426         (djvu_document_find_get_result),
4427         (djvu_document_find_page_has_results),
4428         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4429         (djvu_document_find_iface_init):
4430         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4431         (djvu_text_page_selection), (djvu_text_page_limits_process),
4432         (djvu_text_page_limits), (djvu_text_page_copy),
4433         (djvu_text_page_position), (djvu_text_page_union),
4434         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4435         (djvu_text_page_box), (djvu_text_page_append_text),
4436         (djvu_text_page_search), (djvu_text_page_prepare_search),
4437         (djvu_text_page_new), (djvu_text_page_free):
4438         * djvu/djvu-text-page.h:
4439         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4440         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4441         (djvu_text_n_results), (djvu_text_has_results),
4442         (djvu_text_get_result), (djvu_text_get_progress):
4443         * djvu/djvu-text.h:
4444         
4445         Text search in djvu. Fix for the bug #303415.
4446
4447 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * configure.ac:
4450         * shell/ev-window.c: (ev_window_cmd_save_as):
4451         
4452         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4453         Thanks to Gary Coady <gary@lyranthe.org>
4454
4455 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4456
4457         * shell/ev-print-job.c: (idle_print_handler):
4458         
4459         Inverse order printing, bug #320919.
4460
4461 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4462
4463         * data/evince-toolbar.xml:
4464         * shell/ev-window.c:
4465         
4466         Allow to add sidebar checkbutton on toolbar. Fix
4467         for the bug #144577.
4468
4469 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4472         
4473         Add checks that have sense for empty ps document.
4474
4475 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4476
4477         * configure.ac: Include PS in mime types list. 
4478
4479 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4480
4481         * configure.ac:
4482         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4483         * ps/gsdefaults.h:
4484         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4485         
4486         Runtime check for gs interpreter. Fix for the bug #320868.
4487         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4488
4489 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * shell/ev-application.c: 
4492
4493         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4494         dbus>=0.60, so that the request is not queued. 
4495
4496 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * configure.ac:
4499         * shell/Makefile.am:
4500         * shell/ev-sidebar-links.c: (print_section_cb):
4501         * shell/ev-utils.c:
4502         * shell/ev-utils.h:
4503         * shell/ev-window.c: (update_action_sensitivity),
4504         (ev_window_close_dialogs), (ev_window_print):
4505         * shell/ev-window.h:
4506         
4507         Make printing support optional. Patch from Eduardo de Barros Lima
4508         <eduardo.lima@indt.org.br> for the bug #330546.
4509
4510 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * shell/ev-view-private.h:
4513         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4514         (ev_view_set_document):
4515         * shell/ev-view.h:
4516         * shell/ev-window.c: (ev_window_load_job_cb),
4517         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4518         (ev_window_init):
4519
4520         Draw Loading message during xfer job. Fix for the bug #329495.
4521
4522 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * comics/comics-document.c: (comics_regex_quote),
4525         (comics_document_load), (extract_argv):
4526         
4527         Correcly quote regexp before passing it to unzip.
4528
4529 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/ev-page-cache.c: (build_height_to_page),
4532         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4533         (ev_page_cache_get_dual_even_left):
4534         * shell/ev-page-cache.h:
4535         * shell/ev-view.c: (view_update_range_and_current_page),
4536         (get_page_y_offset), (get_page_extents):
4537         
4538         Place even pages to the left if document has less then
4539         two pages. Fix for the bug #328856.
4540
4541 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4544         
4545         Correct comics scheme. This make evince create thumbnails
4546         for comic books. Fix for the bug 329088.
4547
4548 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4549
4550         * data/evince-password.glade: Don't explicitly set
4551         invisible_char to the current default value in case
4552         the default changes; let GTK+ do its magic.
4553
4554 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4557         real filename to tmp filename since often document
4558         type is determined by extension.
4559
4560 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4561
4562         * shell/ev-view.c: (add_scroll_binding_keypad),
4563         (ev_view_binding_activated), (ev_view_class_init):
4564         
4565         Add keybindings for percision-scrolling of display area. 
4566         Fix for the bug #314072.
4567
4568 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * data/evince.desktop.in.in:
4571         
4572         Add GTK to the list of categories. Fix for the bug #328034.
4573
4574 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * shell/ev-application.c: (ev_application_shutdown),
4577         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4578         * shell/ev-application.h:
4579         * shell/ev-window.c: (file_open_dialog_response_cb),
4580         (ev_window_cmd_file_open):
4581         
4582         Save last uri in file chooser dialog. Fix for the bug #327950.
4583
4584 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4585
4586         * NEWS:
4587         * README:
4588         
4589         Final update for release 0.5.0
4590         
4591         * shell/Makefile.am:
4592         
4593         Remove disable deprecated until we'll require libgnome-2.13.7
4594         and port to GOption argument parsing. See bug 327518.
4595
4596 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4597
4598         * comics/comics-document.c: (comics_document_save):
4599         * djvu/djvu-document.c: (djvu_document_save):
4600         * dvi/dvi-document.c: (dvi_document_save):
4601         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4602         * lib/ev-file-helpers.h:
4603         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4604         * tiff/tiff-document.c: (tiff_document_save):
4605         
4606         Use common save function for backends.
4607
4608 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4609
4610         * backend/ev-document-types.c:
4611         
4612         Fix crash on saving pixbuf.
4613
4614 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * cut-n-paste/recent-files/egg-recent-item.c:
4617         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4618         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4619         (parse_info_free), (valid_element), (start_element_handler),
4620         (end_element_handler), (text_handler), (egg_recent_model_filter),
4621         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4622         (egg_recent_model_monitor), (egg_recent_model_read),
4623         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4624         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4625         (egg_recent_model_set_property), (egg_recent_model_class_init),
4626         (egg_recent_model_init), (egg_recent_model_add_full),
4627         (egg_recent_model_delete), (egg_recent_model_get_list),
4628         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4629         (egg_recent_model_set_filter_mime_types),
4630         (egg_recent_model_clear_group_filter),
4631         (egg_recent_model_set_filter_groups),
4632         (egg_recent_model_clear_scheme_filter),
4633         (egg_recent_model_set_filter_uri_schemes),
4634         (egg_recent_model_remove_expired):
4635         * cut-n-paste/recent-files/egg-recent-util.c:
4636         (egg_recent_util_get_icon):
4637         * cut-n-paste/recent-files/egg-recent-util.h:
4638         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4639         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4640         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4641         (egg_recent_view_uimanager_set_property),
4642         (egg_recent_view_uimanager_get_property),
4643         (egg_recent_view_uimanager_class_init),
4644         (egg_recent_view_uimanager_init),
4645         (egg_recent_view_uimanager_set_label_width),
4646         (egg_recent_view_uimanager_get_label_width):
4647         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4648         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4649         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4650         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4651         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4652         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4653         
4654         Update from libegg.
4655
4656 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4657
4658         * shell/ev-page-cache.c: (build_height_to_page),
4659         (ev_page_cache_get_height_to_page):
4660         * shell/ev-page-cache.h:
4661         * shell/ev-view.c: (view_update_range_and_current_page),
4662         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4663         (ev_view_previous_page):
4664         
4665         Dual mode places even pages to the left. Fix for the bug #309393.
4666
4667         * shell/ev-view.h:
4668         * shell/ev-window.c: (update_action_sensitivity),
4669         (setup_view_from_metadata), (view_menu_popup_cb):
4670         
4671         Don't restore presentation in empty windows, more intelligent
4672         next page behaviour in dual mode.
4673
4674         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4675         (ev_pixbuf_cache_clear_job_sizes):
4676         
4677         Cleanup job callback on removal. Fix for the bug #325886.
4678
4679 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * ps/ps.c: (psscan):
4682         
4683         Commit workaround Mozilla problem. Fix for the bug #325919
4684         
4685         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4686         (save_item):
4687         
4688         Fix for year 2038 problem.
4689
4690 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4691
4692         * shell/ev-window.c: (setup_document_from_metadata),
4693         (ev_window_cmd_view_reload):
4694
4695         Clamp page recieved from metadata in valid values. Fix
4696         for the bug #325986.
4697
4698 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4699
4700         * MAINTAINERS: 
4701         Add MAINTAINERS as requested on desktop-devel-list.
4702
4703 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4704
4705         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4706         (mime_type_supported_by_gdk_pixbuf),
4707         (ev_document_factory_get_mime_types),
4708         (ev_document_factory_get_all_mime_types):
4709         
4710         Don't add pixbuf mime types if pixbuf backend is disabled.
4711         
4712         * shell/ev-application.c: (ev_application_get_uri_window):
4713         
4714         Fix for the bug 325815 - unhandled MIME type message doesn't 
4715         appear a second time. 
4716         
4717         * shell/ev-document-types.c: (ev_document_types_add_filters):
4718         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4719         (password_dialog_response), (ev_window_popup_password_dialog),
4720         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4721         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4722         (ev_window_run_presentation), (ev_window_stop_presentation),
4723         (save_sizing_mode), (ev_window_zoom_changed_cb),
4724         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4725         (ev_window_dual_mode_changed_cb),
4726         (ev_window_sidebar_current_page_changed_cb),
4727         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4728         (window_state_event_cb), (window_configure_event_cb):
4729         
4730         Cleanup additional uris holded by EvWindow.
4731
4732 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4735         (ev_view_can_previous_page), (ev_view_can_next_page):
4736         * shell/ev-view.h:
4737         * shell/ev-window.c: (update_action_sensitivity):
4738         
4739         Two page scrolling with Space and PageUp in dual mode. Second fix 
4740         for the bug #316608.
4741
4742 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4743
4744         * shell/ev-view.c: (scroll_to_current_page):
4745         
4746         Correctly clamp adjustment value. Fix for the bug
4747         #325808.
4748
4749 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4750
4751         * shell/ev-sidebar-links.c: (print_section_cb):
4752         * shell/ev-window.c: (ev_window_get_uri),
4753         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4754         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4755         (ev_window_dispose):
4756         
4757         Make print dialog non-modal. Fix for the bug #325622.
4758
4759 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * shell/ev-metadata-manager.c:
4762         * shell/ev-utils.c: (using_pdf_printer),
4763         (using_postscript_printer), (load_print_config_from_file),
4764         (save_print_config_to_file):
4765         * shell/ev-utils.h:
4766         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4767         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4768         (setup_view_from_metadata), (ev_window_setup_document),
4769         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4770         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4771         (ev_window_run_presentation), (ev_window_stop_presentation),
4772         (save_sizing_mode), (ev_window_zoom_changed_cb),
4773         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4774         (ev_window_dual_mode_changed_cb),
4775         (ev_window_sidebar_current_page_changed_cb),
4776         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4777         (window_state_event_cb), (window_configure_event_cb),
4778         (ev_window_init):
4779         
4780         Setting saving behaviour fixes.
4781
4782 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * configure.ac:
4785         
4786         Make antialiasing gs options better and allow
4787         to change them during configure. Fix for the 
4788         bug #319049.
4789
4790 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * shell/ev-window.c: (setup_view_from_metadata):
4793         
4794         Remember if last window was maximized. Fix for the
4795         bug #323797.
4796
4797 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4798
4799         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4800
4801 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4804         * shell/ev-page-action.c: (build_new_tree_cb):
4805         * shell/ev-sidebar-links.c: (links_page_num_func),
4806         (update_page_callback_foreach), (update_page_callback):
4807         * shell/ev-view.c: (scroll_to_current_page):
4808         
4809         Fix for the bug #325067 with more intelligent selection
4810         of current link in sidebar. Make sidebar handle links
4811         of FITR-like type more correctly.
4812
4813         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4814         (dvi_pixbuf_put_pixel):
4815         
4816         Fix memory consumtion with disabled alpha channel.
4817
4818 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4819
4820         * data/evince-ui.xml:
4821         * shell/ev-window.c: (view_menu_popup_cb),
4822         (ev_popup_cmd_open_link), (ev_window_init):
4823         
4824         Update context menu for internal links. Fix for the bug
4825         #325066.
4826
4827 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4830         
4831         Bind context menu to keyboard also. Fix for the bug
4832         #325065.
4833
4834 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * shell/ev-view.c: (selection_scroll_timeout_cb):
4837         
4838         Horizontal scroll on selection also.
4839
4840 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4841
4842         * shell/ev-metadata-manager.c: (parse_value):
4843         * shell/ev-view.c: (goto_xyz_link):
4844         
4845         Correct zoom setup and metadata save broken in 
4846         some locales.
4847
4848 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4849
4850         * shell/ev-view-private.h:
4851         * shell/ev-view.c: (scroll_to_current_page),
4852         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4853         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4854         (page_changed_cb), (ev_view_set_continuous),
4855         (ev_view_set_dual_page), (ev_view_set_presentation):
4856         
4857         Delay scroll until allocation to correctly position page. Fix
4858         for the bug #317334.
4859
4860 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * NEWS:
4863         * configure.ac:
4864         
4865         Update NEWS and require poppler 0.5.0.
4866
4867 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4868         
4869         * data/evince-ui.xml:
4870         * shell/ev-view-private.h:
4871         * shell/ev-view.c: (ev_view_get_link_at_location),
4872         (handle_link_over_xy), (ev_view_button_press_event),
4873         (ev_view_button_release_event), (ev_view_class_init):
4874         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4875         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4876         (ev_window_init):
4877         
4878         Implement right-click context menu.
4879
4880 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4881
4882         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4883         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4884         (mdvi_pixbuf_device_render):
4885         * pdf/ev-poppler.cc:
4886
4887         Don't generate thumbnails with alpha. See bug #324077.
4888         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4889
4890 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4891
4892         * shell/ev-window.c: (setup_chrome_from_metadata):
4893         
4894         Fix typo that was hiding toolbar.
4895
4896 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * shell/ev-view-private.h:
4899         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4900         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4901         (ev_view_button_release_event), (ev_view_destroy):
4902         
4903         Small cleanup and autoscrolling during selection. Thanks to 
4904         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4905
4906 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4907
4908         * configure.ac:
4909         
4910         Correctly check for comics option.
4911
4912 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4913         * Makefile.am:
4914         * configure.ac:
4915         * backend/Makefile.am:
4916         * backend/ev-document-factory.c:
4917         * shell/ev-document-types.c:
4918
4919         Included option in configure to make ps backend 
4920         compilation optional with --disable-ps.
4921
4922 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * backend/ev-document-factory.c:
4925         * comics/Makefile.am:
4926         * comics/comics-document.c: (comics_document_load):
4927         * comics/ev-cbr-mime.xml:
4928         * configure.ac:
4929         
4930         Comics mime types are added to shared-mime-info CVS. Now
4931         we don't need to install our own mime types.
4932
4933 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4934
4935         * shell/ev-window.c:
4936         
4937         Add shortcut for "save a copy" menu entry. Fix for
4938         the bug #324582.
4939
4940 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4941
4942         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4943         (job_finished_cb), (new_selection_pixbuf_needed),
4944         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4945         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4946         
4947         Rework selection job info logic and fix critical warning.
4948
4949 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4950
4951         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4952
4953 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4954
4955         * data/evince-ui.xml:
4956         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4957         
4958         Enter as shortcut key for next page. Fix for the bug
4959         #321394.
4960
4961 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4962
4963         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4964
4965 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4968         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4969         (new_selection_pixbuf_needed),
4970         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4971         (clear_job_selection):
4972         
4973         Too early for 0.5. Pixbuf cache code cleaned a bit.
4974
4975 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * NEWS:
4978         * configure.ac:
4979         
4980         Release 0.5.0 preparation
4981
4982 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * comics/Makefile.am:
4985         * configure.ac:
4986         * shell/ev-document-types.c: (ev_document_types_add_filters):
4987         
4988         More advanced handling of custom mime type installation.
4989
4990 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * data/evince.schemas.in:
4993         * shell/ev-metadata-manager.c: (value_free),
4994         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4995         (ev_metadata_manager_get), (ev_metadata_manager_set):
4996         * shell/ev-metadata-manager.h:
4997         * shell/ev-window.c: (update_chrome_flag),
4998         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4999         (setup_document_from_metadata), (setup_chrome_from_metadata),
5000         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5001         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5002         (ev_window_view_toolbar_cb),
5003         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5004         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5005         
5006         Save last document settings and reuse them for new documents.
5007
5008 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * Makefile.am:
5011         * backend/Makefile.am:
5012         * backend/ev-document-factory.c:
5013         * backend/ev-document-factory.h:
5014         * comics/Makefile.am:
5015         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5016         (comics_document_load), (comics_document_save),
5017         (comics_document_get_n_pages), (comics_document_get_page_size),
5018         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5019         (comics_document_class_init), (comics_document_can_get_text),
5020         (comics_document_get_info), (comics_document_document_iface_init),
5021         (comics_document_init), (get_supported_image_extensions),
5022         (comics_document_thumbnails_get_geometry),
5023         (comics_document_thumbnails_get_thumbnail),
5024         (comics_document_thumbnails_get_dimensions),
5025         (comics_document_document_thumbnails_iface_init), (extract_argv):
5026         * comics/comics-document.h:
5027         * comics/ev-cbr-mime.xml:
5028         * configure.ac:
5029         * po/POTFILES.in:
5030         * shell/ev-application.c: (ev_application_register_service):
5031         * shell/ev-document-types.c: (ev_document_types_add_filters):
5032         * thumbnailer/Makefile.am:
5033         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5034         
5035         New CBR/CBZ backend for comic books.
5036
5037 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5038
5039         * shell/main.c: (load_files_remote):
5040
5041         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5042         warning on startup of second instance is fixed. It
5043         is bug #320353.
5044
5045 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5046
5047         * shell/ev-window.c: (ev_window_finalize):
5048         
5049         Fix double free that cause crash.
5050
5051 2005-10-29  Bastien Nocera <hadess@hadess.net>
5052
5053         * tiff/tiff-document.c: (tiff_document_load):
5054         
5055         Fix memory leak.
5056
5057 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * po/POTFILES.in:
5060         * shell/Makefile.am:
5061         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5062         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5063         (ev_view_accessible_get_text),
5064         (ev_view_accessible_get_character_at_offset),
5065         (ev_view_accessible_get_text_before_offset),
5066         (ev_view_accessible_get_text_at_offset),
5067         (ev_view_accessible_get_text_after_offset),
5068         (ev_view_accessible_get_character_count),
5069         (ev_view_accessible_get_caret_offset),
5070         (ev_view_accessible_set_caret_offset),
5071         (ev_view_accessible_get_run_attributes),
5072         (ev_view_accessible_get_default_attributes),
5073         (ev_view_accessible_get_character_extents),
5074         (ev_view_accessible_get_offset_at_point),
5075         (ev_view_accessible_get_n_selections),
5076         (ev_view_accessible_get_selection),
5077         (ev_view_accessible_add_selection),
5078         (ev_view_accessible_remove_selection),
5079         (ev_view_accessible_set_selection),
5080         (ev_view_accessible_text_iface_init),
5081         (ev_view_accessible_idle_do_action),
5082         (ev_view_accessible_action_do_action),
5083         (ev_view_accessible_action_get_n_actions),
5084         (ev_view_accessible_action_get_description),
5085         (ev_view_accessible_action_get_name),
5086         (ev_view_accessible_action_set_description),
5087         (ev_view_accessible_action_iface_init),
5088         (ev_view_accessible_get_type), (ev_view_accessible_new),
5089         (ev_view_accessible_factory_get_accessible_type),
5090         (ev_view_accessible_factory_create_accessible),
5091         (ev_view_accessible_factory_class_init),
5092         (ev_view_accessible_factory_get_type):
5093         * shell/ev-view-accessible.h:
5094         * shell/ev-view-private.h:
5095         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5096         * shell/ev-view.h:
5097         
5098         Initial accessibility support.
5099
5100 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5101
5102         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5103
5104 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5105
5106         * shell/ev-print-job.c: (idle_print_handler):
5107         
5108         Fix for bug Bug 318916: Printing multiple pages.
5109
5110 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5111
5112         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5113
5114 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5115
5116         * pdf/ev-poppler.cc:
5117         
5118         Thumnail dimensions unified with other backends.
5119         
5120         * shell/ev-window-title.c: (ev_window_title_update):
5121         
5122         Fix warning.
5123
5124 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5125
5126         * data/ev-stock-zoom-fit-width.png:
5127         
5128         Remove unused file.
5129
5130 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * configure.ac:
5133         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5134         (djvu_document_finalize):
5135         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5136         (dvi_document_finalize):
5137         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5138         (pixbuf_document_save), (pixbuf_document_finalize):
5139         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5140         (tiff_document_finalize):
5141         
5142         Save a copy implemented for various backends.
5143
5144 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5145
5146         * configure.ac:
5147         
5148         Don't link with ltiff if tiff is disabled.
5149
5150 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * pdf/GDKSplashOutputDev.cc:
5153         * pdf/GDKSplashOutputDev.h:
5154         * pdf/Thumb.cc:
5155         * pdf/Thumb.h:
5156         * pdf/pdf-document.cc:
5157         * pdf/pdf-document.h:
5158         * pdf/test-gdk-output-dev.cc:
5159         
5160         Remove old unused files.
5161
5162 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5163
5164         * shell/ev-window.c: (ev_window_setup_document):
5165         
5166         Fixed warnings on reload and probably crash reason.
5167
5168 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5169
5170         * properties/ev-properties-view.c:
5171         (ev_properties_view_format_date):
5172         
5173         Check if date is invalid. Fix for bug 318134.
5174
5175 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5176
5177         * shell/ev-window-title.c:
5178         
5179         Add .indd files (Adobe Indesign) to the list of "bad
5180         extensions".
5181
5182 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5183
5184         * data/evince-ui.xml:
5185         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5186         
5187         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5188
5189 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5190
5191         * shell/ev-window.c: (launch_link), (launch_external_uri),
5192         (view_external_link_cb):
5193
5194         URL-escape link before passing it to gnome_vfs_url_show.
5195
5196 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5199         there isn't text selected.
5200
5201 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5202
5203         * shell/ev-view.c: (handle_link_over_xy):
5204
5205         Check tooltip is valid utf8 before showing it
5206
5207 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5208
5209         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5210
5211 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5212
5213         * shell/ev-window-title.c: (ev_window_title_update):
5214
5215         Guard against using g_strstrip on NULL. Fixes bug #317291.
5216
5217 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5218
5219         * pdf/ev-poppler.cc:
5220
5221         Show title even for unknown links
5222
5223 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5224
5225         * shell/ev-window-title.c: (ev_window_title_update):
5226
5227         Strip the title string
5228
5229 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5230
5231         * shell/ev-window-title.c:
5232
5233         Add .rtf to the bad extensions list
5234
5235 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5236
5237         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5238         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5239
5240         Ignore link coordinates if they are outside page bounds
5241
5242 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5243
5244         * backend/ev-link.c: (ev_link_type_get_type),
5245         (ev_link_get_filename), (ev_link_get_params),
5246         (ev_link_get_property), (ev_link_set_property),
5247         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5248         * backend/ev-link.h:
5249         * pdf/ev-poppler.cc:
5250         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5251         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5252         (ev_window_init):
5253
5254         Implement launch links. Delegate external link opening to
5255         the window.
5256
5257 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5258
5259         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5260         (ev_link_get_right), (ev_link_get_property),
5261         (ev_link_set_property), (ev_link_class_init),
5262         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5263         * backend/ev-link.h:
5264         * pdf/ev-poppler.cc:
5265         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5266
5267         Implement fitr links
5268
5269 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5270
5271         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5272         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5273         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5274         (ev_view_size_request_continuous),
5275         (ev_view_size_request_dual_page),
5276         (ev_view_size_request_single_page), (ev_view_size_allocate),
5277         (ev_view_zoom_for_size_continuous_and_dual_page),
5278         (ev_view_zoom_for_size_continuous),
5279         (ev_view_zoom_for_size_dual_page),
5280         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5281         (ev_sizing_mode_get_type):
5282         * shell/ev-view.h:
5283         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5284
5285         Do not use modes for link, we need to calculate size ad hoc.
5286         Still not perfect because of the usual scrollbar issues grrr.
5287
5288 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5289
5290         * backend/ev-link.c: (ev_link_type_get_type),
5291         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5292         * backend/ev-link.h:
5293         * pdf/ev-poppler.cc:
5294         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5295         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5296         (ev_view_size_request_continuous),
5297         (ev_view_size_request_dual_page),
5298         (ev_view_size_request_single_page), (ev_view_size_allocate),
5299         (zoom_for_size_fit_height),
5300         (ev_view_zoom_for_size_continuous_and_dual_page),
5301         (ev_view_zoom_for_size_continuous),
5302         (ev_view_zoom_for_size_dual_page),
5303         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5304         (ev_sizing_mode_get_type):
5305         * shell/ev-view.h:
5306         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5307
5308         Implement FIT_HEIGHT mode (only for links).
5309         Implement FITH links
5310
5311 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5312
5313         * shell/ev-window-title.c: (get_filename_from_uri),
5314         (ev_window_title_sanitize_extension), (ev_window_title_update),
5315         (ev_window_title_set_document), (ev_window_title_set_uri),
5316         (ev_window_title_free):
5317         * shell/ev-window-title.h:
5318         * shell/ev-window.c: (ev_window_setup_document),
5319         (ev_window_popup_password_dialog):
5320
5321         Refactor window title building while fixing it for
5322         password documents.
5323
5324 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5325
5326         * pdf/ev-poppler.cc:
5327
5328         Escape link title before setting it in the model
5329
5330 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5331
5332         * shell/ev-application.c: (removed_from_session), (save_session),
5333         (init_session), (ev_application_get_empty_window),
5334         (ev_application_init), (ev_application_get_windows):
5335         * shell/ev-application.h:
5336         * shell/ev-window.c: (ev_window_finalize):
5337
5338         Add a function to retrieve window list and share it where
5339         necessary.
5340         Implement session handling, works pretty well thanks to the
5341         metadata system.
5342
5343 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * shell/ev-password.c: (ev_password_item_created_callback),
5346         (ev_password_dialog_save_password):
5347         
5348         Fix for bug 316972. Use async gnome-keyring API.
5349
5350 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5351
5352         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5353         Remove unused unrealize handler. Add scroll handling to
5354         ev_view_scroll_event for presentation mode (bug #316708),
5355         and fix the event state checks there.
5356
5357 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5358
5359         * shell/ev-page-action.c: (page_changed_cb):
5360
5361         "marco, maybe we should be crazy and jump right to 6! :)"
5362
5363         Bryan Clark, Sep 2005
5364
5365 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5366
5367         * ps/ps-document.c: (save_document), (ps_document_save),
5368         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5369         (ps_document_ps_export_end):
5370
5371         Fix unstructured documents save and print
5372
5373 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5374
5375         * shell/ev-application.c: (ev_application_open_uri):
5376
5377         Fix window size persistance
5378
5379 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5380
5381         * shell/ev-view.c: (ev_view_button_release_event):
5382
5383         Based on a patch from carlosgc@gnome.org. Mouse buttons
5384         switch pages in presentation mode.
5385
5386 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5387
5388         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5389
5390         Dont cast to int before scaling
5391
5392 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5393
5394         * backend/ev-link.c: (ev_link_type_get_type),
5395         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5396         (ev_link_new_page_fith):
5397         * backend/ev-link.h:
5398         * pdf/ev-poppler.cc:
5399         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5400
5401         Implement FIT and FITH links
5402
5403 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5404
5405         * pdf/ev-poppler.cc:
5406
5407         Return 0 results when search is not in progress.
5408
5409         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5410         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5411
5412         Update menu sensitivity when cancelling search
5413
5414 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5415
5416         * shell/ev-view.c: (ev_view_can_find_next):
5417
5418         Take all pages in consideration, not just current one
5419
5420 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5421
5422         * shell/ev-page-cache.c:
5423         * shell/ev-page-cache.h:
5424         * shell/ev-view.c: (ev_view_binding_activated),
5425         (ev_view_next_page), (ev_view_previous_page),
5426         (ev_sizing_mode_get_type):
5427         * shell/ev-view.h:
5428         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5429         (ev_window_cmd_go_next_page):
5430
5431         Move page next/previous functions from page chace to
5432         view and change it to move by 2 page steps in dual mode.
5433
5434 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5435
5436         * shell/ev-window.c: (update_sidebar_visibility),
5437         (setup_sidebar_from_metadata), (ev_window_setup_document),
5438         (setup_view_from_metadata):
5439
5440         Show the index by default when there is one     
5441
5442 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5443
5444         * shell/ev-window-title.c: (ev_window_title_set_document):
5445
5446         Missing null check
5447
5448 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5449
5450         * shell/ev-view.c: (view_update_range_and_current_page):
5451         
5452         Allow display of last odd page in dual view. Fix for 316347.
5453
5454 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5455
5456         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5457         
5458         Make close button default. Fix for 316383.
5459
5460 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5461
5462         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5463         
5464         Mark close button as default. Fix for 316381.
5465
5466 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5467
5468         * backend/ev-link.c: (ev_link_class_init):
5469
5470         Allow negative doubles in left/top properties
5471
5472 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5473
5474         * shell/ev-window.c:
5475
5476         Remove a bunch of strings that was used only
5477         by the statusbar.
5478
5479 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5480
5481         * shell/ev-window-title.c: (get_filename_from_uri),
5482         (ev_window_title_set_document):
5483
5484         When title has a confusing extension, show also
5485         the document filename inside ()
5486
5487 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5488
5489         * shell/Makefile.am:
5490         * shell/ev-window-title.c: (ev_window_title_new),
5491         (ev_window_title_update), (ev_window_title_set_type),
5492         (ev_window_title_set_document), (ev_window_title_free):
5493         * shell/ev-window-title.h:
5494         * shell/ev-window.c: (ev_window_setup_document),
5495         (password_dialog_response), (ev_window_popup_password_dialog),
5496         (ev_window_dispose), (ev_window_init):
5497
5498         Factor out and cleanup window title code
5499
5500 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5501
5502         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5503         (unable_to_load):
5504
5505         Make dialog transient so it doesnt block other windows
5506
5507 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * pdf/ev-poppler.cc:
5510         
5511         Fix pdf thumbnails rendering.
5512
5513 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5514
5515         * shell/ev-window.c: (fullscreen_set_timeout):
5516         
5517         Increase timeout to hide full screen popup. Bug 
5518         316123. 
5519
5520 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * data/evince.schemas.in:
5523         * shell/ev-window.c: (update_action_sensitivity):
5524
5525         Allow the user to override document restrictions. Fix for bug
5526         305818.
5527
5528 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5529
5530         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5531         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5532         (ev_window_class_init): Fix multihead behaviour of fullscreen
5533         toolbar popup. Fixes bug #315451.
5534
5535 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * configure.ac:
5538         * data/evince-password.glade:
5539         * shell/ev-password.c: (ev_password_dialog_set_property),
5540         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5541         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5542         (ev_password_dialog_entry_changed_cb),
5543         (ev_password_dialog_entry_activated_cb),
5544         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5545         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5546         (ev_password_dialog_set_bad_pass):
5547         * shell/ev-password.h:
5548         * shell/ev-window.c: (password_dialog_response),
5549         (ev_window_popup_password_dialog):
5550         
5551         Support for gnome-keyring for encrypted PDF's.
5552
5553 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5556         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5557         (ev_view_enter_notify_event), (ev_view_class_init):
5558         
5559         More precise handling of enter_notify/leave_notify events
5560         in EvView. Fix for bug 315470.
5561
5562 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5563
5564         * shell/ev-window.c: (fullscreen_timeout_cb),
5565         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5566         (ev_window_dispose):
5567
5568         leak fix: unref fullscreen_timeout_source before clearing it
5569
5570 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5571
5572         * configure.ac, dvi/mdvi/Makefile.am: 
5573         
5574         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5575
5576 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5577
5578         * backend/ev-link.c: (ev_link_new_page_xyz):
5579         * pdf/ev-poppler.cc:
5580         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5581
5582         Fix some bugs with xyz links, respect zoom
5583
5584 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5585
5586         * shell/ev-window.c: (page_changed_cb),
5587         (setup_document_from_metadata), (update_sidebar_visibility),
5588         (setup_view_from_metadata), (ev_window_run_fullscreen),
5589         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5590         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5591         (ev_window_dual_mode_changed_cb),
5592         (ev_window_sidebar_current_page_changed_cb):
5593
5594         null check uri before setting and getting metadata
5595
5596 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5597
5598         * dvi/Makefile.am:
5599         * properties/Makefile.am:
5600         * shell/Makefile.am:
5601         * thumbnailer/Makefile.am:
5602
5603         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5604
5605 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5606
5607         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5608         (selection_changed_callback):
5609         * shell/ev-sidebar-links.h:
5610
5611         Add a signal for link activation.
5612
5613         * shell/ev-view.c: (ev_view_goto_link),
5614         (ev_view_button_release_event):
5615         * shell/ev-view.h:
5616         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5617         (ev_window_init):
5618
5619         Implement the signal so that we can handle all link types.
5620
5621         * shell/ev-page-cache.c:
5622
5623         Remove unused set_link function
5624
5625 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5626
5627         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5628
5629         Add some space from the cursor, hardcoded but I couldnt
5630         find a better way.
5631
5632 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5633
5634         * lib/ev-tooltip.c:
5635
5636         Use mozilla style vs gtk style, way better for links.
5637
5638         * shell/ev-view.c: (ev_view_motion_notify_event),
5639         (ev_view_destroy), (ev_view_init):
5640
5641         Deactive tooltip when the link hovered is changed.
5642
5643 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5644
5645         * backend/ev-document.h:
5646         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5647         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5648         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5649         (ev_link_new_page), (ev_link_new_page_xyz):
5650         * backend/ev-link.h:
5651         * pdf/ev-poppler.cc:
5652         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5653         (go_to_link), (tip_from_link):
5654
5655         Implement xyz links, still not functional. Links are a total
5656         mess, will need to refactor and bugfix a lot :(
5657
5658 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5659
5660         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5661
5662 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5663
5664         * data/evince-ui.xml:
5665         * data/evince.schemas.in:
5666         * shell/Makefile.am:
5667         * shell/ev-window.c: (update_chrome_visibility),
5668         (password_dialog_response), (ev_window_load_job_cb),
5669         (ev_window_xfer_job_cb), (ev_window_open_uri),
5670         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5671         (ev_window_init):
5672
5673         Remove the statusbar. This regress loading feedback, need to
5674         check with Bryan what we want to do there...
5675
5676 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5677
5678         * lib/ev-tooltip.c: (ev_tooltip_init):
5679
5680         Fix tooltip border and size handling
5681
5682 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5683
5684         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5685         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5686         (ev_tooltip_timeout), (ev_tooltip_activate),
5687         (ev_tooltip_deactivate):
5688         * lib/ev-tooltip.h:
5689         * shell/ev-view.c: (ev_view_motion_notify_event):
5690
5691         Delay popup showing. Mirror gtk logic/times.
5692
5693 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5694
5695         * lib/Makefile.am:
5696         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5697         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5698         (ev_tooltip_set_text), (ev_tooltip_set_position):
5699         * lib/ev-tooltip.h:
5700
5701         Simple widget to show tooltips at a custom position
5702
5703         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5704         (ev_view_destroy):
5705
5706         Use it for links. First go, needs work
5707
5708 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5709
5710         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5711         HIG fixes.  Use title capitalization for window title. Use 12 
5712         pixels of space between the dialog's vbox and action area.
5713
5714 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5715
5716         * shell/ev-window.c: (file_open_dialog_response_cb),
5717         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5718         (ev_window_cmd_save_as):
5719
5720         Make file pickers not modal and refactor code some
5721
5722 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5723
5724         * shell/ev-sidebar.h:
5725         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5726         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5727         (ev_sidebar_class_init), (ev_sidebar_select_page),
5728         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5729         (ev_sidebar_set_page):
5730
5731         Add a current page property and allow to get/set it
5732
5733         * shell/ev-window.c: (setup_view_from_metadata),
5734         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5735
5736         Persist current sidebar page per document
5737
5738 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5739
5740         * data/evince.schemas.in:
5741         * shell/ev-window.c: (update_chrome_visibility),
5742         (setup_document_from_metadata), (update_sidebar_visibility),
5743         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5744         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5745         (ev_window_run_presentation), (ev_window_stop_presentation),
5746         (ev_window_view_sidebar_cb),
5747         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5748         (load_chrome), (ev_window_init):
5749
5750         Persist size/visibility of sidebar per document
5751
5752 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5753
5754         * shell/ev-view.c (draw_loading_text): Draw loading text.
5755
5756 2005-09-02  Dan Damian  <dand@gnome.ro>
5757
5758         * configure.in: Added "ro" to ALL_LINGUAS.
5759
5760 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5761
5762         * shell/ev-view.c: (clear_caches):
5763
5764         ev_page_cache_get doesnt return a reference,
5765         dont try to unref it.
5766
5767 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5768
5769         * shell/main.c: (load_files_remote):
5770
5771         Fix timestamp parameter with dbus <= 0.33
5772
5773 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5774
5775         * data/evince.schemas.in:
5776
5777         Add missing full stop
5778
5779 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5780
5781         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5782         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5783
5784         Plug some memory leaks
5785
5786 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5787
5788         * configure.ac:
5789         * lib/ev-debug.c: (trap_handler):
5790
5791         Check for execinfo.h and use it only if it exists.
5792         Ported from Epiphany (bug #314776).
5793
5794 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5795
5796         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5797
5798 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5799
5800         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5801         * po/id.po      : Added Indonesian translation
5802
5803 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5804
5805         * shell/main.c:
5806         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5807         * NEWS: Release 0.4.0
5808
5809 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5810
5811         * configure.ac: catch another gtk+-2.8ism
5812         * shell/main.c: Make work with gtk+-2.6
5813
5814 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5815
5816         * shell/ev-application-service.xml: Add 'timestamp' argument to
5817           ev_application_open_window and ev_application_open_uri methods.
5818
5819         * shell/ev-application.h: Add 'timestamp' argument to
5820           ev_application_open_window, ev_application_open_uri,
5821           and ev_application_open_uri_list functions.
5822
5823         * shell/ev-application.c (ev_application_open_window,
5824           ev_application_open_uri, ev_application_open_uri_list): Change
5825           functions that show/present windows to use a timestamp if one
5826           is passed in.
5827
5828         * shell/ev-window.c (ev_window_cmd_file_open,
5829           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5830         * shell/main.c (load_files): Modify calls to ev_application to
5831           include GDK_CURRENT_TIME as timestamp.
5832
5833         * shell/main.c (load_files_remote): Obtain timestamp for client
5834           instance from GDK and pass to server instance so new windows are
5835           focused properly.  Fix dbus_g_proxy_call() calls by including second
5836           G_TYPE_INVALID.
5837           
5838         Closes bug #314475.
5839
5840 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5841
5842         * shell/ev-window.c (ev_window_finalize): Check for
5843         avail. EvWindows when quiting to handle the finalize better,
5844         #314497
5845
5846 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847         
5848         * properties/ev-properties-view.c: 
5849         
5850         Set textdomain to libglade. Fixes translation problem in property page.
5851
5852 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5855         * dvi/Makefile.am:
5856         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5857         * dvi/mdvi-lib/Makefile.am:
5858         
5859         Fix rotation of thumbnails, ported to new API. Moved library
5860         dependencies earlier, probably it will fix linkage problem.
5861
5862 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5863
5864         * backend/ev-document-misc.c:
5865         (ev_document_misc_get_thumbnail_frame):
5866         * backend/ev-document-misc.h:
5867         * configure.ac:
5868         * pdf/ev-poppler.cc:
5869         * shell/Makefile.am:
5870         * shell/ev-sidebar-thumbnails.c: (add_range),
5871         (ev_sidebar_thumbnails_set_loading_icon),
5872         (ev_sidebar_thumbnails_refresh),
5873         (ev_sidebar_thumbnails_set_document):
5874         * shell/ev-sidebar-thumbnails.h:
5875         * shell/ev-view.c: (ev_view_motion_notify_event),
5876         (ev_view_set_property), (ev_view_get_property),
5877         (ev_view_class_init), (ev_view_set_rotation):
5878         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5879         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5880         (ev_window_init):
5881         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5882         Redo rotation (again).  prepare for 0.4.0
5883
5884 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5885
5886         * configure.ac: Bump poppler requirement to 0.4.1.
5887
5888         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5889         argument to poppler_page_render_selection() call.
5890
5891 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5894         (djvu_document_thumbnails_get_thumbnail):
5895         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5896         (dvi_document_thumbnails_get_thumbnail):
5897         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5898         (pixbuf_document_thumbnails_get_thumbnail):
5899         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5900         
5901         Update rotation direction of backends to fit with pdf and ps.
5902
5903 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5904
5905         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5906         * backend/ev-async-renderer.h:
5907         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5908         (setup_page), (ps_document_get_page_size),
5909         (ps_async_renderer_render_pixbuf):
5910         * ps/ps-document.h:
5911         * shell/ev-jobs.c: (ev_job_render_run):
5912
5913         Fix orientation in the postscript document
5914
5915 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5916
5917         * pdf/ev-poppler.cc:
5918         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5919         * shell/ev-view.c: (highlight_find_results):
5920
5921         Adapt to the new poppler rotation API. Fix text maps on landscape
5922         documents.
5923
5924 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5925
5926         * shell/ev-view.c (compute_new_selection_text): get the correct
5927         region when selecting in modes other than continuous.
5928
5929 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5930
5931         * shell/main.c (main): remove redundant g_warnings.
5932
5933 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5934
5935         * shell/Makefile.am: Don't include autogenerated
5936         file ev-application-service.h into distribution, since
5937         it causes dbus crash. Fix for bugs 313724 and 313443. 
5938
5939 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * configure.ac: Fix sed expression for FreeBSD. Thanks
5942         to Joe Marcus Clark <marcus@freebsd.org>
5943         
5944         * shell/eggfindbar.c: (entry_activate_callback),
5945         (entry_changed_callback), (egg_find_bar_init),
5946         (egg_find_bar_set_search_string):
5947         
5948         Made findbar buttons unsensitive if there is no text in
5949         entry. Fix for the bug 313285.
5950
5951 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5952
5953         * ps/ps-document.c: Use g_filename_display_name for displaying
5954         filenames and revert string freeze breackage
5955
5956 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * NEWS:
5959         * configure.ac:
5960
5961         Update for 0.3.4
5962
5963         * shell/Makefile.am:
5964
5965         Add ev-application-service.xml to extra dist
5966
5967         * shell/ev-view.c: (find_page_at_location):
5968
5969         Remove unused function (fix warning)
5970
5971 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5972
5973         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5974         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5975         
5976         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5977         bug 313623.
5978
5979 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5980
5981         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5982         * shell/ev-window.c:
5983         Fix build warnings
5984
5985 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5986
5987         * configure.ac: Update script to get dbus version.
5988         Fix for the bug #313443.
5989
5990 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5991
5992         * shell/ev-window.c: (ev_window_cmd_escape):
5993         
5994         Return focus back to view on escape. Fix for bug 313295.
5995
5996 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5997
5998         * shell/ev-window.c: (update_window_title),
5999         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6000         (ev_window_cmd_save_as):
6001         
6002         Correct conversion from uri to displayable string. Fix for
6003         bug 313296.
6004
6005 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6006
6007         * ps/ps-document.c: convert filename to utf8 when there is an error
6008         loading document. Fixes #309915
6009
6010 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6011
6012         * configure.ac:
6013
6014         We depend on poppler 0.4.0
6015
6016 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6017
6018         * configure.ac:
6019         * NEWS: Release 0.3.3.
6020         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6021
6022 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6023
6024         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6025         add a couple missing mnemonics to menu items, use title 
6026         capitalization for menu items and window titles, and add 
6027         ellipsis to open menu item.     
6028
6029 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6030
6031         * pdf/ev-poppler.cc:
6032         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6033         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6034         (ev_view_get_rotation):
6035         * shell/ev-view.h:
6036         * shell/ev-window.c: (setup_view_from_metadata),
6037         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6038         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6039         disk.
6040
6041 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6042
6043         * configure.ac: Added tr to ALL_LINGUAS
6044
6045 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6046
6047         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6048         requires several clicks to find word. Thanks to 
6049         Colin Slater <kiltedtaco@gmail.com>.
6050
6051 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6052
6053         * data/evince.desktop.in.in: Hide menu entry and
6054         rename it to "Document Viewer". Fix for bug 
6055         #312399.
6056
6057 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6058
6059         * shell/ev-page-action.c (ev_page_action_class_init): 
6060
6061         Point to the correct function in constructor of the
6062         activate_label signal
6063
6064 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6065
6066         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6067         * shell/ev-jobs.h: Make thread safe.
6068
6069 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * shell/ev-view.c: (view_update_range_and_current_page):
6072         Don't update page range if we are scrolling to some document
6073         point.
6074
6075 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6076
6077         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6078         when getting max_page_width, fix drawing in dual mode.
6079
6080 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6081
6082         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6083         getting the area for select_all.
6084
6085 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6086
6087         * backend/ev-selection.c: (ev_selection_render_selection):
6088         * backend/ev-selection.h:
6089         * pdf/ev-poppler.cc:
6090         * shell/ev-jobs.c: (ev_job_render_new):
6091         * shell/ev-jobs.h:
6092         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6093         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6094         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6095         (ev_view_class_init):
6096
6097         Change selection color on focus in and focus out events.  Also,
6098         poppler now uses GdkColor for specifying the selection colors, so
6099         drop some awkward conversion code.
6100
6101 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6102
6103         * configure.ac: Added Hebrew translation
6104
6105 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6106
6107         * NOTES:
6108         * backend/ev-selection.c: (ev_selection_render_selection):
6109         * backend/ev-selection.h:
6110         * pdf/ev-poppler.cc:
6111         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6112         (ev_job_render_run):
6113         * shell/ev-jobs.h:
6114         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6115         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6116         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6117         (ev_pixbuf_cache_style_changed),
6118         (ev_pixbuf_cache_get_selection_pixbuf),
6119         (ev_pixbuf_cache_set_selection_list),
6120         (ev_pixbuf_cache_get_selection_list):
6121         * shell/ev-pixbuf-cache.h:
6122         * shell/ev-utils.c: (ev_print_region_contents):
6123         * shell/ev-utils.h:
6124         * shell/ev-view.c: (ev_view_queue_draw_page),
6125         (selection_update_idle_cb), (ev_view_motion_notify_event),
6126         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6127         (setup_caches), (ev_view_find_next), (merge_selection_region),
6128         (selection_free):
6129         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6130
6131         Clean up selection to be much smoother!
6132
6133 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6134
6135         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6136         to poppler_page_render_selection().
6137
6138 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * ps/ps-document.c: (save_page_list): Use
6141         unzipped document when printing. Thanks to 
6142         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6143         311016.
6144
6145 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6146
6147         * shell/ev-window.c: (update_action_sensitivity):
6148         
6149         Disable print and save respect to lockdown gconf keys. Fix
6150         for 312342.
6151
6152 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * configure.ac:
6155         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6156         (write_to_temp_file), (ev_file_set_contents):
6157         * shell/ev-utils.h:
6158         * shell/ev-window.c: (save_print_config_to_file):
6159         
6160         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6161         Fix for bug 312238
6162
6163 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6164
6165         * shell/ev-window.c: (load_print_config_from_file),
6166         (save_print_config_to_file), (ev_window_print_range):
6167
6168         Persist the print settings. Fixes bug #311578.
6169
6170 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6171
6172         * djvu/djvu-document.c: (djvu_document_get_page_size),
6173         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6174         (djvu_document_thumbnails_get_thumbnail):
6175         * dvi/dvi-document.c: (dvi_document_get_page_size),
6176         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6177         (dvi_document_thumbnails_get_dimensions),
6178         (dvi_document_thumbnails_get_thumbnail):
6179         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6180         (pixbuf_document_render_pixbuf),
6181         (pixbuf_document_document_iface_init),
6182         (pixbuf_document_thumbnails_get_thumbnail):
6183         
6184         Update backends to make them build with new rotation system.
6185
6186 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * help/C/figures/evince_start_window.png:
6189         
6190         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6191
6192 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6193
6194         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6195         * shell/ev-pixbuf-cache.h:
6196         * shell/ev-sidebar-thumbnails.c:
6197         (ev_sidebar_thumbnails_get_property), (add_range),
6198         (adjustment_changed_cb):
6199         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6200         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6201         we were thumbnailing the entire docment on startup, slowing us
6202         down hugely. 
6203
6204 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6205
6206         * shell/ev-page-cache.c: (ev_page_cache_new):
6207         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6208         == 0, fixes #310306.
6209
6210 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6211
6212         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6213         (ev_view_rotate_left):
6214
6215         Account rotation in doc_rect_to_view_rect.
6216         Ensure rotation doesnt go out of bounds.
6217
6218 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6219
6220         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6221
6222         Correct and cleanup w/h swapping
6223
6224 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6225
6226         * backend/ev-document-thumbnails.c:
6227         (ev_document_thumbnails_get_thumbnail):
6228         * backend/ev-document-thumbnails.h:
6229         * backend/ev-document.c:
6230         * backend/ev-document.h:
6231         * backend/ev-render-context.c: (ev_render_context_new),
6232         (ev_render_context_set_rotation):
6233         * backend/ev-render-context.h:
6234         * pdf/ev-poppler.cc:
6235         * ps/ps-document.c: (ps_document_document_iface_init):
6236         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6237         * shell/ev-jobs.h:
6238         * shell/ev-page-cache.c: (build_height_to_page),
6239         (ev_page_cache_new), (ev_page_cache_get_size),
6240         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6241         (ev_page_cache_get_height_to_page):
6242         * shell/ev-page-cache.h:
6243         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6244         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6245         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6246         (ev_pixbuf_cache_get_selection_pixbuf):
6247         * shell/ev-pixbuf-cache.h:
6248         * shell/ev-print-job.c: (idle_print_handler):
6249         * shell/ev-sidebar-thumbnails.c: (add_range):
6250         * shell/ev-view.c: (view_update_range_and_current_page),
6251         (get_page_y_offset), (get_page_extents),
6252         (ev_view_size_request_continuous_dual_page),
6253         (ev_view_size_request_continuous),
6254         (ev_view_size_request_dual_page),
6255         (ev_view_size_request_single_page), (draw_one_page),
6256         (ev_view_set_rotation), (ev_view_rotate_right),
6257         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6258         (ev_view_zoom_for_size_continuous_and_dual_page),
6259         (ev_view_zoom_for_size_continuous),
6260         (ev_view_zoom_for_size_dual_page),
6261         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6262         (ev_view_select_all):
6263         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6264         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6265         (tiff_document_document_iface_init),
6266         (tiff_document_thumbnails_get_thumbnail):
6267
6268         Use rotation rather than orientation. It's easier and enough
6269         for our needs.
6270
6271 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6272
6273         * shell/ev-page-cache.c: (build_height_to_page),
6274         (ev_page_cache_new), (ev_page_cache_get_size),
6275         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6276         (ev_page_cache_get_height_to_page):
6277         * shell/ev-page-cache.h:
6278         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6279         (ev_view_size_request_continuous_dual_page),
6280         (ev_view_size_request_continuous),
6281         (ev_view_zoom_for_size_continuous_and_dual_page),
6282         (ev_view_zoom_for_size_continuous):
6283
6284         Make the page cache aware of page orientation.
6285
6286 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6287
6288         * backend/ev-document-thumbnails.c:
6289         (ev_document_thumbnails_get_thumbnail):
6290         * backend/ev-document-thumbnails.h:
6291         * backend/ev-document.c:
6292         * backend/ev-document.h:
6293         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6294         * backend/ev-ps-exporter.h:
6295         * pdf/ev-poppler.cc:
6296         * ps/ps-document.c: (ps_document_document_iface_init),
6297         (ps_document_ps_export_do_page):
6298         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6299         * shell/ev-jobs.h:
6300         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6301         (ev_page_cache_get):
6302         * shell/ev-page-cache.h:
6303         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6304         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6305         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6306         * shell/ev-pixbuf-cache.h:
6307         * shell/ev-print-job.c: (idle_print_handler):
6308         * shell/ev-sidebar-thumbnails.c: (add_range):
6309         * shell/ev-view.c: (view_update_range_and_current_page),
6310         (get_page_extents), (ev_view_size_request_dual_page),
6311         (ev_view_size_request_single_page), (draw_one_page),
6312         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6313         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6314         (ev_view_zoom_for_size_dual_page),
6315         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6316         (ev_view_select_all):
6317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6318         * tiff/tiff-document.c: (tiff_document_get_page_size),
6319         (tiff_document_get_orientation), (rotate_pixbuf),
6320         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6321         (tiff_document_thumbnails_get_thumbnail),
6322         (tiff_document_ps_export_do_page), (tiff_document_init):
6323
6324         Really make use of the orientation bit of the render context.
6325         Use the render context in a few more places in the backend API.
6326         This regress orientation, but now it's done right. Will try to
6327         fix it up asap...
6328
6329 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6330
6331         * shell/ev-view.c: (ensure_rectangle_is_visible):
6332
6333         Patch by Nickolay V. Shmyrev to fix find flickering
6334
6335 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6336
6337         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6338         duplex parameters to ::begin.
6339
6340         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6341         * shell/ev-print-job.c (idle_print_handler): 
6342         * ps/ps-document.c (ps_document_ps_export_begin): 
6343         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6344         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6345         implementations. Poppler backend needs poppler cvs. Rest has
6346         unchanged behavior.
6347
6348 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6349
6350         * shell/ev-window.c (using_pdf_printer): new function.
6351         (ev_window_print_range): print a less techy message if someone
6352         tries to print to PDF.
6353
6354 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6355
6356         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6357         from "unknown font" string. Bug #311431
6358
6359 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6360
6361         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6362
6363 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6364
6365         Bug #311280
6366         
6367         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6368         name for PopplerFontTypes
6369         (pdf_document_fonts_fill_model): add font type to the detail column
6370
6371         * backend/ev-document-fonts.h: added
6372         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6373
6374         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6375         font name and font details, add a little markup.
6376         (ev_properties_fonts_init): use the new cell data func, specify ypad
6377         property for the cell renderer.
6378         (ev_properties_fonts_set_document): add the details column.
6379
6380 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6381
6382         * configure.ac: Added "pl" to ALL_LINGUAS.
6383
6384 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6385
6386         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6387
6388 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6389
6390         * help/ChangeLog: Started this for translations of manual.
6391         * configure.ac, autogen.sh, .cvsignore: Migrated to
6392         gnome-doc-utils. Patch in bug #311222.
6393
6394 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6395
6396         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6397         #ifdef this away to fix an unused-function warning.
6398
6399 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6400
6401         * configure.ac: Added 'gl' to ALL_LINGUAS.
6402
6403 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6404
6405         * configure.ac: Added ne in ALL_LINGUAS
6406         
6407 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6408
6409         * shell/ev-view.c: (ev_view_leave_notify_event):
6410         
6411         Clear status message when pointer leaves view. Fix for bug
6412         #310818 
6413
6414 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6415
6416         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6417
6418 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6419
6420         * shell/ev-view.c: (ev_view_leave_notify_event),
6421         (ev_view_class_init):
6422         
6423         Set cursor to normal then leaving view.
6424
6425 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6426
6427         * configure.ac:
6428         
6429         Fix required djvulibre version.
6430
6431 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6432
6433         *configure.ac: Hindi (hi) language added
6434
6435 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6436
6437         *configure.ac: Punjabi (pa) Language added
6438
6439 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6440
6441         * data/evince-ui.xml, shell/ev-window.c:
6442         
6443         Add keypad accelerators for zooming. Fix for bug 308128.
6444
6445 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * Makefile.am:
6448         * backend/Makefile.am:
6449         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6450         * configure.ac:
6451         * shell/ev-document-types.c: (ev_document_types_add_filters):
6452
6453         Allow to enable/disable the pixbuf backend.
6454         Default to off for now. If we want it enabled we should
6455         really put mime types in the desktop, implement properties etc.
6456
6457         * properties/evince-properties.c:
6458
6459         Initialize error to NULL.
6460         Check error is not NULL before freeing.
6461
6462 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6463
6464         * shell/ev-window.c:
6465
6466         Use F5 as presentation accell
6467
6468 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6469
6470         * shell/ev-window.c: (update_chrome_visibility),
6471         (ev_window_create_fullscreen_popup), (ev_window_init):
6472
6473         Do not leak the fullscreen toolbar
6474
6475 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6476
6477         * shell/ev-window.c: (view_actions_focus_in_cb),
6478         (view_actions_focus_out_cb):
6479
6480         These has a return value! Fix totally random focus
6481         issues we was seeing.
6482
6483 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6484
6485         * shell/main.c: (load_files_remote):
6486
6487         Allow open more than one file
6488
6489 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6490
6491         * shell/main.c: (load_files_remote):
6492
6493         Fix for dbus 0.33. bug #309975
6494
6495 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6496
6497         * properties/ev-properties-main.c: (ev_properties_get_pages):
6498
6499         Actually return NULL for types we dont support
6500
6501 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6502
6503         * po/POTFILES.in:
6504
6505         Remove empty lines.
6506
6507 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6508
6509         * backend/ev-document-factory.c:
6510         (ev_document_factory_get_document):
6511
6512         Do not try to create the object if type
6513         is invalid.
6514
6515 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6516
6517         * ps/ps-document.c: (ps_document_dispose),
6518         (ps_async_renderer_render_pixbuf):
6519         * ps/ps-document.h:
6520
6521         Do not leak the target window
6522
6523 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6524
6525         * shell/ev-application.c: (ev_application_init):
6526
6527         Let tbe check file existence for us.
6528         Add a comment about eggrecent mime filter.
6529
6530 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6531
6532         * data/evince-ui.xml:
6533         * shell/ev-application.c: (ev_application_shutdown),
6534         (ev_application_init), (ev_application_get_toolbars_model),
6535         (ev_application_get_recent_model),
6536         (ev_application_save_toolbars_model):
6537         * shell/ev-application.h:
6538         * shell/ev-window.c: (ev_window_add_recent),
6539         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6540         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6541         (ev_window_init):
6542
6543         Use common toolbar and recent models for all windows.
6544         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6547
6548         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6549         successfully check for gtk_icon_view_get_visible_range.
6550
6551 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * djvu/Makefile.am:
6554         * dvi/Makefile.am:
6555         
6556         Fix djvu and dvi backend build.
6557
6558 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6559
6560         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6561         (new_separator_pixbuf):
6562
6563         Don't leak windows.
6564
6565 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6566
6567         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6568
6569         HIGification of toolbar editor dialogue.
6570
6571 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6572
6573         * configure.ac:
6574         * shell/Makefile.am:
6575
6576         Ever build metadata manager since it's just
6577         disabled at runtime now.
6578
6579 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6580
6581         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6582         (ev_metadata_manager_get), (ev_metadata_manager_set):
6583         * shell/ev-metadata-manager.h:
6584
6585         Add an _init functions that enabled metadata management
6586         at runtime.
6587
6588         * shell/ev-window.c: (page_changed_cb),
6589         (setup_document_from_metadata), (ev_window_setup_document),
6590         (setup_view_from_metadata), (ev_window_open_uri),
6591         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6592         (ev_window_run_presentation), (ev_window_stop_presentation),
6593         (save_sizing_mode), (ev_window_zoom_changed_cb),
6594         (ev_window_continuous_changed_cb),
6595         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6596         (window_configure_event_cb):
6597
6598         Remove all ugly metadata define since we deal with it
6599         at runtime now.
6600
6601         * shell/main.c: (load_files_remote), (main):
6602
6603         Add support for dbus cvs head. Hopefully didnt break one
6604         of the other versions now!
6605
6606         If we dont get a response from the dbus server just
6607         give up with it and not enable metadata.
6608
6609 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * Makefile.am:
6612         * backend/Makefile.am:
6613         * configure.ac:
6614         * cut-n-paste/recent-files/Makefile.am:
6615         * cut-n-paste/toolbar-editor/Makefile.am:
6616         * cut-n-paste/zoom-control/Makefile.am:
6617         * lib/Makefile.am:
6618         * pdf/Makefile.am:
6619         * pixbuf/Makefile.am:
6620         * properties/Makefile.am:
6621         * ps/Makefile.am:
6622         * shell/Makefile.am:
6623         * thumbnailer/Makefile.am:
6624         * tiff/Makefile.am:
6625
6626         Make frontends depend on just libev.
6627         Rework and group CFLAGS/LIBS definitions.
6628         Cleanups.
6629
6630 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6631
6632         * shell/ev-window:
6633
6634         do not unnecessarily save zoom
6635
6636         * configure.ac:
6637         * lib/ev-file-helpers.c: (ev_dot_dir):
6638         * shell/Makefile.am:
6639         * shell/dummy.cc:
6640
6641         Some cleanups
6642
6643 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6644
6645         * configure.ac:
6646         
6647         Remove unnecessary dependencies
6648
6649 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6650
6651         * properties/Makefile.am:
6652         * thumbnailer/Makefile.am:
6653         * tiff/Makefile.am:
6654
6655         Some more cleanups. Was really necessary
6656         but I probably introduced bugs, feel free
6657         to flame :)
6658
6659 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6660
6661         * backend/Makefile.am:
6662         * configure.ac:
6663         * cut-n-paste/recent-files/Makefile.am:
6664         * cut-n-paste/toolbar-editor/Makefile.am:
6665         * cut-n-paste/zoom-control/Makefile.am:
6666         * lib/Makefile.am:
6667         * pdf/Makefile.am:
6668         * pixbuf/Makefile.am:
6669         * properties/Makefile.am:
6670         * ps/Makefile.am:
6671         * shell/Makefile.am:
6672         * thumbnailer/Makefile.am:
6673         * tiff/Makefile.am:
6674
6675         Use gnome-common macros when possible.
6676         Cleanup dependencies.
6677         Actually disable deprecated where possible.
6678
6679 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6680
6681         * Makefile.am:
6682         * backend/Makefile.am:
6683         * properties/Makefile.am:
6684         * shell/Makefile.am:
6685         * thumbnailer/Makefile.am:
6686
6687         This should solve the circular dep without
6688         requiring dir reorg!
6689
6690         * shell/ev-window.c: (setup_view_from_metadata):
6691
6692         Never restore window size/position when the
6693         window is already visible.
6694
6695 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6696
6697         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6698
6699         Return a boolean from timeout func. Fix ported from gedit.
6700
6701 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6702
6703         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6704
6705 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6706
6707         * shell/ev-document-types.c: set "All Documents" as default filter in
6708         open dialog
6709
6710 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6711
6712         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6713         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6714         (ev_metadata_manager_set_boolean): fix value/val thinko.
6715
6716 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * shell/ev-window.c: (setup_view_from_metadata),
6719         (window_state_event_cb), (window_configure_event_cb),
6720         (ev_window_init):
6721
6722         Remember window position and maximized state
6723
6724 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6725
6726         * configure.ac:
6727
6728         Fix DBUS configure checks.
6729
6730         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6731         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6732         (ev_metadata_manager_set_boolean):
6733
6734         Plug mem leaks.
6735
6736         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6737         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6738         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6739         (ev_window_continuous_changed_cb),
6740         (ev_window_dual_mode_changed_cb), (ev_window_new):
6741
6742         Fix the build without DBUS.
6743
6744 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6745
6746         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6747         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6748         (ev_metadata_manager_set_string),
6749         (ev_metadata_manager_set_boolean):
6750         * shell/ev-metadata-manager.h:
6751
6752         Add support for some more types
6753
6754         * shell/ev-view.c: (scroll_to_current_page),
6755         (ev_view_get_continuous), (ev_view_set_continuous),
6756         (ev_view_get_dual_page):
6757         * shell/ev-view.h:
6758         * shell/ev-window.c: (page_changed_cb),
6759         (setup_document_from_metadata), (ev_window_setup_document),
6760         (setup_view_from_metadata), (ev_window_open_uri),
6761         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6762         (ev_window_run_presentation), (ev_window_stop_presentation),
6763         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6764         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6765         (ev_window_update_dual_page_action),
6766         (ev_window_continuous_changed_cb),
6767         (ev_window_dual_mode_changed_cb), (ev_window_init):
6768
6769         Remember a bunch of view/document properties. Prolly some
6770         are still missing but it's getting interesting.
6771
6772 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6773
6774         * configure.ac: check if dbus-binding-tool is installed. Not the
6775         case on current Ubuntu breezy, it seems.
6776
6777 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6778
6779         * data/evince.desktop.in.in:
6780         
6781         Allow open uri lists and add TryExec field.
6782
6783 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * configure.ac:
6786
6787         Enable dbus when available, do not require a configure
6788         option.
6789
6790 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6791
6792         * configure.ac:
6793
6794         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6795         disabled.
6796
6797 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6798         Marco Pesenti Gritti  <mpg@redhat.com>
6799
6800         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6801         
6802         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6803         functions to the format required by dbus
6804
6805         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6806         errors. Use the RPC parameters in the expected way
6807
6808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6809
6810         * Makefile.am:
6811         * properties/Makefile.am:
6812         * properties/ev-properties-main.c: (ev_properties_get_pages):
6813
6814         Support all mime types
6815
6816         * shell/Makefile.am:
6817         * thumbnailer/Makefile.am:
6818         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6819         (evince_thumbnail_pngenc_get):
6820
6821         Use the document factory
6822
6823 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * backend/Makefile.am:
6826         * backend/ev-document-factory.c:
6827         (mime_type_supported_by_gdk_pixbuf),
6828         (ev_document_type_get_from_mime),
6829         (ev_document_factory_get_document),
6830         (ev_document_factory_get_backend),
6831         (ev_document_factory_get_mime_types),
6832         (ev_document_factory_get_all_mime_types):
6833         * backend/ev-document-factory.h:
6834         * shell/Makefile.am:
6835         * shell/ev-document-types.c: (get_document_from_uri),
6836         (ev_document_types_get_document),
6837         (file_filter_add_mime_list_and_free),
6838         (ev_document_types_add_filters):
6839         * shell/ev-document-types.h:
6840         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6841         * shell/ev-properties-dialog.c:
6842         (ev_properties_dialog_set_document):
6843         * shell/ev-window.c: (ev_window_cmd_file_open),
6844         (ev_window_cmd_save_as):
6845         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6846
6847         Rework document types managing to avoid code duplication
6848         and actually abstract from backend implementations.
6849         Also provide a minimal factory api that can be used by
6850         thumbnailer/properties.
6851
6852 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6853
6854         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6855         Plug a mem leak.
6856         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6857         HIG spacings.
6858
6859 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6860
6861         * shell/ev-properties-dialog.c
6862         (ev_properties_dialog_set_document): only call
6863         ev_properties_fonts_set_document() if the document implements the
6864         fonts interface
6865
6866 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6867
6868         * configure.ac:
6869         * properties/Makefile.am:
6870         * properties/ev-properties-view.c:
6871         (ev_properties_view_register_type):
6872         * properties/ev-properties-view.h:
6873         * properties/ev-properties-main.h:
6874
6875         Implement nautilus plugin for properties.
6876         Works only for pdf atm, I need to rework the
6877         document types stuff to get this to work
6878         for all backends...
6879
6880 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6881
6882         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6883         (ev_properties_fonts_set_document): use
6884         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6885
6886 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6887
6888         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6889         them
6890         (PlaceImage, tiff2ps_process_page): use
6891         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6892
6893
6894 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6895
6896         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6897         (main): to call gnome_authentication_manager_init. Should fix
6898         Bug #308510
6899
6900         * configure.ac: that requires libgnomeui 2.6.0.
6901
6902 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6903
6904         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6905         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6906         use the new tiff2ps interfaces
6907
6908         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6909         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6910
6911         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6912         structure instead of global variables.  Remove use of static
6913         variables in functions.
6914
6915 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6916
6917         * shell/ev-page-action.c: unref the completion after setting it to the
6918         entry
6919
6920 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6921
6922         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6923         postscript files
6924
6925 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6926
6927         * shell/ev-window.c (update_action_sensitivity): disable
6928         File->Print if the document does not implement the ps exporter
6929         interface
6930
6931 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * Makefile.am:
6934         * configure.ac:
6935         * data/evince-properties.glade:
6936         * properties/.cvsignore:
6937         * properties/Makefile.am:
6938         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6939         (ev_properties_view_class_init), (ev_properties_view_format_date),
6940         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6941         (ev_properties_view_init), (ev_properties_view_new):
6942         * properties/ev-properties-view.h:
6943         * shell/Makefile.am:
6944         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6945         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6946         (ev_properties_dialog_new):
6947         * shell/ev-properties-dialog.h:
6948         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6949         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6950         (update_progress_label), (job_fonts_finished_cb),
6951         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6952         * shell/ev-properties-fonts.h:
6953         * shell/ev-properties.c:
6954         * shell/ev-properties.h:
6955         * shell/ev-window.c: (ev_window_setup_document),
6956         (ev_window_cmd_file_properties):
6957
6958         Split the properties pages in two different objects, depend
6959         only on the backend where possible, use widgets instead
6960         of gobject for the glade part, reimplement the dialog
6961         itself with gtk.
6962         I need this to implement nautilus properties page.
6963
6964 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6965
6966         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6967         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6968         (tiff_document_document_ps_exporter_iface_init): implement the ps
6969         exporter interface for tiff documents
6970
6971         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6972         libtiff to implement TIFF postscript export
6973
6974         * tiff/tiff2ps.h: added a header file for external tiff2ps
6975         functions.
6976
6977         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6978         tiff2ps.h
6979
6980 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * shell/ev-view.c: (scroll_to_current_page),
6983         (ev_view_set_fullscreen), (ev_view_set_presentation):
6984         
6985         Scroll to current page when exit from presentation
6986
6987 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * shell/ev-window.c: (update_document_mode),
6990         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6991         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6992         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6993         
6994         Exit from fullscreen mode when switch to presentation. Fix for
6995         bug 309365
6996
6997 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6998
6999         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7000         return NULL if the document does not implement the selection
7001         interface.
7002
7003 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7004
7005         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7006         reported height by using the resolution aspect ratio
7007         (tiff_document_render_pixbuf): scale the pixbuf using the
7008         resolution aspect ratio
7009
7010 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7011
7012         * configure.ac:
7013         
7014         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7015         <kiltedaco@gmail.com>
7016         
7017         * djvu/djvu-document.c: (djvu_document_get_orientation),
7018         (djvu_document_set_orientation), (djvu_document_get_page_size),
7019         (rotate_pixbuf), (djvu_document_render_pixbuf),
7020         (djvu_document_document_iface_init):
7021         * dvi/dvi-document.c: (dvi_document_get_orientation),
7022         (dvi_document_set_orientation), (dvi_document_get_page_size),
7023         (rotate_pixbuf), (dvi_document_render_pixbuf),
7024         (dvi_document_document_iface_init):
7025         
7026         Dvi and djvu backends are ported to new API
7027
7028 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7029
7030         * backend/ev-selection.c: (ev_selection_get_selection_region),
7031         (ev_selection_get_selection_map):
7032         * backend/ev-selection.h:
7033         * pdf/ev-poppler.cc:
7034         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7035         * shell/ev-jobs.h:
7036         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7037         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7038         (ev_pixbuf_cache_get_text_mapping):
7039         * shell/ev-pixbuf-cache.h:
7040         * shell/ev-view.c: (location_in_text),
7041         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7042         support to EvView.  Now we can see where we can select!  Sweet!
7043
7044 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7045
7046         * shell/ev-view.c (ev_view_button_press_event): Fix
7047         event->y + view->scroll_x typo.
7048
7049 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7050
7051         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7052         sub-GdkPixbuf instead of passing dest_x and dest_y.
7053         
7054         * shell/ev-view.c: (view_point_to_doc_point),
7055         (view_rect_to_doc_rect), (ev_view_button_press_event),
7056         (ev_view_motion_notify_event), (compute_new_selection_rect),
7057         (gdk_rectangle_point_in), (compute_new_selection_text),
7058         (compute_selections): Update selection code to keep the selection
7059         around as two points and not as a normalized rectangle, and fix
7060         page level selection in two-column mode.
7061
7062 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7063
7064         * shell/ev-window.c: (window_configure_event_cb): 
7065         
7066         Fix compilation
7067         
7068 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7069
7070         * pdf/ev-poppler.cc:
7071
7072         Fix compilation
7073
7074 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7075
7076         * shell/Makefile.am:
7077         * shell/ev-metadata-manager.c: (item_free),
7078         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7079         (parse_value), (parseItem), (load_values),
7080         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7081         (save_values), (save_item), (get_oldest), (resize_items),
7082         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7083         * shell/ev-metadata-manager.h:
7084
7085         Metadata manager from gedit but modified to use GValue, so that
7086         we dont need to keep converting from strings.
7087
7088         * configure.ac:
7089
7090         ENABLE_METADATA conditional, on when dbus is on
7091
7092         * shell/ev-application.c: (ev_application_open_uri):
7093
7094         Show the window after load so that we can initialize
7095         window size before it's showed.
7096
7097         * shell/ev-window.c: (ev_window_setup_from_metadata),
7098         (ev_window_open_uri), (window_configure_event_cb),
7099         (ev_window_init):
7100
7101         Save and load metadata information about window size.
7102         Not yet keeping states in account.
7103
7104         * shell/main.c: (main):
7105
7106         Shutdown metadata manager.
7107
7108 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7109
7110         * shell/ev-application-service.xml:
7111         * configure.ac:
7112         * shell/Makefile.am:
7113         * shell/ev-application.c:
7114         * shell/ev-application.h:
7115         * shell/ev-window.c:
7116         * shell/ev-window.h:
7117         * shell/main.c:
7118
7119         Add an optional dbus interface (--enable-dbus).
7120         Rework application code, mainly to be easier to
7121         use "remotely".
7122         Do not open multiple windows with the same document,
7123         spatial evince!
7124
7125 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7126
7127         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7128         pixbuf iff it exists.
7129
7130 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7131
7132         * shell/*:
7133         * backend/ev-render-context.[ch]:
7134         * backend/ev-selection.[ch]:
7135
7136         Massive changes.  We now support text selection of pdfs, and not
7137         just rectangular selection.  This is pretty broken still, but I
7138         want to get something into CVS.
7139
7140 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * pdf/ev-poppler.cc:
7143         
7144         Fix for Bug 309080: crash on window close.
7145         
7146         * shell/ev-page-action.c: (page_changed_cb):
7147         
7148         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7149         jensgr@gmx.net (Jens Granseuer).
7150
7151 2005-06-25  Marcel Telka  <marcel@telka.sk>
7152
7153         * configure.in (ALL_LINGUAS): Added sk.
7154
7155 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7156
7157         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7158         not a document open
7159
7160 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7161
7162         * NEWS:
7163         * configure.ac:
7164
7165         Release 0.3.2
7166
7167         * cut-n-paste/recent-files/Makefile.am:
7168
7169         Fix make distcheck
7170
7171 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7172
7173         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7174         (pixbuf_document_set_orientation), (rotate_pixbuf),
7175         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7176         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7177
7178         Implement rotation and cleanup the code a bit.
7179
7180         * tiff/tiff-document.c: (tiff_document_get_page_size),
7181         (tiff_document_get_orientation), (tiff_document_set_orientation),
7182         (rotate_pixbuf), (tiff_document_render_pixbuf),
7183         (tiff_document_document_iface_init), (tiff_document_init):
7184
7185         Implement rotation. Was the quicker solution for the release
7186         but we really need to share this code in the shell.
7187
7188 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7189
7190         * pdf/ev-poppler.cc:
7191
7192         Enable rotation, require poppler cvs. Fix a leak.
7193
7194 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * shell/ev-window.c: (update_action_sensitivity):
7197         
7198         Make properties unsensitive if document backend doesn't provide
7199         any info
7200
7201 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7204         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7205         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7206         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7207         (bitmap_flip_rotate_counter_clockwise):
7208         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7209         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7210         (buff_gets):
7211         * dvi/mdvi-lib/common.h:
7212         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7213         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7214         (opendvi), (mdvi_reload), (mdvi_init_context),
7215         (mdvi_destroy_context), (mdvi_dopage), (special):
7216         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7217         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7218         (file_hash_free), (register_encoding), (parse_spec),
7219         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7220         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7221         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7222         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7223         (mdvi_register_font_type), (mdvi_unregister_font_type),
7224         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7225         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7226         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7227         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7228         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7229         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7230         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7231         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7232         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7233         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7234         (mdvi_unregister_special), (mdvi_flush_specials):
7235         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7236         (t1_font_remove):
7237         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7238         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7239         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7240         (free_font_metrics), (flush_font_metrics):
7241         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7242         (tt_font_remove):
7243         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7244         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7245         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7246         (dstring_insert), (dstring_new), (dstring_reset):
7247         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7248         
7249         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7250         avoid conflict with libtool on FC4
7251         
7252         * shell/ev-window.c: (ev_window_cmd_help_about):
7253         
7254         Update copyright year. Fix for bug 308828.
7255
7256 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7257
7258         * shell/ev-view.c: (add_scroll_binding_keypad),
7259         (ev_view_binding_activated), (ev_view_class_init),
7260         (on_adjustment_value_changed):
7261         
7262         Bug 170874: Arrow keys switch pages in presentation mode
7263
7264 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7265
7266         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7267         
7268         Fix for Bug 308265: Sidebar dissappears coming out of 
7269         Presentation mode
7270
7271 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-application.c: (ev_application_open):
7274         * shell/ev-document-types.c: (ev_document_types_add_filters),
7275         (ev_document_types_add_filters_for_type):
7276         * shell/ev-document-types.h:
7277         * shell/ev-window.c: (ev_window_cmd_save_as):
7278         
7279         Suggest basename as template when saving, provide filters
7280         for save dialog. It's bug 308402
7281
7282 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7283
7284         * pdf/ev-poppler.cc:
7285         * shell/ev-sidebar-links.c: (job_finished_callback):
7286         * shell/ev-view.c: (update_find_status_message):
7287         
7288         Some leaks fixed
7289
7290 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7291
7292         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7293         (egg_recent_view_uimanager_set_list):
7294
7295         Fix buglet in !show_numbers case.
7296
7297 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7298
7299         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7300         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7301
7302         Use pango ellipsisation.
7303
7304         * pdf/ev-poppler.cc:
7305
7306         Fix refcount leak, from nsh.
7307
7308 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * cut-n-paste/recent-files/Makefile.am:
7311         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7312         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7313         
7314         Removed EggRecentViewGtk
7315         
7316         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7317         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7318         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7319         (ev_window_setup_recent):
7320         
7321         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7322         with other projects
7323
7324 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7325
7326         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7327         (egg_recent_view_gtk_finalize):
7328
7329         Fix memory leak
7330
7331         * cut-n-paste/toolbar-editor/Makefile.am:
7332         
7333         Fix location of cursor icon.
7334         
7335         * pdf/ev-poppler.cc:
7336         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7337         (display_completion_text), (match_completion):
7338         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7339         (selection_changed_callback), (create_loading_model),
7340         (print_section_cb), (links_page_num_func),
7341         (update_page_callback_foreach):
7342         * shell/ev-window.c: (ev_window_dispose):
7343         
7344         Small memory fixes. Links model now store objects instead
7345         of pointers to improve memory management. 
7346
7347 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * shell/ev-window.c: (zoom_control_changed_cb):
7350         
7351         Fix update of zoom control (bug 308268).
7352
7353 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7354
7355         * shell/ev-properties.c (set_property): escape the text correctly.
7356         Handles non-UTF-8 properties and escaped properties.  Also, sets
7357         the text to "<i>None</i>" if the property isn't set.
7358
7359         * data/evince-properties.glade: Change the label to be ellipsized,
7360         and give it a minimum size.
7361
7362 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7365         * shell/ev-sidebar-links.c: (create_loading_model):
7366         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7367         * shell/ev-view.c: (ev_view_set_document):
7368         * shell/ev-window.c: (ev_window_dispose):
7369         
7370         Various small fixes, mostly memory leaks. Thanks to valgrind.
7371
7372 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7373
7374         * ps/ps-document.c: remove the locale.h include again ;-). And
7375         kill the (bogus) setlocale/savelocale business.
7376
7377 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7378
7379         * ps/ps-document.c:
7380         
7381         Include locale.h to fix build
7382         
7383         * shell/ev-sidebar.c:
7384         
7385         Remove unnecessary includes
7386
7387 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * dvi/dvi-document.c: (dvi_document_load):
7390         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7391         * po/POTFILES.in:
7392         
7393         Check for incorrect dvi files. Fix parsing dvi on AMD64
7394         platform. Thanks to tester@tester.ca (Olivier Crete).
7395
7396 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * shell/ev-page-action.c: (match_selected_cb),
7399         (display_completion_text), (match_completion), (update_model):
7400         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7401         (expand_open_links):
7402         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7403         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7404         (ev_sidebar_set_document):
7405         * shell/ev-window.c: (ev_window_xfer_job_cb),
7406         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7407         
7408         Fixed lot's of memory leaks, for example, memory leak on reload, 
7409         described in bug 307793.
7410
7411 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * pdf/ev-poppler.cc:
7414         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7415         (update_visible_range), (adjustment_changed_cb),
7416         (ev_sidebar_thumbnails_fill_model),
7417         (ev_sidebar_thumbnails_refresh),
7418         (ev_sidebar_tree_selection_changed),
7419         (ev_sidebar_icon_selection_changed),
7420         (ev_sidebar_thumbnails_use_icon_view),
7421         (ev_sidebar_thumbnails_set_document):
7422         * shell/ev-sidebar-thumbnails.h:
7423         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7424         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7425
7426         Refresh thumbnails when changing orientation. Not fully
7427         working yet becuase of a sidebar bug.
7428
7429         Set page orientation to poppler page everywhere. This sucks
7430         really need to fix poppler.
7431
7432 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7433
7434         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7435         (egg_recent_view_gtk_new_menu_item),
7436         (egg_recent_view_gtk_set_property),
7437         (egg_recent_view_gtk_get_property),
7438         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7439         (egg_recent_view_gtk_set_tooltip_func),
7440         (egg_recent_view_gtk_set_label_width),
7441         (egg_recent_view_gtk_get_label_width):
7442         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7443
7444         Sync with libegg (ellipsize labels)
7445
7446 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7447
7448         * data/evince-ui.xml:
7449         * shell/ev-window.c: (ev_window_cmd_go_forward),
7450         (ev_window_cmd_go_backward):
7451         
7452         Shift + PageUp moves 10 Pages. Fix for 306125
7453
7454 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7455
7456         * pdf/ev-poppler.cc:
7457
7458         Add a flag to check if orientation has been overriden
7459
7460 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7461
7462         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7463         field if necessary.
7464
7465         * ps/ps.h: add creator field to document.
7466
7467         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7468         set creator field.
7469
7470 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7471
7472         * data/evince-properties.glade:
7473         * shell/ev-properties.c: (ev_properties_set_document):
7474
7475         s/PDF Version/Format
7476
7477 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-properties.c: (ev_properties_set_document):
7480
7481         Remove unnecessary translations
7482
7483 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * cut-n-paste/toolbar-editor/Makefile.am:
7486
7487         Correct library name    
7488
7489 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * configure.ac:
7492         * cut-n-paste/recent-files/egg-recent-model.c:
7493         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7494         (egg_recent_model_unlock_file):
7495         * cut-n-paste/recent-files/egg-recent-util.c:
7496         (egg_recent_util_get_unique_id):
7497         * cut-n-paste/recent-files/update-from-egg.sh:
7498         * cut-n-paste/toolbar-editor/Makefile.am:
7499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7500         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7501         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7502         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7503         (egg_toolbars_model_get_type):
7504         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7505
7506         Better makefile for toolbar editor and update everything
7507         to latest libegg.
7508
7509 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7510
7511         * shell/ev-window.c: (update_document_mode):
7512
7513         Prefer presentation mode when the document
7514         require fullscreen.
7515
7516 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7517
7518         * data/evince-ui.xml:
7519         * shell/ev-window.c:
7520
7521         Add control-equal for zooming
7522
7523 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7524
7525         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7526
7527 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7528
7529         * backend/ev-document.c: (ev_document_get_orientation):
7530         * backend/ev-document.h:
7531         * pdf/ev-poppler.cc:
7532         * ps/ps-document.c: (ps_document_get_orientation),
7533         (ps_document_set_orientation), (ps_document_document_iface_init):
7534
7535         Add a get_orientation api. Improve set_orientation.
7536
7537         * data/evince-ui.xml:
7538         * shell/ev-view.c: (ev_view_set_orientation),
7539         (ev_view_rotate_right), (ev_view_rotate_left):
7540         * shell/ev-view.h:
7541         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7542         (ev_window_cmd_edit_rotate_right):
7543
7544         Better ui for changing document orientation
7545
7546 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7549         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7550         * shell/ev-sidebar-links.h:
7551         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7552         (ev_sidebar_page_iface_init):
7553         * shell/ev-sidebar-page.h:
7554         * shell/ev-sidebar-thumbnails.c:
7555         (ev_sidebar_thumbnails_get_property),
7556         (ev_sidebar_thumbnails_class_init),
7557         (ev_sidebar_thumbnails_set_document):
7558         * shell/ev-sidebar-thumbnails.h:
7559         * shell/ev-view.c: (ev_view_motion_notify_event):
7560         * shell/ev-window.c: (update_chrome_visibility),
7561         (ev_window_cmd_focus_page_selector),
7562         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7563         (sidebar_page_main_widget_update_cb), (ev_window_init):
7564         
7565         Autoraise toolbar on GoToPage binding and fix bindings in
7566         EvSidebarThumbnails page.
7567
7568 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7569
7570         * shell/ev-properties.c: (update_progress_label):
7571
7572         Hide the progress label when finished; bug #307697.
7573
7574 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7575
7576         * pdf/ev-poppler.cc:
7577
7578         Enable is_open for links, you will need poppler cvs
7579
7580         * shell/ev-properties.c: (job_fonts_finished_cb):
7581
7582         Get a lock on the document when filling the tree view
7583
7584 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7585
7586         * backend/ev-document-links.h:
7587         * pdf/ev-poppler.cc:
7588         * shell/ev-sidebar-links.c: (create_loading_model),
7589         (expand_open_links), (job_finished_callback):
7590
7591         Expand links when specified by the document.
7592         Depend on a poppler api (defined out for now)
7593
7594 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7595
7596         * shell/ev-properties.c: (ev_properties_dispose),
7597         (ev_properties_class_init), (dialog_destroy_cb),
7598         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7599         (ev_properties_set_document), (ev_properties_new),
7600         (ev_properties_show):
7601         * shell/ev-properties.h:
7602
7603         Make it an object, cleanup the code, api to show it as transient
7604         and to set the document.
7605
7606         * shell/ev-window.c: (ev_window_setup_document),
7607         (ev_window_cmd_file_properties):
7608
7609         Adapt to EvProperties changes, do not show multiple
7610         times, update it when document changes.
7611
7612 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7613
7614         * ps/gstypes.h:
7615         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7616         (ps_document_set_orientation), (ps_document_document_iface_init):
7617         * ps/ps-document.h:
7618
7619         Implement orientation here too
7620
7621         * shell/ev-properties.c: (ev_properties_new):
7622         * data/evince-properties.glade:
7623
7624         Hide the fonts page for backends that doesnt
7625         support it.     
7626
7627 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7628
7629         * backend/ev-document.c: (ev_document_set_orientation):
7630         * backend/ev-document.h:
7631         * pdf/ev-poppler.cc:
7632
7633         Add orientation api. Currently poppler api is not optimal,
7634         we need to set orientation every time we _get a page.
7635         I will try to fix that at some point.
7636
7637         * data/evince-ui.xml:
7638         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7639         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7640
7641         Add orientation menu items
7642
7643         * shell/ev-page-cache.c: (ev_page_cache_clear):
7644         * shell/ev-page-cache.h:
7645
7646         Add api to clear the cache
7647
7648         * shell/ev-view.c: (setup_caches), (clear_caches),
7649         (ev_view_set_document), (ev_view_zoom_out),
7650         (ev_view_set_orientation):
7651         * shell/ev-view.h:
7652
7653         Implement orientation changing
7654
7655 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7656
7657         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7658         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7659         * backend/ev-document-fonts.h:
7660
7661         Separate scan and fill so that we can incrementally fill from
7662         the main thread. Add a progress api.
7663
7664         * data/evince-properties.glade:
7665         * pdf/ev-poppler.cc:
7666         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7667         * shell/ev-jobs.h:
7668         * shell/ev-properties.c: (update_progress_label),
7669         (job_fonts_finished_cb), (setup_fonts_view):
7670
7671         Incrementally feel the list and show the progress
7672         percentage in a label like acrobat does.
7673
7674         You are going to need poppler cvs
7675
7676 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7677
7678         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7679         * backend/ev-document-fonts.h:
7680         * pdf/ev-poppler.cc:
7681
7682         Make fonts model fill incrementally.
7683
7684         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7685         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7686         (ev_job_queue_remove_job):
7687         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7688         (ev_job_fonts_new), (ev_job_fonts_run):
7689         * shell/ev-jobs.h:
7690
7691         New job for fonts scanning
7692
7693         * shell/ev-properties.c: (job_fonts_finished_cb),
7694         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7695         * shell/ev-properties.h:
7696         * shell/ev-window.c: (ev_window_cmd_file_properties):
7697
7698         Incrementally feel the treeview using the new job. Show Loading...
7699         message until scanning is completed.
7700
7701         Hopefully I didnt break the build without the poppler patch.
7702
7703 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7704
7705         * shell/ev-application.c: (ev_application_open):
7706         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7707         (ev_document_type_get_type), (ev_document_type_lookup):
7708         * shell/ev-document-types.h:
7709         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7710         * shell/ev-job-xfer.h:
7711         * shell/ev-window.c: (ev_window_clear_local_uri),
7712         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7713         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7714         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7715         
7716         Transfer remote documents to tmp directory to display them later.
7717
7718 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7719
7720         * backend/ev-document-info.h:
7721         * shell/ev-properties.c: (ev_properties_new):
7722
7723         s/GTime*/GTime. Not sure why we was using a pointer
7724         at all there!
7725
7726 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7727
7728         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7729         situations.  That situation is that you're using GTK+-HEAD with
7730         the patch at #306726 is applied, and you have a document with <
7731         1500 pages in it.  It's not quite as uniformly nice as the
7732         TreeView, but should be better in the long run.
7733
7734         I'm pretty sure I guarded against breaking compilation with
7735         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7736         I missed some.
7737
7738         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7739         widget yet, so I commented that code out
7740         enable_view_actions_for_widget() for now.  Need to figure this
7741         out.
7742
7743         * shell/ev-page-action.c (match_selected_cb): emit the right
7744         signals.  Our cool C-l completion now works.
7745
7746 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7747
7748         * backend/Makefile.am:
7749         * backend/ev-document-fonts.c:
7750         * backend/ev-document-links.c:
7751         * backend/ev-document.c: (ev_document_load):
7752         * backend/ev-document.h:
7753         * backend/ev-job-queue.c:
7754         * backend/ev-job-queue.h:
7755         * backend/ev-jobs.c:
7756         * backend/ev-jobs.h:
7757         * backend/ev-page-cache.c:
7758         * backend/ev-page-cache.h:
7759
7760         EvPageCache and EvJobs are moved to shell.
7761
7762         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7763         (ev_tmp_filename):
7764         * lib/ev-file-helpers.h:
7765         
7766         New helper to work with temporary files
7767         
7768         * shell/Makefile.am:
7769         * shell/ev-application.c: (ev_application_open):
7770         * shell/ev-application.h:
7771         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7772         (remove_job_from_async_queue), (add_job_to_async_queue),
7773         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7774         (handle_job), (search_for_jobs_unlocked),
7775         (no_jobs_available_unlocked), (ev_render_thread),
7776         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7777         (ev_job_queue_add_job), (move_job_async), (move_job),
7778         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7779         * shell/ev-job-queue.h:
7780         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7781         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7782         * shell/ev-job-xfer.h:
7783         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7784         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7785         (ev_job_links_class_init), (ev_job_render_init),
7786         (ev_job_render_dispose), (ev_job_render_class_init),
7787         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7788         (ev_job_thumbnail_class_init), (ev_job_load_init),
7789         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7790         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7791         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7792         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7793         * shell/ev-jobs.h:
7794         * shell/ev-page-action.c: (ev_page_action_set_document):
7795         * shell/ev-page-cache.c: (ev_page_cache_init),
7796         (ev_page_cache_class_init), (ev_page_cache_finalize),
7797         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7798         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7799         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7800         (ev_page_cache_get_title), (ev_page_cache_get_size),
7801         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7802         (ev_page_cache_get_height_to_page),
7803         (ev_page_cache_get_max_label_chars),
7804         (ev_page_cache_get_page_label),
7805         (ev_page_cache_has_nonnumeric_page_labels),
7806         (ev_page_cache_get_info), (ev_page_cache_next_page),
7807         (ev_page_cache_prev_page), (ev_page_cache_get):
7808         * shell/ev-page-cache.h:
7809         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7810         (ev_pixbuf_cache_clear_job_sizes),
7811         (ev_pixbuf_cache_add_jobs_if_needed),
7812         (ev_pixbuf_cache_set_page_range):
7813         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7814         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7815         * shell/ev-sidebar-thumbnails.c:
7816         (ev_sidebar_tree_selection_changed),
7817         (ev_sidebar_thumbnails_set_document):
7818         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7819         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7820         (ev_statusbar_get_context_id), (ev_statusbar_push),
7821         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7822         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7823         (ev_statusbar_set_progress):
7824         * shell/ev-statusbar.h:
7825         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7826         (ev_view_find_previous):
7827         * shell/ev-window.c: (ev_window_is_empty),
7828         (ev_window_setup_document), (password_dialog_response),
7829         (ev_window_clear_jobs), (ev_window_load_job_cb),
7830         (ev_window_xfer_job_cb), (ev_window_open_uri),
7831         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7832         (ev_window_print), (ev_window_print_range),
7833         (ev_window_state_event), (ev_window_cmd_view_reload),
7834         (menu_item_select_cb), (menu_item_deselect_cb),
7835         (view_status_changed_cb), (ev_window_dispose),
7836         (drag_data_received_cb), (ev_window_init):
7837         * shell/ev-window.h:
7838         * shell/main.c: (load_files):
7839         
7840         New statusbar to show progress on idle. Two new jobs - 
7841         xfer job and load job to load document in background. And update
7842         of page_cache clients to new location of code.
7843
7844 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7845   
7846         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7847         selection in open dialog. It also remembers the last visited directory 
7848         in the current session.
7849
7850 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7851
7852         * shell/ev-properties.c: (ev_properties_new):
7853         * shell/ev-properties.h:
7854         * shell/ev-window.c: (ev_window_cmd_file_properties):
7855         
7856         Get document info from page cache instead of document itself.
7857         This should fix crash related to race conditions described in
7858         bug 306545.
7859
7860 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7861
7862         * ps/ps-document.c: (ps_document_init),
7863         (send_ps), (get_page_box), (output), (catchPipe), (input),
7864         (stop_interpreter), (file_length), (file_readable),
7865         (check_filecompressedb), (ps_document_enable_interpreter),
7866         (document_load), (ps_async_renderer_render_pixbuf):
7867         * ps/ps-document.h:
7868
7869         Big cleanup of the ps code
7870
7871 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7872
7873         * backend/Makefile.am:
7874         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7875         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7876         * backend/ev-async-renderer.h:
7877
7878         Add an async renderer interface (method + callback) which
7879         is useful for backends like ps.
7880
7881         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7882         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7883         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7884         (ev_job_queue_add_job), (move_job_async), (move_job),
7885         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7886
7887         Add queues for async renderer, these are executed on the
7888         main thread.
7889
7890         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7891         (ev_job_render_run):
7892         * backend/ev-jobs.h:
7893
7894         If the backend support async renderer interface use it.
7895
7896         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7897         (setup_pixmap), (ps_document_get_type),
7898         (ps_async_renderer_render_pixbuf),
7899         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7900
7901         Implement async renderer interface.
7902
7903 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7904
7905         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7906
7907         Cleanup links job on exit.
7908
7909 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7912         (drag_data_get_cb), (drag_data_received_cb):
7913         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7914         (drag_data_get_cb), (parse_item_list),
7915         (egg_toolbar_editor_load_actions):
7916         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7917         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7918         (parse_item_list), (parse_toolbars):
7919         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7920         (dvi_pixbuf_put_pixel):
7921         
7922         Fix gcc 4.0 warnings
7923
7924 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7925
7926         * ps/ps-document.c: (start_interpreter):
7927
7928         Fix warning when loading ps
7929
7930 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7931
7932         * ps/ps-document.c: (output):
7933
7934         Fix crash when priting gs error messages.
7935
7936 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7937
7938         * backend/ev-page-cache.c: (_ev_page_cache_new):
7939         * backend/ev-page-cache.h:
7940
7941         Use a const to return title so that we dont double
7942         free it. Small cleanup and fix a leak.
7943
7944         * shell/ev-window.c: (update_window_title):
7945
7946         strdup value from get_title.
7947
7948 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7949
7950         * shell/ev-sidebar-links.c: (job_finished_callback),
7951         (ev_sidebar_links_set_document):
7952
7953         Cleanup the old job when changing document
7954
7955 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/ev-stock-icons.c:
7958         * shell/ev-stock-icons.h:
7959         * shell/ev-window.c:
7960         
7961         Add stock icons for actions that can appear in toolbar. Fix for
7962         bug 306566.
7963
7964 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7967         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7968         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7969         * backend/ev-page-cache.h:
7970         * shell/ev-view.c: (scroll_to_current_page),
7971         (view_update_range_and_current_page), (get_page_y_offset),
7972         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7973         (ev_view_size_request_continuous),
7974         (ev_view_zoom_for_size_continuous_and_dual_page),
7975         (ev_view_zoom_for_size_continuous):
7976         
7977         More compact EvView layout in document with pages of different size.
7978
7979 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7980
7981         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7982         compilation.
7983
7984 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * shell/ev-view.c: (view_set_adjustment_values):
7987         * shell/ev-window.c: (ev_window_cmd_file_properties):
7988         
7989         A bit different fix for rounding problem but it has no
7990         problems on startup. Make properties window transient to parent.
7991
7992 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7993
7994         * pdf/ev-poppler.cc:
7995         
7996         More commenting of font stuff.
7997
7998 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7999
8000         * pdf/ev-poppler.cc:
8001
8002         Comment out some more fonts stuff. Should really
8003         work without the poppler patch now.
8004
8005 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8006
8007         * pdf/ev-poppler.cc:
8008
8009         Adapt to api change
8010
8011 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8012
8013         * data/evince-properties.glade:
8014         * pdf/ev-poppler.cc:
8015         * shell/ev-properties.c: (setup_fonts_view):
8016
8017         Set the column title. Show the dialog only
8018         once everything is setup.
8019         Getting font info can be very slow... will
8020         prolly need to make this threaded too.
8021
8022 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8023
8024         * backend/Makefile.am:
8025         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8026         (ev_document_fonts_get_fonts_model):
8027         * backend/ev-document-fonts.h:
8028         * data/evince-properties.glade:
8029         * pdf/ev-poppler.cc:
8030         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8031         * shell/ev-properties.h:
8032         * shell/ev-window.c: (ev_window_cmd_file_properties):
8033
8034         Implement fonts list. Defined out for now, since it depends
8035         on a not yet committed poppler patch.
8036
8037 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8038
8039         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8040         page + 1.
8041
8042         * shell/ev-window.c: Make sure we add the timeout when we get a
8043         focus-in event.
8044
8045         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8046         adjustment->value before calculating the zoom factor to average
8047         out all of our rounding errors.  The page no longer 'drifts' when
8048         resizing.
8049
8050 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8051
8052         * data/evince-properties.glade:
8053         * shell/ev-properties.c: (ev_properties_format_date),
8054         (set_property):
8055         
8056         Labels don't expand when the dialogue is resized.
8057         strftime result needs to be converted to UTF-8. Thanks
8058         to Christian Persch <chpe@gnome.org>.
8059
8060 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8061
8062         * data/evince-properties.glade:
8063
8064         Hide the fonts tab
8065
8066 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8067
8068         * backend/ev-document-info.h:
8069         * backend/ev-document.c: (ev_document_info_free):
8070         * data/evince-properties.glade:
8071         * pdf/ev-poppler.cc:
8072         * ps/ps-document.c: (ps_document_get_info):
8073         * shell/ev-properties.c: (ev_properties_format_date),
8074         (set_property), (ev_properties_new):
8075         * shell/ev-properties.h:
8076         * shell/ev-window.c: (ev_window_cmd_file_properties):
8077
8078         Rework properties code to take only EvPropertyInfo
8079         in the constructor so that it can be useful for
8080         nautilus plugin too.
8081
8082         Deal with backends that doesnt support some properties.
8083         Make set property code generic.
8084
8085 2005-06-04  Christian Persch <chpe@gnome.org>
8086
8087         * data/evince-properties.glade:
8088
8089         fix spacings, make resizeable, and make data labels
8090         selectable + ellipsised
8091
8092 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8093
8094         * backend/ev-document-info.h:
8095         * data/Makefile.am:
8096         * data/evince-ui.xml:
8097         * pdf/ev-poppler.cc:
8098         * shell/Makefile.am:
8099         * shell/ev-window.c: (update_action_sensitivity),
8100         (ev_window_cmd_file_properties):
8101
8102         Initial go at file properties. Patch by
8103         Emil Soleyman-Zomalan <emil@soleyman.com>.
8104         Needs love see #169583
8105
8106 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8107
8108         * ps/ps-document.c: (output):
8109         * ps/ps.c: (psscan):
8110
8111         Try to render even if psscan fails.
8112
8113 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8114
8115         * ps/ps.c: (psscan), (pscopydoc):
8116
8117         Port buffered reading code from gv
8118
8119 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8120
8121         * ps/ps-document.c: (interpreter_message), (output):
8122
8123         Do not fail on interpreter messages
8124
8125 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8126
8127         * backend/ev-document-misc.c:
8128         (ev_document_misc_get_thumbnail_frame):
8129
8130         Pages can be 0 x 0, dont assert on this case
8131
8132 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8133
8134         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8135         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8136
8137         Correctly manage our reference on document. Finally the reload
8138         huge leak is gone...
8139
8140 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8141
8142         * ps/ps-document.c: (ps_document_dispose):
8143
8144         Forgot to chain it to the parent. Thanks chpe.
8145
8146 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8147
8148         * ps/ps-document.c: (ps_document_dispose),
8149         (ps_document_class_init), (stop_interpreter), (document_load):
8150
8151         Cleanup dispose a bit. Dont leak the whole pixmap.
8152
8153 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8154
8155         * pdf/ev-poppler.cc:
8156
8157         Release the poppler document on dispose
8158
8159 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8160
8161         * shell/ev-view.c: (ev_view_set_document):
8162
8163         Release ref on the pixbuf cache when changing
8164         document.
8165
8166 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8167
8168         * ps/ps-document.c: (ps_document_get_info):
8169
8170         Fix a double free
8171
8172 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8173
8174         * backend/ev-page-cache.c: (ev_page_cache_init),
8175         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8176         * backend/ev-page-cache.h:
8177         * shell/ev-page-action.c: (page_changed_cb):
8178         
8179         Set page action entry width depending on labels width. Fix
8180         for bug 305202.
8181
8182 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * backend/ev-link.c: (ev_link_class_init):
8185
8186         Allow -1 as page value (error)
8187
8188 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8189
8190         * shell/ev-sidebar-thumbnails.c:
8191         (ev_sidebar_thumbnails_set_document):
8192         * shell/ev-view.c: (scroll_to_current_page),
8193         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8194         (page_changed_cb), (on_adjustment_value_changed),
8195         (ev_view_set_document):
8196
8197         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8198         Fix bug 305377
8199
8200 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8201
8202         * configure.ac:
8203         * djvu/djvu-document.c: (djvu_document_get_page_size):
8204
8205         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8206         bug 301993.
8207
8208 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8209
8210         * shell/ev-view.c (draw_one_page): modify the expose handling to
8211         get the shadows.
8212
8213         * shell/ev-window.c (update_action_sensitivity): Respect
8214         permissions field.  Kowtow to the man.
8215
8216         * pdf/ev-poppler.cc: Get the permissions field.
8217
8218         * tiff/*c: Make a tiny bit more robust.
8219
8220 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8221
8222         * djvu/djvu-document.c:
8223         
8224         Pop messages from djvu context message queue.
8225
8226 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8227
8228         * configure.ac, Makefile.am, shell/Makefile.am:
8229         * tiff/Makefile.am, shell/ev-document-types.c:
8230         
8231         Cleanup tiff configure checks. Fix for bug 305218.
8232
8233 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8234
8235         * configure.ac: Added "uk" to ALL_LINGUAS.
8236
8237 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8238
8239         * cut-n-paste/zoom-control/ephy-zoom.c:
8240         (ephy_zoom_get_changed_zoom_level):
8241         * cut-n-paste/zoom-control/ephy-zoom.h:
8242         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8243         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8244         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8245         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8246         (zoom_control_changed_cb), (ev_window_init):
8247         
8248         Fix minor points related to moving best fit up. Introduce
8249         "zoom" property and make zoom control change it's value on
8250         notify::zoom signals. Fix for 305080.
8251
8252 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8253
8254         * data/evince-ui.xml:
8255         * shell/ev-window.c: (set_view_actions_sensitivity):
8256         
8257         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8258
8259 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * configure.ac:
8262
8263         Depends on poppler 0.3.2
8264
8265 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8266
8267         * cut-n-paste/recent-files/egg-recent-item.c:
8268         (egg_recent_item_get_short_name):
8269         * cut-n-paste/toolbar-editor/Makefile.am:
8270         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8271         (new_pixbuf_from_widget):
8272         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8273         * cut-n-paste/toolbar-editor/egg-marshal.c:
8274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8275         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8276
8277         Sync
8278
8279 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8280
8281         * tiff/tiff-document.c: Rough TIFF backend.
8282
8283 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8284
8285         * NEWS:
8286         * configure.ac:
8287         * cut-n-paste/toolbar-editor/Makefile.am:
8288
8289         Release 0.3.1
8290
8291 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8294         (ev_view_find_next), (ev_view_find_previous):
8295
8296         Remove the locks around get_n_results   
8297
8298 2005-05-21  Juerg Billeter  <j@bitron.ch>
8299
8300         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8301
8302         Pass correct number of pages to poppler.
8303
8304 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8305
8306         * configure.ac:
8307         * data/Makefile.am:
8308         * data/evince.desktop.in: 
8309         * data/evince.desktop.in.in:
8310         * po/POTFILES.in:
8311         
8312         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8313
8314 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8315
8316         * shell/ev-view.c: (view_update_adjustments),
8317         (view_set_adjustment_values): cast adjustmen->value to (int)
8318         before using it.  Otherwise, we get off by a pixel in some
8319         situations.
8320
8321         (draw_one_page): Draw the border on expose.
8322
8323 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8324
8325         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8326         adjustment when the mode changes, #304923
8327
8328 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8329
8330         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8331         flickering on resize but still use gdk_window_scroll on
8332         scrolling
8333
8334 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8335
8336         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8337         option, #170458
8338
8339 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8340
8341         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8342         second page on page_changed if possible, #304669
8343
8344 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8345
8346         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8347         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8348
8349 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8350
8351         * .cvsignore:
8352         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8353         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8354         (ev_view_zoom_for_size_presentation),
8355         (ev_view_zoom_for_size_continuous_and_dual_page),
8356         (ev_view_zoom_for_size_continuous),
8357         (ev_view_zoom_for_size_dual_page),
8358         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8359         * shell/ev-view.h:
8360         * shell/ev-window.c: (update_view_size),
8361         (ev_window_sizing_mode_changed_cb):
8362
8363         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8364         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8365         an infinite loop, #304769
8366
8367
8368 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8369
8370         * data/evince-ui.xml:
8371         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8372         * shell/ev-window.c: (set_view_actions_sensitivity):
8373
8374         Make PgUp/Down behave like Space
8375
8376 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8377
8378         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8379         * backend/ev-ps-exporter.h:
8380         * pdf/ev-poppler.cc:
8381         * ps/ps-document.c: (ps_document_ps_export_begin):
8382         * shell/ev-print-job.c: (idle_print_handler):
8383
8384         Adapt to new poppler api
8385
8386 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8387
8388         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8389         (ephy_zoom_control_init):
8390
8391         Translate zoom levels
8392
8393 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8394
8395         * cut-n-paste/zoom-control/ephy-zoom.c:
8396         (ephy_zoom_get_zoom_level_index):
8397
8398         Fix current zoom -> zoom control match
8399
8400 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8401
8402         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8403         rather than the scrolled_window that it's in. Fixes bug #304655.
8404
8405 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8406
8407         * shell/ev-view.c: (view_update_adjustments),
8408         (view_set_adjustment_values), (view_update_range_and_current_page),
8409         (view_scroll_to_page), (set_scroll_adjustment),
8410         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8411         (ev_view_scroll), (ev_view_scroll_view),
8412         (ensure_rectangle_is_visible), (find_page_at_location),
8413         (get_link_at_location), (go_to_link), (status_message_from_link),
8414         (ev_view_size_request_continuous_dual_page),
8415         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8416         (ev_view_unrealize), (ev_view_expose_event),
8417         (ev_view_button_press_event), (ev_view_motion_notify_event),
8418         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8419         (draw_rubberband), (highlight_find_results), (draw_one_page),
8420         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8421         (ev_view_init), (find_changed_cb), (page_changed_cb),
8422         (on_adjustment_value_changed), (ev_view_new),
8423         (ev_view_set_document), (ev_view_set_zoom),
8424         (ev_view_set_continuous), (ev_view_set_dual_page),
8425         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8426         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8427         (ev_view_zoom_for_size_presentation),
8428         (ev_view_zoom_for_size_continuous_dual_page),
8429         (ev_view_zoom_for_size_continuous),
8430         (ev_view_zoom_for_size_dual_page),
8431         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8432         (ev_view_get_status), (ev_view_set_status),
8433         (update_find_status_message), (ev_view_get_find_status),
8434         (ev_view_set_find_status), (jump_to_find_result),
8435         (jump_to_find_page), (compute_selections), (clear_selection),
8436         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8437         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8438         (ev_view_update_primary_selection),
8439         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8440         * shell/ev-view.h:
8441         * shell/ev-window.c: (ev_window_open_page_label),
8442         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8443         (ev_window_init):
8444         * shell/ev-window.h:
8445         * shell/main.c: (load_files):
8446
8447         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8448         when resizing.  Remove the bin_window().  Also, patch from James
8449         Bowes to fix command line page, #300641
8450         
8451 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * data/evince-ui.xml:
8454         * shell/ev-view.c:
8455         * shell/ev-view.h:
8456         * shell/ev-window.c: (update_action_sensitivity):
8457
8458         Get rid of View->Normal Size, it's just confusing
8459
8460 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8461
8462         * backend/ev-document-info.h:
8463         * backend/ev-document.c: (ev_document_info_free): Free the
8464         EvDocumentInfo.
8465
8466         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8467         (clear_range), (add_range), (update_visible_range),
8468         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8469         (ev_sidebar_thumbnails_set_document):
8470         * shell/ev-window.c: (ev_window_setup_document): Only render the
8471         visible thumbnails.  It takes an instant to render, but it uses
8472         much less memory.
8473
8474 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * shell/ev-sidebar-links.c: (popup_menu_cb):
8477
8478         Select first item
8479
8480 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8481
8482         * lib/Makefile.am:
8483         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8484         (button_press_cb), (ev_sidebar_links_construct):
8485
8486         Show the popup menu also on keybindings
8487
8488 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8491         * shell/ev-window.h:
8492
8493         Expose api to print a range (with dialog). Make private _print use
8494         it.
8495
8496         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8497         (ev_sidebar_links_construct):
8498
8499         Show a print context menu on linkx, it prints the selected
8500         section.
8501
8502 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8503
8504         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8505         button.
8506
8507 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * AUTHORS:
8510
8511         Update
8512
8513         * shell/ev-window.c: (build_comments_string),
8514         (ev_window_cmd_help_about):
8515
8516         Show poppler version/backend and authors
8517
8518 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8519
8520         * cut-n-paste/zoom-control/ephy-zoom.c:
8521         (ephy_zoom_get_zoom_level_index):
8522         * cut-n-paste/zoom-control/ephy-zoom.h:
8523
8524         Move the best fit items at the top of the list
8525
8526 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8527
8528         * shell/ev-marshal.list:
8529         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8530         (activate_cb), (match_selected_cb), (activate_link_cb),
8531         (connect_proxy), (ev_page_action_class_init):
8532         * shell/ev-page-action.h:
8533
8534         Use signals to notify action activation. Hopefully
8535         I did not break completion since I cant test...
8536
8537         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8538         (register_custom_actions):
8539
8540         Connect to page selector actions and also grab focus on
8541         the view when activated.
8542
8543 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8544
8545         * pdf/ev-poppler.cc:
8546         * backend/ev-page-cache.c: make page size calculation consistent
8547         and set it to (int)( width * scale + 0.5).  This makes the weird
8548         line going through the middle of the page go away.
8549
8550         * shell/ev-view.c: move painting the background page after
8551         checking the expose area covers us.
8552
8553 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8554
8555         * data/evince-password.glade:
8556         
8557         Mark labels as not translatable. Fix for bug 302842.
8558
8559 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8560
8561         * configure.ac: Added "es" to ALL_LINGUAS.
8562
8563 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * data/evince-toolbar.xml:
8566         * shell/ev-window.c: (update_action_sensitivity),
8567         (ev_window_setup_document), (ev_window_set_page_mode),
8568         (ev_window_init):
8569
8570         Remove some leftover code from jrb first continous
8571         attempt. Use the new actions, we still need good icons
8572         though...
8573
8574 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8575
8576         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8577
8578         Update label when connecting proxy. Fix a warning with NULL
8579         page_cache.
8580
8581 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8582
8583         * data/evince-ui.xml:
8584         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8585         * shell/ev-page-action.h:
8586         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8587
8588         Add mnemonic for edit toolbar.
8589         ctrl+l focus the page entry.
8590
8591 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8592
8593         * lib/Makefile.am:
8594         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8595         (ev_window_init):
8596         * shell/main.c: (main):
8597
8598         Put the toolbar xml in evince own dot dir
8599
8600 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-window.c: (ev_window_init):
8603
8604         Make the toolbar not removable
8605
8606 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * data/evince-ui.xml:
8609         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8610         * shell/ev-sidebar-links.h:
8611         * shell/ev-sidebar-thumbnails.c:
8612         (ev_sidebar_thumbnails_get_treeview):
8613         * shell/ev-sidebar-thumbnails.h:
8614         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8615         (ev_view_class_init):
8616         * shell/ev-view.h:
8617         * shell/ev-window.c: (update_action_sensitivity),
8618         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8619         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8620         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8621         (ev_window_init):
8622
8623         This is evil... Make space/backspace global accelerators but
8624         enable them only for some widgets (sidebars and view).
8625         I dont like it, but I dont know a better way... :/
8626
8627 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8630         (ev_page_action_widget_finalize),
8631         (ev_page_action_widget_class_init), (update_page_cache):
8632
8633         Keep a weak reference on proxy->page_cache so that we
8634         dont try to disconnect the signal if the object is already
8635         gone. Maybe there is a better way to cleanup reference handling
8636         in page action though...
8637
8638 2005-05-10  Juerg Billeter  <j@bitron.ch>
8639
8640         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8641         * backend/ev-ps-exporter.h:
8642         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8643         * ps/ps-document.c: (ps_document_ps_export_begin):
8644         
8645         Change api to pass print range to ps_exporter_begin. The pdf backend
8646         requires this information.
8647         
8648         * shell/ev-print-job.c: (idle_print_handler):
8649         
8650         Adapt to api change
8651
8652 2005-05-10  Juerg Billeter  <j@bitron.ch>
8653
8654         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8655         (idle_print_handler)
8656         * shell/ev-window.c: (ev_window_print):
8657
8658         Support printing page range, based on patch by Amaury Jacquot
8659
8660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8661
8662         * data/evince-toolbar.xml:
8663
8664         Add zoom control to available items
8665
8666 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * shell/ev-window.c: (update_action_sensitivity):
8669
8670         Set slash action insensitive when appropriate
8671
8672 2005-05-10  Christian Persch <chpe@gnome.org>
8673
8674         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8675
8676         Fix warning on the overflow menu
8677
8678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8679
8680         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8681
8682         Check for uri correctness/existence
8683
8684 2005-05-09  Juerg Billeter  <j@bitron.ch>
8685
8686         * shell/ev-window.c: (using_postscript_printer):
8687
8688         LPD printers use postscript, too
8689
8690 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8691
8692         * shell/ev-window.c: (register_custom_actions):
8693
8694         The zoom one is actually sort of useful,
8695         put it back
8696
8697 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8698
8699         * shell/ev-window.c: (register_custom_actions):
8700
8701         Hide page/zoom controls from overflow, they
8702         are useless.
8703
8704 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8705
8706         * cut-n-paste/update-from-egg.sh:
8707         
8708         Share it between all cut-n-paste subdirs
8709
8710         * cut-n-paste/recent-files/Makefile.am:
8711
8712         Fix to use "global" update-from-egg.sh
8713
8714         * cut-n-paste/recent-files/egg-recent-model.c:
8715         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8716         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8717         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8718         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8719
8720         Update from libegg
8721
8722         * cut-n-paste/toolbar-editor/Makefile.am:
8723
8724         Fix to use "global" update-from-egg.sh
8725
8726         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8727
8728         Update from libegg
8729
8730 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8731
8732         * configure.ac:
8733         * cut-n-paste/Makefile.am:
8734         * cut-n-paste/recent-files/Makefile.am:
8735         * cut-n-paste/toolbar-editor/.cvsignore:
8736         * cut-n-paste/toolbar-editor/Makefile.am:
8737         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8738         (egg_editable_toolbar_get_type), (get_toolbar_position),
8739         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8740         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8741         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8742         (set_item_drag_source), (create_item_from_action), (create_item),
8743         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8744         (popup_toolbar_context_menu_cb), (free_dragged_item),
8745         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8746         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8747         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8748         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8749         (item_added_cb), (item_removed_cb),
8750         (egg_editable_toolbar_construct),
8751         (egg_editable_toolbar_disconnect_model),
8752         (egg_editable_toolbar_deconstruct),
8753         (egg_editable_toolbar_set_model),
8754         (egg_editable_toolbar_set_ui_manager),
8755         (egg_editable_toolbar_set_property),
8756         (egg_editable_toolbar_get_property),
8757         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8758         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8759         (egg_editable_toolbar_new_with_model),
8760         (egg_editable_toolbar_get_edit_mode),
8761         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8762         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8763         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8764         (new_pixbuf_from_widget), (new_separator_pixbuf),
8765         (update_separator_image), (style_set_cb),
8766         (_egg_editable_toolbar_new_separator_image),
8767         (egg_editable_toolbar_get_model):
8768         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8769         * cut-n-paste/toolbar-editor/egg-marshal.c:
8770         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8771         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8772         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8773         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8774         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8775         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8776         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8777         (editor_drag_data_delete_cb), (drag_data_get_cb),
8778         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8779         (editor_create_item), (update_editor_sheet), (setup_editor),
8780         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8781         (parse_item_list), (model_has_action), (update_actions_list),
8782         (egg_toolbar_editor_load_actions):
8783         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8784         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8785         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8786         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8787         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8788         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8789         (egg_toolbars_model_add_separator), (impl_add_item),
8790         (parse_item_list), (egg_toolbars_model_add_toolbar),
8791         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8792         (impl_get_item_data), (impl_get_item_type),
8793         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8794         (egg_toolbars_model_init), (free_toolbar),
8795         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8796         (egg_toolbars_model_remove_toolbar),
8797         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8798         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8799         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8800         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8801         (egg_toolbars_model_get_item_data),
8802         (egg_toolbars_model_get_item_type):
8803         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8804         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8805         * data/Makefile.am:
8806         * data/evince-toolbar.xml:
8807         * data/evince-ui.xml:
8808         * data/hand-open.png:
8809         * po/POTFILES.in:
8810         * shell/Makefile.am:
8811         * shell/ev-window.c: (update_chrome_visibility),
8812         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8813         (ev_window_dispose), (ev_window_init):
8814
8815         Implement epiphany like toolbar editor. Based on patch by
8816         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8817
8818 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8821
8822         Use set_cursor instead of set_selection, so that
8823         the keyboard focus moves too.
8824
8825 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8826
8827         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8828
8829         Fix infinite loop when loading Type1 fonts
8830
8831 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * data/evince-ui.xml:
8834         * shell/ev-window.c:
8835
8836         Slash -> Find
8837
8838 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8839
8840         * configure.ac:
8841
8842         Make --disable really disable
8843
8844 2005-05-07  Juerg Billeter  <j@bitron.ch>
8845
8846         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8847
8848         Compare page labels even without has_labels set, fixes setting page
8849         with entry
8850
8851 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8852
8853         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8854         (ev_view_set_cursor), (ev_view_button_press_event),
8855         (ev_view_motion_notify_event), (ev_view_button_release_event),
8856         (ev_view_init):
8857
8858         Implement middle button scrolling. Based on a patch
8859         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8860
8861 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8862
8863         * shell/ev-document-types.c: (get_slow_mime_type),
8864         (get_document_type_from_mime), (ev_document_type_lookup):
8865         * shell/ev-document-types.h:
8866
8867         Change api to lookup from uri. Do fast lookup first, if the
8868         type is unknown try with data sniffing.
8869
8870         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8871         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8872
8873         Adapt to api change
8874
8875 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * thumbnailer/Makefile.am:
8878
8879         Fix distcheck
8880
8881 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8882
8883         * NEWS:
8884         * configure.ac:
8885
8886         Release 0.3.0
8887
8888         * data/evince-ui.xml:
8889
8890         Hide presentation mode for now
8891
8892         * shell/ev-view.c: (highlight_find_results):
8893
8894         Show current find selection only on current page
8895
8896 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8897
8898         * shell/ev-view.c: (ev_view_select_all):
8899
8900         Compute size of the actual page, not of
8901         the current one.
8902
8903 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8906         (view_rect_to_doc_rect), (compute_selections),
8907         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8908         (ev_view_copy), (ev_view_primary_get_cb),
8909         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8910         (ev_view_button_press_event), (ev_view_motion_notify_event),
8911         (ev_view_button_release_event), (page_changed_cb):
8912
8913         Fix text selection
8914
8915 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * shell/ev-view.c: (compute_border), (get_page_extents),
8918         (doc_rect_to_view_rect), (highlight_find_results),
8919         (ev_view_bin_expose), (ev_view_select_all),
8920         (ev_view_motion_notify_event), (update_find_status_message),
8921         (jump_to_find_result), (jump_to_find_page):
8922
8923         First go at fixing search, still buggy
8924
8925 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8926
8927         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8928         dropdown box and button at the top of the sidebar.
8929
8930 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8931
8932         * configure.ac: Output zoom-control Makefile.
8933         * cut-n-paste/Makefile.am: build zoom-control subdir.
8934         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8935         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8936         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8937         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8938         * cut-n-paste/zoom-control/ephy-zoom.c:
8939         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8940         from epiphany, and modified to add a separator into the menu.
8941         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8942         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8943         zoom-control action.
8944         * shell/Makefile.am: Include zoom-control flags.
8945         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8946         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8947         (ev_view_zoom_for_size_presentation),
8948         (ev_view_zoom_for_size_continuous_and_dual_page),
8949         (ev_view_zoom_for_size_continuous),
8950         (ev_view_zoom_for_size_dual_page),
8951         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8952         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8953         ev_view_get_zoom and ev_view_get_sizing_mode.
8954         * shell/ev-view.h:
8955         * shell/ev-window.c: (update_action_sensitivity),
8956         (update_sizing_buttons), (zoom_control_changed_cb),
8957         (register_custom_actions): Initialize and use the zoom-control 
8958         widget.
8959
8960 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8961
8962         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8963         preview cache back to 1.  Don't know when it got set to 0.
8964         
8965         * shell/ev-view.c: (compute_border), (ev_view_realize),
8966         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8967         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8968         (ev_view_get_fullscreen), (ev_view_set_presentation),
8969         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8970         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8971         * shell/ev-view.h:
8972         * shell/ev-window.c:
8973         (update_chrome_visibility),
8974         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8975         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8976         (update_document_mode), (ev_window_update_fullscreen_action),
8977         (ev_window_fullscreen), (ev_window_unfullscreen),
8978         (ev_window_cmd_view_fullscreen),
8979         (ev_window_update_presentation_action),
8980         (ev_window_run_presentation), (ev_window_stop_presentation),
8981         (ev_window_cmd_view_presentation), (ev_window_state_event),
8982         (ev_window_focus_in_event), (ev_window_focus_out_event),
8983         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8984         * data/evince-ui.xml: Initial presentation mode.  We should
8985         probably hide this until it's done, as it's quite rough.  Also,
8986         change full-screen to fullscreen and add two getters to EvView.
8987
8988 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * shell/ev-page-action.c: (update_page_cache),
8991         (ev_page_action_dispose):
8992         * shell/ev-window.c: (destroy_fullscreen_popup),
8993         (ev_window_create_fullscreen_popup):
8994
8995         Use connect_object rather than explicitly
8996         disconnect on dispose.
8997
8998 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * shell/ev-page-action.c: (update_page_cache),
9001         (ev_page_action_dispose):
9002
9003 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9004
9005         * backend/ev-page-cache.c: (_ev_page_cache_new),
9006         (ev_page_cache_set_page_label),
9007         (ev_page_cache_has_nonnumeric_page_labels):
9008         * backend/ev-page-cache.h:
9009         * shell/ev-page-action.c: (update_pages_label):
9010         
9011         If all page labels are numeric, fallback to default
9012         way to display number of pages. See bug 173185.
9013
9014 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9015
9016         * shell/ev-page-action.c: (ev_page_action_dispose):
9017         * shell/ev-view.c: (view_update_range_and_current_page):
9018         * shell/ev-window.c: (ev_window_dispose):
9019         
9020         Set page on scroll in continuous mode. Fixes bug 301986.
9021         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9022
9023 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9024
9025         * configure.ac:
9026
9027         Require poppler 0.3.0
9028
9029 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9030         
9031         * shell/Makefile.am, configure.ac: Fix build problems
9032         with t1lib. Bug 301996.
9033
9034 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036         * shell/ev-view.c: (ev_view_scroll_event):
9037         
9038         Scroll up increase zoom
9039
9040 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9041
9042         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9043         (ev_view_set_sizing_mode),
9044         (ev_view_zoom_for_size_continuous_and_dual_page),
9045         (ev_view_zoom_for_size_continuous):
9046         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9047         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9048         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9049         (ev_window_init):
9050
9051         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9052         Fix for 165473 and 165472.
9053
9054 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9055
9056         * po/POTFILES.in:
9057         * thumbnailer/Makefile.am:
9058         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9059         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9060         * thumbnailer/evince-thumbnailer.schemas.in:
9061         
9062         Make thumbnailer schemas translatable. Fix for bug 301773
9063         
9064         * thumbnailer/evince-thumbnailer-djvu.schemas:
9065         * thumbnailer/evince-thumbnailer-dvi.schemas:
9066         * thumbnailer/evince-thumbnailer.schemas:
9067
9068         Removed files
9069
9070 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9071
9072         * shell/ev-view.c (ev_view_init): forgot to set this.
9073
9074 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9075
9076         * shell/ev-view.c: (find_page_at_location),
9077         (get_link_at_location),
9078         (ev_view_set_show_border), (ev_view_set_spacing),
9079         (ev_view_zoom_for_size_continuous_and_dual_page),
9080         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9081         Also, add a quick fix measuring of widths.  Also, removed
9082         ev_view_set_spacing and ev_view_set_show_border.
9083         
9084         * shell/ev-window.c: (ev_window_unfullscreen),
9085         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9086
9087 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9088
9089         * shell/ev-view.c: (view_update_range_and_current_page),
9090         (page_changed_cb):
9091         
9092         Fix crash on exit and scrolling to page in continuous view.
9093
9094 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9095
9096         * TODO:
9097         * backend/ev-page-cache.c: (_ev_page_cache_new),
9098         (ev_page_cache_get_max_width_size),
9099         (ev_page_cache_get_max_height_size):
9100         * backend/ev-page-cache.h:
9101         * data/evince-ui.xml:
9102         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9103         * shell/ev-view.c: (view_update_adjustments),
9104         (view_update_range_and_current_page), (get_bounding_box_size),
9105         (ev_view_size_request_continuous_and_dual_page),
9106         (ev_view_size_request_continuous),
9107         (ev_view_size_request_dual_page),
9108         (ev_view_size_request_single_page), (ev_view_size_request),
9109         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9110         (ev_view_bin_expose), (ev_view_expose_event),
9111         (ev_view_set_property), (ev_view_get_property),
9112         (ev_view_class_init), (ev_view_init), (ev_view_new),
9113         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9114         (ev_view_set_dual_page), (ev_view_set_full_screen),
9115         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9116         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9117         (ev_view_zoom_out), (zoom_for_size_fit_width),
9118         (zoom_for_size_best_fit),
9119         (ev_view_zoom_for_size_continuous_and_dual_page),
9120         (ev_view_zoom_for_size_continuous),
9121         (ev_view_zoom_for_size_dual_page),
9122         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9123         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9124         * shell/ev-view.h:
9125         * shell/ev-window.c: (update_action_sensitivity),
9126         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9127         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9128         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9129         (ev_window_cmd_view_zoom_out), (update_view_size),
9130         (ev_window_set_sizing_mode), (ev_window_init):
9131
9132         Add Continuous and Dual page modes.
9133
9134 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9135
9136         * dvi/dvi-document.c: (dvi_document_load),
9137         (dvi_document_thumbnails_get_thumbnail),
9138         (dvi_document_init_params): Fix up some mixups between
9139         width and height to correct thumbnail rendering.
9140
9141 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9142
9143         * dvi/mdvi-lib/private.h:
9144         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9145         
9146         Suppess output for kpathsea during font generation. Thanks to
9147         James Bowes
9148
9149 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9150
9151         * NEWS:
9152         * configure.ac:
9153
9154         Release 0.2.1
9155
9156         * Makefile.am: fix distcheck.
9157
9158 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9159
9160         * shell/ev-sidebar-links.c: (selection_changed_callback),
9161         (update_page_callback), (row_activated_callback),
9162         (job_finished_callback), (ev_sidebar_links_set_document):
9163         
9164         Fix for bug #169901. Double click on links expands tree.
9165
9166 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9167
9168         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9169         hard-coded style. Fix for bug 170111
9170
9171 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9172
9173         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9174         locking.
9175
9176 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9177
9178         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9179
9180 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * pdf/ev-poppler.cc:
9183         * shell/ev-view.c: (highlight_find_results):
9184
9185         Fix find on single page documents
9186
9187 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9188
9189         * data/evince.schemas.in: fix for bug 301390
9190
9191 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9192
9193         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9194         (ev_view_zoom_out), (ev_view_zoom_normal):
9195         * shell/ev-view.h:
9196         * shell/ev-window.c: (update_action_sensitivity),
9197         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9198         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9199         (ev_window_cmd_view_normal_size):
9200
9201         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9202         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9203         better than oom. 
9204
9205 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * configure.ac:
9208
9209         Depend on 2.57, 2.59 doesnt seem to be necessary
9210
9211 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9212
9213         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9214         (create_tool_item):
9215
9216         Put back total number of pages as (1 of 1234)
9217
9218 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9219
9220         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9221         remove the job.
9222
9223         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9224         function.  This helps debugging.
9225
9226 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9227
9228         * djvu/djvu-document.c: (djvu_document_class_init),
9229         (djvu_document_get_info), (djvu_document_document_iface_init):
9230         * dvi/dvi-document.c: (dvi_document_class_init),
9231         (dvi_document_get_info), (dvi_document_document_iface_init):
9232
9233         Dummy implementation of get_info method for dvi and
9234         djvu. Fix crashes with those backends
9235
9236 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9237
9238         * data/evince.desktop.in:
9239
9240         Add application/x-gzpostscript
9241
9242 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9243
9244         * data/evince.schemas.in: Added real long descriptions, 
9245         closes bug 172496 
9246
9247         * README: Added actual text, closes bug 171869
9248
9249 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9250
9251         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9252
9253         Thumbnail page 0
9254
9255 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9256
9257         * backend/ev-document-info.h:
9258
9259         s/GDate */GDate so we can just use g_free
9260
9261 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9262
9263         * shell/ev-window.c: (update_document_mode),
9264         (ev_window_setup_document):
9265
9266         Show the window in fullscreen when specified by
9267         the document
9268
9269 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9270
9271         * backend/ev-document.c: (ev_document_class_init),
9272         (ev_document_get_info), (ev_document_render_pixbuf):
9273         * backend/ev-document.h:
9274         * backend/ev-page-cache.c: (_ev_page_cache_new):
9275         * pdf/ev-poppler.cc:
9276         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9277         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9278         * ps/ps-document.c: (ps_document_class_init), (document_load),
9279         (ps_document_get_info), (ps_document_document_iface_init):
9280
9281         Remove get_title from the interface, we can just use document info
9282
9283 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9284
9285         * backend/Makefile.am:
9286         * backend/ev-document.c: (ev_document_render_get_info):
9287         * backend/ev-document.h:
9288         * pdf/ev-poppler.cc:
9289
9290         Initial support for document info. Based on jrb patch.
9291
9292 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9293
9294         * shell/ev-window.c: (ev_window_state_event),
9295         (ev_window_class_init), (ev_window_init):
9296         
9297         Doesn't show resize grip when maximized. See bug #301053
9298
9299 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9300
9301         * po/POTFILES.in:
9302         
9303         ev-sidebar-thumbnails now has translatable labels
9304         
9305         * shell/Makefile.am:
9306         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9307         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9308         (ev_sidebar_links_page_iface_init):
9309         * shell/ev-sidebar-links.h:
9310         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9311         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9312         (ev_sidebar_page_get_label):
9313         * shell/ev-sidebar-page.h:
9314         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9315         (ev_sidebar_thumbnails_set_document),
9316         (ev_sidebar_thumbnails_support_document),
9317         (ev_sidebar_thumbnails_get_label),
9318         (ev_sidebar_thumbnails_page_iface_init):
9319         * shell/ev-sidebar-thumbnails.h:
9320         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9321         (ev_sidebar_set_document):
9322         * shell/ev-sidebar.h:
9323         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9324         
9325         Small rework of sidebar code. Now sidebar pages should implement
9326         EvSidebarPage interface. That makes page management in EvSidebar
9327         easier. See bug #164811 for details
9328
9329 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9330
9331         * shell/ev-application.c: (ev_application_open):
9332         * shell/ev-document-types.c:
9333         
9334         Fix build error and small problem with application exit
9335
9336 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9337
9338         * thumbnailer/Makefile.am:
9339         * thumbnailer/evince-thumbnailer-djvu.schemas:
9340         * thumbnailer/evince-thumbnailer-dvi.schemas:
9341         
9342         Conditionally install schemas for djvu/dvi thumbnailer
9343
9344 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9345
9346         * shell/ev-document-types.h: 
9347         * shell/ev-document-types.c: 
9348         New files, handling the mapping from mimetypes to backends
9349         
9350         * shell/ev-window.c: 
9351         * thumbnailer/evince-thumbnailer.c:     
9352         Use the ev-document-types code
9353         
9354         * shell/Makefile.am: 
9355         Added new convenience library libevbackendfactory_la, containing
9356         the new mimetype->backend logic; moved the backends into it.
9357
9358         * thumbnailer/Makefile.am:
9359         Make the thumbnailer link with the libevbackend.la convenience
9360         library, rather than having a duplicate of the backend logic here.
9361
9362 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9363
9364         * shell/ev-stock-icons.c: constify some vars.
9365         * shell/ev-window.c: ditto.
9366
9367 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9368
9369         * ps/ps-document.c (get_page_orientation):
9370
9371         Respect document orientation 
9372
9373 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9374
9375         * djvu/Makefile.am:
9376         * dvi/Makefile.am:
9377         * shell/Makefile.am:
9378         
9379         Move library dependencies to components.
9380         
9381         * shell/ev-window.c: (update_window_title),
9382         (start_loading_document):
9383         
9384         Fix display of uris with spaces. Bug 168358.
9385
9386 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9387
9388         * shell/ev-sidebar-links.c: (selection_changed_cb):
9389         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9390         (ev_view_button_release_event), (ev_view_set_document):
9391         * shell/ev-view.h:
9392         * shell/ev-window.c: (find_bar_search_changed_cb):
9393         * shell/ev-window.h: Minor cleanups removing some dead code.
9394
9395 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9396
9397         * backend/ev-page-cache.c: (_ev_page_cache_new):
9398         
9399         Set current page to 0 if document has pages.
9400
9401 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9404
9405         Initialize GError to NULL, fix a crash when loading fails.
9406
9407 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9408
9409         * shell/ev-window.c: (update_view_size):
9410
9411         Calculate shadow size only when there is actually
9412         a shadow.
9413
9414 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9415
9416         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9417         * shell/ev-view.h:
9418
9419         Allow setting view spacing, default to 0
9420
9421         * shell/ev-window.c: (ev_window_unfullscreen),
9422         (ev_window_cmd_view_fullscreen), (ev_window_init):
9423
9424         Remove spacing in fullscreen mode
9425
9426 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9427
9428         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9429         (ev_view_size_request), (expose_bin_window),
9430         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9431         * shell/ev-view.h:
9432         * shell/ev-window.c: (ev_window_unfullscreen),
9433         (ev_window_cmd_view_fullscreen):
9434
9435         Do not draw the border in fulscreen
9436
9437 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9438
9439         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9440         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9441         (find_page_at_location), (page_changed_cb):
9442
9443         Rework border calculation, so that I can more easily disable it.
9444         Code somewhat cleaner too.
9445
9446 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9447
9448         * backend/ev-page-cache.c: (ev_page_cache_init),
9449         (_ev_page_cache_new):
9450
9451         Remove some assertions, documents can have 0 pages.
9452         Make initial current page -1.
9453
9454         * shell/ev-page-action.c: (page_changed_cb):
9455
9456         Show "" if current page is -1
9457
9458         * shell/ev-window.c: (update_action_sensitivity),
9459         (ev_window_setup_document):
9460
9461         When document has 0 pages do not set the view
9462         and make nearly everything insensitive.
9463
9464 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9465
9466         * shell/ev-page-view.c:
9467         * shell/ev-page-view.h:
9468
9469         Remove unused files.
9470         
9471         * shell/ev-sidebar-thumbnails.c:
9472         (ev_sidebar_thumbnails_set_document):
9473         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9474         (ev_sidebar_supports_document):
9475         * shell/ev-sidebar.h:
9476         * shell/ev-window.c: (ev_window_setup_document):
9477         
9478         Doesn't show thumbnails if document has 1 page. Make
9479         sidebar menu entries sensitive only if if they have 
9480         sense. Fix bug 164811. 
9481
9482 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9483
9484         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9485         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9486         (ev_view_zoom_out), (ev_view_set_size):
9487
9488         Rework sizing to deal with documents with not uniform page
9489         size.
9490
9491 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9492
9493         * backend/ev-page-cache.c: (_ev_page_cache_new):
9494
9495         Fix several page size caching bugs
9496
9497 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9498
9499         * shell/ev-window.c: (set_action_properties):
9500
9501         Make all toolbar items translatable
9502
9503 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9504
9505         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9506         (save_page_list), (ps_document_save),
9507         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9508         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9509         (ps_document_ps_exporter_iface_init):
9510         * ps/ps-document.h:
9511
9512         Based on a patch by J�rg Billeter <j@bitron.ch>
9513         
9514         Implement print and save a copy for the ps backend.
9515
9516 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * backend/ev-document.h:
9519         * djvu/djvu-document.c: (djvu_document_can_get_text),
9520         (djvu_document_document_iface_init):
9521         * dvi/dvi-document.c: (dvi_document_can_get_text),
9522         (dvi_document_document_iface_init):
9523         * pdf/ev-poppler.cc:
9524         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9525         (pixbuf_document_document_iface_init):
9526         * ps/ps-document.c: (ps_document_can_get_text),
9527         (ps_document_document_iface_init):
9528         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9529         * shell/ev-window.c: (update_action_sensitivity):
9530
9531         Fix the crash when trying to copy in backends that doesnt
9532         support it. We can implement a better solution once we
9533         do real text selection.
9534
9535 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9536
9537         * data/evince-ui.xml:
9538         * shell/ev-window.c: (ev_window_cmd_escape):
9539         
9540         Work around the Escape conflict (find bar and unfullscreen)
9541
9542 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9543
9544         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9545         
9546         Fix for #300233. Next page correctly handles document end.
9547         
9548         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9549         (ev_sidebar_thumbnails_class_init),
9550         (ev_sidebar_thumbnails_set_document),
9551         (ev_sidebar_thumbnails_clear_job),
9552         (ev_sidebar_thumbnails_clear_model):
9553         
9554         Cleanup thumbnail jobs on document changes.
9555         
9556         * shell/ev-view.c: (add_scroll_binding_keypad),
9557         (add_scroll_binding_shifted), (ev_view_class_init):
9558         
9559         Shift + Space scrolls up. Fix for #173184
9560         
9561         * shell/ev-window.c: (ev_window_open_page),
9562         (ev_window_cmd_view_reload):
9563         
9564         Fix reload (Bug #300094)
9565
9566 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9567
9568         
9569         * dvi/mdvi-lib/assoc.c:
9570         * dvi/mdvi-lib/assoc.h: Removed garbage files
9571         
9572         * dvi/mdvi-lib/bitmap.c:
9573         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9574         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9575         * dvi/mdvi-lib/color.h: Antialias of rules
9576         
9577         * dvi/mdvi-lib/common.h:
9578         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9579         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9580         * dvi/mdvi-lib/files.c:
9581         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9582         * dvi/mdvi-lib/mdvi.h:
9583         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9584         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9585         * dvi/mdvi-lib/util.c: Fix compile warnings
9586         
9587         * dvi/dvi-document.c:
9588         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9589         (dvi_document_thumbnails_get_thumbnail),
9590         (dvi_document_document_thumbnails_iface_init):
9591         * dvi/mdvi-lib/Makefile.am:
9592         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9593         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9594         
9595         Dvi backend now renders thumbnails
9596
9597 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9598
9599         * shell/main.c: (main): 
9600         
9601         Save accelerators on exit. Fixes bug #172095.
9602
9603 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9604
9605         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9606         update priority" comment.
9607
9608         * backend/ev-job-queue.c: Give a way to change priority.
9609
9610 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9611
9612         * shell/ev-page-action.c: Fix logic.
9613
9614 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * shell/ev-view.c: (ev_view_can_find_next):
9617         * shell/ev-window.c: (ev_window_setup_document):
9618
9619         Check that the document supports find
9620
9621 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9622
9623         * data/evince-ui.xml:
9624         * shell/ev-view.c: (ev_view_can_find_next):
9625         * shell/ev-view.h:
9626         * shell/ev-window.c: (update_action_sensitivity),
9627         (find_changed_cb), (ev_window_setup_document),
9628         (ev_window_cmd_edit_find_next):
9629
9630         Add Edit->Find Next
9631
9632 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9633
9634         * pdf/ev-poppler.cc:
9635         * shell/ev-print-job.c: (idle_print_handler):
9636
9637         Make printing work again
9638
9639 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9640
9641         * shell/ev-page-action.h:
9642         * shell/ev-page-action.c: (ev_page_action_widget_init),
9643         (ev_page_action_widget_class_init), (page_changed_cb),
9644         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9645         (get_filter_model_from_model), (match_selected_cb),
9646         (display_completion_text), (match_completion), (update_model),
9647         (connect_proxy), (ev_page_action_set_property),
9648         (ev_page_action_get_property), (ev_page_action_set_document),
9649         (ev_page_action_set_model), (ev_page_action_class_init): Big
9650         reworking to make completions work iff we have >= GTK-2.7.0
9651                 
9652         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9653         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9654         (job_finished_cb): We now have a 'model' property that is set when
9655         the links are loaded.  This can be caught with "notify::model"
9656
9657         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9658         listen for the model to be set, and propagate it to the action.
9659
9660 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9661
9662         * cut-n-paste/recent-files/egg-recent-item.c:
9663         (egg_recent_item_set_uri), (make_valid_utf8),
9664         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9665         * cut-n-paste/recent-files/egg-recent-item.h:
9666         
9667         Update egg-recent from libegg. This should fix long
9668         startup problem. For details see
9669         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9670
9671 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9672
9673         * cut-n-paste/recent-files/Makefile.am:
9674         * data/evince-ui.xml, shell/Makefile.am:
9675         * shell/ev-application.c, shell/ev-application.h:
9676         * shell/ev-window.c: Recent files support.
9677         
9678         * configure.ac: Added "ru" to ALL_LINGUAS.
9679         
9680         * dvju: new backend to support DJVU files.
9681         * dvi: new backend to support DVI.
9682
9683         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9684         * ev-application.c: Support for new backends.
9685         
9686         * help, ev-window.c, main.c shell/Makefile.am: 
9687         Evince user documentation.
9688
9689 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9690
9691         * po/POTFILES.in:
9692         * shell/ev-window.c:
9693         * thumbnailer/evince-thumbnailer.c:
9694
9695         s/pdf-document/ev-poppler
9696
9697 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9698
9699         * NEWS:
9700         * configure.ac:
9701
9702         Release 0.2.0
9703
9704         * ps/ps-document.c: (setup_pixmap):
9705
9706         Remove debug code
9707
9708 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9709
9710         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9711         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9712         (ev_window_cmd_go_first_page): Fix of by one errors.
9713
9714 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9715
9716         * ps/ps-document.c: (get_page_box):
9717
9718         Fix page size calculation
9719
9720 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9721
9722         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9723         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9724         (get_page_orientation), (setup_page), (document_load),
9725         (ps_document_get_page_size), (render_pixbuf_idle):
9726         * ps/ps-document.h:
9727
9728         More refactoring to adapt to EvDocument changes
9729
9730 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9731
9732         * ps/ps-document.c: (start_interpreter):
9733
9734         Actually add alpha args
9735
9736 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9737
9738         * pdf/ev-poppler.cc:
9739
9740         Make clipboard work again
9741
9742 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9743
9744         Make searching work again.
9745         
9746         * backend/ev-document.c:
9747         * backend/ev-document.h:
9748         * backend/ev-document-find.c:
9749         * backend/ev-document-find.h: Change EvDocumentIface so we no
9750         longer store the current page or zoom level in the document.  The
9751         consequence is that all calls that operate on the current page now
9752         instead take the page number as an extra argument, and all
9753         coordinates are now doubles in document coordinate system.
9754
9755         * pdf/ev-poppler.cc:
9756         * pixbuf/pixbuf-document.c:
9757         * ps/ps-document.c: Update backends accordingly.
9758
9759 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9760
9761         * autogen.sh:
9762
9763         Add required gettext version
9764
9765 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9766
9767         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9768         make F1 bring up non-existent help.
9769
9770         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9771         epiphany's find bar, #167477
9772
9773         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9774         <emil@nishra.com> to add space-bar scrolling, 
9775
9776         * shell/ev-window.c (static GtkActionEntry entries): add default
9777         keybinding for Help (F1)
9778         Fixes #171068
9779
9780         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9781         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9782         170110
9783
9784 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9785
9786         * Makefile.am: 
9787         * pixbuf/pixbuf-document.c: 
9788
9789         Got pixbuf backend working again
9790
9791 2005-04-01  Steve Murphy  <murf@e-tools.com>
9792
9793         * configure.in: Added "rw" to ALL_LINGUAS.
9794
9795 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9796
9797         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9798         model types, noticed by Martin Kretzschmar.
9799
9800 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9801
9802         * pdf/ev-poppler.cc: Implement search based on
9803         poppler_page_find_text().  Currently a bit crude since we remember
9804         all matches from all pages.  Also, we grab the big document lock
9805         when we search since searching changes the underlying stream and
9806         thus conflicts with the rendering thread.
9807         
9808         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9809         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9810         (ev_view_find_previous): Fix some page indexes to be 0 based,
9811         offset rubber band by view offset,
9812
9813 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9814
9815         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9816
9817 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9818
9819         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9820         completely because I didn't understand GtkActions.  I should
9821         read Marco's code more carefully in the future.
9822
9823         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9824         function
9825
9826 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9827
9828         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9829         PopplerRectangle change from poppler CVS.
9830
9831 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9832
9833         * backend/ev-document.c: (ev_document_get_page_label):
9834         * backend/ev-document.h:
9835         * backend/ev-page-cache.c: (_ev_page_cache_new),
9836         (ev_page_cache_get_page_label):
9837         * backend/ev-page-cache.h:
9838         * pdf/ev-poppler.cc:
9839         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9840         (links_page_num_func):
9841         * shell/ev-sidebar-thumbnails.c:
9842         (ev_sidebar_thumbnails_set_document):
9843         * shell/ev-view.c: (status_message_from_link),
9844         (ev_view_motion_notify_event):
9845         * shell/ev-window.c: (document_supports_sidebar): Add in page
9846         label support.  It's not perfect yet, but it's the first 'feature'
9847         in a while.
9848         Also, fix a bogus comment noticed by crispin. 
9849
9850 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9851
9852         * Makefile.am: Remove pixbuf backend for now
9853
9854         * configure.ac: Require poppler-glib instead of just poppler.
9855
9856         * backend/ev-document-thumbnails.h: Add a comment
9857
9858         * backend/ev-document.h:
9859         * backend/ev-document.c: (ev_document_class_init),
9860         (ev_document_load), (ev_document_get_link),
9861         (ev_document_get_links): Remove 3 methods and add get_links.
9862         Also, made 0 based.
9863
9864         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9865         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9866
9867         * backend/ev-link.c: (ev_link_set_title),
9868         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9869         (ev_link_mapping_find):
9870         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9871         
9872         * backend/ev-page-cache.c: (ev_page_cache_init),
9873         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9874         (ev_page_cache_get_size), (ev_page_cache_next_page),
9875         (ev_page_cache_prev_page): Fix to be 0 based.
9876
9877         * pdf/Makefile.am: 
9878         * pdf/ev-poppler.h:
9879         * pdf/ev-poppler.cc: New backend.
9880         
9881         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9882         (ps_document_get_page), (ps_document_document_iface_init):
9883
9884         * shell/ev-pixbuf-cache.h:
9885         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9886         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9887         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9888         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9889         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9890         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9891         based.
9892         
9893         * shell/ev-sidebar-thumbnails.c:
9894         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9895         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9896
9897         * shell/ev-view.c: (status_message_from_link),
9898         (find_page_at_location), (get_link_at_location),
9899         (ev_view_motion_notify_event), (ev_view_button_release_event),
9900         (ev_view_init): Use the new link code.  Fix to be 0 based.
9901
9902         * shell/ev-window.c: (update_action_sensitivity),
9903         (document_supports_sidebar): 0 based.
9904
9905 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9906
9907         * pdf/pdf-document.cc: Patch from Fernando Herrera
9908         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9909         *blush*
9910
9911 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9912
9913         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9914         1 to the page, as this seems to be 1 based.  I thought we has this
9915         fixed.  grump.
9916
9917 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9918
9919         * TODO:
9920         * backend/Makefile.am:
9921         * backend/ev-document-links.c:
9922         (ev_document_links_has_document_links),
9923         (ev_document_links_get_links_model):
9924         * backend/ev-document-links.h:
9925         * backend/ev-document.c: (ev_document_get_page_cache),
9926         (ev_document_get_doc_mutex), (ev_document_load),
9927         (ev_document_save), (ev_document_get_title),
9928         (ev_document_get_n_pages), (ev_document_set_page),
9929         (ev_document_get_page), (ev_document_set_target),
9930         (ev_document_set_scale), (ev_document_set_page_offset),
9931         (ev_document_get_page_size), (ev_document_get_text),
9932         (ev_document_get_link), (ev_document_render),
9933         (ev_document_render_pixbuf), (ev_document_scale_changed):
9934         * backend/ev-document.h:
9935         * backend/ev-job-queue.c: (remove_object_from_queue),
9936         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9937         (no_jobs_available_unlocked), (ev_render_thread),
9938         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9939         (ev_job_queue_remove_job):
9940         * backend/ev-job-queue.h:
9941         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9942         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9943         (ev_job_links_class_init), (ev_job_render_init),
9944         (ev_job_render_dispose), (ev_job_render_class_init),
9945         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9946         (ev_job_thumbnail_class_init), (ev_job_finished),
9947         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9948         (ev_job_render_run), (ev_job_thumbnail_new),
9949         (ev_job_thumbnail_run):
9950         * backend/ev-jobs.h:
9951         * backend/ev-link.c:
9952         * backend/ev-link.h:
9953         * backend/ev-page-cache.c: (ev_page_cache_init),
9954         (ev_page_cache_class_init), (ev_page_cache_finalize),
9955         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9956         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9957         (ev_page_cache_set_link), (ev_page_cache_get_title),
9958         (ev_page_cache_get_size), (ev_page_cache_next_page),
9959         (ev_page_cache_prev_page):
9960         * backend/ev-page-cache.h:
9961         * pdf/pdf-document.cc:
9962         * ps/gsdefaults.c:
9963         * ps/gsdefaults.h:
9964         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9965         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9966         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9967         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9968         (is_interpreter_ready), (output), (catchPipe), (input),
9969         (start_interpreter), (check_filecompressed), (compute_dimensions),
9970         (ps_document_enable_interpreter), (document_load),
9971         (ps_document_next_page), (render_page), (ps_document_set_page),
9972         (ps_document_set_scale), (render_pixbuf_idle),
9973         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9974         * ps/ps-document.h:
9975         * shell/Makefile.am:
9976         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9977         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9978         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9979         (ev_pixbuf_cache_new), (job_finished_cb),
9980         (check_job_size_and_unref), (move_one_job),
9981         (ev_pixbuf_cache_update_range), (find_job_cache),
9982         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9983         (ev_pixbuf_cache_add_jobs_if_needed),
9984         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9985         * shell/ev-pixbuf-cache.h:
9986         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9987         (idle_print_handler):
9988         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9989         (selection_changed_cb), (create_loading_model),
9990         (ev_sidebar_links_construct), (links_page_num_func),
9991         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9992         (update_page_callback), (job_finished_cb),
9993         (ev_sidebar_links_set_document):
9994         * shell/ev-sidebar-thumbnails.c:
9995         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9996         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9997         (page_changed_cb), (thumbnail_job_completed_callback),
9998         (ev_sidebar_thumbnails_set_document):
9999         * shell/ev-sidebar-thumbnails.h:
10000         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10001         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10002         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10003         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10004         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10005         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10006         (ev_view_button_release_event), (ev_view_scroll_view),
10007         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10008         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10009         (ev_view_new), (job_finished_cb), (page_changed_cb),
10010         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10011         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10012         (ev_view_find_previous):
10013         * shell/ev-view.h:
10014         * shell/ev-window.c: (update_action_sensitivity),
10015         (ev_window_open_page), (update_window_title), (update_total_pages),
10016         (page_changed_cb), (ev_window_setup_document),
10017         (password_dialog_response), (ev_window_cmd_save_as),
10018         (ev_window_print), (ev_window_cmd_go_previous_page),
10019         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10020         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10021         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10022         * shell/main.c: (main):
10023
10024         Merge evince-threads branch
10025
10026 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10027
10028         * configure.ac: Added "lt" to ALL_LINGUAS.
10029
10030 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10031
10032         * NEWS:
10033         * configure.ac:
10034
10035         Release 0.1.9
10036
10037 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10038
10039         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10040
10041         Fix here also the thumbnails 1-basedness :)
10042
10043 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10044
10045         * NEWS:
10046         * configure.ac:
10047
10048         Release 0.1.8
10049
10050 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10051
10052         * pdf/pdf-document.cc:
10053         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10054         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10055
10056         Fix the mess we did with thumbnails and 1-basedness
10057
10058 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10059
10060         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10061
10062 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10063
10064         * NEWS:
10065         * configure.ac:
10066
10067         Release 0.1.7
10068
10069 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10070
10071         * ps/Makefile.am:
10072         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10073         (gtk_gs_defaults_get_alpha_parameters),
10074         (gtk_gs_defaults_get_ungzip_cmd),
10075         (gtk_gs_defaults_get_unbzip2_cmd):
10076         * ps/gsdefaults.h:
10077         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10078         (ps_document_get_orientation), (document_load),
10079         (ps_document_goto_page), (ps_document_set_page_size):
10080         * ps/ps-document.h:
10081
10082         Some more sanitization of the ps backend. Remove a lot
10083         of unused code and do not base our defaults on ggv
10084         preferences (ugh!)
10085
10086 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10087
10088         * thumbnailer/evince-thumbnailer.schemas:
10089         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10090         (main): add -s option for thumbnail size.
10091
10092 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10093
10094         * configure.ac:
10095
10096         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10097         remove it.
10098
10099 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10100
10101         * pdf/pdf-document.cc:
10102
10103         Remove 4 pixels of useless border from the
10104         thumbnail.
10105
10106 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10107
10108         * backend/ev-document-thumbnails.c:
10109         (ev_document_thumbnails_get_thumbnail):
10110         * backend/ev-document-thumbnails.h:
10111
10112         Rework API a bit. Add a border flag and
10113         change sizing logic (now the size we specify
10114         applies to the bigger dimension).
10115
10116         * pdf/pdf-document.cc:
10117         * pixbuf/pixbuf-document.c:
10118         (pixbuf_document_thumbnails_get_thumbnail):
10119         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10120         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10121
10122         Adapt to the new API and do not draw a border for nautilus
10123         thumbnailer.
10124
10125 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10126
10127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10128         take thumbnails from page "0" instead of "1". Added a copyright header.
10129
10130 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10131
10132         * ps/ps-document.c: (set_up_page), (start_interpreter):
10133
10134         Make it C89 compliant
10135
10136 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10137
10138         * Makefile.am:
10139         * configure.ac:
10140         * pdf/.cvsignore:
10141         * pdf/pdf-document.cc:
10142         * thumbnailer/Makefile.am:
10143         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10144         (main):
10145         * thumbnailer/evince-thumbnailer.schemas:
10146         * thumbnailer/pdf-icon.png:
10147
10148         Add a nautilus thumbnailer.
10149         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10150
10151 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10152
10153         * NEWS:
10154         * configure.ac:
10155         * po/POTFILES.in:
10156
10157         Release 0.1.6
10158
10159 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10160
10161         Use poppler instead of including xpdf source code.  Poppler is a
10162         fork of xpdf to build it as a shared library. See
10163         http://freedesktop.org/wiki/Software/poppler.
10164
10165         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10166         xpdf fork.
10167         
10168         * pdf/Makefile.am: Build libpdfdocument.a here.
10169         
10170         * pdf/GDKSplashOutputDev.cc:
10171         * pdf/GDKSplashOutputDev.h:
10172         * pdf/GnomeVFSStream.cc:
10173         * pdf/GnomeVFSStream.h:
10174         * pdf-document.cc:
10175         * pdf-document.h:
10176         * test-gdk-output-dev.cc
10177         * Thumb.cc:
10178         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10179         against poppler.
10180
10181 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10182
10183         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10184
10185         Clear idle stack before unsetting the document
10186
10187 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10188
10189         * ps/ps-document.c: (ps_document_widget_event),
10190         (ps_document_set_target), (ps_document_finalize),
10191         (ps_document_get_page):
10192
10193         Disconnect the widget event signal on finalize.
10194         Some code cleanups.
10195
10196 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10197
10198         * ps/ps-document.c: (set_up_page):
10199
10200         If there is no bpixmap create one, even if size
10201         is not changed.
10202
10203 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10204
10205         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10206         (set_up_page), (document_load), (ps_document_set_zoom):
10207
10208         Default page is 0. Calculate size even when we have no
10209         target yet.
10210
10211 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10212
10213         * shell/ev-sidebar.c: expand the selection widget to be always as
10214         wide as the sidebar
10215
10216 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10217
10218         * shell/ev-sidebar-thumbnails.c:
10219         (ev_sidebar_thumbnails_set_document):
10220
10221         Clear the list store when setting document
10222
10223 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10224
10225         * shell/ev-page-action.c: (update_entry), (sync_entry),
10226         (activate_cb), (entry_size_request_cb), (create_tool_item),
10227         (connect_proxy):
10228
10229         Use an entry for the page control instead of spinbuttons
10230
10231 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10232
10233         * data/evince.schemas.in:
10234
10235         Correct confusing string
10236
10237 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10238
10239         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10240         for real.  Gosh, how long has this been broken.
10241
10242         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10243         check for a NULL link.  We crash otherwise.
10244
10245 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10246
10247         * NEWS:
10248         * configure.ac:
10249
10250         Release 0.1.5
10251
10252 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10253
10254         * configure.ac: add the french translation.
10255
10256 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10257
10258         * shell/ev-window.c:
10259
10260         Remove unused header -> fix distcheck
10261
10262 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10263
10264         * shell/ev-window.c: (update_window_title),
10265         (ev_window_popup_password_dialog):
10266
10267         Unescape filename for display
10268
10269 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10270
10271         * pdf/xpdf/pdf-document.cc:
10272
10273         In get_page_size deal with rotation. Also
10274         cleanup the function a bit.
10275
10276 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10277
10278         * pdf/xpdf/pdf-document.cc:
10279
10280         Fix crash when opening in new window
10281
10282 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10283
10284         * configure.ac:
10285
10286         Check ghostscript >= 7
10287
10288 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10289
10290         * shell/ev-window.c:
10291
10292         Make page width the default sizing mode
10293
10294 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10295         Marco Pesenti Gritti <marco@gnome.org>
10296
10297         * shell/ev-window.c: Remember the sidebar size
10298
10299         * data/evince.schemas.in: Add a new gconf key to store the size of
10300         the sidebar
10301
10302 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10303
10304         * data/evince-ui.xml:
10305         * shell/ev-window.c: (update_action_sensitivity),
10306         (ev_window_cmd_view_reload):
10307         
10308         Add a "Reload" action and menu entry
10309
10310 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10313         iff the type doesn't support thumbnailing and indexing.
10314
10315 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10316
10317         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10318
10319 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10320
10321         * pdf/splash/Splash.cc:
10322
10323         Port fix for a crasher from kde bug
10324         http://bugs.kde.org/show_bug.cgi?id=97131
10325
10326 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10327
10328         * pdf/xpdf/pdf-document.cc:
10329
10330         Return a link even if it's of an unrecognized
10331         type. Otherwise we go in an infinte cycle.
10332
10333 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10334
10335         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10336         (size_allocate_cb), (ev_window_set_sizing_mode):
10337
10338         Update size when switching mode
10339
10340 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10341
10342         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10343         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10344         (ev_window_cmd_view_normal_size):
10345
10346         Fix size toggle buttons behavior
10347
10348 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10349
10350         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10351         (doc_rect_to_view_rect), (ev_view_size_allocate),
10352         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10353         (scale_changed_callback):
10354
10355         Do not cache offsets in size_allocate.
10356
10357 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10358
10359         * shell/ev-view.c: (ev_view_size_allocate):
10360
10361         Calculate offsets before calling the parent
10362         class (which does a redraw)
10363
10364 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10365
10366         * pdf/xpdf/pdf-document.cc:
10367
10368         Fix a crasher on exit. Unused code, put a TODO
10369
10370 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10371
10372         * backend/ev-document.c: (ev_document_class_init),
10373         (ev_document_page_changed), (ev_document_scale_changed):
10374         * backend/ev-document.h:
10375
10376         Separate page/scale notifications
10377
10378         * pdf/xpdf/pdf-document.cc:
10379
10380         Emit the new signals.
10381         Do not display the pdf page in _render, do it
10382         when scale/page are requested.
10383
10384         * ps/ps-document.c: (ps_document_set_zoom),
10385         (ps_document_widget_event):
10386         * ps/ps-document.h:
10387
10388         Emit the new signals.
10389
10390         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10391         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10392         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10393         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10394         * shell/ev-view.h:
10395         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10396         (ev_window_cmd_view_page_width), (size_allocate_cb),
10397         (ev_window_set_sizing_mode):
10398
10399         Rework sizing to be pixel based.
10400         There are bugs but should be already way better.
10401
10402 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10403
10404         * shell/ev-window.c: (ev_window_init):
10405
10406         Do not allow to shrink sidebar smaller then
10407         child requisition
10408
10409 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10410
10411         * shell/ev-sidebar.[ch]
10412         * shell/ev-window.c:
10413
10414         Improved sidebar widget. Fixes #166683
10415
10416 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10417
10418         * shell/ev-view.c (update_find_status_message): Give translators
10419         more flexibility with ngettext plural handling.
10420
10421 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10422
10423         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10424         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10425         page when we get the page size.
10426
10427 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10428
10429         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10430
10431         ps pages are 0 based, convert 
10432
10433 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10434
10435         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10436
10437         Initialize correct parent class. Set GError on document load
10438
10439 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10440
10441         * pdf/xpdf/pdf-document.cc:
10442
10443         Fixup selection offset calculation
10444
10445         * shell/ev-view.c: (view_rect_to_doc_rect),
10446         (doc_rect_to_view_rect), (ev_view_size_allocate),
10447         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10448         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10449
10450         Store selection as document relative, so that zooming
10451         and offset changing doesnt break it.
10452
10453 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10454
10455         * shell/ev-view.c: (ev_view_best_fit):
10456
10457         Do not try to best fit if the view is not realized
10458
10459 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10460           
10461         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10462
10463 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10464
10465         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10466
10467 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10468
10469         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10470         the popup window.  That prevents it resizing when in full screen
10471         mode.
10472
10473         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10474         multiple rerenders.  This pretty much sucks.
10475
10476         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10477         rest of the toolbar.
10478
10479 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10480
10481         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10482
10483 2005-02-17  Alexander Shopov  <ash@contact.bg>
10484
10485         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10486
10487 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10488
10489         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10490
10491 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10492
10493         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10494         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10495         (set_document_page), (document_changed_callback),
10496         (ev_view_set_document), (ev_view_find_previous),
10497         (ev_view_hide_cursor), (ev_view_show_cursor):
10498         * shell/ev-view.h:
10499         * shell/ev-window.c: (update_chrome_visibility),
10500         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10501         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10502         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10503         (ev_window_unfullscreen):
10504         * shell/main.c: (main):
10505
10506         Automatically hide the fullscreen button.
10507         Patch by Kristian Høgsberg <krh@redhat.com>
10508
10509 2005-02-16  Vincent Noel  <vnoel@cox.net>
10510
10511         * shell/main.c (main): Specify an icon for the window. Patch by
10512         Jaap A. Haitsma. Fixes #166177.
10513
10514 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10515
10516         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10517
10518 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10519
10520         * backend/ev-document-misc.h:
10521         * backend/ev-document-misc.c:
10522         (ev_document_misc_get_page_border_size),
10523         (ev_document_misc_paint_one_page): New function to canonicalize
10524         sizing/painting a border.
10525
10526         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10527         used.
10528
10529         * pdf/xpdf/pdf-document.cc: use new function
10530
10531         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10532         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10533         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10534         shell/ev-window.c: (update_sizing_buttons),
10535         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10536         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10537         (ev_window_cmd_view_page_width), (size_allocate_cb),
10538         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10539         and "fit width" values act as toggle buttons so they stay
10540         toggled.  It's not 100% perfect, and it's a little slow, but it's
10541         good enough to commit I think.
10542
10543 2005-02-15  David Lodge  <dave@cirt.net>
10544
10545         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10546
10547 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10548
10549         * shell/ev-window.c (update_window_title): replace newlines in
10550         the title by spaces. Bug #166107.
10551
10552 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10553
10554         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10555         parameters providing allocation width and height without
10556         scrollbars and width of a possible vertical scrollbar. With this
10557         additional information the functions can work as
10558         intended. Unfortunately they're not idempotent. We should
10559         transform these commands to toggles. Fixes Bug #164976
10560         Initial patch by Stephane Loeuillet, then heavily modified.
10561
10562         * shell/ev-view.h: update prototypes.
10563
10564         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10565         (ev_window_cmd_view_page_width): provide EvView fit functions with
10566         all the information they need. Formulas to calculate this
10567         information taken from GtkScrolledWindow.
10568
10569 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10570
10571         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10572         created a thumbnail, the list store is updated to know
10573         that the thumbnail is set. Fixes bug #166792
10574
10575 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10576
10577         * shell/ev-window.c: fixed typo, closes bug 166897
10578
10579         * TODO: updated TODO with bug numbers that are relevant
10580
10581 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10582
10583         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10584
10585 2005-02-09  Vincent Noel  <vnoel@cox.net>
10586
10587         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10588         and "Next" toolbar buttons as important to make them stand out.
10589
10590 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10591
10592         * lib/ev-debug.c:
10593         * lib/ev-debug.h:
10594         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10595         (start_interpreter), (stop_interpreter), (document_load),
10596         (ps_document_next_page), (ps_document_goto_page),
10597         (ps_document_set_page_size), (ps_document_widget_event),
10598         (ps_document_render):
10599         * shell/ev-page-view.c: (ev_page_view_dispose):
10600         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10601
10602         Fix compilation on non-gcc platforms
10603
10604 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10605
10606         * NEWS:
10607         * configure.ac:
10608
10609         Release 0.1.4
10610
10611         * pdf/xpdf/Catalog.cc:
10612         * pdf/xpdf/XRef.cc:
10613
10614         Fix the fix for CAN-2004-0888
10615
10616 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10617
10618         * data/Makefile.am:
10619         * data/evince-ui.xml:
10620         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10621         * shell/ev-stock-icons.h:
10622         * shell/ev-window.c: (update_action_sensitivity),
10623         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10624         (set_action_properties):
10625
10626         Improve toolbar layout/icons
10627
10628 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10629
10630         * pdf/xpdf/pdf-document.cc:
10631
10632         Add warnings about unimplemented/unknown link
10633         types.
10634
10635 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10636
10637         * ps/ps-document.c: (set_up_page):
10638
10639         Log gs property
10640
10641 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10642
10643         * ps/ps-document.c: (start_interpreter):
10644
10645         Log gs env var
10646
10647 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10648
10649         * shell/ev-page-view.c: (ev_page_view_dispose):
10650         * shell/ev-view.c: (ev_view_finalize):
10651         * shell/ev-window.c: (ev_window_setup_document),
10652         (ev_window_dispose), (ev_window_init):
10653
10654         Solve more refs issues.
10655
10656         I commented out the page_view initialization for now:
10657         it was never destroyed (because it's never added
10658         to a container). Because of that we was leaking
10659         gs processes. Couldnt think to a clean fix.
10660         We need to figure this out, password view has the
10661         same issue probably.
10662
10663 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10664
10665         * ps/ps-document.c: (ps_document_finalize),
10666         (ps_document_get_n_pages), (ps_document_get_page):
10667
10668         Some cleanups, stop the interpreter on finalize
10669
10670         * shell/ev-page-view.c: (ev_page_view_dispose),
10671         (ev_page_view_class_init):
10672
10673         Release our reference on the document
10674
10675 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10676
10677         * Makefile.am:
10678         * configure.ac:
10679         * doc/debugging.txt:
10680         * lib/.cvsignore:
10681         * lib/Makefile.am:
10682         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10683         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10684         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10685         * lib/ev-debug.h:
10686
10687         Add debugging helpers
10688
10689         * ps/Makefile.am:
10690         * ps/ps-document.c: (set_up_page), (start_interpreter),
10691         (stop_interpreter), (document_load), (ps_document_next_page),
10692         (ps_document_goto_page), (ps_document_set_page_size),
10693         (ps_document_widget_event), (ps_document_render):
10694         * shell/Makefile.am:
10695         * shell/ev-view.c: (expose_bin_window):
10696         * shell/main.c: (main):
10697
10698         Add some logs
10699         
10700 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10701
10702         * ps/ps-document.c: (ps_document_widget_event):
10703
10704         Initialize message_window, this should make ps
10705         rendering really work! (Never noticed because I was
10706         testing with a ps that is causing gs to exit every time!)
10707
10708 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10709
10710         * data/evince.schemas.in: updated simple error in applyto closing tag
10711
10712 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10713
10714         * Makefile.am:
10715         * configure.ac:
10716         * data/.cvsignore:
10717         * data/Makefile.am:
10718         * data/evince-ui.xml:
10719         A data/evince.schemas.in:
10720         * po/POTFILES.in:
10721         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10722         * shell/ev-stock-icons.h:
10723         * shell/ev-window.c: (update_chrome_visibility),
10724         (update_chrome_flag), (ev_window_cmd_edit_find),
10725         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10726         (ev_window_unfullscreen), (ev_window_focus_in_event),
10727         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10728         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10729         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10730         (ev_window_dispose), (ev_window_class_init),
10731         (set_action_properties), (set_chrome_actions), (load_chrome),
10732         (ev_window_init):
10733
10734         Implement fullscreen mode changes from bug #164776.
10735         Also implement persistent chrome toggles.
10736
10737 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10738
10739         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10740
10741 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10742
10743         * NEWS:
10744         * configure.ac:
10745         * shell/ev-view.c:
10746
10747         Add another check for find interface
10748
10749         Release 0.1.3
10750
10751 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10752
10753         * shell/ev-application.c: (ev_application_open):
10754         * shell/ev-window.c: (ev_window_open):
10755
10756         Open gzipped ps documents
10757
10758 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * TODO:
10761         * shell/ev-view.c: (set_document_page):
10762
10763         Clamp page number, dont try to move to
10764         not existant pages.
10765
10766 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10767
10768         * backend/ev-document-find.c: (ev_document_find_changed):
10769         * backend/ev-document-find.h:
10770         * pdf/xpdf/pdf-document.cc:
10771         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10772         * shell/ev-window.c: (find_bar_search_changed_cb):
10773
10774         Fix several bugs with find
10775
10776 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10777
10778         * shell/ev-sidebar-thumbnails.c
10779         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10780         document. Prevents warning from scroll_to_cell.
10781
10782 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10783
10784         * configure.ac: Add «nb» to ALL_LINGUAS too.
10785
10786 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10787
10788         * NOTES: New file with some random thoughts.
10789
10790         * TODO: Update.
10791
10792         * backend/ev-document-misc.c:
10793         (ev_document_misc_get_page_border_size): New function to
10794         canonicalize shadow drawing sizes.  Possibly goofy.
10795
10796         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10797         (ev_view_best_fit), (ev_view_fit_width):
10798         * pdf/xpdf/pdf-document.cc:
10799         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10800         * ps/ps-document.c: (ps_document_get_page_size):
10801         * backend/ev-document-misc.h:
10802         * backend/ev-document.c: (ev_document_get_page_size):
10803         * backend/ev-document.h: get_page_size now takes a page number
10804         parameter.  Made all the backends/frontends honor it.
10805
10806         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10807         see.  Doesn't work yet.
10808
10809         * shell/Makefile.am:
10810         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10811         Doesn't do anything yet.
10812
10813         * shell/ev-sidebar-thumbnails.c:
10814         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10815         [0..n_pages-1]
10816
10817         * shell/ev-window.c: (update_action_sensitivity),
10818         (ev_window_setup_document), (ev_window_set_page_mode),
10819         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10820         view-swapping code a bit so we can have multiple views on a
10821         document.  Add the multi-page view, though it can't be turned on
10822         yet.
10823
10824 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10825
10826         * shell/ev-application.c: (ev_application_open):
10827         * shell/ev-view.c: (expose_bin_window):
10828         * shell/ev-window.c: (ev_window_open):
10829
10830         Support eps and check document supports find
10831         before drawing highlightings in expose.
10832
10833 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10834
10835         * pixbuf/pixbuf-document.c:
10836         (pixbuf_document_thumbnails_get_dimensions),
10837         (pixbuf_document_document_thumbnails_iface_init):
10838
10839         implement get_dimensions
10840
10841 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10842
10843         * NEWS:
10844         * configure.ac:
10845
10846         Release 0.1.2
10847
10848 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10849
10850         * shell/ev-view.c: (set_document_page):
10851
10852         Scroll at the top of the page when changing page
10853
10854 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10855
10856         * shell/ev-view.c: (ev_view_motion_notify_event):
10857
10858         Do not redraw unnecessarily
10859
10860 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10861
10862         * pdf/xpdf/pdf-document.cc:
10863         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10864         (expose_bin_window), (find_changed_cb):
10865
10866         Yay! find works now... Now to find bugs...
10867
10868 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * backend/ev-document-find.c: (ev_document_find_base_init),
10871         (ev_document_find_changed):
10872         * backend/ev-document-find.h:
10873         * pdf/xpdf/pdf-document.cc:
10874         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10875         (expose_bin_window), (ev_view_init), (set_document_page),
10876         (ensure_rectangle_is_visible), (jump_to_find_result),
10877         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10878         (ev_view_find_next), (ev_view_find_previous):
10879         * shell/ev-view.h:
10880         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10881
10882         More work on find implementation, mostly there now
10883
10884 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10885
10886         * backend/ev-backend-marshalers.list:
10887         * backend/ev-document-find.c: (ev_document_find_base_init),
10888         (ev_document_find_cancel), (ev_document_find_page_has_results),
10889         (ev_document_find_get_n_results), (ev_document_find_get_result),
10890         (ev_document_find_get_progress), (ev_document_find_changed):
10891         * backend/ev-document-find.h:
10892
10893         Enanche the find interface to be really able to do
10894         multi page find.
10895
10896         * pdf/xpdf/pdf-document.cc:
10897
10898         Implement
10899
10900         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10901         (expose_bin_window), (ev_view_init),
10902         (ev_view_get_find_status_message), (find_changed_cb),
10903         (ev_view_set_document), (set_document_page):
10904
10905         Adapt to the new interface. A few things are regressed sorry,
10906         I will finish it soon.
10907
10908 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10909
10910         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10911         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10912         ev_sidebar_thumbnails_parent_class variable, don't define another
10913         parent_class variable.
10914
10915         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10916         (ev_page_action_class_init): ditto.
10917
10918         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10919         (pixbuf_document_class_init): ditto.
10920
10921         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10922         ditto.
10923
10924         * .cvsignore: ignore various valgrind output files.
10925
10926 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10927
10928         * data/evince-ui.xml:
10929         * shell/Makefile.am:
10930         * shell/ev-history.c:
10931         * shell/ev-history.h:
10932         * shell/ev-navigation-action.c:
10933         * shell/ev-navigation-action.h:
10934         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10935         (ev_view_set_page), (ev_view_fit_width):
10936         * shell/ev-view.h:
10937         * shell/ev-window.c: (update_action_sensitivity),
10938         (ev_window_setup_document), (register_custom_actions):
10939
10940         Kill session history
10941
10942 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10943
10944         * shell/ev-window.c: (update_action_sensitivity):
10945
10946         Fix inverted up/down buttons
10947
10948 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10949
10950         * shell/ev-sidebar-thumbnails.c
10951         (ev_sidebar_thumbnails_select_page): make sure the selected
10952         thumbnail stays visible.
10953
10954 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10955
10956         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10957         scrolled window for Federico.
10958
10959 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10960
10961         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10962
10963 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10964
10965         * configure.ac:
10966         * pdf/splash/SplashFTFontEngine.cc:
10967
10968         Fix CID fonts with freetype 2.1.9
10969
10970 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10971
10972         * TODO: added item for desktop icon thumbnailer
10973
10974 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10975
10976         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10977         unloaded docs when the title is accessed.
10978
10979         * shell/ev-password-view.[hc]: New widget for displaying password
10980         state.
10981
10982         * shell/ev-window.[ch]: Refactor password handling code to handle
10983         the new view.
10984
10985 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10986
10987         * NEWS:
10988         * configure.ac:
10989         * data/Makefile.am:
10990
10991         Release 0.1.1
10992
10993 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10994
10995         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10996         ignore page offset here, to make search results independent of it,
10997
10998         * shell/ev-view.c (expose_bin_window): but take offsets into
10999         account here. Bug #164932
11000
11001         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11002         scale at the right time. Bug #164996
11003
11004 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11005
11006         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11007         fix the problem. Now I just removed the Adobe font names and hope
11008         that the URW fonts are always in outline format. Bug #164934
11009
11010         * shell/ev-window.c (update_window_title): empty titles are
11011         useless, use filename in that case too.
11012
11013         * NEWS: Add some content.
11014
11015 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11016
11017         * TODO: added one more TODO item and a TODONE section :)
11018
11019 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11020
11021         * ps/ps-document.h: add page_[xy]_offset fields.
11022
11023         * ps/ps-document.c (ps_document_set_page_offset)
11024         (ps_document_render): Keep offset in consideration in a few
11025         places. Bug #164752 "postscript documents are not centered in
11026         window"
11027
11028         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11029         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11030
11031         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11032         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11033         stub out missing methods for complete EvDocument implementation.
11034         Fixes segfaults with Save A Copy and Copy actions.
11035
11036         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11037         (ps_document_document_iface_init): ditto.
11038         
11039 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * data/.cvsignore:
11042         * data/Makefile.am:
11043         * data/evince.desktop.in:
11044
11045         Add desktop file
11046
11047 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11048
11049         * shell/ev-view.c: (ev_view_button_press_event),
11050         (ev_view_motion_notify_event):
11051
11052         Make selection work in any direction
11053
11054 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * TODO:
11057         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11058
11059         Use shorter labels for some of the toolbars items
11060
11061 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11062
11063         * pdf/xpdf/pdf-document.cc:
11064
11065         Check the links info is initialized before
11066         using it. Should fix a crash on startup.
11067
11068 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11069
11070         * pixbuf/pixbuf-document.c
11071         (pixbuf_document_thumbnails_get_dimensions): force floating point
11072         division to calculate page_ratio. Fixes crash with landscape
11073         format pixbufs.
11074
11075 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11076
11077         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11078
11079 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11080
11081         * shell/ev-view.c (set_document_page): unset has_selection when
11082         the page changes.
11083         (set_document_page): handle paper size changes when the page
11084         changes (test with Free Culture, page 2).
11085
11086 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11087
11088         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11089         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11090
11091         Use normal style color for the widget background and
11092         draw a black box around the page.
11093
11094 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * pdf/xpdf/pdf-document.cc:
11097
11098         Keep offset in consideration in a few places
11099
11100         * shell/ev-view.c: (expose_bin_window):
11101
11102         Set the offsets so that the document is ever centered
11103
11104 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11105
11106         * TODO: Added TODO items and finished off the first todo item
11107
11108         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11109         reflect current authors
11110
11111 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11112
11113         * pdf/xpdf/pdf-document.cc:
11114         * shell/ev-view.c: (ev_view_set_cursor),
11115         (ev_view_motion_notify_event), (document_changed_callback),
11116         (set_document_page):
11117
11118         Show a wait cursor while the page is rendering
11119
11120 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11121
11122         * shell/ev-sidebar-thumbnails.c:
11123         (ev_sidebar_tree_selection_changed),
11124         (ev_sidebar_thumbnails_select_page):
11125         * shell/ev-sidebar-thumbnails.h:
11126         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11127         (ev_view_can_go_forward):
11128         * shell/ev-window.c: (ev_window_open_page),
11129         (ev_window_setup_document), (update_current_page),
11130         (view_page_changed_cb), (ev_window_init):
11131         * shell/ev-window.h:
11132
11133         Ensure thumbnails selection, toolbar page control and
11134         current page are in sync.
11135
11136 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11137
11138         * pdf/xpdf/XRef.cc:
11139
11140         Fix CAN-2005-0064
11141
11142 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11143
11144         * backend/Makefile.am:
11145         * backend/ev-document-links.h:
11146         * backend/ev-document-security.c: (ev_document_security_get_type),
11147         (ev_document_security_has_document_security),
11148         (ev_document_security_set_password):
11149         * backend/ev-document-security.h:
11150         * backend/ev-document.c: (ev_document_error_quark):
11151         * backend/ev-document.h:
11152         * data/Makefile.am:
11153         * data/evince-password.glade:
11154         * pdf/xpdf/pdf-document.cc:
11155         * shell/Makefile.am:
11156         * shell/ev-password.c: (ev_password_set_bad_password_label),
11157         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11158         (ev_password_dialog_get_password),
11159         (ev_password_dialog_set_bad_pass):
11160         * shell/ev-password.h:
11161         * shell/ev-window.c: (ev_window_get_attribute),
11162         (ev_window_set_property), (update_action_sensitivity),
11163         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11164         (ev_window_setup_document), (ev_window_get_password),
11165         (ev_window_open), (ev_window_cmd_save_as),
11166         (using_postscript_printer), (ev_window_print),
11167         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11168         (update_fullscreen_popup), (ev_window_fullscreen),
11169         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11170         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11171         (menu_item_select_cb), (find_bar_search_changed_cb),
11172         (ev_window_dispose), (ev_window_init):
11173
11174         Add initial support for password-supported dialogs.  This could be
11175         a lot cooler, but it'll do for now.
11176
11177 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11178
11179         * pdf/xpdf/pdf-document.cc:
11180         * shell/ev-view.c: (status_message_from_link),
11181         (ev_view_set_status), (ev_view_set_cursor),
11182         (ev_view_motion_notify_event), (ev_view_init):
11183         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11184
11185         Fix bugs in the links implementation and change cursor
11186         when hovering a link.
11187
11188 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11189
11190         * viewer/.cvsignore: added cvsignore file for viewer directory
11191
11192         * TODO: created TODO document
11193
11194 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11195
11196         * shell/ev-view.h:
11197         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11198         new functions to help with implementation of sensitivity code
11199         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11200         of all actions that might require it.  Fixes a crash when you
11201         click on the Zoom actions in a window lacking a document.
11202
11203 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11204
11205         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11206         of the Find action
11207
11208 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11209
11210         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11211         (pixbuf_document_document_iface_init):
11212         * ps/ps-document.c: (ps_document_get_link),
11213         (ps_document_document_iface_init):
11214         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11215         (status_message_from_link), (ev_view_set_status),
11216         (ev_view_set_find_status), (ev_view_motion_notify_event),
11217         (ev_view_button_release_event), (ev_view_set_property),
11218         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11219         (ev_view_get_find_status_message), (update_find_results),
11220         (ev_view_get_status), (ev_view_get_find_status):
11221         * shell/ev-view.h:
11222         * shell/ev-window.c: (view_status_changed_cb),
11223         (view_find_status_changed_cb), (ev_window_init):
11224
11225         View status message support, use it to show the links.
11226         Needs work...
11227
11228 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11229
11230         * backend/ev-document.c: (ev_document_get_link):
11231         * backend/ev-document.h:
11232         * pdf/xpdf/pdf-document.cc:
11233         * shell/ev-application.c: (ev_application_open):
11234         * shell/ev-application.h:
11235         * shell/ev-sidebar-links.c: (selection_changed_cb):
11236         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11237         (ev_view_go_to_link):
11238
11239         Add support for document links
11240
11241 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11242
11243         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11244         (create_tool_item):
11245         Set the spin button limits correctly.
11246         
11247         * shell/ev-sidebar-thumbnails.c:
11248         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11249         Support changing pages by clicking on the thumbnails.
11250         
11251 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11252
11253         * pixbuf/pixbuf-document.c:
11254         (pixbuf_document_thumbnails_get_dimensions),
11255         (pixbuf_document_document_thumbnails_iface_init):
11256
11257         implement get_dimensions
11258
11259 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11260
11261         * ps/ps-document.c: (ps_document_goto_page):
11262
11263         Fix page switching on multipage documents
11264
11265 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11266
11267         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11268         
11269         check for NULL before assigning to width and height parameters
11270
11271 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11272
11273         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11274         (pixbuf_document_set_property), (pixbuf_document_get_property):
11275
11276         implement get/set properties
11277
11278 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11279
11280         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11281         
11282         return NULL instead of "Unknown", letting the title get set to
11283         the filename when the pdf has no title.
11284
11285 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11286
11287         * ps/ps-document.c: (ps_document_get_page_count),
11288         (ps_document_goto_page):
11289
11290 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11291
11292         * shell/ev-history.c: (ev_history_get_property),
11293         (ev_history_set_property), (ev_history_class_init),
11294         (ev_history_add_page), (ev_history_set_current_index):
11295         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11296         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11297         (ev_navigation_action_finalize):
11298         * shell/ev-navigation-action.h:
11299         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11300         (ev_view_go_forward), (ev_view_get_find_status_message),
11301         (history_index_changed_cb), (ev_view_set_history):
11302         * shell/ev-view.h:
11303         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11304         (update_current_page), (register_custom_actions):
11305
11306         Implement history dropdowns
11307
11308 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11309
11310         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11311         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11312         (ev_view_go_forward):
11313         * shell/ev-window.c: (register_custom_actions):
11314
11315         Fix several history bugs
11316
11317 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11318
11319         * configure.ac: Add «nb» to ALL_LINGUAS.
11320
11321 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * backend/Makefile.am:
11324         * backend/ev-bookmark.c:
11325         * backend/ev-bookmark.h:
11326         * backend/ev-document-bookmarks.c:
11327         * backend/ev-document-bookmarks.h:
11328         * backend/ev-document-links.c: (ev_document_links_get_type),
11329         (ev_document_links_has_document_links),
11330         (ev_document_links_begin_read), (ev_document_links_get_link),
11331         (ev_document_links_get_child), (ev_document_links_next),
11332         (ev_document_links_free_iter):
11333         * backend/ev-document-links.h:
11334         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11335         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11336         (ev_link_get_link_type), (ev_link_set_link_type),
11337         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11338         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11339         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11340         (ev_link_new_external):
11341         * backend/ev-link.h:
11342         * pdf/xpdf/pdf-document.cc:
11343         * shell/Makefile.am:
11344         * shell/ev-application.c: (ev_application_open_link):
11345         * shell/ev-application.h:
11346         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11347         (ev_history_get_link_nth):
11348         * shell/ev-history.h:
11349         * shell/ev-sidebar-bookmarks.c:
11350         * shell/ev-sidebar-bookmarks.h:
11351         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11352         (ev_sidebar_links_class_init), (selection_changed_cb),
11353         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11354         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11355         (do_one_iteration), (populate_links_idle),
11356         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11357         * shell/ev-sidebar-links.h:
11358         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11359         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11360         (go_to_index):
11361         * shell/ev-view.h:
11362         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11363         * shell/ev-window.h:
11364
11365         Rename bookmark to link, and use "Index" for the sidebar panel.
11366
11367 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11368
11369         * shell/Makefile.am:
11370         * shell/ev-application.c: (ev_application_open_bookmark):
11371         * shell/ev-application.h:
11372         * shell/ev-history.c: (ev_history_init), (free_links_list),
11373         (ev_history_finalize), (ev_history_class_init),
11374         (ev_history_add_link), (ev_history_add_page),
11375         (ev_history_get_link_nth), (ev_history_get_n_links),
11376         (ev_history_get_current_index), (ev_history_set_current_index),
11377         (ev_history_new):
11378         * shell/ev-history.h:
11379         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11380         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11381         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11382         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11383         (ev_view_set_page):
11384         * shell/ev-view.h:
11385         * shell/ev-window.c: (ev_window_open_bookmark),
11386         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11387         (goto_page_cb), (register_custom_actions):
11388         * shell/ev-window.h:
11389
11390         Initial history implementation. Needs work.
11391
11392 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11393
11394         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11395
11396 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11397
11398         * cut-n-paste/recent-files/egg-recent-item.c:
11399         * cut-n-paste/recent-files/egg-recent-item.h:
11400         * cut-n-paste/recent-files/egg-recent-model.c:
11401         * cut-n-paste/recent-files/egg-recent-util.c:
11402         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11403         * cut-n-paste/recent-files/egg-recent-view.c:
11404
11405         Update
11406
11407 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11408
11409         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11410         (fillGlyph, fillImageMask, drawImage):
11411         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11412         pdf/splash/SplashTypes.h:
11413         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11414         packed mode for Splash.
11415
11416         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11417         RGB8 packed mode, eliminates the pixbuf data creation loop.
11418
11419         * shell/ev-print-job.c (ev_print_job_finalize)
11420         (ev_print_job_set_property, ev_print_job_get_property)
11421         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11422         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11423         (print_closure_finalize, ev_print_job_print): implement
11424         printing (for backends with EvPsExporter)
11425
11426         * shell/ev_print_job.h: update prototypes.
11427
11428         * shell/ev-window.c (ev_window_print): unref print job after
11429         printing.
11430
11431         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11432         unless the document implements the EvDocumentFind interface.
11433
11434 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11435
11436         * configure.ac: Added ja to ALL_LINGUAS.
11437
11438 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11439
11440         * pdf/xpdf/pdf-document.cc:
11441
11442         add a FIXME. We should probably not allocate
11443         a bookmark object every time
11444
11445 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11446
11447         * shell/ev-application.c: (ev_application_open),
11448         (ev_application_open_bookmark):
11449         * shell/ev-application.h:
11450         
11451         Add a way to open bookmarks
11452
11453         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11454         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11455         (ev_bookmark_set_property), (ev_bookmark_class_init),
11456         (ev_bookmark_new_title), (ev_bookmark_new_link),
11457         (ev_bookmark_new_external):
11458
11459         Support for external uris, better constructors.
11460
11461         * backend/ev-bookmark.h:
11462         * pdf/xpdf/pdf-document.cc:
11463         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11464
11465         Handle external uris
11466
11467 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11470         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11471
11472         Hook up bookmarks navigation
11473
11474 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11475
11476         * backend/Makefile.am:
11477         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11478         (ev_bookmark_get_title), (ev_bookmark_set_title),
11479         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11480         (ev_bookmark_get_page), (ev_bookmark_set_page),
11481         (ev_bookmark_get_property), (ev_bookmark_set_property),
11482         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11483         (ev_bookmark_new):
11484         * backend/ev-bookmark.h:
11485         * backend/ev-document-bookmarks.c:
11486         (ev_document_bookmarks_get_bookmark):
11487         * backend/ev-document-bookmarks.h:
11488         * pdf/xpdf/pdf-document.cc:
11489         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11490
11491         Add a bookmark object to the backend and use it instead of get_values
11492
11493 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11494
11495         * data/evince-ui.xml:
11496
11497         Cleanup and add select all.
11498
11499         * shell/ev-view.c: (ev_view_select_all),
11500         (ev_view_button_press_event):
11501         * shell/ev-view.h:
11502         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11503
11504         Add select all.
11505         Clear selection on click.
11506
11507 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11508
11509         * shell/ev-sidebar-thumbnails.c
11510         (ev_sidebar_thumbnails_set_document): forgot to unref the
11511         loading_icon.
11512
11513 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11514
11515         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11516         at the visible page, not just linearly.  This makes it look fast.
11517
11518 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11519
11520         * backend/ev-document-misc.c
11521         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11522         white.
11523         * backend/ev-document-thumbnails.h: New interface to get the size
11524         of a page.
11525
11526 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11527
11528         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11529         make dist works
11530
11531 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11532
11533         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11534         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11535         things up a bit.
11536
11537         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11538
11539 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11540
11541         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11542         fonts. Should fix font problems on systems that have the base
11543         fonts in bitmap format. Reported by James Henstridge
11544         <james@jamesh.id.au>.
11545
11546 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11547
11548         * pdf/xpdf/Gfx.cc:
11549         * pdf/xpdf/GfxState.cc:
11550
11551         Fix for CAN-2004-1125
11552
11553 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * shell/ev-view.c: (ev_view_copy):
11556         * shell/ev-view.h:
11557         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11558
11559         Implement Edit->Copy
11560
11561 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11562
11563         * backend/ev-document.c: (ev_document_get_text):
11564         * backend/ev-document.h:
11565         * pdf/xpdf/pdf-document.cc:
11566         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11567         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11568         (ev_view_update_primary_selection), (ev_view_button_press_event),
11569         (ev_view_motion_notify_event), (ev_view_button_release_event):
11570
11571         Beginnings of clipboard support. Incomplete but primary sort
11572         of work.
11573
11574 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11577         (expose_bin_window):
11578
11579         Nicer rubberband drawing, from GtkIconView.
11580
11581 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11582
11583         * backend/ev-document.c: (ev_document_save):
11584         * backend/ev-document.h:
11585         * data/evince-ui.xml:
11586         * pdf/xpdf/pdf-document.cc:
11587         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11588
11589         Implement "Save a copy..." menu item
11590
11591 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * shell/ev-view.c: (ev_view_zoom):
11594
11595         Queue a resize when zoom changes
11596
11597 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11598
11599         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11600         shadows.
11601
11602         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11603         thumbnails..
11604
11605 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11606
11607         * pdf/xpdf/pdf-document.cc
11608         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11609
11610 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11611
11612         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11613         It's slow, but I'll speed it up next!
11614
11615 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11616
11617         * shell/main.c (load_files):
11618
11619         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11620         from the command line and because it seems more appropriate.
11621
11622 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11623
11624         * data/evince-ui.xml:
11625         * shell/ev-window.c: (update_action_sensitivity),
11626         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11627
11628         s/next page/page down
11629         s/previous page/page up
11630
11631 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11632
11633         * data/evince-ui.xml:
11634
11635         Change the layout to match clarkbw design.
11636
11637         * shell/Makefile.am:
11638         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11639         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11640         (ev_navigation_action_finalize),
11641         (ev_navigation_action_set_property),
11642         (ev_navigation_action_get_property),
11643         (ev_navigation_action_class_init):
11644         * shell/ev-navigation-action.h:
11645
11646         Implement clarkbw toolbar navigation controls (incomplete)
11647
11648         * shell/ev-page-action.c: (update_label), (update_spin),
11649         (value_changed_cb), (create_tool_item), (connect_proxy),
11650         (ev_page_action_init), (ev_page_action_finalize),
11651         (ev_page_action_set_property), (ev_page_action_get_property),
11652         (ev_page_action_set_current_page),
11653         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11654         * shell/ev-page-action.h:
11655
11656         Implement a page switcher in the toolbar
11657
11658         * shell/ev-view.c: (ev_view_scroll_view):
11659         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11660         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11661         (register_custom_actions), (ev_window_init):
11662
11663         Change page on PageUp/Down.
11664
11665 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11666
11667         * pdf/xpdf/pdf-document.cc
11668         (pdf_document_thumbnails_get_thumbnail): initial stab at
11669         implementing thumbnail support for pdfs.  It only does documents
11670         with precached pdfs now.
11671
11672 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11673
11674         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11675         thumbnail code into a time-based idle as well.  Also, turn off the
11676         shadow temporarily as it's really slow.
11677
11678 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11679
11680         * backend/ev-document.c: (ev_document_class_init):
11681         * pdf/xpdf/pdf-document.cc:
11682         * shell/ev-window.c: (ev_window_open):
11683
11684         Fix document title bugs and fallback to
11685         filename when not available.
11686
11687 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * backend/ev-document.c: (ev_document_get_type),
11690         (ev_document_class_init), (ev_document_load),
11691         (ev_document_get_title):
11692         * backend/ev-document.h:
11693         * pdf/xpdf/pdf-document.cc:
11694         * ps/ps-document.c: (ps_document_set_property),
11695         (ps_document_get_property), (ps_document_class_init),
11696         (document_load):
11697         * ps/ps-document.h:
11698         * ps/ps.h:
11699         * shell/ev-window.c: (update_window_title), (ev_window_open),
11700         (ev_window_init):
11701
11702         Initial support for document title. Not working yet.
11703
11704 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11705
11706         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11707
11708         Grab focus on the view when clicking it
11709
11710 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11711
11712         * shell/ev-marshal.list:
11713         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11714         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11715
11716         Add key bindings to the view. Now if the focus would work
11717         right...
11718
11719 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11720
11721         * Makefile.am:
11722         * backend/Makefile.am:
11723         * data/Makefile.am:
11724         * dvi/Makefile.am:
11725         * dvi/dvilib/Makefile.am:
11726         * pdf/xpdf/Makefile.am:
11727         * po/POTFILES.in:
11728         * ps/Makefile.am:
11729
11730         Fix distcheck
11731
11732 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11733
11734         * shell/ev-view.c: (ev_view_realize):
11735
11736         Fix mouse wheel scrolling
11737
11738 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11739
11740         * ps/Makefile.am:
11741         * ps/gstypes.h:
11742         * ps/gtkgs.c:
11743         * ps/gtkgs.h:
11744         * ps/ps-document.c: (catchPipe), (ps_document_init),
11745         (ps_document_class_init), (ps_document_cleanup),
11746         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11747         (set_up_page), (close_pipe), (is_interpreter_ready),
11748         (interpreter_failed), (output), (input), (start_interpreter),
11749         (stop_interpreter), (file_length), (file_readable),
11750         (check_filecompressed), (check_pdf), (compute_xdpi),
11751         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11752         (ps_document_get_type), (ps_document_emit_error_msg),
11753         (document_load), (ps_document_next_page),
11754         (ps_document_get_current_page), (ps_document_get_page_count),
11755         (ps_document_goto_page), (ps_document_set_page_size),
11756         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11757         (ps_document_load), (ps_document_get_n_pages),
11758         (ps_document_set_page), (ps_document_get_page),
11759         (ps_document_widget_event), (ps_document_set_target),
11760         (ps_document_set_scale), (ps_document_set_page_offset),
11761         (ps_document_get_page_size), (ps_document_render),
11762         (ps_document_document_iface_init):
11763         * ps/ps-document.h:
11764         * ps/ps.c:
11765         * shell/ev-window.c: (ev_window_open):
11766
11767         Rename GtkGS to PSDocument
11768
11769 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11770
11771         * ps/gtkgs.c: (gtk_gs_class_init):
11772         * ps/gtkgs.h:
11773
11774         Some more leftover...
11775
11776 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11777
11778         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11779         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11780         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11781         * ps/gtkgs.h:
11782
11783         Remove unused code and make a lot of stuff private
11784
11785 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11786
11787         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11788         (gtk_gs_defaults_changed):
11789         * ps/gsdefaults.h:
11790         * ps/gtkgs.c:
11791         * ps/gtkgs.h:
11792         * ps/ps.h:
11793
11794         Cleanup headers dependencies
11795
11796 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * ps/Makefile.am:
11799         * ps/ggvutils.c:
11800         * ps/ggvutils.h:
11801         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11802         * ps/gsdefaults.h:
11803         * ps/gtkgs.c: (file_length), (file_readable),
11804         (check_filecompressed), (check_pdf), (gtk_gs_load),
11805         (gtk_gs_get_postscript):
11806
11807         Get rid of ggvutils
11808
11809 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11810
11811         * ps/ggvutils.c:
11812         * ps/ggvutils.h:
11813         * ps/gsio.h:
11814         * ps/gtkgs.c: (gtk_gs_set_zoom):
11815
11816         Cleanups
11817
11818 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11819
11820         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11821
11822         Ensure the page is rerendered when changing zoom
11823
11824 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * backend/ev-document.c: (ev_document_base_init),
11827         (ev_document_changed):
11828         * backend/ev-document.h:
11829
11830         Add a changed event that is emitted when the page content
11831         changes. This is necessary to deal with the fact that
11832         in ps backend rendering happen asycrounously.
11833         This makes the ps backend mostly work.
11834
11835         * pdf/xpdf/pdf-document.cc:
11836
11837         Emit changed event
11838
11839         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11840         (ps_document_set_target):
11841
11842         Emit changed event
11843
11844         * shell/ev-view.c: (document_changed_callback),
11845         (ev_view_set_document), (ev_view_set_page):
11846
11847         Redraw on the changed signal
11848
11849 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11850
11851         * configure.ac: Added pt_BR to ALL_LINGUAS.
11852
11853 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11854
11855         * backend/ev-document-bookmarks.c:
11856         (ev_document_bookmarks_get_child): *
11857         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11858         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11859         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11860         (ev_sidebar_bookmarks_destroy),
11861         (ev_sidebar_bookmarks_class_init),
11862         (ev_sidebar_bookmarks_construct), (stack_data_free),
11863         (do_one_iteration), (populate_bookmarks_idle),
11864         (ev_sidebar_bookmarks_clear_document),
11865         (ev_sidebar_bookmarks_set_document): *
11866         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11867         (ev_sidebar_add_page),
11868         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11869         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11870         it displays both the topics and the page numbers.
11871
11872 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11873
11874         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11875         toggle.
11876         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11877         visible.
11878
11879 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11880
11881         * configure.ac: Added en_CA to ALL_LINGUAS.
11882
11883 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11884
11885         * ChangeLog: replace bottom of this ChangeLog (merged history of
11886         ggv and gpdf; where all paths were wrong and most of the files are
11887         not even in this tree) with ChangeLog (from arch) of the shell
11888         code.
11889
11890 2004-12-23  Havoc Pennington  <hp@redhat.com>
11891
11892         * shell/ev-window.c: hook up potentially-questionable "find
11893         results status text" feature - something involving the sidebar or
11894         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11895         might be better in the end.
11896
11897         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11898         with corresponding signal when it should be updated
11899
11900         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11901
11902 2004-12-22  Havoc Pennington  <hp@redhat.com>
11903
11904         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11905         find stuff on other pages, sort of (only returns one result on
11906         invisible pages, to show they have results; updates full results
11907         for a page when you view it). Currently repaints the current page
11908         every time a new result is found on any page, which isn't so nice.
11909
11910 2004-12-22  Havoc Pennington  <hp@redhat.com>
11911
11912         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11913         the document doesn't support find (better ideas?)
11914         (find_bar_search_changed_cb): handle missing document or document
11915         that doesn't support find
11916
11917         * pdf/xpdf/pdf-document.cc: port to implement the new
11918         EvDocumentFindIface
11919
11920         * backend/ev-document-find.c: create a new interface for searching
11921
11922         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11923
11924 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11925
11926         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11927         libevbackend.la.
11928
11929         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11930         EvPrintJob constructor arguments.
11931
11932         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11933         for documents that can export PostScript (page by page).
11934
11935         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11936         
11937         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11938         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11939         (pdf_document_ps_exporter_iface_init:
11940         Implement EvPSExporter.
11941
11942         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11943
11944 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11945
11946         * backend/Makefile.am:
11947         * backend/ev-document-thumbnails.c:
11948         (ev_document_thumbnails_get_type),
11949         (ev_document_thumbnails_get_thumbnail):
11950         * backend/ev-document-thumbnails.h:
11951         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11952         (pixbuf_document_thumbnails_get_thumbnail),
11953         (pixbuf_document_document_thumbnails_iface_init):
11954         * shell/Makefile.am:
11955         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11956         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11957         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11958         * shell/ev-sidebar-thumbnails.h:
11959         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11960         (ev_sidebar_set_document):
11961         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11962         (create_shadow), (ev_pixbuf_add_shadow):
11963         * shell/ev-utils.h:
11964         Add thumbnail support.
11965         
11966 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11967
11968         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11969         (using_postscript_printer): Set up a print dialog for "PostScript
11970         injection" method.
11971
11972         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11973         EvPrintJob.
11974
11975         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11976
11977 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11978
11979         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11980         (ps_document_set_target), (ps_document_get_page_size),
11981         (ps_document_render):
11982         * ps/gtkgs.h:
11983
11984         Fix a few bugs
11985
11986 2004-12-22  Christian Rose  <menthos@menthos.com>
11987
11988         * configure.ac: Added "sv" to ALL_LINGUAS.
11989
11990 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11991
11992         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11993         document supports bookmarks.
11994
11995 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * ps/ggvutils.c: (ggv_file_readable):
11998         * ps/ggvutils.h:
11999         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12000         (gtk_gs_get_postscript):
12001
12002         Remove unused utils
12003
12004 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12005
12006         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12007         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12008         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12009         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12010         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12011         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12012         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12013         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12014         (gtk_gs_set_antialiasing), (ps_document_load),
12015         (ps_document_render):
12016         * ps/gtkgs.h:
12017
12018         Another check point for the ps backend. Now I can get it to show
12019         pages!
12020
12021 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12022
12023         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12024         document setting code.
12025
12026 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12027
12028         * shell/eggfindbar.c: (entry_activate_callback):
12029         Animate the next button when activate is pressed.
12030         
12031 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12032
12033         * shell/ev-window.c: (ev_window_cmd_edit_find),
12034         (update_fullscreen_popup), (ev_window_fullscreen),
12035         (ev_window_unfullscreen), (ev_window_state_event_cb),
12036         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12037         Fix bugs in fullscreen code.
12038         
12039 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12040
12041         * Makefile.am:
12042         * configure.ac:
12043         * pixbuf/Makefile.am:
12044         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12045         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12046         (pixbuf_document_set_page), (pixbuf_document_get_page),
12047         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12048         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12049         (pixbuf_document_render), (pixbuf_document_begin_find),
12050         (pixbuf_document_end_find), (pixbuf_document_finalize),
12051         (pixbuf_document_class_init),
12052         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12053         * pixbuf/pixbuf-document.h:
12054         * shell/Makefile.am:
12055         * shell/ev-application.c: (ev_application_open):
12056         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12057         (ev_window_open):
12058         Add pixbuf backend.
12059         
12060 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12061
12062         * Makefile.am: 
12063         * dvi/dvilib/Makefile.am:
12064         * dvi/Makefile.am:
12065         * configure.ac: Auto*ify dvi and dvi/dvilib
12066
12067         * dvi/Makefile: Remove from CVS
12068         
12069         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12070         confusion.
12071
12072         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12073         
12074         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12075         
12076 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * ps/Makefile.am:
12079         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12080         (gtk_gs_value_adjustment_changed), (compute_size),
12081         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12082         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12083         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12084         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12085         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12086         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12087         (ps_document_load), (ps_document_get_n_pages),
12088         (ps_document_set_page), (ps_document_get_page),
12089         (ps_document_set_target), (ps_document_set_scale),
12090         (ps_document_set_page_offset), (ps_document_get_page_size),
12091         (ps_document_render), (ps_document_begin_find),
12092         (ps_document_end_find), (ps_document_document_iface_init):
12093         * ps/gtkgs.h:
12094         * shell/Makefile.am:
12095         * shell/ev-window.c: (ev_window_open):
12096
12097         Some work to integrate gtkgs with EvDocument
12098
12099 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12100
12101         * shell/ev-window.c: (update_fullscreen_popup),
12102         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12103         (exit_fullscreen_button_clicked_cb),
12104         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12105         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12106         (ev_window_state_event_cb), (ev_window_init):
12107         Add fullscreen support from Epiphany.
12108         
12109 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12110
12111         * data/ev-stock-zoom-fit-width.png: fit-width
12112         stock icon from gpdf.
12113         
12114         * shell/ev-stock-icons.[ch]: copied from gpdf.
12115         
12116         * shell/main.c: (main): init stock icons.
12117         
12118         * shell/ev-window.c: use the fit-width icon.
12119         
12120         * data/evince-ui.xml: add zooming toolbar items.
12121
12122 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12123
12124         * shell/ev-view.c: 
12125         (ev_view_best_fit), (ev_view_fit_width): because
12126         get_page_size() returns the scaled page size, we
12127         need to calculate the scale factor relative to
12128         the previous scale factor. Should really just
12129         add get_real_page_size().
12130
12131 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12132
12133         * shell/ev-view.[ch]:
12134         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12135         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12136         add zooming.
12137         
12138         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12139         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12140         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12141         hook it up.
12142         
12143         * pdf/xpdf/pdf-document.cc:
12144         (pdf_document_begin_find),
12145         (pdf_document_end_find): make static.
12146
12147 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12148
12149         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12150
12151         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12152         names to fontconfig patterns.
12153         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12154
12155         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12156         setupBaseFontsFc.
12157
12158 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * Makefile.am:
12161         * configure.ac:
12162         * ps/Makefile.am:
12163         * ps/ggvutils.c:
12164         * ps/ggvutils.h:
12165         * ps/gsdefaults.c:
12166         * ps/gsdefaults.h:
12167         * ps/gsio.c:
12168         * ps/gsio.h:
12169         * ps/gtkgs.c:
12170         * ps/gtkgs.h:
12171         * ps/ps.c:
12172         * ps/ps.h:
12173
12174         Import ggv backend. Not hooked up yet.
12175
12176 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12177
12178         * shell/main.c: (load_files), (main): load files
12179         from the command line.
12180
12181 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12182
12183         * configure.ac: don't require bonobo.
12184         
12185         * cut-n-paste/recent-files/*: kill bonobo recent
12186         view.
12187
12188         * shell/ev-window.c:
12189         (ev_window_is_empty): upd.
12190         (unable_to_load), (ev_window_open): load backend
12191         based on the mime type.
12192
12193 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12194
12195         * backend/.cvsignore: ignore generated marshalers source.
12196
12197         * shell/main.c (main): this is not epiphany.
12198
12199 2004-12-22  Havoc Pennington  <hp@redhat.com>
12200
12201         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12202         (expose_bin_window): draw find highlights
12203
12204         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12205         
12206         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12207         (pdf_document_end_find): implement this interface
12208
12209         * backend/ev-document.c (ev_document_found): add this to emit
12210         signal
12211
12212 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12213
12214         * data/evince-ui.xml: Add a few more toolbar items.
12215
12216         * shell/ev-window.c: Hook up page navigation toolbar 
12217         items.
12218
12219         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12220         a page-changed signal.
12221
12222         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12223         Add ev_document_get_page().
12224
12225         * shell/ev-window.c: Sensitize/desensitize navigation
12226         actions.
12227
12228 2004-12-21  Havoc Pennington  <hp@redhat.com>
12229
12230         * backend/ev-backend-marshal.c,
12231         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12232         marshaler-generator thingy. I'm sure there's a better way to do
12233         this in the modern world.
12234
12235         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12236         end_find methods and "found" signal.
12237
12238         * configure.ac: find glib-genmarshal
12239
12240 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12241
12242         * shell/ev-sidebar.c: Construct an actual sidebar.
12243         * shell/ev-sidebar-bookmarks.[ch]:
12244         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12245
12246 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12247
12248         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12249         Redo size handling.
12250         
12251         * shell/ev-view.c: Track the size from the document.
12252
12253 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12254
12255         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12256         constructor assumes ownership of the string passed in.
12257         
12258         * shell/ev-window.c (ev_window_open): Destroy the error
12259         dialog once we've displayed it.
12260
12261 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12262
12263         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12264         a bit, it works! (sort of)
12265
12266         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12267         Move to .cc since we need to use C++ in the implementation.
12268
12269         * shell/dummy.cc: Add a CC file to force evince
12270         to be linked as a C++ program.
12271
12272 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12273
12274         * shell/ev-view.[ch]: Start of content-area widget.
12275
12276         * shell/ev-window.c: Create a EvView, update it
12277         as we change documents.
12278
12279         * shell/Makefile.am shell/ev-marshal.list: Add
12280         generated marshalers.
12281
12282 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12283
12284         * Makefile.am (SUBDIRS): move shell.
12285
12286 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12287
12288         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12289         .a to libtool convenience libraries.
12290
12291         * shell/ev-window.c (ev_window_open): Hard code loading
12292         a PDF document.
12293         
12294         * backend/ev-document.h: Add a boolean return to load(),
12295         fix GError * to GError **.
12296
12297         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12298         object for a PDF backend EvDocument.
12299
12300 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12301
12302         * dvi/*: New directory with the beginning of a .dvi backend.
12303
12304 2004-12-21  Havoc Pennington  <hp@redhat.com>
12305
12306         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12307         previous/next instead of back/forward
12308
12309 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12310
12311         * backend/ev-document.[ch]: Fix a couple of problems so
12312         it compile.
12313
12314 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12315
12316         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12317         to backend/ directory, rename EvViewer to EvDocument.
12318
12319 2004-12-21  Havoc Pennington  <hp@redhat.com>
12320
12321         * shell/ev-window.c: hook up the find bar widget; now we just need
12322         a document to find things in
12323
12324         * shell/eggfindbar.c: a find bar widget
12325
12326 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12327
12328         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12329
12330 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12331
12332         * pdf/**: Import of xpdf code from gpdf. 
12333
12334         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12335
12336         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12337         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12338         Fix FreeType includes.
12339
12340         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12341         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12342         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12343         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12344         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12345         Include xpdfconfig.h
12346         
12347 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12348
12349         * shell/ev-window.c (ev_window_dispose): dispose can be called
12350         multiple times.
12351
12352 2004-12-21  Havoc Pennington  <hp@redhat.com>
12353
12354         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12355         rather than Evince
12356
12357         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12358         items; really they should be synced with the strings, etc. from
12359         current gpdf, but just getting the boring typing out of the way 
12360
12361 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12362
12363         * po/POTFILES.in:
12364         * shell/ev-application.c: (window_destroy_cb):
12365         * shell/ev-window.c:
12366         * shell/main.c: (main):
12367
12368         Actually show the window...
12369
12370 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12371
12372         * Makefile.am:
12373         * shell/Makefile.am:
12374         * shell/ev-application.c: (ev_application_class_init):
12375         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12376
12377         Make it build again
12378
12379 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         Import to gnome cvs.
12382         
12383         * Remove copies of gpdf and ggv trees.
12384         * Rip out all the recursive configure code.
12385         * Remove bonobo machinery.
12386         * viewer/*: GInterfaces that backends should/can implement.
12387
12388 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12389
12390         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12391         typo
12392
12393 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12394
12395         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12396         (ev_application_finalize, ev_application_class_init)
12397         (ev_application_init): use GType instance private data for priv.
12398
12399         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12400         (ev_window_finalize, ev_window_class_init)
12401         (ev_window_init): ditto.
12402
12403 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12404
12405         * shell/ev-application.c (ev_application_new_window): make public
12406         (ev_application_show_initial_window): kill.
12407
12408         * shell/ev-application.h: update prototypes.
12409
12410         * shell/main.cc (main): inline ev_application_show_initial_window.
12411
12412 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12413
12414         * shell/ev-application.c (ev_application_new_window): impl.
12415         (ev_application_show_initial_window): use it.
12416         (is_window_empty, ev_application_get_empty_window): returns an
12417         existing empty window or a new one.
12418         (ev_application_open): from ev_window_cmd_file_open.
12419
12420         * shell/ev-application.h: update prototypes
12421
12422         * shell/ev-window.c (ev_window_is_empty): impl.
12423         (ev_window_open): make public.
12424         (ev_window_cmd_file_open): use ev_application_open
12425
12426         * shell/ev-window.h: update prototypes, remove unused.
12427
12428 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12429
12430         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12431         move destroy handler out of here...
12432
12433         * shell/ev-application.c, shell/ev-application.h: ...into this new
12434         class. Also handles initial window creation.
12435
12436         * shell/main.cc (main): use EvApplication to create initial
12437         window.
12438
12439 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12440
12441         * Makefile.am (SUBDIRS): add cut-n-paste
12442
12443         * cut-n-paste/Makefile.am: add
12444
12445         * configure.ac: generate Makefiles in cut-n-paste
12446
12447 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12448
12449         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12450         (ev_window_class_init): install ev_window_dispose.
12451
12452 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12453
12454         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12455         char (gchar looks stupid).
12456
12457 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12458
12459         * po/de.po: updated German translation.
12460
12461 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12462
12463         * configure.ac: add more pkg-config library checks for gnome-vfs,
12464         bonobo etc.
12465
12466         * gpdf/configure.in: temporarily disable libpaper
12467         checks. Otherwise I'd have to add the checks for the shell, too.
12468
12469 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12470
12471         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12472         and * file filters to the file choose.
12473
12474 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12475
12476         * po/de.po: Updated German translation.
12477
12478 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12479
12480         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12481
12482 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12483
12484         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12485
12486         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12487         (ev_window_init): implement those menuitems.
12488
12489 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12490
12491         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12492
12493         * shell/ev-window.c (ev_window_init): use the toolbar.
12494
12495 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12496
12497         * shell/ev-window.c (ev_window_init): use menu translations
12498
12499 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12500
12501         * configure.ac: add "de" to ALL_LINGUAS.
12502
12503         * po/de.po: add German translation.
12504
12505 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12506
12507         * Makefile.am (SUBDIRS): add po
12508
12509         * configure.ac: check intltool, glib-gettext etc, generate
12510         po/Makefile.in
12511
12512         * po, po/POTFILES.in, po/POTFILES.skip: new.
12513
12514 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12515
12516         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12517         already use (#ifdef ENABLE_NLS)
12518
12519         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12520         pointer indirection thinko.
12521
12522         * shell/main.c: include gi18n.h for bindtextdomain etc.
12523
12524 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12525
12526         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12527         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12528         tooltips for menu items in the statusbar.
12529
12530 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12531
12532         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12533         pkgdatadir drop UIDIR
12534
12535 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12536
12537         * data/evince-ui.xml: Add File->Open menu item
12538
12539         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12540         chooser), hook it up in the ui manager.
12541
12542 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12543
12544         * shell/ev-window.c: fix Help->About tooltip.
12545
12546 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12547
12548         * configure.ac: set CFLAGS for libevprivate.
12549
12550         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12551         definitions, factory etc.
12552
12553         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12554
12555         * shell/Makefile.am: link against libevprivate.a.
12556
12557         * shell/ev-window.c (entries): add stock icon to Help->About.
12558
12559         * shell/main.c (main): init stock icon code.
12560
12561 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12562
12563         * lib/recent-files: egg recent files code
12564
12565         * lib/Makefile.am: add.
12566
12567         * Makefile.am: add lib subdir.
12568
12569         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12570         set CFLAGS for recent-files.
12571
12572 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12573
12574         * configure.ac: disable -ansi and -pedantic gcc flags. They
12575         disable POSIX stuff in stdio.h, but egg-recent uses them.
12576
12577 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12578
12579         * configure.ac: add --disable-deprecated flag (defaults to on in
12580         "cvs" builds).
12581
12582         * shell/Makefile.am (INCLUDES): use it.
12583
12584 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12585
12586         * shell/main.c: add missing #include.
12587
12588         * shell/ev-window.c: fix for pedantic gcc.
12589         (ev_window_cmd_help_about): split license into paragraphs for
12590         translators and pedantic compilers.
12591
12592 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12593
12594         * configure.ac: add more warning flags if compiling with gcc from
12595         cvs (or explicitly requested with --enable-more-warnings).
12596
12597 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12598
12599         * data/evince-ui.xml: add File and File->Close menu.
12600
12601         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12602         (ev_window_destroy): quit after destroy.
12603         (ev_window_class_init): override GtkObject::destroy.
12604         (entries): install close_window callback.
12605
12606 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12607
12608         * Makefile.am (SUBDIRS): add data subdir.
12609
12610         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12611         gtk+ 2.5.0 for GtkAboutDialog.
12612
12613         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12614         main window.
12615
12616         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12617
12618         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12619         manager.
12620         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12621
12622 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12623
12624         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12625
12626 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12627
12628         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12629
12630 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12631
12632         * shell/*: Added shell directory boilerplate, build it.
12633
12634 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12635
12636         * configure.ac, Makefile.am: Added top-level configure.ac and
12637         Makefile.am