]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add GtkMountOperation (renamed to avoid conflicts) to be able to open
[evince.git] / ChangeLog
1 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
5         * shell/Makefile.am:
6         * shell/ev-window.c: (ev_window_load_remote_failed),
7         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
8
9         Add GtkMountOperation (renamed to avoid conflicts) to be able to
10         open documents in remote locations that are not mounted.
11         
12 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
15         (bitmap_convert_msb8):
16         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
17         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
18
19         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
20         
21 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
24         (ev_job_render_new), (ev_job_render_set_selection_info),
25         (ev_job_render_run):
26         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
27         (check_job_size_and_unref),
28         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
29         (add_job), (ev_pixbuf_cache_get_selection_surface):
30
31         Create the render context needed for rendering a page in the render
32         thread so that we don't block the main thread. Simplify
33         EvJobRender API.
34         
35 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * libdocument/Makefile.am:
38         * libdocument/ev-page.[ch]:
39         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
40         (ev_render_context_new), (ev_render_context_set_page):
41         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
42         (ev_form_field_finalize), (ev_form_field_class_init):
43         * libdocument/ev-document-forms.[ch]:
44         (ev_document_forms_get_form_fields):
45         * libdocument/ev-document.[ch]: (ev_document_get_page),
46         (ev_document_get_page_size), (ev_document_get_page_label):
47         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
48         (ev_job_render_run), (ev_job_thumbnail_new),
49         (ev_job_thumbnail_run), (ev_job_print_run):
50         * shell/ev-page-cache.c: (ev_page_cache_new):
51         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
52         (check_job_size_and_unref), (add_job):
53         * shell/ev-sidebar-thumbnails.c: (add_range):
54         * shell/ev-view.c: (ev_view_form_field_get_region),
55         (ev_view_form_field_button_create_widget),
56         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
57         (ev_view_handle_form_field), (ev_view_size_allocate),
58         (get_selected_text):
59         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
60         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
61         (pdf_document_get_page), (pdf_document_get_page_label),
62         (pdf_document_render), (pdf_document_get_info),
63         (pdf_document_document_iface_init),
64         (pdf_document_thumbnails_get_thumbnail),
65         (pdf_document_thumbnails_get_dimensions),
66         (pdf_document_file_exporter_do_page),
67         (pdf_selection_render_selection),
68         (pdf_selection_get_selected_text),
69         (pdf_selection_get_selection_region),
70         (pdf_selection_get_selection_map),
71         (pdf_document_forms_get_form_fields),
72         (pdf_document_forms_form_field_text_get_text),
73         (pdf_document_forms_form_field_text_set_text),
74         (pdf_document_forms_form_field_button_set_state),
75         (pdf_document_forms_form_field_button_get_state),
76         (pdf_document_forms_form_field_choice_get_item),
77         (pdf_document_forms_form_field_choice_get_n_items),
78         (pdf_document_forms_form_field_choice_is_item_selected),
79         (pdf_document_forms_form_field_choice_select_item),
80         (pdf_document_forms_form_field_choice_toggle_item),
81         (pdf_document_forms_form_field_choice_unselect_all),
82         (pdf_document_forms_form_field_choice_set_text),
83         (pdf_document_forms_form_field_choice_get_text):
84         * backend/ps/ev-spectre.c: (ps_document_get_page),
85         (ps_document_get_page_size), (ps_document_get_page_label),
86         (ps_document_render), (ps_document_document_iface_init),
87         (ps_document_file_exporter_do_page):
88         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
89         (tiff_document_render), (tiff_document_render_pixbuf),
90         (tiff_document_file_exporter_do_page):
91         * backend/pixbuf/pixbuf-document.c:
92         (pixbuf_document_get_page_size):
93         * backend/comics/comics-document.c:
94         (comics_document_get_page_size), (comics_document_render_pixbuf):
95         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
96         (djvu_document_render), (djvu_selection_get_selected_text),
97         (djvu_document_thumbnails_get_thumbnail),
98         (djvu_document_file_exporter_do_page),
99         (djvu_document_find_get_result):
100         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
101         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
102         (dvi_document_thumbnails_get_thumbnail),
103         (dvi_document_file_exporter_do_page):
104         * backend/impress/impress-document.c:
105         (impress_document_get_page_size),
106         (impress_document_render_pixbuf):
107         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
108
109         Add EvPage so that we can hold a reference to the backend
110         page. Form fields keep now a reference to the poppler page
111         improving performance since we don't have to create/destroy the
112         poppler field for every form operation. This will be needed for
113         annotations too.
114         
115 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * data/evince-ui.xml:
118         * shell/ev-window.c:
119
120         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
121         
122 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * configure.ac:
125         * backend/ps/Makefile.am:
126
127         Remove gs stuff from ps backend.
128         
129 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * configure.ac:
132         * backend/pdf/ev-poppler.cc:
133
134         Bump poppler requirement to 0.8.0.
135         
136 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
137
138         * NEWS:
139         * configure.ac:
140
141         Update for release 2.22.1.1
142
143 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * configure.ac:
146
147         Fix build (again) when poppler version is 0.6
148         
149 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * backend/djvu/djvu-links.c: (build_tree):
152
153         Make sure link title is a valid utf8 string. Fixes bug #526517.
154         
155 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * configure.ac:
158
159         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
160         #526799.
161         
162 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
163
164         * configure.ac:
165         
166         Update for release 2.22.1.
167
168 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * NEWS:
171
172         Update for upcoming release.
173
174 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * configure.ac:
177         * backend/dvi/dvidocument.evince-backend.in:
178
179         Add compressed dvi to the list of supported mime types. Patch by
180         Ed Catmur. Fixes bug #307087.
181
182 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * shell/ev-jobs.c: (ev_job_print_get_page_list):
185
186         Fix a crash when printing a range that doesn't specify the start or
187         end page. Fixes bug #524288.
188
189 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-window.c: (ev_window_cmd_continuous),
192         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
193         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
194         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
195         (ev_window_run_presentation), (ev_window_stop_presentation),
196         (ev_window_cmd_view_presentation),
197         (ev_window_cmd_leave_fullscreen),
198         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
199
200         Do not unfullscreen and fullscreen again the window when changing
201         from fullscreen to presentation mode and vice versa. Fixes bug
202         #524112.
203         
204 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
207
208         Do not crash when thumbnail failed to render in PS backend. Fixes
209         bug #525015.
210         
211 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * shell/ev-window.c: (window_open_file_copy_ready_cb),
214         (ev_window_load_file_remote), (ev_window_open_uri):
215
216         Handle errors when opening remote files.
217         
218 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * shell/ev-page-action.c: (ev_page_action_grab_focus):
221
222         Only grab the focus for the current visible proxy widget. Fixes
223         bug #521224.
224         
225 2008-03-30  Emil Soleyman  <emil@nishra.com>
226
227         * shell/ev-window.c: (launch_external_uri):
228         
229         Reuse g_app_info_launch_default_for_uri to
230         save some code and fix bug #525009.
231
232 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
233
234         * shell/ev-window.c (image_save_dialog_response_cb):
235
236         Use g_str_has_suffix. See bug #523069.
237
238 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * configure.ac:
241
242         Add a configure option to enable/diable DBus. Patch by Rémi
243         Cardona. Fixes bug 521797.
244
245 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
248
249         Fix printing in documents with rotated pages. Patch by Eugen
250         Dedu. Fixes bug #512648.
251         
252 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
255         (ev_link_from_action):
256
257         Fix warning messages.
258         
259 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (image_save_dialog_response_cb):
262
263         Do not append the extension to filename when saving an image
264         if the filename alredy contains the extension. Fixes bug #523069.
265         
266 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-view.[ch]: (ev_view_find_cancel):
269         * shell/ev-window.c: (find_bar_close_cb):
270
271         Cancel the find operation when the find bar is closed. Fixes bug
272         #508845.
273         
274 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * backend/ps/psdocument.evince-backend.in:
277
278         Make ps backend module resident. Fixes bug #520607.
279         
280 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-jobs.c: (ev_job_print_run):
283
284         Invert collate action in order to work as expected, fix reverse
285         printing so that it doesn't start with a blank page and fix number
286         of copies. Patch by Eugen Dedu. Fixes bug #365332.
287         
288 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
291
292         Fix build with poppler <= 0.7.2
293         
294 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * libdocument/ev-document-misc.c:
297         (ev_document_misc_surface_from_pixbuf):
298
299         Fix selections with poppler-splash.
300         
301 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * configure.ac:
304         * backend/pdf/ev-poppler.cc:
305
306         Fix build with poppler >= 0.7.2
307         
308 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
309
310         * configure.ac:
311         
312         Update for release 2.22.0
313
314 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * NEWS:
317
318         Update for upcoming release.
319
320 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
321
322         * shell/ev-window.c (ev_window_print_dialog_response_cb):
323
324         Bug 495107 – Handle print dialog responses correctly
325
326         Correctly handle print dialog response. Properly fixes
327         the above mentioned bug.
328
329 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
332
333         Make sure print job is only run when the print button is
334         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
335         
336 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * backend/pdf/pdfdocument.evince-backend.in:
339         * libdocument/ev-backends-manager.c:
340         (ev_backends_manager_load_backend),
341         (ev_backends_manager_get_document):
342         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
343
344         Allow making backend modules resident. This is needed only for
345         some backends like pdf to avoid registering glib types more than
346         once.
347         
348 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * backend/comics/comics-document.c:
351         * backend/djvu/djvu-document.c:
352         * backend/impress/impress-document.c:
353         * backend/pdf/ev-poppler.cc:
354         * backend/pixbuf/pixbuf-document.c:
355         * backend/ps/ev-spectre.c:
356         * backend/ps/ps-document.c:
357         * backend/tiff/tiff-document.c:
358         * libdocument/ev-document.h:
359         * properties/ev-properties-main.c:
360
361         Use g_type_module_add_interface instead of
362         g_type_add_interface_static. Fixes bug #519679.
363         
364 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
365
366         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
367         Added. Returns whether the animation has everything necessary to run.
368         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
369         is ready just because it's been created. Fixes #519106.
370         (draw_one_page): Do not show the "Loading..." text in presentation
371         mode, there was a slim probability that this could happen.
372
373 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
376
377         Duplicate mime_type string before freeing it so that it doesn't
378         always fail when getting mime type from uri. Fixes bug #518874.
379         
380 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/ev-view.c: (ev_view_form_field_choice_changed):
383
384         Fix a crash when a choice form field doesn't have any item
385         selected. Fixes bug #518831
386         
387 2008-02-25  Alexander Larsson  <alexl@redhat.com>
388
389         * shell/ev-window.c (ev_window_clear_temp_file):
390         Use g_file_has_prefix instead of renamed
391         g_file_contains_file.
392
393         * configure.ac:
394         Require new glib for above change.
395         
396 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * libdocument/ev-image.c: (ev_image_finalize),
399         (ev_image_save_tmp):
400
401         Return a real uri instead of a filename when saving an
402         image. Fixes images drag an drop from evince to nautilus. 
403         
404 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * backend/pdf/ev-poppler.cc:
407         (pdf_document_images_get_image_mapping):
408
409         Return the image list in the right order. Fixes bug #516237.
410         
411 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
412
413         * backend/impress/impress-document.c:
414         (impress_document_thumbnails_get_thumbnail):
415
416         Remove unused variable to avoid a compiler warning.
417
418 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
419
420         * configure.ac:
421         
422         Update for release 2.21.91.
423
424 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * configure.ac:
427         * shell/Makefile.am:
428         * shell/ev-application.[ch]:
429         * shell/ev-sidebar-links.c:
430         * shell/ev-utils.[ch]:
431         * shell/ev-window.[ch]:
432
433         Remove libgnomeprint support. Fixes bug #512370.
434         
435 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
436
437         * thumbnailer/evince-thumbnailer.c: (main):
438
439         Initialize glib type system before using it. Fixes bug #513934.
440         
441 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * properties/ev-properties-main.c:
444
445         Add missing #include.
446         
447 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * configure.ac:
450         * backend/djvu/djvu-document.c: (djvu_document_render):
451         * backend/tiff/tiff-document.c: (tiff_document_render):
452
453         Use the new cairo function cairo_format_stride_for_width when
454         available. Fixes bug #482720.
455
456 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
459         (get_mime_type_from_data), (get_document_from_uri):
460
461         Use g_content_type_guess() only when slow is true in
462         get_document_from_uri(). Fix several memory leaks.
463         
464 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
465
466         * libdocument/ev-document-factory.c:
467         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
468         (get_document_from_uri):
469
470         Use g_content_type_guess () to get mimetype for files.
471         Bug #510401.
472
473 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * thumbnailer/Makefile.am:
476
477         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
478         
479 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * configure.ac:
482
483         Fix build with --without-libgnome. Fixes bug #512771.
484         
485 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
486
487         * backend/dvi/Makefile.am: Install only dvi
488         module. Fixes bug #512718.
489
490 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
491
492         * properties/ev-properties-main.c: (nautilus_module_initialize):
493         
494         Initialize backends in properties tab. Fixes bug
495         #512720.
496
497 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
498
499         * properties/Makefile.am: No need to link with 
500         libraries. Fixes bug #512719.
501
502 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
503
504         * NEWS:
505         * configure.ac:
506         
507         Update for release 2.21.90.
508
509 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * shell/ev-window.c: (ev_window_cmd_escape):
512
513         Fix compile warning.
514         
515 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
518
519         Fix printing in dvi backend when filename contains white
520         espaces. Fixes bug #502839.
521         
522 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
525         (screensaver_disable_x11):
526         * shell/Makefile.am:
527         * shell/xdg-user-dir-lookup.c: Removed
528         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
529         * shell/ev-view.c: (ev_view_presentation_transition_start):
530         * shell/ev-window.c: (ev_window_cmd_file_open),
531         (ev_window_cmd_save_as), (presentation_set_timeout):
532
533         Remove #ifdefs that are no longer needed.
534         
535 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-view.[ch]: (ev_view_button_release_event),
538         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
539         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
540         (ev_window_cmd_escape):
541
542         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
543         
544 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * configure.ac:
547         * backend/comics/comics-document.c: (comics_document_load):
548         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
549         (ev_attachment_set_property), (ev_attachment_init),
550         (ev_attachment_save), (ev_attachment_launch_app),
551         (ev_attachment_open):
552         * libdocument/ev-document-factory.c: (get_document_from_uri):
553         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
554         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
555         * shell/ev-jobs.c:
556         * shell/ev-password.c: (ev_password_dialog_set_property),
557         (ev_password_dialog_save_password):
558         * shell/ev-sidebar-attachments.c:
559         (ev_sidebar_attachments_drag_data_get):
560         * shell/ev-window-title.c: (get_filename_from_uri):
561         * shell/ev-window.c: (ev_window_clear_temp_file),
562         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
563         (ev_window_open_uri), (window_save_file_copy_ready_cb),
564         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
565         (launch_external_uri), (image_save_dialog_response_cb),
566         (attachment_save_dialog_response_cb):
567         * shell/main.c: (load_files), (load_files_remote), (main):
568         * thumbnailer/evince-thumbnailer.c: (main):
569
570         Port to gio and drop gnome-vfs dependency. Fixes bug
571         #510401. Based on patch by Cosimo Cecchi.
572         
573 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
574
575         * NEWS:
576
577         Fixed formatting inconsistencies (spaces vs. tabs)
578
579 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
580
581         * shell/ev-window.c:
582
583         Use top/up/bottom/down arrows instead of
584         first/left/last/right in the toolbar and menu actions.
585         This fixes issues with RTL languages and is visually
586         consistent with the page view. Fixes bug #170081.
587
588 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
589
590         * NEWS:
591
592         Fixed some inaccuracies pointed out by Carlos Garcia
593         Campos.
594
595 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
596
597         * NEWS:
598         * data/evince.schemas.in:
599         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
600
601         Override PDF restrictions by default. Fixes bug #382700.
602
603 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
604
605         * NEWS: Updated for upcoming release
606
607 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
610
611         Fix memory leak.
612         
613 2008-01-23  Gil Forcada <gilforcada@guifi.net>
614
615         * shell/ev-window.c: (register_custom_actions):
616         
617         Added comment for translators
618
619 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-view.c: (ev_view_button_release_event):
622
623         Do not create the idle function for kinetic scrolling if we are
624         not in a drag operation.
625
626 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
629         (ev_view_button_press_event), (ev_view_motion_notify_event),
630         (ev_view_button_release_event):
631
632         Restore cursor after autoscrolling. Fixes bug #509958.
633
634 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * configure.ac:
637         * backend/pdf/ev-poppler.cc:
638         (pdf_document_images_get_image_mapping),
639         (pdf_document_images_get_image),
640         (pdf_document_document_images_iface_init):
641         * libdocument/ev-document-images.[ch]:
642         (ev_document_images_get_image_mapping),
643         (ev_document_images_get_image):
644         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
645         (ev_image_get_id), (ev_image_save_tmp):
646         * shell/ev-jobs.c: (ev_job_render_run):
647         * shell/ev-view.c: (ev_view_drag_data_get):
648         * shell/ev-window.c: (image_save_dialog_response_cb),
649         (ev_view_popup_cmd_copy_image):
650
651         Do not render images when rendering the page but on demand. It
652         reduces the memory comsumption.
653         
654 2008-01-18  Marcelo Lira  <setanta@gmail.com>
655
656         * configure.a:
657         * shell/ev-password.c:
658
659         Make gnome-keyring optional. Fixes bug #509676.
660         
661 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-pixbuf-cache.c: (add_job):
664
665         Initialize include_images variable as FALSE instead of TRUE.
666         
667 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
668
669         * configure.ac:
670         * cut-n-paste/Makefile.am:
671         * cut-n-paste/fileformatchooser/Makefile.am:
672         * cut-n-paste/fileformatchooser/egg-macros.h:
673         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
674         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
675         * shell/Makefile.am:
676         * shell/ev-utils.c:
677         (file_chooser_dialog_add_writable_pixbuf_formats),
678         (get_gdk_pixbuf_format_by_extension):
679         * shell/ev-utils.h:
680         * shell/ev-window.c: (ev_window_error_message),
681         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
682         
683         Simplify image format selection on save.
684
685 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
686
687         * shell/ev-view.c: (ev_view_scroll_event):
688         
689         Repair gorizontal scrolling with shift. Fixes
690         bug #483412.
691
692 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
693         
694         * MAINTAINERS:
695
696         Fix formatting issues.
697         
698 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
699
700         * backend/comics/comics-document.c: (comics_regex_quote):
701         
702         Don't overquote special chars except of '. See bug 
703         502500. Thanks to Tom Parker.
704
705 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
706
707         * MAINTAINERS:
708         
709         Added Nickolay and Carlos, since they're doing most of
710         the releases nowadays.
711
712 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
713
714         * properties/Makefile.am:
715
716         Get the nautilus extension dir properly instead of using
717         a hack. Fixes bug #505359.
718
719 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
720
721         * properties/Makefile.am:
722         
723         Install nautilus extension into new place. See bug
724         #505359. Thanks to Matthias Clasen, Brian Pepple and
725         Damien Carbery.
726
727 2008-01-13  Djihed Afifi  <djihed@gmail.com>
728
729         * shell/ev-window.c: (ev_window_get_recent_file_label):
730         
731         RTL marker in recent file list. See bug #509076.
732
733 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
736         * shell/ev-window.c: (image_save_dialog_response_cb):
737
738         Fix compile warnings due to unused variables.
739         
740 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * configure.ac:
743         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
744         * backend/ps/ev-spectre.c: (ps_document_render):
745
746         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
747
748 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
749
750         * shell/ev-transition-animation.c (ev_transition_animation_fade)
751         (ev_transition_animation_paint): Implement "fade" effect.
752
753 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
754
755         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
756         (ev_transition_animation_paint): Implement "uncover" effect.
757
758 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
759
760         * shell/ev-transition-animation.c (ev_transition_animation_cover)
761         (ev_transition_animation_paint): Implement "cover" effect.
762
763 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
764
765         * shell/ev-transition-animation.c (ev_transition_animation_push)
766         (ev_transition_animation_paint): Implement "push" effect.
767
768 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
769
770         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
771         (ev_transition_animation_paint): Implement "dissolve" effect.
772
773 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
774
775         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
776         (ev_transition_animation_paint): Implement "wipe" effect.
777
778 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
779
780         * shell/ev-transition-animation.c (ev_transition_animation_box)
781         (ev_transition_animation_paint): Implement "box" effect.
782
783 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
784
785         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
786         (ev_transition_animation_paint): Implement "blinds" effect.
787
788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
789
790         * shell/ev-transition-animation.c (ev_transition_animation_split)
791         (ev_transition_animation_paint): Implement "split" effect.
792
793 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
794
795         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
796         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
797         (ev_view_transition_animation_start) 
798         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
799         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
800         (ev_view_next_page) (ev_view_previous_page):
801         
802         Use EvTransitionAnimation to drive page changes in the presentation
803         mode, the animation will wait to start until both the origin and 
804         destination page surfaces are available. Fixes #458460.
805
806         (draw_loading_text):
807
808         Remove workaround for bug #320352, it's now fixed properly.
809
810
811 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
812
813         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
814         will contain the implementations for page transition animations, at
815         the moment it just has the "replace" effect.
816         * shell/Makefile.am: Added these files to build.
817
818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
819
820         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
821         animations.
822         * shell/Makefile.am: Added these files to build.
823
824 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
825
826         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
827         implementation to get_effect() in EvDocumentTransitionIface.
828
829 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
830
831         * libdocument/ev-transition-effect.[ch]: New files, define a page
832         transition effect, at the moment it maps PopplerPageTransition to a
833         GObject.
834         * libdocument/Makefile.am: Added these files to build.
835         * libdocument/ev-document-transition.[ch]
836         (ev_document_transition_get_effect): New method, gets the
837         EvTransitionEffect returned by the interface implementation, with
838         fallback to the "replace" effect.
839
840 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
841
842         * configure.ac:
843         * cut-n-paste/Makefile.am:
844         * cut-n-paste/fileformatchooser/Makefile.am:
845         * cut-n-paste/fileformatchooser/egg-macros.h:
846         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
847         * shell/Makefile.am:
848         * shell/ev-window.c: (image_save_dialog_response_cb),
849         (ev_view_popup_cmd_save_image_as):
850
851         Allow exporting images in any format supported by
852         GdkPixbuf. Fixes bug #500209.
853         
854 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * backend/pixbuf/pixbuf-document.c:
857
858         More warnings fixed.
859         
860 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
863         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
864         * backend/djvu/djvu-text.h:
865         * backend/tiff/tiff-document.c: (tiff_document_render):
866
867         Fix compile warnings.
868         
869 2007-12-28  Christian Persch  <chpe@gnome.org>
870
871         * **/*.c: Include config.h. Bug #504721.
872
873 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * configure.ac:
876         * Makefile.am:
877         * po/POTFILES.in:
878         * backend/comics/Makefile.am:
879         * backend/comics/comics-document.[ch]:
880         * backend/comics/comicsdocument.evince-backend.in:
881         * backend/djvu/Makefile.am:
882         * backend/djvu/djvu-document.[ch]:
883         * backend/djvu/djvudocument.evince-backend.in:
884         * backend/dvi/Makefile.am:
885         * backend/dvi/dvi-document.[c]:
886         * backend/dvi/dvidocument.evince-backend.in:
887         * backend/impress/Makefile.am:
888         * backend/impress/impress-document.[ch]:
889         * backend/impress/impressdocument.evince-backend.in:
890         * backend/pdf/Makefile.am:
891         * backend/pdf/ev-poppler.cc:
892         * backend/pdf/ev-poppler.h:
893         * backend/pdf/pdfdocument.evince-backend.in:
894         * backend/pixbuf/Makefile.am:
895         * backend/pixbuf/pixbuf-document.[ch]:
896         * backend/pixbuf/pixbufdocument.evince-backend.in:
897         * backend/ps/Makefile.am:
898         * backend/ps/ev-spectre.[ch]:
899         * backend/ps/ps-document.[ch]:
900         * backend/ps/psdocument.evince-backend.in:
901         * backend/tiff/Makefile.am:
902         * backend/tiff/tiff-document.[ch]:
903         * backend/tiff/tiffdocument.evince-backend.in:
904         * libdocument/Makefile.am:
905         * libdocument/ev-backends-manager.[ch]:
906         * libdocument/ev-module.[ch]:
907         * libdocument/ev-document.h:
908         * libdocument/ev-document-factory.[ch]:
909         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
910         (get_compression_from_mime_type), (get_document_from_uri),
911         (ev_document_factory_get_document), (file_filter_add_mime_types),
912         (ev_document_factory_add_filters):
913         * shell/Makefile.am:
914         * shell/ev-window-title.c: (get_filename_from_uri):
915         * shell/main.c: (main):
916         * thumbnailer/Makefile.am:
917         * thumbnailer/evince-thumbnailer.c: (main):
918
919         Plugin system for backends. Fixes bug #351348.
920         
921 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
922
923         * shell/ev-view-private.h:
924         * shell/ev-view.c: (ev_view_drag_update_momentum),
925         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
926         (ev_view_button_release_event), (ev_view_destroy):
927         
928         Kinetic scrolling implemented as requested in
929         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
930
931 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
932
933         * data/evince-toolbar.xml:
934         * data/evince-ui.xml:
935         * shell/ev-view-private.h:
936         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
937         (ev_view_button_press_event), (ev_view_motion_notify_event),
938         (ev_view_button_release_event), (ev_view_init),
939         (ev_view_autoscroll_cb), (ev_view_autoscroll),
940         (ev_view_set_cursor):
941         * shell/ev-view.h:
942         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
943         (ev_window_cmd_view_autoscroll):
944         
945         Autoscroll feature with the context menu. Fixes bug 
946         #323670. Thanks to David Turner <cillian64@googlemail.com>.
947
948 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
951
952         Disconnect also page-ready signal when removing a job because the
953         page size has changed. Thanks to kripken
954         <kripkensteiner@gmail.com>.
955
956 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
957
958         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
959         
960         Scroll pages in page entry with mouse wheel. Fixes bug
961         #324122. Thanks to David Turner <cillian64@googlemail.com>.
962
963 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * backend/dvi/Makefile.am:
966         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
967         (mdvi_cairo_device_init):
968         * backend/dvi/mdvi-lib/common.h:
969         * backend/dvi/mdvi-lib/mdvi.h:
970         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
971         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
972         (mdvi_build_path_from_cwd):
973
974         Add ps specials support in dvi backend when libspectre is
975         present. Fixes bug #386005.
976         
977 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * configure.ac:
980         * backend/ps/Makefile.am:
981         * backend/ps/ev-spectre.[ch]:
982         
983         Use libspectre, if available, for the ps backend. Fixes bugs
984         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
985
986 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
987         
988         * backend/comics/comics-document.c: (comics_document_load):
989         
990         Cygwin build issue fix.
991
992 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-view.c: (ev_view_set_zoom):
995
996         Do not limit the minimum zoom factor when sizing mode is best bit
997         or fit width. Fixes bug #503805.
998         
999 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1002         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1003         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1004         (ev_link_dest_get_property), (ev_link_dest_set_property),
1005         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1006         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1007         (ev_link_dest_new_fitr):
1008         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1009         (goto_fith_dest), (goto_xyz_dest):
1010
1011         Do not change left, top and zoom values when they are null in PDF
1012         destinations. Fixes bug #460658.
1013         
1014 2007-12-10  Christian Persch  <chpe@gnome.org>
1015
1016         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1017         (ev_view_accessible_class_init),
1018         (ev_view_accessible_idle_do_action),
1019         (ev_view_accessible_action_do_action),
1020         (ev_view_accessible_action_get_description),
1021         (ev_view_accessible_action_set_description),
1022         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1023         (ev_view_accessible_factory_init),
1024         (ev_view_accessible_factory_get_accessible_type):
1025         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1026         private data, and G_DEFINE_TYPE. Bug #502843.
1027
1028 2007-12-08  Christian Persch  <chpe@gnome.org>
1029
1030         * shell/ev-metadata-manager.c: (item_free),
1031         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1032         (value_free), (parse_value), (parseItem),
1033         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1034         (save_values): Use GSlice to allocate small amounts of memory. Bug
1035         #475972.
1036
1037 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1040
1041         Restore cursor to normal after a drag operation. Fixes bug
1042         #501603.
1043         
1044 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1045
1046         * NEWS:
1047         * configure.ac:
1048         
1049         Update for release 2.21.1
1050
1051 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * configure.ac:
1054         * cut-n-paste/gedit-message-area/Makefile.am:
1055         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1056         * shell/Makefile.am:
1057         * shell/ev-message-area.[ch]:
1058         * shell/ev-window.c: (ev_window_set_message_area),
1059         (ev_window_error_message_response_cb), (ev_window_error_message),
1060         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1061         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1062         (ev_attachment_popup_cmd_open_attachment),
1063         (attachment_save_dialog_response_cb), (ev_window_set_document),
1064         (ev_window_init):
1065
1066         Use a message area instead of a popup dialog for error
1067         notifications. Fixes bug #337495.
1068         
1069 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1072         (ev_window_run_fullscreen):
1073
1074         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1075         
1076 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * ev-sidebar-thumbnails.c: (update_visible_range),
1079         (ev_sidebar_thumbnails_refresh),
1080         (ev_sidebar_thumbnails_set_document),
1081         (ev_sidebar_thumbnails_support_document):
1082
1083         Show thumbnails for documents with one page. Fixes bug #358751.
1084         
1085 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * shell/ev-window.c:
1088         (ev_window_load_print_settings_from_metadata),
1089         (ev_window_save_print_settings), (ev_window_print_finished),
1090         (ev_window_print_range):
1091
1092         Print settings that are specific to the document are now saved per
1093         document in the metadata file. Fixes bug #488806.
1094         
1095 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1096
1097         * backend/tiff/tiff-document.c: (tiff_document_render):
1098
1099         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1100         
1101 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * shell/ev-application.[ch]: (get_find_string_from_args),
1104         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1105         (ev_application_open_uri_list):
1106         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1107         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1108         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1109         (ev_window_cmd_recent_file_activate),
1110         (ev_window_open_recent_action_item_activated),
1111         (ev_window_print_send), (open_remote_link):
1112         * shell/main.c: (arguments_parse):
1113
1114         Add a command line option for search. Fixes bug #497710.
1115         
1116 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1117
1118         * shell/ev-jobs.c: (ev_job_print_new):
1119
1120         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1121         
1122 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * data/evince-toolbar.xml:
1125         * shell/Makefile.am:
1126         * shell/ev-application.c: (ev_application_init):
1127         * shell/ev-open-recent-action.[ch]:
1128         * shell/ev-window.c:
1129         (ev_window_open_recent_action_item_activated),
1130         (register_custom_actions):
1131
1132         Add an expander to the open toolbar item which pops up a dropdown
1133         menu with the recently used documents. Fixes bug #487215.
1134         
1135 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-window.c: (ev_window_open_uri),
1138         (ev_window_cmd_view_reload):
1139
1140         Do not jump to the first page when reloading by running evince
1141         from the command line. Fixes bug #490847.
1142         
1143 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1144
1145         * shell/ev-window.c: (ev_window_cmd_help_contents):
1146
1147         Plugged memory leak when help file is not found. Fixes bug
1148         #490762.
1149         
1150 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * configure.ac:
1153
1154         Enable djvu, dvi and comics backends by default. Fixes bug
1155         #437121.
1156         
1157 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * configure.ac:
1160         * cut-n-paste/Makefile.am:
1161         * cut-n-paste/recent-files/*: Removed
1162         * help/reference/Makefile.am:
1163         * shell/Makefile.am:
1164         * shell/ev-application.[ch]: (ev_application_shutdown),
1165         (ev_application_init):
1166         * shell/ev-window.c: (ev_window_add_recent),
1167         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1168
1169         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1170         
1171 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1172
1173         * shell/ev-window.c: (launch_external_uri):
1174
1175         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1176         and report error if the URL is not supported (#489910).
1177
1178 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1181         (pdf_document_file_exporter_begin_page),
1182         (pdf_document_file_exporter_end_page):
1183
1184         Fix printing with poppler splash backend. Fixes bug #489774.
1185         
1186 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1189         * shell/ev-print-job.c: (ev_print_job_class_init):
1190
1191         Fix a crash when printing with the gnome-print dialog. Fixes bug
1192         #488939.
1193         
1194 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1195
1196         * backend/pixbuf/pixbuf-document.c:
1197
1198         Fix an implicit function definition warning (#487655)
1199
1200 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-window.c:
1203
1204         Fix conflicting shortcut for view sade pane and presentation.
1205         
1206 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * backend/pdf/ev-poppler.cc:
1209         (pdf_document_file_exporter_begin_page),
1210         (pdf_document_file_exporter_do_page),
1211         (pdf_document_file_exporter_end_page),
1212         (pdf_document_file_exporter_iface_init):
1213         * libdocument/ev-file-exporter.[ch]:
1214         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1215         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1216         (ev_job_print_run):
1217
1218         When printing multiple pages per sheet in reverse option, do not
1219         invert the order of the pages in every sheet, but the order of the
1220         sheets. Do not print blank pages when page range is invalid. Fixes
1221         bugs #484857 and #485521.
1222         
1223 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1226         (ev_job_print_run):
1227         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1228
1229         Respect ranges order when printing more than one range in random
1230         order.
1231         
1232 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1233
1234         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1235         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1236
1237         Rotate also the window icon when document is rotated. Fixes bug
1238         #474681.
1239         
1240 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1243         (pdf_document_forms_get_form_fields):
1244
1245         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1246         Matthias Drochner.
1247         
1248 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * configure.ac:
1251         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1252
1253         Use poppler_page_render_for_printing() instead of
1254         poppler_page_render() if available when exporting to a ps or pdf
1255         file. Fixes bug #476627.
1256         
1257 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * shell/ev-window.c: (ev_window_run_fullscreen):
1260
1261         Do not show the toolbar in fullscreen mode if the main toolbar is
1262         not visible. Fixes bug #483048.
1263         
1264 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-view.c: (ev_view_button_press_event):
1267
1268         Give priority to form fields over images when deciding whether a
1269         button press event is over an image or form field. It allows edit
1270         form fields when they are over a background image. Fixes bug
1271         #477841.
1272         
1273 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1274
1275         * NEWS:
1276         * configure.ac:
1277         
1278         Update for release 2.20.0
1279
1280 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * backend/pdf/ev-poppler.cc:
1283
1284         Remove #ifdef HAVE_FORMS, so that forms support works again.
1285
1286 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1287
1288         * configure.ac:
1289         * data/evince.desktop.in.in:
1290         
1291         Fixes desktop file issues. See bug #473471.
1292
1293 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1296         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1297         (ev_job_queue_remove_job):
1298         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1299         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1300         * shell/ev-window.c: (ev_window_clear_save_job),
1301         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1302         (ev_window_dispose):
1303
1304         Move save a copy task to its own job so that it's carried out in a
1305         thread avoiding another lock in the main thread. Use
1306         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1307         can be saved to a pathin another file system. Fixes bug #456891.
1308         
1309 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1310
1311         * NEWS:
1312         * configure.ac:
1313         
1314         Update for release 2.19.92
1315
1316 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * configure.ac:
1319         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1320         (pdf_selection_get_selection_region),
1321         (pdf_selection_get_selection_map),
1322         (ev_form_field_from_poppler_field):
1323
1324         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1325         and triple click selections are enabled again now.
1326
1327 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-window.c: (ev_window_add_history):
1330
1331         Make sure not to use the history with documents not supporting
1332         links. Fixes bug #468954.
1333
1334 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/ev-window.c: (ev_window_load_job_cb):
1337
1338         Restart the search when reloading a document with the find bar
1339         visible. Fixes bug #461962.
1340
1341 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-window.c: (setup_document_from_metadata),
1344         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1345
1346         Do not jump to the first page when reloading a document from the
1347         last page.
1348
1349 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-window.c: (update_chrome_flag),
1352         (setup_sidebar_from_metadata),
1353         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1354         (ev_window_cmd_edit_find_next),
1355         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1356         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1357         (find_bar_close_cb), (view_actions_focus_in_cb):
1358
1359         Do not update visibility when changing a chrome flag so that it's
1360         possible to update several flags and update visibility only once
1361         for all of them.
1362
1363 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1366
1367         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1368         supported by gtk+. Fixes bug #460907.
1369
1370 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-view.c: (view_update_range_and_current_page):
1373
1374         Make sure current-page <= end-page in continuous mode. Fixes bug
1375         #454950.
1376
1377 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * backend/pdf/ev-poppler.cc: (build_tree):
1380
1381         Ignore outline items without a title. Fixes bug #453913.
1382
1383 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1386         (ev_view_button_release_event), (ev_view_leave_notify_event):
1387
1388         Use always drag mouse cursor during a drag operation. Fixes bug
1389         #470564.
1390
1391 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1394         (pdf_selection_get_selection_region),
1395         (pdf_selection_get_selection_map):
1396
1397         Temporarily disable double and triple selections since it depends on
1398         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1399         released and the update of the external dependency minimal version
1400         approved.
1401
1402 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1405         (pdf_document_file_exporter_do_page):
1406         * libdocument/ev-file-exporter.h:
1407         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1408         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1409
1410         Actually fix printing regressions. Remove orientation from
1411         EvPrintContext since it's redundant.
1412
1413 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1416         * backend/impress/impress-document.c:
1417         (impress_document_document_iface_init):
1418         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1419         * backend/djvu/djvu-document.c:
1420         (djvu_document_document_iface_init),
1421         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1422         * backend/tiff/tiff-document.c:
1423         (tiff_document_document_iface_init):
1424         * backend/pixbuf/pixbuf-document.c:
1425         (pixbuf_document_document_iface_init):
1426         * backend/comics/comics-document.c:
1427         (comics_document_document_iface_init):
1428         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1429         (pdf_selection_render_selection),
1430         (pdf_selection_get_selected_text),
1431         (pdf_selection_get_selection_region),
1432         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1433         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1434         (ev_selection_get_selection_region),
1435         (ev_selection_get_selection_map):
1436         * libdocument/ev-document.[ch]:
1437         * shell/ev-pixbuf-cache.[ch]: (add_job),
1438         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1439         * shell/ev-view-private.h:
1440         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1441         (ev_job_render_run):
1442         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1443         * shell/ev-view.c: (start_selection_for_event),
1444         (ev_view_button_press_event), (ev_view_drag_data_get),
1445         (ev_view_drag_data_received), (ev_view_button_release_event),
1446         (compute_new_selection_text), (compute_selections),
1447         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1448         (ev_view_primary_get_cb):
1449
1450         Add support for double and triple click selections.
1451
1452 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1453
1454         * NEWS:
1455         * configure.ac:
1456
1457         Update for release 2.19.4
1458
1459 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1460
1461         * shell/ev-view-private.h:
1462         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1463         (ev_view_set_highlight_search):
1464         * shell/ev-view.h:
1465         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1466         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1467         (find_bar_visibility_changed_cb):
1468         
1469         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1470
1471 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1474         (pdf_document_file_exporter_begin),
1475         (pdf_document_file_exporter_do_page):
1476         * shell/ev-jobs.c: (ev_job_print_run):
1477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1478
1479         Create always a portrait cairo surface and rotate when needed for
1480         landscape. It fixes printing problems in real printers.
1481
1482 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1485         * libdocument/ev-file-exporter.[ch]:
1486         (ev_file_exporter_get_capabilities):
1487         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1488         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1489
1490         Adjust number of pages per row according to page orientation when
1491         printing 2 or 6 pages per sheet.
1492
1493 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * shell/ev-window.c: (ev_window_print_send):
1496
1497         Reset also cups setting to 1 when printing multiple pages per
1498         sheet. Fixes bug #468853.
1499
1500 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * libdocument/ev-document-misc.c:
1503         (ev_document_misc_surface_rotate_and_scale):
1504
1505         Use directly cairo_surface_get_content() when creating a similar
1506         surface as suggested by Jeff Muizelaar. Thanks again.
1507
1508 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * backend/djvu/djvu-document.c: (djvu_document_render):
1511         * backend/tiff/tiff-document.c: (tiff_document_render):
1512         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1513         * libdocument/ev-document-misc.c:
1514         (ev_document_misc_surface_from_pixbuf),
1515         (ev_document_misc_surface_rotate_and_scale):
1516
1517         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1518         creating page surfaces. Fixes bug #453123. Thank you very much to
1519         Jeff Muizelaar <jeff@infidigm.net>.
1520
1521 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-page-cache.c: (ev_page_cache_new),
1524         (ev_page_cache_get_thumbnail_size):
1525         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1526         (ev_sidebar_thumbnails_set_loading_icon):
1527
1528         Also store in page-cache the dimensions of the thumbnails so that
1529         they can be used to create the correct loading icon in the side
1530         pane. Fixes bug #466857.
1531
1532 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * backend/pdf/ev-poppler.cc:
1535         (pdf_document_thumbnails_get_thumbnail):
1536
1537         Fix thumbnails rotation in pdf documents that include embedded 
1538         thumbnails.
1539
1540 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1541
1542         * backend/pdf/ev-poppler.cc:
1543
1544         Don't use #ifdef in macro expansion. Some compilers don't
1545         like that. Closes bug #467042.
1546
1547 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1548
1549         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1550         
1551         Fixes memory leak in djvu backend.
1552
1553 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1554
1555         * data/icons/32x32/Makefile.am:
1556         * data/icons/32x32/actions/Makefile.am:
1557         * data/icons/32x32/actions/view-page-cont.svg:
1558         * data/icons/32x32/actions/view-page-facing.svg:
1559         * data/icons/48x48/Makefile.am:
1560         * data/icons/48x48/actions/Makefile.am:
1561         * data/icons/48x48/actions/view-page-cont.svg:
1562         * data/icons/48x48/actions/view-page-facing.svg:
1563         
1564         Icons for a new sizes.
1565
1566 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1567
1568         * shell/ev-page-cache.c: (build_height_to_page),
1569         (ev_page_cache_get_height_to_page):
1570         
1571         Fixes invalid read, see bug #466401.
1572
1573 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1576         (set_drag_cursor):
1577         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1578         (configure_item_cursor), (new_pixbuf_from_widget):
1579
1580         Fix multihead problems in toolbar editor. Fixes bug #382055.
1581
1582 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * shell/ev-window.c: (ev_window_cmd_file_open),
1585         (ev_window_cmd_save_as):
1586
1587         Use g_get_user_special_dir when available instead of
1588         xdg_user_dir_lookup.
1589
1590 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1591
1592         * MAINTAINERS:
1593         
1594         Updated according to request on desktop-devel.
1595
1596 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1599
1600         Do not use cairo_rectangle and cairo_clip since we are
1601         not using cairo_fill but cairo_paint. Use the same cairo context
1602         for every page in the same expose event.
1603
1604 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1605
1606         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1607         leak.
1608
1609 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * configure.ac:
1612         * NEWS:
1613
1614         Release 0.9.3
1615
1616 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * libdocument/ev-document-info.h:
1619         * libdocument/ev-document.h:
1620         * shell/ev-page-action.h:
1621         * shell/ev-sidebar-links.h:
1622
1623         Fix a headers problem with ev-link
1624         
1625         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1626         * shell/ev-view-private.h:
1627         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1628         (get_link_area), (ev_view_query_tooltip),
1629         (ev_view_leave_notify_event), (ev_view_destroy),
1630         (ev_view_class_init):
1631
1632         Use new gtk tooltips when available instead of ev-tooltip.
1633         
1634 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * shell/ev-window.c: (update_chrome_visibility),
1637         (ev_window_sidebar_visibility_changed_cb):
1638
1639         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1640         
1641 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/ev-navigation-action.c:
1644         (ev_navigation_action_history_changed),
1645         (ev_navigation_action_set_history):
1646         * shell/ev-navigation-action-widget.c:
1647         (ev_navigation_action_widget_init):
1648         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1649
1650         Fix compile warnings.
1651         
1652 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1655         (egg_editable_toolbar_dispose):
1656
1657         Fix memory leak.
1658         
1659 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1662         (screensaver_disable_x11):
1663         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1664         * shell/ev-window.c: (presentation_set_timeout):
1665         * shell/ev-view.c: (ev_view_presentation_transition_start):
1666
1667         Use g_timeout_add_seconds instead of g_timeout_add when
1668         available.
1669         
1670 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1673
1674         Set horizontal scrollbar policy to AUTOMATIC instead of
1675         NEVER. Workaround for bug #449462.
1676         
1677 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * shell/ev-jobs.c: (ev_job_render_page_ready):
1680
1681         Add page_ready callback to main loop with high priority and hold
1682         a reference to job during idle.
1683         
1684 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * configure.ac:
1687         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1688         (pdf_document_file_exporter_begin),
1689         (pdf_document_file_exporter_do_page),
1690         (pdf_document_file_exporter_get_capabilities):
1691         * libdocument/ev-file-exporter.h:
1692         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1693         * shell/ev-window.c: (ev_window_print_send),
1694         (ev_window_print_dialog_response_cb):
1695
1696         Allow printing multiple pages per sheet. Fixes bug #395573.
1697         
1698 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1699
1700         * shell/ev-view.c: (tip_from_link):
1701         
1702         Check for NULL, fixes bug #460862.
1703
1704 2007-07-29  Christian Persch  <chpe@gnome.org>
1705
1706         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1707         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1708         (ev_window_cmd_preview_print):
1709         
1710         Fixes bug #437681 - blocks while enumerating printers.
1711
1712 2007-07-29  Christian Persch  <chpe@gnome.org>
1713
1714         * shell/ev-window.c: (ev_window_screen_changed):
1715         
1716         Don't use deprecated gtk+ function. See bug #460909.
1717
1718 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-utils.c: (get_num_monitors):
1721         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1722
1723         Do not use display before initializing it. Remove compile
1724         warnings.
1725
1726 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1727
1728         * shell/ev-view.c: (ev_view_class_init):
1729         
1730         Unix-like hjkl bindings added. See bug #458111.
1731
1732 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1733
1734         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1735         * shell/ev-utils.h:
1736         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1737         (ev_view_update_view_size):
1738         * shell/ev-view.h:
1739         * shell/ev-window.c: (ev_window_update_actions),
1740         (setup_view_from_metadata), (ev_window_screen_changed),
1741         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1742         (zoom_control_changed_cb):
1743         * shell/ev-window.h:
1744         
1745         Reorganizes utility functions.
1746
1747 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1750         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1751         (add_job), (ev_pixbuf_cache_get_surface),
1752         (ev_pixbuf_cache_get_link_mapping),
1753         (ev_pixbuf_cache_get_image_mapping),
1754         (ev_pixbuf_cache_get_form_field_mapping),
1755         (ev_pixbuf_cache_get_text_mapping):
1756         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1757         (notify_page_ready), (ev_job_render_page_ready),
1758         (ev_job_render_run):
1759
1760         Add page_ready signal to notify that page is ready as soon as
1761         possible even if other page elements like links, forms, images or
1762         text mapping are not ready yet.
1763
1764 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1767         (dvi_document_file_exporter_do_page),
1768         (dvi_document_file_exporter_get_capabilities),
1769         (dvi_document_file_exporter_iface_init):
1770         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1771         (ps_document_file_exporter_do_page),
1772         (ps_document_file_exporter_get_capabilities),
1773         (ps_document_file_exporter_iface_init):
1774         * backend/djvu/djvu-document.c:
1775         (djvu_document_file_exporter_begin),
1776         (djvu_document_file_exporter_end),
1777         (djvu_document_file_exporter_get_capabilities),
1778         (djvu_document_file_exporter_iface_init):
1779         * backend/tiff/tiff-document.c:
1780         (tiff_document_file_exporter_begin),
1781         (tiff_document_file_exporter_get_capabilities),
1782         (tiff_document_document_file_exporter_iface_init):
1783         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1784         (pdf_document_file_exporter_do_page),
1785         (pdf_document_file_exporter_get_capabilities),
1786         (pdf_document_file_exporter_iface_init):
1787         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1788         (ev_file_exporter_get_capabilities):
1789         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1790         (idle_print_handler), (ev_print_job_print):
1791         * shell/ev-jobs.c: (ev_job_print_run):
1792         * shell/ev-window.c: (ev_window_print_send),
1793         (ev_window_print_range):
1794
1795         Use capabilities to know which options should be offered by the
1796         print dialog depending on the document backend.
1797
1798 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1801
1802         Give priority to forms over text to set the cursor.
1803
1804 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-view-private.h:
1807         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1808         (ev_view_leave_notify_event), (ev_view_finalize),
1809         (ev_view_get_property), (ev_view_class_init):
1810
1811         Use IBEAM cursor for text form fields and NORMAL cursor for read
1812         only fields. Remove unused status attribute.
1813
1814 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1817
1818         Update region for current selected items also for checkbox
1819         buttons, since they can behave as radio buttons when they are in a
1820         set.
1821
1822 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * configure.ac:
1825         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1826
1827         Get max length of text form fields.
1828
1829 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1832         * libdocument/ev-form-field.h:
1833         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1834
1835         Fix build with current poppler cvs head.
1836
1837 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1840         * shell/eggfindbar.c: (egg_find_bar_init):
1841
1842         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1843         deprecation. Fixes bug #455667
1844
1845 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1846
1847         * NEWS:
1848         * configure.ac:
1849         
1850         Update for release 0.9.2
1851
1852 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-view.c: (ev_view_form_field_text_save),
1855         (ev_view_form_field_choice_save):
1856
1857         Fix a crash when closing whith a form widget visible.
1858
1859 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1862
1863         Update also the region of the current selected button when
1864         clicking on another button if they are radio buttons.
1865
1866 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1869         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1870         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1871         (ev_pixbuf_cache_get_link_mapping),
1872         (ev_pixbuf_cache_get_image_mapping),
1873         (ev_pixbuf_cache_get_form_field_mapping),
1874         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1875         * shell/ev-view.c: (ev_view_form_field_get_region),
1876         (ev_view_form_field_button_create_widget),
1877         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1878         (job_finished_cb):
1879
1880         Redraw only form field region instead of the whole page when
1881         reloading a page to show changes on the form field.
1882
1883 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-view.c: (ev_view_form_field_choice_save):
1886
1887         Fix selection of first item in list form fields.
1888
1889 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1892         (ev_pixbuf_cache_reload_page),
1893         (ev_pixbuf_cache_get_form_field_mapping):
1894
1895         Some refactoring to avoid duplicated code.
1896
1897 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * configure.ac:
1900         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1901         (ev_form_field_from_poppler_field),
1902         (pdf_document_forms_get_form_fields),
1903         (pdf_document_forms_form_field_text_get_text),
1904         (pdf_document_forms_form_field_text_set_text),
1905         (pdf_document_forms_form_field_button_set_state),
1906         (pdf_document_forms_form_field_button_get_state),
1907         (pdf_document_forms_form_field_choice_get_item),
1908         (pdf_document_forms_form_field_choice_get_n_items),
1909         (pdf_document_forms_form_field_choice_is_item_selected),
1910         (pdf_document_forms_form_field_choice_select_item),
1911         (pdf_document_forms_form_field_choice_toggle_item),
1912         (pdf_document_forms_form_field_choice_unselect_all),
1913         (pdf_document_forms_form_field_choice_set_text),
1914         (pdf_document_forms_form_field_choice_get_text),
1915         (pdf_document_document_forms_iface_init):
1916         * libdocument/Makefile.am:
1917         * libdocument/ev-form-field.[ch]:
1918         * libdocument/ev-document-forms.[ch]:
1919         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1920         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1921         (add_job), (ev_pixbuf_cache_reload_page),
1922         (ev_pixbuf_cache_get_form_field_mapping):
1923         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1924         * shell/ev-view-private.h:
1925         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1926         (ev_view_handle_cursor_over_xy),
1927         (ev_view_get_form_field_at_location),
1928         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1929         (ev_view_form_field_button_create_widget),
1930         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1931         (ev_view_form_field_text_create_widget),
1932         (ev_view_form_field_choice_save),
1933         (ev_view_form_field_choice_changed),
1934         (ev_view_form_field_choice_create_widget),
1935         (ev_view_handle_form_field), (ev_view_size_allocate),
1936         (ev_view_realize), (draw_end_presentation_page),
1937         (ev_view_button_press_event), (ev_view_remove_all),
1938         (ev_view_motion_notify_event), (ev_view_key_press_event),
1939         (ev_view_enter_notify_event), (highlight_find_results),
1940         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1941         (ev_view_class_init), (page_changed_cb),
1942         (on_adjustment_value_changed), (ev_view_set_presentation),
1943         (merge_selection_region), (ev_view_set_cursor),
1944         (ev_view_reset_presentation_state):
1945         
1946         Merge evince-forms branch.
1947
1948 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1949
1950         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1951
1952         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1953         This script also updates itself from libegg
1954
1955         * cut-n-paste/toolbar-editor/egg*:
1956         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1957         libegg
1958
1959 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1960
1961         * shell/ev-window.c:
1962         
1963         Adds a nice icon to page action during toolbar editing.
1964         See bug #452872.
1965
1966 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1967
1968         * data/evince-toolbar.xml:
1969         * shell/ev-window.c:
1970         
1971         Let user add a presentation and fullscreen icons on toolbar.
1972         See bug #449734.
1973
1974 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1975
1976         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1977
1978         new script to keep in sync with toolbareditor in libegg
1979
1980         * cut-n-paste/toolbar-editor/*: 
1981
1982         Run update-toolbareditor-from-libegg so we are in sync again. 
1983         Fixes bug #452850.
1984         
1985
1986 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * shell/ev-sidebar-links.c: (job_finished_callback):
1989
1990         Do not connect selection changed signal more than once. Fixes bug
1991         #349433.
1992
1993 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1994
1995         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1996
1997         Do not change sidebar chrome flag when pressing F9 key in
1998         presentation mode.
1999
2000 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * backend/pdf/ev-poppler.cc:
2003         (pdf_document_thumbnails_get_dimensions):
2004
2005         Make sure thumbnails width and height is not <= 0. Fixes a crash
2006         with some pdf documents which have really small pages.
2007
2008 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2009
2010         * shell/main.c: (main):
2011
2012         Fixes program description translation issue.
2013         Bug #450148.
2014
2015 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2016
2017         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2018
2019         Do not change current page when returning from black/white mode
2020         in presentation. Fixes bug #415032.
2021
2022 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2023
2024         * NEWS:
2025         * configure.ac:
2026         
2027         Update for release 0.9.1
2028
2029 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2030
2031         * backend/dvi/dvi-document.c:
2032         (dvi_document_finalize),
2033         (dvi_document_file_exporter_format_supported),
2034         (dvi_document_file_exporter_begin),
2035         (dvi_document_file_exporter_do_page),
2036         (dvi_document_file_exporter_end),
2037         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2038         
2039         PDF exporter for dvi documents. Fixes bug #441319.
2040
2041 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-window.c: (ev_window_clear_print_job):
2044
2045         Clear gtk print job when job has finished. Fixes bug #447612.
2046
2047 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-window.c: (ev_window_print_send),
2050         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2051
2052         Add preview button to print dialog. Fixes bug #445419.
2053
2054 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * backend/dvi/Makefile.am:
2057         * backend/dvi/pixbuf-device.[ch]: Removed
2058         * backend/dvi/cairo-device.[ch]: Added
2059         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2060         * backend/dvi/dvi-document.c: (dvi_document_load),
2061         (dvi_document_render), (dvi_document_finalize),
2062         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2063         (dvi_document_do_color_special):
2064         * libdocument/ev-document-misc.[ch]:
2065         (ev_document_misc_pixbuf_from_surface):
2066
2067         Port dvi backend to cairo and fix a problem with colors. 
2068
2069 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-view.c: (draw_one_page):
2072
2073         Draw only visible region.
2074
2075 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * backend/djvu/djvu-document.c: (djvu_document_render):
2078
2079         Fix rotation in djvu backend.
2080
2081 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2084         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2085         (ev_pixbuf_cache_get_image_mapping),
2086         (ev_pixbuf_cache_get_text_mapping):
2087
2088         Redraw view every time we have a new surface. Fixes bug #443587.
2089
2090 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * libdocument/ev-document.c: (ev_document_info_free):
2093
2094         Fix memory leaks.
2095
2096 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * backend/dvi/dvi-document.c: (dvi_document_render),
2099         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2100         * backend/impress/impress-document.c:
2101         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2102         (impress_document_render), (impress_document_document_iface_init),
2103         (impress_document_thumbnails_get_thumbnail):
2104         * backend/djvu/djvu-document-private.h:
2105         * backend/djvu/djvu-document.c: (djvu_document_render),
2106         (djvu_document_finalize), (djvu_document_document_iface_init),
2107         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2108         * backend/tiff/tiff-document.c: (tiff_document_render),
2109         (tiff_document_render_pixbuf),
2110         (tiff_document_document_iface_init):
2111         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2112         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2113         (pdf_selection_render_selection):
2114         * backend/comics/comics-document.c:
2115         (comics_document_render_pixbuf), (comics_document_render),
2116         (comics_document_document_iface_init):
2117         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2118         (pixbuf_document_document_iface_init):
2119         * libdocument/ev-document-misc.[ch]:
2120         (ev_document_misc_surface_from_pixbuf),
2121         (ev_document_misc_surface_rotate_and_scale):
2122         * libdocument/ev-document.[ch]: (ev_document_render):
2123         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2124         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2125         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2126         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2127         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2128         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2129         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2130         (render_finished_cb), (ev_job_render_run):
2131         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2132         (merge_selection_region):
2133
2134         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2135         and selections.
2136
2137 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * shell/ev-window-title.c: (ev_window_title_update):
2140
2141         Fix memory leak.
2142
2143 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-view.c: (draw_loading_text):
2146
2147         Show loading text centered. Fixes bug #433061
2148
2149 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-sidebar-thumbnails.c:
2152         (ev_sidebar_thumbnails_set_loading_icon):
2153
2154         Remove a mutex in the main thread that blocks the UI in heavy
2155         documents.
2156
2157 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2160
2161         Set points_set to TRUE so that selections don't disappear after a
2162         zoom change.
2163
2164 2007-06-07  Michael Monreal  <infernux@web.de>
2165
2166         * data/icons/16x16/actions/Makefile.am:
2167         * data/icons/16x16/actions/zoom.svg:
2168         * data/icons/22x22/actions/Makefile.am:
2169         * data/icons/22x22/actions/zoom.svg:
2170         * data/icons/24x24/actions/Makefile.am:
2171         * shell/ev-stock-icons.c:
2172         * shell/ev-stock-icons.h:
2173         * shell/ev-window.c:
2174         
2175         Zoom icon artwork. See bug #444795.
2176
2177 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2178
2179         * shell/ev-metadata-manager.c: Remove extraneous function
2180         (Closes: #444386)
2181
2182 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2183
2184         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2185         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2186         (ev_metadata_manager_set), (ev_metadata_manager_save):
2187         Simplify the timeout, no need for modified anymore
2188
2189 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2190
2191         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2192         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2193         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2194         (ev_metadata_manager_save): Adapted patch from Arjan van de
2195         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2196         time, saves on power (Closes: #443851)
2197
2198 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * configure.ac:
2201         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2202         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2203
2204         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2205
2206 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2207
2208         * shell/ev-window.c: (ev_window_add_history):
2209
2210         Check if history is NULL
2211
2212 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * libdocument/ev-image.c: (ev_image_finalize):
2215         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2216         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2217         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2218         (ev_tmp_uri_unlink):
2219
2220         Add functions to delete temporary files created by evince in a safe
2221         way.
2222
2223         * shell/ev-window.c: (ev_window_clear_local_uri),
2224         (open_xfer_update_progress_callback),
2225         (save_xfer_update_progress_callback), (ev_window_save_remote),
2226         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2227         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2228         (attachment_save_dialog_response_cb),
2229         (ev_attachment_popup_cmd_save_attachment_as):
2230
2231         Allow saving a copy of a document, image or attachment to a remote
2232         location. Fixes bug #440754. 
2233
2234 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * configure.ac:
2237         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2238
2239         Fix build with current poppler from cvs head. 
2240
2241 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2242
2243         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2244
2245         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2246         directory exists.
2247
2248 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2249
2250         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2251         * shell/ev-window.c:
2252
2253         Change sidebar ordering. Fixes bug #439939.
2254
2255 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2256
2257         * backend/comics/Makefile.am:
2258         
2259         Fixes build with --without-libgnome.
2260
2261 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2262         
2263         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2264
2265         Update cursor and tooltip on page change and view scroll. Fixes bug
2266         #439217.
2267
2268 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2269
2270         * NEWS:
2271         * configure.ac:
2272         
2273         Update for release 0.9.0
2274
2275 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2276
2277         * backend/djvu/djvu-document-private.h:
2278         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2279         (djvu_document_finalize),
2280         (djvu_document_file_exporter_format_supported),
2281         (djvu_document_file_exporter_begin),
2282         (djvu_document_file_exporter_do_page),
2283         (djvu_document_file_exporter_end),
2284         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2285         
2286         Implemented printing with djvu. Bug #437998.
2287
2288 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * backend/impress/zip.c:
2291         Add missing ulong definition.
2292
2293         * backend/ps/ps-interpreter.c:
2294         Add missing headers.
2295
2296         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2297
2298 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2301
2302         Add missing call to parent class dispose method. 
2303
2304 2007-05-12  Ross Burton  <ross@openedhand.com>
2305
2306         * shell/main.c:
2307         Sync keybindings manually when building without libgnome
2308         (#437925).
2309
2310 2007-05-12  Ross Burton  <ross@openedhand.com>
2311
2312         * shell/ev-window.c:
2313         Respect the screen when opening help (#437866).
2314
2315 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * data/evince-ui.xml:
2318         * shell/ev-application.[ch]: (get_print_settings_from_args),
2319         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2320         (ev_application_open_uri_list):
2321         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2322         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2323         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2324         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2325         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2326         (ev_window_dispose):
2327         * shell/main.c: (arguments_parse):
2328
2329         Add print button in preview mode. Fixes bug #396475. 
2330
2331 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2332
2333         * cut-n-paste/zoom-control/ephy-zoom.h:
2334         
2335         Fixes zoom level factors. See bug #408119 for details.
2336
2337 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2338
2339         * backend/comics/comics-document.c: (comics_regex_quote),
2340         (extract_argv):
2341         
2342         Correctly quote symbols. Fixes crash in the bug
2343         #415370.
2344
2345 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2346
2347         * shell/ev-navigation-action-widget.c:
2348         (ev_navigation_action_widget_init),
2349         (ev_navigation_action_widget_class_init),
2350         (ev_navigation_action_widget_button_press_event):
2351         
2352         Connect to button-press event on correct widget. Fixes
2353         bug #431988
2354
2355 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * shell/ev-application.c: (ev_application_open_window),
2358         (ev_application_add_icon_path_for_screen),
2359         (ev_application_open_uri_at_dest):
2360         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2361         * shell/ev-navigation-action.c: (build_menu):
2362         
2363         Add app-specific icons to our icon theme. Fixes bug
2364         #425508.
2365
2366 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2367
2368         * shell/ev-history.c: (ev_history_class_init),
2369         (ev_history_add_link):
2370         * shell/ev-history.h:
2371         * shell/ev-navigation-action.c:
2372         (ev_navigation_action_history_changed),
2373         (ev_navigation_action_set_history), (build_menu),
2374         (ev_navigation_action_finalize):
2375         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2376         
2377         Make navigation action unsensitive instead of showing
2378         menu with unsensitive word. Fixes bug #417392.
2379
2380 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * shell/ev-application.[ch]: (ev_application_shutdown),
2383         (ev_application_get_print_settings),
2384         (ev_application_set_print_settings):
2385         * shell/ev-window.c:
2386
2387         Remember print settings. Fixes bug #349102. 
2388
2389 2007-05-08  Christian Persch  <chpe@gnome.org>
2390
2391         * configure.ac:
2392         * properties/ev-properties-view.c:
2393
2394         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2395         Bug #382438.
2396
2397 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * configure.ac:
2400         * properties/ev-properties-view.c: (ev_regular_paper_size):
2401
2402         Use gtk+ builtin paper list to identify the document's paper size.
2403         Fixes bug #382438. 
2404
2405 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * configure.ac:
2408
2409         Fix build when compiling with thumbnailer and libgnome support. 
2410
2411 2007-05-04  Ross Burton  <ross@openedhand.com>
2412
2413         * configure.ac:
2414         Add --without-libgnome, check for libgnome and libgnomeui
2415         separately, and add them to the symbols as required.
2416
2417         * libdocument/ev-file-helpers.c:
2418         When building without libgnome, use g_get_user_config_dir instead
2419         of gnome_user_dir_get.
2420
2421         * shell/ev-application.c:
2422         When building without libgnome, don't use session management.
2423
2424         * shell/main.c:
2425         When building without libgnome, don't use GnomeProgram or
2426         initialise the authentication manager.
2427
2428         This fixes #328842.
2429
2430 2007-05-04  Ross Burton  <ross@openedhand.com>
2431
2432         * shell/ev-window.c:
2433         Don't use libgnome to open help, instead call Yelp directly.
2434
2435 2007-05-04  Ross Burton  <ross@openedhand.com>
2436
2437         * shell/ev-sidebar-attachments.c:
2438         Don't use libgnome to lookup icons for MIME types, instead copy
2439         code from GTK+ to do it manually.
2440
2441 2007-05-04  Ross Burton  <ross@openedhand.com>
2442
2443         * configure.ac:
2444         Add libxml to the dependencies for SHELL_CORE (#435818).
2445
2446 2007-05-02  Ross Burton  <ross@openedhand.com>
2447
2448         * configure.ac:
2449         * Makefile.am:
2450         Add --disable-thumbnailer (#434825)
2451
2452 2007-05-02  Ross Burton  <ross@openedhand.com>
2453
2454         * shell/ev-window.c:
2455         Add missing includes, fix indentation.
2456
2457         * shell/main.c:
2458         Fix indentation.
2459
2460 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2461
2462         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2463         ev_application_open_uri_at_dest instead of ev_application_open_uri
2464         preventing new document always being opened in a new window even if there
2465         is an empty window.
2466
2467 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2468
2469         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2470         (egg_recent_view_uimanager_finalize):
2471         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2472         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2473         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2474         (ev_pixbuf_cache_dispose):
2475         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2476         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2477         
2478         Add missing chain to parent class methods. Fixes
2479         bug #433128.
2480
2481 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2482
2483         * data/Makefile.am (update-icon-cache): Updates
2484         gtk-update-icon-cache in uninstall-hook.
2485
2486 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-window.c: (ev_window_setup_document),
2489         (ev_window_set_document), (ev_window_load_job_cb):
2490         * shell/ev-view.c: (setup_caches):
2491         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2492
2493         Start rendering pages before any other jobs. 
2494
2495 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * shell/ev-window.c: (ev_window_stop_fullscreen),
2498         (ev_window_stop_presentation):
2499
2500         Update chrome visibility before window unfullscreen. 
2501
2502 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * data/Makefile.am:
2505         * data/evince-ui.xml:
2506         * shell/ev-stock-icons.[ch]:
2507         * shell/ev-application.[ch]: (ev_application_shutdown),
2508         (ev_application_init), (ev_application_get_toolbars_model):
2509         * shell/ev-window.c: (update_chrome_visibility),
2510         (fullscreen_toolbar_setup_item_properties),
2511         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2512         (ev_window_run_presentation), (ev_window_stop_presentation),
2513         (ev_window_run_preview), (ev_window_screen_changed),
2514         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2515         (ev_window_dispose), (ev_window_init):
2516
2517         Make fullscreen toolbar always visible. Do not use egg toolbars for
2518         fullscreen and preview modes since such toolbars are not editables.
2519         Fixes bugs #300278, #338910 and #316188.  
2520
2521 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2522
2523         * shell/ev-application.c:
2524         * shell/ev-job-queue.c:
2525         * shell/ev-metadata-manager.c:
2526         * shell/ev-stock-icons.c:
2527         * shell/ev-window.c:
2528         * shell/main.c:
2529         
2530         Developers documentation updated.
2531
2532 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2535
2536         Check whether uri is valid before launching it. Fixes bug #427664.
2537
2538 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * shell/ev-window.c:
2541
2542         Change key accelerator for Open a Copy menu entry which is in conflict
2543         with Close. Fixes bug #427321.
2544
2545 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2546
2547         * NEWS:
2548         * configure.ac:
2549         
2550         Update for release 0.8.1
2551
2552 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2553
2554         * shell/ev-window.c: (setup_size_from_metadata):
2555         
2556         Do not make window bigger than screen. Fixes bug 
2557         #388985.
2558
2559 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2562         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2563
2564         Use default resolution when it's not provided by document. Fixes bug
2565         #408762.
2566
2567 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * configure.ac:
2570         * thumbnailer/Makefile.am:
2571         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2572         * thumbnailer/evince-thumbnailer.schemas.in:
2573         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2574
2575         Add support for ps, eps and compressed documents thumbnails. Do not
2576         ignore size parameter. 
2577
2578 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2579
2580         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2581         (dvi_document_do_color_special):
2582         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2583
2584         Implement font color specials in the DVI backend. Fixes bug #303651.
2585
2586 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2587
2588         Fixup the previous commit:
2589
2590         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2591         * shell/xdg-user-dir-lookup.c: Make the function non-static
2592         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2593
2594 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2595
2596         * shell/ev-window.c (file_open_dialog_response_cb): Use
2597         the xdg-user-dirs DOCUMENTS folder as default folder when
2598         opening a file chooser.  (#424858)
2599
2600         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2601         xdg-user-dirs.
2602
2603 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * shell/ev-window.c: (ev_window_load_job_cb):
2606
2607         Do not setup view from metadata on preview mode. 
2608
2609 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * shell/main.c:
2612
2613         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2614
2615 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * shell/ev-view.c: (ev_view_primary_get_cb):
2618
2619         Check pointer != NULL before using it. Fixes bug #416841. 
2620
2621 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2622
2623         * NEWS:
2624         * configure.ac:
2625         
2626         Release 0.8.0
2627
2628 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2631
2632         Do not render thumbnails when sidebar thumbnail page is not visible
2633         at startup. Fixes bug #416447. 
2634
2635 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2636
2637         * data/evince.desktop.in.in:
2638
2639         "Application" is not a valid category in the freedesktop specification.
2640
2641 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * libdocument/ev-file-helpers.[ch]: (compression_run),
2644         (ev_file_uncompress), (ev_file_compress):
2645         * shell/ev-window.c: (file_save_dialog_response_cb):
2646
2647         Save document compressed when saving a copy of a compressed document.
2648         Fixes bug #334542.
2649
2650 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2653
2654         Allow deleting in goto window entry in presentation mode. 
2655
2656 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2657
2658         * Makefile.am: Dist MAINTAINERS.
2659
2660 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * shell/ev-window.c: (ev_window_update_actions):
2663
2664         Fix zoom shortcut keys when searching. Fixes bug #409828.
2665
2666 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * shell/ev-window.c: (ev_window_setup_document):
2669
2670         Fix crash when loading documents with only one page. 
2671
2672 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * backend/dvi/dvi-document.c:
2675         (dvi_document_thumbnails_get_dimensions),
2676         (dvi_document_thumbnails_get_thumbnail):
2677         * backend/impress/impress-document.c:
2678         (impress_document_thumbnails_get_thumbnail),
2679         (impress_document_thumbnails_get_dimensions):
2680         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2681         (ps_document_thumbnails_get_dimensions):
2682         * backend/djvu/djvu-document.c:
2683         (djvu_document_thumbnails_get_dimensions),
2684         (djvu_document_thumbnails_get_thumbnail):
2685         * backend/tiff/tiff-document.c:
2686         (tiff_document_thumbnails_get_thumbnail),
2687         (tiff_document_thumbnails_get_dimensions):
2688         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2689         (pdf_document_thumbnails_get_thumbnail),
2690         (pdf_document_thumbnails_get_dimensions):
2691         * backend/comics/comics-document.c:
2692         (comics_document_thumbnails_get_thumbnail),
2693         (comics_document_thumbnails_get_dimensions):
2694         * backend/pixbuf/pixbuf-document.c:
2695         (pixbuf_document_thumbnails_get_thumbnail),
2696         (pixbuf_document_thumbnails_get_dimensions):
2697         * libdocument/ev-document-thumbnails.[ch]:
2698         (ev_document_thumbnails_get_thumbnail),
2699         (ev_document_thumbnails_get_dimensions):
2700         * libdocument/ev-document-misc.[ch]:
2701         (ev_document_misc_get_thumbnail_frame):
2702         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2703         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2704         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2705         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2706         (ev_sidebar_thumbnails_refresh):
2707         * shell/ev-window.c: (ev_window_setup_document):
2708         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2709
2710         Use an EvRenderContext for rendering thumbnails instead of a suggested
2711         width, so that different sized pages get sized proportionally.
2712
2713 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-view.c: (ev_view_button_press_event),
2716         (ev_view_key_press_event):
2717
2718         Fix critical warnings when there is no document loaded. 
2719
2720 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-page-action-widget.c:
2723         * shell/ev-navigation-action.c:
2724         * shell/ev-window.c:
2725
2726         Fix compile warnings. 
2727
2728 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * backend/djvu/djvu-text.h:
2731         * backend/djvu/djvu-document.c:
2732         * backend/djvu/djvu-text-page.c:
2733         * backend/djvu/djvu-links.c:
2734         * backend/djvu/djvu-text-page.h:
2735         * backend/djvu/djvu-text.c:
2736         
2737         Fix build on Mac. Fixes bug #392186. Patch by
2738         <ephraim_owns@hotmail.com>
2739
2740 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2743
2744         Restore cairo context before rendering every page when printing a PDF
2745         document into a PDF file. 
2746
2747 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * backend/ps/gstypes.h:
2750         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2751         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2752         (ps_document_thumbnails_get_thumbnail):
2753
2754         Handle PostScript page orientation. Fixes bug #318568.
2755
2756 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * backend/ps/Makefile.am:
2759         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2760         (document_load), (ps_document_load), (save_document),
2761         (save_page_list), (ps_document_get_n_pages),
2762         (ps_document_get_page_size), (ps_document_get_info),
2763         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2764         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2765         (ps_document_thumbnails_get_thumbnail),
2766         (ps_document_thumbnails_get_dimensions),
2767         (ps_document_document_thumbnails_iface_init):
2768         * backend/ps/ps.[ch]: (psgetpagebox):
2769         * backend/ps/ps-interpreter.[ch]:
2770
2771         Add support for thumbnails in ps backend. Fixes bug #164755. 
2772
2773 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2774
2775         * NEWS:
2776         * configure.ac:
2777         
2778         Release 0.7.2
2779
2780 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2783         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2784         (ev_window_dispose):
2785
2786         Use document thumbnail as window icon. Fixes bug #384442.
2787
2788 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2789
2790         * configure.ac:
2791
2792         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2793         duplicated adding application/x-bzpostscript instead. 
2794
2795 2007-02-11  Tom Parker  <palfrey@tevp.net>
2796
2797         * backend/ps/ps-document.c: (document_load):
2798
2799         Check return value of psscan before trying
2800         to use it. Fixes bug #372414.
2801
2802 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2805
2806         Fix invalid free in ev-page-cache. Fixes bug #404745.
2807
2808 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2809
2810         * test/Makefile.am:
2811         * test/test3.py:
2812         
2813         Added reload test case.
2814
2815 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * po/POTFILES.in:
2818         * backend/djvu/djvu-document.c: (djvu_document_load):
2819
2820         Check whether there are missing files in indirect multipage djvu
2821         documents. Fixes bug #361683. 
2822
2823 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2824
2825         * test/Makefile.am:
2826         * test/test-mime.bin:
2827         * test/test3.py:
2828         
2829         Added test for slow mime type
2830
2831 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2834
2835         Add some checks and call parent_class->finalize. Fixes bug #404745.
2836
2837 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2838
2839         * shell/ev-navigation-action.c: (connect_proxy):
2840         
2841         Fixes dropdown history menu. Thanks a lot Carlos!
2842
2843 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2846
2847         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2848         bug #373715.
2849
2850 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * backend/ps/ps.c: (psscan):
2853
2854         Fix memory leak. 
2855
2856 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * configure.ac:
2859         * libdocument/ev-file-helpers.c: 
2860
2861         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2862
2863 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * configure.ac:
2866         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2867         (ps_interpreter_start), (document_load), (save_document),
2868         (save_page_list):
2869         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2870         * libdocument/ev-document-factory.c:
2871         (ev_document_factory_get_from_mime), (get_document_from_uri),
2872         (free_uncompressed_uri), (ev_document_factory_get_document):
2873         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2874
2875         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2876
2877 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * libdocument/ev-document.h:
2880
2881         Fix typo in function name. 
2882
2883 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * backend/ps/ps-document.c: (ps_interpreter_finished),
2886         (ps_interpreter_start), (ps_interpreter_failed):
2887
2888         Handle ghostscript interpreter crashes. 
2889
2890 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * shell/ev-window.c: (ev_window_open_uri),
2893         (window_configure_event_cb):
2894
2895         Setup window size and position before showing it. Fixes bug #401711.
2896
2897 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * backend/ps/Makefile.am:
2900         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2901         (ps_document_dispose), (ps_document_class_init),
2902         (ps_interpreter_input), (ps_interpreter_output),
2903         (ps_interpreter_error), (setup_interpreter_env),
2904         (ps_interpreter_start), (ps_interpreter_stop),
2905         (ps_interpreter_failed), (ps_interpreter_is_ready),
2906         (check_filecompressed), (document_load), (ps_document_load),
2907         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2908         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2909         (render_page):
2910
2911         Rework ps-document. Code cleanups, remove deprecated code. 
2912
2913 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-view.c: (ev_view_button_press_event):
2916
2917         Do not start an image drag and drop operation when pointer is on 
2918         text, so that we can select text when the whole background is an
2919         image. 
2920
2921 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * shell/ev-window.c: (ev_window_update_actions): 
2924
2925         Disable all zoom related actions during presentation mode. 
2926
2927 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2928
2929         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2930
2931         Do not zoom in or out on presentation mode. Fixes bug #401305.
2932
2933 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2934
2935         * shell/ev-navigation-action.c: (connect_proxy),
2936         (create_menu_item), (ev_navigation_action_class_init):
2937         
2938         Correctly show menu and fix crash when navigaton 
2939         action is out of toolbar visible area.
2940
2941 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2942
2943         * data/Makefile.am:
2944         * data/evince.1:
2945         
2946         Added man file
2947
2948 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2949
2950         * help/reference/* :
2951         * configure.ac:
2952         
2953         Added gtk-doc based documentation for Evince.
2954         Still in initial state but I hope it will
2955         grow.
2956         
2957         * configure.ac:
2958         
2959         Lower dbus requirement to 0.70
2960
2961 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-window.c: (ev_window_add_history):
2964
2965         Fix memory leak. 
2966
2967 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2968
2969         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2970         * shell/ev-view.h:
2971         * shell/ev-window.c: (ev_window_add_history):
2972         
2973         Correctly handle named destination links
2974
2975 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2976
2977         * NOTES:
2978         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2979         * backend/pdf/ev-poppler.cc:
2980         * libdocument/ev-document-links.h:
2981         * libdocument/ev-link.c: (ev_link_get_page):
2982         * libdocument/ev-link.h:
2983         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2984         (ev_history_add_link):
2985         * shell/ev-history.h:
2986         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2987         (new_history_menu_item), (build_menu):
2988         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2989         * shell/ev-sidebar-links.c: (create_loading_model),
2990         (print_section_cb), (ev_sidebar_links_construct),
2991         (fill_page_labels), (update_page_callback_foreach),
2992         (update_page_callback), (job_finished_callback):
2993         * shell/ev-view.c: (ev_view_handle_link):
2994         * shell/ev-window.c: (ev_window_find_chapter),
2995         (ev_window_add_history), (view_handle_link_cb),
2996         (history_changed_cb):
2997         
2998         Implements another history variant
2999
3000 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * shell/ev-window.c: (view_external_link_cb):
3003         * shell/ev-view.c: (ev_view_button_release_event):
3004
3005         Open links in new window when clicking with middle button. 
3006
3007 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * shell/ev-navigation-action.c: (new_history_menu_item):
3010         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3011         * shell/ev-view.c: (ev_view_handle_link):
3012         * shell/ev-window.c:
3013         
3014         Store link before jump, not the destination. For me it 
3015         seems like more natural history behavior.
3016
3017 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3018
3019         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3020         (ev_navigation_action_class_init):
3021         * shell/ev-navigation-action.h:
3022         * shell/ev-page-action.c: (activate_cb):
3023         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3024         (ev_page_cache_set_current_page_history):
3025         * shell/ev-page-cache.h:
3026         * shell/ev-sidebar-thumbnails.c:
3027         (ev_sidebar_tree_selection_changed),
3028         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3029         * shell/ev-view-private.h:
3030         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3031         * shell/ev-view.h:
3032         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3033         (ev_window_setup_document), (ev_window_load_job_cb):
3034         * shell/ev-window.h:
3035         
3036         History finally works as expected.
3037
3038 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3041
3042         Do not update links treeview if it doesn't have a model assigned yet. 
3043
3044 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3047         (ev_sidebar_links_class_init), (update_page_callback):
3048
3049         Do not update links treeview when sidepane is not visible. 
3050
3051 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3052
3053         * shell/ev-marshal.list:
3054         * shell/ev-page-action.c: (activate_cb),
3055         (ev_page_action_class_init):
3056         * shell/ev-page-action.h:
3057         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3058         * shell/ev-window.c:
3059         
3060         Remove activate_link signal, not required.
3061
3062 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3063
3064         * shell/ev-navigation-action.c: (build_menu):
3065         
3066         Reorder menu items and build menu with fixed length.
3067
3068 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3069
3070         * shell/ev-view.c: (get_selected_text):
3071         
3072         Normalize text to fix ligatures problem. See bug
3073         #341947 for details.
3074
3075 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3078
3079         Fix memory leak in ev-page-cache. 
3080
3081 2007-01-25  Tom Parker <palfrey@tevp.net>
3082
3083         * backend/impress/impress-document.c: (impress_document_load),
3084         (impress_document_finalize), (impress_document_init):
3085         * properties/ev-properties-main.c: (ev_properties_get_pages):
3086         
3087         Correctly handle impress document errors. Fixes nautilus
3088         crash in property page #370491.
3089
3090 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3093         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3094         (ev_job_queue_remove_job):
3095         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3096         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3097         (ev_job_load_run):
3098         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3099         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3100         (ev_window_load_job_cb), (xfer_update_progress_callback),
3101         (ev_window_open_uri), (ev_window_dispose):
3102         * shell/main.c: (main):
3103
3104         Do file transfer asynchronously in the main thread instead of
3105         synchronously in the load thread. Fixes bugs #399694, #398307 and
3106         #343542.
3107
3108 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * shell/ev-jobs.c: (ev_job_xfer_run):
3111
3112         Load the document with the font-config lock held. 
3113
3114 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * backend/ps/ps-document.c: (start_interpreter):
3117
3118         Fix memory leaks in ps backend. 
3119
3120 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * backend/impress/impress-document.c:
3123         (impress_document_render_pixbuf):
3124
3125         Do not acquire fontconfig lock in impress backend, since it is using
3126         the main loop for rendering. 
3127
3128 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * po/POTFILES.in: 
3131
3132         Remove mdvi files that shouldn't be translated. 
3133
3134 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * shell/ev-view-private.h:
3137         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3138         (ev_view_set_zoom):
3139
3140         Render "loading..." text into a cairo surface instead of directly into
3141         the window so that fontconfig lock is only needed once and UI is not
3142         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3143
3144 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3147         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3148
3149         Use icon theme associated with the window screen rather than default. 
3150
3151 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3152
3153         * configure.ac:
3154
3155         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3156
3157 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3158
3159         * data/icons/*/apps/evince.*:
3160
3161         Move Evince icons under new apps directory.
3162
3163         * data/icons/*/actions/*:
3164
3165         Add new custom themeable Evince icons: view-page-continuous, 
3166         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3167         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3168
3169         * configure.ac:
3170
3171         Add new directories to AC_CONFIG_FILES.
3172
3173         * shell/ev-stock-icons.c:
3174         * shell/ev-stock-icons.h:
3175
3176         Use new custom themeable icons.
3177
3178 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3181
3182         Do not draw white background page in presentation mode. 
3183
3184 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3185
3186         * shell/ev-view.c: Remove unused gnome-vfs include.
3187
3188 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3189
3190         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3191         
3192         Format string is corrected, fixes bug #397129.
3193
3194 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-window.c: (ev_window_setup_recent):
3197
3198         Do not include in recent menu inexistent documents. Fixes
3199         bug #339171.
3200
3201 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * po/POTFILES.skip: 
3204
3205         Update POTFILES.skip file according to current source tree. 
3206
3207 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * shell/ev-window.c: (file_save_dialog_response_cb):
3210
3211         Do Save a copy in atomic way. Fixes bug #328266. 
3212
3213 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3216
3217         Keep selected cell always visible in index treeview.
3218
3219 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3220         
3221         * shell/ev-view.c: (ev_view_size_allocate):
3222
3223         Restore horizontal scrollbar after switching to/from fullscreen
3224         or presentation mode. Fixes bug #331728.
3225
3226 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * shell/ev-view-private.h:
3229         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3230         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3231         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3232         (ev_view_can_zoom_out):
3233
3234         Use max and min scale values in the view iby taking dpi into account. 
3235
3236 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * configure.ac:
3239         * NEWS:
3240
3241         Release 0.7.1
3242
3243 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-window.c: (ev_window_print_send):
3246
3247         Send print job to printer with some settings set to default values,
3248         since we have already exported to a file according to such settings
3249         and they could be taken twice by some printers. 
3250
3251 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-jobs.c: (ev_job_xfer_run):
3254         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3255
3256         Show main window and load document with the font-config lock held. 
3257
3258 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * configure.ac:
3261         * shell/ev-application.c: (ev_application_register_service):
3262         * shell/main.c: (load_files_remote):
3263
3264         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3265
3266 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3267
3268         * doc/debugging.txt:
3269         
3270         Remove obsolete documentation.
3271
3272 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3273
3274         * Makefile.am:
3275         * backend/Makefile.am:
3276         * backend/comics/Makefile.am:
3277         * backend/djvu/Makefile.am:
3278         * backend/dvi/Makefile.am:
3279         * backend/ev-async-renderer.c:
3280         * backend/ev-async-renderer.h:
3281         * backend/ev-attachment.c:
3282         * backend/ev-attachment.h:
3283         * backend/ev-backend-marshal.c:
3284         * backend/ev-document-factory.c:
3285         * backend/ev-document-factory.h:
3286         * backend/ev-document-find.c:
3287         * backend/ev-document-find.h:
3288         * backend/ev-document-fonts.c:
3289         * backend/ev-document-fonts.h:
3290         * backend/ev-document-images.c:
3291         * backend/ev-document-images.h:
3292         * backend/ev-document-info.h:
3293         * backend/ev-document-links.c:
3294         * backend/ev-document-links.h:
3295         * backend/ev-document-misc.c:
3296         * backend/ev-document-misc.h:
3297         * backend/ev-document-security.c:
3298         * backend/ev-document-security.h:
3299         * backend/ev-document-thumbnails.c:
3300         * backend/ev-document-thumbnails.h:
3301         * backend/ev-document-transition.c:
3302         * backend/ev-document-transition.h:
3303         * backend/ev-document.c:
3304         * backend/ev-document.h:
3305         * backend/ev-file-exporter.c:
3306         * backend/ev-file-exporter.h:
3307         * backend/ev-image.c:
3308         * backend/ev-image.h:
3309         * backend/ev-link-action.c:
3310         * backend/ev-link-action.h:
3311         * backend/ev-link-dest.c:
3312         * backend/ev-link-dest.h:
3313         * backend/ev-link.c:
3314         * backend/ev-link.h:
3315         * backend/ev-render-context.c:
3316         * backend/ev-render-context.h:
3317         * backend/ev-selection.c:
3318         * backend/ev-selection.h:
3319         * backend/impress/Makefile.am:
3320         * backend/pdf/Makefile.am:
3321         * backend/pixbuf/Makefile.am:
3322         * backend/ps/Makefile.am:
3323         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3324         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3325         (start_interpreter), (stop_interpreter), (document_load),
3326         (ps_document_next_page), (render_page):
3327         * backend/tiff/Makefile.am:
3328         * comics/Makefile.am:
3329         * comics/comics-document.c:
3330         * comics/comics-document.h:
3331         * configure.ac:
3332         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3333         * djvu/Makefile.am:
3334         * djvu/djvu-document-private.h:
3335         * djvu/djvu-document.c:
3336         * djvu/djvu-document.h:
3337         * djvu/djvu-links.c:
3338         * djvu/djvu-links.h:
3339         * djvu/djvu-text-page.c:
3340         * djvu/djvu-text-page.h:
3341         * djvu/djvu-text.c:
3342         * djvu/djvu-text.h:
3343         * dvi/Makefile.am:
3344         * dvi/dvi-document.c:
3345         * dvi/dvi-document.h:
3346         * dvi/fonts.c:
3347         * dvi/fonts.h:
3348         * dvi/mdvi-lib/Makefile.am:
3349         * dvi/mdvi-lib/afmparse.c:
3350         * dvi/mdvi-lib/afmparse.h:
3351         * dvi/mdvi-lib/bitmap.c:
3352         * dvi/mdvi-lib/bitmap.h:
3353         * dvi/mdvi-lib/color.c:
3354         * dvi/mdvi-lib/color.h:
3355         * dvi/mdvi-lib/common.c:
3356         * dvi/mdvi-lib/common.h:
3357         * dvi/mdvi-lib/defaults.h:
3358         * dvi/mdvi-lib/dvimisc.c:
3359         * dvi/mdvi-lib/dviopcodes.h:
3360         * dvi/mdvi-lib/dviread.c:
3361         * dvi/mdvi-lib/files.c:
3362         * dvi/mdvi-lib/font.c:
3363         * dvi/mdvi-lib/fontmap.c:
3364         * dvi/mdvi-lib/fontmap.h:
3365         * dvi/mdvi-lib/fontsrch.c:
3366         * dvi/mdvi-lib/gf.c:
3367         * dvi/mdvi-lib/hash.c:
3368         * dvi/mdvi-lib/hash.h:
3369         * dvi/mdvi-lib/list.c:
3370         * dvi/mdvi-lib/mdvi.h:
3371         * dvi/mdvi-lib/pagesel.c:
3372         * dvi/mdvi-lib/paper.c:
3373         * dvi/mdvi-lib/paper.h:
3374         * dvi/mdvi-lib/pk.c:
3375         * dvi/mdvi-lib/private.h:
3376         * dvi/mdvi-lib/setup.c:
3377         * dvi/mdvi-lib/sp-epsf.c:
3378         * dvi/mdvi-lib/special.c:
3379         * dvi/mdvi-lib/sysdeps.h:
3380         * dvi/mdvi-lib/t1.c:
3381         * dvi/mdvi-lib/tfm.c:
3382         * dvi/mdvi-lib/tfmfile.c:
3383         * dvi/mdvi-lib/tt.c:
3384         * dvi/mdvi-lib/util.c:
3385         * dvi/mdvi-lib/vf.c:
3386         * dvi/pixbuf-device.c:
3387         * dvi/pixbuf-device.h:
3388         * impress/Makefile.am:
3389         * impress/common.h:
3390         * impress/document.c:
3391         * impress/f_oasis.c:
3392         * impress/f_oo13.c:
3393         * impress/iksemel.c:
3394         * impress/iksemel.h:
3395         * impress/imposter.h:
3396         * impress/impress-document.c:
3397         * impress/impress-document.h:
3398         * impress/internal.h:
3399         * impress/r_back.c:
3400         * impress/r_draw.c:
3401         * impress/r_geometry.c:
3402         * impress/r_gradient.c:
3403         * impress/r_style.c:
3404         * impress/r_text.c:
3405         * impress/render.c:
3406         * impress/render.h:
3407         * impress/zip.c:
3408         * impress/zip.h:
3409         * lib/Makefile.am:
3410         * lib/ev-debug.c:
3411         * lib/ev-debug.h:
3412         * lib/ev-file-helpers.c:
3413         * lib/ev-file-helpers.h:
3414         * lib/ev-gui.c:
3415         * lib/ev-gui.h:
3416         * lib/ev-tooltip.c:
3417         * lib/ev-tooltip.h:
3418         * libdocument/Makefile.am:
3419         * libdocument/ev-file-helpers.c:
3420         * pdf/Makefile.am:
3421         * pdf/ev-poppler.cc:
3422         * pdf/ev-poppler.h:
3423         * pixbuf/Makefile.am:
3424         * pixbuf/pixbuf-document.c:
3425         * pixbuf/pixbuf-document.h:
3426         * properties/Makefile.am:
3427         * ps/Makefile.am:
3428         * ps/gsdefaults.c:
3429         * ps/gsdefaults.h:
3430         * ps/gsio.c:
3431         * ps/gsio.h:
3432         * ps/gstypes.h:
3433         * ps/ps-document.c:
3434         * ps/ps-document.h:
3435         * ps/ps.c:
3436         * ps/ps.h:
3437         * shell/Makefile.am:
3438         * shell/ev-application.h:
3439         * shell/ev-sidebar-links.c:
3440         * shell/ev-sidebar-links.h:
3441         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3442         (ev_gui_menu_position_tree_selection):
3443         * shell/ev-utils.h:
3444         * shell/ev-view.c: (ev_view_finalize):
3445         * shell/ev-window.c:
3446         * shell/main.c: (main):
3447         * thumbnailer/Makefile.am:
3448         * tiff/Makefile.am:
3449         * tiff/tiff-document.c:
3450         * tiff/tiff-document.h:
3451         * tiff/tiff2ps.c:
3452         * tiff/tiff2ps.h:
3453         
3454         Reorganize source tree.
3455
3456 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * backend/ev-document-factory.c:
3459
3460         Do not include ev-poppler.h when pdf is disabled. 
3461
3462 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * configure.ac:
3465         * data/evince-ui.xml:
3466         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3467         (pdf_document_document_images_iface_init):
3468         * backend/Makefile.am:
3469         * backend/ev-document-images.[ch]:
3470         * backend/ev-image.[ch]:
3471         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3472         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3473         (ev_job_xfer_run):
3474         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3475         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3476         (ev_pixbuf_cache_get_image_mapping):
3477         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3478         (view_menu_popup_cb), (ev_window_dispose),
3479         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3480         (ev_view_popup_cmd_copy_image):
3481         * shell/ev-view-private.h:
3482         * shell/ev-view.c: (ev_view_get_image_at_location),
3483         (ev_view_do_popup_menu), (ev_view_popup_menu),
3484         (ev_view_button_press_event), (ev_view_drag_data_get),
3485         (ev_view_drag_motion), (ev_view_drag_data_received),
3486         (ev_view_motion_notify_event), (ev_view_button_release_event),
3487         (ev_view_finalize), (ev_view_class_init):
3488
3489         Add image handling support. Fixes bugs #310008 and #325047. Images
3490         selection is not supported yet. 
3491
3492 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3495         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3496         (ev_view_init):
3497
3498         Move view drag and drop stuff to ev-view.
3499
3500 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3503         * shell/ev-view.c: (clear_selection): 
3504
3505         Clear selection also in pixbuf cache.
3506
3507 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3508
3509         * data/evince.desktop.in.in:
3510         
3511         Change icon name in desktop file. See bug #390734
3512         for details.
3513
3514 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3515
3516         * thumbnailer/Makefile.am:
3517
3518         Use top_builddir instead top_srcdir for generated schema
3519         file installation. Fixes bug #390161.
3520
3521 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * configure.ac:
3524         * backend/Makefile.am:
3525         * backend/ev-document-transition.[ch]:
3526         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3527         (pdf_document_page_transition_iface_init):
3528         * shell/ev-view-private.h:
3529         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3530         (ev_view_set_presentation), (transition_next_page),
3531         (ev_view_presentation_transition_stop),
3532         (ev_view_presentation_transition_start), (ev_view_next_page):
3533
3534         Add page transition support in presentation mode. At the moment only
3535         page duration is supported, but not transition effects. Fixes bug
3536         #309815.
3537
3538 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3539
3540         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3541
3542         Run find_link_dest with document lock held, since it's called by links
3543         thread and main thread at the same time. 
3544
3545 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * shell/ev-view.c: (goto_dest):
3548
3549         Update page-cache when page is changed by the view, so that
3550         page-changed signal is emitted. 
3551
3552 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3553
3554         * test/test1.py:
3555         * test/test2.py:
3556
3557         Use C locale in tests. 
3558
3559 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3560
3561         * shell/ev-window.c: (ev_window_run_presentation):
3562         * shell/ev-view-private.h:
3563         * shell/ev-view.c: (ev_view_set_presentation):
3564
3565         Restore zoom settings when back from presentation mode. 
3566
3567 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3568
3569         * shell/ev-window.c: (ev_window_run_presentation):
3570
3571         Always use "best fit" zoom in presentation mode.
3572         Fixes bug #389195.
3573
3574 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3575
3576         * shell/ev-view.c: (ev_view_goto_window_create):
3577
3578         Show "Jump to page" label in the page jumping popup in
3579         presentation mode instead of just a GtkEntry.
3580
3581 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * shell/ev-window.c: (launch_external_uri):
3584
3585         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3586         #378085.
3587
3588 2006-12-22  Elijah Newren  <newren gmail com>
3589
3590         * configure.ac: explicitly check for libxml2.  Fixes #388795
3591
3592 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * shell/ev-view-private.h:
3595         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3596         (ev_view_goto_window_delete_event), (key_is_numeric),
3597         (ev_view_goto_window_key_press_event),
3598         (ev_view_goto_window_button_press_event),
3599         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3600         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3601         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3602
3603         Allow jumping to another page by typing a page number in presentation
3604         mode. It uses a popup window with an entry. Fixes bug #353625.
3605
3606 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3607
3608         * configure.ac:
3609         * properties/ev-properties-view.c: (ev_get_default_user_units),
3610         (ev_regular_paper_size):
3611         
3612         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3613         to Damien Carbery <damien.carbery@sun.com> and
3614         Yevgen Muntyan <muntyan@tamu.edu>.
3615
3616 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3617
3618         * shell/ev-window.c: (setup_document_from_metadata):
3619
3620         Make sure Evince doesn't restore the view on the last
3621         page when a document is reopened. Fixes bug #383381.
3622
3623 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3624
3625         * shell/ev-view.c: (draw_loading_text):
3626
3627         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3628
3629 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * configure.ac:
3632         * NEWS:
3633
3634         Release 0.7.0
3635
3636 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * configure.ac:
3639         * pdf/ev-poppler.cc: (pdf_print_context_free),
3640         (pdf_document_file_exporter_begin),
3641         (pdf_document_file_exporter_do_page):
3642
3643         Make cairo-pdf depedency optional. 
3644
3645 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3648
3649         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3650
3651 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3654         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3655         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3656         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3657         * shell/ev-view.c: (draw_loading_text):
3658         * shell/ev-window.c: (ev_window_cmd_file_properties):
3659
3660         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3661         related to using FontConfig from different threads.
3662         
3663 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-view.c: (draw_loading_text):
3666
3667         Acquire lock document when drawing "Loading..." text so that only one
3668         thread will use FontConfig at the same time. Fixes bug #374750.
3669
3670 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-page-action.[ch]: (activate_cb):
3673         * shell/ev-window.c: (activate_label_cb):
3674
3675         Check if text inserted in page entry is a valid page number when it
3676         doesn't match to any document page label. Fixes bug #383165.
3677
3678 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3679         * shell/ev-window.c:
3680
3681         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3682         available with GTK < 2.10. Added an ifdef to avoid compilation
3683         error.
3684
3685 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * configure.ac:
3688         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3689
3690         Fix ps backend in multihead systems.
3691
3692 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3695         * shell/ev-window.c: (ev_window_get_screen_dpi),
3696         (ev_window_update_actions), (setup_view_from_metadata),
3697         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3698
3699         Take screen DPI into account when zooming. Fixes bug #318285.
3700
3701 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3702
3703         * data/Makefile.am:
3704
3705         Cleaned up/slightly refactored Makefile.am. Added GConf
3706         schemas uninstallation as well.
3707
3708 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3709
3710         * Makefile.am:
3711         * test/Makefile.am:
3712
3713         Fight with autotools to fix make check. Make distcheck
3714         works fine as well now!
3715
3716 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3717
3718         * shell/ev-view.c: (draw_end_presentation_page):
3719
3720         Corrected "end of presentation" string.
3721
3722 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3723
3724         * shell/ev-view.c: (ev_view_key_press_event):
3725
3726         Correctly propagate key press event so that up/down keys
3727         work as expected (correct behaviour was broken by
3728         black/white screen key bindings for presentations).
3729
3730 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3733         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3734         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3735         (pdf_selection_get_selection_region),
3736         (pdf_selection_get_selection_map):
3737
3738         Add "static" to some private functions. 
3739
3740 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3741
3742         * lib/ev-tooltip.h:
3743         * properties/ev-properties-view.h:
3744         * shell/ev-jobs.h:
3745         * shell/ev-properties-dialog.h:
3746         * shell/ev-properties-fonts.h:
3747         * shell/ev-sidebar-links.h:
3748         * shell/ev-sidebar-thumbnails.h:
3749         * shell/ev-sidebar.h:
3750         * shell/ev-window.h:
3751         
3752         Fixes CHACK type in class casts. See bug #385343
3753         for details.
3754
3755 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-view-private.h:
3758         * shell/ev-view.c: (draw_end_presentation_page),
3759         (ev_view_expose_event), (ev_view_key_press_event),
3760         (ev_view_class_init), (ev_view_init):
3761
3762         Blank screen in presentation mode when pressing 'b' (filling with
3763         black) or 'w' (filling with white) keys. Fixes bug #358132.
3764
3765 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3766
3767         * data/evince-toolbar.xml:
3768         * shell/ev-window.c:
3769         
3770         Use stock icon for Select All action. Fixes
3771         bug #382652.
3772
3773 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3774
3775         * shell/ev-view.c: (get_doc_point_from_offset),
3776         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3777
3778         Add links support in rotated documents. Fixes bug #343733.
3779
3780 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * shell/ev-view-private.h:
3783         * shell/ev-view.c: (draw_end_presentation_page),
3784         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3785
3786         Show a blank page after the last page in presentation mode with a
3787         message indicating that presentation has finished and how to exit. 
3788
3789 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-window.c: (fullscreen_timeout_cb):
3792
3793         Hide cursor after a while in presentation mode. 
3794
3795 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3796
3797         * backend/ev-document-info.h:
3798         * data/evince-properties.glade:
3799         * pdf/ev-poppler.cc:
3800         * properties/ev-properties-view.c: (ev_regular_paper_size),
3801         (ev_properties_view_set_info):
3802         * ps/ps-document.c: (ps_document_get_info):
3803
3804         Adds a paper size field to the properties dialog. Fixes
3805         bug #307315. Patch by Kasper Svendsen (with some i18n
3806         changes done by me).
3807
3808 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3811         (screensaver_init_dbus), (totem_scrsaver_new),
3812         (totem_scrsaver_init):
3813         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3814         * shell/ev-application.c: (ev_application_register_service),
3815         (ev_application_screensaver_enable),
3816         (ev_application_screensaver_disable):
3817         * shell/ev-application.h:
3818         * shell/ev-window.c: (ev_window_run_presentation),
3819         (ev_window_stop_presentation), (build_comments_string),
3820         (ev_window_init):
3821         
3822         Move screensaver handling to application. No more
3823         message on startup.
3824
3825 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * configure.ac:
3828         * backend/Makefile.am:
3829         * backend/ev-file-exporter.[ch]:
3830         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3831         * ps/ps-document.c: (ps_document_file_exporter_*):
3832         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3833         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3834         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3835         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3836
3837         Allow printing to PDF when suppoted by the backend.
3838         
3839 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-window.c: (build_comments_string):
3842
3843         Use always "Document Viewer" in about dialog. 
3844
3845 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * djvu/djvu-document.c: (djvu_document_get_page_size):
3848
3849         Display a warning message when get_pageinfo fails. 
3850
3851 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3852
3853         * Makefile.am:
3854         * backend/Makefile.am:
3855         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3856         * configure.ac:
3857         * shell/ev-window.c: (build_comments_string):
3858         
3859         Make pdf compilation optional. See bug #38007.
3860
3861 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * ps/ps.c: (get_next_text):
3864
3865         Fix CVE-2006-5864.
3866
3867 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3870         * shell/ev-navigation-action.c: (connect_proxy),
3871         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3872         
3873         Do not call g_type_class_peek_parent twice.
3874
3875 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * configure.ac:
3878         * data/icons/24x24/.cvsignore:
3879         * data/icons/24x24/Makefile.am:
3880         * data/icons/24x24/evince.png:
3881         * data/icons/Makefile.am:
3882         
3883         Add 24x24 icon. Thanks to 
3884         Michael Monreal <infernux@web.de>.
3885
3886 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * configure.ac: Fix typo in configure.ac. Thanks
3889         to dmacks@netspace.org for notification.
3890
3891 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3894         
3895         Drop dbus include, fixes compilation with older dbus.
3896
3897 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3898
3899         * configure.ac:
3900         * cut-n-paste/Makefile.am:
3901         * cut-n-paste/totem-screensaver/.cvsignore
3902         * cut-n-paste/totem-screensaver/Makefile.am:
3903         * cut-n-paste/totem-screensaver/README:
3904         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3905         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3906         * shell/Makefile.am:
3907         * shell/ev-window.c: (ev_window_run_presentation),
3908         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3909         (ev_window_init):
3910
3911         Implemented screensaver enabling/disabling for
3912         presentation mode (not fullscreen mode). Code stolen
3913         from Totem (with some minor tweaks). Fixes bug #338889.
3914
3915 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3916
3917         * configure.ac:
3918
3919         Bump gnome-icon-theme requirements. We use the rotation
3920         icons that appeared recently.
3921
3922 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * shell/ev-history.c: (ev_history_add_page):
3925         * shell/ev-history.h:
3926         * shell/ev-window.c: (page_changed_cb):
3927         
3928         Use page labels instead of numbers.
3929
3930 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * data/evince-toolbar.xml:
3933         * po/POTFILES.in:
3934         * shell/Makefile.am:
3935         * shell/ev-navigation-action-widget.c:
3936         (ev_navigation_action_widget_init),
3937         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3938         (menu_detacher), (ev_navigation_action_widget_set_menu),
3939         (menu_position_func), (popup_menu_under_arrow),
3940         (ev_navigation_action_widget_toggled),
3941         (ev_navigation_action_widget_button_press_event):
3942         * shell/ev-navigation-action-widget.h:
3943         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3944         (ev_navigation_action_set_window), (activate_menu_item_cb),
3945         (new_history_menu_item), (new_empty_history_menu_item),
3946         (build_menu), (menu_activated_cb), (connect_proxy),
3947         (create_tool_item), (ev_navigation_action_init),
3948         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3949         * shell/ev-navigation-action.h:
3950         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3951         (ev_page_action_widget_set_page_cache),
3952         (ev_page_action_widget_finalize),
3953         (ev_page_action_widget_class_init), (match_selected_cb),
3954         (display_completion_text), (match_completion), (build_new_tree_cb),
3955         (get_filter_model_from_model),
3956         (ev_page_action_widget_update_model):
3957         * shell/ev-page-action-widget.h:
3958         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3959         (connect_proxy):
3960         * shell/ev-page-action.h:
3961         * shell/ev-stock-icons.c:
3962         * shell/ev-stock-icons.h:
3963         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3964         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3965         (register_custom_actions):
3966         * shell/main.c:
3967         
3968         Preliminary history implementation
3969
3970 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3973         (dvi_document_class_init), (dvi_document_init_params):
3974         * dvi/mdvi-lib/font.c: (font_reference):
3975         
3976         Add reference to subfont. Fixes bug #374277.
3977
3978 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3981         (ev_window_cmd_file_open_copy_at_dest):
3982
3983         Fix a race condition when creating symlink. Increase the counter
3984         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3985         Mathias Hasselmann).
3986
3987 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * backend/Makefile.am:
3990         * backend/ev-attachment.c: (ev_attachment_open):
3991         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3992         (ev_tmp_dir), (ev_tmp_filename):
3993         * shell/ev-sidebar-attachments.c:
3994         (ev_sidebar_attachments_drag_data_get):
3995         * shell/ev-window.c: (ev_window_clear_temp_file):
3996
3997         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3998         in ensure_dir_exists. Abort without crashing when we can't create
3999         user's directory.
4000
4001 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * data/evince-ui.xml:
4004         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4005         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4006         (ev_window_cmd_file_open_copy_at_dest),
4007         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4008         (ev_view_popup_cmd_open_link_new_window):
4009
4010         Allow opening a copy of the current document in a new window. Fixes bug
4011         #357472
4012
4013 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * data/evince-toolbar.xml:
4016         
4017         Add rotate right and rotate left to available items for toolbar.
4018         
4019         * data/evince-ui.xml:
4020         * shell/ev-window.c: (ev_window_init):
4021         
4022         Customize toolbar with right click. Fixes bug #372451.
4023
4024 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4025
4026         * shell/ev-window.c: 
4027         
4028         Use "object-rotate-{left,right}" stock icons. Fixes 
4029         bug #373863.
4030
4031 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4034         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4035         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4036         (ev_window_open_uri):
4037         * shell/main.c: (arguments_parse):
4038
4039         Remove temp file created when evince is used by GTK+ in
4040         preview mode. Fixes bug #365282. 
4041
4042 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4043
4044         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4045         
4046         Fixes bug #372474 - Side pane disabled when entering 
4047         and leaving fullscreen mode.
4048
4049 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4050
4051         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4052         * data/Makefile.am:
4053         * data/evince-preview-toolbar.xml:
4054         * data/evince-toolbar.xml:
4055         * shell/ev-application.c: (ev_application_shutdown),
4056         (ev_application_init), (ev_application_get_toolbars_model):
4057         * shell/ev-application.h:
4058         * shell/ev-window.c: (update_chrome_visibility),
4059         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4060         (ev_window_cmd_edit_toolbar), (ev_window_init):
4061         
4062         Fixes bug #364364 - toolbar editor shows zoom actions again.
4063
4064 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4067
4068         Do not take margins into consideration for paper size when printing.
4069         Really fixes bug #350491.
4070
4071 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * data/evince-ui.xml:
4074         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4075         (ev_window_cmd_file_print_setup),
4076         (ev_window_print_dialog_response_cb),
4077         (ev_window_setup_action_sensitivity):
4078
4079         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4080
4081 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * shell/ev-window.c: (ev_window_print_range):
4084
4085         Revert my previuos commit, since printing to PDF is not supported by
4086         evince yet. 
4087
4088 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4089
4090         * shell/ev-window.c: (ev_window_print_range):
4091
4092         Enable print to a PDF. Fixes bug #332121.
4093
4094 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * shell/ev-application-service.xml:
4097         * shell/ev-application.[ch]: (ev_application_open_window),
4098         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4099         (ev_application_open_uri), (ev_application_open_uri_list):
4100         * shell/ev-window.c: (file_open_dialog_response_cb),
4101         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4102         (drag_data_received_cb), (open_remote_link):
4103         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4104
4105         Add support for multiscreen systems. Fixes bug #316206.
4106
4107 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * shell/ev-jobs.[ch]: (ev_job_print_new),
4110         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4111         (ev_job_print_do_page):
4112         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4113
4114         Allow printing only odd/even pages. Fixes bug #367289.
4115
4116 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4117
4118         * test/test1.py:
4119         * test/test2.py:
4120
4121         Re-add locale settings to test files.
4122
4123 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * data/evince-ui.xml:
4126         * shell/ev-window.c: (set_action_properties):
4127         
4128         Removed garbage from code and ui.
4129
4130 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4131
4132         * shell/ev-window.c: (ev_window_cmd_help_about):
4133
4134         Shamelessly add my name to the list of contributors.
4135
4136 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4137
4138         * test/test1.py:
4139         * test/test2.py:
4140
4141         Cleaned up the dogtail scripts.
4142
4143 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4144
4145         * shell/ev-view.c: (draw_loading_text): Don't render
4146         "loading..." text in presentation mode. Temporary
4147         workaround for bug #320352.
4148
4149 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4152         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4153
4154         Use print settings scale, copies, collate and reverse which were
4155         ignored. Fixes bug #359032.
4156
4157 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * configure.ac:
4160         * data/evince-password.glade:
4161         * test/Makefile.am:
4162         * test/test-encrypt.pdf:
4163         * test/test-links.pdf:
4164         * test/test1.py:
4165         * test/test2.py:
4166
4167         Add automated UI tests for evince with dogtail. See
4168         bug #300948.    
4169
4170 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4173
4174         Hide fullscreen toolbar when switching to another desktop workspace.
4175         Fixes bug #338871
4176
4177 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4178
4179         * shell/ev-window-title.c: 
4180         
4181         Test for .dvi in title of pdf documents.
4182
4183 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4184
4185         * shell/ev-view.c: (ev_view_scroll):
4186
4187         Page Up/Down should do page jumps in "Best fit" mode.
4188         If a user has explicitly chosen to view exactly one page
4189         at a time, scrolling just a part of the page when
4190         pressing Page Up/Down is not right. Fixes bug #323107.
4191
4192 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4193
4194         * NEWS:
4195         * configure.ac:
4196         
4197         Update for 0.6.1
4198
4199 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4202         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4203         
4204         Correctly disconnect from job signals on destroy.
4205
4206 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * shell/ev-view-private.h:
4209         * shell/ev-view.c: (view_set_adjustment_values),
4210         (view_update_range_and_current_page),
4211         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4212         
4213         Fixes bug #343199, current page now follows find page.
4214
4215 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4216
4217         * backend/ev-document-factory.c:
4218         * configure.ac:
4219         Assigned OpenDocument presenation MIME type to the
4220         Impress backend. Added some missing (but harmless)
4221         #ifdefs in the document factory as well to make things
4222         consistent again. Fixes bug #360658.
4223
4224 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4225
4226         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4227         * backend/ev-document-find.c: (ev_document_find_get_type):
4228         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4229         * backend/ev-document-links.c: (ev_document_links_get_type):
4230         * backend/ev-document-security.c: (ev_document_security_get_type):
4231         * backend/ev-document-thumbnails.c:
4232         (ev_document_thumbnails_get_type):
4233         * backend/ev-document.c: (ev_document_get_type):
4234         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4235         * backend/ev-selection.c: (ev_selection_get_type):
4236         * cut-n-paste/recent-files/egg-recent-model.c:
4237         (egg_recent_model_get_type):
4238         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4239         (egg_recent_view_uimanager_get_type):
4240         * cut-n-paste/recent-files/egg-recent-view.c:
4241         (egg_recent_view_get_type):
4242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4243         (egg_editable_toolbar_get_type):
4244         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4245         (egg_toolbar_editor_get_type):
4246         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4247         (egg_toolbars_model_get_type):
4248         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4249         (egg_tree_multi_drag_source_get_type):
4250         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4251         (ephy_zoom_action_get_type):
4252         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4253         (ephy_zoom_control_get_type):
4254         * impress/r_back.c: (_imp_fill_back):
4255         * properties/ev-properties-main.c:
4256         (ev_properties_plugin_register_type):
4257         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4258         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4259         (ev_view_accessible_factory_get_type):
4260
4261         Reduce relocations. Bug #360616.
4262
4263 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4264
4265         * backend/ev-document-factory.c:
4266         (ev_document_factory_get_document):
4267         
4268         Load document even if extension is wrong.
4269
4270 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * shell/ev-metadata-manager.c: (save_values):
4273         * shell/ev-window.c: (setup_size_from_metadata),
4274         (setup_view_from_metadata), (ev_window_setup_document),
4275         (ev_window_xfer_job_cb), (window_configure_event_cb):
4276         
4277         Set size according to the document size/page size ratio.
4278         That should correct rather wierd behaviour of the previous
4279         commit.
4280
4281 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4282
4283         * shell/ev-window.c: (setup_view_from_metadata):
4284         
4285         Set size for new windows from previous window size.
4286         See bugs #354968 and #168450 for details. Thanks
4287         to Meik Hellmund.
4288
4289 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * djvu/djvu-links.c: (build_tree):
4292
4293         Fix memory leak.
4294
4295 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4296
4297         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4298         
4299         Don't make sidebar close button insensitive. Fixes
4300         bug #357871.
4301
4302 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4305         (ev_window_set_view_accels_sensitivity):
4306         
4307         Don't enable Slash on documents which don't support
4308         find. Fixes bug #358648.
4309
4310 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4311
4312         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4313         open dialog fall back to the current document uri if the
4314         filechooser hasn't been used before. Fixes bug #356980.
4315
4316 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4317
4318         * shell/ev-window.c: (ev_window_setup_recent), 
4319         (ev_window_get_recent_file_label):
4320
4321         Escape underscores in filenames of recent file items.
4322
4323 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4324
4325         * configure.ac:
4326         
4327         Bumped poppler requirements, really 0.5.3 is very 
4328         buggy, now we require 0.5.4.
4329
4330 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4331
4332         * djvu/Makefile.am:
4333         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4334         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4335         (djvu_document_document_links_iface_init):
4336         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4337         (number_from_string_10), (get_djvu_link_dest),
4338         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4339         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4340         (djvu_links_get_links), (djvu_links_find_link_dest),
4341         (djvu_links_get_links_model):
4342         * djvu/djvu-links.h:
4343         
4344         Add support for links and bookmarks in djvu documents. Thanks
4345         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4346         patch.
4347
4348 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4351         
4352         Reopen should reload document. Fixes 
4353         bug 327951.
4354
4355 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * configure.ac:
4358         * data/Makefile.am:
4359         * data/evince-16.png:
4360         * data/evince-22.png:
4361         * data/evince.png:
4362         * data/evince.svg:
4363         * data/icons/16x16/Makefile.am:
4364         * data/icons/16x16/evince.png:
4365         * data/icons/22x22/Makefile.am:
4366         * data/icons/22x22/evince.png:
4367         * data/icons/48x48/Makefile.am:
4368         * data/icons/48x48/evince.png:
4369         * data/icons/Makefile.am:
4370         * data/icons/scalable/Makefile.am:
4371         * data/icons/scalable/evince.svg:
4372         
4373         Install icons with correct names. Fixes
4374         bug #354429.
4375
4376 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-view.c: (ev_view_button_release_event):
4379
4380         Don't open links with middle mouse button. Fixes bug #353649
4381
4382 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4383
4384         * NEWS:
4385         * configure.ac:
4386         
4387         Update for release 0.6.0
4388
4389 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4392         Implement Close named action. Patch by Carlos Garcia Campos.
4393
4394 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4397         
4398         Don't clear link mapping on copy_job_to_job_info. Fixes
4399         bug 346168.
4400
4401 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * shell/main.c: (main):
4404
4405         Revert my previous commit, gnome_program_init owns the option context.
4406         Fix another memory leak in main. Both caught by Christian Persch. 
4407
4408 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/main.c: (main):
4411
4412         Fix memory leak.
4413
4414 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4417
4418         Fix crash when opening a pdf with password protection. 
4419
4420 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4421
4422         * pdf/ev-poppler.cc: (pdf_document_search_free):
4423
4424         Fix memory leak. 
4425
4426 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4427
4428         * backend/ev-document-factory.c:
4429         (ev_document_factory_get_document):
4430         * tiff/tiff-document.c: (tiff_document_finalize):
4431         
4432         More correct handling of document loading. Fixes
4433         bug #349043.
4434
4435 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * backend/ev-attachment.c: (ev_attachment_save):
4438
4439         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4440         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4441
4442 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4443         
4444         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4445         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4446
4447 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * shell/ev-sidebar-thumbnails.c:
4450
4451         Do not render thumbnails unless thumbnails page is active in the
4452         sidebar.
4453
4454 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4455
4456         * shell/ev-properties-dialog.c:
4457
4458         Fix dialogue spacing. Bug #351370.
4459
4460 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4461
4462         * configure.ac:
4463
4464         Use lowercase gettext catalog file names (evince.mo
4465         instead of Evince.mo)
4466
4467 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * shell/ev-sidebar-attachments.c:
4470
4471         GtkIconTheme is now screen safe too. Fixes bug #350878
4472
4473 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * shell/ev-window.c:
4476
4477         GtkRecent manager is now screen safe. Fixes bug #350145
4478
4479 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4480
4481         * shell/ev-sidebar.c: (ev_sidebar_init):
4482         
4483         Make sidebar close icon smaller. Fix for bug 350177.
4484         See also bugs 350176 and 165770.
4485
4486 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4489
4490         Ignore zoom for xyz destinations when it's <= 1, keeping user
4491         preferences instead. Set correct sizing-mode for fith and fitv
4492         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4493
4494 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * NEWS:
4497         * configure.ac:
4498         
4499         Update for release 0.5.5
4500
4501 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4502         
4503         * shell/ev-window.c: (ev_window_cmd_escape)
4504
4505         Escape unfocus page entry. Fixes bug #345809.
4506
4507 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4508
4509         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4510         (build_tree), (pdf_document_links_get_links),
4511         (pdf_document_links_find_link_dest):
4512         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4513         (goto_xyz_dest):
4514
4515         Convert from PDF style coordinates to X style coordinates in the
4516         backend rather than in the view. Fixes bug #338440
4517
4518 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * shell/ev-window.c:
4521         
4522         Remove Ctrl+Shift+T shortcut for toolbars. See
4523         the bug #350098.
4524
4525 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * configure.ac:
4528
4529         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4530         of this. 
4531
4532 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4533
4534         * configure.ac:
4535         * cut-n-paste/Makefile.am:
4536         * data/evince-ui.xml:
4537         * shell/Makefile.am:
4538         * shell/ev-application.[ch]:
4539         * shell/ev-window.c:
4540
4541         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4542         #349273
4543
4544 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4545
4546         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4547         findbar code: s/help/search/
4548
4549 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4550
4551         * shell/ev-window.c: (setup_document_from_metadata),
4552         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4553         (setup_view_from_metadata):
4554         
4555         Fix memory leaks.
4556
4557 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4558
4559         * autogen.sh, configure.ac: 
4560         
4561         Update automake usage. See bug 349292.
4562
4563 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4564
4565         * shell/eggfindbar.c: (egg_find_bar_class_init),
4566         (entry_activate_callback), (egg_find_bar_init),
4567         (egg_find_bar_set_status_text):
4568         * shell/eggfindbar.h:
4569         
4570         Unify Evince findbar with Epiphany. Nice patch
4571         from Fabricio Silva <silva@crans.org> and
4572         Frederic Peters <fpeters@entrouvert.com>. See
4573         bug #339966 for details.
4574
4575 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4576
4577         * data/evince.desktop.in.in:
4578         
4579         Correct information for bugzilla. Thanks to
4580         Olaf Vitters, see bug #348855.
4581
4582 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4583
4584         * shell/ev-jobs.[ch]:
4585         * shell/ev-sidebar-links.c:
4586         * shell/ev-window.[ch]:
4587
4588         GtkPrintJob doesn't support print ranges or current page, so we export
4589         to a ps file now when printing ranges or current page.
4590
4591 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * pdf/ev-poppler.cc:
4594         * shell/ev-window.c: (do_action_named):
4595
4596         We should be more clear about bugzilla. See the
4597         poppler bug #7623.
4598
4599 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4600
4601         * configure.ac:
4602         * shell/Makefile.am:
4603         * shell/ev-job-queue.c:
4604         * shell/ev-jobs.[ch]:
4605         * shell/ev-sidebar-links.c:
4606         * shell/ev-window.[ch]:
4607         
4608         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4609         #348422
4610
4611 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4612
4613         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4614         * shell/ev-application-service.xml:
4615         * shell/ev-application.[ch]:
4616         * shell/ev-jobs.[ch]:
4617         * shell/ev-window.[ch]: (ev_window_run_preview):
4618         * shell/main.c: 
4619
4620         Add preview mode to use evince as a printing previewer. It also adds
4621         other command line options for fullscreen and presentation modes.
4622         Fixes bugs #347822, #317031
4623
4624 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4625
4626         * NEWS:
4627         * configure.ac:
4628         
4629         Update for release 0.5.4
4630
4631 2006-07-11  Bastien Nocera <hadess@hadess.net>
4632
4633         * Makefile.am:
4634         * backend/Makefile.am:
4635         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4636         * backend/ev-document-factory.h:
4637         * configure.ac:
4638         * impress/.cvsignore:
4639         * impress/Makefile.am:
4640         * impress/common.h:
4641         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4642         (imp_get_page), (imp_next_page), (imp_prev_page),
4643         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4644         * impress/f_oasis.c: (render_object), (render_page),
4645         (get_geometry), (_imp_oasis_load):
4646         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4647         (_imp_oo13_load):
4648         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4649         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4650         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4651         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4652         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4653         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4654         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4655         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4656         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4657         (iks_new_within), (iks_insert), (iks_insert_cdata),
4658         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4659         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4660         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4661         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4662         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4663         (iks_cdata), (iks_cdata_size), (iks_has_children),
4664         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4665         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4666         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4667         (iks_tree), (iks_load), (iks_save):
4668         * impress/iksemel.h:
4669         * impress/imposter.h:
4670         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4671         (imp_render_draw_bezier_real), (imp_render_get_size),
4672         (imp_render_set_fg_color), (imp_render_draw_line),
4673         (imp_render_draw_rect), (imp_render_draw_polygon),
4674         (imp_render_draw_arc), (imp_render_draw_bezier),
4675         (imp_render_open_image), (imp_render_get_image_size),
4676         (imp_render_scale_image), (imp_render_draw_image),
4677         (imp_render_close_image), (imp_render_markup),
4678         (imp_render_get_text_size), (imp_render_draw_text),
4679         (impress_document_load), (impress_document_save),
4680         (impress_document_get_n_pages), (impress_document_get_page_size),
4681         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4682         (impress_document_finalize), (impress_document_class_init),
4683         (impress_document_can_get_text), (impress_document_get_info),
4684         (impress_document_document_iface_init),
4685         (impress_document_thumbnails_get_thumbnail),
4686         (impress_document_thumbnails_get_dimensions),
4687         (impress_document_document_thumbnails_iface_init),
4688         (impress_document_init):
4689         * impress/impress-document.h:
4690         * impress/internal.h:
4691         * impress/r_back.c: (_imp_fill_back):
4692         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4693         (_imp_draw_image), (_imp_tile_image):
4694         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4695         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4696         (r_polyline):
4697         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4698         (r_draw_gradient_complex), (r_draw_gradient):
4699         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4700         (r_get_bullet):
4701         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4702         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4703         (r_text):
4704         * impress/render.c: (imp_create_context), (imp_context_set_page),
4705         (imp_context_set_step), (imp_render), (imp_delete_context):
4706         * impress/render.h:
4707         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4708         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4709         (zip_load_xml), (zip_get_size), (zip_load):
4710         * impress/zip.h:
4711         * shell/ev-utils.c:
4712         
4713         New backend to support impress slides. Fixes bug #30867.
4714
4715 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4716
4717         * shell/ev-utils.c: (using_postscript_printer):
4718         
4719         Fixes crash when print using PAPI backend,
4720         bug #345012.
4721
4722 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4723
4724         * shell/ev-jobs.c: (ev_job_xfer_run):
4725         * shell/ev-window.c: (password_dialog_response),
4726         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4727         (ev_window_dispose):
4728         Fixes bug #344160: if the xfer job doesn't complete
4729         because a password is required, reload the existing
4730         instance instead of creating a new one.
4731
4732 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/main.c: (main): Call gdk_threads_init. Thus
4735         we'll avoid errors in auth dialog. Fix for the bug
4736         #343347.
4737
4738 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4739
4740         * configure.ac: Advertise pixbuf support, fix
4741         for the bug 343317.
4742
4743 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4746         (ev_sidebar_thumbnails_set_document):
4747         
4748         Update sidebar thumbnails after reloading.
4749
4750 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4753         * shell/ev-jobs.h:
4754         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4755         (ev_window_cmd_view_reload), (ev_window_init):
4756         
4757         Don't crash on reload. Fix for the bug #343167.
4758
4759 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * shell/ev-jobs.c: (ev_job_render_run):
4762         
4763         Check for document links.
4764
4765 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * backend/ev-attachment.c: (ev_attachment_save),
4768         (ev_attachment_launch_app), (ev_attachment_open):
4769         * backend/ev-document-factory.c: (get_document_from_uri):
4770         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4771         (egg_recent_view_uimanager_set_list):
4772         * ps/ps-document.c: (check_filecompressed), (document_load),
4773         (ps_document_load):
4774         * shell/ev-metadata-manager.c: (load_values):
4775         * shell/ev-password.c: (ev_password_dialog_set_property):
4776         * shell/ev-view.c: (tip_from_link):
4777         * shell/ev-window.c: (file_save_dialog_response_cb),
4778         (ev_window_print_dialog_response_cb):
4779         
4780         Use consistent quoting style. Fix for the bug #320285.
4781
4782 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-jobs.c: (ev_job_xfer_run):
4785         * shell/main.c: (load_files):
4786                 
4787         Open links with anchors. Fix for the bug #339836.
4788
4789 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4790
4791         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4792         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4793         (ev_link_dest_set_property), (ev_link_dest_finalize),
4794         (ev_link_dest_class_init), (ev_link_dest_new_named),
4795         (ev_link_dest_new_page_label):
4796         * backend/ev-link-dest.h:
4797         * shell/ev-application.c: (ev_application_open_uri):
4798         * shell/ev-view.c: (goto_dest):
4799         * shell/ev-window.c:
4800         * shell/ev-window.h:
4801         
4802         Fix page-label command line option. Bug #342070.
4803
4804 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4805
4806         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4807         
4808         Don't show highlight rects if page can't be showed. Fix for 
4809         the bug #342076
4810
4811 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4812
4813         * shell/ev-window.c: (setup_sidebar_from_metadata),
4814         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4815         
4816         Setup sidebar from metadata even if there is no document
4817         loaded. Fix for the bug #342807.
4818
4819 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4820
4821         * cut-n-paste/toolbar-editor/Makefile.am:
4822         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4823         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4824         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4825         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4826         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4827         (popup_context_menu_cb), (button_press_event_cb),
4828         (configure_item_sensitivity), (configure_item_cursor),
4829         (configure_item_tooltip), (connect_widget_signals),
4830         (action_sensitive_cb), (create_item_from_action),
4831         (create_item_from_position), (toolbar_drag_data_received_cb),
4832         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4833         (toolbar_drag_leave_cb), (configure_drag_dest),
4834         (toggled_visibility_cb), (toolbar_visibility_refresh),
4835         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4836         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4837         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4838         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4839         (egg_editable_toolbar_dispose),
4840         (egg_editable_toolbar_set_ui_manager),
4841         (egg_editable_toolbar_get_selected),
4842         (egg_editable_toolbar_set_selected), (set_edit_mode),
4843         (egg_editable_toolbar_set_property),
4844         (egg_editable_toolbar_get_property),
4845         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4846         (egg_editable_toolbar_new_with_model),
4847         (egg_editable_toolbar_get_edit_mode),
4848         (egg_editable_toolbar_set_edit_mode),
4849         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4850         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4851         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4852         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4853         (item_added_or_removed_cb), (toolbar_removed_cb),
4854         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4855         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4856         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4857         (editor_create_item_from_name), (append_table),
4858         (update_editor_sheet), (egg_toolbar_editor_init):
4859         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4860         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4861         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4862         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4863         (toolbar_node_free), (egg_toolbars_model_get_flags),
4864         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4865         (egg_toolbars_model_get_name), (impl_add_item),
4866         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4867         (parse_data_list), (parse_item_list), (parse_toolbars),
4868         (egg_toolbars_model_load_toolbars), (parse_available_list),
4869         (parse_names), (egg_toolbars_model_load_names),
4870         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4871         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4872         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4873         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4874         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4875         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4876         (egg_toolbars_model_set_types), (fill_avail_array),
4877         (egg_toolbars_model_get_name_avail),
4878         (egg_toolbars_model_get_name_flags),
4879         (egg_toolbars_model_set_name_flags):
4880         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4881         * cut-n-paste/toolbar-editor/eggintl.h:
4882         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4883         (egg_tree_multi_drag_source_get_type),
4884         (egg_tree_multi_drag_source_row_draggable),
4885         (egg_tree_multi_drag_source_drag_data_delete),
4886         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4887         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4888         (path_list_free), (set_context_data), (get_context_data),
4889         (get_info), (egg_tree_multi_drag_drag_data_get),
4890         (egg_tree_multi_drag_motion_event),
4891         (egg_tree_multi_drag_button_press_event),
4892         (egg_tree_multi_drag_add_drag_support):
4893         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4894         * shell/ev-application.c: (ev_application_init),
4895         (ev_application_save_toolbars_model):
4896         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4897         (ev_window_cmd_edit_toolbar), (ev_window_init):
4898         
4899         Sync toolbareditor with epiphany and libegg
4900
4901 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4902
4903         * configure.ac: 
4904
4905         Depend on poppler 0.5.2
4906
4907 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * shell/ev-jobs.c: (ev_job_render_run):
4910         
4911         Check if document supports links iterface.
4912
4913 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * NEWS:
4916         * configure.ac:
4917         
4918         Update for release 0.5.3
4919
4920 2006-05-13  Michael Plump  <plumpy@skylab.org>
4921
4922         * configure.ac:
4923         * shell/Makefile.am:
4924         * shell/main.c: (main):
4925         
4926         Port to GOption command line parsing. Fix for the 
4927         bug #327518
4928
4929 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * shell/ev-window.c: (ev_window_cmd_help_about):
4932         
4933         Do not wrap license. Fix for the bug #309460.
4934
4935 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * configure.ac:
4938         * properties/ev-properties-main.c: (ev_properties_get_pages):
4939         * shell/ev-application.c: (ev_application_open_window),
4940         (ev_application_open_uri_at_dest):
4941         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4942         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4943         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4944         * shell/ev-utils.c: (save_print_config_to_file):
4945         * shell/ev-window.c: (ev_window_cmd_save_as),
4946         (ev_attachment_popup_cmd_save_attachment_as):
4947         * shell/main.c: (load_files_remote):
4948         
4949         Bump requirements to gtk 2.8 and drop all ifdefs used.
4950
4951 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4954         * shell/ev-window.c: (ev_window_init):
4955         
4956         Show attachments page.
4957
4958 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * po/POTFILES.in:
4961         * shell/ev-attachment-bar.c:
4962         * shell/ev-attachment-bar.h:
4963         * shell/ev-sidebar-attachments.c:
4964         (ev_sidebar_attachments_icon_cache_add),
4965         (icon_theme_get_pixbuf_from_mime_type),
4966         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4967         (ev_sidebar_attachments_icon_cache_refresh),
4968         (ev_sidebar_attachments_get_attachment_at_pos),
4969         (ev_sidebar_attachments_popup_menu_show),
4970         (ev_sidebar_attachments_popup_menu),
4971         (ev_sidebar_attachments_button_press),
4972         (ev_sidebar_attachments_update_icons),
4973         (ev_sidebar_attachments_drag_data_get),
4974         (ev_sidebar_attachments_get_property),
4975         (ev_sidebar_attachments_destroy),
4976         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4977         (ev_sidebar_attachments_new),
4978         (ev_sidebar_attachments_set_document),
4979         (ev_sidebar_attachments_support_document),
4980         (ev_sidebar_attachments_get_label),
4981         (ev_sidebar_attachments_page_iface_init):
4982         * shell/ev-sidebar-attachments.h:
4983         * shell/ev-window.c: (update_chrome_visibility),
4984         (setup_sidebar_from_metadata), (ev_window_setup_document),
4985         (ev_window_sidebar_current_page_changed_cb),
4986         (attachment_bar_menu_popup_cb), (ev_window_init):
4987         
4988         Move attachments bar to sidebar.
4989
4990 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4991
4992         * pdf/ev-poppler.cc:
4993         * shell/ev-application.[ch]:
4994         * shell/main.c:
4995
4996         Fix some memory leaks.
4997
4998 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4999
5000         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5001
5002         Change the properties dialog response to
5003         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5004         will make the dialog go away when the user presses
5005         enter. With gtk+ >= 2.9 this will happen anyway, but for
5006         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5007         escape by default. Fixes bug #340539. See also bug
5008         #101293 for the gtk+ part.
5009
5010 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5011
5012         * shell/ev-view.c (tip_from_action_named): Replace some strings
5013         that were wrong. Closes #340970.
5014
5015 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5018
5019         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5020         #341049
5021
5022 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * djvu/Makefile.am:
5025         * dvi/Makefile.am:
5026         * dvi/mdvi-lib/Makefile.am:
5027         * properties/Makefile.am:
5028         * ps/Makefile.am:
5029         * shell/Makefile.am:
5030         * thumbnailer/Makefile.am:
5031         
5032         Due to broken libtool that is unable to track dependencies
5033         of noinst libraries we are forced to explicitely point
5034         libraries for binary. Fix for the bug #333334.
5035
5036 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * data/evince.desktop.in.in:
5039         * shell/ev-view.c: (view_update_range_and_current_page),
5040         (ev_view_next_page), (ev_view_previous_page):
5041         * shell/ev-window.c: (update_chrome_visibility),
5042         (setup_sidebar_from_metadata), (ev_window_setup_document),
5043         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5044         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5045         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5046         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5047         (ev_window_stop_presentation), (ev_window_focus_in_event),
5048         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5049         (ev_window_init):
5050         * thumbnailer/Makefile.am:
5051         
5052         Update fullscreen and presentation timeout handling. Hide
5053         cursor in presentation after timeout. Fix for the bugs
5054         #136359 and #336981.
5055
5056 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * backend/ev-link-action.[ch]:
5059         * pdf/ev-poppler.cc: (ev_link_from_action):
5060         * shell/ev-view-private.h:
5061         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5062         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5063
5064         Add support for Named Action links
5065
5066 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5067
5068         * backend/Makefile.am:
5069         * backend/ev-document-links.[ch]:
5070         * backend/ev-document.[ch]:
5071         * backend/ev-link-action.[ch]:
5072         * backend/ev-link-dest.[ch]:
5073         * backend/ev-link.[ch]:
5074         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5075         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5076         * shell/ev-page-action.c: (build_new_tree_cb):
5077         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5078         (links_page_num_func), (update_page_callback):
5079         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5080         (tip_from_link):
5081         * shell/ev-jobs.c:
5082         * shell/ev-window.[ch]: (ev_window_open_uri),
5083         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5084         * shell/ev-application.[ch]: (ev_application_open_window),
5085         (ev_application_open_uri):
5086
5087         Rework links system, it adds support for remote links now and it makes
5088         easier to add new kinds of actions and destinations. Fixes bug #317292
5089
5090 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * data/Makefile.am:
5093         * data/evince.png:
5094         * data/evince-16.png:
5095         * data/evince-22.png:
5096         * data/evince.svg:
5097         * shell/main.c: (main):
5098         
5099         Evince use it's own icon. Fix for the bug #313392.
5100
5101         * shell/ev-window.c: (fullscreen_timeout_cb),
5102         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5103         (ev_window_cmd_help_about), (ev_window_dispose):
5104         
5105         Simplify fullscreen timeout code.
5106
5107 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * backend/ev-attachment.c: 
5110         * shell/ev-attachment-bar.c:
5111         * shell/ev-window.c:
5112
5113         Allow multiple selection of attachments
5114
5115 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-view.c: (view_update_range_and_current_page),
5118         (ev_view_scroll):
5119         
5120         Fix for the bug #312573 – Optimal selection of current 
5121         page among visible pages.
5122
5123 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * configure.ac:
5126         * djvu/Makefile.am:
5127         * djvu/djvu-text.h:
5128         
5129         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5130         for the bug 339868.
5131
5132 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5133
5134         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5135
5136 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5137
5138         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5139         dictated by the GNOME HIG. Fixes bug #339235.
5140
5141 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5142
5143         * data/evince-ui.xml:
5144         * shell/ev-view.c: (ev_view_can_find_previous):
5145         * shell/ev-view.h:
5146         * shell/ev-window.c: (ev_window_update_actions),
5147         (ev_window_cmd_edit_find_previous):
5148
5149         Add support for "Find Previous" as dictated by the GNOME HIG. A
5150         menu item is added and some glue code to make it all work is added
5151         to various files.
5152
5153 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5154
5155         * configure.ac: Award myself the "useless use of cat" award.
5156
5157 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5158
5159         * po/LINGUAS: New file listing all supported languages.
5160
5161         * configure.in: Use po/LINGUAS instead of including all languages
5162         directly in this file. See the wiki for more information:
5163         http://live.gnome.org/GnomeGoals/PoLinguas
5164
5165 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5166
5167         * backend/ev-document-factory.c:
5168
5169         Do not load the document twice when there isn't errors
5170
5171 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5172
5173         * backend/ev-attachment.c: 
5174
5175         Fix a crash when there isn't a default application to open an
5176         attachment
5177
5178 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * backend/ev-attachment.[ch]:
5181         * shell/ev-attachment-bar.[ch]:
5182
5183         Added missing files. 
5184
5185 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * backend/Makefile.am:
5188         * data/evince-ui.xml:
5189         * backend/ev-attachment.[ch]:
5190         * backend/ev-document.[ch]: (ev_document_has_attachments),
5191         (ev_document_get_attachments):
5192         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5193         (attachment_save_to_buffer), (pdf_document_get_attachments),
5194         (pdf_document_document_iface_init):
5195         * shell/Makefile.am:
5196         * shell/ev-attachment-bar.[ch]:
5197         * shell/ev-window.c:
5198
5199         Add support for PDF attachments. Fixes bug #325143
5200
5201 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * backend/ev-document-factory.c: (get_document_from_uri),
5204         (ev_document_factory_get_document):
5205         * backend/ev-document-factory.h:
5206         * properties/ev-properties-main.c: (ev_properties_get_pages):
5207         * shell/Makefile.am:
5208         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5209         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5210         (ev_job_queue_remove_job):
5211         * shell/ev-job-queue.h:
5212         * shell/ev-job-xfer.c:
5213         * shell/ev-job-xfer.h:
5214         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5215         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5216         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5217         (ev_job_xfer_run):
5218         * shell/ev-jobs.h:
5219         * shell/ev-window.c: (ev_window_is_empty),
5220         (password_dialog_response), (ev_window_clear_xfer_job),
5221         (ev_window_xfer_job_cb), (ev_window_open_uri),
5222         (ev_window_cmd_focus_page_selector),
5223         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5224         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5225         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5226         (ev_window_dispose):
5227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5228         
5229         * Cleanup mime type detection on document load. Fix for the
5230         bug #336448.
5231
5232 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5233
5234         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5235         
5236         Fix crash on exit, described in the bug #336825.
5237
5238 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5239
5240         * backend/ev-document-factory.c:
5241         (ev_document_factory_get_from_mime),
5242         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5243         (ev_document_factory_get_document),
5244         (file_filter_add_mime_list_and_free),
5245         (ev_document_factory_add_filters):
5246         * backend/ev-document-factory.h:
5247         * properties/ev-properties-main.c: (ev_properties_get_pages):
5248         * shell/Makefile.am:
5249         * shell/ev-application.c:
5250         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5251         * shell/ev-window.c: (ev_window_cmd_file_open),
5252         (ev_window_cmd_save_as):
5253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5254         
5255         Rework factory functions so they are placed now in a single 
5256         file ev-document-factory.c
5257
5258 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5259
5260         * shell/ev-window.c: (update_chrome_visibility):
5261         
5262         Fix for the bug 166566 - don't show menubar in fullscreen
5263         mode.
5264
5265 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5266
5267         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5268
5269 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * shell/ev-view.c: (ev_view_expose_event):
5272         
5273         More correctly draw loading text when document
5274         is empty.
5275
5276 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5277
5278         * shell/ev-view.c: (ev_view_scroll):
5279         
5280         Fix for the bug #334854, page down and page up switch
5281         pages in presentation mode.
5282
5283 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * shell/ev-window.c: (ev_window_set_action_sensitive),
5286         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5287         (ev_window_set_view_accels_sensitivity),
5288         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5289         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5290         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5291         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5292         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5293         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5294         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5295         (view_actions_focus_in_cb), (ev_window_init):
5296         
5297         Fix for the bug #333902, now it's possible to search
5298         words with slash.
5299
5300 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5301
5302         * configure.ac: Added Breton translation.
5303         * po/br.po: Added Breton translation.
5304
5305 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5306
5307         * shell/ev-window-title (ev_window_title_update):
5308
5309         Fix memory leak in window title. Fixes bug #333944
5310
5311 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5312
5313         * shell/ev-metadata-manager.c (parseItem):
5314
5315         Fix memory leaks. Fixes bug #333945
5316
5317 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5318         
5319         * NEWS, configure.ac, TODO:
5320         
5321         Update for release 0.5.2.
5322
5323 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * shell/ev-view.c: (view_update_range_and_current_page),
5326         (page_changed_cb):
5327         
5328         Don't jump on scrolling, fix for the bug #333127.
5329
5330 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5333         
5334         Scroll by one page in presentation mode. Fix for the bug
5335         #332993.
5336
5337 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5338
5339         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5340
5341 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5342
5343         * configure.ac  Added lv in ALL_LINGUAS line.
5344
5345 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5346         
5347         * NEWS, configure.ac:
5348         
5349         Update for release 0.5.1
5350
5351 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5352
5353         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5354         * backend/ev-document-misc.h:
5355         * shell/ev-view.c: (draw_one_page):
5356         
5357          Clairfy what page the toolbar page number applies to. Fix
5358          for the bug #328102.
5359
5360 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5361
5362         * shell/ev-view-private.h:
5363         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5364         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5365         (ev_view_search_changed):
5366         * shell/ev-view.h:
5367         * shell/ev-window.c: (find_bar_search_changed_cb):
5368         
5369         Dont't jump to find result if window was scrolled during search.
5370         Fix for the bug #313266.
5371
5372 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5373
5374         * shell/eggfindbar.c: (egg_find_bar_class_init):
5375         * shell/eggfindbar.h:
5376         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5377         * shell/ev-view-private.h:
5378         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5379         (ev_view_class_init), (ev_sizing_mode_get_type),
5380         (ev_scroll_type_get_type):
5381         * shell/ev-view.h:
5382         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5383         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5384         (ev_window_init):
5385         
5386         Fix for the bug 319133 - Find entry should allow text scroll.
5387
5388 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5389
5390         * shell/ev-view-private.h:
5391         * shell/ev-view.c: (view_update_range_and_current_page),
5392         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5393         (ev_view_set_document), (update_find_status_message),
5394         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5395         (ev_view_find_previous):
5396         
5397         Fix for the bug #319137. Search now takes account for scrolling.
5398
5399 2006-02-19  Michael Hofmann <mh21@piware.de>
5400
5401         * configure.ac:
5402         * djvu/Makefile.am:
5403         * djvu/djvu-document-private.h:
5404         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5405         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5406         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5407         (djvu_document_can_get_text), (djvu_document_get_text),
5408         (djvu_document_document_iface_init),
5409         (djvu_document_thumbnails_get_thumbnail),
5410         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5411         (djvu_document_find_get_result),
5412         (djvu_document_find_page_has_results),
5413         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5414         (djvu_document_find_iface_init):
5415         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5416         (djvu_text_page_selection), (djvu_text_page_limits_process),
5417         (djvu_text_page_limits), (djvu_text_page_copy),
5418         (djvu_text_page_position), (djvu_text_page_union),
5419         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5420         (djvu_text_page_box), (djvu_text_page_append_text),
5421         (djvu_text_page_search), (djvu_text_page_prepare_search),
5422         (djvu_text_page_new), (djvu_text_page_free):
5423         * djvu/djvu-text-page.h:
5424         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5425         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5426         (djvu_text_n_results), (djvu_text_has_results),
5427         (djvu_text_get_result), (djvu_text_get_progress):
5428         * djvu/djvu-text.h:
5429         
5430         Text search in djvu. Fix for the bug #303415.
5431
5432 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * configure.ac:
5435         * shell/ev-window.c: (ev_window_cmd_save_as):
5436         
5437         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5438         Thanks to Gary Coady <gary@lyranthe.org>
5439
5440 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * shell/ev-print-job.c: (idle_print_handler):
5443         
5444         Inverse order printing, bug #320919.
5445
5446 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * data/evince-toolbar.xml:
5449         * shell/ev-window.c:
5450         
5451         Allow to add sidebar checkbutton on toolbar. Fix
5452         for the bug #144577.
5453
5454 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5457         
5458         Add checks that have sense for empty ps document.
5459
5460 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5461
5462         * configure.ac: Include PS in mime types list. 
5463
5464 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5465
5466         * configure.ac:
5467         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5468         * ps/gsdefaults.h:
5469         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5470         
5471         Runtime check for gs interpreter. Fix for the bug #320868.
5472         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5473
5474 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5475
5476         * shell/ev-application.c: 
5477
5478         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5479         dbus>=0.60, so that the request is not queued. 
5480
5481 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * configure.ac:
5484         * shell/Makefile.am:
5485         * shell/ev-sidebar-links.c: (print_section_cb):
5486         * shell/ev-utils.c:
5487         * shell/ev-utils.h:
5488         * shell/ev-window.c: (update_action_sensitivity),
5489         (ev_window_close_dialogs), (ev_window_print):
5490         * shell/ev-window.h:
5491         
5492         Make printing support optional. Patch from Eduardo de Barros Lima
5493         <eduardo.lima@indt.org.br> for the bug #330546.
5494
5495 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5496
5497         * shell/ev-view-private.h:
5498         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5499         (ev_view_set_document):
5500         * shell/ev-view.h:
5501         * shell/ev-window.c: (ev_window_load_job_cb),
5502         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5503         (ev_window_init):
5504
5505         Draw Loading message during xfer job. Fix for the bug #329495.
5506
5507 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * comics/comics-document.c: (comics_regex_quote),
5510         (comics_document_load), (extract_argv):
5511         
5512         Correcly quote regexp before passing it to unzip.
5513
5514 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * shell/ev-page-cache.c: (build_height_to_page),
5517         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5518         (ev_page_cache_get_dual_even_left):
5519         * shell/ev-page-cache.h:
5520         * shell/ev-view.c: (view_update_range_and_current_page),
5521         (get_page_y_offset), (get_page_extents):
5522         
5523         Place even pages to the left if document has less then
5524         two pages. Fix for the bug #328856.
5525
5526 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5527
5528         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5529         
5530         Correct comics scheme. This make evince create thumbnails
5531         for comic books. Fix for the bug 329088.
5532
5533 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5534
5535         * data/evince-password.glade: Don't explicitly set
5536         invisible_char to the current default value in case
5537         the default changes; let GTK+ do its magic.
5538
5539 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5542         real filename to tmp filename since often document
5543         type is determined by extension.
5544
5545 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5546
5547         * shell/ev-view.c: (add_scroll_binding_keypad),
5548         (ev_view_binding_activated), (ev_view_class_init):
5549         
5550         Add keybindings for percision-scrolling of display area. 
5551         Fix for the bug #314072.
5552
5553 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * data/evince.desktop.in.in:
5556         
5557         Add GTK to the list of categories. Fix for the bug #328034.
5558
5559 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5560
5561         * shell/ev-application.c: (ev_application_shutdown),
5562         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5563         * shell/ev-application.h:
5564         * shell/ev-window.c: (file_open_dialog_response_cb),
5565         (ev_window_cmd_file_open):
5566         
5567         Save last uri in file chooser dialog. Fix for the bug #327950.
5568
5569 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * NEWS:
5572         * README:
5573         
5574         Final update for release 0.5.0
5575         
5576         * shell/Makefile.am:
5577         
5578         Remove disable deprecated until we'll require libgnome-2.13.7
5579         and port to GOption argument parsing. See bug 327518.
5580
5581 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5582
5583         * comics/comics-document.c: (comics_document_save):
5584         * djvu/djvu-document.c: (djvu_document_save):
5585         * dvi/dvi-document.c: (dvi_document_save):
5586         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5587         * lib/ev-file-helpers.h:
5588         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5589         * tiff/tiff-document.c: (tiff_document_save):
5590         
5591         Use common save function for backends.
5592
5593 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5594
5595         * backend/ev-document-types.c:
5596         
5597         Fix crash on saving pixbuf.
5598
5599 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * cut-n-paste/recent-files/egg-recent-item.c:
5602         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5603         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5604         (parse_info_free), (valid_element), (start_element_handler),
5605         (end_element_handler), (text_handler), (egg_recent_model_filter),
5606         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5607         (egg_recent_model_monitor), (egg_recent_model_read),
5608         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5609         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5610         (egg_recent_model_set_property), (egg_recent_model_class_init),
5611         (egg_recent_model_init), (egg_recent_model_add_full),
5612         (egg_recent_model_delete), (egg_recent_model_get_list),
5613         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5614         (egg_recent_model_set_filter_mime_types),
5615         (egg_recent_model_clear_group_filter),
5616         (egg_recent_model_set_filter_groups),
5617         (egg_recent_model_clear_scheme_filter),
5618         (egg_recent_model_set_filter_uri_schemes),
5619         (egg_recent_model_remove_expired):
5620         * cut-n-paste/recent-files/egg-recent-util.c:
5621         (egg_recent_util_get_icon):
5622         * cut-n-paste/recent-files/egg-recent-util.h:
5623         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5624         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5625         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5626         (egg_recent_view_uimanager_set_property),
5627         (egg_recent_view_uimanager_get_property),
5628         (egg_recent_view_uimanager_class_init),
5629         (egg_recent_view_uimanager_init),
5630         (egg_recent_view_uimanager_set_label_width),
5631         (egg_recent_view_uimanager_get_label_width):
5632         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5633         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5634         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5635         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5636         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5637         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5638         
5639         Update from libegg.
5640
5641 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * shell/ev-page-cache.c: (build_height_to_page),
5644         (ev_page_cache_get_height_to_page):
5645         * shell/ev-page-cache.h:
5646         * shell/ev-view.c: (view_update_range_and_current_page),
5647         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5648         (ev_view_previous_page):
5649         
5650         Dual mode places even pages to the left. Fix for the bug #309393.
5651
5652         * shell/ev-view.h:
5653         * shell/ev-window.c: (update_action_sensitivity),
5654         (setup_view_from_metadata), (view_menu_popup_cb):
5655         
5656         Don't restore presentation in empty windows, more intelligent
5657         next page behaviour in dual mode.
5658
5659         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5660         (ev_pixbuf_cache_clear_job_sizes):
5661         
5662         Cleanup job callback on removal. Fix for the bug #325886.
5663
5664 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5665
5666         * ps/ps.c: (psscan):
5667         
5668         Commit workaround Mozilla problem. Fix for the bug #325919
5669         
5670         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5671         (save_item):
5672         
5673         Fix for year 2038 problem.
5674
5675 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * shell/ev-window.c: (setup_document_from_metadata),
5678         (ev_window_cmd_view_reload):
5679
5680         Clamp page recieved from metadata in valid values. Fix
5681         for the bug #325986.
5682
5683 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * MAINTAINERS: 
5686         Add MAINTAINERS as requested on desktop-devel-list.
5687
5688 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5691         (mime_type_supported_by_gdk_pixbuf),
5692         (ev_document_factory_get_mime_types),
5693         (ev_document_factory_get_all_mime_types):
5694         
5695         Don't add pixbuf mime types if pixbuf backend is disabled.
5696         
5697         * shell/ev-application.c: (ev_application_get_uri_window):
5698         
5699         Fix for the bug 325815 - unhandled MIME type message doesn't 
5700         appear a second time. 
5701         
5702         * shell/ev-document-types.c: (ev_document_types_add_filters):
5703         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5704         (password_dialog_response), (ev_window_popup_password_dialog),
5705         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5706         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5707         (ev_window_run_presentation), (ev_window_stop_presentation),
5708         (save_sizing_mode), (ev_window_zoom_changed_cb),
5709         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5710         (ev_window_dual_mode_changed_cb),
5711         (ev_window_sidebar_current_page_changed_cb),
5712         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5713         (window_state_event_cb), (window_configure_event_cb):
5714         
5715         Cleanup additional uris holded by EvWindow.
5716
5717 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5720         (ev_view_can_previous_page), (ev_view_can_next_page):
5721         * shell/ev-view.h:
5722         * shell/ev-window.c: (update_action_sensitivity):
5723         
5724         Two page scrolling with Space and PageUp in dual mode. Second fix 
5725         for the bug #316608.
5726
5727 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * shell/ev-view.c: (scroll_to_current_page):
5730         
5731         Correctly clamp adjustment value. Fix for the bug
5732         #325808.
5733
5734 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5735
5736         * shell/ev-sidebar-links.c: (print_section_cb):
5737         * shell/ev-window.c: (ev_window_get_uri),
5738         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5739         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5740         (ev_window_dispose):
5741         
5742         Make print dialog non-modal. Fix for the bug #325622.
5743
5744 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * shell/ev-metadata-manager.c:
5747         * shell/ev-utils.c: (using_pdf_printer),
5748         (using_postscript_printer), (load_print_config_from_file),
5749         (save_print_config_to_file):
5750         * shell/ev-utils.h:
5751         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5752         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5753         (setup_view_from_metadata), (ev_window_setup_document),
5754         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5755         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5756         (ev_window_run_presentation), (ev_window_stop_presentation),
5757         (save_sizing_mode), (ev_window_zoom_changed_cb),
5758         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5759         (ev_window_dual_mode_changed_cb),
5760         (ev_window_sidebar_current_page_changed_cb),
5761         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5762         (window_state_event_cb), (window_configure_event_cb),
5763         (ev_window_init):
5764         
5765         Setting saving behaviour fixes.
5766
5767 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * configure.ac:
5770         
5771         Make antialiasing gs options better and allow
5772         to change them during configure. Fix for the 
5773         bug #319049.
5774
5775 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * shell/ev-window.c: (setup_view_from_metadata):
5778         
5779         Remember if last window was maximized. Fix for the
5780         bug #323797.
5781
5782 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5783
5784         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5785
5786 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5787
5788         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5789         * shell/ev-page-action.c: (build_new_tree_cb):
5790         * shell/ev-sidebar-links.c: (links_page_num_func),
5791         (update_page_callback_foreach), (update_page_callback):
5792         * shell/ev-view.c: (scroll_to_current_page):
5793         
5794         Fix for the bug #325067 with more intelligent selection
5795         of current link in sidebar. Make sidebar handle links
5796         of FITR-like type more correctly.
5797
5798         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5799         (dvi_pixbuf_put_pixel):
5800         
5801         Fix memory consumtion with disabled alpha channel.
5802
5803 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * data/evince-ui.xml:
5806         * shell/ev-window.c: (view_menu_popup_cb),
5807         (ev_popup_cmd_open_link), (ev_window_init):
5808         
5809         Update context menu for internal links. Fix for the bug
5810         #325066.
5811
5812 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5815         
5816         Bind context menu to keyboard also. Fix for the bug
5817         #325065.
5818
5819 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * shell/ev-view.c: (selection_scroll_timeout_cb):
5822         
5823         Horizontal scroll on selection also.
5824
5825 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * shell/ev-metadata-manager.c: (parse_value):
5828         * shell/ev-view.c: (goto_xyz_link):
5829         
5830         Correct zoom setup and metadata save broken in 
5831         some locales.
5832
5833 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5834
5835         * shell/ev-view-private.h:
5836         * shell/ev-view.c: (scroll_to_current_page),
5837         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5838         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5839         (page_changed_cb), (ev_view_set_continuous),
5840         (ev_view_set_dual_page), (ev_view_set_presentation):
5841         
5842         Delay scroll until allocation to correctly position page. Fix
5843         for the bug #317334.
5844
5845 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * NEWS:
5848         * configure.ac:
5849         
5850         Update NEWS and require poppler 0.5.0.
5851
5852 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5853         
5854         * data/evince-ui.xml:
5855         * shell/ev-view-private.h:
5856         * shell/ev-view.c: (ev_view_get_link_at_location),
5857         (handle_link_over_xy), (ev_view_button_press_event),
5858         (ev_view_button_release_event), (ev_view_class_init):
5859         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5860         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5861         (ev_window_init):
5862         
5863         Implement right-click context menu.
5864
5865 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5868         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5869         (mdvi_pixbuf_device_render):
5870         * pdf/ev-poppler.cc:
5871
5872         Don't generate thumbnails with alpha. See bug #324077.
5873         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5874
5875 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * shell/ev-window.c: (setup_chrome_from_metadata):
5878         
5879         Fix typo that was hiding toolbar.
5880
5881 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5882
5883         * shell/ev-view-private.h:
5884         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5885         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5886         (ev_view_button_release_event), (ev_view_destroy):
5887         
5888         Small cleanup and autoscrolling during selection. Thanks to 
5889         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5890
5891 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5892
5893         * configure.ac:
5894         
5895         Correctly check for comics option.
5896
5897 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5898         * Makefile.am:
5899         * configure.ac:
5900         * backend/Makefile.am:
5901         * backend/ev-document-factory.c:
5902         * shell/ev-document-types.c:
5903
5904         Included option in configure to make ps backend 
5905         compilation optional with --disable-ps.
5906
5907 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * backend/ev-document-factory.c:
5910         * comics/Makefile.am:
5911         * comics/comics-document.c: (comics_document_load):
5912         * comics/ev-cbr-mime.xml:
5913         * configure.ac:
5914         
5915         Comics mime types are added to shared-mime-info CVS. Now
5916         we don't need to install our own mime types.
5917
5918 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * shell/ev-window.c:
5921         
5922         Add shortcut for "save a copy" menu entry. Fix for
5923         the bug #324582.
5924
5925 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5928         (job_finished_cb), (new_selection_pixbuf_needed),
5929         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5930         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5931         
5932         Rework selection job info logic and fix critical warning.
5933
5934 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5935
5936         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5937
5938 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5939
5940         * data/evince-ui.xml:
5941         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5942         
5943         Enter as shortcut key for next page. Fix for the bug
5944         #321394.
5945
5946 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5947
5948         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5949
5950 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5953         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5954         (new_selection_pixbuf_needed),
5955         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5956         (clear_job_selection):
5957         
5958         Too early for 0.5. Pixbuf cache code cleaned a bit.
5959
5960 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * NEWS:
5963         * configure.ac:
5964         
5965         Release 0.5.0 preparation
5966
5967 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5968
5969         * comics/Makefile.am:
5970         * configure.ac:
5971         * shell/ev-document-types.c: (ev_document_types_add_filters):
5972         
5973         More advanced handling of custom mime type installation.
5974
5975 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * data/evince.schemas.in:
5978         * shell/ev-metadata-manager.c: (value_free),
5979         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5980         (ev_metadata_manager_get), (ev_metadata_manager_set):
5981         * shell/ev-metadata-manager.h:
5982         * shell/ev-window.c: (update_chrome_flag),
5983         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5984         (setup_document_from_metadata), (setup_chrome_from_metadata),
5985         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5986         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5987         (ev_window_view_toolbar_cb),
5988         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5989         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5990         
5991         Save last document settings and reuse them for new documents.
5992
5993 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5994
5995         * Makefile.am:
5996         * backend/Makefile.am:
5997         * backend/ev-document-factory.c:
5998         * backend/ev-document-factory.h:
5999         * comics/Makefile.am:
6000         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6001         (comics_document_load), (comics_document_save),
6002         (comics_document_get_n_pages), (comics_document_get_page_size),
6003         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6004         (comics_document_class_init), (comics_document_can_get_text),
6005         (comics_document_get_info), (comics_document_document_iface_init),
6006         (comics_document_init), (get_supported_image_extensions),
6007         (comics_document_thumbnails_get_geometry),
6008         (comics_document_thumbnails_get_thumbnail),
6009         (comics_document_thumbnails_get_dimensions),
6010         (comics_document_document_thumbnails_iface_init), (extract_argv):
6011         * comics/comics-document.h:
6012         * comics/ev-cbr-mime.xml:
6013         * configure.ac:
6014         * po/POTFILES.in:
6015         * shell/ev-application.c: (ev_application_register_service):
6016         * shell/ev-document-types.c: (ev_document_types_add_filters):
6017         * thumbnailer/Makefile.am:
6018         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6019         
6020         New CBR/CBZ backend for comic books.
6021
6022 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * shell/main.c: (load_files_remote):
6025
6026         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6027         warning on startup of second instance is fixed. It
6028         is bug #320353.
6029
6030 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * shell/ev-window.c: (ev_window_finalize):
6033         
6034         Fix double free that cause crash.
6035
6036 2005-10-29  Bastien Nocera <hadess@hadess.net>
6037
6038         * tiff/tiff-document.c: (tiff_document_load):
6039         
6040         Fix memory leak.
6041
6042 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * po/POTFILES.in:
6045         * shell/Makefile.am:
6046         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6047         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6048         (ev_view_accessible_get_text),
6049         (ev_view_accessible_get_character_at_offset),
6050         (ev_view_accessible_get_text_before_offset),
6051         (ev_view_accessible_get_text_at_offset),
6052         (ev_view_accessible_get_text_after_offset),
6053         (ev_view_accessible_get_character_count),
6054         (ev_view_accessible_get_caret_offset),
6055         (ev_view_accessible_set_caret_offset),
6056         (ev_view_accessible_get_run_attributes),
6057         (ev_view_accessible_get_default_attributes),
6058         (ev_view_accessible_get_character_extents),
6059         (ev_view_accessible_get_offset_at_point),
6060         (ev_view_accessible_get_n_selections),
6061         (ev_view_accessible_get_selection),
6062         (ev_view_accessible_add_selection),
6063         (ev_view_accessible_remove_selection),
6064         (ev_view_accessible_set_selection),
6065         (ev_view_accessible_text_iface_init),
6066         (ev_view_accessible_idle_do_action),
6067         (ev_view_accessible_action_do_action),
6068         (ev_view_accessible_action_get_n_actions),
6069         (ev_view_accessible_action_get_description),
6070         (ev_view_accessible_action_get_name),
6071         (ev_view_accessible_action_set_description),
6072         (ev_view_accessible_action_iface_init),
6073         (ev_view_accessible_get_type), (ev_view_accessible_new),
6074         (ev_view_accessible_factory_get_accessible_type),
6075         (ev_view_accessible_factory_create_accessible),
6076         (ev_view_accessible_factory_class_init),
6077         (ev_view_accessible_factory_get_type):
6078         * shell/ev-view-accessible.h:
6079         * shell/ev-view-private.h:
6080         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6081         * shell/ev-view.h:
6082         
6083         Initial accessibility support.
6084
6085 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6086
6087         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6088
6089 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6090
6091         * shell/ev-print-job.c: (idle_print_handler):
6092         
6093         Fix for bug Bug 318916: Printing multiple pages.
6094
6095 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6096
6097         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6098
6099 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100
6101         * pdf/ev-poppler.cc:
6102         
6103         Thumnail dimensions unified with other backends.
6104         
6105         * shell/ev-window-title.c: (ev_window_title_update):
6106         
6107         Fix warning.
6108
6109 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * data/ev-stock-zoom-fit-width.png:
6112         
6113         Remove unused file.
6114
6115 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * configure.ac:
6118         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6119         (djvu_document_finalize):
6120         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6121         (dvi_document_finalize):
6122         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6123         (pixbuf_document_save), (pixbuf_document_finalize):
6124         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6125         (tiff_document_finalize):
6126         
6127         Save a copy implemented for various backends.
6128
6129 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6130
6131         * configure.ac:
6132         
6133         Don't link with ltiff if tiff is disabled.
6134
6135 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6136
6137         * pdf/GDKSplashOutputDev.cc:
6138         * pdf/GDKSplashOutputDev.h:
6139         * pdf/Thumb.cc:
6140         * pdf/Thumb.h:
6141         * pdf/pdf-document.cc:
6142         * pdf/pdf-document.h:
6143         * pdf/test-gdk-output-dev.cc:
6144         
6145         Remove old unused files.
6146
6147 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-window.c: (ev_window_setup_document):
6150         
6151         Fixed warnings on reload and probably crash reason.
6152
6153 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * properties/ev-properties-view.c:
6156         (ev_properties_view_format_date):
6157         
6158         Check if date is invalid. Fix for bug 318134.
6159
6160 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6161
6162         * shell/ev-window-title.c:
6163         
6164         Add .indd files (Adobe Indesign) to the list of "bad
6165         extensions".
6166
6167 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * data/evince-ui.xml:
6170         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6171         
6172         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6173
6174 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6175
6176         * shell/ev-window.c: (launch_link), (launch_external_uri),
6177         (view_external_link_cb):
6178
6179         URL-escape link before passing it to gnome_vfs_url_show.
6180
6181 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6182
6183         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6184         there isn't text selected.
6185
6186 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6187
6188         * shell/ev-view.c: (handle_link_over_xy):
6189
6190         Check tooltip is valid utf8 before showing it
6191
6192 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6193
6194         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6195
6196 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6197
6198         * shell/ev-window-title.c: (ev_window_title_update):
6199
6200         Guard against using g_strstrip on NULL. Fixes bug #317291.
6201
6202 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6203
6204         * pdf/ev-poppler.cc:
6205
6206         Show title even for unknown links
6207
6208 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6209
6210         * shell/ev-window-title.c: (ev_window_title_update):
6211
6212         Strip the title string
6213
6214 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6215
6216         * shell/ev-window-title.c:
6217
6218         Add .rtf to the bad extensions list
6219
6220 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6221
6222         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6223         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6224
6225         Ignore link coordinates if they are outside page bounds
6226
6227 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6228
6229         * backend/ev-link.c: (ev_link_type_get_type),
6230         (ev_link_get_filename), (ev_link_get_params),
6231         (ev_link_get_property), (ev_link_set_property),
6232         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6233         * backend/ev-link.h:
6234         * pdf/ev-poppler.cc:
6235         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6236         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6237         (ev_window_init):
6238
6239         Implement launch links. Delegate external link opening to
6240         the window.
6241
6242 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6243
6244         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6245         (ev_link_get_right), (ev_link_get_property),
6246         (ev_link_set_property), (ev_link_class_init),
6247         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6248         * backend/ev-link.h:
6249         * pdf/ev-poppler.cc:
6250         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6251
6252         Implement fitr links
6253
6254 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6257         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6258         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6259         (ev_view_size_request_continuous),
6260         (ev_view_size_request_dual_page),
6261         (ev_view_size_request_single_page), (ev_view_size_allocate),
6262         (ev_view_zoom_for_size_continuous_and_dual_page),
6263         (ev_view_zoom_for_size_continuous),
6264         (ev_view_zoom_for_size_dual_page),
6265         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6266         (ev_sizing_mode_get_type):
6267         * shell/ev-view.h:
6268         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6269
6270         Do not use modes for link, we need to calculate size ad hoc.
6271         Still not perfect because of the usual scrollbar issues grrr.
6272
6273 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6274
6275         * backend/ev-link.c: (ev_link_type_get_type),
6276         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6277         * backend/ev-link.h:
6278         * pdf/ev-poppler.cc:
6279         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6280         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6281         (ev_view_size_request_continuous),
6282         (ev_view_size_request_dual_page),
6283         (ev_view_size_request_single_page), (ev_view_size_allocate),
6284         (zoom_for_size_fit_height),
6285         (ev_view_zoom_for_size_continuous_and_dual_page),
6286         (ev_view_zoom_for_size_continuous),
6287         (ev_view_zoom_for_size_dual_page),
6288         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6289         (ev_sizing_mode_get_type):
6290         * shell/ev-view.h:
6291         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6292
6293         Implement FIT_HEIGHT mode (only for links).
6294         Implement FITH links
6295
6296 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6297
6298         * shell/ev-window-title.c: (get_filename_from_uri),
6299         (ev_window_title_sanitize_extension), (ev_window_title_update),
6300         (ev_window_title_set_document), (ev_window_title_set_uri),
6301         (ev_window_title_free):
6302         * shell/ev-window-title.h:
6303         * shell/ev-window.c: (ev_window_setup_document),
6304         (ev_window_popup_password_dialog):
6305
6306         Refactor window title building while fixing it for
6307         password documents.
6308
6309 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6310
6311         * pdf/ev-poppler.cc:
6312
6313         Escape link title before setting it in the model
6314
6315 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6316
6317         * shell/ev-application.c: (removed_from_session), (save_session),
6318         (init_session), (ev_application_get_empty_window),
6319         (ev_application_init), (ev_application_get_windows):
6320         * shell/ev-application.h:
6321         * shell/ev-window.c: (ev_window_finalize):
6322
6323         Add a function to retrieve window list and share it where
6324         necessary.
6325         Implement session handling, works pretty well thanks to the
6326         metadata system.
6327
6328 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * shell/ev-password.c: (ev_password_item_created_callback),
6331         (ev_password_dialog_save_password):
6332         
6333         Fix for bug 316972. Use async gnome-keyring API.
6334
6335 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6336
6337         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6338         Remove unused unrealize handler. Add scroll handling to
6339         ev_view_scroll_event for presentation mode (bug #316708),
6340         and fix the event state checks there.
6341
6342 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6343
6344         * shell/ev-page-action.c: (page_changed_cb):
6345
6346         "marco, maybe we should be crazy and jump right to 6! :)"
6347
6348         Bryan Clark, Sep 2005
6349
6350 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6351
6352         * ps/ps-document.c: (save_document), (ps_document_save),
6353         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6354         (ps_document_ps_export_end):
6355
6356         Fix unstructured documents save and print
6357
6358 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6359
6360         * shell/ev-application.c: (ev_application_open_uri):
6361
6362         Fix window size persistance
6363
6364 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6365
6366         * shell/ev-view.c: (ev_view_button_release_event):
6367
6368         Based on a patch from carlosgc@gnome.org. Mouse buttons
6369         switch pages in presentation mode.
6370
6371 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6372
6373         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6374
6375         Dont cast to int before scaling
6376
6377 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6378
6379         * backend/ev-link.c: (ev_link_type_get_type),
6380         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6381         (ev_link_new_page_fith):
6382         * backend/ev-link.h:
6383         * pdf/ev-poppler.cc:
6384         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6385
6386         Implement FIT and FITH links
6387
6388 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * pdf/ev-poppler.cc:
6391
6392         Return 0 results when search is not in progress.
6393
6394         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6395         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6396
6397         Update menu sensitivity when cancelling search
6398
6399 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * shell/ev-view.c: (ev_view_can_find_next):
6402
6403         Take all pages in consideration, not just current one
6404
6405 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6406
6407         * shell/ev-page-cache.c:
6408         * shell/ev-page-cache.h:
6409         * shell/ev-view.c: (ev_view_binding_activated),
6410         (ev_view_next_page), (ev_view_previous_page),
6411         (ev_sizing_mode_get_type):
6412         * shell/ev-view.h:
6413         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6414         (ev_window_cmd_go_next_page):
6415
6416         Move page next/previous functions from page chace to
6417         view and change it to move by 2 page steps in dual mode.
6418
6419 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6420
6421         * shell/ev-window.c: (update_sidebar_visibility),
6422         (setup_sidebar_from_metadata), (ev_window_setup_document),
6423         (setup_view_from_metadata):
6424
6425         Show the index by default when there is one     
6426
6427 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6428
6429         * shell/ev-window-title.c: (ev_window_title_set_document):
6430
6431         Missing null check
6432
6433 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-view.c: (view_update_range_and_current_page):
6436         
6437         Allow display of last odd page in dual view. Fix for 316347.
6438
6439 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6440
6441         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6442         
6443         Make close button default. Fix for 316383.
6444
6445 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6448         
6449         Mark close button as default. Fix for 316381.
6450
6451 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6452
6453         * backend/ev-link.c: (ev_link_class_init):
6454
6455         Allow negative doubles in left/top properties
6456
6457 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6458
6459         * shell/ev-window.c:
6460
6461         Remove a bunch of strings that was used only
6462         by the statusbar.
6463
6464 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6465
6466         * shell/ev-window-title.c: (get_filename_from_uri),
6467         (ev_window_title_set_document):
6468
6469         When title has a confusing extension, show also
6470         the document filename inside ()
6471
6472 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6473
6474         * shell/Makefile.am:
6475         * shell/ev-window-title.c: (ev_window_title_new),
6476         (ev_window_title_update), (ev_window_title_set_type),
6477         (ev_window_title_set_document), (ev_window_title_free):
6478         * shell/ev-window-title.h:
6479         * shell/ev-window.c: (ev_window_setup_document),
6480         (password_dialog_response), (ev_window_popup_password_dialog),
6481         (ev_window_dispose), (ev_window_init):
6482
6483         Factor out and cleanup window title code
6484
6485 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6486
6487         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6488         (unable_to_load):
6489
6490         Make dialog transient so it doesnt block other windows
6491
6492 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * pdf/ev-poppler.cc:
6495         
6496         Fix pdf thumbnails rendering.
6497
6498 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6499
6500         * shell/ev-window.c: (fullscreen_set_timeout):
6501         
6502         Increase timeout to hide full screen popup. Bug 
6503         316123. 
6504
6505 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * data/evince.schemas.in:
6508         * shell/ev-window.c: (update_action_sensitivity):
6509
6510         Allow the user to override document restrictions. Fix for bug
6511         305818.
6512
6513 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6514
6515         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6516         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6517         (ev_window_class_init): Fix multihead behaviour of fullscreen
6518         toolbar popup. Fixes bug #315451.
6519
6520 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * configure.ac:
6523         * data/evince-password.glade:
6524         * shell/ev-password.c: (ev_password_dialog_set_property),
6525         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6526         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6527         (ev_password_dialog_entry_changed_cb),
6528         (ev_password_dialog_entry_activated_cb),
6529         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6530         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6531         (ev_password_dialog_set_bad_pass):
6532         * shell/ev-password.h:
6533         * shell/ev-window.c: (password_dialog_response),
6534         (ev_window_popup_password_dialog):
6535         
6536         Support for gnome-keyring for encrypted PDF's.
6537
6538 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6541         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6542         (ev_view_enter_notify_event), (ev_view_class_init):
6543         
6544         More precise handling of enter_notify/leave_notify events
6545         in EvView. Fix for bug 315470.
6546
6547 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6548
6549         * shell/ev-window.c: (fullscreen_timeout_cb),
6550         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6551         (ev_window_dispose):
6552
6553         leak fix: unref fullscreen_timeout_source before clearing it
6554
6555 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6556
6557         * configure.ac, dvi/mdvi/Makefile.am: 
6558         
6559         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6560
6561 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6562
6563         * backend/ev-link.c: (ev_link_new_page_xyz):
6564         * pdf/ev-poppler.cc:
6565         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6566
6567         Fix some bugs with xyz links, respect zoom
6568
6569 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6570
6571         * shell/ev-window.c: (page_changed_cb),
6572         (setup_document_from_metadata), (update_sidebar_visibility),
6573         (setup_view_from_metadata), (ev_window_run_fullscreen),
6574         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6575         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6576         (ev_window_dual_mode_changed_cb),
6577         (ev_window_sidebar_current_page_changed_cb):
6578
6579         null check uri before setting and getting metadata
6580
6581 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6582
6583         * dvi/Makefile.am:
6584         * properties/Makefile.am:
6585         * shell/Makefile.am:
6586         * thumbnailer/Makefile.am:
6587
6588         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6589
6590 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6591
6592         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6593         (selection_changed_callback):
6594         * shell/ev-sidebar-links.h:
6595
6596         Add a signal for link activation.
6597
6598         * shell/ev-view.c: (ev_view_goto_link),
6599         (ev_view_button_release_event):
6600         * shell/ev-view.h:
6601         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6602         (ev_window_init):
6603
6604         Implement the signal so that we can handle all link types.
6605
6606         * shell/ev-page-cache.c:
6607
6608         Remove unused set_link function
6609
6610 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6611
6612         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6613
6614         Add some space from the cursor, hardcoded but I couldnt
6615         find a better way.
6616
6617 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6618
6619         * lib/ev-tooltip.c:
6620
6621         Use mozilla style vs gtk style, way better for links.
6622
6623         * shell/ev-view.c: (ev_view_motion_notify_event),
6624         (ev_view_destroy), (ev_view_init):
6625
6626         Deactive tooltip when the link hovered is changed.
6627
6628 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6629
6630         * backend/ev-document.h:
6631         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6632         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6633         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6634         (ev_link_new_page), (ev_link_new_page_xyz):
6635         * backend/ev-link.h:
6636         * pdf/ev-poppler.cc:
6637         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6638         (go_to_link), (tip_from_link):
6639
6640         Implement xyz links, still not functional. Links are a total
6641         mess, will need to refactor and bugfix a lot :(
6642
6643 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6644
6645         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6646
6647 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6648
6649         * data/evince-ui.xml:
6650         * data/evince.schemas.in:
6651         * shell/Makefile.am:
6652         * shell/ev-window.c: (update_chrome_visibility),
6653         (password_dialog_response), (ev_window_load_job_cb),
6654         (ev_window_xfer_job_cb), (ev_window_open_uri),
6655         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6656         (ev_window_init):
6657
6658         Remove the statusbar. This regress loading feedback, need to
6659         check with Bryan what we want to do there...
6660
6661 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * lib/ev-tooltip.c: (ev_tooltip_init):
6664
6665         Fix tooltip border and size handling
6666
6667 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6668
6669         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6670         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6671         (ev_tooltip_timeout), (ev_tooltip_activate),
6672         (ev_tooltip_deactivate):
6673         * lib/ev-tooltip.h:
6674         * shell/ev-view.c: (ev_view_motion_notify_event):
6675
6676         Delay popup showing. Mirror gtk logic/times.
6677
6678 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6679
6680         * lib/Makefile.am:
6681         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6682         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6683         (ev_tooltip_set_text), (ev_tooltip_set_position):
6684         * lib/ev-tooltip.h:
6685
6686         Simple widget to show tooltips at a custom position
6687
6688         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6689         (ev_view_destroy):
6690
6691         Use it for links. First go, needs work
6692
6693 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6694
6695         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6696         HIG fixes.  Use title capitalization for window title. Use 12 
6697         pixels of space between the dialog's vbox and action area.
6698
6699 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6700
6701         * shell/ev-window.c: (file_open_dialog_response_cb),
6702         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6703         (ev_window_cmd_save_as):
6704
6705         Make file pickers not modal and refactor code some
6706
6707 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6708
6709         * shell/ev-sidebar.h:
6710         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6711         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6712         (ev_sidebar_class_init), (ev_sidebar_select_page),
6713         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6714         (ev_sidebar_set_page):
6715
6716         Add a current page property and allow to get/set it
6717
6718         * shell/ev-window.c: (setup_view_from_metadata),
6719         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6720
6721         Persist current sidebar page per document
6722
6723 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6724
6725         * data/evince.schemas.in:
6726         * shell/ev-window.c: (update_chrome_visibility),
6727         (setup_document_from_metadata), (update_sidebar_visibility),
6728         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6729         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6730         (ev_window_run_presentation), (ev_window_stop_presentation),
6731         (ev_window_view_sidebar_cb),
6732         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6733         (load_chrome), (ev_window_init):
6734
6735         Persist size/visibility of sidebar per document
6736
6737 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6738
6739         * shell/ev-view.c (draw_loading_text): Draw loading text.
6740
6741 2005-09-02  Dan Damian  <dand@gnome.ro>
6742
6743         * configure.in: Added "ro" to ALL_LINGUAS.
6744
6745 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6746
6747         * shell/ev-view.c: (clear_caches):
6748
6749         ev_page_cache_get doesnt return a reference,
6750         dont try to unref it.
6751
6752 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6753
6754         * shell/main.c: (load_files_remote):
6755
6756         Fix timestamp parameter with dbus <= 0.33
6757
6758 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6759
6760         * data/evince.schemas.in:
6761
6762         Add missing full stop
6763
6764 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6765
6766         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6767         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6768
6769         Plug some memory leaks
6770
6771 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6772
6773         * configure.ac:
6774         * lib/ev-debug.c: (trap_handler):
6775
6776         Check for execinfo.h and use it only if it exists.
6777         Ported from Epiphany (bug #314776).
6778
6779 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6780
6781         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6782
6783 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6784
6785         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6786         * po/id.po      : Added Indonesian translation
6787
6788 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6789
6790         * shell/main.c:
6791         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6792         * NEWS: Release 0.4.0
6793
6794 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6795
6796         * configure.ac: catch another gtk+-2.8ism
6797         * shell/main.c: Make work with gtk+-2.6
6798
6799 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6800
6801         * shell/ev-application-service.xml: Add 'timestamp' argument to
6802           ev_application_open_window and ev_application_open_uri methods.
6803
6804         * shell/ev-application.h: Add 'timestamp' argument to
6805           ev_application_open_window, ev_application_open_uri,
6806           and ev_application_open_uri_list functions.
6807
6808         * shell/ev-application.c (ev_application_open_window,
6809           ev_application_open_uri, ev_application_open_uri_list): Change
6810           functions that show/present windows to use a timestamp if one
6811           is passed in.
6812
6813         * shell/ev-window.c (ev_window_cmd_file_open,
6814           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6815         * shell/main.c (load_files): Modify calls to ev_application to
6816           include GDK_CURRENT_TIME as timestamp.
6817
6818         * shell/main.c (load_files_remote): Obtain timestamp for client
6819           instance from GDK and pass to server instance so new windows are
6820           focused properly.  Fix dbus_g_proxy_call() calls by including second
6821           G_TYPE_INVALID.
6822           
6823         Closes bug #314475.
6824
6825 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6826
6827         * shell/ev-window.c (ev_window_finalize): Check for
6828         avail. EvWindows when quiting to handle the finalize better,
6829         #314497
6830
6831 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832         
6833         * properties/ev-properties-view.c: 
6834         
6835         Set textdomain to libglade. Fixes translation problem in property page.
6836
6837 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6840         * dvi/Makefile.am:
6841         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6842         * dvi/mdvi-lib/Makefile.am:
6843         
6844         Fix rotation of thumbnails, ported to new API. Moved library
6845         dependencies earlier, probably it will fix linkage problem.
6846
6847 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6848
6849         * backend/ev-document-misc.c:
6850         (ev_document_misc_get_thumbnail_frame):
6851         * backend/ev-document-misc.h:
6852         * configure.ac:
6853         * pdf/ev-poppler.cc:
6854         * shell/Makefile.am:
6855         * shell/ev-sidebar-thumbnails.c: (add_range),
6856         (ev_sidebar_thumbnails_set_loading_icon),
6857         (ev_sidebar_thumbnails_refresh),
6858         (ev_sidebar_thumbnails_set_document):
6859         * shell/ev-sidebar-thumbnails.h:
6860         * shell/ev-view.c: (ev_view_motion_notify_event),
6861         (ev_view_set_property), (ev_view_get_property),
6862         (ev_view_class_init), (ev_view_set_rotation):
6863         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6864         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6865         (ev_window_init):
6866         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6867         Redo rotation (again).  prepare for 0.4.0
6868
6869 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6870
6871         * configure.ac: Bump poppler requirement to 0.4.1.
6872
6873         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6874         argument to poppler_page_render_selection() call.
6875
6876 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6877
6878         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6879         (djvu_document_thumbnails_get_thumbnail):
6880         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6881         (dvi_document_thumbnails_get_thumbnail):
6882         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6883         (pixbuf_document_thumbnails_get_thumbnail):
6884         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6885         
6886         Update rotation direction of backends to fit with pdf and ps.
6887
6888 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6889
6890         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6891         * backend/ev-async-renderer.h:
6892         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6893         (setup_page), (ps_document_get_page_size),
6894         (ps_async_renderer_render_pixbuf):
6895         * ps/ps-document.h:
6896         * shell/ev-jobs.c: (ev_job_render_run):
6897
6898         Fix orientation in the postscript document
6899
6900 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6901
6902         * pdf/ev-poppler.cc:
6903         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6904         * shell/ev-view.c: (highlight_find_results):
6905
6906         Adapt to the new poppler rotation API. Fix text maps on landscape
6907         documents.
6908
6909 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6910
6911         * shell/ev-view.c (compute_new_selection_text): get the correct
6912         region when selecting in modes other than continuous.
6913
6914 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6915
6916         * shell/main.c (main): remove redundant g_warnings.
6917
6918 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * shell/Makefile.am: Don't include autogenerated
6921         file ev-application-service.h into distribution, since
6922         it causes dbus crash. Fix for bugs 313724 and 313443. 
6923
6924 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6925
6926         * configure.ac: Fix sed expression for FreeBSD. Thanks
6927         to Joe Marcus Clark <marcus@freebsd.org>
6928         
6929         * shell/eggfindbar.c: (entry_activate_callback),
6930         (entry_changed_callback), (egg_find_bar_init),
6931         (egg_find_bar_set_search_string):
6932         
6933         Made findbar buttons unsensitive if there is no text in
6934         entry. Fix for the bug 313285.
6935
6936 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6937
6938         * ps/ps-document.c: Use g_filename_display_name for displaying
6939         filenames and revert string freeze breackage
6940
6941 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6942
6943         * NEWS:
6944         * configure.ac:
6945
6946         Update for 0.3.4
6947
6948         * shell/Makefile.am:
6949
6950         Add ev-application-service.xml to extra dist
6951
6952         * shell/ev-view.c: (find_page_at_location):
6953
6954         Remove unused function (fix warning)
6955
6956 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6959         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6960         
6961         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6962         bug 313623.
6963
6964 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6967         * shell/ev-window.c:
6968         Fix build warnings
6969
6970 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6971
6972         * configure.ac: Update script to get dbus version.
6973         Fix for the bug #313443.
6974
6975 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6976
6977         * shell/ev-window.c: (ev_window_cmd_escape):
6978         
6979         Return focus back to view on escape. Fix for bug 313295.
6980
6981 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6982
6983         * shell/ev-window.c: (update_window_title),
6984         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6985         (ev_window_cmd_save_as):
6986         
6987         Correct conversion from uri to displayable string. Fix for
6988         bug 313296.
6989
6990 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6991
6992         * ps/ps-document.c: convert filename to utf8 when there is an error
6993         loading document. Fixes #309915
6994
6995 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6996
6997         * configure.ac:
6998
6999         We depend on poppler 0.4.0
7000
7001 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7002
7003         * configure.ac:
7004         * NEWS: Release 0.3.3.
7005         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7006
7007 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7008
7009         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7010         add a couple missing mnemonics to menu items, use title 
7011         capitalization for menu items and window titles, and add 
7012         ellipsis to open menu item.     
7013
7014 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7015
7016         * pdf/ev-poppler.cc:
7017         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7018         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7019         (ev_view_get_rotation):
7020         * shell/ev-view.h:
7021         * shell/ev-window.c: (setup_view_from_metadata),
7022         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7023         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7024         disk.
7025
7026 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7027
7028         * configure.ac: Added tr to ALL_LINGUAS
7029
7030 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7031
7032         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7033         requires several clicks to find word. Thanks to 
7034         Colin Slater <kiltedtaco@gmail.com>.
7035
7036 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7037
7038         * data/evince.desktop.in.in: Hide menu entry and
7039         rename it to "Document Viewer". Fix for bug 
7040         #312399.
7041
7042 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7043
7044         * shell/ev-page-action.c (ev_page_action_class_init): 
7045
7046         Point to the correct function in constructor of the
7047         activate_label signal
7048
7049 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7050
7051         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7052         * shell/ev-jobs.h: Make thread safe.
7053
7054 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7055
7056         * shell/ev-view.c: (view_update_range_and_current_page):
7057         Don't update page range if we are scrolling to some document
7058         point.
7059
7060 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7061
7062         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7063         when getting max_page_width, fix drawing in dual mode.
7064
7065 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7066
7067         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7068         getting the area for select_all.
7069
7070 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7071
7072         * backend/ev-selection.c: (ev_selection_render_selection):
7073         * backend/ev-selection.h:
7074         * pdf/ev-poppler.cc:
7075         * shell/ev-jobs.c: (ev_job_render_new):
7076         * shell/ev-jobs.h:
7077         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7078         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7079         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7080         (ev_view_class_init):
7081
7082         Change selection color on focus in and focus out events.  Also,
7083         poppler now uses GdkColor for specifying the selection colors, so
7084         drop some awkward conversion code.
7085
7086 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7087
7088         * configure.ac: Added Hebrew translation
7089
7090 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7091
7092         * NOTES:
7093         * backend/ev-selection.c: (ev_selection_render_selection):
7094         * backend/ev-selection.h:
7095         * pdf/ev-poppler.cc:
7096         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7097         (ev_job_render_run):
7098         * shell/ev-jobs.h:
7099         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7100         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7101         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7102         (ev_pixbuf_cache_style_changed),
7103         (ev_pixbuf_cache_get_selection_pixbuf),
7104         (ev_pixbuf_cache_set_selection_list),
7105         (ev_pixbuf_cache_get_selection_list):
7106         * shell/ev-pixbuf-cache.h:
7107         * shell/ev-utils.c: (ev_print_region_contents):
7108         * shell/ev-utils.h:
7109         * shell/ev-view.c: (ev_view_queue_draw_page),
7110         (selection_update_idle_cb), (ev_view_motion_notify_event),
7111         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7112         (setup_caches), (ev_view_find_next), (merge_selection_region),
7113         (selection_free):
7114         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7115
7116         Clean up selection to be much smoother!
7117
7118 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7119
7120         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7121         to poppler_page_render_selection().
7122
7123 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * ps/ps-document.c: (save_page_list): Use
7126         unzipped document when printing. Thanks to 
7127         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7128         311016.
7129
7130 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * shell/ev-window.c: (update_action_sensitivity):
7133         
7134         Disable print and save respect to lockdown gconf keys. Fix
7135         for 312342.
7136
7137 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * configure.ac:
7140         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7141         (write_to_temp_file), (ev_file_set_contents):
7142         * shell/ev-utils.h:
7143         * shell/ev-window.c: (save_print_config_to_file):
7144         
7145         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7146         Fix for bug 312238
7147
7148 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7149
7150         * shell/ev-window.c: (load_print_config_from_file),
7151         (save_print_config_to_file), (ev_window_print_range):
7152
7153         Persist the print settings. Fixes bug #311578.
7154
7155 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * djvu/djvu-document.c: (djvu_document_get_page_size),
7158         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7159         (djvu_document_thumbnails_get_thumbnail):
7160         * dvi/dvi-document.c: (dvi_document_get_page_size),
7161         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7162         (dvi_document_thumbnails_get_dimensions),
7163         (dvi_document_thumbnails_get_thumbnail):
7164         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7165         (pixbuf_document_render_pixbuf),
7166         (pixbuf_document_document_iface_init),
7167         (pixbuf_document_thumbnails_get_thumbnail):
7168         
7169         Update backends to make them build with new rotation system.
7170
7171 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * help/C/figures/evince_start_window.png:
7174         
7175         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7176
7177 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7178
7179         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7180         * shell/ev-pixbuf-cache.h:
7181         * shell/ev-sidebar-thumbnails.c:
7182         (ev_sidebar_thumbnails_get_property), (add_range),
7183         (adjustment_changed_cb):
7184         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7185         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7186         we were thumbnailing the entire docment on startup, slowing us
7187         down hugely. 
7188
7189 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7190
7191         * shell/ev-page-cache.c: (ev_page_cache_new):
7192         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7193         == 0, fixes #310306.
7194
7195 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7196
7197         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7198         (ev_view_rotate_left):
7199
7200         Account rotation in doc_rect_to_view_rect.
7201         Ensure rotation doesnt go out of bounds.
7202
7203 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7204
7205         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7206
7207         Correct and cleanup w/h swapping
7208
7209 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7210
7211         * backend/ev-document-thumbnails.c:
7212         (ev_document_thumbnails_get_thumbnail):
7213         * backend/ev-document-thumbnails.h:
7214         * backend/ev-document.c:
7215         * backend/ev-document.h:
7216         * backend/ev-render-context.c: (ev_render_context_new),
7217         (ev_render_context_set_rotation):
7218         * backend/ev-render-context.h:
7219         * pdf/ev-poppler.cc:
7220         * ps/ps-document.c: (ps_document_document_iface_init):
7221         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7222         * shell/ev-jobs.h:
7223         * shell/ev-page-cache.c: (build_height_to_page),
7224         (ev_page_cache_new), (ev_page_cache_get_size),
7225         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7226         (ev_page_cache_get_height_to_page):
7227         * shell/ev-page-cache.h:
7228         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7229         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7230         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7231         (ev_pixbuf_cache_get_selection_pixbuf):
7232         * shell/ev-pixbuf-cache.h:
7233         * shell/ev-print-job.c: (idle_print_handler):
7234         * shell/ev-sidebar-thumbnails.c: (add_range):
7235         * shell/ev-view.c: (view_update_range_and_current_page),
7236         (get_page_y_offset), (get_page_extents),
7237         (ev_view_size_request_continuous_dual_page),
7238         (ev_view_size_request_continuous),
7239         (ev_view_size_request_dual_page),
7240         (ev_view_size_request_single_page), (draw_one_page),
7241         (ev_view_set_rotation), (ev_view_rotate_right),
7242         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7243         (ev_view_zoom_for_size_continuous_and_dual_page),
7244         (ev_view_zoom_for_size_continuous),
7245         (ev_view_zoom_for_size_dual_page),
7246         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7247         (ev_view_select_all):
7248         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7249         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7250         (tiff_document_document_iface_init),
7251         (tiff_document_thumbnails_get_thumbnail):
7252
7253         Use rotation rather than orientation. It's easier and enough
7254         for our needs.
7255
7256 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * shell/ev-page-cache.c: (build_height_to_page),
7259         (ev_page_cache_new), (ev_page_cache_get_size),
7260         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7261         (ev_page_cache_get_height_to_page):
7262         * shell/ev-page-cache.h:
7263         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7264         (ev_view_size_request_continuous_dual_page),
7265         (ev_view_size_request_continuous),
7266         (ev_view_zoom_for_size_continuous_and_dual_page),
7267         (ev_view_zoom_for_size_continuous):
7268
7269         Make the page cache aware of page orientation.
7270
7271 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7272
7273         * backend/ev-document-thumbnails.c:
7274         (ev_document_thumbnails_get_thumbnail):
7275         * backend/ev-document-thumbnails.h:
7276         * backend/ev-document.c:
7277         * backend/ev-document.h:
7278         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7279         * backend/ev-ps-exporter.h:
7280         * pdf/ev-poppler.cc:
7281         * ps/ps-document.c: (ps_document_document_iface_init),
7282         (ps_document_ps_export_do_page):
7283         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7284         * shell/ev-jobs.h:
7285         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7286         (ev_page_cache_get):
7287         * shell/ev-page-cache.h:
7288         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7289         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7290         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7291         * shell/ev-pixbuf-cache.h:
7292         * shell/ev-print-job.c: (idle_print_handler):
7293         * shell/ev-sidebar-thumbnails.c: (add_range):
7294         * shell/ev-view.c: (view_update_range_and_current_page),
7295         (get_page_extents), (ev_view_size_request_dual_page),
7296         (ev_view_size_request_single_page), (draw_one_page),
7297         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7298         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7299         (ev_view_zoom_for_size_dual_page),
7300         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7301         (ev_view_select_all):
7302         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7303         * tiff/tiff-document.c: (tiff_document_get_page_size),
7304         (tiff_document_get_orientation), (rotate_pixbuf),
7305         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7306         (tiff_document_thumbnails_get_thumbnail),
7307         (tiff_document_ps_export_do_page), (tiff_document_init):
7308
7309         Really make use of the orientation bit of the render context.
7310         Use the render context in a few more places in the backend API.
7311         This regress orientation, but now it's done right. Will try to
7312         fix it up asap...
7313
7314 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * shell/ev-view.c: (ensure_rectangle_is_visible):
7317
7318         Patch by Nickolay V. Shmyrev to fix find flickering
7319
7320 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7321
7322         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7323         duplex parameters to ::begin.
7324
7325         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7326         * shell/ev-print-job.c (idle_print_handler): 
7327         * ps/ps-document.c (ps_document_ps_export_begin): 
7328         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7329         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7330         implementations. Poppler backend needs poppler cvs. Rest has
7331         unchanged behavior.
7332
7333 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7334
7335         * shell/ev-window.c (using_pdf_printer): new function.
7336         (ev_window_print_range): print a less techy message if someone
7337         tries to print to PDF.
7338
7339 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7340
7341         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7342         from "unknown font" string. Bug #311431
7343
7344 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7345
7346         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7347
7348 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7349
7350         Bug #311280
7351         
7352         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7353         name for PopplerFontTypes
7354         (pdf_document_fonts_fill_model): add font type to the detail column
7355
7356         * backend/ev-document-fonts.h: added
7357         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7358
7359         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7360         font name and font details, add a little markup.
7361         (ev_properties_fonts_init): use the new cell data func, specify ypad
7362         property for the cell renderer.
7363         (ev_properties_fonts_set_document): add the details column.
7364
7365 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7366
7367         * configure.ac: Added "pl" to ALL_LINGUAS.
7368
7369 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7370
7371         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7372
7373 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7374
7375         * help/ChangeLog: Started this for translations of manual.
7376         * configure.ac, autogen.sh, .cvsignore: Migrated to
7377         gnome-doc-utils. Patch in bug #311222.
7378
7379 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7380
7381         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7382         #ifdef this away to fix an unused-function warning.
7383
7384 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7385
7386         * configure.ac: Added 'gl' to ALL_LINGUAS.
7387
7388 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7389
7390         * configure.ac: Added ne in ALL_LINGUAS
7391         
7392 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7393
7394         * shell/ev-view.c: (ev_view_leave_notify_event):
7395         
7396         Clear status message when pointer leaves view. Fix for bug
7397         #310818 
7398
7399 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7400
7401         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7402
7403 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7404
7405         * shell/ev-view.c: (ev_view_leave_notify_event),
7406         (ev_view_class_init):
7407         
7408         Set cursor to normal then leaving view.
7409
7410 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7411
7412         * configure.ac:
7413         
7414         Fix required djvulibre version.
7415
7416 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7417
7418         *configure.ac: Hindi (hi) language added
7419
7420 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7421
7422         *configure.ac: Punjabi (pa) Language added
7423
7424 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7425
7426         * data/evince-ui.xml, shell/ev-window.c:
7427         
7428         Add keypad accelerators for zooming. Fix for bug 308128.
7429
7430 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7431
7432         * Makefile.am:
7433         * backend/Makefile.am:
7434         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7435         * configure.ac:
7436         * shell/ev-document-types.c: (ev_document_types_add_filters):
7437
7438         Allow to enable/disable the pixbuf backend.
7439         Default to off for now. If we want it enabled we should
7440         really put mime types in the desktop, implement properties etc.
7441
7442         * properties/evince-properties.c:
7443
7444         Initialize error to NULL.
7445         Check error is not NULL before freeing.
7446
7447 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * shell/ev-window.c:
7450
7451         Use F5 as presentation accell
7452
7453 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * shell/ev-window.c: (update_chrome_visibility),
7456         (ev_window_create_fullscreen_popup), (ev_window_init):
7457
7458         Do not leak the fullscreen toolbar
7459
7460 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7461
7462         * shell/ev-window.c: (view_actions_focus_in_cb),
7463         (view_actions_focus_out_cb):
7464
7465         These has a return value! Fix totally random focus
7466         issues we was seeing.
7467
7468 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7469
7470         * shell/main.c: (load_files_remote):
7471
7472         Allow open more than one file
7473
7474 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7475
7476         * shell/main.c: (load_files_remote):
7477
7478         Fix for dbus 0.33. bug #309975
7479
7480 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7481
7482         * properties/ev-properties-main.c: (ev_properties_get_pages):
7483
7484         Actually return NULL for types we dont support
7485
7486 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7487
7488         * po/POTFILES.in:
7489
7490         Remove empty lines.
7491
7492 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7493
7494         * backend/ev-document-factory.c:
7495         (ev_document_factory_get_document):
7496
7497         Do not try to create the object if type
7498         is invalid.
7499
7500 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7501
7502         * ps/ps-document.c: (ps_document_dispose),
7503         (ps_async_renderer_render_pixbuf):
7504         * ps/ps-document.h:
7505
7506         Do not leak the target window
7507
7508 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7509
7510         * shell/ev-application.c: (ev_application_init):
7511
7512         Let tbe check file existence for us.
7513         Add a comment about eggrecent mime filter.
7514
7515 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * data/evince-ui.xml:
7518         * shell/ev-application.c: (ev_application_shutdown),
7519         (ev_application_init), (ev_application_get_toolbars_model),
7520         (ev_application_get_recent_model),
7521         (ev_application_save_toolbars_model):
7522         * shell/ev-application.h:
7523         * shell/ev-window.c: (ev_window_add_recent),
7524         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7525         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7526         (ev_window_init):
7527
7528         Use common toolbar and recent models for all windows.
7529         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7532
7533         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7534         successfully check for gtk_icon_view_get_visible_range.
7535
7536 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * djvu/Makefile.am:
7539         * dvi/Makefile.am:
7540         
7541         Fix djvu and dvi backend build.
7542
7543 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7544
7545         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7546         (new_separator_pixbuf):
7547
7548         Don't leak windows.
7549
7550 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7551
7552         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7553
7554         HIGification of toolbar editor dialogue.
7555
7556 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7557
7558         * configure.ac:
7559         * shell/Makefile.am:
7560
7561         Ever build metadata manager since it's just
7562         disabled at runtime now.
7563
7564 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7565
7566         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7567         (ev_metadata_manager_get), (ev_metadata_manager_set):
7568         * shell/ev-metadata-manager.h:
7569
7570         Add an _init functions that enabled metadata management
7571         at runtime.
7572
7573         * shell/ev-window.c: (page_changed_cb),
7574         (setup_document_from_metadata), (ev_window_setup_document),
7575         (setup_view_from_metadata), (ev_window_open_uri),
7576         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7577         (ev_window_run_presentation), (ev_window_stop_presentation),
7578         (save_sizing_mode), (ev_window_zoom_changed_cb),
7579         (ev_window_continuous_changed_cb),
7580         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7581         (window_configure_event_cb):
7582
7583         Remove all ugly metadata define since we deal with it
7584         at runtime now.
7585
7586         * shell/main.c: (load_files_remote), (main):
7587
7588         Add support for dbus cvs head. Hopefully didnt break one
7589         of the other versions now!
7590
7591         If we dont get a response from the dbus server just
7592         give up with it and not enable metadata.
7593
7594 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * Makefile.am:
7597         * backend/Makefile.am:
7598         * configure.ac:
7599         * cut-n-paste/recent-files/Makefile.am:
7600         * cut-n-paste/toolbar-editor/Makefile.am:
7601         * cut-n-paste/zoom-control/Makefile.am:
7602         * lib/Makefile.am:
7603         * pdf/Makefile.am:
7604         * pixbuf/Makefile.am:
7605         * properties/Makefile.am:
7606         * ps/Makefile.am:
7607         * shell/Makefile.am:
7608         * thumbnailer/Makefile.am:
7609         * tiff/Makefile.am:
7610
7611         Make frontends depend on just libev.
7612         Rework and group CFLAGS/LIBS definitions.
7613         Cleanups.
7614
7615 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7616
7617         * shell/ev-window:
7618
7619         do not unnecessarily save zoom
7620
7621         * configure.ac:
7622         * lib/ev-file-helpers.c: (ev_dot_dir):
7623         * shell/Makefile.am:
7624         * shell/dummy.cc:
7625
7626         Some cleanups
7627
7628 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7629
7630         * configure.ac:
7631         
7632         Remove unnecessary dependencies
7633
7634 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * properties/Makefile.am:
7637         * thumbnailer/Makefile.am:
7638         * tiff/Makefile.am:
7639
7640         Some more cleanups. Was really necessary
7641         but I probably introduced bugs, feel free
7642         to flame :)
7643
7644 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7645
7646         * backend/Makefile.am:
7647         * configure.ac:
7648         * cut-n-paste/recent-files/Makefile.am:
7649         * cut-n-paste/toolbar-editor/Makefile.am:
7650         * cut-n-paste/zoom-control/Makefile.am:
7651         * lib/Makefile.am:
7652         * pdf/Makefile.am:
7653         * pixbuf/Makefile.am:
7654         * properties/Makefile.am:
7655         * ps/Makefile.am:
7656         * shell/Makefile.am:
7657         * thumbnailer/Makefile.am:
7658         * tiff/Makefile.am:
7659
7660         Use gnome-common macros when possible.
7661         Cleanup dependencies.
7662         Actually disable deprecated where possible.
7663
7664 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7665
7666         * Makefile.am:
7667         * backend/Makefile.am:
7668         * properties/Makefile.am:
7669         * shell/Makefile.am:
7670         * thumbnailer/Makefile.am:
7671
7672         This should solve the circular dep without
7673         requiring dir reorg!
7674
7675         * shell/ev-window.c: (setup_view_from_metadata):
7676
7677         Never restore window size/position when the
7678         window is already visible.
7679
7680 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7681
7682         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7683
7684         Return a boolean from timeout func. Fix ported from gedit.
7685
7686 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7687
7688         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7689
7690 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7691
7692         * shell/ev-document-types.c: set "All Documents" as default filter in
7693         open dialog
7694
7695 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7696
7697         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7698         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7699         (ev_metadata_manager_set_boolean): fix value/val thinko.
7700
7701 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7702
7703         * shell/ev-window.c: (setup_view_from_metadata),
7704         (window_state_event_cb), (window_configure_event_cb),
7705         (ev_window_init):
7706
7707         Remember window position and maximized state
7708
7709 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7710
7711         * configure.ac:
7712
7713         Fix DBUS configure checks.
7714
7715         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7716         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7717         (ev_metadata_manager_set_boolean):
7718
7719         Plug mem leaks.
7720
7721         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7722         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7723         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7724         (ev_window_continuous_changed_cb),
7725         (ev_window_dual_mode_changed_cb), (ev_window_new):
7726
7727         Fix the build without DBUS.
7728
7729 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7732         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7733         (ev_metadata_manager_set_string),
7734         (ev_metadata_manager_set_boolean):
7735         * shell/ev-metadata-manager.h:
7736
7737         Add support for some more types
7738
7739         * shell/ev-view.c: (scroll_to_current_page),
7740         (ev_view_get_continuous), (ev_view_set_continuous),
7741         (ev_view_get_dual_page):
7742         * shell/ev-view.h:
7743         * shell/ev-window.c: (page_changed_cb),
7744         (setup_document_from_metadata), (ev_window_setup_document),
7745         (setup_view_from_metadata), (ev_window_open_uri),
7746         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7747         (ev_window_run_presentation), (ev_window_stop_presentation),
7748         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7749         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7750         (ev_window_update_dual_page_action),
7751         (ev_window_continuous_changed_cb),
7752         (ev_window_dual_mode_changed_cb), (ev_window_init):
7753
7754         Remember a bunch of view/document properties. Prolly some
7755         are still missing but it's getting interesting.
7756
7757 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7758
7759         * configure.ac: check if dbus-binding-tool is installed. Not the
7760         case on current Ubuntu breezy, it seems.
7761
7762 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7763
7764         * data/evince.desktop.in.in:
7765         
7766         Allow open uri lists and add TryExec field.
7767
7768 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * configure.ac:
7771
7772         Enable dbus when available, do not require a configure
7773         option.
7774
7775 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7776
7777         * configure.ac:
7778
7779         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7780         disabled.
7781
7782 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7783         Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7786         
7787         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7788         functions to the format required by dbus
7789
7790         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7791         errors. Use the RPC parameters in the expected way
7792
7793 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7794
7795         * Makefile.am:
7796         * properties/Makefile.am:
7797         * properties/ev-properties-main.c: (ev_properties_get_pages):
7798
7799         Support all mime types
7800
7801         * shell/Makefile.am:
7802         * thumbnailer/Makefile.am:
7803         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7804         (evince_thumbnail_pngenc_get):
7805
7806         Use the document factory
7807
7808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * backend/Makefile.am:
7811         * backend/ev-document-factory.c:
7812         (mime_type_supported_by_gdk_pixbuf),
7813         (ev_document_type_get_from_mime),
7814         (ev_document_factory_get_document),
7815         (ev_document_factory_get_backend),
7816         (ev_document_factory_get_mime_types),
7817         (ev_document_factory_get_all_mime_types):
7818         * backend/ev-document-factory.h:
7819         * shell/Makefile.am:
7820         * shell/ev-document-types.c: (get_document_from_uri),
7821         (ev_document_types_get_document),
7822         (file_filter_add_mime_list_and_free),
7823         (ev_document_types_add_filters):
7824         * shell/ev-document-types.h:
7825         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7826         * shell/ev-properties-dialog.c:
7827         (ev_properties_dialog_set_document):
7828         * shell/ev-window.c: (ev_window_cmd_file_open),
7829         (ev_window_cmd_save_as):
7830         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7831
7832         Rework document types managing to avoid code duplication
7833         and actually abstract from backend implementations.
7834         Also provide a minimal factory api that can be used by
7835         thumbnailer/properties.
7836
7837 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7838
7839         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7840         Plug a mem leak.
7841         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7842         HIG spacings.
7843
7844 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7845
7846         * shell/ev-properties-dialog.c
7847         (ev_properties_dialog_set_document): only call
7848         ev_properties_fonts_set_document() if the document implements the
7849         fonts interface
7850
7851 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7852
7853         * configure.ac:
7854         * properties/Makefile.am:
7855         * properties/ev-properties-view.c:
7856         (ev_properties_view_register_type):
7857         * properties/ev-properties-view.h:
7858         * properties/ev-properties-main.h:
7859
7860         Implement nautilus plugin for properties.
7861         Works only for pdf atm, I need to rework the
7862         document types stuff to get this to work
7863         for all backends...
7864
7865 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7866
7867         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7868         (ev_properties_fonts_set_document): use
7869         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7870
7871 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7872
7873         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7874         them
7875         (PlaceImage, tiff2ps_process_page): use
7876         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7877
7878
7879 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7880
7881         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7882         (main): to call gnome_authentication_manager_init. Should fix
7883         Bug #308510
7884
7885         * configure.ac: that requires libgnomeui 2.6.0.
7886
7887 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7888
7889         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7890         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7891         use the new tiff2ps interfaces
7892
7893         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7894         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7895
7896         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7897         structure instead of global variables.  Remove use of static
7898         variables in functions.
7899
7900 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7901
7902         * shell/ev-page-action.c: unref the completion after setting it to the
7903         entry
7904
7905 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7906
7907         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7908         postscript files
7909
7910 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7911
7912         * shell/ev-window.c (update_action_sensitivity): disable
7913         File->Print if the document does not implement the ps exporter
7914         interface
7915
7916 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * Makefile.am:
7919         * configure.ac:
7920         * data/evince-properties.glade:
7921         * properties/.cvsignore:
7922         * properties/Makefile.am:
7923         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7924         (ev_properties_view_class_init), (ev_properties_view_format_date),
7925         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7926         (ev_properties_view_init), (ev_properties_view_new):
7927         * properties/ev-properties-view.h:
7928         * shell/Makefile.am:
7929         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7930         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7931         (ev_properties_dialog_new):
7932         * shell/ev-properties-dialog.h:
7933         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7934         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7935         (update_progress_label), (job_fonts_finished_cb),
7936         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7937         * shell/ev-properties-fonts.h:
7938         * shell/ev-properties.c:
7939         * shell/ev-properties.h:
7940         * shell/ev-window.c: (ev_window_setup_document),
7941         (ev_window_cmd_file_properties):
7942
7943         Split the properties pages in two different objects, depend
7944         only on the backend where possible, use widgets instead
7945         of gobject for the glade part, reimplement the dialog
7946         itself with gtk.
7947         I need this to implement nautilus properties page.
7948
7949 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7950
7951         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7952         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7953         (tiff_document_document_ps_exporter_iface_init): implement the ps
7954         exporter interface for tiff documents
7955
7956         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7957         libtiff to implement TIFF postscript export
7958
7959         * tiff/tiff2ps.h: added a header file for external tiff2ps
7960         functions.
7961
7962         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7963         tiff2ps.h
7964
7965 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7966
7967         * shell/ev-view.c: (scroll_to_current_page),
7968         (ev_view_set_fullscreen), (ev_view_set_presentation):
7969         
7970         Scroll to current page when exit from presentation
7971
7972 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7973
7974         * shell/ev-window.c: (update_document_mode),
7975         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7976         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7977         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7978         
7979         Exit from fullscreen mode when switch to presentation. Fix for
7980         bug 309365
7981
7982 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7983
7984         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7985         return NULL if the document does not implement the selection
7986         interface.
7987
7988 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7989
7990         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7991         reported height by using the resolution aspect ratio
7992         (tiff_document_render_pixbuf): scale the pixbuf using the
7993         resolution aspect ratio
7994
7995 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7996
7997         * configure.ac:
7998         
7999         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8000         <kiltedaco@gmail.com>
8001         
8002         * djvu/djvu-document.c: (djvu_document_get_orientation),
8003         (djvu_document_set_orientation), (djvu_document_get_page_size),
8004         (rotate_pixbuf), (djvu_document_render_pixbuf),
8005         (djvu_document_document_iface_init):
8006         * dvi/dvi-document.c: (dvi_document_get_orientation),
8007         (dvi_document_set_orientation), (dvi_document_get_page_size),
8008         (rotate_pixbuf), (dvi_document_render_pixbuf),
8009         (dvi_document_document_iface_init):
8010         
8011         Dvi and djvu backends are ported to new API
8012
8013 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8014
8015         * backend/ev-selection.c: (ev_selection_get_selection_region),
8016         (ev_selection_get_selection_map):
8017         * backend/ev-selection.h:
8018         * pdf/ev-poppler.cc:
8019         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8020         * shell/ev-jobs.h:
8021         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8022         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8023         (ev_pixbuf_cache_get_text_mapping):
8024         * shell/ev-pixbuf-cache.h:
8025         * shell/ev-view.c: (location_in_text),
8026         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8027         support to EvView.  Now we can see where we can select!  Sweet!
8028
8029 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8030
8031         * shell/ev-view.c (ev_view_button_press_event): Fix
8032         event->y + view->scroll_x typo.
8033
8034 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8035
8036         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8037         sub-GdkPixbuf instead of passing dest_x and dest_y.
8038         
8039         * shell/ev-view.c: (view_point_to_doc_point),
8040         (view_rect_to_doc_rect), (ev_view_button_press_event),
8041         (ev_view_motion_notify_event), (compute_new_selection_rect),
8042         (gdk_rectangle_point_in), (compute_new_selection_text),
8043         (compute_selections): Update selection code to keep the selection
8044         around as two points and not as a normalized rectangle, and fix
8045         page level selection in two-column mode.
8046
8047 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8048
8049         * shell/ev-window.c: (window_configure_event_cb): 
8050         
8051         Fix compilation
8052         
8053 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * pdf/ev-poppler.cc:
8056
8057         Fix compilation
8058
8059 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * shell/Makefile.am:
8062         * shell/ev-metadata-manager.c: (item_free),
8063         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8064         (parse_value), (parseItem), (load_values),
8065         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8066         (save_values), (save_item), (get_oldest), (resize_items),
8067         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8068         * shell/ev-metadata-manager.h:
8069
8070         Metadata manager from gedit but modified to use GValue, so that
8071         we dont need to keep converting from strings.
8072
8073         * configure.ac:
8074
8075         ENABLE_METADATA conditional, on when dbus is on
8076
8077         * shell/ev-application.c: (ev_application_open_uri):
8078
8079         Show the window after load so that we can initialize
8080         window size before it's showed.
8081
8082         * shell/ev-window.c: (ev_window_setup_from_metadata),
8083         (ev_window_open_uri), (window_configure_event_cb),
8084         (ev_window_init):
8085
8086         Save and load metadata information about window size.
8087         Not yet keeping states in account.
8088
8089         * shell/main.c: (main):
8090
8091         Shutdown metadata manager.
8092
8093 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8094
8095         * shell/ev-application-service.xml:
8096         * configure.ac:
8097         * shell/Makefile.am:
8098         * shell/ev-application.c:
8099         * shell/ev-application.h:
8100         * shell/ev-window.c:
8101         * shell/ev-window.h:
8102         * shell/main.c:
8103
8104         Add an optional dbus interface (--enable-dbus).
8105         Rework application code, mainly to be easier to
8106         use "remotely".
8107         Do not open multiple windows with the same document,
8108         spatial evince!
8109
8110 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8111
8112         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8113         pixbuf iff it exists.
8114
8115 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8116
8117         * shell/*:
8118         * backend/ev-render-context.[ch]:
8119         * backend/ev-selection.[ch]:
8120
8121         Massive changes.  We now support text selection of pdfs, and not
8122         just rectangular selection.  This is pretty broken still, but I
8123         want to get something into CVS.
8124
8125 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8126
8127         * pdf/ev-poppler.cc:
8128         
8129         Fix for Bug 309080: crash on window close.
8130         
8131         * shell/ev-page-action.c: (page_changed_cb):
8132         
8133         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8134         jensgr@gmx.net (Jens Granseuer).
8135
8136 2005-06-25  Marcel Telka  <marcel@telka.sk>
8137
8138         * configure.in (ALL_LINGUAS): Added sk.
8139
8140 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8141
8142         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8143         not a document open
8144
8145 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8146
8147         * NEWS:
8148         * configure.ac:
8149
8150         Release 0.3.2
8151
8152         * cut-n-paste/recent-files/Makefile.am:
8153
8154         Fix make distcheck
8155
8156 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8157
8158         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8159         (pixbuf_document_set_orientation), (rotate_pixbuf),
8160         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8161         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8162
8163         Implement rotation and cleanup the code a bit.
8164
8165         * tiff/tiff-document.c: (tiff_document_get_page_size),
8166         (tiff_document_get_orientation), (tiff_document_set_orientation),
8167         (rotate_pixbuf), (tiff_document_render_pixbuf),
8168         (tiff_document_document_iface_init), (tiff_document_init):
8169
8170         Implement rotation. Was the quicker solution for the release
8171         but we really need to share this code in the shell.
8172
8173 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8174
8175         * pdf/ev-poppler.cc:
8176
8177         Enable rotation, require poppler cvs. Fix a leak.
8178
8179 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8180
8181         * shell/ev-window.c: (update_action_sensitivity):
8182         
8183         Make properties unsensitive if document backend doesn't provide
8184         any info
8185
8186 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8187
8188         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8189         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8190         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8191         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8192         (bitmap_flip_rotate_counter_clockwise):
8193         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8194         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8195         (buff_gets):
8196         * dvi/mdvi-lib/common.h:
8197         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8198         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8199         (opendvi), (mdvi_reload), (mdvi_init_context),
8200         (mdvi_destroy_context), (mdvi_dopage), (special):
8201         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8202         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8203         (file_hash_free), (register_encoding), (parse_spec),
8204         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8205         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8206         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8207         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8208         (mdvi_register_font_type), (mdvi_unregister_font_type),
8209         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8210         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8211         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8212         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8213         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8214         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8215         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8216         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8217         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8218         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8219         (mdvi_unregister_special), (mdvi_flush_specials):
8220         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8221         (t1_font_remove):
8222         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8223         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8224         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8225         (free_font_metrics), (flush_font_metrics):
8226         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8227         (tt_font_remove):
8228         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8229         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8230         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8231         (dstring_insert), (dstring_new), (dstring_reset):
8232         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8233         
8234         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8235         avoid conflict with libtool on FC4
8236         
8237         * shell/ev-window.c: (ev_window_cmd_help_about):
8238         
8239         Update copyright year. Fix for bug 308828.
8240
8241 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8242
8243         * shell/ev-view.c: (add_scroll_binding_keypad),
8244         (ev_view_binding_activated), (ev_view_class_init),
8245         (on_adjustment_value_changed):
8246         
8247         Bug 170874: Arrow keys switch pages in presentation mode
8248
8249 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8250
8251         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8252         
8253         Fix for Bug 308265: Sidebar dissappears coming out of 
8254         Presentation mode
8255
8256 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8257
8258         * shell/ev-application.c: (ev_application_open):
8259         * shell/ev-document-types.c: (ev_document_types_add_filters),
8260         (ev_document_types_add_filters_for_type):
8261         * shell/ev-document-types.h:
8262         * shell/ev-window.c: (ev_window_cmd_save_as):
8263         
8264         Suggest basename as template when saving, provide filters
8265         for save dialog. It's bug 308402
8266
8267 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269         * pdf/ev-poppler.cc:
8270         * shell/ev-sidebar-links.c: (job_finished_callback):
8271         * shell/ev-view.c: (update_find_status_message):
8272         
8273         Some leaks fixed
8274
8275 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8276
8277         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8278         (egg_recent_view_uimanager_set_list):
8279
8280         Fix buglet in !show_numbers case.
8281
8282 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8283
8284         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8285         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8286
8287         Use pango ellipsisation.
8288
8289         * pdf/ev-poppler.cc:
8290
8291         Fix refcount leak, from nsh.
8292
8293 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8294
8295         * cut-n-paste/recent-files/Makefile.am:
8296         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8297         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8298         
8299         Removed EggRecentViewGtk
8300         
8301         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8302         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8303         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8304         (ev_window_setup_recent):
8305         
8306         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8307         with other projects
8308
8309 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8310
8311         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8312         (egg_recent_view_gtk_finalize):
8313
8314         Fix memory leak
8315
8316         * cut-n-paste/toolbar-editor/Makefile.am:
8317         
8318         Fix location of cursor icon.
8319         
8320         * pdf/ev-poppler.cc:
8321         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8322         (display_completion_text), (match_completion):
8323         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8324         (selection_changed_callback), (create_loading_model),
8325         (print_section_cb), (links_page_num_func),
8326         (update_page_callback_foreach):
8327         * shell/ev-window.c: (ev_window_dispose):
8328         
8329         Small memory fixes. Links model now store objects instead
8330         of pointers to improve memory management. 
8331
8332 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8333
8334         * shell/ev-window.c: (zoom_control_changed_cb):
8335         
8336         Fix update of zoom control (bug 308268).
8337
8338 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8339
8340         * shell/ev-properties.c (set_property): escape the text correctly.
8341         Handles non-UTF-8 properties and escaped properties.  Also, sets
8342         the text to "<i>None</i>" if the property isn't set.
8343
8344         * data/evince-properties.glade: Change the label to be ellipsized,
8345         and give it a minimum size.
8346
8347 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8348
8349         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8350         * shell/ev-sidebar-links.c: (create_loading_model):
8351         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8352         * shell/ev-view.c: (ev_view_set_document):
8353         * shell/ev-window.c: (ev_window_dispose):
8354         
8355         Various small fixes, mostly memory leaks. Thanks to valgrind.
8356
8357 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8358
8359         * ps/ps-document.c: remove the locale.h include again ;-). And
8360         kill the (bogus) setlocale/savelocale business.
8361
8362 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8363
8364         * ps/ps-document.c:
8365         
8366         Include locale.h to fix build
8367         
8368         * shell/ev-sidebar.c:
8369         
8370         Remove unnecessary includes
8371
8372 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373
8374         * dvi/dvi-document.c: (dvi_document_load):
8375         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8376         * po/POTFILES.in:
8377         
8378         Check for incorrect dvi files. Fix parsing dvi on AMD64
8379         platform. Thanks to tester@tester.ca (Olivier Crete).
8380
8381 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8382
8383         * shell/ev-page-action.c: (match_selected_cb),
8384         (display_completion_text), (match_completion), (update_model):
8385         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8386         (expand_open_links):
8387         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8388         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8389         (ev_sidebar_set_document):
8390         * shell/ev-window.c: (ev_window_xfer_job_cb),
8391         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8392         
8393         Fixed lot's of memory leaks, for example, memory leak on reload, 
8394         described in bug 307793.
8395
8396 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8397
8398         * pdf/ev-poppler.cc:
8399         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8400         (update_visible_range), (adjustment_changed_cb),
8401         (ev_sidebar_thumbnails_fill_model),
8402         (ev_sidebar_thumbnails_refresh),
8403         (ev_sidebar_tree_selection_changed),
8404         (ev_sidebar_icon_selection_changed),
8405         (ev_sidebar_thumbnails_use_icon_view),
8406         (ev_sidebar_thumbnails_set_document):
8407         * shell/ev-sidebar-thumbnails.h:
8408         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8409         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8410
8411         Refresh thumbnails when changing orientation. Not fully
8412         working yet becuase of a sidebar bug.
8413
8414         Set page orientation to poppler page everywhere. This sucks
8415         really need to fix poppler.
8416
8417 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8418
8419         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8420         (egg_recent_view_gtk_new_menu_item),
8421         (egg_recent_view_gtk_set_property),
8422         (egg_recent_view_gtk_get_property),
8423         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8424         (egg_recent_view_gtk_set_tooltip_func),
8425         (egg_recent_view_gtk_set_label_width),
8426         (egg_recent_view_gtk_get_label_width):
8427         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8428
8429         Sync with libegg (ellipsize labels)
8430
8431 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8432
8433         * data/evince-ui.xml:
8434         * shell/ev-window.c: (ev_window_cmd_go_forward),
8435         (ev_window_cmd_go_backward):
8436         
8437         Shift + PageUp moves 10 Pages. Fix for 306125
8438
8439 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * pdf/ev-poppler.cc:
8442
8443         Add a flag to check if orientation has been overriden
8444
8445 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8446
8447         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8448         field if necessary.
8449
8450         * ps/ps.h: add creator field to document.
8451
8452         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8453         set creator field.
8454
8455 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8456
8457         * data/evince-properties.glade:
8458         * shell/ev-properties.c: (ev_properties_set_document):
8459
8460         s/PDF Version/Format
8461
8462 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * shell/ev-properties.c: (ev_properties_set_document):
8465
8466         Remove unnecessary translations
8467
8468 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * cut-n-paste/toolbar-editor/Makefile.am:
8471
8472         Correct library name    
8473
8474 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * configure.ac:
8477         * cut-n-paste/recent-files/egg-recent-model.c:
8478         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8479         (egg_recent_model_unlock_file):
8480         * cut-n-paste/recent-files/egg-recent-util.c:
8481         (egg_recent_util_get_unique_id):
8482         * cut-n-paste/recent-files/update-from-egg.sh:
8483         * cut-n-paste/toolbar-editor/Makefile.am:
8484         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8485         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8486         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8487         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8488         (egg_toolbars_model_get_type):
8489         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8490
8491         Better makefile for toolbar editor and update everything
8492         to latest libegg.
8493
8494 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-window.c: (update_document_mode):
8497
8498         Prefer presentation mode when the document
8499         require fullscreen.
8500
8501 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * data/evince-ui.xml:
8504         * shell/ev-window.c:
8505
8506         Add control-equal for zooming
8507
8508 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8509
8510         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8511
8512 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * backend/ev-document.c: (ev_document_get_orientation):
8515         * backend/ev-document.h:
8516         * pdf/ev-poppler.cc:
8517         * ps/ps-document.c: (ps_document_get_orientation),
8518         (ps_document_set_orientation), (ps_document_document_iface_init):
8519
8520         Add a get_orientation api. Improve set_orientation.
8521
8522         * data/evince-ui.xml:
8523         * shell/ev-view.c: (ev_view_set_orientation),
8524         (ev_view_rotate_right), (ev_view_rotate_left):
8525         * shell/ev-view.h:
8526         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8527         (ev_window_cmd_edit_rotate_right):
8528
8529         Better ui for changing document orientation
8530
8531 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8532
8533         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8534         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8535         * shell/ev-sidebar-links.h:
8536         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8537         (ev_sidebar_page_iface_init):
8538         * shell/ev-sidebar-page.h:
8539         * shell/ev-sidebar-thumbnails.c:
8540         (ev_sidebar_thumbnails_get_property),
8541         (ev_sidebar_thumbnails_class_init),
8542         (ev_sidebar_thumbnails_set_document):
8543         * shell/ev-sidebar-thumbnails.h:
8544         * shell/ev-view.c: (ev_view_motion_notify_event):
8545         * shell/ev-window.c: (update_chrome_visibility),
8546         (ev_window_cmd_focus_page_selector),
8547         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8548         (sidebar_page_main_widget_update_cb), (ev_window_init):
8549         
8550         Autoraise toolbar on GoToPage binding and fix bindings in
8551         EvSidebarThumbnails page.
8552
8553 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8554
8555         * shell/ev-properties.c: (update_progress_label):
8556
8557         Hide the progress label when finished; bug #307697.
8558
8559 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8560
8561         * pdf/ev-poppler.cc:
8562
8563         Enable is_open for links, you will need poppler cvs
8564
8565         * shell/ev-properties.c: (job_fonts_finished_cb):
8566
8567         Get a lock on the document when filling the tree view
8568
8569 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8570
8571         * backend/ev-document-links.h:
8572         * pdf/ev-poppler.cc:
8573         * shell/ev-sidebar-links.c: (create_loading_model),
8574         (expand_open_links), (job_finished_callback):
8575
8576         Expand links when specified by the document.
8577         Depend on a poppler api (defined out for now)
8578
8579 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8580
8581         * shell/ev-properties.c: (ev_properties_dispose),
8582         (ev_properties_class_init), (dialog_destroy_cb),
8583         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8584         (ev_properties_set_document), (ev_properties_new),
8585         (ev_properties_show):
8586         * shell/ev-properties.h:
8587
8588         Make it an object, cleanup the code, api to show it as transient
8589         and to set the document.
8590
8591         * shell/ev-window.c: (ev_window_setup_document),
8592         (ev_window_cmd_file_properties):
8593
8594         Adapt to EvProperties changes, do not show multiple
8595         times, update it when document changes.
8596
8597 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8598
8599         * ps/gstypes.h:
8600         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8601         (ps_document_set_orientation), (ps_document_document_iface_init):
8602         * ps/ps-document.h:
8603
8604         Implement orientation here too
8605
8606         * shell/ev-properties.c: (ev_properties_new):
8607         * data/evince-properties.glade:
8608
8609         Hide the fonts page for backends that doesnt
8610         support it.     
8611
8612 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8613
8614         * backend/ev-document.c: (ev_document_set_orientation):
8615         * backend/ev-document.h:
8616         * pdf/ev-poppler.cc:
8617
8618         Add orientation api. Currently poppler api is not optimal,
8619         we need to set orientation every time we _get a page.
8620         I will try to fix that at some point.
8621
8622         * data/evince-ui.xml:
8623         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8624         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8625
8626         Add orientation menu items
8627
8628         * shell/ev-page-cache.c: (ev_page_cache_clear):
8629         * shell/ev-page-cache.h:
8630
8631         Add api to clear the cache
8632
8633         * shell/ev-view.c: (setup_caches), (clear_caches),
8634         (ev_view_set_document), (ev_view_zoom_out),
8635         (ev_view_set_orientation):
8636         * shell/ev-view.h:
8637
8638         Implement orientation changing
8639
8640 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8641
8642         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8643         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8644         * backend/ev-document-fonts.h:
8645
8646         Separate scan and fill so that we can incrementally fill from
8647         the main thread. Add a progress api.
8648
8649         * data/evince-properties.glade:
8650         * pdf/ev-poppler.cc:
8651         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8652         * shell/ev-jobs.h:
8653         * shell/ev-properties.c: (update_progress_label),
8654         (job_fonts_finished_cb), (setup_fonts_view):
8655
8656         Incrementally feel the list and show the progress
8657         percentage in a label like acrobat does.
8658
8659         You are going to need poppler cvs
8660
8661 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8662
8663         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8664         * backend/ev-document-fonts.h:
8665         * pdf/ev-poppler.cc:
8666
8667         Make fonts model fill incrementally.
8668
8669         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8670         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8671         (ev_job_queue_remove_job):
8672         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8673         (ev_job_fonts_new), (ev_job_fonts_run):
8674         * shell/ev-jobs.h:
8675
8676         New job for fonts scanning
8677
8678         * shell/ev-properties.c: (job_fonts_finished_cb),
8679         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8680         * shell/ev-properties.h:
8681         * shell/ev-window.c: (ev_window_cmd_file_properties):
8682
8683         Incrementally feel the treeview using the new job. Show Loading...
8684         message until scanning is completed.
8685
8686         Hopefully I didnt break the build without the poppler patch.
8687
8688 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8689
8690         * shell/ev-application.c: (ev_application_open):
8691         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8692         (ev_document_type_get_type), (ev_document_type_lookup):
8693         * shell/ev-document-types.h:
8694         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8695         * shell/ev-job-xfer.h:
8696         * shell/ev-window.c: (ev_window_clear_local_uri),
8697         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8698         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8699         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8700         
8701         Transfer remote documents to tmp directory to display them later.
8702
8703 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8704
8705         * backend/ev-document-info.h:
8706         * shell/ev-properties.c: (ev_properties_new):
8707
8708         s/GTime*/GTime. Not sure why we was using a pointer
8709         at all there!
8710
8711 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8712
8713         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8714         situations.  That situation is that you're using GTK+-HEAD with
8715         the patch at #306726 is applied, and you have a document with <
8716         1500 pages in it.  It's not quite as uniformly nice as the
8717         TreeView, but should be better in the long run.
8718
8719         I'm pretty sure I guarded against breaking compilation with
8720         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8721         I missed some.
8722
8723         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8724         widget yet, so I commented that code out
8725         enable_view_actions_for_widget() for now.  Need to figure this
8726         out.
8727
8728         * shell/ev-page-action.c (match_selected_cb): emit the right
8729         signals.  Our cool C-l completion now works.
8730
8731 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * backend/Makefile.am:
8734         * backend/ev-document-fonts.c:
8735         * backend/ev-document-links.c:
8736         * backend/ev-document.c: (ev_document_load):
8737         * backend/ev-document.h:
8738         * backend/ev-job-queue.c:
8739         * backend/ev-job-queue.h:
8740         * backend/ev-jobs.c:
8741         * backend/ev-jobs.h:
8742         * backend/ev-page-cache.c:
8743         * backend/ev-page-cache.h:
8744
8745         EvPageCache and EvJobs are moved to shell.
8746
8747         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8748         (ev_tmp_filename):
8749         * lib/ev-file-helpers.h:
8750         
8751         New helper to work with temporary files
8752         
8753         * shell/Makefile.am:
8754         * shell/ev-application.c: (ev_application_open):
8755         * shell/ev-application.h:
8756         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8757         (remove_job_from_async_queue), (add_job_to_async_queue),
8758         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8759         (handle_job), (search_for_jobs_unlocked),
8760         (no_jobs_available_unlocked), (ev_render_thread),
8761         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8762         (ev_job_queue_add_job), (move_job_async), (move_job),
8763         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8764         * shell/ev-job-queue.h:
8765         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8766         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8767         * shell/ev-job-xfer.h:
8768         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8769         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8770         (ev_job_links_class_init), (ev_job_render_init),
8771         (ev_job_render_dispose), (ev_job_render_class_init),
8772         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8773         (ev_job_thumbnail_class_init), (ev_job_load_init),
8774         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8775         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8776         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8777         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8778         * shell/ev-jobs.h:
8779         * shell/ev-page-action.c: (ev_page_action_set_document):
8780         * shell/ev-page-cache.c: (ev_page_cache_init),
8781         (ev_page_cache_class_init), (ev_page_cache_finalize),
8782         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8783         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8784         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8785         (ev_page_cache_get_title), (ev_page_cache_get_size),
8786         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8787         (ev_page_cache_get_height_to_page),
8788         (ev_page_cache_get_max_label_chars),
8789         (ev_page_cache_get_page_label),
8790         (ev_page_cache_has_nonnumeric_page_labels),
8791         (ev_page_cache_get_info), (ev_page_cache_next_page),
8792         (ev_page_cache_prev_page), (ev_page_cache_get):
8793         * shell/ev-page-cache.h:
8794         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8795         (ev_pixbuf_cache_clear_job_sizes),
8796         (ev_pixbuf_cache_add_jobs_if_needed),
8797         (ev_pixbuf_cache_set_page_range):
8798         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8799         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8800         * shell/ev-sidebar-thumbnails.c:
8801         (ev_sidebar_tree_selection_changed),
8802         (ev_sidebar_thumbnails_set_document):
8803         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8804         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8805         (ev_statusbar_get_context_id), (ev_statusbar_push),
8806         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8807         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8808         (ev_statusbar_set_progress):
8809         * shell/ev-statusbar.h:
8810         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8811         (ev_view_find_previous):
8812         * shell/ev-window.c: (ev_window_is_empty),
8813         (ev_window_setup_document), (password_dialog_response),
8814         (ev_window_clear_jobs), (ev_window_load_job_cb),
8815         (ev_window_xfer_job_cb), (ev_window_open_uri),
8816         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8817         (ev_window_print), (ev_window_print_range),
8818         (ev_window_state_event), (ev_window_cmd_view_reload),
8819         (menu_item_select_cb), (menu_item_deselect_cb),
8820         (view_status_changed_cb), (ev_window_dispose),
8821         (drag_data_received_cb), (ev_window_init):
8822         * shell/ev-window.h:
8823         * shell/main.c: (load_files):
8824         
8825         New statusbar to show progress on idle. Two new jobs - 
8826         xfer job and load job to load document in background. And update
8827         of page_cache clients to new location of code.
8828
8829 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8830
8831         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8832         selection in open dialog. It also remembers the last visited directory 
8833         in the current session.
8834
8835 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8836
8837         * shell/ev-properties.c: (ev_properties_new):
8838         * shell/ev-properties.h:
8839         * shell/ev-window.c: (ev_window_cmd_file_properties):
8840         
8841         Get document info from page cache instead of document itself.
8842         This should fix crash related to race conditions described in
8843         bug 306545.
8844
8845 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8846
8847         * ps/ps-document.c: (ps_document_init),
8848         (send_ps), (get_page_box), (output), (catchPipe), (input),
8849         (stop_interpreter), (file_length), (file_readable),
8850         (check_filecompressedb), (ps_document_enable_interpreter),
8851         (document_load), (ps_async_renderer_render_pixbuf):
8852         * ps/ps-document.h:
8853
8854         Big cleanup of the ps code
8855
8856 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8857
8858         * backend/Makefile.am:
8859         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8860         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8861         * backend/ev-async-renderer.h:
8862
8863         Add an async renderer interface (method + callback) which
8864         is useful for backends like ps.
8865
8866         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8867         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8868         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8869         (ev_job_queue_add_job), (move_job_async), (move_job),
8870         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8871
8872         Add queues for async renderer, these are executed on the
8873         main thread.
8874
8875         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8876         (ev_job_render_run):
8877         * backend/ev-jobs.h:
8878
8879         If the backend support async renderer interface use it.
8880
8881         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8882         (setup_pixmap), (ps_document_get_type),
8883         (ps_async_renderer_render_pixbuf),
8884         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8885
8886         Implement async renderer interface.
8887
8888 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8889
8890         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8891
8892         Cleanup links job on exit.
8893
8894 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8895
8896         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8897         (drag_data_get_cb), (drag_data_received_cb):
8898         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8899         (drag_data_get_cb), (parse_item_list),
8900         (egg_toolbar_editor_load_actions):
8901         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8902         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8903         (parse_item_list), (parse_toolbars):
8904         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8905         (dvi_pixbuf_put_pixel):
8906         
8907         Fix gcc 4.0 warnings
8908
8909 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8910
8911         * ps/ps-document.c: (start_interpreter):
8912
8913         Fix warning when loading ps
8914
8915 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8916
8917         * ps/ps-document.c: (output):
8918
8919         Fix crash when priting gs error messages.
8920
8921 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8922
8923         * backend/ev-page-cache.c: (_ev_page_cache_new):
8924         * backend/ev-page-cache.h:
8925
8926         Use a const to return title so that we dont double
8927         free it. Small cleanup and fix a leak.
8928
8929         * shell/ev-window.c: (update_window_title):
8930
8931         strdup value from get_title.
8932
8933 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8934
8935         * shell/ev-sidebar-links.c: (job_finished_callback),
8936         (ev_sidebar_links_set_document):
8937
8938         Cleanup the old job when changing document
8939
8940 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8941
8942         * shell/ev-stock-icons.c:
8943         * shell/ev-stock-icons.h:
8944         * shell/ev-window.c:
8945         
8946         Add stock icons for actions that can appear in toolbar. Fix for
8947         bug 306566.
8948
8949 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8950
8951         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8952         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8953         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8954         * backend/ev-page-cache.h:
8955         * shell/ev-view.c: (scroll_to_current_page),
8956         (view_update_range_and_current_page), (get_page_y_offset),
8957         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8958         (ev_view_size_request_continuous),
8959         (ev_view_zoom_for_size_continuous_and_dual_page),
8960         (ev_view_zoom_for_size_continuous):
8961         
8962         More compact EvView layout in document with pages of different size.
8963
8964 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8965
8966         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8967         compilation.
8968
8969 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8970
8971         * shell/ev-view.c: (view_set_adjustment_values):
8972         * shell/ev-window.c: (ev_window_cmd_file_properties):
8973         
8974         A bit different fix for rounding problem but it has no
8975         problems on startup. Make properties window transient to parent.
8976
8977 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8978
8979         * pdf/ev-poppler.cc:
8980         
8981         More commenting of font stuff.
8982
8983 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8984
8985         * pdf/ev-poppler.cc:
8986
8987         Comment out some more fonts stuff. Should really
8988         work without the poppler patch now.
8989
8990 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8991
8992         * pdf/ev-poppler.cc:
8993
8994         Adapt to api change
8995
8996 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8997
8998         * data/evince-properties.glade:
8999         * pdf/ev-poppler.cc:
9000         * shell/ev-properties.c: (setup_fonts_view):
9001
9002         Set the column title. Show the dialog only
9003         once everything is setup.
9004         Getting font info can be very slow... will
9005         prolly need to make this threaded too.
9006
9007 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9008
9009         * backend/Makefile.am:
9010         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9011         (ev_document_fonts_get_fonts_model):
9012         * backend/ev-document-fonts.h:
9013         * data/evince-properties.glade:
9014         * pdf/ev-poppler.cc:
9015         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9016         * shell/ev-properties.h:
9017         * shell/ev-window.c: (ev_window_cmd_file_properties):
9018
9019         Implement fonts list. Defined out for now, since it depends
9020         on a not yet committed poppler patch.
9021
9022 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9023
9024         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9025         page + 1.
9026
9027         * shell/ev-window.c: Make sure we add the timeout when we get a
9028         focus-in event.
9029
9030         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9031         adjustment->value before calculating the zoom factor to average
9032         out all of our rounding errors.  The page no longer 'drifts' when
9033         resizing.
9034
9035 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9036
9037         * data/evince-properties.glade:
9038         * shell/ev-properties.c: (ev_properties_format_date),
9039         (set_property):
9040         
9041         Labels don't expand when the dialogue is resized.
9042         strftime result needs to be converted to UTF-8. Thanks
9043         to Christian Persch <chpe@gnome.org>.
9044
9045 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9046
9047         * data/evince-properties.glade:
9048
9049         Hide the fonts tab
9050
9051 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9052
9053         * backend/ev-document-info.h:
9054         * backend/ev-document.c: (ev_document_info_free):
9055         * data/evince-properties.glade:
9056         * pdf/ev-poppler.cc:
9057         * ps/ps-document.c: (ps_document_get_info):
9058         * shell/ev-properties.c: (ev_properties_format_date),
9059         (set_property), (ev_properties_new):
9060         * shell/ev-properties.h:
9061         * shell/ev-window.c: (ev_window_cmd_file_properties):
9062
9063         Rework properties code to take only EvPropertyInfo
9064         in the constructor so that it can be useful for
9065         nautilus plugin too.
9066
9067         Deal with backends that doesnt support some properties.
9068         Make set property code generic.
9069
9070 2005-06-04  Christian Persch <chpe@gnome.org>
9071
9072         * data/evince-properties.glade:
9073
9074         fix spacings, make resizeable, and make data labels
9075         selectable + ellipsised
9076
9077 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9078
9079         * backend/ev-document-info.h:
9080         * data/Makefile.am:
9081         * data/evince-ui.xml:
9082         * pdf/ev-poppler.cc:
9083         * shell/Makefile.am:
9084         * shell/ev-window.c: (update_action_sensitivity),
9085         (ev_window_cmd_file_properties):
9086
9087         Initial go at file properties. Patch by
9088         Emil Soleyman-Zomalan <emil@soleyman.com>.
9089         Needs love see #169583
9090
9091 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9092
9093         * ps/ps-document.c: (output):
9094         * ps/ps.c: (psscan):
9095
9096         Try to render even if psscan fails.
9097
9098 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9099
9100         * ps/ps.c: (psscan), (pscopydoc):
9101
9102         Port buffered reading code from gv
9103
9104 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9105
9106         * ps/ps-document.c: (interpreter_message), (output):
9107
9108         Do not fail on interpreter messages
9109
9110 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9111
9112         * backend/ev-document-misc.c:
9113         (ev_document_misc_get_thumbnail_frame):
9114
9115         Pages can be 0 x 0, dont assert on this case
9116
9117 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9118
9119         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9120         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9121
9122         Correctly manage our reference on document. Finally the reload
9123         huge leak is gone...
9124
9125 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9126
9127         * ps/ps-document.c: (ps_document_dispose):
9128
9129         Forgot to chain it to the parent. Thanks chpe.
9130
9131 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9132
9133         * ps/ps-document.c: (ps_document_dispose),
9134         (ps_document_class_init), (stop_interpreter), (document_load):
9135
9136         Cleanup dispose a bit. Dont leak the whole pixmap.
9137
9138 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9139
9140         * pdf/ev-poppler.cc:
9141
9142         Release the poppler document on dispose
9143
9144 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9145
9146         * shell/ev-view.c: (ev_view_set_document):
9147
9148         Release ref on the pixbuf cache when changing
9149         document.
9150
9151 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9152
9153         * ps/ps-document.c: (ps_document_get_info):
9154
9155         Fix a double free
9156
9157 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9158
9159         * backend/ev-page-cache.c: (ev_page_cache_init),
9160         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9161         * backend/ev-page-cache.h:
9162         * shell/ev-page-action.c: (page_changed_cb):
9163         
9164         Set page action entry width depending on labels width. Fix
9165         for bug 305202.
9166
9167 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9168
9169         * backend/ev-link.c: (ev_link_class_init):
9170
9171         Allow -1 as page value (error)
9172
9173 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9174
9175         * shell/ev-sidebar-thumbnails.c:
9176         (ev_sidebar_thumbnails_set_document):
9177         * shell/ev-view.c: (scroll_to_current_page),
9178         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9179         (page_changed_cb), (on_adjustment_value_changed),
9180         (ev_view_set_document):
9181
9182         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9183         Fix bug 305377
9184
9185 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9186
9187         * configure.ac:
9188         * djvu/djvu-document.c: (djvu_document_get_page_size):
9189
9190         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9191         bug 301993.
9192
9193 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * shell/ev-view.c (draw_one_page): modify the expose handling to
9196         get the shadows.
9197
9198         * shell/ev-window.c (update_action_sensitivity): Respect
9199         permissions field.  Kowtow to the man.
9200
9201         * pdf/ev-poppler.cc: Get the permissions field.
9202
9203         * tiff/*c: Make a tiny bit more robust.
9204
9205 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9206
9207         * djvu/djvu-document.c:
9208         
9209         Pop messages from djvu context message queue.
9210
9211 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9212
9213         * configure.ac, Makefile.am, shell/Makefile.am:
9214         * tiff/Makefile.am, shell/ev-document-types.c:
9215         
9216         Cleanup tiff configure checks. Fix for bug 305218.
9217
9218 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9219
9220         * configure.ac: Added "uk" to ALL_LINGUAS.
9221
9222 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9223
9224         * cut-n-paste/zoom-control/ephy-zoom.c:
9225         (ephy_zoom_get_changed_zoom_level):
9226         * cut-n-paste/zoom-control/ephy-zoom.h:
9227         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9228         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9229         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9230         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9231         (zoom_control_changed_cb), (ev_window_init):
9232         
9233         Fix minor points related to moving best fit up. Introduce
9234         "zoom" property and make zoom control change it's value on
9235         notify::zoom signals. Fix for 305080.
9236
9237 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9238
9239         * data/evince-ui.xml:
9240         * shell/ev-window.c: (set_view_actions_sensitivity):
9241         
9242         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9243
9244 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9245
9246         * configure.ac:
9247
9248         Depends on poppler 0.3.2
9249
9250 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9251
9252         * cut-n-paste/recent-files/egg-recent-item.c:
9253         (egg_recent_item_get_short_name):
9254         * cut-n-paste/toolbar-editor/Makefile.am:
9255         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9256         (new_pixbuf_from_widget):
9257         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9258         * cut-n-paste/toolbar-editor/egg-marshal.c:
9259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9260         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9261
9262         Sync
9263
9264 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9265
9266         * tiff/tiff-document.c: Rough TIFF backend.
9267
9268 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9269
9270         * NEWS:
9271         * configure.ac:
9272         * cut-n-paste/toolbar-editor/Makefile.am:
9273
9274         Release 0.3.1
9275
9276 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9277
9278         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9279         (ev_view_find_next), (ev_view_find_previous):
9280
9281         Remove the locks around get_n_results   
9282
9283 2005-05-21  Juerg Billeter  <j@bitron.ch>
9284
9285         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9286
9287         Pass correct number of pages to poppler.
9288
9289 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9290
9291         * configure.ac:
9292         * data/Makefile.am:
9293         * data/evince.desktop.in: 
9294         * data/evince.desktop.in.in:
9295         * po/POTFILES.in:
9296         
9297         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9298
9299 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9300
9301         * shell/ev-view.c: (view_update_adjustments),
9302         (view_set_adjustment_values): cast adjustmen->value to (int)
9303         before using it.  Otherwise, we get off by a pixel in some
9304         situations.
9305
9306         (draw_one_page): Draw the border on expose.
9307
9308 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9309
9310         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9311         adjustment when the mode changes, #304923
9312
9313 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9314
9315         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9316         flickering on resize but still use gdk_window_scroll on
9317         scrolling
9318
9319 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9320
9321         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9322         option, #170458
9323
9324 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9325
9326         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9327         second page on page_changed if possible, #304669
9328
9329 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9330
9331         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9332         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9333
9334 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9335
9336         * .cvsignore:
9337         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9338         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9339         (ev_view_zoom_for_size_presentation),
9340         (ev_view_zoom_for_size_continuous_and_dual_page),
9341         (ev_view_zoom_for_size_continuous),
9342         (ev_view_zoom_for_size_dual_page),
9343         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9344         * shell/ev-view.h:
9345         * shell/ev-window.c: (update_view_size),
9346         (ev_window_sizing_mode_changed_cb):
9347
9348         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9349         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9350         an infinite loop, #304769
9351
9352
9353 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9354
9355         * data/evince-ui.xml:
9356         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9357         * shell/ev-window.c: (set_view_actions_sensitivity):
9358
9359         Make PgUp/Down behave like Space
9360
9361 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9362
9363         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9364         * backend/ev-ps-exporter.h:
9365         * pdf/ev-poppler.cc:
9366         * ps/ps-document.c: (ps_document_ps_export_begin):
9367         * shell/ev-print-job.c: (idle_print_handler):
9368
9369         Adapt to new poppler api
9370
9371 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9372
9373         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9374         (ephy_zoom_control_init):
9375
9376         Translate zoom levels
9377
9378 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9379
9380         * cut-n-paste/zoom-control/ephy-zoom.c:
9381         (ephy_zoom_get_zoom_level_index):
9382
9383         Fix current zoom -> zoom control match
9384
9385 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9386
9387         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9388         rather than the scrolled_window that it's in. Fixes bug #304655.
9389
9390 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9391
9392         * shell/ev-view.c: (view_update_adjustments),
9393         (view_set_adjustment_values), (view_update_range_and_current_page),
9394         (view_scroll_to_page), (set_scroll_adjustment),
9395         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9396         (ev_view_scroll), (ev_view_scroll_view),
9397         (ensure_rectangle_is_visible), (find_page_at_location),
9398         (get_link_at_location), (go_to_link), (status_message_from_link),
9399         (ev_view_size_request_continuous_dual_page),
9400         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9401         (ev_view_unrealize), (ev_view_expose_event),
9402         (ev_view_button_press_event), (ev_view_motion_notify_event),
9403         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9404         (draw_rubberband), (highlight_find_results), (draw_one_page),
9405         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9406         (ev_view_init), (find_changed_cb), (page_changed_cb),
9407         (on_adjustment_value_changed), (ev_view_new),
9408         (ev_view_set_document), (ev_view_set_zoom),
9409         (ev_view_set_continuous), (ev_view_set_dual_page),
9410         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9411         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9412         (ev_view_zoom_for_size_presentation),
9413         (ev_view_zoom_for_size_continuous_dual_page),
9414         (ev_view_zoom_for_size_continuous),
9415         (ev_view_zoom_for_size_dual_page),
9416         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9417         (ev_view_get_status), (ev_view_set_status),
9418         (update_find_status_message), (ev_view_get_find_status),
9419         (ev_view_set_find_status), (jump_to_find_result),
9420         (jump_to_find_page), (compute_selections), (clear_selection),
9421         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9422         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9423         (ev_view_update_primary_selection),
9424         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9425         * shell/ev-view.h:
9426         * shell/ev-window.c: (ev_window_open_page_label),
9427         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9428         (ev_window_init):
9429         * shell/ev-window.h:
9430         * shell/main.c: (load_files):
9431
9432         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9433         when resizing.  Remove the bin_window().  Also, patch from James
9434         Bowes to fix command line page, #300641
9435         
9436 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9437
9438         * data/evince-ui.xml:
9439         * shell/ev-view.c:
9440         * shell/ev-view.h:
9441         * shell/ev-window.c: (update_action_sensitivity):
9442
9443         Get rid of View->Normal Size, it's just confusing
9444
9445 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9446
9447         * backend/ev-document-info.h:
9448         * backend/ev-document.c: (ev_document_info_free): Free the
9449         EvDocumentInfo.
9450
9451         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9452         (clear_range), (add_range), (update_visible_range),
9453         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9454         (ev_sidebar_thumbnails_set_document):
9455         * shell/ev-window.c: (ev_window_setup_document): Only render the
9456         visible thumbnails.  It takes an instant to render, but it uses
9457         much less memory.
9458
9459 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9460
9461         * shell/ev-sidebar-links.c: (popup_menu_cb):
9462
9463         Select first item
9464
9465 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9466
9467         * lib/Makefile.am:
9468         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9469         (button_press_cb), (ev_sidebar_links_construct):
9470
9471         Show the popup menu also on keybindings
9472
9473 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9474
9475         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9476         * shell/ev-window.h:
9477
9478         Expose api to print a range (with dialog). Make private _print use
9479         it.
9480
9481         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9482         (ev_sidebar_links_construct):
9483
9484         Show a print context menu on linkx, it prints the selected
9485         section.
9486
9487 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9488
9489         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9490         button.
9491
9492 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9493
9494         * AUTHORS:
9495
9496         Update
9497
9498         * shell/ev-window.c: (build_comments_string),
9499         (ev_window_cmd_help_about):
9500
9501         Show poppler version/backend and authors
9502
9503 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * cut-n-paste/zoom-control/ephy-zoom.c:
9506         (ephy_zoom_get_zoom_level_index):
9507         * cut-n-paste/zoom-control/ephy-zoom.h:
9508
9509         Move the best fit items at the top of the list
9510
9511 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9512
9513         * shell/ev-marshal.list:
9514         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9515         (activate_cb), (match_selected_cb), (activate_link_cb),
9516         (connect_proxy), (ev_page_action_class_init):
9517         * shell/ev-page-action.h:
9518
9519         Use signals to notify action activation. Hopefully
9520         I did not break completion since I cant test...
9521
9522         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9523         (register_custom_actions):
9524
9525         Connect to page selector actions and also grab focus on
9526         the view when activated.
9527
9528 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9529
9530         * pdf/ev-poppler.cc:
9531         * backend/ev-page-cache.c: make page size calculation consistent
9532         and set it to (int)( width * scale + 0.5).  This makes the weird
9533         line going through the middle of the page go away.
9534
9535         * shell/ev-view.c: move painting the background page after
9536         checking the expose area covers us.
9537
9538 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9539
9540         * data/evince-password.glade:
9541         
9542         Mark labels as not translatable. Fix for bug 302842.
9543
9544 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9545
9546         * configure.ac: Added "es" to ALL_LINGUAS.
9547
9548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9549
9550         * data/evince-toolbar.xml:
9551         * shell/ev-window.c: (update_action_sensitivity),
9552         (ev_window_setup_document), (ev_window_set_page_mode),
9553         (ev_window_init):
9554
9555         Remove some leftover code from jrb first continous
9556         attempt. Use the new actions, we still need good icons
9557         though...
9558
9559 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9560
9561         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9562
9563         Update label when connecting proxy. Fix a warning with NULL
9564         page_cache.
9565
9566 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9567
9568         * data/evince-ui.xml:
9569         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9570         * shell/ev-page-action.h:
9571         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9572
9573         Add mnemonic for edit toolbar.
9574         ctrl+l focus the page entry.
9575
9576 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9577
9578         * lib/Makefile.am:
9579         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9580         (ev_window_init):
9581         * shell/main.c: (main):
9582
9583         Put the toolbar xml in evince own dot dir
9584
9585 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9586
9587         * shell/ev-window.c: (ev_window_init):
9588
9589         Make the toolbar not removable
9590
9591 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9592
9593         * data/evince-ui.xml:
9594         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9595         * shell/ev-sidebar-links.h:
9596         * shell/ev-sidebar-thumbnails.c:
9597         (ev_sidebar_thumbnails_get_treeview):
9598         * shell/ev-sidebar-thumbnails.h:
9599         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9600         (ev_view_class_init):
9601         * shell/ev-view.h:
9602         * shell/ev-window.c: (update_action_sensitivity),
9603         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9604         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9605         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9606         (ev_window_init):
9607
9608         This is evil... Make space/backspace global accelerators but
9609         enable them only for some widgets (sidebars and view).
9610         I dont like it, but I dont know a better way... :/
9611
9612 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9613
9614         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9615         (ev_page_action_widget_finalize),
9616         (ev_page_action_widget_class_init), (update_page_cache):
9617
9618         Keep a weak reference on proxy->page_cache so that we
9619         dont try to disconnect the signal if the object is already
9620         gone. Maybe there is a better way to cleanup reference handling
9621         in page action though...
9622
9623 2005-05-10  Juerg Billeter  <j@bitron.ch>
9624
9625         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9626         * backend/ev-ps-exporter.h:
9627         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9628         * ps/ps-document.c: (ps_document_ps_export_begin):
9629         
9630         Change api to pass print range to ps_exporter_begin. The pdf backend
9631         requires this information.
9632         
9633         * shell/ev-print-job.c: (idle_print_handler):
9634         
9635         Adapt to api change
9636
9637 2005-05-10  Juerg Billeter  <j@bitron.ch>
9638
9639         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9640         (idle_print_handler)
9641         * shell/ev-window.c: (ev_window_print):
9642
9643         Support printing page range, based on patch by Amaury Jacquot
9644
9645 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9646
9647         * data/evince-toolbar.xml:
9648
9649         Add zoom control to available items
9650
9651 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9652
9653         * shell/ev-window.c: (update_action_sensitivity):
9654
9655         Set slash action insensitive when appropriate
9656
9657 2005-05-10  Christian Persch <chpe@gnome.org>
9658
9659         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9660
9661         Fix warning on the overflow menu
9662
9663 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9664
9665         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9666
9667         Check for uri correctness/existence
9668
9669 2005-05-09  Juerg Billeter  <j@bitron.ch>
9670
9671         * shell/ev-window.c: (using_postscript_printer):
9672
9673         LPD printers use postscript, too
9674
9675 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9676
9677         * shell/ev-window.c: (register_custom_actions):
9678
9679         The zoom one is actually sort of useful,
9680         put it back
9681
9682 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9683
9684         * shell/ev-window.c: (register_custom_actions):
9685
9686         Hide page/zoom controls from overflow, they
9687         are useless.
9688
9689 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9690
9691         * cut-n-paste/update-from-egg.sh:
9692         
9693         Share it between all cut-n-paste subdirs
9694
9695         * cut-n-paste/recent-files/Makefile.am:
9696
9697         Fix to use "global" update-from-egg.sh
9698
9699         * cut-n-paste/recent-files/egg-recent-model.c:
9700         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9701         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9702         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9703         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9704
9705         Update from libegg
9706
9707         * cut-n-paste/toolbar-editor/Makefile.am:
9708
9709         Fix to use "global" update-from-egg.sh
9710
9711         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9712
9713         Update from libegg
9714
9715 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9716
9717         * configure.ac:
9718         * cut-n-paste/Makefile.am:
9719         * cut-n-paste/recent-files/Makefile.am:
9720         * cut-n-paste/toolbar-editor/.cvsignore:
9721         * cut-n-paste/toolbar-editor/Makefile.am:
9722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9723         (egg_editable_toolbar_get_type), (get_toolbar_position),
9724         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9725         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9726         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9727         (set_item_drag_source), (create_item_from_action), (create_item),
9728         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9729         (popup_toolbar_context_menu_cb), (free_dragged_item),
9730         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9731         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9732         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9733         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9734         (item_added_cb), (item_removed_cb),
9735         (egg_editable_toolbar_construct),
9736         (egg_editable_toolbar_disconnect_model),
9737         (egg_editable_toolbar_deconstruct),
9738         (egg_editable_toolbar_set_model),
9739         (egg_editable_toolbar_set_ui_manager),
9740         (egg_editable_toolbar_set_property),
9741         (egg_editable_toolbar_get_property),
9742         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9743         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9744         (egg_editable_toolbar_new_with_model),
9745         (egg_editable_toolbar_get_edit_mode),
9746         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9747         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9748         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9749         (new_pixbuf_from_widget), (new_separator_pixbuf),
9750         (update_separator_image), (style_set_cb),
9751         (_egg_editable_toolbar_new_separator_image),
9752         (egg_editable_toolbar_get_model):
9753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9754         * cut-n-paste/toolbar-editor/egg-marshal.c:
9755         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9756         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9757         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9758         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9759         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9760         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9761         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9762         (editor_drag_data_delete_cb), (drag_data_get_cb),
9763         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9764         (editor_create_item), (update_editor_sheet), (setup_editor),
9765         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9766         (parse_item_list), (model_has_action), (update_actions_list),
9767         (egg_toolbar_editor_load_actions):
9768         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9769         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9770         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9771         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9772         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9773         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9774         (egg_toolbars_model_add_separator), (impl_add_item),
9775         (parse_item_list), (egg_toolbars_model_add_toolbar),
9776         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9777         (impl_get_item_data), (impl_get_item_type),
9778         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9779         (egg_toolbars_model_init), (free_toolbar),
9780         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9781         (egg_toolbars_model_remove_toolbar),
9782         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9783         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9784         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9785         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9786         (egg_toolbars_model_get_item_data),
9787         (egg_toolbars_model_get_item_type):
9788         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9789         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9790         * data/Makefile.am:
9791         * data/evince-toolbar.xml:
9792         * data/evince-ui.xml:
9793         * data/hand-open.png:
9794         * po/POTFILES.in:
9795         * shell/Makefile.am:
9796         * shell/ev-window.c: (update_chrome_visibility),
9797         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9798         (ev_window_dispose), (ev_window_init):
9799
9800         Implement epiphany like toolbar editor. Based on patch by
9801         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9802
9803 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9806
9807         Use set_cursor instead of set_selection, so that
9808         the keyboard focus moves too.
9809
9810 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9811
9812         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9813
9814         Fix infinite loop when loading Type1 fonts
9815
9816 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9817
9818         * data/evince-ui.xml:
9819         * shell/ev-window.c:
9820
9821         Slash -> Find
9822
9823 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9824
9825         * configure.ac:
9826
9827         Make --disable really disable
9828
9829 2005-05-07  Juerg Billeter  <j@bitron.ch>
9830
9831         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9832
9833         Compare page labels even without has_labels set, fixes setting page
9834         with entry
9835
9836 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9837
9838         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9839         (ev_view_set_cursor), (ev_view_button_press_event),
9840         (ev_view_motion_notify_event), (ev_view_button_release_event),
9841         (ev_view_init):
9842
9843         Implement middle button scrolling. Based on a patch
9844         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9845
9846 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9847
9848         * shell/ev-document-types.c: (get_slow_mime_type),
9849         (get_document_type_from_mime), (ev_document_type_lookup):
9850         * shell/ev-document-types.h:
9851
9852         Change api to lookup from uri. Do fast lookup first, if the
9853         type is unknown try with data sniffing.
9854
9855         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9857
9858         Adapt to api change
9859
9860 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9861
9862         * thumbnailer/Makefile.am:
9863
9864         Fix distcheck
9865
9866 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9867
9868         * NEWS:
9869         * configure.ac:
9870
9871         Release 0.3.0
9872
9873         * data/evince-ui.xml:
9874
9875         Hide presentation mode for now
9876
9877         * shell/ev-view.c: (highlight_find_results):
9878
9879         Show current find selection only on current page
9880
9881 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9882
9883         * shell/ev-view.c: (ev_view_select_all):
9884
9885         Compute size of the actual page, not of
9886         the current one.
9887
9888 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9889
9890         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9891         (view_rect_to_doc_rect), (compute_selections),
9892         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9893         (ev_view_copy), (ev_view_primary_get_cb),
9894         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9895         (ev_view_button_press_event), (ev_view_motion_notify_event),
9896         (ev_view_button_release_event), (page_changed_cb):
9897
9898         Fix text selection
9899
9900 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9901
9902         * shell/ev-view.c: (compute_border), (get_page_extents),
9903         (doc_rect_to_view_rect), (highlight_find_results),
9904         (ev_view_bin_expose), (ev_view_select_all),
9905         (ev_view_motion_notify_event), (update_find_status_message),
9906         (jump_to_find_result), (jump_to_find_page):
9907
9908         First go at fixing search, still buggy
9909
9910 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9911
9912         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9913         dropdown box and button at the top of the sidebar.
9914
9915 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9916
9917         * configure.ac: Output zoom-control Makefile.
9918         * cut-n-paste/Makefile.am: build zoom-control subdir.
9919         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9920         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9921         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9922         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9923         * cut-n-paste/zoom-control/ephy-zoom.c:
9924         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9925         from epiphany, and modified to add a separator into the menu.
9926         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9927         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9928         zoom-control action.
9929         * shell/Makefile.am: Include zoom-control flags.
9930         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9931         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9932         (ev_view_zoom_for_size_presentation),
9933         (ev_view_zoom_for_size_continuous_and_dual_page),
9934         (ev_view_zoom_for_size_continuous),
9935         (ev_view_zoom_for_size_dual_page),
9936         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9937         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9938         ev_view_get_zoom and ev_view_get_sizing_mode.
9939         * shell/ev-view.h:
9940         * shell/ev-window.c: (update_action_sensitivity),
9941         (update_sizing_buttons), (zoom_control_changed_cb),
9942         (register_custom_actions): Initialize and use the zoom-control 
9943         widget.
9944
9945 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9946
9947         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9948         preview cache back to 1.  Don't know when it got set to 0.
9949         
9950         * shell/ev-view.c: (compute_border), (ev_view_realize),
9951         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9952         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9953         (ev_view_get_fullscreen), (ev_view_set_presentation),
9954         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9955         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9956         * shell/ev-view.h:
9957         * shell/ev-window.c:
9958         (update_chrome_visibility),
9959         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9960         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9961         (update_document_mode), (ev_window_update_fullscreen_action),
9962         (ev_window_fullscreen), (ev_window_unfullscreen),
9963         (ev_window_cmd_view_fullscreen),
9964         (ev_window_update_presentation_action),
9965         (ev_window_run_presentation), (ev_window_stop_presentation),
9966         (ev_window_cmd_view_presentation), (ev_window_state_event),
9967         (ev_window_focus_in_event), (ev_window_focus_out_event),
9968         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9969         * data/evince-ui.xml: Initial presentation mode.  We should
9970         probably hide this until it's done, as it's quite rough.  Also,
9971         change full-screen to fullscreen and add two getters to EvView.
9972
9973 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9974
9975         * shell/ev-page-action.c: (update_page_cache),
9976         (ev_page_action_dispose):
9977         * shell/ev-window.c: (destroy_fullscreen_popup),
9978         (ev_window_create_fullscreen_popup):
9979
9980         Use connect_object rather than explicitly
9981         disconnect on dispose.
9982
9983 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9984
9985         * shell/ev-page-action.c: (update_page_cache),
9986         (ev_page_action_dispose):
9987
9988 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9989
9990         * backend/ev-page-cache.c: (_ev_page_cache_new),
9991         (ev_page_cache_set_page_label),
9992         (ev_page_cache_has_nonnumeric_page_labels):
9993         * backend/ev-page-cache.h:
9994         * shell/ev-page-action.c: (update_pages_label):
9995         
9996         If all page labels are numeric, fallback to default
9997         way to display number of pages. See bug 173185.
9998
9999 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10000
10001         * shell/ev-page-action.c: (ev_page_action_dispose):
10002         * shell/ev-view.c: (view_update_range_and_current_page):
10003         * shell/ev-window.c: (ev_window_dispose):
10004         
10005         Set page on scroll in continuous mode. Fixes bug 301986.
10006         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10007
10008 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10009
10010         * configure.ac:
10011
10012         Require poppler 0.3.0
10013
10014 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10015         
10016         * shell/Makefile.am, configure.ac: Fix build problems
10017         with t1lib. Bug 301996.
10018
10019 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10020
10021         * shell/ev-view.c: (ev_view_scroll_event):
10022         
10023         Scroll up increase zoom
10024
10025 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10026
10027         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10028         (ev_view_set_sizing_mode),
10029         (ev_view_zoom_for_size_continuous_and_dual_page),
10030         (ev_view_zoom_for_size_continuous):
10031         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10032         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10033         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10034         (ev_window_init):
10035
10036         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10037         Fix for 165473 and 165472.
10038
10039 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10040
10041         * po/POTFILES.in:
10042         * thumbnailer/Makefile.am:
10043         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10044         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10045         * thumbnailer/evince-thumbnailer.schemas.in:
10046         
10047         Make thumbnailer schemas translatable. Fix for bug 301773
10048         
10049         * thumbnailer/evince-thumbnailer-djvu.schemas:
10050         * thumbnailer/evince-thumbnailer-dvi.schemas:
10051         * thumbnailer/evince-thumbnailer.schemas:
10052
10053         Removed files
10054
10055 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10056
10057         * shell/ev-view.c (ev_view_init): forgot to set this.
10058
10059 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10060
10061         * shell/ev-view.c: (find_page_at_location),
10062         (get_link_at_location),
10063         (ev_view_set_show_border), (ev_view_set_spacing),
10064         (ev_view_zoom_for_size_continuous_and_dual_page),
10065         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10066         Also, add a quick fix measuring of widths.  Also, removed
10067         ev_view_set_spacing and ev_view_set_show_border.
10068         
10069         * shell/ev-window.c: (ev_window_unfullscreen),
10070         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10071
10072 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10073
10074         * shell/ev-view.c: (view_update_range_and_current_page),
10075         (page_changed_cb):
10076         
10077         Fix crash on exit and scrolling to page in continuous view.
10078
10079 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10080
10081         * TODO:
10082         * backend/ev-page-cache.c: (_ev_page_cache_new),
10083         (ev_page_cache_get_max_width_size),
10084         (ev_page_cache_get_max_height_size):
10085         * backend/ev-page-cache.h:
10086         * data/evince-ui.xml:
10087         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10088         * shell/ev-view.c: (view_update_adjustments),
10089         (view_update_range_and_current_page), (get_bounding_box_size),
10090         (ev_view_size_request_continuous_and_dual_page),
10091         (ev_view_size_request_continuous),
10092         (ev_view_size_request_dual_page),
10093         (ev_view_size_request_single_page), (ev_view_size_request),
10094         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10095         (ev_view_bin_expose), (ev_view_expose_event),
10096         (ev_view_set_property), (ev_view_get_property),
10097         (ev_view_class_init), (ev_view_init), (ev_view_new),
10098         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10099         (ev_view_set_dual_page), (ev_view_set_full_screen),
10100         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10101         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10102         (ev_view_zoom_out), (zoom_for_size_fit_width),
10103         (zoom_for_size_best_fit),
10104         (ev_view_zoom_for_size_continuous_and_dual_page),
10105         (ev_view_zoom_for_size_continuous),
10106         (ev_view_zoom_for_size_dual_page),
10107         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10108         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10109         * shell/ev-view.h:
10110         * shell/ev-window.c: (update_action_sensitivity),
10111         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10112         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10113         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10114         (ev_window_cmd_view_zoom_out), (update_view_size),
10115         (ev_window_set_sizing_mode), (ev_window_init):
10116
10117         Add Continuous and Dual page modes.
10118
10119 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10120
10121         * dvi/dvi-document.c: (dvi_document_load),
10122         (dvi_document_thumbnails_get_thumbnail),
10123         (dvi_document_init_params): Fix up some mixups between
10124         width and height to correct thumbnail rendering.
10125
10126 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10127
10128         * dvi/mdvi-lib/private.h:
10129         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10130         
10131         Suppess output for kpathsea during font generation. Thanks to
10132         James Bowes
10133
10134 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10135
10136         * NEWS:
10137         * configure.ac:
10138
10139         Release 0.2.1
10140
10141         * Makefile.am: fix distcheck.
10142
10143 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10144
10145         * shell/ev-sidebar-links.c: (selection_changed_callback),
10146         (update_page_callback), (row_activated_callback),
10147         (job_finished_callback), (ev_sidebar_links_set_document):
10148         
10149         Fix for bug #169901. Double click on links expands tree.
10150
10151 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10152
10153         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10154         hard-coded style. Fix for bug 170111
10155
10156 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10157
10158         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10159         locking.
10160
10161 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10162
10163         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10164
10165 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10166
10167         * pdf/ev-poppler.cc:
10168         * shell/ev-view.c: (highlight_find_results):
10169
10170         Fix find on single page documents
10171
10172 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10173
10174         * data/evince.schemas.in: fix for bug 301390
10175
10176 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10177
10178         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10179         (ev_view_zoom_out), (ev_view_zoom_normal):
10180         * shell/ev-view.h:
10181         * shell/ev-window.c: (update_action_sensitivity),
10182         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10183         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10184         (ev_window_cmd_view_normal_size):
10185
10186         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10187         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10188         better than oom. 
10189
10190 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10191
10192         * configure.ac:
10193
10194         Depend on 2.57, 2.59 doesnt seem to be necessary
10195
10196 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10197
10198         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10199         (create_tool_item):
10200
10201         Put back total number of pages as (1 of 1234)
10202
10203 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10204
10205         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10206         remove the job.
10207
10208         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10209         function.  This helps debugging.
10210
10211 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10212
10213         * djvu/djvu-document.c: (djvu_document_class_init),
10214         (djvu_document_get_info), (djvu_document_document_iface_init):
10215         * dvi/dvi-document.c: (dvi_document_class_init),
10216         (dvi_document_get_info), (dvi_document_document_iface_init):
10217
10218         Dummy implementation of get_info method for dvi and
10219         djvu. Fix crashes with those backends
10220
10221 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10222
10223         * data/evince.desktop.in:
10224
10225         Add application/x-gzpostscript
10226
10227 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10228
10229         * data/evince.schemas.in: Added real long descriptions, 
10230         closes bug 172496 
10231
10232         * README: Added actual text, closes bug 171869
10233
10234 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10235
10236         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10237
10238         Thumbnail page 0
10239
10240 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10241
10242         * backend/ev-document-info.h:
10243
10244         s/GDate */GDate so we can just use g_free
10245
10246 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10247
10248         * shell/ev-window.c: (update_document_mode),
10249         (ev_window_setup_document):
10250
10251         Show the window in fullscreen when specified by
10252         the document
10253
10254 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10255
10256         * backend/ev-document.c: (ev_document_class_init),
10257         (ev_document_get_info), (ev_document_render_pixbuf):
10258         * backend/ev-document.h:
10259         * backend/ev-page-cache.c: (_ev_page_cache_new):
10260         * pdf/ev-poppler.cc:
10261         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10262         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10263         * ps/ps-document.c: (ps_document_class_init), (document_load),
10264         (ps_document_get_info), (ps_document_document_iface_init):
10265
10266         Remove get_title from the interface, we can just use document info
10267
10268 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10269
10270         * backend/Makefile.am:
10271         * backend/ev-document.c: (ev_document_render_get_info):
10272         * backend/ev-document.h:
10273         * pdf/ev-poppler.cc:
10274
10275         Initial support for document info. Based on jrb patch.
10276
10277 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10278
10279         * shell/ev-window.c: (ev_window_state_event),
10280         (ev_window_class_init), (ev_window_init):
10281         
10282         Doesn't show resize grip when maximized. See bug #301053
10283
10284 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10285
10286         * po/POTFILES.in:
10287         
10288         ev-sidebar-thumbnails now has translatable labels
10289         
10290         * shell/Makefile.am:
10291         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10292         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10293         (ev_sidebar_links_page_iface_init):
10294         * shell/ev-sidebar-links.h:
10295         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10296         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10297         (ev_sidebar_page_get_label):
10298         * shell/ev-sidebar-page.h:
10299         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10300         (ev_sidebar_thumbnails_set_document),
10301         (ev_sidebar_thumbnails_support_document),
10302         (ev_sidebar_thumbnails_get_label),
10303         (ev_sidebar_thumbnails_page_iface_init):
10304         * shell/ev-sidebar-thumbnails.h:
10305         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10306         (ev_sidebar_set_document):
10307         * shell/ev-sidebar.h:
10308         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10309         
10310         Small rework of sidebar code. Now sidebar pages should implement
10311         EvSidebarPage interface. That makes page management in EvSidebar
10312         easier. See bug #164811 for details
10313
10314 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10315
10316         * shell/ev-application.c: (ev_application_open):
10317         * shell/ev-document-types.c:
10318         
10319         Fix build error and small problem with application exit
10320
10321 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10322
10323         * thumbnailer/Makefile.am:
10324         * thumbnailer/evince-thumbnailer-djvu.schemas:
10325         * thumbnailer/evince-thumbnailer-dvi.schemas:
10326         
10327         Conditionally install schemas for djvu/dvi thumbnailer
10328
10329 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10330
10331         * shell/ev-document-types.h: 
10332         * shell/ev-document-types.c: 
10333         New files, handling the mapping from mimetypes to backends
10334         
10335         * shell/ev-window.c: 
10336         * thumbnailer/evince-thumbnailer.c:     
10337         Use the ev-document-types code
10338         
10339         * shell/Makefile.am: 
10340         Added new convenience library libevbackendfactory_la, containing
10341         the new mimetype->backend logic; moved the backends into it.
10342
10343         * thumbnailer/Makefile.am:
10344         Make the thumbnailer link with the libevbackend.la convenience
10345         library, rather than having a duplicate of the backend logic here.
10346
10347 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10348
10349         * shell/ev-stock-icons.c: constify some vars.
10350         * shell/ev-window.c: ditto.
10351
10352 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10353
10354         * ps/ps-document.c (get_page_orientation):
10355
10356         Respect document orientation 
10357
10358 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10359
10360         * djvu/Makefile.am:
10361         * dvi/Makefile.am:
10362         * shell/Makefile.am:
10363         
10364         Move library dependencies to components.
10365         
10366         * shell/ev-window.c: (update_window_title),
10367         (start_loading_document):
10368         
10369         Fix display of uris with spaces. Bug 168358.
10370
10371 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10372
10373         * shell/ev-sidebar-links.c: (selection_changed_cb):
10374         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10375         (ev_view_button_release_event), (ev_view_set_document):
10376         * shell/ev-view.h:
10377         * shell/ev-window.c: (find_bar_search_changed_cb):
10378         * shell/ev-window.h: Minor cleanups removing some dead code.
10379
10380 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10381
10382         * backend/ev-page-cache.c: (_ev_page_cache_new):
10383         
10384         Set current page to 0 if document has pages.
10385
10386 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10387
10388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10389
10390         Initialize GError to NULL, fix a crash when loading fails.
10391
10392 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10393
10394         * shell/ev-window.c: (update_view_size):
10395
10396         Calculate shadow size only when there is actually
10397         a shadow.
10398
10399 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10400
10401         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10402         * shell/ev-view.h:
10403
10404         Allow setting view spacing, default to 0
10405
10406         * shell/ev-window.c: (ev_window_unfullscreen),
10407         (ev_window_cmd_view_fullscreen), (ev_window_init):
10408
10409         Remove spacing in fullscreen mode
10410
10411 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10412
10413         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10414         (ev_view_size_request), (expose_bin_window),
10415         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10416         * shell/ev-view.h:
10417         * shell/ev-window.c: (ev_window_unfullscreen),
10418         (ev_window_cmd_view_fullscreen):
10419
10420         Do not draw the border in fulscreen
10421
10422 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10423
10424         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10425         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10426         (find_page_at_location), (page_changed_cb):
10427
10428         Rework border calculation, so that I can more easily disable it.
10429         Code somewhat cleaner too.
10430
10431 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10432
10433         * backend/ev-page-cache.c: (ev_page_cache_init),
10434         (_ev_page_cache_new):
10435
10436         Remove some assertions, documents can have 0 pages.
10437         Make initial current page -1.
10438
10439         * shell/ev-page-action.c: (page_changed_cb):
10440
10441         Show "" if current page is -1
10442
10443         * shell/ev-window.c: (update_action_sensitivity),
10444         (ev_window_setup_document):
10445
10446         When document has 0 pages do not set the view
10447         and make nearly everything insensitive.
10448
10449 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10450
10451         * shell/ev-page-view.c:
10452         * shell/ev-page-view.h:
10453
10454         Remove unused files.
10455         
10456         * shell/ev-sidebar-thumbnails.c:
10457         (ev_sidebar_thumbnails_set_document):
10458         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10459         (ev_sidebar_supports_document):
10460         * shell/ev-sidebar.h:
10461         * shell/ev-window.c: (ev_window_setup_document):
10462         
10463         Doesn't show thumbnails if document has 1 page. Make
10464         sidebar menu entries sensitive only if if they have 
10465         sense. Fix bug 164811. 
10466
10467 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10468
10469         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10470         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10471         (ev_view_zoom_out), (ev_view_set_size):
10472
10473         Rework sizing to deal with documents with not uniform page
10474         size.
10475
10476 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10477
10478         * backend/ev-page-cache.c: (_ev_page_cache_new):
10479
10480         Fix several page size caching bugs
10481
10482 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10483
10484         * shell/ev-window.c: (set_action_properties):
10485
10486         Make all toolbar items translatable
10487
10488 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10491         (save_page_list), (ps_document_save),
10492         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10493         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10494         (ps_document_ps_exporter_iface_init):
10495         * ps/ps-document.h:
10496
10497         Based on a patch by J�rg Billeter <j@bitron.ch>
10498         
10499         Implement print and save a copy for the ps backend.
10500
10501 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * backend/ev-document.h:
10504         * djvu/djvu-document.c: (djvu_document_can_get_text),
10505         (djvu_document_document_iface_init):
10506         * dvi/dvi-document.c: (dvi_document_can_get_text),
10507         (dvi_document_document_iface_init):
10508         * pdf/ev-poppler.cc:
10509         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10510         (pixbuf_document_document_iface_init):
10511         * ps/ps-document.c: (ps_document_can_get_text),
10512         (ps_document_document_iface_init):
10513         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10514         * shell/ev-window.c: (update_action_sensitivity):
10515
10516         Fix the crash when trying to copy in backends that doesnt
10517         support it. We can implement a better solution once we
10518         do real text selection.
10519
10520 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10521
10522         * data/evince-ui.xml:
10523         * shell/ev-window.c: (ev_window_cmd_escape):
10524         
10525         Work around the Escape conflict (find bar and unfullscreen)
10526
10527 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10528
10529         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10530         
10531         Fix for #300233. Next page correctly handles document end.
10532         
10533         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10534         (ev_sidebar_thumbnails_class_init),
10535         (ev_sidebar_thumbnails_set_document),
10536         (ev_sidebar_thumbnails_clear_job),
10537         (ev_sidebar_thumbnails_clear_model):
10538         
10539         Cleanup thumbnail jobs on document changes.
10540         
10541         * shell/ev-view.c: (add_scroll_binding_keypad),
10542         (add_scroll_binding_shifted), (ev_view_class_init):
10543         
10544         Shift + Space scrolls up. Fix for #173184
10545         
10546         * shell/ev-window.c: (ev_window_open_page),
10547         (ev_window_cmd_view_reload):
10548         
10549         Fix reload (Bug #300094)
10550
10551 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         
10554         * dvi/mdvi-lib/assoc.c:
10555         * dvi/mdvi-lib/assoc.h: Removed garbage files
10556         
10557         * dvi/mdvi-lib/bitmap.c:
10558         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10559         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10560         * dvi/mdvi-lib/color.h: Antialias of rules
10561         
10562         * dvi/mdvi-lib/common.h:
10563         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10564         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10565         * dvi/mdvi-lib/files.c:
10566         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10567         * dvi/mdvi-lib/mdvi.h:
10568         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10569         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10570         * dvi/mdvi-lib/util.c: Fix compile warnings
10571         
10572         * dvi/dvi-document.c:
10573         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10574         (dvi_document_thumbnails_get_thumbnail),
10575         (dvi_document_document_thumbnails_iface_init):
10576         * dvi/mdvi-lib/Makefile.am:
10577         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10578         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10579         
10580         Dvi backend now renders thumbnails
10581
10582 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10583
10584         * shell/main.c: (main): 
10585         
10586         Save accelerators on exit. Fixes bug #172095.
10587
10588 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10589
10590         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10591         update priority" comment.
10592
10593         * backend/ev-job-queue.c: Give a way to change priority.
10594
10595 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10596
10597         * shell/ev-page-action.c: Fix logic.
10598
10599 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10600
10601         * shell/ev-view.c: (ev_view_can_find_next):
10602         * shell/ev-window.c: (ev_window_setup_document):
10603
10604         Check that the document supports find
10605
10606 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10607
10608         * data/evince-ui.xml:
10609         * shell/ev-view.c: (ev_view_can_find_next):
10610         * shell/ev-view.h:
10611         * shell/ev-window.c: (update_action_sensitivity),
10612         (find_changed_cb), (ev_window_setup_document),
10613         (ev_window_cmd_edit_find_next):
10614
10615         Add Edit->Find Next
10616
10617 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10618
10619         * pdf/ev-poppler.cc:
10620         * shell/ev-print-job.c: (idle_print_handler):
10621
10622         Make printing work again
10623
10624 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10625
10626         * shell/ev-page-action.h:
10627         * shell/ev-page-action.c: (ev_page_action_widget_init),
10628         (ev_page_action_widget_class_init), (page_changed_cb),
10629         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10630         (get_filter_model_from_model), (match_selected_cb),
10631         (display_completion_text), (match_completion), (update_model),
10632         (connect_proxy), (ev_page_action_set_property),
10633         (ev_page_action_get_property), (ev_page_action_set_document),
10634         (ev_page_action_set_model), (ev_page_action_class_init): Big
10635         reworking to make completions work iff we have >= GTK-2.7.0
10636                 
10637         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10638         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10639         (job_finished_cb): We now have a 'model' property that is set when
10640         the links are loaded.  This can be caught with "notify::model"
10641
10642         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10643         listen for the model to be set, and propagate it to the action.
10644
10645 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10646
10647         * cut-n-paste/recent-files/egg-recent-item.c:
10648         (egg_recent_item_set_uri), (make_valid_utf8),
10649         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10650         * cut-n-paste/recent-files/egg-recent-item.h:
10651         
10652         Update egg-recent from libegg. This should fix long
10653         startup problem. For details see
10654         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10655
10656 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10657
10658         * cut-n-paste/recent-files/Makefile.am:
10659         * data/evince-ui.xml, shell/Makefile.am:
10660         * shell/ev-application.c, shell/ev-application.h:
10661         * shell/ev-window.c: Recent files support.
10662         
10663         * configure.ac: Added "ru" to ALL_LINGUAS.
10664         
10665         * dvju: new backend to support DJVU files.
10666         * dvi: new backend to support DVI.
10667
10668         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10669         * ev-application.c: Support for new backends.
10670         
10671         * help, ev-window.c, main.c shell/Makefile.am: 
10672         Evince user documentation.
10673
10674 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10675
10676         * po/POTFILES.in:
10677         * shell/ev-window.c:
10678         * thumbnailer/evince-thumbnailer.c:
10679
10680         s/pdf-document/ev-poppler
10681
10682 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10683
10684         * NEWS:
10685         * configure.ac:
10686
10687         Release 0.2.0
10688
10689         * ps/ps-document.c: (setup_pixmap):
10690
10691         Remove debug code
10692
10693 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10694
10695         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10696         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10697         (ev_window_cmd_go_first_page): Fix of by one errors.
10698
10699 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * ps/ps-document.c: (get_page_box):
10702
10703         Fix page size calculation
10704
10705 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10706
10707         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10708         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10709         (get_page_orientation), (setup_page), (document_load),
10710         (ps_document_get_page_size), (render_pixbuf_idle):
10711         * ps/ps-document.h:
10712
10713         More refactoring to adapt to EvDocument changes
10714
10715 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10716
10717         * ps/ps-document.c: (start_interpreter):
10718
10719         Actually add alpha args
10720
10721 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10722
10723         * pdf/ev-poppler.cc:
10724
10725         Make clipboard work again
10726
10727 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10728
10729         Make searching work again.
10730         
10731         * backend/ev-document.c:
10732         * backend/ev-document.h:
10733         * backend/ev-document-find.c:
10734         * backend/ev-document-find.h: Change EvDocumentIface so we no
10735         longer store the current page or zoom level in the document.  The
10736         consequence is that all calls that operate on the current page now
10737         instead take the page number as an extra argument, and all
10738         coordinates are now doubles in document coordinate system.
10739
10740         * pdf/ev-poppler.cc:
10741         * pixbuf/pixbuf-document.c:
10742         * ps/ps-document.c: Update backends accordingly.
10743
10744 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10745
10746         * autogen.sh:
10747
10748         Add required gettext version
10749
10750 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10751
10752         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10753         make F1 bring up non-existent help.
10754
10755         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10756         epiphany's find bar, #167477
10757
10758         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10759         <emil@nishra.com> to add space-bar scrolling, 
10760
10761         * shell/ev-window.c (static GtkActionEntry entries): add default
10762         keybinding for Help (F1)
10763         Fixes #171068
10764
10765         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10766         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10767         170110
10768
10769 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10770
10771         * Makefile.am: 
10772         * pixbuf/pixbuf-document.c: 
10773
10774         Got pixbuf backend working again
10775
10776 2005-04-01  Steve Murphy  <murf@e-tools.com>
10777
10778         * configure.in: Added "rw" to ALL_LINGUAS.
10779
10780 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10781
10782         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10783         model types, noticed by Martin Kretzschmar.
10784
10785 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10786
10787         * pdf/ev-poppler.cc: Implement search based on
10788         poppler_page_find_text().  Currently a bit crude since we remember
10789         all matches from all pages.  Also, we grab the big document lock
10790         when we search since searching changes the underlying stream and
10791         thus conflicts with the rendering thread.
10792         
10793         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10794         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10795         (ev_view_find_previous): Fix some page indexes to be 0 based,
10796         offset rubber band by view offset,
10797
10798 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10799
10800         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10801
10802 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10803
10804         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10805         completely because I didn't understand GtkActions.  I should
10806         read Marco's code more carefully in the future.
10807
10808         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10809         function
10810
10811 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10812
10813         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10814         PopplerRectangle change from poppler CVS.
10815
10816 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10817
10818         * backend/ev-document.c: (ev_document_get_page_label):
10819         * backend/ev-document.h:
10820         * backend/ev-page-cache.c: (_ev_page_cache_new),
10821         (ev_page_cache_get_page_label):
10822         * backend/ev-page-cache.h:
10823         * pdf/ev-poppler.cc:
10824         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10825         (links_page_num_func):
10826         * shell/ev-sidebar-thumbnails.c:
10827         (ev_sidebar_thumbnails_set_document):
10828         * shell/ev-view.c: (status_message_from_link),
10829         (ev_view_motion_notify_event):
10830         * shell/ev-window.c: (document_supports_sidebar): Add in page
10831         label support.  It's not perfect yet, but it's the first 'feature'
10832         in a while.
10833         Also, fix a bogus comment noticed by crispin. 
10834
10835 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10836
10837         * Makefile.am: Remove pixbuf backend for now
10838
10839         * configure.ac: Require poppler-glib instead of just poppler.
10840
10841         * backend/ev-document-thumbnails.h: Add a comment
10842
10843         * backend/ev-document.h:
10844         * backend/ev-document.c: (ev_document_class_init),
10845         (ev_document_load), (ev_document_get_link),
10846         (ev_document_get_links): Remove 3 methods and add get_links.
10847         Also, made 0 based.
10848
10849         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10850         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10851
10852         * backend/ev-link.c: (ev_link_set_title),
10853         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10854         (ev_link_mapping_find):
10855         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10856         
10857         * backend/ev-page-cache.c: (ev_page_cache_init),
10858         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10859         (ev_page_cache_get_size), (ev_page_cache_next_page),
10860         (ev_page_cache_prev_page): Fix to be 0 based.
10861
10862         * pdf/Makefile.am: 
10863         * pdf/ev-poppler.h:
10864         * pdf/ev-poppler.cc: New backend.
10865         
10866         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10867         (ps_document_get_page), (ps_document_document_iface_init):
10868
10869         * shell/ev-pixbuf-cache.h:
10870         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10871         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10872         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10873         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10874         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10875         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10876         based.
10877         
10878         * shell/ev-sidebar-thumbnails.c:
10879         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10880         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10881
10882         * shell/ev-view.c: (status_message_from_link),
10883         (find_page_at_location), (get_link_at_location),
10884         (ev_view_motion_notify_event), (ev_view_button_release_event),
10885         (ev_view_init): Use the new link code.  Fix to be 0 based.
10886
10887         * shell/ev-window.c: (update_action_sensitivity),
10888         (document_supports_sidebar): 0 based.
10889
10890 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10891
10892         * pdf/pdf-document.cc: Patch from Fernando Herrera
10893         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10894         *blush*
10895
10896 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10897
10898         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10899         1 to the page, as this seems to be 1 based.  I thought we has this
10900         fixed.  grump.
10901
10902 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10903
10904         * TODO:
10905         * backend/Makefile.am:
10906         * backend/ev-document-links.c:
10907         (ev_document_links_has_document_links),
10908         (ev_document_links_get_links_model):
10909         * backend/ev-document-links.h:
10910         * backend/ev-document.c: (ev_document_get_page_cache),
10911         (ev_document_get_doc_mutex), (ev_document_load),
10912         (ev_document_save), (ev_document_get_title),
10913         (ev_document_get_n_pages), (ev_document_set_page),
10914         (ev_document_get_page), (ev_document_set_target),
10915         (ev_document_set_scale), (ev_document_set_page_offset),
10916         (ev_document_get_page_size), (ev_document_get_text),
10917         (ev_document_get_link), (ev_document_render),
10918         (ev_document_render_pixbuf), (ev_document_scale_changed):
10919         * backend/ev-document.h:
10920         * backend/ev-job-queue.c: (remove_object_from_queue),
10921         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10922         (no_jobs_available_unlocked), (ev_render_thread),
10923         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10924         (ev_job_queue_remove_job):
10925         * backend/ev-job-queue.h:
10926         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10927         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10928         (ev_job_links_class_init), (ev_job_render_init),
10929         (ev_job_render_dispose), (ev_job_render_class_init),
10930         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10931         (ev_job_thumbnail_class_init), (ev_job_finished),
10932         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10933         (ev_job_render_run), (ev_job_thumbnail_new),
10934         (ev_job_thumbnail_run):
10935         * backend/ev-jobs.h:
10936         * backend/ev-link.c:
10937         * backend/ev-link.h:
10938         * backend/ev-page-cache.c: (ev_page_cache_init),
10939         (ev_page_cache_class_init), (ev_page_cache_finalize),
10940         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10941         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10942         (ev_page_cache_set_link), (ev_page_cache_get_title),
10943         (ev_page_cache_get_size), (ev_page_cache_next_page),
10944         (ev_page_cache_prev_page):
10945         * backend/ev-page-cache.h:
10946         * pdf/pdf-document.cc:
10947         * ps/gsdefaults.c:
10948         * ps/gsdefaults.h:
10949         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10950         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10951         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10952         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10953         (is_interpreter_ready), (output), (catchPipe), (input),
10954         (start_interpreter), (check_filecompressed), (compute_dimensions),
10955         (ps_document_enable_interpreter), (document_load),
10956         (ps_document_next_page), (render_page), (ps_document_set_page),
10957         (ps_document_set_scale), (render_pixbuf_idle),
10958         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10959         * ps/ps-document.h:
10960         * shell/Makefile.am:
10961         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10962         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10963         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10964         (ev_pixbuf_cache_new), (job_finished_cb),
10965         (check_job_size_and_unref), (move_one_job),
10966         (ev_pixbuf_cache_update_range), (find_job_cache),
10967         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10968         (ev_pixbuf_cache_add_jobs_if_needed),
10969         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10970         * shell/ev-pixbuf-cache.h:
10971         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10972         (idle_print_handler):
10973         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10974         (selection_changed_cb), (create_loading_model),
10975         (ev_sidebar_links_construct), (links_page_num_func),
10976         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10977         (update_page_callback), (job_finished_cb),
10978         (ev_sidebar_links_set_document):
10979         * shell/ev-sidebar-thumbnails.c:
10980         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10981         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10982         (page_changed_cb), (thumbnail_job_completed_callback),
10983         (ev_sidebar_thumbnails_set_document):
10984         * shell/ev-sidebar-thumbnails.h:
10985         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10986         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10987         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10988         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10989         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10990         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10991         (ev_view_button_release_event), (ev_view_scroll_view),
10992         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10993         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10994         (ev_view_new), (job_finished_cb), (page_changed_cb),
10995         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10996         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10997         (ev_view_find_previous):
10998         * shell/ev-view.h:
10999         * shell/ev-window.c: (update_action_sensitivity),
11000         (ev_window_open_page), (update_window_title), (update_total_pages),
11001         (page_changed_cb), (ev_window_setup_document),
11002         (password_dialog_response), (ev_window_cmd_save_as),
11003         (ev_window_print), (ev_window_cmd_go_previous_page),
11004         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11005         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11006         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11007         * shell/main.c: (main):
11008
11009         Merge evince-threads branch
11010
11011 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11012
11013         * configure.ac: Added "lt" to ALL_LINGUAS.
11014
11015 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11016
11017         * NEWS:
11018         * configure.ac:
11019
11020         Release 0.1.9
11021
11022 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11023
11024         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11025
11026         Fix here also the thumbnails 1-basedness :)
11027
11028 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * NEWS:
11031         * configure.ac:
11032
11033         Release 0.1.8
11034
11035 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * pdf/pdf-document.cc:
11038         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11039         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11040
11041         Fix the mess we did with thumbnails and 1-basedness
11042
11043 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11044
11045         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11046
11047 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11048
11049         * NEWS:
11050         * configure.ac:
11051
11052         Release 0.1.7
11053
11054 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * ps/Makefile.am:
11057         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11058         (gtk_gs_defaults_get_alpha_parameters),
11059         (gtk_gs_defaults_get_ungzip_cmd),
11060         (gtk_gs_defaults_get_unbzip2_cmd):
11061         * ps/gsdefaults.h:
11062         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11063         (ps_document_get_orientation), (document_load),
11064         (ps_document_goto_page), (ps_document_set_page_size):
11065         * ps/ps-document.h:
11066
11067         Some more sanitization of the ps backend. Remove a lot
11068         of unused code and do not base our defaults on ggv
11069         preferences (ugh!)
11070
11071 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11072
11073         * thumbnailer/evince-thumbnailer.schemas:
11074         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11075         (main): add -s option for thumbnail size.
11076
11077 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11078
11079         * configure.ac:
11080
11081         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11082         remove it.
11083
11084 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11085
11086         * pdf/pdf-document.cc:
11087
11088         Remove 4 pixels of useless border from the
11089         thumbnail.
11090
11091 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11092
11093         * backend/ev-document-thumbnails.c:
11094         (ev_document_thumbnails_get_thumbnail):
11095         * backend/ev-document-thumbnails.h:
11096
11097         Rework API a bit. Add a border flag and
11098         change sizing logic (now the size we specify
11099         applies to the bigger dimension).
11100
11101         * pdf/pdf-document.cc:
11102         * pixbuf/pixbuf-document.c:
11103         (pixbuf_document_thumbnails_get_thumbnail):
11104         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11106
11107         Adapt to the new API and do not draw a border for nautilus
11108         thumbnailer.
11109
11110 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11111
11112         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11113         take thumbnails from page "0" instead of "1". Added a copyright header.
11114
11115 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11116
11117         * ps/ps-document.c: (set_up_page), (start_interpreter):
11118
11119         Make it C89 compliant
11120
11121 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11122
11123         * Makefile.am:
11124         * configure.ac:
11125         * pdf/.cvsignore:
11126         * pdf/pdf-document.cc:
11127         * thumbnailer/Makefile.am:
11128         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11129         (main):
11130         * thumbnailer/evince-thumbnailer.schemas:
11131         * thumbnailer/pdf-icon.png:
11132
11133         Add a nautilus thumbnailer.
11134         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11135
11136 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11137
11138         * NEWS:
11139         * configure.ac:
11140         * po/POTFILES.in:
11141
11142         Release 0.1.6
11143
11144 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11145
11146         Use poppler instead of including xpdf source code.  Poppler is a
11147         fork of xpdf to build it as a shared library. See
11148         http://freedesktop.org/wiki/Software/poppler.
11149
11150         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11151         xpdf fork.
11152         
11153         * pdf/Makefile.am: Build libpdfdocument.a here.
11154         
11155         * pdf/GDKSplashOutputDev.cc:
11156         * pdf/GDKSplashOutputDev.h:
11157         * pdf/GnomeVFSStream.cc:
11158         * pdf/GnomeVFSStream.h:
11159         * pdf-document.cc:
11160         * pdf-document.h:
11161         * test-gdk-output-dev.cc
11162         * Thumb.cc:
11163         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11164         against poppler.
11165
11166 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11167
11168         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11169
11170         Clear idle stack before unsetting the document
11171
11172 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11173
11174         * ps/ps-document.c: (ps_document_widget_event),
11175         (ps_document_set_target), (ps_document_finalize),
11176         (ps_document_get_page):
11177
11178         Disconnect the widget event signal on finalize.
11179         Some code cleanups.
11180
11181 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11182
11183         * ps/ps-document.c: (set_up_page):
11184
11185         If there is no bpixmap create one, even if size
11186         is not changed.
11187
11188 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11189
11190         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11191         (set_up_page), (document_load), (ps_document_set_zoom):
11192
11193         Default page is 0. Calculate size even when we have no
11194         target yet.
11195
11196 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11197
11198         * shell/ev-sidebar.c: expand the selection widget to be always as
11199         wide as the sidebar
11200
11201 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         * shell/ev-sidebar-thumbnails.c:
11204         (ev_sidebar_thumbnails_set_document):
11205
11206         Clear the list store when setting document
11207
11208 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11209
11210         * shell/ev-page-action.c: (update_entry), (sync_entry),
11211         (activate_cb), (entry_size_request_cb), (create_tool_item),
11212         (connect_proxy):
11213
11214         Use an entry for the page control instead of spinbuttons
11215
11216 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11217
11218         * data/evince.schemas.in:
11219
11220         Correct confusing string
11221
11222 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11223
11224         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11225         for real.  Gosh, how long has this been broken.
11226
11227         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11228         check for a NULL link.  We crash otherwise.
11229
11230 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * NEWS:
11233         * configure.ac:
11234
11235         Release 0.1.5
11236
11237 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11238
11239         * configure.ac: add the french translation.
11240
11241 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11242
11243         * shell/ev-window.c:
11244
11245         Remove unused header -> fix distcheck
11246
11247 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * shell/ev-window.c: (update_window_title),
11250         (ev_window_popup_password_dialog):
11251
11252         Unescape filename for display
11253
11254 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11255
11256         * pdf/xpdf/pdf-document.cc:
11257
11258         In get_page_size deal with rotation. Also
11259         cleanup the function a bit.
11260
11261 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * pdf/xpdf/pdf-document.cc:
11264
11265         Fix crash when opening in new window
11266
11267 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11268
11269         * configure.ac:
11270
11271         Check ghostscript >= 7
11272
11273 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11274
11275         * shell/ev-window.c:
11276
11277         Make page width the default sizing mode
11278
11279 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11280         Marco Pesenti Gritti <marco@gnome.org>
11281
11282         * shell/ev-window.c: Remember the sidebar size
11283
11284         * data/evince.schemas.in: Add a new gconf key to store the size of
11285         the sidebar
11286
11287 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11288
11289         * data/evince-ui.xml:
11290         * shell/ev-window.c: (update_action_sensitivity),
11291         (ev_window_cmd_view_reload):
11292         
11293         Add a "Reload" action and menu entry
11294
11295 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11296
11297         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11298         iff the type doesn't support thumbnailing and indexing.
11299
11300 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11301
11302         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11303
11304 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * pdf/splash/Splash.cc:
11307
11308         Port fix for a crasher from kde bug
11309         http://bugs.kde.org/show_bug.cgi?id=97131
11310
11311 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11312
11313         * pdf/xpdf/pdf-document.cc:
11314
11315         Return a link even if it's of an unrecognized
11316         type. Otherwise we go in an infinte cycle.
11317
11318 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11319
11320         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11321         (size_allocate_cb), (ev_window_set_sizing_mode):
11322
11323         Update size when switching mode
11324
11325 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11326
11327         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11328         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11329         (ev_window_cmd_view_normal_size):
11330
11331         Fix size toggle buttons behavior
11332
11333 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11334
11335         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11336         (doc_rect_to_view_rect), (ev_view_size_allocate),
11337         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11338         (scale_changed_callback):
11339
11340         Do not cache offsets in size_allocate.
11341
11342 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11343
11344         * shell/ev-view.c: (ev_view_size_allocate):
11345
11346         Calculate offsets before calling the parent
11347         class (which does a redraw)
11348
11349 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11350
11351         * pdf/xpdf/pdf-document.cc:
11352
11353         Fix a crasher on exit. Unused code, put a TODO
11354
11355 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * backend/ev-document.c: (ev_document_class_init),
11358         (ev_document_page_changed), (ev_document_scale_changed):
11359         * backend/ev-document.h:
11360
11361         Separate page/scale notifications
11362
11363         * pdf/xpdf/pdf-document.cc:
11364
11365         Emit the new signals.
11366         Do not display the pdf page in _render, do it
11367         when scale/page are requested.
11368
11369         * ps/ps-document.c: (ps_document_set_zoom),
11370         (ps_document_widget_event):
11371         * ps/ps-document.h:
11372
11373         Emit the new signals.
11374
11375         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11376         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11377         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11378         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11379         * shell/ev-view.h:
11380         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11381         (ev_window_cmd_view_page_width), (size_allocate_cb),
11382         (ev_window_set_sizing_mode):
11383
11384         Rework sizing to be pixel based.
11385         There are bugs but should be already way better.
11386
11387 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * shell/ev-window.c: (ev_window_init):
11390
11391         Do not allow to shrink sidebar smaller then
11392         child requisition
11393
11394 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11395
11396         * shell/ev-sidebar.[ch]
11397         * shell/ev-window.c:
11398
11399         Improved sidebar widget. Fixes #166683
11400
11401 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11402
11403         * shell/ev-view.c (update_find_status_message): Give translators
11404         more flexibility with ngettext plural handling.
11405
11406 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11407
11408         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11409         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11410         page when we get the page size.
11411
11412 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11413
11414         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11415
11416         ps pages are 0 based, convert 
11417
11418 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11419
11420         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11421
11422         Initialize correct parent class. Set GError on document load
11423
11424 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11425
11426         * pdf/xpdf/pdf-document.cc:
11427
11428         Fixup selection offset calculation
11429
11430         * shell/ev-view.c: (view_rect_to_doc_rect),
11431         (doc_rect_to_view_rect), (ev_view_size_allocate),
11432         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11433         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11434
11435         Store selection as document relative, so that zooming
11436         and offset changing doesnt break it.
11437
11438 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11439
11440         * shell/ev-view.c: (ev_view_best_fit):
11441
11442         Do not try to best fit if the view is not realized
11443
11444 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11445           
11446         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11447
11448 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11449
11450         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11451
11452 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11453
11454         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11455         the popup window.  That prevents it resizing when in full screen
11456         mode.
11457
11458         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11459         multiple rerenders.  This pretty much sucks.
11460
11461         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11462         rest of the toolbar.
11463
11464 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11465
11466         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11467
11468 2005-02-17  Alexander Shopov  <ash@contact.bg>
11469
11470         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11471
11472 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11473
11474         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11475
11476 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11477
11478         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11479         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11480         (set_document_page), (document_changed_callback),
11481         (ev_view_set_document), (ev_view_find_previous),
11482         (ev_view_hide_cursor), (ev_view_show_cursor):
11483         * shell/ev-view.h:
11484         * shell/ev-window.c: (update_chrome_visibility),
11485         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11486         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11487         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11488         (ev_window_unfullscreen):
11489         * shell/main.c: (main):
11490
11491         Automatically hide the fullscreen button.
11492         Patch by Kristian Høgsberg <krh@redhat.com>
11493
11494 2005-02-16  Vincent Noel  <vnoel@cox.net>
11495
11496         * shell/main.c (main): Specify an icon for the window. Patch by
11497         Jaap A. Haitsma. Fixes #166177.
11498
11499 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11500
11501         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11502
11503 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11504
11505         * backend/ev-document-misc.h:
11506         * backend/ev-document-misc.c:
11507         (ev_document_misc_get_page_border_size),
11508         (ev_document_misc_paint_one_page): New function to canonicalize
11509         sizing/painting a border.
11510
11511         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11512         used.
11513
11514         * pdf/xpdf/pdf-document.cc: use new function
11515
11516         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11517         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11518         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11519         shell/ev-window.c: (update_sizing_buttons),
11520         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11521         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11522         (ev_window_cmd_view_page_width), (size_allocate_cb),
11523         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11524         and "fit width" values act as toggle buttons so they stay
11525         toggled.  It's not 100% perfect, and it's a little slow, but it's
11526         good enough to commit I think.
11527
11528 2005-02-15  David Lodge  <dave@cirt.net>
11529
11530         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11531
11532 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11533
11534         * shell/ev-window.c (update_window_title): replace newlines in
11535         the title by spaces. Bug #166107.
11536
11537 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11538
11539         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11540         parameters providing allocation width and height without
11541         scrollbars and width of a possible vertical scrollbar. With this
11542         additional information the functions can work as
11543         intended. Unfortunately they're not idempotent. We should
11544         transform these commands to toggles. Fixes Bug #164976
11545         Initial patch by Stephane Loeuillet, then heavily modified.
11546
11547         * shell/ev-view.h: update prototypes.
11548
11549         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11550         (ev_window_cmd_view_page_width): provide EvView fit functions with
11551         all the information they need. Formulas to calculate this
11552         information taken from GtkScrolledWindow.
11553
11554 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11555
11556         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11557         created a thumbnail, the list store is updated to know
11558         that the thumbnail is set. Fixes bug #166792
11559
11560 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11561
11562         * shell/ev-window.c: fixed typo, closes bug 166897
11563
11564         * TODO: updated TODO with bug numbers that are relevant
11565
11566 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11567
11568         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11569
11570 2005-02-09  Vincent Noel  <vnoel@cox.net>
11571
11572         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11573         and "Next" toolbar buttons as important to make them stand out.
11574
11575 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11576
11577         * lib/ev-debug.c:
11578         * lib/ev-debug.h:
11579         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11580         (start_interpreter), (stop_interpreter), (document_load),
11581         (ps_document_next_page), (ps_document_goto_page),
11582         (ps_document_set_page_size), (ps_document_widget_event),
11583         (ps_document_render):
11584         * shell/ev-page-view.c: (ev_page_view_dispose):
11585         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11586
11587         Fix compilation on non-gcc platforms
11588
11589 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * NEWS:
11592         * configure.ac:
11593
11594         Release 0.1.4
11595
11596         * pdf/xpdf/Catalog.cc:
11597         * pdf/xpdf/XRef.cc:
11598
11599         Fix the fix for CAN-2004-0888
11600
11601 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11602
11603         * data/Makefile.am:
11604         * data/evince-ui.xml:
11605         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11606         * shell/ev-stock-icons.h:
11607         * shell/ev-window.c: (update_action_sensitivity),
11608         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11609         (set_action_properties):
11610
11611         Improve toolbar layout/icons
11612
11613 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11614
11615         * pdf/xpdf/pdf-document.cc:
11616
11617         Add warnings about unimplemented/unknown link
11618         types.
11619
11620 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * ps/ps-document.c: (set_up_page):
11623
11624         Log gs property
11625
11626 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11627
11628         * ps/ps-document.c: (start_interpreter):
11629
11630         Log gs env var
11631
11632 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11633
11634         * shell/ev-page-view.c: (ev_page_view_dispose):
11635         * shell/ev-view.c: (ev_view_finalize):
11636         * shell/ev-window.c: (ev_window_setup_document),
11637         (ev_window_dispose), (ev_window_init):
11638
11639         Solve more refs issues.
11640
11641         I commented out the page_view initialization for now:
11642         it was never destroyed (because it's never added
11643         to a container). Because of that we was leaking
11644         gs processes. Couldnt think to a clean fix.
11645         We need to figure this out, password view has the
11646         same issue probably.
11647
11648 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * ps/ps-document.c: (ps_document_finalize),
11651         (ps_document_get_n_pages), (ps_document_get_page):
11652
11653         Some cleanups, stop the interpreter on finalize
11654
11655         * shell/ev-page-view.c: (ev_page_view_dispose),
11656         (ev_page_view_class_init):
11657
11658         Release our reference on the document
11659
11660 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * Makefile.am:
11663         * configure.ac:
11664         * doc/debugging.txt:
11665         * lib/.cvsignore:
11666         * lib/Makefile.am:
11667         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11668         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11669         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11670         * lib/ev-debug.h:
11671
11672         Add debugging helpers
11673
11674         * ps/Makefile.am:
11675         * ps/ps-document.c: (set_up_page), (start_interpreter),
11676         (stop_interpreter), (document_load), (ps_document_next_page),
11677         (ps_document_goto_page), (ps_document_set_page_size),
11678         (ps_document_widget_event), (ps_document_render):
11679         * shell/Makefile.am:
11680         * shell/ev-view.c: (expose_bin_window):
11681         * shell/main.c: (main):
11682
11683         Add some logs
11684         
11685 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11686
11687         * ps/ps-document.c: (ps_document_widget_event):
11688
11689         Initialize message_window, this should make ps
11690         rendering really work! (Never noticed because I was
11691         testing with a ps that is causing gs to exit every time!)
11692
11693 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11694
11695         * data/evince.schemas.in: updated simple error in applyto closing tag
11696
11697 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11698
11699         * Makefile.am:
11700         * configure.ac:
11701         * data/.cvsignore:
11702         * data/Makefile.am:
11703         * data/evince-ui.xml:
11704         A data/evince.schemas.in:
11705         * po/POTFILES.in:
11706         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11707         * shell/ev-stock-icons.h:
11708         * shell/ev-window.c: (update_chrome_visibility),
11709         (update_chrome_flag), (ev_window_cmd_edit_find),
11710         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11711         (ev_window_unfullscreen), (ev_window_focus_in_event),
11712         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11713         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11714         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11715         (ev_window_dispose), (ev_window_class_init),
11716         (set_action_properties), (set_chrome_actions), (load_chrome),
11717         (ev_window_init):
11718
11719         Implement fullscreen mode changes from bug #164776.
11720         Also implement persistent chrome toggles.
11721
11722 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11723
11724         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11725
11726 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11727
11728         * NEWS:
11729         * configure.ac:
11730         * shell/ev-view.c:
11731
11732         Add another check for find interface
11733
11734         Release 0.1.3
11735
11736 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11737
11738         * shell/ev-application.c: (ev_application_open):
11739         * shell/ev-window.c: (ev_window_open):
11740
11741         Open gzipped ps documents
11742
11743 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11744
11745         * TODO:
11746         * shell/ev-view.c: (set_document_page):
11747
11748         Clamp page number, dont try to move to
11749         not existant pages.
11750
11751 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * backend/ev-document-find.c: (ev_document_find_changed):
11754         * backend/ev-document-find.h:
11755         * pdf/xpdf/pdf-document.cc:
11756         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11757         * shell/ev-window.c: (find_bar_search_changed_cb):
11758
11759         Fix several bugs with find
11760
11761 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11762
11763         * shell/ev-sidebar-thumbnails.c
11764         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11765         document. Prevents warning from scroll_to_cell.
11766
11767 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11768
11769         * configure.ac: Add «nb» to ALL_LINGUAS too.
11770
11771 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11772
11773         * NOTES: New file with some random thoughts.
11774
11775         * TODO: Update.
11776
11777         * backend/ev-document-misc.c:
11778         (ev_document_misc_get_page_border_size): New function to
11779         canonicalize shadow drawing sizes.  Possibly goofy.
11780
11781         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11782         (ev_view_best_fit), (ev_view_fit_width):
11783         * pdf/xpdf/pdf-document.cc:
11784         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11785         * ps/ps-document.c: (ps_document_get_page_size):
11786         * backend/ev-document-misc.h:
11787         * backend/ev-document.c: (ev_document_get_page_size):
11788         * backend/ev-document.h: get_page_size now takes a page number
11789         parameter.  Made all the backends/frontends honor it.
11790
11791         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11792         see.  Doesn't work yet.
11793
11794         * shell/Makefile.am:
11795         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11796         Doesn't do anything yet.
11797
11798         * shell/ev-sidebar-thumbnails.c:
11799         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11800         [0..n_pages-1]
11801
11802         * shell/ev-window.c: (update_action_sensitivity),
11803         (ev_window_setup_document), (ev_window_set_page_mode),
11804         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11805         view-swapping code a bit so we can have multiple views on a
11806         document.  Add the multi-page view, though it can't be turned on
11807         yet.
11808
11809 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11810
11811         * shell/ev-application.c: (ev_application_open):
11812         * shell/ev-view.c: (expose_bin_window):
11813         * shell/ev-window.c: (ev_window_open):
11814
11815         Support eps and check document supports find
11816         before drawing highlightings in expose.
11817
11818 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11819
11820         * pixbuf/pixbuf-document.c:
11821         (pixbuf_document_thumbnails_get_dimensions),
11822         (pixbuf_document_document_thumbnails_iface_init):
11823
11824         implement get_dimensions
11825
11826 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11827
11828         * NEWS:
11829         * configure.ac:
11830
11831         Release 0.1.2
11832
11833 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11834
11835         * shell/ev-view.c: (set_document_page):
11836
11837         Scroll at the top of the page when changing page
11838
11839 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11840
11841         * shell/ev-view.c: (ev_view_motion_notify_event):
11842
11843         Do not redraw unnecessarily
11844
11845 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * pdf/xpdf/pdf-document.cc:
11848         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11849         (expose_bin_window), (find_changed_cb):
11850
11851         Yay! find works now... Now to find bugs...
11852
11853 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11854
11855         * backend/ev-document-find.c: (ev_document_find_base_init),
11856         (ev_document_find_changed):
11857         * backend/ev-document-find.h:
11858         * pdf/xpdf/pdf-document.cc:
11859         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11860         (expose_bin_window), (ev_view_init), (set_document_page),
11861         (ensure_rectangle_is_visible), (jump_to_find_result),
11862         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11863         (ev_view_find_next), (ev_view_find_previous):
11864         * shell/ev-view.h:
11865         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11866
11867         More work on find implementation, mostly there now
11868
11869 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * backend/ev-backend-marshalers.list:
11872         * backend/ev-document-find.c: (ev_document_find_base_init),
11873         (ev_document_find_cancel), (ev_document_find_page_has_results),
11874         (ev_document_find_get_n_results), (ev_document_find_get_result),
11875         (ev_document_find_get_progress), (ev_document_find_changed):
11876         * backend/ev-document-find.h:
11877
11878         Enanche the find interface to be really able to do
11879         multi page find.
11880
11881         * pdf/xpdf/pdf-document.cc:
11882
11883         Implement
11884
11885         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11886         (expose_bin_window), (ev_view_init),
11887         (ev_view_get_find_status_message), (find_changed_cb),
11888         (ev_view_set_document), (set_document_page):
11889
11890         Adapt to the new interface. A few things are regressed sorry,
11891         I will finish it soon.
11892
11893 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11894
11895         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11896         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11897         ev_sidebar_thumbnails_parent_class variable, don't define another
11898         parent_class variable.
11899
11900         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11901         (ev_page_action_class_init): ditto.
11902
11903         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11904         (pixbuf_document_class_init): ditto.
11905
11906         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11907         ditto.
11908
11909         * .cvsignore: ignore various valgrind output files.
11910
11911 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * data/evince-ui.xml:
11914         * shell/Makefile.am:
11915         * shell/ev-history.c:
11916         * shell/ev-history.h:
11917         * shell/ev-navigation-action.c:
11918         * shell/ev-navigation-action.h:
11919         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11920         (ev_view_set_page), (ev_view_fit_width):
11921         * shell/ev-view.h:
11922         * shell/ev-window.c: (update_action_sensitivity),
11923         (ev_window_setup_document), (register_custom_actions):
11924
11925         Kill session history
11926
11927 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * shell/ev-window.c: (update_action_sensitivity):
11930
11931         Fix inverted up/down buttons
11932
11933 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11934
11935         * shell/ev-sidebar-thumbnails.c
11936         (ev_sidebar_thumbnails_select_page): make sure the selected
11937         thumbnail stays visible.
11938
11939 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11940
11941         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11942         scrolled window for Federico.
11943
11944 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11945
11946         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11947
11948 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * configure.ac:
11951         * pdf/splash/SplashFTFontEngine.cc:
11952
11953         Fix CID fonts with freetype 2.1.9
11954
11955 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11956
11957         * TODO: added item for desktop icon thumbnailer
11958
11959 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11960
11961         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11962         unloaded docs when the title is accessed.
11963
11964         * shell/ev-password-view.[hc]: New widget for displaying password
11965         state.
11966
11967         * shell/ev-window.[ch]: Refactor password handling code to handle
11968         the new view.
11969
11970 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * NEWS:
11973         * configure.ac:
11974         * data/Makefile.am:
11975
11976         Release 0.1.1
11977
11978 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11979
11980         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11981         ignore page offset here, to make search results independent of it,
11982
11983         * shell/ev-view.c (expose_bin_window): but take offsets into
11984         account here. Bug #164932
11985
11986         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11987         scale at the right time. Bug #164996
11988
11989 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11990
11991         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11992         fix the problem. Now I just removed the Adobe font names and hope
11993         that the URW fonts are always in outline format. Bug #164934
11994
11995         * shell/ev-window.c (update_window_title): empty titles are
11996         useless, use filename in that case too.
11997
11998         * NEWS: Add some content.
11999
12000 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12001
12002         * TODO: added one more TODO item and a TODONE section :)
12003
12004 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12005
12006         * ps/ps-document.h: add page_[xy]_offset fields.
12007
12008         * ps/ps-document.c (ps_document_set_page_offset)
12009         (ps_document_render): Keep offset in consideration in a few
12010         places. Bug #164752 "postscript documents are not centered in
12011         window"
12012
12013         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12014         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12015
12016         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12017         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12018         stub out missing methods for complete EvDocument implementation.
12019         Fixes segfaults with Save A Copy and Copy actions.
12020
12021         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12022         (ps_document_document_iface_init): ditto.
12023         
12024 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * data/.cvsignore:
12027         * data/Makefile.am:
12028         * data/evince.desktop.in:
12029
12030         Add desktop file
12031
12032 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * shell/ev-view.c: (ev_view_button_press_event),
12035         (ev_view_motion_notify_event):
12036
12037         Make selection work in any direction
12038
12039 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * TODO:
12042         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12043
12044         Use shorter labels for some of the toolbars items
12045
12046 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12047
12048         * pdf/xpdf/pdf-document.cc:
12049
12050         Check the links info is initialized before
12051         using it. Should fix a crash on startup.
12052
12053 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12054
12055         * pixbuf/pixbuf-document.c
12056         (pixbuf_document_thumbnails_get_dimensions): force floating point
12057         division to calculate page_ratio. Fixes crash with landscape
12058         format pixbufs.
12059
12060 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12061
12062         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12063
12064 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12065
12066         * shell/ev-view.c (set_document_page): unset has_selection when
12067         the page changes.
12068         (set_document_page): handle paper size changes when the page
12069         changes (test with Free Culture, page 2).
12070
12071 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12074         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12075
12076         Use normal style color for the widget background and
12077         draw a black box around the page.
12078
12079 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12080
12081         * pdf/xpdf/pdf-document.cc:
12082
12083         Keep offset in consideration in a few places
12084
12085         * shell/ev-view.c: (expose_bin_window):
12086
12087         Set the offsets so that the document is ever centered
12088
12089 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12090
12091         * TODO: Added TODO items and finished off the first todo item
12092
12093         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12094         reflect current authors
12095
12096 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12097
12098         * pdf/xpdf/pdf-document.cc:
12099         * shell/ev-view.c: (ev_view_set_cursor),
12100         (ev_view_motion_notify_event), (document_changed_callback),
12101         (set_document_page):
12102
12103         Show a wait cursor while the page is rendering
12104
12105 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * shell/ev-sidebar-thumbnails.c:
12108         (ev_sidebar_tree_selection_changed),
12109         (ev_sidebar_thumbnails_select_page):
12110         * shell/ev-sidebar-thumbnails.h:
12111         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12112         (ev_view_can_go_forward):
12113         * shell/ev-window.c: (ev_window_open_page),
12114         (ev_window_setup_document), (update_current_page),
12115         (view_page_changed_cb), (ev_window_init):
12116         * shell/ev-window.h:
12117
12118         Ensure thumbnails selection, toolbar page control and
12119         current page are in sync.
12120
12121 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * pdf/xpdf/XRef.cc:
12124
12125         Fix CAN-2005-0064
12126
12127 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12128
12129         * backend/Makefile.am:
12130         * backend/ev-document-links.h:
12131         * backend/ev-document-security.c: (ev_document_security_get_type),
12132         (ev_document_security_has_document_security),
12133         (ev_document_security_set_password):
12134         * backend/ev-document-security.h:
12135         * backend/ev-document.c: (ev_document_error_quark):
12136         * backend/ev-document.h:
12137         * data/Makefile.am:
12138         * data/evince-password.glade:
12139         * pdf/xpdf/pdf-document.cc:
12140         * shell/Makefile.am:
12141         * shell/ev-password.c: (ev_password_set_bad_password_label),
12142         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12143         (ev_password_dialog_get_password),
12144         (ev_password_dialog_set_bad_pass):
12145         * shell/ev-password.h:
12146         * shell/ev-window.c: (ev_window_get_attribute),
12147         (ev_window_set_property), (update_action_sensitivity),
12148         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12149         (ev_window_setup_document), (ev_window_get_password),
12150         (ev_window_open), (ev_window_cmd_save_as),
12151         (using_postscript_printer), (ev_window_print),
12152         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12153         (update_fullscreen_popup), (ev_window_fullscreen),
12154         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12155         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12156         (menu_item_select_cb), (find_bar_search_changed_cb),
12157         (ev_window_dispose), (ev_window_init):
12158
12159         Add initial support for password-supported dialogs.  This could be
12160         a lot cooler, but it'll do for now.
12161
12162 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12163
12164         * pdf/xpdf/pdf-document.cc:
12165         * shell/ev-view.c: (status_message_from_link),
12166         (ev_view_set_status), (ev_view_set_cursor),
12167         (ev_view_motion_notify_event), (ev_view_init):
12168         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12169
12170         Fix bugs in the links implementation and change cursor
12171         when hovering a link.
12172
12173 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12174
12175         * viewer/.cvsignore: added cvsignore file for viewer directory
12176
12177         * TODO: created TODO document
12178
12179 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12180
12181         * shell/ev-view.h:
12182         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12183         new functions to help with implementation of sensitivity code
12184         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12185         of all actions that might require it.  Fixes a crash when you
12186         click on the Zoom actions in a window lacking a document.
12187
12188 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12189
12190         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12191         of the Find action
12192
12193 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12196         (pixbuf_document_document_iface_init):
12197         * ps/ps-document.c: (ps_document_get_link),
12198         (ps_document_document_iface_init):
12199         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12200         (status_message_from_link), (ev_view_set_status),
12201         (ev_view_set_find_status), (ev_view_motion_notify_event),
12202         (ev_view_button_release_event), (ev_view_set_property),
12203         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12204         (ev_view_get_find_status_message), (update_find_results),
12205         (ev_view_get_status), (ev_view_get_find_status):
12206         * shell/ev-view.h:
12207         * shell/ev-window.c: (view_status_changed_cb),
12208         (view_find_status_changed_cb), (ev_window_init):
12209
12210         View status message support, use it to show the links.
12211         Needs work...
12212
12213 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12214
12215         * backend/ev-document.c: (ev_document_get_link):
12216         * backend/ev-document.h:
12217         * pdf/xpdf/pdf-document.cc:
12218         * shell/ev-application.c: (ev_application_open):
12219         * shell/ev-application.h:
12220         * shell/ev-sidebar-links.c: (selection_changed_cb):
12221         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12222         (ev_view_go_to_link):
12223
12224         Add support for document links
12225
12226 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12227
12228         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12229         (create_tool_item):
12230         Set the spin button limits correctly.
12231         
12232         * shell/ev-sidebar-thumbnails.c:
12233         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12234         Support changing pages by clicking on the thumbnails.
12235         
12236 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12237
12238         * pixbuf/pixbuf-document.c:
12239         (pixbuf_document_thumbnails_get_dimensions),
12240         (pixbuf_document_document_thumbnails_iface_init):
12241
12242         implement get_dimensions
12243
12244 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * ps/ps-document.c: (ps_document_goto_page):
12247
12248         Fix page switching on multipage documents
12249
12250 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12251
12252         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12253         
12254         check for NULL before assigning to width and height parameters
12255
12256 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12257
12258         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12259         (pixbuf_document_set_property), (pixbuf_document_get_property):
12260
12261         implement get/set properties
12262
12263 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12264
12265         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12266         
12267         return NULL instead of "Unknown", letting the title get set to
12268         the filename when the pdf has no title.
12269
12270 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12271
12272         * ps/ps-document.c: (ps_document_get_page_count),
12273         (ps_document_goto_page):
12274
12275 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12276
12277         * shell/ev-history.c: (ev_history_get_property),
12278         (ev_history_set_property), (ev_history_class_init),
12279         (ev_history_add_page), (ev_history_set_current_index):
12280         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12281         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12282         (ev_navigation_action_finalize):
12283         * shell/ev-navigation-action.h:
12284         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12285         (ev_view_go_forward), (ev_view_get_find_status_message),
12286         (history_index_changed_cb), (ev_view_set_history):
12287         * shell/ev-view.h:
12288         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12289         (update_current_page), (register_custom_actions):
12290
12291         Implement history dropdowns
12292
12293 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12294
12295         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12296         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12297         (ev_view_go_forward):
12298         * shell/ev-window.c: (register_custom_actions):
12299
12300         Fix several history bugs
12301
12302 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12303
12304         * configure.ac: Add «nb» to ALL_LINGUAS.
12305
12306 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12307
12308         * backend/Makefile.am:
12309         * backend/ev-bookmark.c:
12310         * backend/ev-bookmark.h:
12311         * backend/ev-document-bookmarks.c:
12312         * backend/ev-document-bookmarks.h:
12313         * backend/ev-document-links.c: (ev_document_links_get_type),
12314         (ev_document_links_has_document_links),
12315         (ev_document_links_begin_read), (ev_document_links_get_link),
12316         (ev_document_links_get_child), (ev_document_links_next),
12317         (ev_document_links_free_iter):
12318         * backend/ev-document-links.h:
12319         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12320         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12321         (ev_link_get_link_type), (ev_link_set_link_type),
12322         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12323         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12324         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12325         (ev_link_new_external):
12326         * backend/ev-link.h:
12327         * pdf/xpdf/pdf-document.cc:
12328         * shell/Makefile.am:
12329         * shell/ev-application.c: (ev_application_open_link):
12330         * shell/ev-application.h:
12331         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12332         (ev_history_get_link_nth):
12333         * shell/ev-history.h:
12334         * shell/ev-sidebar-bookmarks.c:
12335         * shell/ev-sidebar-bookmarks.h:
12336         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12337         (ev_sidebar_links_class_init), (selection_changed_cb),
12338         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12339         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12340         (do_one_iteration), (populate_links_idle),
12341         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12342         * shell/ev-sidebar-links.h:
12343         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12344         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12345         (go_to_index):
12346         * shell/ev-view.h:
12347         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12348         * shell/ev-window.h:
12349
12350         Rename bookmark to link, and use "Index" for the sidebar panel.
12351
12352 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12353
12354         * shell/Makefile.am:
12355         * shell/ev-application.c: (ev_application_open_bookmark):
12356         * shell/ev-application.h:
12357         * shell/ev-history.c: (ev_history_init), (free_links_list),
12358         (ev_history_finalize), (ev_history_class_init),
12359         (ev_history_add_link), (ev_history_add_page),
12360         (ev_history_get_link_nth), (ev_history_get_n_links),
12361         (ev_history_get_current_index), (ev_history_set_current_index),
12362         (ev_history_new):
12363         * shell/ev-history.h:
12364         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12365         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12366         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12367         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12368         (ev_view_set_page):
12369         * shell/ev-view.h:
12370         * shell/ev-window.c: (ev_window_open_bookmark),
12371         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12372         (goto_page_cb), (register_custom_actions):
12373         * shell/ev-window.h:
12374
12375         Initial history implementation. Needs work.
12376
12377 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12378
12379         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12380
12381 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12382
12383         * cut-n-paste/recent-files/egg-recent-item.c:
12384         * cut-n-paste/recent-files/egg-recent-item.h:
12385         * cut-n-paste/recent-files/egg-recent-model.c:
12386         * cut-n-paste/recent-files/egg-recent-util.c:
12387         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12388         * cut-n-paste/recent-files/egg-recent-view.c:
12389
12390         Update
12391
12392 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12393
12394         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12395         (fillGlyph, fillImageMask, drawImage):
12396         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12397         pdf/splash/SplashTypes.h:
12398         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12399         packed mode for Splash.
12400
12401         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12402         RGB8 packed mode, eliminates the pixbuf data creation loop.
12403
12404         * shell/ev-print-job.c (ev_print_job_finalize)
12405         (ev_print_job_set_property, ev_print_job_get_property)
12406         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12407         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12408         (print_closure_finalize, ev_print_job_print): implement
12409         printing (for backends with EvPsExporter)
12410
12411         * shell/ev_print_job.h: update prototypes.
12412
12413         * shell/ev-window.c (ev_window_print): unref print job after
12414         printing.
12415
12416         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12417         unless the document implements the EvDocumentFind interface.
12418
12419 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12420
12421         * configure.ac: Added ja to ALL_LINGUAS.
12422
12423 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * pdf/xpdf/pdf-document.cc:
12426
12427         add a FIXME. We should probably not allocate
12428         a bookmark object every time
12429
12430 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * shell/ev-application.c: (ev_application_open),
12433         (ev_application_open_bookmark):
12434         * shell/ev-application.h:
12435         
12436         Add a way to open bookmarks
12437
12438         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12439         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12440         (ev_bookmark_set_property), (ev_bookmark_class_init),
12441         (ev_bookmark_new_title), (ev_bookmark_new_link),
12442         (ev_bookmark_new_external):
12443
12444         Support for external uris, better constructors.
12445
12446         * backend/ev-bookmark.h:
12447         * pdf/xpdf/pdf-document.cc:
12448         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12449
12450         Handle external uris
12451
12452 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12453
12454         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12455         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12456
12457         Hook up bookmarks navigation
12458
12459 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * backend/Makefile.am:
12462         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12463         (ev_bookmark_get_title), (ev_bookmark_set_title),
12464         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12465         (ev_bookmark_get_page), (ev_bookmark_set_page),
12466         (ev_bookmark_get_property), (ev_bookmark_set_property),
12467         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12468         (ev_bookmark_new):
12469         * backend/ev-bookmark.h:
12470         * backend/ev-document-bookmarks.c:
12471         (ev_document_bookmarks_get_bookmark):
12472         * backend/ev-document-bookmarks.h:
12473         * pdf/xpdf/pdf-document.cc:
12474         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12475
12476         Add a bookmark object to the backend and use it instead of get_values
12477
12478 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12479
12480         * data/evince-ui.xml:
12481
12482         Cleanup and add select all.
12483
12484         * shell/ev-view.c: (ev_view_select_all),
12485         (ev_view_button_press_event):
12486         * shell/ev-view.h:
12487         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12488
12489         Add select all.
12490         Clear selection on click.
12491
12492 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12493
12494         * shell/ev-sidebar-thumbnails.c
12495         (ev_sidebar_thumbnails_set_document): forgot to unref the
12496         loading_icon.
12497
12498 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12499
12500         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12501         at the visible page, not just linearly.  This makes it look fast.
12502
12503 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12504
12505         * backend/ev-document-misc.c
12506         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12507         white.
12508         * backend/ev-document-thumbnails.h: New interface to get the size
12509         of a page.
12510
12511 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12512
12513         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12514         make dist works
12515
12516 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12517
12518         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12519         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12520         things up a bit.
12521
12522         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12523
12524 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12525
12526         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12527         fonts. Should fix font problems on systems that have the base
12528         fonts in bitmap format. Reported by James Henstridge
12529         <james@jamesh.id.au>.
12530
12531 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * pdf/xpdf/Gfx.cc:
12534         * pdf/xpdf/GfxState.cc:
12535
12536         Fix for CAN-2004-1125
12537
12538 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12539
12540         * shell/ev-view.c: (ev_view_copy):
12541         * shell/ev-view.h:
12542         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12543
12544         Implement Edit->Copy
12545
12546 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12547
12548         * backend/ev-document.c: (ev_document_get_text):
12549         * backend/ev-document.h:
12550         * pdf/xpdf/pdf-document.cc:
12551         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12552         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12553         (ev_view_update_primary_selection), (ev_view_button_press_event),
12554         (ev_view_motion_notify_event), (ev_view_button_release_event):
12555
12556         Beginnings of clipboard support. Incomplete but primary sort
12557         of work.
12558
12559 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12562         (expose_bin_window):
12563
12564         Nicer rubberband drawing, from GtkIconView.
12565
12566 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12567
12568         * backend/ev-document.c: (ev_document_save):
12569         * backend/ev-document.h:
12570         * data/evince-ui.xml:
12571         * pdf/xpdf/pdf-document.cc:
12572         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12573
12574         Implement "Save a copy..." menu item
12575
12576 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12577
12578         * shell/ev-view.c: (ev_view_zoom):
12579
12580         Queue a resize when zoom changes
12581
12582 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12583
12584         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12585         shadows.
12586
12587         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12588         thumbnails..
12589
12590 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12591
12592         * pdf/xpdf/pdf-document.cc
12593         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12594
12595 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12596
12597         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12598         It's slow, but I'll speed it up next!
12599
12600 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12601
12602         * shell/main.c (load_files):
12603
12604         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12605         from the command line and because it seems more appropriate.
12606
12607 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * data/evince-ui.xml:
12610         * shell/ev-window.c: (update_action_sensitivity),
12611         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12612
12613         s/next page/page down
12614         s/previous page/page up
12615
12616 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12617
12618         * data/evince-ui.xml:
12619
12620         Change the layout to match clarkbw design.
12621
12622         * shell/Makefile.am:
12623         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12624         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12625         (ev_navigation_action_finalize),
12626         (ev_navigation_action_set_property),
12627         (ev_navigation_action_get_property),
12628         (ev_navigation_action_class_init):
12629         * shell/ev-navigation-action.h:
12630
12631         Implement clarkbw toolbar navigation controls (incomplete)
12632
12633         * shell/ev-page-action.c: (update_label), (update_spin),
12634         (value_changed_cb), (create_tool_item), (connect_proxy),
12635         (ev_page_action_init), (ev_page_action_finalize),
12636         (ev_page_action_set_property), (ev_page_action_get_property),
12637         (ev_page_action_set_current_page),
12638         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12639         * shell/ev-page-action.h:
12640
12641         Implement a page switcher in the toolbar
12642
12643         * shell/ev-view.c: (ev_view_scroll_view):
12644         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12645         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12646         (register_custom_actions), (ev_window_init):
12647
12648         Change page on PageUp/Down.
12649
12650 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12651
12652         * pdf/xpdf/pdf-document.cc
12653         (pdf_document_thumbnails_get_thumbnail): initial stab at
12654         implementing thumbnail support for pdfs.  It only does documents
12655         with precached pdfs now.
12656
12657 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12658
12659         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12660         thumbnail code into a time-based idle as well.  Also, turn off the
12661         shadow temporarily as it's really slow.
12662
12663 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * backend/ev-document.c: (ev_document_class_init):
12666         * pdf/xpdf/pdf-document.cc:
12667         * shell/ev-window.c: (ev_window_open):
12668
12669         Fix document title bugs and fallback to
12670         filename when not available.
12671
12672 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12673
12674         * backend/ev-document.c: (ev_document_get_type),
12675         (ev_document_class_init), (ev_document_load),
12676         (ev_document_get_title):
12677         * backend/ev-document.h:
12678         * pdf/xpdf/pdf-document.cc:
12679         * ps/ps-document.c: (ps_document_set_property),
12680         (ps_document_get_property), (ps_document_class_init),
12681         (document_load):
12682         * ps/ps-document.h:
12683         * ps/ps.h:
12684         * shell/ev-window.c: (update_window_title), (ev_window_open),
12685         (ev_window_init):
12686
12687         Initial support for document title. Not working yet.
12688
12689 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12692
12693         Grab focus on the view when clicking it
12694
12695 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12696
12697         * shell/ev-marshal.list:
12698         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12699         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12700
12701         Add key bindings to the view. Now if the focus would work
12702         right...
12703
12704 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12705
12706         * Makefile.am:
12707         * backend/Makefile.am:
12708         * data/Makefile.am:
12709         * dvi/Makefile.am:
12710         * dvi/dvilib/Makefile.am:
12711         * pdf/xpdf/Makefile.am:
12712         * po/POTFILES.in:
12713         * ps/Makefile.am:
12714
12715         Fix distcheck
12716
12717 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12718
12719         * shell/ev-view.c: (ev_view_realize):
12720
12721         Fix mouse wheel scrolling
12722
12723 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12724
12725         * ps/Makefile.am:
12726         * ps/gstypes.h:
12727         * ps/gtkgs.c:
12728         * ps/gtkgs.h:
12729         * ps/ps-document.c: (catchPipe), (ps_document_init),
12730         (ps_document_class_init), (ps_document_cleanup),
12731         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12732         (set_up_page), (close_pipe), (is_interpreter_ready),
12733         (interpreter_failed), (output), (input), (start_interpreter),
12734         (stop_interpreter), (file_length), (file_readable),
12735         (check_filecompressed), (check_pdf), (compute_xdpi),
12736         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12737         (ps_document_get_type), (ps_document_emit_error_msg),
12738         (document_load), (ps_document_next_page),
12739         (ps_document_get_current_page), (ps_document_get_page_count),
12740         (ps_document_goto_page), (ps_document_set_page_size),
12741         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12742         (ps_document_load), (ps_document_get_n_pages),
12743         (ps_document_set_page), (ps_document_get_page),
12744         (ps_document_widget_event), (ps_document_set_target),
12745         (ps_document_set_scale), (ps_document_set_page_offset),
12746         (ps_document_get_page_size), (ps_document_render),
12747         (ps_document_document_iface_init):
12748         * ps/ps-document.h:
12749         * ps/ps.c:
12750         * shell/ev-window.c: (ev_window_open):
12751
12752         Rename GtkGS to PSDocument
12753
12754 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12755
12756         * ps/gtkgs.c: (gtk_gs_class_init):
12757         * ps/gtkgs.h:
12758
12759         Some more leftover...
12760
12761 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12764         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12765         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12766         * ps/gtkgs.h:
12767
12768         Remove unused code and make a lot of stuff private
12769
12770 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12773         (gtk_gs_defaults_changed):
12774         * ps/gsdefaults.h:
12775         * ps/gtkgs.c:
12776         * ps/gtkgs.h:
12777         * ps/ps.h:
12778
12779         Cleanup headers dependencies
12780
12781 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * ps/Makefile.am:
12784         * ps/ggvutils.c:
12785         * ps/ggvutils.h:
12786         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12787         * ps/gsdefaults.h:
12788         * ps/gtkgs.c: (file_length), (file_readable),
12789         (check_filecompressed), (check_pdf), (gtk_gs_load),
12790         (gtk_gs_get_postscript):
12791
12792         Get rid of ggvutils
12793
12794 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12795
12796         * ps/ggvutils.c:
12797         * ps/ggvutils.h:
12798         * ps/gsio.h:
12799         * ps/gtkgs.c: (gtk_gs_set_zoom):
12800
12801         Cleanups
12802
12803 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12804
12805         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12806
12807         Ensure the page is rerendered when changing zoom
12808
12809 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * backend/ev-document.c: (ev_document_base_init),
12812         (ev_document_changed):
12813         * backend/ev-document.h:
12814
12815         Add a changed event that is emitted when the page content
12816         changes. This is necessary to deal with the fact that
12817         in ps backend rendering happen asycrounously.
12818         This makes the ps backend mostly work.
12819
12820         * pdf/xpdf/pdf-document.cc:
12821
12822         Emit changed event
12823
12824         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12825         (ps_document_set_target):
12826
12827         Emit changed event
12828
12829         * shell/ev-view.c: (document_changed_callback),
12830         (ev_view_set_document), (ev_view_set_page):
12831
12832         Redraw on the changed signal
12833
12834 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12835
12836         * configure.ac: Added pt_BR to ALL_LINGUAS.
12837
12838 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12839
12840         * backend/ev-document-bookmarks.c:
12841         (ev_document_bookmarks_get_child): *
12842         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12843         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12844         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12845         (ev_sidebar_bookmarks_destroy),
12846         (ev_sidebar_bookmarks_class_init),
12847         (ev_sidebar_bookmarks_construct), (stack_data_free),
12848         (do_one_iteration), (populate_bookmarks_idle),
12849         (ev_sidebar_bookmarks_clear_document),
12850         (ev_sidebar_bookmarks_set_document): *
12851         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12852         (ev_sidebar_add_page),
12853         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12854         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12855         it displays both the topics and the page numbers.
12856
12857 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12858
12859         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12860         toggle.
12861         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12862         visible.
12863
12864 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12865
12866         * configure.ac: Added en_CA to ALL_LINGUAS.
12867
12868 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12869
12870         * ChangeLog: replace bottom of this ChangeLog (merged history of
12871         ggv and gpdf; where all paths were wrong and most of the files are
12872         not even in this tree) with ChangeLog (from arch) of the shell
12873         code.
12874
12875 2004-12-23  Havoc Pennington  <hp@redhat.com>
12876
12877         * shell/ev-window.c: hook up potentially-questionable "find
12878         results status text" feature - something involving the sidebar or
12879         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12880         might be better in the end.
12881
12882         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12883         with corresponding signal when it should be updated
12884
12885         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12886
12887 2004-12-22  Havoc Pennington  <hp@redhat.com>
12888
12889         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12890         find stuff on other pages, sort of (only returns one result on
12891         invisible pages, to show they have results; updates full results
12892         for a page when you view it). Currently repaints the current page
12893         every time a new result is found on any page, which isn't so nice.
12894
12895 2004-12-22  Havoc Pennington  <hp@redhat.com>
12896
12897         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12898         the document doesn't support find (better ideas?)
12899         (find_bar_search_changed_cb): handle missing document or document
12900         that doesn't support find
12901
12902         * pdf/xpdf/pdf-document.cc: port to implement the new
12903         EvDocumentFindIface
12904
12905         * backend/ev-document-find.c: create a new interface for searching
12906
12907         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12908
12909 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12910
12911         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12912         libevbackend.la.
12913
12914         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12915         EvPrintJob constructor arguments.
12916
12917         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12918         for documents that can export PostScript (page by page).
12919
12920         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12921         
12922         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12923         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12924         (pdf_document_ps_exporter_iface_init:
12925         Implement EvPSExporter.
12926
12927         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12928
12929 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12930
12931         * backend/Makefile.am:
12932         * backend/ev-document-thumbnails.c:
12933         (ev_document_thumbnails_get_type),
12934         (ev_document_thumbnails_get_thumbnail):
12935         * backend/ev-document-thumbnails.h:
12936         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12937         (pixbuf_document_thumbnails_get_thumbnail),
12938         (pixbuf_document_document_thumbnails_iface_init):
12939         * shell/Makefile.am:
12940         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12941         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12942         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12943         * shell/ev-sidebar-thumbnails.h:
12944         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12945         (ev_sidebar_set_document):
12946         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12947         (create_shadow), (ev_pixbuf_add_shadow):
12948         * shell/ev-utils.h:
12949         Add thumbnail support.
12950         
12951 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12952
12953         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12954         (using_postscript_printer): Set up a print dialog for "PostScript
12955         injection" method.
12956
12957         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12958         EvPrintJob.
12959
12960         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12961
12962 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12963
12964         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12965         (ps_document_set_target), (ps_document_get_page_size),
12966         (ps_document_render):
12967         * ps/gtkgs.h:
12968
12969         Fix a few bugs
12970
12971 2004-12-22  Christian Rose  <menthos@menthos.com>
12972
12973         * configure.ac: Added "sv" to ALL_LINGUAS.
12974
12975 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12976
12977         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12978         document supports bookmarks.
12979
12980 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12981
12982         * ps/ggvutils.c: (ggv_file_readable):
12983         * ps/ggvutils.h:
12984         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12985         (gtk_gs_get_postscript):
12986
12987         Remove unused utils
12988
12989 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12992         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12993         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12994         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12995         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12996         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12997         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12998         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12999         (gtk_gs_set_antialiasing), (ps_document_load),
13000         (ps_document_render):
13001         * ps/gtkgs.h:
13002
13003         Another check point for the ps backend. Now I can get it to show
13004         pages!
13005
13006 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13007
13008         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13009         document setting code.
13010
13011 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13012
13013         * shell/eggfindbar.c: (entry_activate_callback):
13014         Animate the next button when activate is pressed.
13015         
13016 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13017
13018         * shell/ev-window.c: (ev_window_cmd_edit_find),
13019         (update_fullscreen_popup), (ev_window_fullscreen),
13020         (ev_window_unfullscreen), (ev_window_state_event_cb),
13021         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13022         Fix bugs in fullscreen code.
13023         
13024 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13025
13026         * Makefile.am:
13027         * configure.ac:
13028         * pixbuf/Makefile.am:
13029         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13030         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13031         (pixbuf_document_set_page), (pixbuf_document_get_page),
13032         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13033         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13034         (pixbuf_document_render), (pixbuf_document_begin_find),
13035         (pixbuf_document_end_find), (pixbuf_document_finalize),
13036         (pixbuf_document_class_init),
13037         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13038         * pixbuf/pixbuf-document.h:
13039         * shell/Makefile.am:
13040         * shell/ev-application.c: (ev_application_open):
13041         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13042         (ev_window_open):
13043         Add pixbuf backend.
13044         
13045 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13046
13047         * Makefile.am: 
13048         * dvi/dvilib/Makefile.am:
13049         * dvi/Makefile.am:
13050         * configure.ac: Auto*ify dvi and dvi/dvilib
13051
13052         * dvi/Makefile: Remove from CVS
13053         
13054         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13055         confusion.
13056
13057         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13058         
13059         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13060         
13061 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * ps/Makefile.am:
13064         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13065         (gtk_gs_value_adjustment_changed), (compute_size),
13066         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13067         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13068         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13069         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13070         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13071         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13072         (ps_document_load), (ps_document_get_n_pages),
13073         (ps_document_set_page), (ps_document_get_page),
13074         (ps_document_set_target), (ps_document_set_scale),
13075         (ps_document_set_page_offset), (ps_document_get_page_size),
13076         (ps_document_render), (ps_document_begin_find),
13077         (ps_document_end_find), (ps_document_document_iface_init):
13078         * ps/gtkgs.h:
13079         * shell/Makefile.am:
13080         * shell/ev-window.c: (ev_window_open):
13081
13082         Some work to integrate gtkgs with EvDocument
13083
13084 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13085
13086         * shell/ev-window.c: (update_fullscreen_popup),
13087         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13088         (exit_fullscreen_button_clicked_cb),
13089         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13090         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13091         (ev_window_state_event_cb), (ev_window_init):
13092         Add fullscreen support from Epiphany.
13093         
13094 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13095
13096         * data/ev-stock-zoom-fit-width.png: fit-width
13097         stock icon from gpdf.
13098         
13099         * shell/ev-stock-icons.[ch]: copied from gpdf.
13100         
13101         * shell/main.c: (main): init stock icons.
13102         
13103         * shell/ev-window.c: use the fit-width icon.
13104         
13105         * data/evince-ui.xml: add zooming toolbar items.
13106
13107 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13108
13109         * shell/ev-view.c: 
13110         (ev_view_best_fit), (ev_view_fit_width): because
13111         get_page_size() returns the scaled page size, we
13112         need to calculate the scale factor relative to
13113         the previous scale factor. Should really just
13114         add get_real_page_size().
13115
13116 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13117
13118         * shell/ev-view.[ch]:
13119         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13120         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13121         add zooming.
13122         
13123         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13124         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13125         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13126         hook it up.
13127         
13128         * pdf/xpdf/pdf-document.cc:
13129         (pdf_document_begin_find),
13130         (pdf_document_end_find): make static.
13131
13132 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13133
13134         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13135
13136         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13137         names to fontconfig patterns.
13138         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13139
13140         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13141         setupBaseFontsFc.
13142
13143 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * Makefile.am:
13146         * configure.ac:
13147         * ps/Makefile.am:
13148         * ps/ggvutils.c:
13149         * ps/ggvutils.h:
13150         * ps/gsdefaults.c:
13151         * ps/gsdefaults.h:
13152         * ps/gsio.c:
13153         * ps/gsio.h:
13154         * ps/gtkgs.c:
13155         * ps/gtkgs.h:
13156         * ps/ps.c:
13157         * ps/ps.h:
13158
13159         Import ggv backend. Not hooked up yet.
13160
13161 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13162
13163         * shell/main.c: (load_files), (main): load files
13164         from the command line.
13165
13166 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13167
13168         * configure.ac: don't require bonobo.
13169         
13170         * cut-n-paste/recent-files/*: kill bonobo recent
13171         view.
13172
13173         * shell/ev-window.c:
13174         (ev_window_is_empty): upd.
13175         (unable_to_load), (ev_window_open): load backend
13176         based on the mime type.
13177
13178 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13179
13180         * backend/.cvsignore: ignore generated marshalers source.
13181
13182         * shell/main.c (main): this is not epiphany.
13183
13184 2004-12-22  Havoc Pennington  <hp@redhat.com>
13185
13186         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13187         (expose_bin_window): draw find highlights
13188
13189         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13190         
13191         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13192         (pdf_document_end_find): implement this interface
13193
13194         * backend/ev-document.c (ev_document_found): add this to emit
13195         signal
13196
13197 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13198
13199         * data/evince-ui.xml: Add a few more toolbar items.
13200
13201         * shell/ev-window.c: Hook up page navigation toolbar 
13202         items.
13203
13204         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13205         a page-changed signal.
13206
13207         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13208         Add ev_document_get_page().
13209
13210         * shell/ev-window.c: Sensitize/desensitize navigation
13211         actions.
13212
13213 2004-12-21  Havoc Pennington  <hp@redhat.com>
13214
13215         * backend/ev-backend-marshal.c,
13216         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13217         marshaler-generator thingy. I'm sure there's a better way to do
13218         this in the modern world.
13219
13220         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13221         end_find methods and "found" signal.
13222
13223         * configure.ac: find glib-genmarshal
13224
13225 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13226
13227         * shell/ev-sidebar.c: Construct an actual sidebar.
13228         * shell/ev-sidebar-bookmarks.[ch]:
13229         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13230
13231 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13232
13233         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13234         Redo size handling.
13235         
13236         * shell/ev-view.c: Track the size from the document.
13237
13238 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13239
13240         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13241         constructor assumes ownership of the string passed in.
13242         
13243         * shell/ev-window.c (ev_window_open): Destroy the error
13244         dialog once we've displayed it.
13245
13246 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13247
13248         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13249         a bit, it works! (sort of)
13250
13251         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13252         Move to .cc since we need to use C++ in the implementation.
13253
13254         * shell/dummy.cc: Add a CC file to force evince
13255         to be linked as a C++ program.
13256
13257 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13258
13259         * shell/ev-view.[ch]: Start of content-area widget.
13260
13261         * shell/ev-window.c: Create a EvView, update it
13262         as we change documents.
13263
13264         * shell/Makefile.am shell/ev-marshal.list: Add
13265         generated marshalers.
13266
13267 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13268
13269         * Makefile.am (SUBDIRS): move shell.
13270
13271 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13272
13273         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13274         .a to libtool convenience libraries.
13275
13276         * shell/ev-window.c (ev_window_open): Hard code loading
13277         a PDF document.
13278         
13279         * backend/ev-document.h: Add a boolean return to load(),
13280         fix GError * to GError **.
13281
13282         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13283         object for a PDF backend EvDocument.
13284
13285 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13286
13287         * dvi/*: New directory with the beginning of a .dvi backend.
13288
13289 2004-12-21  Havoc Pennington  <hp@redhat.com>
13290
13291         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13292         previous/next instead of back/forward
13293
13294 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13295
13296         * backend/ev-document.[ch]: Fix a couple of problems so
13297         it compile.
13298
13299 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13300
13301         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13302         to backend/ directory, rename EvViewer to EvDocument.
13303
13304 2004-12-21  Havoc Pennington  <hp@redhat.com>
13305
13306         * shell/ev-window.c: hook up the find bar widget; now we just need
13307         a document to find things in
13308
13309         * shell/eggfindbar.c: a find bar widget
13310
13311 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13312
13313         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13314
13315 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13316
13317         * pdf/**: Import of xpdf code from gpdf. 
13318
13319         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13320
13321         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13322         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13323         Fix FreeType includes.
13324
13325         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13326         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13327         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13328         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13329         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13330         Include xpdfconfig.h
13331         
13332 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13333
13334         * shell/ev-window.c (ev_window_dispose): dispose can be called
13335         multiple times.
13336
13337 2004-12-21  Havoc Pennington  <hp@redhat.com>
13338
13339         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13340         rather than Evince
13341
13342         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13343         items; really they should be synced with the strings, etc. from
13344         current gpdf, but just getting the boring typing out of the way 
13345
13346 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * po/POTFILES.in:
13349         * shell/ev-application.c: (window_destroy_cb):
13350         * shell/ev-window.c:
13351         * shell/main.c: (main):
13352
13353         Actually show the window...
13354
13355 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * Makefile.am:
13358         * shell/Makefile.am:
13359         * shell/ev-application.c: (ev_application_class_init):
13360         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13361
13362         Make it build again
13363
13364 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13365
13366         Import to gnome cvs.
13367         
13368         * Remove copies of gpdf and ggv trees.
13369         * Rip out all the recursive configure code.
13370         * Remove bonobo machinery.
13371         * viewer/*: GInterfaces that backends should/can implement.
13372
13373 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13374
13375         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13376         typo
13377
13378 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13379
13380         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13381         (ev_application_finalize, ev_application_class_init)
13382         (ev_application_init): use GType instance private data for priv.
13383
13384         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13385         (ev_window_finalize, ev_window_class_init)
13386         (ev_window_init): ditto.
13387
13388 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13389
13390         * shell/ev-application.c (ev_application_new_window): make public
13391         (ev_application_show_initial_window): kill.
13392
13393         * shell/ev-application.h: update prototypes.
13394
13395         * shell/main.cc (main): inline ev_application_show_initial_window.
13396
13397 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13398
13399         * shell/ev-application.c (ev_application_new_window): impl.
13400         (ev_application_show_initial_window): use it.
13401         (is_window_empty, ev_application_get_empty_window): returns an
13402         existing empty window or a new one.
13403         (ev_application_open): from ev_window_cmd_file_open.
13404
13405         * shell/ev-application.h: update prototypes
13406
13407         * shell/ev-window.c (ev_window_is_empty): impl.
13408         (ev_window_open): make public.
13409         (ev_window_cmd_file_open): use ev_application_open
13410
13411         * shell/ev-window.h: update prototypes, remove unused.
13412
13413 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13414
13415         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13416         move destroy handler out of here...
13417
13418         * shell/ev-application.c, shell/ev-application.h: ...into this new
13419         class. Also handles initial window creation.
13420
13421         * shell/main.cc (main): use EvApplication to create initial
13422         window.
13423
13424 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13425
13426         * Makefile.am (SUBDIRS): add cut-n-paste
13427
13428         * cut-n-paste/Makefile.am: add
13429
13430         * configure.ac: generate Makefiles in cut-n-paste
13431
13432 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13433
13434         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13435         (ev_window_class_init): install ev_window_dispose.
13436
13437 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13438
13439         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13440         char (gchar looks stupid).
13441
13442 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13443
13444         * po/de.po: updated German translation.
13445
13446 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13447
13448         * configure.ac: add more pkg-config library checks for gnome-vfs,
13449         bonobo etc.
13450
13451         * gpdf/configure.in: temporarily disable libpaper
13452         checks. Otherwise I'd have to add the checks for the shell, too.
13453
13454 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13455
13456         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13457         and * file filters to the file choose.
13458
13459 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13460
13461         * po/de.po: Updated German translation.
13462
13463 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13464
13465         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13466
13467 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13468
13469         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13470
13471         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13472         (ev_window_init): implement those menuitems.
13473
13474 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13475
13476         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13477
13478         * shell/ev-window.c (ev_window_init): use the toolbar.
13479
13480 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13481
13482         * shell/ev-window.c (ev_window_init): use menu translations
13483
13484 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13485
13486         * configure.ac: add "de" to ALL_LINGUAS.
13487
13488         * po/de.po: add German translation.
13489
13490 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13491
13492         * Makefile.am (SUBDIRS): add po
13493
13494         * configure.ac: check intltool, glib-gettext etc, generate
13495         po/Makefile.in
13496
13497         * po, po/POTFILES.in, po/POTFILES.skip: new.
13498
13499 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13500
13501         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13502         already use (#ifdef ENABLE_NLS)
13503
13504         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13505         pointer indirection thinko.
13506
13507         * shell/main.c: include gi18n.h for bindtextdomain etc.
13508
13509 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13510
13511         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13512         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13513         tooltips for menu items in the statusbar.
13514
13515 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13516
13517         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13518         pkgdatadir drop UIDIR
13519
13520 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13521
13522         * data/evince-ui.xml: Add File->Open menu item
13523
13524         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13525         chooser), hook it up in the ui manager.
13526
13527 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13528
13529         * shell/ev-window.c: fix Help->About tooltip.
13530
13531 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13532
13533         * configure.ac: set CFLAGS for libevprivate.
13534
13535         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13536         definitions, factory etc.
13537
13538         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13539
13540         * shell/Makefile.am: link against libevprivate.a.
13541
13542         * shell/ev-window.c (entries): add stock icon to Help->About.
13543
13544         * shell/main.c (main): init stock icon code.
13545
13546 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13547
13548         * lib/recent-files: egg recent files code
13549
13550         * lib/Makefile.am: add.
13551
13552         * Makefile.am: add lib subdir.
13553
13554         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13555         set CFLAGS for recent-files.
13556
13557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13558
13559         * configure.ac: disable -ansi and -pedantic gcc flags. They
13560         disable POSIX stuff in stdio.h, but egg-recent uses them.
13561
13562 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13563
13564         * configure.ac: add --disable-deprecated flag (defaults to on in
13565         "cvs" builds).
13566
13567         * shell/Makefile.am (INCLUDES): use it.
13568
13569 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13570
13571         * shell/main.c: add missing #include.
13572
13573         * shell/ev-window.c: fix for pedantic gcc.
13574         (ev_window_cmd_help_about): split license into paragraphs for
13575         translators and pedantic compilers.
13576
13577 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13578
13579         * configure.ac: add more warning flags if compiling with gcc from
13580         cvs (or explicitly requested with --enable-more-warnings).
13581
13582 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13583
13584         * data/evince-ui.xml: add File and File->Close menu.
13585
13586         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13587         (ev_window_destroy): quit after destroy.
13588         (ev_window_class_init): override GtkObject::destroy.
13589         (entries): install close_window callback.
13590
13591 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13592
13593         * Makefile.am (SUBDIRS): add data subdir.
13594
13595         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13596         gtk+ 2.5.0 for GtkAboutDialog.
13597
13598         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13599         main window.
13600
13601         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13602
13603         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13604         manager.
13605         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13606
13607 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13608
13609         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13610
13611 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13612
13613         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13614
13615 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13616
13617         * shell/*: Added shell directory boilerplate, build it.
13618
13619 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13620
13621         * configure.ac, Makefile.am: Added top-level configure.ac and
13622         Makefile.am