]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Restart the job search when the find bar is opened for the second time.
[evince.git] / ChangeLog
1 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (find_bar_visibility_changed_cb):
4
5         Restart the job search when the find bar is opened for the second
6         time. Fixes bug #531956.
7         
8 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
11         (get_document_from_uri):
12
13         Make sure we always return a valid error struct when
14         get_document_from_uri fails. Fixes nautilus crash, see bug
15         #542548.
16         
17 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
18
19         * libdocument/ev-transition-effect.c
20         (ev_transition_effect_type_get_type),
21         (ev_transition_effect_alignment_get_type),
22         (ev_transition_effect_direction_get_type):
23         
24         Fixes bug #542924. Makes enums static to fix Solaris build.
25
26 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-view.c: (ev_view_key_press_event):
29
30         Add '.' keybinding for blanking the screen in presentation
31         mode. Fixes bug #542001.
32         
33 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * libdocument/ev-document-misc.c:
36         (ev_document_misc_pixbuf_from_surface):
37
38         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
39         #540950.
40         
41 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
42
43         * backend/comics/comics-document.c (comics_document_load):
44         * backend/comics/comicsdocument.evince-backend.in:
45         * configure.ac:
46         * thumbnailer/evince-thumbnailer-comics.schemas.in:
47         
48         Added support for 7-zip based cb7 comic book. Patch by
49         Kartik Rustagi. Fixes bug #532312.
50
51 2008-06-24  Bastien Nocera  <hadess@hadess.net>
52
53         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
54         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
55         Fixes bug #539972.
56
57 2008-06-24  Bastien Nocera  <hadess@hadess.net>
58
59         * shell/Makefile.am:
60         * shell/ev-application.c (ev_application_init),
61         (ev_application_get_media_keys):
62         * shell/ev-application.h:
63         * shell/ev-marshal.list:
64         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
65         (proxy_destroy), (on_media_player_key_pressed),
66         (ev_media_player_keys_init), (ev_media_player_keys_focused),
67         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
68         * shell/ev-media-player-keys.h:
69         * shell/ev-window.c (ev_window_go_previous_page),
70         (ev_window_go_next_page), (ev_window_go_first_page),
71         (ev_window_go_last_page), (ev_window_start_presentation),
72         (ev_window_dispose), (view_actions_focus_in_cb):
73         * shell/ev-window.h: When building with D-Bus support, listen
74         for multimedia key events from gnome-settings-daemon. This allows
75         to go to the next/previous/first/last pages using, respectively,
76         Next/Previous/Rewing/Fast Forward. The Play button is used to start
77         a presentation. Fixes bug #539971.
78
79 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
80
81         * configure.ac:
82         
83         Update for release 2.23.4.
84
85 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * NEWS:
88
89         Update news for 2.23.4 release.
90         
91 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
94         * shell/ev-sidebar-thumbnails.c:
95         (ev_sidebar_thumbnails_set_loading_icon),
96         (ev_sidebar_thumbnails_refresh):
97         * shell/ev-window.c: (ev_window_error_message),
98         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
99         (ev_window_set_document):
100
101         Do not crash opening documents with no pages and show a warning
102         message in the message area. Fixes bugs #537574 and #171588.
103         
104 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/Makefile.am:
107         * shell/ev-file-monitor.[ch]:
108         * shell/ev-window.c: (ev_window_document_changed),
109         (ev_window_clear_reload_job), (ev_window_load_job_cb),
110         (ev_window_reload_job_cb), (ev_window_open_uri),
111         (ev_window_reload_document), (ev_window_cmd_view_reload),
112         (ev_window_dispose):
113
114         Automaticly reload the document when the file has changed on
115         disk. Bug #304249.
116         
117 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
118
119         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
120         * libdocument/ev-image.c: (ev_image_save_tmp):
121         * libdocument/ev-module.c: (ev_module_load):
122         * shell/ev-application.c: (ev_application_shutdown),
123         (ev_application_get_print_settings):
124         * shell/ev-sidebar-attachments.c:
125         (ev_sidebar_attachments_button_press),
126         (ev_sidebar_attachments_drag_data_get):
127         * shell/ev-window.c: (window_save_file_copy_ready_cb),
128         (ev_window_print_finished), (ev_window_print_send),
129         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
130         (ev_window_preview_print_finished), (ev_window_do_preview_print),
131         (ev_window_cmd_preview_print):
132         * shell/main.c: (load_files_remote):
133         Fix some build warnings under GCC 4.3.0. (#537535).
134
135 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-jobs.c: (ev_job_render_dispose):
138
139         Fix a crash in debug mode. Patch by Daniel M German.
140         
141 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * shell/ev-window.c:
144
145         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
146         
147 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * shell/ev-window.c: (ev_window_print_send),
150         (ev_window_do_preview_print):
151
152         Use the window title as print job name instead of just
153         "evince-print". Fixes bug #534493.
154         
155 2008-05-19  Frederic Peters  <fpeters@0d.be>
156
157         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
158         Bug #533897.
159
160 2008-05-19  Frederic Peters  <fpeters@0d.be>
161
162         * help/reference/Makefile.am: added missing libevmountoperation to
163         gtkdoc-scanobj libraries.  Bug #533896.
164
165 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
166
167         * properties/ev-properties-view.c (get_default_user_units):
168         Fixes check for default units string translation. Bug #533323.
169
170 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
171
172         * backend/impress/iksemel.c (sax_core): Fix a free() that should
173         be an iks_free(). Fix an array overflow in the XML parser that
174         would occur whenever the number of attributes in a tag was greater
175         than 0 and divisible by 6. Fixes GNOME bug #530852.
176
177 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * backend/djvu/djvu-document-private.h:
180         * backend/djvu/djvu-links.c:
181         * backend/djvu/djvu-text.c:
182         * backend/djvu/djvu-document.c: (djvu_handle_events),
183         (djvu_wait_for_message), (djvu_document_load),
184         (document_get_page_size), (djvu_document_render),
185         (djvu_document_thumbnails_get_thumbnail),
186         (djvu_document_file_exporter_end):
187
188         Make sure load job doesn't finish successfully when the document
189         is not successfully decoded by libdjvu. Fixes bug #530202.
190         
191 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * configure.ac:
194         * libdocument/Makefile.am:
195         * libdocument/ev-debug.[ch]:
196         * libdocument/ev-document.c:
197         * shell/ev-jobs.c: (ev_job_links_dispose),
198         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
199         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
200         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
201         (ev_job_render_page_ready), (ev_job_render_run),
202         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
203         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
204         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
205         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
206         (ev_job_print_new), (ev_job_print_run):
207         * shell/main.c: (main):
208
209         Add debug mode based on gedit code. Add debug messages in
210         ev-jobs.
211         
212 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * libdocument/ev-document-factory.c: (get_document_from_uri):
215
216         Fix memory leak.
217         
218 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
219
220         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
221         (get_mime_type_from_data), (get_document_from_uri),
222         (ev_document_factory_get_document):
223         
224         Improved error message about file opening failture.
225         Bug #529129.
226
227 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
228
229         * data/evince-toolbar.xml:
230         
231         Allow to add SaveAs to toolbar.
232
233 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-view-private.h:
236         * shell/ev-view.[ch]: (ev_view_button_release_event),
237         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
238         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
239         (ev_view_update_primary_selection), (clear_link_selected),
240         (ev_view_copy_link_address):
241         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
242
243         Update also the primary selection when copying a link
244         address. Fixes bug #520855.
245         
246 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * libdocument/ev-document-factory.c: (get_document_from_uri):
249
250         Use the pixbuf backend only when the mime type is not supported by
251         any of the other backend so that tiff documents, for instance, are
252         handled by the tiff backend instead of the pixbuf backend. fixes
253         bug #520290.
254         
255 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * cut-n-paste/Makefile.am:
258
259         Add evmountoperation to subdirs list.
260         
261 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * configure.ac:
264
265         Fix libspectre check in configure script. Fixes bug #528549.
266         
267 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * configure.ac:
270         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
271         * shell/Makefile.am:
272         * shell/ev-window.c: (ev_window_load_remote_failed),
273         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
274
275         Add GtkMountOperation (renamed to avoid conflicts) to be able to
276         open documents in remote locations that are not mounted.
277         
278 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
281         (bitmap_convert_msb8):
282         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
283         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
284
285         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
286         
287 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
290         (ev_job_render_new), (ev_job_render_set_selection_info),
291         (ev_job_render_run):
292         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
293         (check_job_size_and_unref),
294         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
295         (add_job), (ev_pixbuf_cache_get_selection_surface):
296
297         Create the render context needed for rendering a page in the render
298         thread so that we don't block the main thread. Simplify
299         EvJobRender API.
300         
301 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * libdocument/Makefile.am:
304         * libdocument/ev-page.[ch]:
305         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
306         (ev_render_context_new), (ev_render_context_set_page):
307         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
308         (ev_form_field_finalize), (ev_form_field_class_init):
309         * libdocument/ev-document-forms.[ch]:
310         (ev_document_forms_get_form_fields):
311         * libdocument/ev-document.[ch]: (ev_document_get_page),
312         (ev_document_get_page_size), (ev_document_get_page_label):
313         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
314         (ev_job_render_run), (ev_job_thumbnail_new),
315         (ev_job_thumbnail_run), (ev_job_print_run):
316         * shell/ev-page-cache.c: (ev_page_cache_new):
317         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
318         (check_job_size_and_unref), (add_job):
319         * shell/ev-sidebar-thumbnails.c: (add_range):
320         * shell/ev-view.c: (ev_view_form_field_get_region),
321         (ev_view_form_field_button_create_widget),
322         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
323         (ev_view_handle_form_field), (ev_view_size_allocate),
324         (get_selected_text):
325         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
326         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
327         (pdf_document_get_page), (pdf_document_get_page_label),
328         (pdf_document_render), (pdf_document_get_info),
329         (pdf_document_document_iface_init),
330         (pdf_document_thumbnails_get_thumbnail),
331         (pdf_document_thumbnails_get_dimensions),
332         (pdf_document_file_exporter_do_page),
333         (pdf_selection_render_selection),
334         (pdf_selection_get_selected_text),
335         (pdf_selection_get_selection_region),
336         (pdf_selection_get_selection_map),
337         (pdf_document_forms_get_form_fields),
338         (pdf_document_forms_form_field_text_get_text),
339         (pdf_document_forms_form_field_text_set_text),
340         (pdf_document_forms_form_field_button_set_state),
341         (pdf_document_forms_form_field_button_get_state),
342         (pdf_document_forms_form_field_choice_get_item),
343         (pdf_document_forms_form_field_choice_get_n_items),
344         (pdf_document_forms_form_field_choice_is_item_selected),
345         (pdf_document_forms_form_field_choice_select_item),
346         (pdf_document_forms_form_field_choice_toggle_item),
347         (pdf_document_forms_form_field_choice_unselect_all),
348         (pdf_document_forms_form_field_choice_set_text),
349         (pdf_document_forms_form_field_choice_get_text):
350         * backend/ps/ev-spectre.c: (ps_document_get_page),
351         (ps_document_get_page_size), (ps_document_get_page_label),
352         (ps_document_render), (ps_document_document_iface_init),
353         (ps_document_file_exporter_do_page):
354         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
355         (tiff_document_render), (tiff_document_render_pixbuf),
356         (tiff_document_file_exporter_do_page):
357         * backend/pixbuf/pixbuf-document.c:
358         (pixbuf_document_get_page_size):
359         * backend/comics/comics-document.c:
360         (comics_document_get_page_size), (comics_document_render_pixbuf):
361         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
362         (djvu_document_render), (djvu_selection_get_selected_text),
363         (djvu_document_thumbnails_get_thumbnail),
364         (djvu_document_file_exporter_do_page),
365         (djvu_document_find_get_result):
366         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
367         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
368         (dvi_document_thumbnails_get_thumbnail),
369         (dvi_document_file_exporter_do_page):
370         * backend/impress/impress-document.c:
371         (impress_document_get_page_size),
372         (impress_document_render_pixbuf):
373         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
374
375         Add EvPage so that we can hold a reference to the backend
376         page. Form fields keep now a reference to the poppler page
377         improving performance since we don't have to create/destroy the
378         poppler field for every form operation. This will be needed for
379         annotations too.
380         
381 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * data/evince-ui.xml:
384         * shell/ev-window.c:
385
386         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
387         
388 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * configure.ac:
391         * backend/ps/Makefile.am:
392
393         Remove gs stuff from ps backend.
394         
395 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * configure.ac:
398         * backend/pdf/ev-poppler.cc:
399
400         Bump poppler requirement to 0.8.0.
401         
402 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
403
404         * NEWS:
405         * configure.ac:
406
407         Update for release 2.22.1.1
408
409 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * configure.ac:
412
413         Fix build (again) when poppler version is 0.6
414         
415 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * backend/djvu/djvu-links.c: (build_tree):
418
419         Make sure link title is a valid utf8 string. Fixes bug #526517.
420         
421 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * configure.ac:
424
425         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
426         #526799.
427         
428 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
429
430         * configure.ac:
431         
432         Update for release 2.22.1.
433
434 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * NEWS:
437
438         Update for upcoming release.
439
440 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * configure.ac:
443         * backend/dvi/dvidocument.evince-backend.in:
444
445         Add compressed dvi to the list of supported mime types. Patch by
446         Ed Catmur. Fixes bug #307087.
447
448 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-jobs.c: (ev_job_print_get_page_list):
451
452         Fix a crash when printing a range that doesn't specify the start or
453         end page. Fixes bug #524288.
454
455 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-window.c: (ev_window_cmd_continuous),
458         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
459         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
460         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
461         (ev_window_run_presentation), (ev_window_stop_presentation),
462         (ev_window_cmd_view_presentation),
463         (ev_window_cmd_leave_fullscreen),
464         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
465
466         Do not unfullscreen and fullscreen again the window when changing
467         from fullscreen to presentation mode and vice versa. Fixes bug
468         #524112.
469         
470 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
473
474         Do not crash when thumbnail failed to render in PS backend. Fixes
475         bug #525015.
476         
477 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-window.c: (window_open_file_copy_ready_cb),
480         (ev_window_load_file_remote), (ev_window_open_uri):
481
482         Handle errors when opening remote files.
483         
484 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * shell/ev-page-action.c: (ev_page_action_grab_focus):
487
488         Only grab the focus for the current visible proxy widget. Fixes
489         bug #521224.
490         
491 2008-03-30  Emil Soleyman  <emil@nishra.com>
492
493         * shell/ev-window.c: (launch_external_uri):
494         
495         Reuse g_app_info_launch_default_for_uri to
496         save some code and fix bug #525009.
497
498 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
499
500         * shell/ev-window.c (image_save_dialog_response_cb):
501
502         Use g_str_has_suffix. See bug #523069.
503
504 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * configure.ac:
507
508         Add a configure option to enable/diable DBus. Patch by Rémi
509         Cardona. Fixes bug 521797.
510
511 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
514
515         Fix printing in documents with rotated pages. Patch by Eugen
516         Dedu. Fixes bug #512648.
517         
518 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
521         (ev_link_from_action):
522
523         Fix warning messages.
524         
525 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * shell/ev-window.c: (image_save_dialog_response_cb):
528
529         Do not append the extension to filename when saving an image
530         if the filename alredy contains the extension. Fixes bug #523069.
531         
532 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * shell/ev-view.[ch]: (ev_view_find_cancel):
535         * shell/ev-window.c: (find_bar_close_cb):
536
537         Cancel the find operation when the find bar is closed. Fixes bug
538         #508845.
539         
540 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * backend/ps/psdocument.evince-backend.in:
543
544         Make ps backend module resident. Fixes bug #520607.
545         
546 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-jobs.c: (ev_job_print_run):
549
550         Invert collate action in order to work as expected, fix reverse
551         printing so that it doesn't start with a blank page and fix number
552         of copies. Patch by Eugen Dedu. Fixes bug #365332.
553         
554 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
557
558         Fix build with poppler <= 0.7.2
559         
560 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * libdocument/ev-document-misc.c:
563         (ev_document_misc_surface_from_pixbuf):
564
565         Fix selections with poppler-splash.
566         
567 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * configure.ac:
570         * backend/pdf/ev-poppler.cc:
571
572         Fix build with poppler >= 0.7.2
573         
574 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
575
576         * configure.ac:
577         
578         Update for release 2.22.0
579
580 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * NEWS:
583
584         Update for upcoming release.
585
586 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
587
588         * shell/ev-window.c (ev_window_print_dialog_response_cb):
589
590         Bug 495107 – Handle print dialog responses correctly
591
592         Correctly handle print dialog response. Properly fixes
593         the above mentioned bug.
594
595 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
598
599         Make sure print job is only run when the print button is
600         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
601         
602 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * backend/pdf/pdfdocument.evince-backend.in:
605         * libdocument/ev-backends-manager.c:
606         (ev_backends_manager_load_backend),
607         (ev_backends_manager_get_document):
608         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
609
610         Allow making backend modules resident. This is needed only for
611         some backends like pdf to avoid registering glib types more than
612         once.
613         
614 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * backend/comics/comics-document.c:
617         * backend/djvu/djvu-document.c:
618         * backend/impress/impress-document.c:
619         * backend/pdf/ev-poppler.cc:
620         * backend/pixbuf/pixbuf-document.c:
621         * backend/ps/ev-spectre.c:
622         * backend/ps/ps-document.c:
623         * backend/tiff/tiff-document.c:
624         * libdocument/ev-document.h:
625         * properties/ev-properties-main.c:
626
627         Use g_type_module_add_interface instead of
628         g_type_add_interface_static. Fixes bug #519679.
629         
630 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
631
632         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
633         Added. Returns whether the animation has everything necessary to run.
634         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
635         is ready just because it's been created. Fixes #519106.
636         (draw_one_page): Do not show the "Loading..." text in presentation
637         mode, there was a slim probability that this could happen.
638
639 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
642
643         Duplicate mime_type string before freeing it so that it doesn't
644         always fail when getting mime type from uri. Fixes bug #518874.
645         
646 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-view.c: (ev_view_form_field_choice_changed):
649
650         Fix a crash when a choice form field doesn't have any item
651         selected. Fixes bug #518831
652         
653 2008-02-25  Alexander Larsson  <alexl@redhat.com>
654
655         * shell/ev-window.c (ev_window_clear_temp_file):
656         Use g_file_has_prefix instead of renamed
657         g_file_contains_file.
658
659         * configure.ac:
660         Require new glib for above change.
661         
662 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * libdocument/ev-image.c: (ev_image_finalize),
665         (ev_image_save_tmp):
666
667         Return a real uri instead of a filename when saving an
668         image. Fixes images drag an drop from evince to nautilus. 
669         
670 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * backend/pdf/ev-poppler.cc:
673         (pdf_document_images_get_image_mapping):
674
675         Return the image list in the right order. Fixes bug #516237.
676         
677 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
678
679         * backend/impress/impress-document.c:
680         (impress_document_thumbnails_get_thumbnail):
681
682         Remove unused variable to avoid a compiler warning.
683
684 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
685
686         * configure.ac:
687         
688         Update for release 2.21.91.
689
690 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * configure.ac:
693         * shell/Makefile.am:
694         * shell/ev-application.[ch]:
695         * shell/ev-sidebar-links.c:
696         * shell/ev-utils.[ch]:
697         * shell/ev-window.[ch]:
698
699         Remove libgnomeprint support. Fixes bug #512370.
700         
701 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
702
703         * thumbnailer/evince-thumbnailer.c: (main):
704
705         Initialize glib type system before using it. Fixes bug #513934.
706         
707 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * properties/ev-properties-main.c:
710
711         Add missing #include.
712         
713 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * configure.ac:
716         * backend/djvu/djvu-document.c: (djvu_document_render):
717         * backend/tiff/tiff-document.c: (tiff_document_render):
718
719         Use the new cairo function cairo_format_stride_for_width when
720         available. Fixes bug #482720.
721
722 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
725         (get_mime_type_from_data), (get_document_from_uri):
726
727         Use g_content_type_guess() only when slow is true in
728         get_document_from_uri(). Fix several memory leaks.
729         
730 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
731
732         * libdocument/ev-document-factory.c:
733         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
734         (get_document_from_uri):
735
736         Use g_content_type_guess () to get mimetype for files.
737         Bug #510401.
738
739 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * thumbnailer/Makefile.am:
742
743         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
744         
745 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * configure.ac:
748
749         Fix build with --without-libgnome. Fixes bug #512771.
750         
751 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
752
753         * backend/dvi/Makefile.am: Install only dvi
754         module. Fixes bug #512718.
755
756 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
757
758         * properties/ev-properties-main.c: (nautilus_module_initialize):
759         
760         Initialize backends in properties tab. Fixes bug
761         #512720.
762
763 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
764
765         * properties/Makefile.am: No need to link with 
766         libraries. Fixes bug #512719.
767
768 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
769
770         * NEWS:
771         * configure.ac:
772         
773         Update for release 2.21.90.
774
775 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (ev_window_cmd_escape):
778
779         Fix compile warning.
780         
781 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
784
785         Fix printing in dvi backend when filename contains white
786         espaces. Fixes bug #502839.
787         
788 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
791         (screensaver_disable_x11):
792         * shell/Makefile.am:
793         * shell/xdg-user-dir-lookup.c: Removed
794         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
795         * shell/ev-view.c: (ev_view_presentation_transition_start):
796         * shell/ev-window.c: (ev_window_cmd_file_open),
797         (ev_window_cmd_save_as), (presentation_set_timeout):
798
799         Remove #ifdefs that are no longer needed.
800         
801 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-view.[ch]: (ev_view_button_release_event),
804         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
805         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
806         (ev_window_cmd_escape):
807
808         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
809         
810 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * configure.ac:
813         * backend/comics/comics-document.c: (comics_document_load):
814         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
815         (ev_attachment_set_property), (ev_attachment_init),
816         (ev_attachment_save), (ev_attachment_launch_app),
817         (ev_attachment_open):
818         * libdocument/ev-document-factory.c: (get_document_from_uri):
819         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
820         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
821         * shell/ev-jobs.c:
822         * shell/ev-password.c: (ev_password_dialog_set_property),
823         (ev_password_dialog_save_password):
824         * shell/ev-sidebar-attachments.c:
825         (ev_sidebar_attachments_drag_data_get):
826         * shell/ev-window-title.c: (get_filename_from_uri):
827         * shell/ev-window.c: (ev_window_clear_temp_file),
828         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
829         (ev_window_open_uri), (window_save_file_copy_ready_cb),
830         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
831         (launch_external_uri), (image_save_dialog_response_cb),
832         (attachment_save_dialog_response_cb):
833         * shell/main.c: (load_files), (load_files_remote), (main):
834         * thumbnailer/evince-thumbnailer.c: (main):
835
836         Port to gio and drop gnome-vfs dependency. Fixes bug
837         #510401. Based on patch by Cosimo Cecchi.
838         
839 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
840
841         * NEWS:
842
843         Fixed formatting inconsistencies (spaces vs. tabs)
844
845 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
846
847         * shell/ev-window.c:
848
849         Use top/up/bottom/down arrows instead of
850         first/left/last/right in the toolbar and menu actions.
851         This fixes issues with RTL languages and is visually
852         consistent with the page view. Fixes bug #170081.
853
854 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
855
856         * NEWS:
857
858         Fixed some inaccuracies pointed out by Carlos Garcia
859         Campos.
860
861 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
862
863         * NEWS:
864         * data/evince.schemas.in:
865         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
866
867         Override PDF restrictions by default. Fixes bug #382700.
868
869 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
870
871         * NEWS: Updated for upcoming release
872
873 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
876
877         Fix memory leak.
878         
879 2008-01-23  Gil Forcada <gilforcada@guifi.net>
880
881         * shell/ev-window.c: (register_custom_actions):
882         
883         Added comment for translators
884
885 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-view.c: (ev_view_button_release_event):
888
889         Do not create the idle function for kinetic scrolling if we are
890         not in a drag operation.
891
892 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
895         (ev_view_button_press_event), (ev_view_motion_notify_event),
896         (ev_view_button_release_event):
897
898         Restore cursor after autoscrolling. Fixes bug #509958.
899
900 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * configure.ac:
903         * backend/pdf/ev-poppler.cc:
904         (pdf_document_images_get_image_mapping),
905         (pdf_document_images_get_image),
906         (pdf_document_document_images_iface_init):
907         * libdocument/ev-document-images.[ch]:
908         (ev_document_images_get_image_mapping),
909         (ev_document_images_get_image):
910         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
911         (ev_image_get_id), (ev_image_save_tmp):
912         * shell/ev-jobs.c: (ev_job_render_run):
913         * shell/ev-view.c: (ev_view_drag_data_get):
914         * shell/ev-window.c: (image_save_dialog_response_cb),
915         (ev_view_popup_cmd_copy_image):
916
917         Do not render images when rendering the page but on demand. It
918         reduces the memory comsumption.
919         
920 2008-01-18  Marcelo Lira  <setanta@gmail.com>
921
922         * configure.a:
923         * shell/ev-password.c:
924
925         Make gnome-keyring optional. Fixes bug #509676.
926         
927 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-pixbuf-cache.c: (add_job):
930
931         Initialize include_images variable as FALSE instead of TRUE.
932         
933 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
934
935         * configure.ac:
936         * cut-n-paste/Makefile.am:
937         * cut-n-paste/fileformatchooser/Makefile.am:
938         * cut-n-paste/fileformatchooser/egg-macros.h:
939         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
940         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
941         * shell/Makefile.am:
942         * shell/ev-utils.c:
943         (file_chooser_dialog_add_writable_pixbuf_formats),
944         (get_gdk_pixbuf_format_by_extension):
945         * shell/ev-utils.h:
946         * shell/ev-window.c: (ev_window_error_message),
947         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
948         
949         Simplify image format selection on save.
950
951 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
952
953         * shell/ev-view.c: (ev_view_scroll_event):
954         
955         Repair gorizontal scrolling with shift. Fixes
956         bug #483412.
957
958 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
959         
960         * MAINTAINERS:
961
962         Fix formatting issues.
963         
964 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
965
966         * backend/comics/comics-document.c: (comics_regex_quote):
967         
968         Don't overquote special chars except of '. See bug 
969         502500. Thanks to Tom Parker.
970
971 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
972
973         * MAINTAINERS:
974         
975         Added Nickolay and Carlos, since they're doing most of
976         the releases nowadays.
977
978 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
979
980         * properties/Makefile.am:
981
982         Get the nautilus extension dir properly instead of using
983         a hack. Fixes bug #505359.
984
985 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
986
987         * properties/Makefile.am:
988         
989         Install nautilus extension into new place. See bug
990         #505359. Thanks to Matthias Clasen, Brian Pepple and
991         Damien Carbery.
992
993 2008-01-13  Djihed Afifi  <djihed@gmail.com>
994
995         * shell/ev-window.c: (ev_window_get_recent_file_label):
996         
997         RTL marker in recent file list. See bug #509076.
998
999 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1002         * shell/ev-window.c: (image_save_dialog_response_cb):
1003
1004         Fix compile warnings due to unused variables.
1005         
1006 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * configure.ac:
1009         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1010         * backend/ps/ev-spectre.c: (ps_document_render):
1011
1012         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1013
1014 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1015
1016         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1017         (ev_transition_animation_paint): Implement "fade" effect.
1018
1019 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1020
1021         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1022         (ev_transition_animation_paint): Implement "uncover" effect.
1023
1024 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1025
1026         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1027         (ev_transition_animation_paint): Implement "cover" effect.
1028
1029 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1030
1031         * shell/ev-transition-animation.c (ev_transition_animation_push)
1032         (ev_transition_animation_paint): Implement "push" effect.
1033
1034 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1035
1036         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1037         (ev_transition_animation_paint): Implement "dissolve" effect.
1038
1039 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1040
1041         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1042         (ev_transition_animation_paint): Implement "wipe" effect.
1043
1044 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1045
1046         * shell/ev-transition-animation.c (ev_transition_animation_box)
1047         (ev_transition_animation_paint): Implement "box" effect.
1048
1049 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1050
1051         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1052         (ev_transition_animation_paint): Implement "blinds" effect.
1053
1054 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1055
1056         * shell/ev-transition-animation.c (ev_transition_animation_split)
1057         (ev_transition_animation_paint): Implement "split" effect.
1058
1059 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1060
1061         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1062         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1063         (ev_view_transition_animation_start) 
1064         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1065         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1066         (ev_view_next_page) (ev_view_previous_page):
1067         
1068         Use EvTransitionAnimation to drive page changes in the presentation
1069         mode, the animation will wait to start until both the origin and 
1070         destination page surfaces are available. Fixes #458460.
1071
1072         (draw_loading_text):
1073
1074         Remove workaround for bug #320352, it's now fixed properly.
1075
1076
1077 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1078
1079         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1080         will contain the implementations for page transition animations, at
1081         the moment it just has the "replace" effect.
1082         * shell/Makefile.am: Added these files to build.
1083
1084 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1085
1086         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1087         animations.
1088         * shell/Makefile.am: Added these files to build.
1089
1090 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1091
1092         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1093         implementation to get_effect() in EvDocumentTransitionIface.
1094
1095 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1096
1097         * libdocument/ev-transition-effect.[ch]: New files, define a page
1098         transition effect, at the moment it maps PopplerPageTransition to a
1099         GObject.
1100         * libdocument/Makefile.am: Added these files to build.
1101         * libdocument/ev-document-transition.[ch]
1102         (ev_document_transition_get_effect): New method, gets the
1103         EvTransitionEffect returned by the interface implementation, with
1104         fallback to the "replace" effect.
1105
1106 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1107
1108         * configure.ac:
1109         * cut-n-paste/Makefile.am:
1110         * cut-n-paste/fileformatchooser/Makefile.am:
1111         * cut-n-paste/fileformatchooser/egg-macros.h:
1112         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1113         * shell/Makefile.am:
1114         * shell/ev-window.c: (image_save_dialog_response_cb),
1115         (ev_view_popup_cmd_save_image_as):
1116
1117         Allow exporting images in any format supported by
1118         GdkPixbuf. Fixes bug #500209.
1119         
1120 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * backend/pixbuf/pixbuf-document.c:
1123
1124         More warnings fixed.
1125         
1126 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1129         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1130         * backend/djvu/djvu-text.h:
1131         * backend/tiff/tiff-document.c: (tiff_document_render):
1132
1133         Fix compile warnings.
1134         
1135 2007-12-28  Christian Persch  <chpe@gnome.org>
1136
1137         * **/*.c: Include config.h. Bug #504721.
1138
1139 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * configure.ac:
1142         * Makefile.am:
1143         * po/POTFILES.in:
1144         * backend/comics/Makefile.am:
1145         * backend/comics/comics-document.[ch]:
1146         * backend/comics/comicsdocument.evince-backend.in:
1147         * backend/djvu/Makefile.am:
1148         * backend/djvu/djvu-document.[ch]:
1149         * backend/djvu/djvudocument.evince-backend.in:
1150         * backend/dvi/Makefile.am:
1151         * backend/dvi/dvi-document.[c]:
1152         * backend/dvi/dvidocument.evince-backend.in:
1153         * backend/impress/Makefile.am:
1154         * backend/impress/impress-document.[ch]:
1155         * backend/impress/impressdocument.evince-backend.in:
1156         * backend/pdf/Makefile.am:
1157         * backend/pdf/ev-poppler.cc:
1158         * backend/pdf/ev-poppler.h:
1159         * backend/pdf/pdfdocument.evince-backend.in:
1160         * backend/pixbuf/Makefile.am:
1161         * backend/pixbuf/pixbuf-document.[ch]:
1162         * backend/pixbuf/pixbufdocument.evince-backend.in:
1163         * backend/ps/Makefile.am:
1164         * backend/ps/ev-spectre.[ch]:
1165         * backend/ps/ps-document.[ch]:
1166         * backend/ps/psdocument.evince-backend.in:
1167         * backend/tiff/Makefile.am:
1168         * backend/tiff/tiff-document.[ch]:
1169         * backend/tiff/tiffdocument.evince-backend.in:
1170         * libdocument/Makefile.am:
1171         * libdocument/ev-backends-manager.[ch]:
1172         * libdocument/ev-module.[ch]:
1173         * libdocument/ev-document.h:
1174         * libdocument/ev-document-factory.[ch]:
1175         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1176         (get_compression_from_mime_type), (get_document_from_uri),
1177         (ev_document_factory_get_document), (file_filter_add_mime_types),
1178         (ev_document_factory_add_filters):
1179         * shell/Makefile.am:
1180         * shell/ev-window-title.c: (get_filename_from_uri):
1181         * shell/main.c: (main):
1182         * thumbnailer/Makefile.am:
1183         * thumbnailer/evince-thumbnailer.c: (main):
1184
1185         Plugin system for backends. Fixes bug #351348.
1186         
1187 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1188
1189         * shell/ev-view-private.h:
1190         * shell/ev-view.c: (ev_view_drag_update_momentum),
1191         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1192         (ev_view_button_release_event), (ev_view_destroy):
1193         
1194         Kinetic scrolling implemented as requested in
1195         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1196
1197 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1198
1199         * data/evince-toolbar.xml:
1200         * data/evince-ui.xml:
1201         * shell/ev-view-private.h:
1202         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1203         (ev_view_button_press_event), (ev_view_motion_notify_event),
1204         (ev_view_button_release_event), (ev_view_init),
1205         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1206         (ev_view_set_cursor):
1207         * shell/ev-view.h:
1208         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1209         (ev_window_cmd_view_autoscroll):
1210         
1211         Autoscroll feature with the context menu. Fixes bug 
1212         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1213
1214 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1217
1218         Disconnect also page-ready signal when removing a job because the
1219         page size has changed. Thanks to kripken
1220         <kripkensteiner@gmail.com>.
1221
1222 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1223
1224         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1225         
1226         Scroll pages in page entry with mouse wheel. Fixes bug
1227         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1228
1229 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * backend/dvi/Makefile.am:
1232         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1233         (mdvi_cairo_device_init):
1234         * backend/dvi/mdvi-lib/common.h:
1235         * backend/dvi/mdvi-lib/mdvi.h:
1236         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1237         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1238         (mdvi_build_path_from_cwd):
1239
1240         Add ps specials support in dvi backend when libspectre is
1241         present. Fixes bug #386005.
1242         
1243 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * configure.ac:
1246         * backend/ps/Makefile.am:
1247         * backend/ps/ev-spectre.[ch]:
1248         
1249         Use libspectre, if available, for the ps backend. Fixes bugs
1250         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1251
1252 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1253         
1254         * backend/comics/comics-document.c: (comics_document_load):
1255         
1256         Cygwin build issue fix.
1257
1258 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-view.c: (ev_view_set_zoom):
1261
1262         Do not limit the minimum zoom factor when sizing mode is best bit
1263         or fit width. Fixes bug #503805.
1264         
1265 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1268         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1269         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1270         (ev_link_dest_get_property), (ev_link_dest_set_property),
1271         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1272         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1273         (ev_link_dest_new_fitr):
1274         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1275         (goto_fith_dest), (goto_xyz_dest):
1276
1277         Do not change left, top and zoom values when they are null in PDF
1278         destinations. Fixes bug #460658.
1279         
1280 2007-12-10  Christian Persch  <chpe@gnome.org>
1281
1282         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1283         (ev_view_accessible_class_init),
1284         (ev_view_accessible_idle_do_action),
1285         (ev_view_accessible_action_do_action),
1286         (ev_view_accessible_action_get_description),
1287         (ev_view_accessible_action_set_description),
1288         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1289         (ev_view_accessible_factory_init),
1290         (ev_view_accessible_factory_get_accessible_type):
1291         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1292         private data, and G_DEFINE_TYPE. Bug #502843.
1293
1294 2007-12-08  Christian Persch  <chpe@gnome.org>
1295
1296         * shell/ev-metadata-manager.c: (item_free),
1297         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1298         (value_free), (parse_value), (parseItem),
1299         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1300         (save_values): Use GSlice to allocate small amounts of memory. Bug
1301         #475972.
1302
1303 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1306
1307         Restore cursor to normal after a drag operation. Fixes bug
1308         #501603.
1309         
1310 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1311
1312         * NEWS:
1313         * configure.ac:
1314         
1315         Update for release 2.21.1
1316
1317 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * configure.ac:
1320         * cut-n-paste/gedit-message-area/Makefile.am:
1321         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1322         * shell/Makefile.am:
1323         * shell/ev-message-area.[ch]:
1324         * shell/ev-window.c: (ev_window_set_message_area),
1325         (ev_window_error_message_response_cb), (ev_window_error_message),
1326         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1327         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1328         (ev_attachment_popup_cmd_open_attachment),
1329         (attachment_save_dialog_response_cb), (ev_window_set_document),
1330         (ev_window_init):
1331
1332         Use a message area instead of a popup dialog for error
1333         notifications. Fixes bug #337495.
1334         
1335 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1338         (ev_window_run_fullscreen):
1339
1340         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1341         
1342 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * ev-sidebar-thumbnails.c: (update_visible_range),
1345         (ev_sidebar_thumbnails_refresh),
1346         (ev_sidebar_thumbnails_set_document),
1347         (ev_sidebar_thumbnails_support_document):
1348
1349         Show thumbnails for documents with one page. Fixes bug #358751.
1350         
1351 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-window.c:
1354         (ev_window_load_print_settings_from_metadata),
1355         (ev_window_save_print_settings), (ev_window_print_finished),
1356         (ev_window_print_range):
1357
1358         Print settings that are specific to the document are now saved per
1359         document in the metadata file. Fixes bug #488806.
1360         
1361 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1362
1363         * backend/tiff/tiff-document.c: (tiff_document_render):
1364
1365         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1366         
1367 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-application.[ch]: (get_find_string_from_args),
1370         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1371         (ev_application_open_uri_list):
1372         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1373         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1374         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1375         (ev_window_cmd_recent_file_activate),
1376         (ev_window_open_recent_action_item_activated),
1377         (ev_window_print_send), (open_remote_link):
1378         * shell/main.c: (arguments_parse):
1379
1380         Add a command line option for search. Fixes bug #497710.
1381         
1382 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1383
1384         * shell/ev-jobs.c: (ev_job_print_new):
1385
1386         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1387         
1388 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * data/evince-toolbar.xml:
1391         * shell/Makefile.am:
1392         * shell/ev-application.c: (ev_application_init):
1393         * shell/ev-open-recent-action.[ch]:
1394         * shell/ev-window.c:
1395         (ev_window_open_recent_action_item_activated),
1396         (register_custom_actions):
1397
1398         Add an expander to the open toolbar item which pops up a dropdown
1399         menu with the recently used documents. Fixes bug #487215.
1400         
1401 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * shell/ev-window.c: (ev_window_open_uri),
1404         (ev_window_cmd_view_reload):
1405
1406         Do not jump to the first page when reloading by running evince
1407         from the command line. Fixes bug #490847.
1408         
1409 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1410
1411         * shell/ev-window.c: (ev_window_cmd_help_contents):
1412
1413         Plugged memory leak when help file is not found. Fixes bug
1414         #490762.
1415         
1416 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * configure.ac:
1419
1420         Enable djvu, dvi and comics backends by default. Fixes bug
1421         #437121.
1422         
1423 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * configure.ac:
1426         * cut-n-paste/Makefile.am:
1427         * cut-n-paste/recent-files/*: Removed
1428         * help/reference/Makefile.am:
1429         * shell/Makefile.am:
1430         * shell/ev-application.[ch]: (ev_application_shutdown),
1431         (ev_application_init):
1432         * shell/ev-window.c: (ev_window_add_recent),
1433         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1434
1435         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1436         
1437 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1438
1439         * shell/ev-window.c: (launch_external_uri):
1440
1441         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1442         and report error if the URL is not supported (#489910).
1443
1444 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1447         (pdf_document_file_exporter_begin_page),
1448         (pdf_document_file_exporter_end_page):
1449
1450         Fix printing with poppler splash backend. Fixes bug #489774.
1451         
1452 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1455         * shell/ev-print-job.c: (ev_print_job_class_init):
1456
1457         Fix a crash when printing with the gnome-print dialog. Fixes bug
1458         #488939.
1459         
1460 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1461
1462         * backend/pixbuf/pixbuf-document.c:
1463
1464         Fix an implicit function definition warning (#487655)
1465
1466 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-window.c:
1469
1470         Fix conflicting shortcut for view sade pane and presentation.
1471         
1472 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * backend/pdf/ev-poppler.cc:
1475         (pdf_document_file_exporter_begin_page),
1476         (pdf_document_file_exporter_do_page),
1477         (pdf_document_file_exporter_end_page),
1478         (pdf_document_file_exporter_iface_init):
1479         * libdocument/ev-file-exporter.[ch]:
1480         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1481         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1482         (ev_job_print_run):
1483
1484         When printing multiple pages per sheet in reverse option, do not
1485         invert the order of the pages in every sheet, but the order of the
1486         sheets. Do not print blank pages when page range is invalid. Fixes
1487         bugs #484857 and #485521.
1488         
1489 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1492         (ev_job_print_run):
1493         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1494
1495         Respect ranges order when printing more than one range in random
1496         order.
1497         
1498 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1499
1500         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1501         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1502
1503         Rotate also the window icon when document is rotated. Fixes bug
1504         #474681.
1505         
1506 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1509         (pdf_document_forms_get_form_fields):
1510
1511         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1512         Matthias Drochner.
1513         
1514 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * configure.ac:
1517         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1518
1519         Use poppler_page_render_for_printing() instead of
1520         poppler_page_render() if available when exporting to a ps or pdf
1521         file. Fixes bug #476627.
1522         
1523 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-window.c: (ev_window_run_fullscreen):
1526
1527         Do not show the toolbar in fullscreen mode if the main toolbar is
1528         not visible. Fixes bug #483048.
1529         
1530 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * shell/ev-view.c: (ev_view_button_press_event):
1533
1534         Give priority to form fields over images when deciding whether a
1535         button press event is over an image or form field. It allows edit
1536         form fields when they are over a background image. Fixes bug
1537         #477841.
1538         
1539 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1540
1541         * NEWS:
1542         * configure.ac:
1543         
1544         Update for release 2.20.0
1545
1546 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * backend/pdf/ev-poppler.cc:
1549
1550         Remove #ifdef HAVE_FORMS, so that forms support works again.
1551
1552 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1553
1554         * configure.ac:
1555         * data/evince.desktop.in.in:
1556         
1557         Fixes desktop file issues. See bug #473471.
1558
1559 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1562         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1563         (ev_job_queue_remove_job):
1564         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1565         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1566         * shell/ev-window.c: (ev_window_clear_save_job),
1567         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1568         (ev_window_dispose):
1569
1570         Move save a copy task to its own job so that it's carried out in a
1571         thread avoiding another lock in the main thread. Use
1572         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1573         can be saved to a pathin another file system. Fixes bug #456891.
1574         
1575 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1576
1577         * NEWS:
1578         * configure.ac:
1579         
1580         Update for release 2.19.92
1581
1582 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * configure.ac:
1585         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1586         (pdf_selection_get_selection_region),
1587         (pdf_selection_get_selection_map),
1588         (ev_form_field_from_poppler_field):
1589
1590         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1591         and triple click selections are enabled again now.
1592
1593 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * shell/ev-window.c: (ev_window_add_history):
1596
1597         Make sure not to use the history with documents not supporting
1598         links. Fixes bug #468954.
1599
1600 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-window.c: (ev_window_load_job_cb):
1603
1604         Restart the search when reloading a document with the find bar
1605         visible. Fixes bug #461962.
1606
1607 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * shell/ev-window.c: (setup_document_from_metadata),
1610         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1611
1612         Do not jump to the first page when reloading a document from the
1613         last page.
1614
1615 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * shell/ev-window.c: (update_chrome_flag),
1618         (setup_sidebar_from_metadata),
1619         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1620         (ev_window_cmd_edit_find_next),
1621         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1622         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1623         (find_bar_close_cb), (view_actions_focus_in_cb):
1624
1625         Do not update visibility when changing a chrome flag so that it's
1626         possible to update several flags and update visibility only once
1627         for all of them.
1628
1629 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1632
1633         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1634         supported by gtk+. Fixes bug #460907.
1635
1636 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * shell/ev-view.c: (view_update_range_and_current_page):
1639
1640         Make sure current-page <= end-page in continuous mode. Fixes bug
1641         #454950.
1642
1643 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * backend/pdf/ev-poppler.cc: (build_tree):
1646
1647         Ignore outline items without a title. Fixes bug #453913.
1648
1649 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1652         (ev_view_button_release_event), (ev_view_leave_notify_event):
1653
1654         Use always drag mouse cursor during a drag operation. Fixes bug
1655         #470564.
1656
1657 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1660         (pdf_selection_get_selection_region),
1661         (pdf_selection_get_selection_map):
1662
1663         Temporarily disable double and triple selections since it depends on
1664         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1665         released and the update of the external dependency minimal version
1666         approved.
1667
1668 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1671         (pdf_document_file_exporter_do_page):
1672         * libdocument/ev-file-exporter.h:
1673         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1674         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1675
1676         Actually fix printing regressions. Remove orientation from
1677         EvPrintContext since it's redundant.
1678
1679 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1682         * backend/impress/impress-document.c:
1683         (impress_document_document_iface_init):
1684         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1685         * backend/djvu/djvu-document.c:
1686         (djvu_document_document_iface_init),
1687         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1688         * backend/tiff/tiff-document.c:
1689         (tiff_document_document_iface_init):
1690         * backend/pixbuf/pixbuf-document.c:
1691         (pixbuf_document_document_iface_init):
1692         * backend/comics/comics-document.c:
1693         (comics_document_document_iface_init):
1694         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1695         (pdf_selection_render_selection),
1696         (pdf_selection_get_selected_text),
1697         (pdf_selection_get_selection_region),
1698         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1699         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1700         (ev_selection_get_selection_region),
1701         (ev_selection_get_selection_map):
1702         * libdocument/ev-document.[ch]:
1703         * shell/ev-pixbuf-cache.[ch]: (add_job),
1704         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1705         * shell/ev-view-private.h:
1706         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1707         (ev_job_render_run):
1708         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1709         * shell/ev-view.c: (start_selection_for_event),
1710         (ev_view_button_press_event), (ev_view_drag_data_get),
1711         (ev_view_drag_data_received), (ev_view_button_release_event),
1712         (compute_new_selection_text), (compute_selections),
1713         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1714         (ev_view_primary_get_cb):
1715
1716         Add support for double and triple click selections.
1717
1718 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1719
1720         * NEWS:
1721         * configure.ac:
1722
1723         Update for release 2.19.4
1724
1725 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1726
1727         * shell/ev-view-private.h:
1728         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1729         (ev_view_set_highlight_search):
1730         * shell/ev-view.h:
1731         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1732         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1733         (find_bar_visibility_changed_cb):
1734         
1735         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1736
1737 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1740         (pdf_document_file_exporter_begin),
1741         (pdf_document_file_exporter_do_page):
1742         * shell/ev-jobs.c: (ev_job_print_run):
1743         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1744
1745         Create always a portrait cairo surface and rotate when needed for
1746         landscape. It fixes printing problems in real printers.
1747
1748 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1751         * libdocument/ev-file-exporter.[ch]:
1752         (ev_file_exporter_get_capabilities):
1753         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1754         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1755
1756         Adjust number of pages per row according to page orientation when
1757         printing 2 or 6 pages per sheet.
1758
1759 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * shell/ev-window.c: (ev_window_print_send):
1762
1763         Reset also cups setting to 1 when printing multiple pages per
1764         sheet. Fixes bug #468853.
1765
1766 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * libdocument/ev-document-misc.c:
1769         (ev_document_misc_surface_rotate_and_scale):
1770
1771         Use directly cairo_surface_get_content() when creating a similar
1772         surface as suggested by Jeff Muizelaar. Thanks again.
1773
1774 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1775
1776         * backend/djvu/djvu-document.c: (djvu_document_render):
1777         * backend/tiff/tiff-document.c: (tiff_document_render):
1778         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1779         * libdocument/ev-document-misc.c:
1780         (ev_document_misc_surface_from_pixbuf),
1781         (ev_document_misc_surface_rotate_and_scale):
1782
1783         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1784         creating page surfaces. Fixes bug #453123. Thank you very much to
1785         Jeff Muizelaar <jeff@infidigm.net>.
1786
1787 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * shell/ev-page-cache.c: (ev_page_cache_new),
1790         (ev_page_cache_get_thumbnail_size):
1791         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1792         (ev_sidebar_thumbnails_set_loading_icon):
1793
1794         Also store in page-cache the dimensions of the thumbnails so that
1795         they can be used to create the correct loading icon in the side
1796         pane. Fixes bug #466857.
1797
1798 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * backend/pdf/ev-poppler.cc:
1801         (pdf_document_thumbnails_get_thumbnail):
1802
1803         Fix thumbnails rotation in pdf documents that include embedded 
1804         thumbnails.
1805
1806 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1807
1808         * backend/pdf/ev-poppler.cc:
1809
1810         Don't use #ifdef in macro expansion. Some compilers don't
1811         like that. Closes bug #467042.
1812
1813 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1814
1815         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1816         
1817         Fixes memory leak in djvu backend.
1818
1819 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1820
1821         * data/icons/32x32/Makefile.am:
1822         * data/icons/32x32/actions/Makefile.am:
1823         * data/icons/32x32/actions/view-page-cont.svg:
1824         * data/icons/32x32/actions/view-page-facing.svg:
1825         * data/icons/48x48/Makefile.am:
1826         * data/icons/48x48/actions/Makefile.am:
1827         * data/icons/48x48/actions/view-page-cont.svg:
1828         * data/icons/48x48/actions/view-page-facing.svg:
1829         
1830         Icons for a new sizes.
1831
1832 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1833
1834         * shell/ev-page-cache.c: (build_height_to_page),
1835         (ev_page_cache_get_height_to_page):
1836         
1837         Fixes invalid read, see bug #466401.
1838
1839 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1842         (set_drag_cursor):
1843         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1844         (configure_item_cursor), (new_pixbuf_from_widget):
1845
1846         Fix multihead problems in toolbar editor. Fixes bug #382055.
1847
1848 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-window.c: (ev_window_cmd_file_open),
1851         (ev_window_cmd_save_as):
1852
1853         Use g_get_user_special_dir when available instead of
1854         xdg_user_dir_lookup.
1855
1856 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1857
1858         * MAINTAINERS:
1859         
1860         Updated according to request on desktop-devel.
1861
1862 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1865
1866         Do not use cairo_rectangle and cairo_clip since we are
1867         not using cairo_fill but cairo_paint. Use the same cairo context
1868         for every page in the same expose event.
1869
1870 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1871
1872         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1873         leak.
1874
1875 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * configure.ac:
1878         * NEWS:
1879
1880         Release 0.9.3
1881
1882 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * libdocument/ev-document-info.h:
1885         * libdocument/ev-document.h:
1886         * shell/ev-page-action.h:
1887         * shell/ev-sidebar-links.h:
1888
1889         Fix a headers problem with ev-link
1890         
1891         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1892         * shell/ev-view-private.h:
1893         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1894         (get_link_area), (ev_view_query_tooltip),
1895         (ev_view_leave_notify_event), (ev_view_destroy),
1896         (ev_view_class_init):
1897
1898         Use new gtk tooltips when available instead of ev-tooltip.
1899         
1900 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-window.c: (update_chrome_visibility),
1903         (ev_window_sidebar_visibility_changed_cb):
1904
1905         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1906         
1907 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/ev-navigation-action.c:
1910         (ev_navigation_action_history_changed),
1911         (ev_navigation_action_set_history):
1912         * shell/ev-navigation-action-widget.c:
1913         (ev_navigation_action_widget_init):
1914         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1915
1916         Fix compile warnings.
1917         
1918 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1921         (egg_editable_toolbar_dispose):
1922
1923         Fix memory leak.
1924         
1925 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1928         (screensaver_disable_x11):
1929         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1930         * shell/ev-window.c: (presentation_set_timeout):
1931         * shell/ev-view.c: (ev_view_presentation_transition_start):
1932
1933         Use g_timeout_add_seconds instead of g_timeout_add when
1934         available.
1935         
1936 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1939
1940         Set horizontal scrollbar policy to AUTOMATIC instead of
1941         NEVER. Workaround for bug #449462.
1942         
1943 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/ev-jobs.c: (ev_job_render_page_ready):
1946
1947         Add page_ready callback to main loop with high priority and hold
1948         a reference to job during idle.
1949         
1950 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * configure.ac:
1953         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1954         (pdf_document_file_exporter_begin),
1955         (pdf_document_file_exporter_do_page),
1956         (pdf_document_file_exporter_get_capabilities):
1957         * libdocument/ev-file-exporter.h:
1958         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1959         * shell/ev-window.c: (ev_window_print_send),
1960         (ev_window_print_dialog_response_cb):
1961
1962         Allow printing multiple pages per sheet. Fixes bug #395573.
1963         
1964 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1965
1966         * shell/ev-view.c: (tip_from_link):
1967         
1968         Check for NULL, fixes bug #460862.
1969
1970 2007-07-29  Christian Persch  <chpe@gnome.org>
1971
1972         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1973         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1974         (ev_window_cmd_preview_print):
1975         
1976         Fixes bug #437681 - blocks while enumerating printers.
1977
1978 2007-07-29  Christian Persch  <chpe@gnome.org>
1979
1980         * shell/ev-window.c: (ev_window_screen_changed):
1981         
1982         Don't use deprecated gtk+ function. See bug #460909.
1983
1984 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-utils.c: (get_num_monitors):
1987         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1988
1989         Do not use display before initializing it. Remove compile
1990         warnings.
1991
1992 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1993
1994         * shell/ev-view.c: (ev_view_class_init):
1995         
1996         Unix-like hjkl bindings added. See bug #458111.
1997
1998 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1999
2000         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2001         * shell/ev-utils.h:
2002         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2003         (ev_view_update_view_size):
2004         * shell/ev-view.h:
2005         * shell/ev-window.c: (ev_window_update_actions),
2006         (setup_view_from_metadata), (ev_window_screen_changed),
2007         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2008         (zoom_control_changed_cb):
2009         * shell/ev-window.h:
2010         
2011         Reorganizes utility functions.
2012
2013 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2016         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2017         (add_job), (ev_pixbuf_cache_get_surface),
2018         (ev_pixbuf_cache_get_link_mapping),
2019         (ev_pixbuf_cache_get_image_mapping),
2020         (ev_pixbuf_cache_get_form_field_mapping),
2021         (ev_pixbuf_cache_get_text_mapping):
2022         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2023         (notify_page_ready), (ev_job_render_page_ready),
2024         (ev_job_render_run):
2025
2026         Add page_ready signal to notify that page is ready as soon as
2027         possible even if other page elements like links, forms, images or
2028         text mapping are not ready yet.
2029
2030 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2033         (dvi_document_file_exporter_do_page),
2034         (dvi_document_file_exporter_get_capabilities),
2035         (dvi_document_file_exporter_iface_init):
2036         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2037         (ps_document_file_exporter_do_page),
2038         (ps_document_file_exporter_get_capabilities),
2039         (ps_document_file_exporter_iface_init):
2040         * backend/djvu/djvu-document.c:
2041         (djvu_document_file_exporter_begin),
2042         (djvu_document_file_exporter_end),
2043         (djvu_document_file_exporter_get_capabilities),
2044         (djvu_document_file_exporter_iface_init):
2045         * backend/tiff/tiff-document.c:
2046         (tiff_document_file_exporter_begin),
2047         (tiff_document_file_exporter_get_capabilities),
2048         (tiff_document_document_file_exporter_iface_init):
2049         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2050         (pdf_document_file_exporter_do_page),
2051         (pdf_document_file_exporter_get_capabilities),
2052         (pdf_document_file_exporter_iface_init):
2053         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2054         (ev_file_exporter_get_capabilities):
2055         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2056         (idle_print_handler), (ev_print_job_print):
2057         * shell/ev-jobs.c: (ev_job_print_run):
2058         * shell/ev-window.c: (ev_window_print_send),
2059         (ev_window_print_range):
2060
2061         Use capabilities to know which options should be offered by the
2062         print dialog depending on the document backend.
2063
2064 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2067
2068         Give priority to forms over text to set the cursor.
2069
2070 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * shell/ev-view-private.h:
2073         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2074         (ev_view_leave_notify_event), (ev_view_finalize),
2075         (ev_view_get_property), (ev_view_class_init):
2076
2077         Use IBEAM cursor for text form fields and NORMAL cursor for read
2078         only fields. Remove unused status attribute.
2079
2080 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2083
2084         Update region for current selected items also for checkbox
2085         buttons, since they can behave as radio buttons when they are in a
2086         set.
2087
2088 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * configure.ac:
2091         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2092
2093         Get max length of text form fields.
2094
2095 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2098         * libdocument/ev-form-field.h:
2099         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2100
2101         Fix build with current poppler cvs head.
2102
2103 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2106         * shell/eggfindbar.c: (egg_find_bar_init):
2107
2108         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2109         deprecation. Fixes bug #455667
2110
2111 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2112
2113         * NEWS:
2114         * configure.ac:
2115         
2116         Update for release 0.9.2
2117
2118 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * shell/ev-view.c: (ev_view_form_field_text_save),
2121         (ev_view_form_field_choice_save):
2122
2123         Fix a crash when closing whith a form widget visible.
2124
2125 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2128
2129         Update also the region of the current selected button when
2130         clicking on another button if they are radio buttons.
2131
2132 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2135         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2136         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2137         (ev_pixbuf_cache_get_link_mapping),
2138         (ev_pixbuf_cache_get_image_mapping),
2139         (ev_pixbuf_cache_get_form_field_mapping),
2140         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2141         * shell/ev-view.c: (ev_view_form_field_get_region),
2142         (ev_view_form_field_button_create_widget),
2143         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2144         (job_finished_cb):
2145
2146         Redraw only form field region instead of the whole page when
2147         reloading a page to show changes on the form field.
2148
2149 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-view.c: (ev_view_form_field_choice_save):
2152
2153         Fix selection of first item in list form fields.
2154
2155 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2158         (ev_pixbuf_cache_reload_page),
2159         (ev_pixbuf_cache_get_form_field_mapping):
2160
2161         Some refactoring to avoid duplicated code.
2162
2163 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * configure.ac:
2166         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2167         (ev_form_field_from_poppler_field),
2168         (pdf_document_forms_get_form_fields),
2169         (pdf_document_forms_form_field_text_get_text),
2170         (pdf_document_forms_form_field_text_set_text),
2171         (pdf_document_forms_form_field_button_set_state),
2172         (pdf_document_forms_form_field_button_get_state),
2173         (pdf_document_forms_form_field_choice_get_item),
2174         (pdf_document_forms_form_field_choice_get_n_items),
2175         (pdf_document_forms_form_field_choice_is_item_selected),
2176         (pdf_document_forms_form_field_choice_select_item),
2177         (pdf_document_forms_form_field_choice_toggle_item),
2178         (pdf_document_forms_form_field_choice_unselect_all),
2179         (pdf_document_forms_form_field_choice_set_text),
2180         (pdf_document_forms_form_field_choice_get_text),
2181         (pdf_document_document_forms_iface_init):
2182         * libdocument/Makefile.am:
2183         * libdocument/ev-form-field.[ch]:
2184         * libdocument/ev-document-forms.[ch]:
2185         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2186         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2187         (add_job), (ev_pixbuf_cache_reload_page),
2188         (ev_pixbuf_cache_get_form_field_mapping):
2189         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2190         * shell/ev-view-private.h:
2191         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2192         (ev_view_handle_cursor_over_xy),
2193         (ev_view_get_form_field_at_location),
2194         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2195         (ev_view_form_field_button_create_widget),
2196         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2197         (ev_view_form_field_text_create_widget),
2198         (ev_view_form_field_choice_save),
2199         (ev_view_form_field_choice_changed),
2200         (ev_view_form_field_choice_create_widget),
2201         (ev_view_handle_form_field), (ev_view_size_allocate),
2202         (ev_view_realize), (draw_end_presentation_page),
2203         (ev_view_button_press_event), (ev_view_remove_all),
2204         (ev_view_motion_notify_event), (ev_view_key_press_event),
2205         (ev_view_enter_notify_event), (highlight_find_results),
2206         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2207         (ev_view_class_init), (page_changed_cb),
2208         (on_adjustment_value_changed), (ev_view_set_presentation),
2209         (merge_selection_region), (ev_view_set_cursor),
2210         (ev_view_reset_presentation_state):
2211         
2212         Merge evince-forms branch.
2213
2214 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2215
2216         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2217
2218         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2219         This script also updates itself from libegg
2220
2221         * cut-n-paste/toolbar-editor/egg*:
2222         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2223         libegg
2224
2225 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2226
2227         * shell/ev-window.c:
2228         
2229         Adds a nice icon to page action during toolbar editing.
2230         See bug #452872.
2231
2232 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2233
2234         * data/evince-toolbar.xml:
2235         * shell/ev-window.c:
2236         
2237         Let user add a presentation and fullscreen icons on toolbar.
2238         See bug #449734.
2239
2240 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2241
2242         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2243
2244         new script to keep in sync with toolbareditor in libegg
2245
2246         * cut-n-paste/toolbar-editor/*: 
2247
2248         Run update-toolbareditor-from-libegg so we are in sync again. 
2249         Fixes bug #452850.
2250         
2251
2252 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * shell/ev-sidebar-links.c: (job_finished_callback):
2255
2256         Do not connect selection changed signal more than once. Fixes bug
2257         #349433.
2258
2259 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2262
2263         Do not change sidebar chrome flag when pressing F9 key in
2264         presentation mode.
2265
2266 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * backend/pdf/ev-poppler.cc:
2269         (pdf_document_thumbnails_get_dimensions):
2270
2271         Make sure thumbnails width and height is not <= 0. Fixes a crash
2272         with some pdf documents which have really small pages.
2273
2274 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2275
2276         * shell/main.c: (main):
2277
2278         Fixes program description translation issue.
2279         Bug #450148.
2280
2281 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2282
2283         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2284
2285         Do not change current page when returning from black/white mode
2286         in presentation. Fixes bug #415032.
2287
2288 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2289
2290         * NEWS:
2291         * configure.ac:
2292         
2293         Update for release 0.9.1
2294
2295 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2296
2297         * backend/dvi/dvi-document.c:
2298         (dvi_document_finalize),
2299         (dvi_document_file_exporter_format_supported),
2300         (dvi_document_file_exporter_begin),
2301         (dvi_document_file_exporter_do_page),
2302         (dvi_document_file_exporter_end),
2303         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2304         
2305         PDF exporter for dvi documents. Fixes bug #441319.
2306
2307 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * shell/ev-window.c: (ev_window_clear_print_job):
2310
2311         Clear gtk print job when job has finished. Fixes bug #447612.
2312
2313 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-window.c: (ev_window_print_send),
2316         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2317
2318         Add preview button to print dialog. Fixes bug #445419.
2319
2320 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * backend/dvi/Makefile.am:
2323         * backend/dvi/pixbuf-device.[ch]: Removed
2324         * backend/dvi/cairo-device.[ch]: Added
2325         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2326         * backend/dvi/dvi-document.c: (dvi_document_load),
2327         (dvi_document_render), (dvi_document_finalize),
2328         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2329         (dvi_document_do_color_special):
2330         * libdocument/ev-document-misc.[ch]:
2331         (ev_document_misc_pixbuf_from_surface):
2332
2333         Port dvi backend to cairo and fix a problem with colors. 
2334
2335 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-view.c: (draw_one_page):
2338
2339         Draw only visible region.
2340
2341 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * backend/djvu/djvu-document.c: (djvu_document_render):
2344
2345         Fix rotation in djvu backend.
2346
2347 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2350         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2351         (ev_pixbuf_cache_get_image_mapping),
2352         (ev_pixbuf_cache_get_text_mapping):
2353
2354         Redraw view every time we have a new surface. Fixes bug #443587.
2355
2356 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * libdocument/ev-document.c: (ev_document_info_free):
2359
2360         Fix memory leaks.
2361
2362 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * backend/dvi/dvi-document.c: (dvi_document_render),
2365         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2366         * backend/impress/impress-document.c:
2367         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2368         (impress_document_render), (impress_document_document_iface_init),
2369         (impress_document_thumbnails_get_thumbnail):
2370         * backend/djvu/djvu-document-private.h:
2371         * backend/djvu/djvu-document.c: (djvu_document_render),
2372         (djvu_document_finalize), (djvu_document_document_iface_init),
2373         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2374         * backend/tiff/tiff-document.c: (tiff_document_render),
2375         (tiff_document_render_pixbuf),
2376         (tiff_document_document_iface_init):
2377         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2378         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2379         (pdf_selection_render_selection):
2380         * backend/comics/comics-document.c:
2381         (comics_document_render_pixbuf), (comics_document_render),
2382         (comics_document_document_iface_init):
2383         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2384         (pixbuf_document_document_iface_init):
2385         * libdocument/ev-document-misc.[ch]:
2386         (ev_document_misc_surface_from_pixbuf),
2387         (ev_document_misc_surface_rotate_and_scale):
2388         * libdocument/ev-document.[ch]: (ev_document_render):
2389         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2390         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2391         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2392         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2393         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2394         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2395         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2396         (render_finished_cb), (ev_job_render_run):
2397         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2398         (merge_selection_region):
2399
2400         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2401         and selections.
2402
2403 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * shell/ev-window-title.c: (ev_window_title_update):
2406
2407         Fix memory leak.
2408
2409 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-view.c: (draw_loading_text):
2412
2413         Show loading text centered. Fixes bug #433061
2414
2415 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-sidebar-thumbnails.c:
2418         (ev_sidebar_thumbnails_set_loading_icon):
2419
2420         Remove a mutex in the main thread that blocks the UI in heavy
2421         documents.
2422
2423 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2426
2427         Set points_set to TRUE so that selections don't disappear after a
2428         zoom change.
2429
2430 2007-06-07  Michael Monreal  <infernux@web.de>
2431
2432         * data/icons/16x16/actions/Makefile.am:
2433         * data/icons/16x16/actions/zoom.svg:
2434         * data/icons/22x22/actions/Makefile.am:
2435         * data/icons/22x22/actions/zoom.svg:
2436         * data/icons/24x24/actions/Makefile.am:
2437         * shell/ev-stock-icons.c:
2438         * shell/ev-stock-icons.h:
2439         * shell/ev-window.c:
2440         
2441         Zoom icon artwork. See bug #444795.
2442
2443 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2444
2445         * shell/ev-metadata-manager.c: Remove extraneous function
2446         (Closes: #444386)
2447
2448 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2449
2450         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2451         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2452         (ev_metadata_manager_set), (ev_metadata_manager_save):
2453         Simplify the timeout, no need for modified anymore
2454
2455 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2456
2457         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2458         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2459         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2460         (ev_metadata_manager_save): Adapted patch from Arjan van de
2461         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2462         time, saves on power (Closes: #443851)
2463
2464 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * configure.ac:
2467         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2468         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2469
2470         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2471
2472 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2473
2474         * shell/ev-window.c: (ev_window_add_history):
2475
2476         Check if history is NULL
2477
2478 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * libdocument/ev-image.c: (ev_image_finalize):
2481         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2482         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2483         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2484         (ev_tmp_uri_unlink):
2485
2486         Add functions to delete temporary files created by evince in a safe
2487         way.
2488
2489         * shell/ev-window.c: (ev_window_clear_local_uri),
2490         (open_xfer_update_progress_callback),
2491         (save_xfer_update_progress_callback), (ev_window_save_remote),
2492         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2493         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2494         (attachment_save_dialog_response_cb),
2495         (ev_attachment_popup_cmd_save_attachment_as):
2496
2497         Allow saving a copy of a document, image or attachment to a remote
2498         location. Fixes bug #440754. 
2499
2500 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * configure.ac:
2503         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2504
2505         Fix build with current poppler from cvs head. 
2506
2507 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2508
2509         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2510
2511         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2512         directory exists.
2513
2514 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2515
2516         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2517         * shell/ev-window.c:
2518
2519         Change sidebar ordering. Fixes bug #439939.
2520
2521 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2522
2523         * backend/comics/Makefile.am:
2524         
2525         Fixes build with --without-libgnome.
2526
2527 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2528         
2529         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2530
2531         Update cursor and tooltip on page change and view scroll. Fixes bug
2532         #439217.
2533
2534 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2535
2536         * NEWS:
2537         * configure.ac:
2538         
2539         Update for release 0.9.0
2540
2541 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2542
2543         * backend/djvu/djvu-document-private.h:
2544         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2545         (djvu_document_finalize),
2546         (djvu_document_file_exporter_format_supported),
2547         (djvu_document_file_exporter_begin),
2548         (djvu_document_file_exporter_do_page),
2549         (djvu_document_file_exporter_end),
2550         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2551         
2552         Implemented printing with djvu. Bug #437998.
2553
2554 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * backend/impress/zip.c:
2557         Add missing ulong definition.
2558
2559         * backend/ps/ps-interpreter.c:
2560         Add missing headers.
2561
2562         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2563
2564 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2567
2568         Add missing call to parent class dispose method. 
2569
2570 2007-05-12  Ross Burton  <ross@openedhand.com>
2571
2572         * shell/main.c:
2573         Sync keybindings manually when building without libgnome
2574         (#437925).
2575
2576 2007-05-12  Ross Burton  <ross@openedhand.com>
2577
2578         * shell/ev-window.c:
2579         Respect the screen when opening help (#437866).
2580
2581 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * data/evince-ui.xml:
2584         * shell/ev-application.[ch]: (get_print_settings_from_args),
2585         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2586         (ev_application_open_uri_list):
2587         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2588         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2589         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2590         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2591         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2592         (ev_window_dispose):
2593         * shell/main.c: (arguments_parse):
2594
2595         Add print button in preview mode. Fixes bug #396475. 
2596
2597 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2598
2599         * cut-n-paste/zoom-control/ephy-zoom.h:
2600         
2601         Fixes zoom level factors. See bug #408119 for details.
2602
2603 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * backend/comics/comics-document.c: (comics_regex_quote),
2606         (extract_argv):
2607         
2608         Correctly quote symbols. Fixes crash in the bug
2609         #415370.
2610
2611 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2612
2613         * shell/ev-navigation-action-widget.c:
2614         (ev_navigation_action_widget_init),
2615         (ev_navigation_action_widget_class_init),
2616         (ev_navigation_action_widget_button_press_event):
2617         
2618         Connect to button-press event on correct widget. Fixes
2619         bug #431988
2620
2621 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2622
2623         * shell/ev-application.c: (ev_application_open_window),
2624         (ev_application_add_icon_path_for_screen),
2625         (ev_application_open_uri_at_dest):
2626         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2627         * shell/ev-navigation-action.c: (build_menu):
2628         
2629         Add app-specific icons to our icon theme. Fixes bug
2630         #425508.
2631
2632 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2633
2634         * shell/ev-history.c: (ev_history_class_init),
2635         (ev_history_add_link):
2636         * shell/ev-history.h:
2637         * shell/ev-navigation-action.c:
2638         (ev_navigation_action_history_changed),
2639         (ev_navigation_action_set_history), (build_menu),
2640         (ev_navigation_action_finalize):
2641         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2642         
2643         Make navigation action unsensitive instead of showing
2644         menu with unsensitive word. Fixes bug #417392.
2645
2646 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-application.[ch]: (ev_application_shutdown),
2649         (ev_application_get_print_settings),
2650         (ev_application_set_print_settings):
2651         * shell/ev-window.c:
2652
2653         Remember print settings. Fixes bug #349102. 
2654
2655 2007-05-08  Christian Persch  <chpe@gnome.org>
2656
2657         * configure.ac:
2658         * properties/ev-properties-view.c:
2659
2660         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2661         Bug #382438.
2662
2663 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * configure.ac:
2666         * properties/ev-properties-view.c: (ev_regular_paper_size):
2667
2668         Use gtk+ builtin paper list to identify the document's paper size.
2669         Fixes bug #382438. 
2670
2671 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * configure.ac:
2674
2675         Fix build when compiling with thumbnailer and libgnome support. 
2676
2677 2007-05-04  Ross Burton  <ross@openedhand.com>
2678
2679         * configure.ac:
2680         Add --without-libgnome, check for libgnome and libgnomeui
2681         separately, and add them to the symbols as required.
2682
2683         * libdocument/ev-file-helpers.c:
2684         When building without libgnome, use g_get_user_config_dir instead
2685         of gnome_user_dir_get.
2686
2687         * shell/ev-application.c:
2688         When building without libgnome, don't use session management.
2689
2690         * shell/main.c:
2691         When building without libgnome, don't use GnomeProgram or
2692         initialise the authentication manager.
2693
2694         This fixes #328842.
2695
2696 2007-05-04  Ross Burton  <ross@openedhand.com>
2697
2698         * shell/ev-window.c:
2699         Don't use libgnome to open help, instead call Yelp directly.
2700
2701 2007-05-04  Ross Burton  <ross@openedhand.com>
2702
2703         * shell/ev-sidebar-attachments.c:
2704         Don't use libgnome to lookup icons for MIME types, instead copy
2705         code from GTK+ to do it manually.
2706
2707 2007-05-04  Ross Burton  <ross@openedhand.com>
2708
2709         * configure.ac:
2710         Add libxml to the dependencies for SHELL_CORE (#435818).
2711
2712 2007-05-02  Ross Burton  <ross@openedhand.com>
2713
2714         * configure.ac:
2715         * Makefile.am:
2716         Add --disable-thumbnailer (#434825)
2717
2718 2007-05-02  Ross Burton  <ross@openedhand.com>
2719
2720         * shell/ev-window.c:
2721         Add missing includes, fix indentation.
2722
2723         * shell/main.c:
2724         Fix indentation.
2725
2726 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2727
2728         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2729         ev_application_open_uri_at_dest instead of ev_application_open_uri
2730         preventing new document always being opened in a new window even if there
2731         is an empty window.
2732
2733 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2734
2735         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2736         (egg_recent_view_uimanager_finalize):
2737         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2738         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2739         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2740         (ev_pixbuf_cache_dispose):
2741         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2742         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2743         
2744         Add missing chain to parent class methods. Fixes
2745         bug #433128.
2746
2747 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2748
2749         * data/Makefile.am (update-icon-cache): Updates
2750         gtk-update-icon-cache in uninstall-hook.
2751
2752 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * shell/ev-window.c: (ev_window_setup_document),
2755         (ev_window_set_document), (ev_window_load_job_cb):
2756         * shell/ev-view.c: (setup_caches):
2757         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2758
2759         Start rendering pages before any other jobs. 
2760
2761 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * shell/ev-window.c: (ev_window_stop_fullscreen),
2764         (ev_window_stop_presentation):
2765
2766         Update chrome visibility before window unfullscreen. 
2767
2768 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * data/Makefile.am:
2771         * data/evince-ui.xml:
2772         * shell/ev-stock-icons.[ch]:
2773         * shell/ev-application.[ch]: (ev_application_shutdown),
2774         (ev_application_init), (ev_application_get_toolbars_model):
2775         * shell/ev-window.c: (update_chrome_visibility),
2776         (fullscreen_toolbar_setup_item_properties),
2777         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2778         (ev_window_run_presentation), (ev_window_stop_presentation),
2779         (ev_window_run_preview), (ev_window_screen_changed),
2780         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2781         (ev_window_dispose), (ev_window_init):
2782
2783         Make fullscreen toolbar always visible. Do not use egg toolbars for
2784         fullscreen and preview modes since such toolbars are not editables.
2785         Fixes bugs #300278, #338910 and #316188.  
2786
2787 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2788
2789         * shell/ev-application.c:
2790         * shell/ev-job-queue.c:
2791         * shell/ev-metadata-manager.c:
2792         * shell/ev-stock-icons.c:
2793         * shell/ev-window.c:
2794         * shell/main.c:
2795         
2796         Developers documentation updated.
2797
2798 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2801
2802         Check whether uri is valid before launching it. Fixes bug #427664.
2803
2804 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-window.c:
2807
2808         Change key accelerator for Open a Copy menu entry which is in conflict
2809         with Close. Fixes bug #427321.
2810
2811 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * NEWS:
2814         * configure.ac:
2815         
2816         Update for release 0.8.1
2817
2818 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2819
2820         * shell/ev-window.c: (setup_size_from_metadata):
2821         
2822         Do not make window bigger than screen. Fixes bug 
2823         #388985.
2824
2825 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2828         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2829
2830         Use default resolution when it's not provided by document. Fixes bug
2831         #408762.
2832
2833 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * configure.ac:
2836         * thumbnailer/Makefile.am:
2837         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2838         * thumbnailer/evince-thumbnailer.schemas.in:
2839         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2840
2841         Add support for ps, eps and compressed documents thumbnails. Do not
2842         ignore size parameter. 
2843
2844 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2845
2846         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2847         (dvi_document_do_color_special):
2848         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2849
2850         Implement font color specials in the DVI backend. Fixes bug #303651.
2851
2852 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2853
2854         Fixup the previous commit:
2855
2856         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2857         * shell/xdg-user-dir-lookup.c: Make the function non-static
2858         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2859
2860 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2861
2862         * shell/ev-window.c (file_open_dialog_response_cb): Use
2863         the xdg-user-dirs DOCUMENTS folder as default folder when
2864         opening a file chooser.  (#424858)
2865
2866         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2867         xdg-user-dirs.
2868
2869 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-window.c: (ev_window_load_job_cb):
2872
2873         Do not setup view from metadata on preview mode. 
2874
2875 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/main.c:
2878
2879         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2880
2881 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-view.c: (ev_view_primary_get_cb):
2884
2885         Check pointer != NULL before using it. Fixes bug #416841. 
2886
2887 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2888
2889         * NEWS:
2890         * configure.ac:
2891         
2892         Release 0.8.0
2893
2894 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2897
2898         Do not render thumbnails when sidebar thumbnail page is not visible
2899         at startup. Fixes bug #416447. 
2900
2901 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2902
2903         * data/evince.desktop.in.in:
2904
2905         "Application" is not a valid category in the freedesktop specification.
2906
2907 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2908
2909         * libdocument/ev-file-helpers.[ch]: (compression_run),
2910         (ev_file_uncompress), (ev_file_compress):
2911         * shell/ev-window.c: (file_save_dialog_response_cb):
2912
2913         Save document compressed when saving a copy of a compressed document.
2914         Fixes bug #334542.
2915
2916 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2919
2920         Allow deleting in goto window entry in presentation mode. 
2921
2922 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2923
2924         * Makefile.am: Dist MAINTAINERS.
2925
2926 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-window.c: (ev_window_update_actions):
2929
2930         Fix zoom shortcut keys when searching. Fixes bug #409828.
2931
2932 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * shell/ev-window.c: (ev_window_setup_document):
2935
2936         Fix crash when loading documents with only one page. 
2937
2938 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * backend/dvi/dvi-document.c:
2941         (dvi_document_thumbnails_get_dimensions),
2942         (dvi_document_thumbnails_get_thumbnail):
2943         * backend/impress/impress-document.c:
2944         (impress_document_thumbnails_get_thumbnail),
2945         (impress_document_thumbnails_get_dimensions):
2946         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2947         (ps_document_thumbnails_get_dimensions):
2948         * backend/djvu/djvu-document.c:
2949         (djvu_document_thumbnails_get_dimensions),
2950         (djvu_document_thumbnails_get_thumbnail):
2951         * backend/tiff/tiff-document.c:
2952         (tiff_document_thumbnails_get_thumbnail),
2953         (tiff_document_thumbnails_get_dimensions):
2954         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2955         (pdf_document_thumbnails_get_thumbnail),
2956         (pdf_document_thumbnails_get_dimensions):
2957         * backend/comics/comics-document.c:
2958         (comics_document_thumbnails_get_thumbnail),
2959         (comics_document_thumbnails_get_dimensions):
2960         * backend/pixbuf/pixbuf-document.c:
2961         (pixbuf_document_thumbnails_get_thumbnail),
2962         (pixbuf_document_thumbnails_get_dimensions):
2963         * libdocument/ev-document-thumbnails.[ch]:
2964         (ev_document_thumbnails_get_thumbnail),
2965         (ev_document_thumbnails_get_dimensions):
2966         * libdocument/ev-document-misc.[ch]:
2967         (ev_document_misc_get_thumbnail_frame):
2968         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2969         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2970         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2971         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2972         (ev_sidebar_thumbnails_refresh):
2973         * shell/ev-window.c: (ev_window_setup_document):
2974         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2975
2976         Use an EvRenderContext for rendering thumbnails instead of a suggested
2977         width, so that different sized pages get sized proportionally.
2978
2979 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-view.c: (ev_view_button_press_event),
2982         (ev_view_key_press_event):
2983
2984         Fix critical warnings when there is no document loaded. 
2985
2986 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-page-action-widget.c:
2989         * shell/ev-navigation-action.c:
2990         * shell/ev-window.c:
2991
2992         Fix compile warnings. 
2993
2994 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * backend/djvu/djvu-text.h:
2997         * backend/djvu/djvu-document.c:
2998         * backend/djvu/djvu-text-page.c:
2999         * backend/djvu/djvu-links.c:
3000         * backend/djvu/djvu-text-page.h:
3001         * backend/djvu/djvu-text.c:
3002         
3003         Fix build on Mac. Fixes bug #392186. Patch by
3004         <ephraim_owns@hotmail.com>
3005
3006 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3009
3010         Restore cairo context before rendering every page when printing a PDF
3011         document into a PDF file. 
3012
3013 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * backend/ps/gstypes.h:
3016         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3017         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3018         (ps_document_thumbnails_get_thumbnail):
3019
3020         Handle PostScript page orientation. Fixes bug #318568.
3021
3022 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * backend/ps/Makefile.am:
3025         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3026         (document_load), (ps_document_load), (save_document),
3027         (save_page_list), (ps_document_get_n_pages),
3028         (ps_document_get_page_size), (ps_document_get_info),
3029         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3030         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3031         (ps_document_thumbnails_get_thumbnail),
3032         (ps_document_thumbnails_get_dimensions),
3033         (ps_document_document_thumbnails_iface_init):
3034         * backend/ps/ps.[ch]: (psgetpagebox):
3035         * backend/ps/ps-interpreter.[ch]:
3036
3037         Add support for thumbnails in ps backend. Fixes bug #164755. 
3038
3039 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3040
3041         * NEWS:
3042         * configure.ac:
3043         
3044         Release 0.7.2
3045
3046 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3049         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3050         (ev_window_dispose):
3051
3052         Use document thumbnail as window icon. Fixes bug #384442.
3053
3054 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3055
3056         * configure.ac:
3057
3058         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3059         duplicated adding application/x-bzpostscript instead. 
3060
3061 2007-02-11  Tom Parker  <palfrey@tevp.net>
3062
3063         * backend/ps/ps-document.c: (document_load):
3064
3065         Check return value of psscan before trying
3066         to use it. Fixes bug #372414.
3067
3068 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3071
3072         Fix invalid free in ev-page-cache. Fixes bug #404745.
3073
3074 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * test/Makefile.am:
3077         * test/test3.py:
3078         
3079         Added reload test case.
3080
3081 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * po/POTFILES.in:
3084         * backend/djvu/djvu-document.c: (djvu_document_load):
3085
3086         Check whether there are missing files in indirect multipage djvu
3087         documents. Fixes bug #361683. 
3088
3089 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3090
3091         * test/Makefile.am:
3092         * test/test-mime.bin:
3093         * test/test3.py:
3094         
3095         Added test for slow mime type
3096
3097 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3098
3099         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3100
3101         Add some checks and call parent_class->finalize. Fixes bug #404745.
3102
3103 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3104
3105         * shell/ev-navigation-action.c: (connect_proxy):
3106         
3107         Fixes dropdown history menu. Thanks a lot Carlos!
3108
3109 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3112
3113         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3114         bug #373715.
3115
3116 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3117
3118         * backend/ps/ps.c: (psscan):
3119
3120         Fix memory leak. 
3121
3122 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * configure.ac:
3125         * libdocument/ev-file-helpers.c: 
3126
3127         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3128
3129 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * configure.ac:
3132         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3133         (ps_interpreter_start), (document_load), (save_document),
3134         (save_page_list):
3135         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3136         * libdocument/ev-document-factory.c:
3137         (ev_document_factory_get_from_mime), (get_document_from_uri),
3138         (free_uncompressed_uri), (ev_document_factory_get_document):
3139         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3140
3141         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3142
3143 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * libdocument/ev-document.h:
3146
3147         Fix typo in function name. 
3148
3149 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * backend/ps/ps-document.c: (ps_interpreter_finished),
3152         (ps_interpreter_start), (ps_interpreter_failed):
3153
3154         Handle ghostscript interpreter crashes. 
3155
3156 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * shell/ev-window.c: (ev_window_open_uri),
3159         (window_configure_event_cb):
3160
3161         Setup window size and position before showing it. Fixes bug #401711.
3162
3163 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * backend/ps/Makefile.am:
3166         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3167         (ps_document_dispose), (ps_document_class_init),
3168         (ps_interpreter_input), (ps_interpreter_output),
3169         (ps_interpreter_error), (setup_interpreter_env),
3170         (ps_interpreter_start), (ps_interpreter_stop),
3171         (ps_interpreter_failed), (ps_interpreter_is_ready),
3172         (check_filecompressed), (document_load), (ps_document_load),
3173         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3174         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3175         (render_page):
3176
3177         Rework ps-document. Code cleanups, remove deprecated code. 
3178
3179 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * shell/ev-view.c: (ev_view_button_press_event):
3182
3183         Do not start an image drag and drop operation when pointer is on 
3184         text, so that we can select text when the whole background is an
3185         image. 
3186
3187 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-window.c: (ev_window_update_actions): 
3190
3191         Disable all zoom related actions during presentation mode. 
3192
3193 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3194
3195         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3196
3197         Do not zoom in or out on presentation mode. Fixes bug #401305.
3198
3199 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3200
3201         * shell/ev-navigation-action.c: (connect_proxy),
3202         (create_menu_item), (ev_navigation_action_class_init):
3203         
3204         Correctly show menu and fix crash when navigaton 
3205         action is out of toolbar visible area.
3206
3207 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3208
3209         * data/Makefile.am:
3210         * data/evince.1:
3211         
3212         Added man file
3213
3214 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3215
3216         * help/reference/* :
3217         * configure.ac:
3218         
3219         Added gtk-doc based documentation for Evince.
3220         Still in initial state but I hope it will
3221         grow.
3222         
3223         * configure.ac:
3224         
3225         Lower dbus requirement to 0.70
3226
3227 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-window.c: (ev_window_add_history):
3230
3231         Fix memory leak. 
3232
3233 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3234
3235         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3236         * shell/ev-view.h:
3237         * shell/ev-window.c: (ev_window_add_history):
3238         
3239         Correctly handle named destination links
3240
3241 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3242
3243         * NOTES:
3244         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3245         * backend/pdf/ev-poppler.cc:
3246         * libdocument/ev-document-links.h:
3247         * libdocument/ev-link.c: (ev_link_get_page):
3248         * libdocument/ev-link.h:
3249         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3250         (ev_history_add_link):
3251         * shell/ev-history.h:
3252         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3253         (new_history_menu_item), (build_menu):
3254         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3255         * shell/ev-sidebar-links.c: (create_loading_model),
3256         (print_section_cb), (ev_sidebar_links_construct),
3257         (fill_page_labels), (update_page_callback_foreach),
3258         (update_page_callback), (job_finished_callback):
3259         * shell/ev-view.c: (ev_view_handle_link):
3260         * shell/ev-window.c: (ev_window_find_chapter),
3261         (ev_window_add_history), (view_handle_link_cb),
3262         (history_changed_cb):
3263         
3264         Implements another history variant
3265
3266 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-window.c: (view_external_link_cb):
3269         * shell/ev-view.c: (ev_view_button_release_event):
3270
3271         Open links in new window when clicking with middle button. 
3272
3273 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3274
3275         * shell/ev-navigation-action.c: (new_history_menu_item):
3276         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3277         * shell/ev-view.c: (ev_view_handle_link):
3278         * shell/ev-window.c:
3279         
3280         Store link before jump, not the destination. For me it 
3281         seems like more natural history behavior.
3282
3283 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3284
3285         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3286         (ev_navigation_action_class_init):
3287         * shell/ev-navigation-action.h:
3288         * shell/ev-page-action.c: (activate_cb):
3289         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3290         (ev_page_cache_set_current_page_history):
3291         * shell/ev-page-cache.h:
3292         * shell/ev-sidebar-thumbnails.c:
3293         (ev_sidebar_tree_selection_changed),
3294         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3295         * shell/ev-view-private.h:
3296         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3297         * shell/ev-view.h:
3298         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3299         (ev_window_setup_document), (ev_window_load_job_cb):
3300         * shell/ev-window.h:
3301         
3302         History finally works as expected.
3303
3304 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3307
3308         Do not update links treeview if it doesn't have a model assigned yet. 
3309
3310 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3313         (ev_sidebar_links_class_init), (update_page_callback):
3314
3315         Do not update links treeview when sidepane is not visible. 
3316
3317 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * shell/ev-marshal.list:
3320         * shell/ev-page-action.c: (activate_cb),
3321         (ev_page_action_class_init):
3322         * shell/ev-page-action.h:
3323         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3324         * shell/ev-window.c:
3325         
3326         Remove activate_link signal, not required.
3327
3328 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3329
3330         * shell/ev-navigation-action.c: (build_menu):
3331         
3332         Reorder menu items and build menu with fixed length.
3333
3334 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3335
3336         * shell/ev-view.c: (get_selected_text):
3337         
3338         Normalize text to fix ligatures problem. See bug
3339         #341947 for details.
3340
3341 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3344
3345         Fix memory leak in ev-page-cache. 
3346
3347 2007-01-25  Tom Parker <palfrey@tevp.net>
3348
3349         * backend/impress/impress-document.c: (impress_document_load),
3350         (impress_document_finalize), (impress_document_init):
3351         * properties/ev-properties-main.c: (ev_properties_get_pages):
3352         
3353         Correctly handle impress document errors. Fixes nautilus
3354         crash in property page #370491.
3355
3356 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3359         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3360         (ev_job_queue_remove_job):
3361         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3362         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3363         (ev_job_load_run):
3364         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3365         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3366         (ev_window_load_job_cb), (xfer_update_progress_callback),
3367         (ev_window_open_uri), (ev_window_dispose):
3368         * shell/main.c: (main):
3369
3370         Do file transfer asynchronously in the main thread instead of
3371         synchronously in the load thread. Fixes bugs #399694, #398307 and
3372         #343542.
3373
3374 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * shell/ev-jobs.c: (ev_job_xfer_run):
3377
3378         Load the document with the font-config lock held. 
3379
3380 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * backend/ps/ps-document.c: (start_interpreter):
3383
3384         Fix memory leaks in ps backend. 
3385
3386 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * backend/impress/impress-document.c:
3389         (impress_document_render_pixbuf):
3390
3391         Do not acquire fontconfig lock in impress backend, since it is using
3392         the main loop for rendering. 
3393
3394 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * po/POTFILES.in: 
3397
3398         Remove mdvi files that shouldn't be translated. 
3399
3400 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-view-private.h:
3403         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3404         (ev_view_set_zoom):
3405
3406         Render "loading..." text into a cairo surface instead of directly into
3407         the window so that fontconfig lock is only needed once and UI is not
3408         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3409
3410 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3413         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3414
3415         Use icon theme associated with the window screen rather than default. 
3416
3417 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3418
3419         * configure.ac:
3420
3421         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3422
3423 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3424
3425         * data/icons/*/apps/evince.*:
3426
3427         Move Evince icons under new apps directory.
3428
3429         * data/icons/*/actions/*:
3430
3431         Add new custom themeable Evince icons: view-page-continuous, 
3432         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3433         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3434
3435         * configure.ac:
3436
3437         Add new directories to AC_CONFIG_FILES.
3438
3439         * shell/ev-stock-icons.c:
3440         * shell/ev-stock-icons.h:
3441
3442         Use new custom themeable icons.
3443
3444 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3447
3448         Do not draw white background page in presentation mode. 
3449
3450 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3451
3452         * shell/ev-view.c: Remove unused gnome-vfs include.
3453
3454 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3455
3456         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3457         
3458         Format string is corrected, fixes bug #397129.
3459
3460 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-window.c: (ev_window_setup_recent):
3463
3464         Do not include in recent menu inexistent documents. Fixes
3465         bug #339171.
3466
3467 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * po/POTFILES.skip: 
3470
3471         Update POTFILES.skip file according to current source tree. 
3472
3473 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * shell/ev-window.c: (file_save_dialog_response_cb):
3476
3477         Do Save a copy in atomic way. Fixes bug #328266. 
3478
3479 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3482
3483         Keep selected cell always visible in index treeview.
3484
3485 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3486         
3487         * shell/ev-view.c: (ev_view_size_allocate):
3488
3489         Restore horizontal scrollbar after switching to/from fullscreen
3490         or presentation mode. Fixes bug #331728.
3491
3492 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * shell/ev-view-private.h:
3495         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3496         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3497         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3498         (ev_view_can_zoom_out):
3499
3500         Use max and min scale values in the view iby taking dpi into account. 
3501
3502 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * configure.ac:
3505         * NEWS:
3506
3507         Release 0.7.1
3508
3509 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3510
3511         * shell/ev-window.c: (ev_window_print_send):
3512
3513         Send print job to printer with some settings set to default values,
3514         since we have already exported to a file according to such settings
3515         and they could be taken twice by some printers. 
3516
3517 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * shell/ev-jobs.c: (ev_job_xfer_run):
3520         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3521
3522         Show main window and load document with the font-config lock held. 
3523
3524 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * configure.ac:
3527         * shell/ev-application.c: (ev_application_register_service):
3528         * shell/main.c: (load_files_remote):
3529
3530         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3531
3532 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3533
3534         * doc/debugging.txt:
3535         
3536         Remove obsolete documentation.
3537
3538 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * Makefile.am:
3541         * backend/Makefile.am:
3542         * backend/comics/Makefile.am:
3543         * backend/djvu/Makefile.am:
3544         * backend/dvi/Makefile.am:
3545         * backend/ev-async-renderer.c:
3546         * backend/ev-async-renderer.h:
3547         * backend/ev-attachment.c:
3548         * backend/ev-attachment.h:
3549         * backend/ev-backend-marshal.c:
3550         * backend/ev-document-factory.c:
3551         * backend/ev-document-factory.h:
3552         * backend/ev-document-find.c:
3553         * backend/ev-document-find.h:
3554         * backend/ev-document-fonts.c:
3555         * backend/ev-document-fonts.h:
3556         * backend/ev-document-images.c:
3557         * backend/ev-document-images.h:
3558         * backend/ev-document-info.h:
3559         * backend/ev-document-links.c:
3560         * backend/ev-document-links.h:
3561         * backend/ev-document-misc.c:
3562         * backend/ev-document-misc.h:
3563         * backend/ev-document-security.c:
3564         * backend/ev-document-security.h:
3565         * backend/ev-document-thumbnails.c:
3566         * backend/ev-document-thumbnails.h:
3567         * backend/ev-document-transition.c:
3568         * backend/ev-document-transition.h:
3569         * backend/ev-document.c:
3570         * backend/ev-document.h:
3571         * backend/ev-file-exporter.c:
3572         * backend/ev-file-exporter.h:
3573         * backend/ev-image.c:
3574         * backend/ev-image.h:
3575         * backend/ev-link-action.c:
3576         * backend/ev-link-action.h:
3577         * backend/ev-link-dest.c:
3578         * backend/ev-link-dest.h:
3579         * backend/ev-link.c:
3580         * backend/ev-link.h:
3581         * backend/ev-render-context.c:
3582         * backend/ev-render-context.h:
3583         * backend/ev-selection.c:
3584         * backend/ev-selection.h:
3585         * backend/impress/Makefile.am:
3586         * backend/pdf/Makefile.am:
3587         * backend/pixbuf/Makefile.am:
3588         * backend/ps/Makefile.am:
3589         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3590         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3591         (start_interpreter), (stop_interpreter), (document_load),
3592         (ps_document_next_page), (render_page):
3593         * backend/tiff/Makefile.am:
3594         * comics/Makefile.am:
3595         * comics/comics-document.c:
3596         * comics/comics-document.h:
3597         * configure.ac:
3598         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3599         * djvu/Makefile.am:
3600         * djvu/djvu-document-private.h:
3601         * djvu/djvu-document.c:
3602         * djvu/djvu-document.h:
3603         * djvu/djvu-links.c:
3604         * djvu/djvu-links.h:
3605         * djvu/djvu-text-page.c:
3606         * djvu/djvu-text-page.h:
3607         * djvu/djvu-text.c:
3608         * djvu/djvu-text.h:
3609         * dvi/Makefile.am:
3610         * dvi/dvi-document.c:
3611         * dvi/dvi-document.h:
3612         * dvi/fonts.c:
3613         * dvi/fonts.h:
3614         * dvi/mdvi-lib/Makefile.am:
3615         * dvi/mdvi-lib/afmparse.c:
3616         * dvi/mdvi-lib/afmparse.h:
3617         * dvi/mdvi-lib/bitmap.c:
3618         * dvi/mdvi-lib/bitmap.h:
3619         * dvi/mdvi-lib/color.c:
3620         * dvi/mdvi-lib/color.h:
3621         * dvi/mdvi-lib/common.c:
3622         * dvi/mdvi-lib/common.h:
3623         * dvi/mdvi-lib/defaults.h:
3624         * dvi/mdvi-lib/dvimisc.c:
3625         * dvi/mdvi-lib/dviopcodes.h:
3626         * dvi/mdvi-lib/dviread.c:
3627         * dvi/mdvi-lib/files.c:
3628         * dvi/mdvi-lib/font.c:
3629         * dvi/mdvi-lib/fontmap.c:
3630         * dvi/mdvi-lib/fontmap.h:
3631         * dvi/mdvi-lib/fontsrch.c:
3632         * dvi/mdvi-lib/gf.c:
3633         * dvi/mdvi-lib/hash.c:
3634         * dvi/mdvi-lib/hash.h:
3635         * dvi/mdvi-lib/list.c:
3636         * dvi/mdvi-lib/mdvi.h:
3637         * dvi/mdvi-lib/pagesel.c:
3638         * dvi/mdvi-lib/paper.c:
3639         * dvi/mdvi-lib/paper.h:
3640         * dvi/mdvi-lib/pk.c:
3641         * dvi/mdvi-lib/private.h:
3642         * dvi/mdvi-lib/setup.c:
3643         * dvi/mdvi-lib/sp-epsf.c:
3644         * dvi/mdvi-lib/special.c:
3645         * dvi/mdvi-lib/sysdeps.h:
3646         * dvi/mdvi-lib/t1.c:
3647         * dvi/mdvi-lib/tfm.c:
3648         * dvi/mdvi-lib/tfmfile.c:
3649         * dvi/mdvi-lib/tt.c:
3650         * dvi/mdvi-lib/util.c:
3651         * dvi/mdvi-lib/vf.c:
3652         * dvi/pixbuf-device.c:
3653         * dvi/pixbuf-device.h:
3654         * impress/Makefile.am:
3655         * impress/common.h:
3656         * impress/document.c:
3657         * impress/f_oasis.c:
3658         * impress/f_oo13.c:
3659         * impress/iksemel.c:
3660         * impress/iksemel.h:
3661         * impress/imposter.h:
3662         * impress/impress-document.c:
3663         * impress/impress-document.h:
3664         * impress/internal.h:
3665         * impress/r_back.c:
3666         * impress/r_draw.c:
3667         * impress/r_geometry.c:
3668         * impress/r_gradient.c:
3669         * impress/r_style.c:
3670         * impress/r_text.c:
3671         * impress/render.c:
3672         * impress/render.h:
3673         * impress/zip.c:
3674         * impress/zip.h:
3675         * lib/Makefile.am:
3676         * lib/ev-debug.c:
3677         * lib/ev-debug.h:
3678         * lib/ev-file-helpers.c:
3679         * lib/ev-file-helpers.h:
3680         * lib/ev-gui.c:
3681         * lib/ev-gui.h:
3682         * lib/ev-tooltip.c:
3683         * lib/ev-tooltip.h:
3684         * libdocument/Makefile.am:
3685         * libdocument/ev-file-helpers.c:
3686         * pdf/Makefile.am:
3687         * pdf/ev-poppler.cc:
3688         * pdf/ev-poppler.h:
3689         * pixbuf/Makefile.am:
3690         * pixbuf/pixbuf-document.c:
3691         * pixbuf/pixbuf-document.h:
3692         * properties/Makefile.am:
3693         * ps/Makefile.am:
3694         * ps/gsdefaults.c:
3695         * ps/gsdefaults.h:
3696         * ps/gsio.c:
3697         * ps/gsio.h:
3698         * ps/gstypes.h:
3699         * ps/ps-document.c:
3700         * ps/ps-document.h:
3701         * ps/ps.c:
3702         * ps/ps.h:
3703         * shell/Makefile.am:
3704         * shell/ev-application.h:
3705         * shell/ev-sidebar-links.c:
3706         * shell/ev-sidebar-links.h:
3707         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3708         (ev_gui_menu_position_tree_selection):
3709         * shell/ev-utils.h:
3710         * shell/ev-view.c: (ev_view_finalize):
3711         * shell/ev-window.c:
3712         * shell/main.c: (main):
3713         * thumbnailer/Makefile.am:
3714         * tiff/Makefile.am:
3715         * tiff/tiff-document.c:
3716         * tiff/tiff-document.h:
3717         * tiff/tiff2ps.c:
3718         * tiff/tiff2ps.h:
3719         
3720         Reorganize source tree.
3721
3722 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * backend/ev-document-factory.c:
3725
3726         Do not include ev-poppler.h when pdf is disabled. 
3727
3728 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * configure.ac:
3731         * data/evince-ui.xml:
3732         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3733         (pdf_document_document_images_iface_init):
3734         * backend/Makefile.am:
3735         * backend/ev-document-images.[ch]:
3736         * backend/ev-image.[ch]:
3737         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3738         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3739         (ev_job_xfer_run):
3740         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3741         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3742         (ev_pixbuf_cache_get_image_mapping):
3743         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3744         (view_menu_popup_cb), (ev_window_dispose),
3745         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3746         (ev_view_popup_cmd_copy_image):
3747         * shell/ev-view-private.h:
3748         * shell/ev-view.c: (ev_view_get_image_at_location),
3749         (ev_view_do_popup_menu), (ev_view_popup_menu),
3750         (ev_view_button_press_event), (ev_view_drag_data_get),
3751         (ev_view_drag_motion), (ev_view_drag_data_received),
3752         (ev_view_motion_notify_event), (ev_view_button_release_event),
3753         (ev_view_finalize), (ev_view_class_init):
3754
3755         Add image handling support. Fixes bugs #310008 and #325047. Images
3756         selection is not supported yet. 
3757
3758 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3761         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3762         (ev_view_init):
3763
3764         Move view drag and drop stuff to ev-view.
3765
3766 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3767
3768         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3769         * shell/ev-view.c: (clear_selection): 
3770
3771         Clear selection also in pixbuf cache.
3772
3773 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3774
3775         * data/evince.desktop.in.in:
3776         
3777         Change icon name in desktop file. See bug #390734
3778         for details.
3779
3780 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3781
3782         * thumbnailer/Makefile.am:
3783
3784         Use top_builddir instead top_srcdir for generated schema
3785         file installation. Fixes bug #390161.
3786
3787 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * configure.ac:
3790         * backend/Makefile.am:
3791         * backend/ev-document-transition.[ch]:
3792         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3793         (pdf_document_page_transition_iface_init):
3794         * shell/ev-view-private.h:
3795         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3796         (ev_view_set_presentation), (transition_next_page),
3797         (ev_view_presentation_transition_stop),
3798         (ev_view_presentation_transition_start), (ev_view_next_page):
3799
3800         Add page transition support in presentation mode. At the moment only
3801         page duration is supported, but not transition effects. Fixes bug
3802         #309815.
3803
3804 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3807
3808         Run find_link_dest with document lock held, since it's called by links
3809         thread and main thread at the same time. 
3810
3811 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * shell/ev-view.c: (goto_dest):
3814
3815         Update page-cache when page is changed by the view, so that
3816         page-changed signal is emitted. 
3817
3818 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3819
3820         * test/test1.py:
3821         * test/test2.py:
3822
3823         Use C locale in tests. 
3824
3825 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * shell/ev-window.c: (ev_window_run_presentation):
3828         * shell/ev-view-private.h:
3829         * shell/ev-view.c: (ev_view_set_presentation):
3830
3831         Restore zoom settings when back from presentation mode. 
3832
3833 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3834
3835         * shell/ev-window.c: (ev_window_run_presentation):
3836
3837         Always use "best fit" zoom in presentation mode.
3838         Fixes bug #389195.
3839
3840 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3841
3842         * shell/ev-view.c: (ev_view_goto_window_create):
3843
3844         Show "Jump to page" label in the page jumping popup in
3845         presentation mode instead of just a GtkEntry.
3846
3847 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-window.c: (launch_external_uri):
3850
3851         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3852         #378085.
3853
3854 2006-12-22  Elijah Newren  <newren gmail com>
3855
3856         * configure.ac: explicitly check for libxml2.  Fixes #388795
3857
3858 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-view-private.h:
3861         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3862         (ev_view_goto_window_delete_event), (key_is_numeric),
3863         (ev_view_goto_window_key_press_event),
3864         (ev_view_goto_window_button_press_event),
3865         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3866         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3867         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3868
3869         Allow jumping to another page by typing a page number in presentation
3870         mode. It uses a popup window with an entry. Fixes bug #353625.
3871
3872 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * configure.ac:
3875         * properties/ev-properties-view.c: (ev_get_default_user_units),
3876         (ev_regular_paper_size):
3877         
3878         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3879         to Damien Carbery <damien.carbery@sun.com> and
3880         Yevgen Muntyan <muntyan@tamu.edu>.
3881
3882 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3883
3884         * shell/ev-window.c: (setup_document_from_metadata):
3885
3886         Make sure Evince doesn't restore the view on the last
3887         page when a document is reopened. Fixes bug #383381.
3888
3889 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3890
3891         * shell/ev-view.c: (draw_loading_text):
3892
3893         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3894
3895 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * configure.ac:
3898         * NEWS:
3899
3900         Release 0.7.0
3901
3902 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3903
3904         * configure.ac:
3905         * pdf/ev-poppler.cc: (pdf_print_context_free),
3906         (pdf_document_file_exporter_begin),
3907         (pdf_document_file_exporter_do_page):
3908
3909         Make cairo-pdf depedency optional. 
3910
3911 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3914
3915         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3916
3917 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3920         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3921         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3922         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3923         * shell/ev-view.c: (draw_loading_text):
3924         * shell/ev-window.c: (ev_window_cmd_file_properties):
3925
3926         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3927         related to using FontConfig from different threads.
3928         
3929 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * shell/ev-view.c: (draw_loading_text):
3932
3933         Acquire lock document when drawing "Loading..." text so that only one
3934         thread will use FontConfig at the same time. Fixes bug #374750.
3935
3936 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * shell/ev-page-action.[ch]: (activate_cb):
3939         * shell/ev-window.c: (activate_label_cb):
3940
3941         Check if text inserted in page entry is a valid page number when it
3942         doesn't match to any document page label. Fixes bug #383165.
3943
3944 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3945         * shell/ev-window.c:
3946
3947         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3948         available with GTK < 2.10. Added an ifdef to avoid compilation
3949         error.
3950
3951 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * configure.ac:
3954         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3955
3956         Fix ps backend in multihead systems.
3957
3958 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3961         * shell/ev-window.c: (ev_window_get_screen_dpi),
3962         (ev_window_update_actions), (setup_view_from_metadata),
3963         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3964
3965         Take screen DPI into account when zooming. Fixes bug #318285.
3966
3967 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3968
3969         * data/Makefile.am:
3970
3971         Cleaned up/slightly refactored Makefile.am. Added GConf
3972         schemas uninstallation as well.
3973
3974 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3975
3976         * Makefile.am:
3977         * test/Makefile.am:
3978
3979         Fight with autotools to fix make check. Make distcheck
3980         works fine as well now!
3981
3982 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3983
3984         * shell/ev-view.c: (draw_end_presentation_page):
3985
3986         Corrected "end of presentation" string.
3987
3988 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3989
3990         * shell/ev-view.c: (ev_view_key_press_event):
3991
3992         Correctly propagate key press event so that up/down keys
3993         work as expected (correct behaviour was broken by
3994         black/white screen key bindings for presentations).
3995
3996 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3999         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4000         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4001         (pdf_selection_get_selection_region),
4002         (pdf_selection_get_selection_map):
4003
4004         Add "static" to some private functions. 
4005
4006 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4007
4008         * lib/ev-tooltip.h:
4009         * properties/ev-properties-view.h:
4010         * shell/ev-jobs.h:
4011         * shell/ev-properties-dialog.h:
4012         * shell/ev-properties-fonts.h:
4013         * shell/ev-sidebar-links.h:
4014         * shell/ev-sidebar-thumbnails.h:
4015         * shell/ev-sidebar.h:
4016         * shell/ev-window.h:
4017         
4018         Fixes CHACK type in class casts. See bug #385343
4019         for details.
4020
4021 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * shell/ev-view-private.h:
4024         * shell/ev-view.c: (draw_end_presentation_page),
4025         (ev_view_expose_event), (ev_view_key_press_event),
4026         (ev_view_class_init), (ev_view_init):
4027
4028         Blank screen in presentation mode when pressing 'b' (filling with
4029         black) or 'w' (filling with white) keys. Fixes bug #358132.
4030
4031 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4032
4033         * data/evince-toolbar.xml:
4034         * shell/ev-window.c:
4035         
4036         Use stock icon for Select All action. Fixes
4037         bug #382652.
4038
4039 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4040
4041         * shell/ev-view.c: (get_doc_point_from_offset),
4042         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4043
4044         Add links support in rotated documents. Fixes bug #343733.
4045
4046 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4047
4048         * shell/ev-view-private.h:
4049         * shell/ev-view.c: (draw_end_presentation_page),
4050         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4051
4052         Show a blank page after the last page in presentation mode with a
4053         message indicating that presentation has finished and how to exit. 
4054
4055 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-window.c: (fullscreen_timeout_cb):
4058
4059         Hide cursor after a while in presentation mode. 
4060
4061 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4062
4063         * backend/ev-document-info.h:
4064         * data/evince-properties.glade:
4065         * pdf/ev-poppler.cc:
4066         * properties/ev-properties-view.c: (ev_regular_paper_size),
4067         (ev_properties_view_set_info):
4068         * ps/ps-document.c: (ps_document_get_info):
4069
4070         Adds a paper size field to the properties dialog. Fixes
4071         bug #307315. Patch by Kasper Svendsen (with some i18n
4072         changes done by me).
4073
4074 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4075
4076         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4077         (screensaver_init_dbus), (totem_scrsaver_new),
4078         (totem_scrsaver_init):
4079         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4080         * shell/ev-application.c: (ev_application_register_service),
4081         (ev_application_screensaver_enable),
4082         (ev_application_screensaver_disable):
4083         * shell/ev-application.h:
4084         * shell/ev-window.c: (ev_window_run_presentation),
4085         (ev_window_stop_presentation), (build_comments_string),
4086         (ev_window_init):
4087         
4088         Move screensaver handling to application. No more
4089         message on startup.
4090
4091 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * configure.ac:
4094         * backend/Makefile.am:
4095         * backend/ev-file-exporter.[ch]:
4096         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4097         * ps/ps-document.c: (ps_document_file_exporter_*):
4098         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4099         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4100         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4101         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4102
4103         Allow printing to PDF when suppoted by the backend.
4104         
4105 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * shell/ev-window.c: (build_comments_string):
4108
4109         Use always "Document Viewer" in about dialog. 
4110
4111 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * djvu/djvu-document.c: (djvu_document_get_page_size):
4114
4115         Display a warning message when get_pageinfo fails. 
4116
4117 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4118
4119         * Makefile.am:
4120         * backend/Makefile.am:
4121         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4122         * configure.ac:
4123         * shell/ev-window.c: (build_comments_string):
4124         
4125         Make pdf compilation optional. See bug #38007.
4126
4127 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * ps/ps.c: (get_next_text):
4130
4131         Fix CVE-2006-5864.
4132
4133 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4136         * shell/ev-navigation-action.c: (connect_proxy),
4137         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4138         
4139         Do not call g_type_class_peek_parent twice.
4140
4141 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4142
4143         * configure.ac:
4144         * data/icons/24x24/.cvsignore:
4145         * data/icons/24x24/Makefile.am:
4146         * data/icons/24x24/evince.png:
4147         * data/icons/Makefile.am:
4148         
4149         Add 24x24 icon. Thanks to 
4150         Michael Monreal <infernux@web.de>.
4151
4152 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4153
4154         * configure.ac: Fix typo in configure.ac. Thanks
4155         to dmacks@netspace.org for notification.
4156
4157 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4160         
4161         Drop dbus include, fixes compilation with older dbus.
4162
4163 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4164
4165         * configure.ac:
4166         * cut-n-paste/Makefile.am:
4167         * cut-n-paste/totem-screensaver/.cvsignore
4168         * cut-n-paste/totem-screensaver/Makefile.am:
4169         * cut-n-paste/totem-screensaver/README:
4170         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4171         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4172         * shell/Makefile.am:
4173         * shell/ev-window.c: (ev_window_run_presentation),
4174         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4175         (ev_window_init):
4176
4177         Implemented screensaver enabling/disabling for
4178         presentation mode (not fullscreen mode). Code stolen
4179         from Totem (with some minor tweaks). Fixes bug #338889.
4180
4181 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4182
4183         * configure.ac:
4184
4185         Bump gnome-icon-theme requirements. We use the rotation
4186         icons that appeared recently.
4187
4188 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4189
4190         * shell/ev-history.c: (ev_history_add_page):
4191         * shell/ev-history.h:
4192         * shell/ev-window.c: (page_changed_cb):
4193         
4194         Use page labels instead of numbers.
4195
4196 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * data/evince-toolbar.xml:
4199         * po/POTFILES.in:
4200         * shell/Makefile.am:
4201         * shell/ev-navigation-action-widget.c:
4202         (ev_navigation_action_widget_init),
4203         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4204         (menu_detacher), (ev_navigation_action_widget_set_menu),
4205         (menu_position_func), (popup_menu_under_arrow),
4206         (ev_navigation_action_widget_toggled),
4207         (ev_navigation_action_widget_button_press_event):
4208         * shell/ev-navigation-action-widget.h:
4209         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4210         (ev_navigation_action_set_window), (activate_menu_item_cb),
4211         (new_history_menu_item), (new_empty_history_menu_item),
4212         (build_menu), (menu_activated_cb), (connect_proxy),
4213         (create_tool_item), (ev_navigation_action_init),
4214         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4215         * shell/ev-navigation-action.h:
4216         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4217         (ev_page_action_widget_set_page_cache),
4218         (ev_page_action_widget_finalize),
4219         (ev_page_action_widget_class_init), (match_selected_cb),
4220         (display_completion_text), (match_completion), (build_new_tree_cb),
4221         (get_filter_model_from_model),
4222         (ev_page_action_widget_update_model):
4223         * shell/ev-page-action-widget.h:
4224         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4225         (connect_proxy):
4226         * shell/ev-page-action.h:
4227         * shell/ev-stock-icons.c:
4228         * shell/ev-stock-icons.h:
4229         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4230         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4231         (register_custom_actions):
4232         * shell/main.c:
4233         
4234         Preliminary history implementation
4235
4236 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4239         (dvi_document_class_init), (dvi_document_init_params):
4240         * dvi/mdvi-lib/font.c: (font_reference):
4241         
4242         Add reference to subfont. Fixes bug #374277.
4243
4244 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4247         (ev_window_cmd_file_open_copy_at_dest):
4248
4249         Fix a race condition when creating symlink. Increase the counter
4250         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4251         Mathias Hasselmann).
4252
4253 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * backend/Makefile.am:
4256         * backend/ev-attachment.c: (ev_attachment_open):
4257         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4258         (ev_tmp_dir), (ev_tmp_filename):
4259         * shell/ev-sidebar-attachments.c:
4260         (ev_sidebar_attachments_drag_data_get):
4261         * shell/ev-window.c: (ev_window_clear_temp_file):
4262
4263         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4264         in ensure_dir_exists. Abort without crashing when we can't create
4265         user's directory.
4266
4267 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * data/evince-ui.xml:
4270         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4271         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4272         (ev_window_cmd_file_open_copy_at_dest),
4273         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4274         (ev_view_popup_cmd_open_link_new_window):
4275
4276         Allow opening a copy of the current document in a new window. Fixes bug
4277         #357472
4278
4279 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * data/evince-toolbar.xml:
4282         
4283         Add rotate right and rotate left to available items for toolbar.
4284         
4285         * data/evince-ui.xml:
4286         * shell/ev-window.c: (ev_window_init):
4287         
4288         Customize toolbar with right click. Fixes bug #372451.
4289
4290 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4291
4292         * shell/ev-window.c: 
4293         
4294         Use "object-rotate-{left,right}" stock icons. Fixes 
4295         bug #373863.
4296
4297 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4300         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4301         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4302         (ev_window_open_uri):
4303         * shell/main.c: (arguments_parse):
4304
4305         Remove temp file created when evince is used by GTK+ in
4306         preview mode. Fixes bug #365282. 
4307
4308 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4311         
4312         Fixes bug #372474 - Side pane disabled when entering 
4313         and leaving fullscreen mode.
4314
4315 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4316
4317         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4318         * data/Makefile.am:
4319         * data/evince-preview-toolbar.xml:
4320         * data/evince-toolbar.xml:
4321         * shell/ev-application.c: (ev_application_shutdown),
4322         (ev_application_init), (ev_application_get_toolbars_model):
4323         * shell/ev-application.h:
4324         * shell/ev-window.c: (update_chrome_visibility),
4325         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4326         (ev_window_cmd_edit_toolbar), (ev_window_init):
4327         
4328         Fixes bug #364364 - toolbar editor shows zoom actions again.
4329
4330 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4333
4334         Do not take margins into consideration for paper size when printing.
4335         Really fixes bug #350491.
4336
4337 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * data/evince-ui.xml:
4340         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4341         (ev_window_cmd_file_print_setup),
4342         (ev_window_print_dialog_response_cb),
4343         (ev_window_setup_action_sensitivity):
4344
4345         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4346
4347 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * shell/ev-window.c: (ev_window_print_range):
4350
4351         Revert my previuos commit, since printing to PDF is not supported by
4352         evince yet. 
4353
4354 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * shell/ev-window.c: (ev_window_print_range):
4357
4358         Enable print to a PDF. Fixes bug #332121.
4359
4360 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * shell/ev-application-service.xml:
4363         * shell/ev-application.[ch]: (ev_application_open_window),
4364         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4365         (ev_application_open_uri), (ev_application_open_uri_list):
4366         * shell/ev-window.c: (file_open_dialog_response_cb),
4367         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4368         (drag_data_received_cb), (open_remote_link):
4369         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4370
4371         Add support for multiscreen systems. Fixes bug #316206.
4372
4373 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4374
4375         * shell/ev-jobs.[ch]: (ev_job_print_new),
4376         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4377         (ev_job_print_do_page):
4378         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4379
4380         Allow printing only odd/even pages. Fixes bug #367289.
4381
4382 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4383
4384         * test/test1.py:
4385         * test/test2.py:
4386
4387         Re-add locale settings to test files.
4388
4389 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * data/evince-ui.xml:
4392         * shell/ev-window.c: (set_action_properties):
4393         
4394         Removed garbage from code and ui.
4395
4396 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4397
4398         * shell/ev-window.c: (ev_window_cmd_help_about):
4399
4400         Shamelessly add my name to the list of contributors.
4401
4402 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4403
4404         * test/test1.py:
4405         * test/test2.py:
4406
4407         Cleaned up the dogtail scripts.
4408
4409 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4410
4411         * shell/ev-view.c: (draw_loading_text): Don't render
4412         "loading..." text in presentation mode. Temporary
4413         workaround for bug #320352.
4414
4415 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4416
4417         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4418         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4419
4420         Use print settings scale, copies, collate and reverse which were
4421         ignored. Fixes bug #359032.
4422
4423 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4424
4425         * configure.ac:
4426         * data/evince-password.glade:
4427         * test/Makefile.am:
4428         * test/test-encrypt.pdf:
4429         * test/test-links.pdf:
4430         * test/test1.py:
4431         * test/test2.py:
4432
4433         Add automated UI tests for evince with dogtail. See
4434         bug #300948.    
4435
4436 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4439
4440         Hide fullscreen toolbar when switching to another desktop workspace.
4441         Fixes bug #338871
4442
4443 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4444
4445         * shell/ev-window-title.c: 
4446         
4447         Test for .dvi in title of pdf documents.
4448
4449 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4450
4451         * shell/ev-view.c: (ev_view_scroll):
4452
4453         Page Up/Down should do page jumps in "Best fit" mode.
4454         If a user has explicitly chosen to view exactly one page
4455         at a time, scrolling just a part of the page when
4456         pressing Page Up/Down is not right. Fixes bug #323107.
4457
4458 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * NEWS:
4461         * configure.ac:
4462         
4463         Update for 0.6.1
4464
4465 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4468         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4469         
4470         Correctly disconnect from job signals on destroy.
4471
4472 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4473
4474         * shell/ev-view-private.h:
4475         * shell/ev-view.c: (view_set_adjustment_values),
4476         (view_update_range_and_current_page),
4477         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4478         
4479         Fixes bug #343199, current page now follows find page.
4480
4481 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4482
4483         * backend/ev-document-factory.c:
4484         * configure.ac:
4485         Assigned OpenDocument presenation MIME type to the
4486         Impress backend. Added some missing (but harmless)
4487         #ifdefs in the document factory as well to make things
4488         consistent again. Fixes bug #360658.
4489
4490 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4491
4492         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4493         * backend/ev-document-find.c: (ev_document_find_get_type):
4494         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4495         * backend/ev-document-links.c: (ev_document_links_get_type):
4496         * backend/ev-document-security.c: (ev_document_security_get_type):
4497         * backend/ev-document-thumbnails.c:
4498         (ev_document_thumbnails_get_type):
4499         * backend/ev-document.c: (ev_document_get_type):
4500         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4501         * backend/ev-selection.c: (ev_selection_get_type):
4502         * cut-n-paste/recent-files/egg-recent-model.c:
4503         (egg_recent_model_get_type):
4504         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4505         (egg_recent_view_uimanager_get_type):
4506         * cut-n-paste/recent-files/egg-recent-view.c:
4507         (egg_recent_view_get_type):
4508         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4509         (egg_editable_toolbar_get_type):
4510         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4511         (egg_toolbar_editor_get_type):
4512         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4513         (egg_toolbars_model_get_type):
4514         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4515         (egg_tree_multi_drag_source_get_type):
4516         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4517         (ephy_zoom_action_get_type):
4518         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4519         (ephy_zoom_control_get_type):
4520         * impress/r_back.c: (_imp_fill_back):
4521         * properties/ev-properties-main.c:
4522         (ev_properties_plugin_register_type):
4523         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4524         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4525         (ev_view_accessible_factory_get_type):
4526
4527         Reduce relocations. Bug #360616.
4528
4529 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * backend/ev-document-factory.c:
4532         (ev_document_factory_get_document):
4533         
4534         Load document even if extension is wrong.
4535
4536 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4537
4538         * shell/ev-metadata-manager.c: (save_values):
4539         * shell/ev-window.c: (setup_size_from_metadata),
4540         (setup_view_from_metadata), (ev_window_setup_document),
4541         (ev_window_xfer_job_cb), (window_configure_event_cb):
4542         
4543         Set size according to the document size/page size ratio.
4544         That should correct rather wierd behaviour of the previous
4545         commit.
4546
4547 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * shell/ev-window.c: (setup_view_from_metadata):
4550         
4551         Set size for new windows from previous window size.
4552         See bugs #354968 and #168450 for details. Thanks
4553         to Meik Hellmund.
4554
4555 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * djvu/djvu-links.c: (build_tree):
4558
4559         Fix memory leak.
4560
4561 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4564         
4565         Don't make sidebar close button insensitive. Fixes
4566         bug #357871.
4567
4568 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4571         (ev_window_set_view_accels_sensitivity):
4572         
4573         Don't enable Slash on documents which don't support
4574         find. Fixes bug #358648.
4575
4576 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4577
4578         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4579         open dialog fall back to the current document uri if the
4580         filechooser hasn't been used before. Fixes bug #356980.
4581
4582 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4583
4584         * shell/ev-window.c: (ev_window_setup_recent), 
4585         (ev_window_get_recent_file_label):
4586
4587         Escape underscores in filenames of recent file items.
4588
4589 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * configure.ac:
4592         
4593         Bumped poppler requirements, really 0.5.3 is very 
4594         buggy, now we require 0.5.4.
4595
4596 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4597
4598         * djvu/Makefile.am:
4599         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4600         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4601         (djvu_document_document_links_iface_init):
4602         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4603         (number_from_string_10), (get_djvu_link_dest),
4604         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4605         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4606         (djvu_links_get_links), (djvu_links_find_link_dest),
4607         (djvu_links_get_links_model):
4608         * djvu/djvu-links.h:
4609         
4610         Add support for links and bookmarks in djvu documents. Thanks
4611         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4612         patch.
4613
4614 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4617         
4618         Reopen should reload document. Fixes 
4619         bug 327951.
4620
4621 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * configure.ac:
4624         * data/Makefile.am:
4625         * data/evince-16.png:
4626         * data/evince-22.png:
4627         * data/evince.png:
4628         * data/evince.svg:
4629         * data/icons/16x16/Makefile.am:
4630         * data/icons/16x16/evince.png:
4631         * data/icons/22x22/Makefile.am:
4632         * data/icons/22x22/evince.png:
4633         * data/icons/48x48/Makefile.am:
4634         * data/icons/48x48/evince.png:
4635         * data/icons/Makefile.am:
4636         * data/icons/scalable/Makefile.am:
4637         * data/icons/scalable/evince.svg:
4638         
4639         Install icons with correct names. Fixes
4640         bug #354429.
4641
4642 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * shell/ev-view.c: (ev_view_button_release_event):
4645
4646         Don't open links with middle mouse button. Fixes bug #353649
4647
4648 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * NEWS:
4651         * configure.ac:
4652         
4653         Update for release 0.6.0
4654
4655 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4656
4657         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4658         Implement Close named action. Patch by Carlos Garcia Campos.
4659
4660 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4663         
4664         Don't clear link mapping on copy_job_to_job_info. Fixes
4665         bug 346168.
4666
4667 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/main.c: (main):
4670
4671         Revert my previous commit, gnome_program_init owns the option context.
4672         Fix another memory leak in main. Both caught by Christian Persch. 
4673
4674 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/main.c: (main):
4677
4678         Fix memory leak.
4679
4680 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4683
4684         Fix crash when opening a pdf with password protection. 
4685
4686 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4687
4688         * pdf/ev-poppler.cc: (pdf_document_search_free):
4689
4690         Fix memory leak. 
4691
4692 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * backend/ev-document-factory.c:
4695         (ev_document_factory_get_document):
4696         * tiff/tiff-document.c: (tiff_document_finalize):
4697         
4698         More correct handling of document loading. Fixes
4699         bug #349043.
4700
4701 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4702
4703         * backend/ev-attachment.c: (ev_attachment_save):
4704
4705         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4706         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4707
4708 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4709         
4710         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4711         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4712
4713 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4714
4715         * shell/ev-sidebar-thumbnails.c:
4716
4717         Do not render thumbnails unless thumbnails page is active in the
4718         sidebar.
4719
4720 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4721
4722         * shell/ev-properties-dialog.c:
4723
4724         Fix dialogue spacing. Bug #351370.
4725
4726 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4727
4728         * configure.ac:
4729
4730         Use lowercase gettext catalog file names (evince.mo
4731         instead of Evince.mo)
4732
4733 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * shell/ev-sidebar-attachments.c:
4736
4737         GtkIconTheme is now screen safe too. Fixes bug #350878
4738
4739 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4740
4741         * shell/ev-window.c:
4742
4743         GtkRecent manager is now screen safe. Fixes bug #350145
4744
4745 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * shell/ev-sidebar.c: (ev_sidebar_init):
4748         
4749         Make sidebar close icon smaller. Fix for bug 350177.
4750         See also bugs 350176 and 165770.
4751
4752 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4753
4754         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4755
4756         Ignore zoom for xyz destinations when it's <= 1, keeping user
4757         preferences instead. Set correct sizing-mode for fith and fitv
4758         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4759
4760 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * NEWS:
4763         * configure.ac:
4764         
4765         Update for release 0.5.5
4766
4767 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4768         
4769         * shell/ev-window.c: (ev_window_cmd_escape)
4770
4771         Escape unfocus page entry. Fixes bug #345809.
4772
4773 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4776         (build_tree), (pdf_document_links_get_links),
4777         (pdf_document_links_find_link_dest):
4778         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4779         (goto_xyz_dest):
4780
4781         Convert from PDF style coordinates to X style coordinates in the
4782         backend rather than in the view. Fixes bug #338440
4783
4784 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4785
4786         * shell/ev-window.c:
4787         
4788         Remove Ctrl+Shift+T shortcut for toolbars. See
4789         the bug #350098.
4790
4791 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * configure.ac:
4794
4795         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4796         of this. 
4797
4798 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4799
4800         * configure.ac:
4801         * cut-n-paste/Makefile.am:
4802         * data/evince-ui.xml:
4803         * shell/Makefile.am:
4804         * shell/ev-application.[ch]:
4805         * shell/ev-window.c:
4806
4807         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4808         #349273
4809
4810 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4811
4812         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4813         findbar code: s/help/search/
4814
4815 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4816
4817         * shell/ev-window.c: (setup_document_from_metadata),
4818         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4819         (setup_view_from_metadata):
4820         
4821         Fix memory leaks.
4822
4823 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4824
4825         * autogen.sh, configure.ac: 
4826         
4827         Update automake usage. See bug 349292.
4828
4829 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * shell/eggfindbar.c: (egg_find_bar_class_init),
4832         (entry_activate_callback), (egg_find_bar_init),
4833         (egg_find_bar_set_status_text):
4834         * shell/eggfindbar.h:
4835         
4836         Unify Evince findbar with Epiphany. Nice patch
4837         from Fabricio Silva <silva@crans.org> and
4838         Frederic Peters <fpeters@entrouvert.com>. See
4839         bug #339966 for details.
4840
4841 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4842
4843         * data/evince.desktop.in.in:
4844         
4845         Correct information for bugzilla. Thanks to
4846         Olaf Vitters, see bug #348855.
4847
4848 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * shell/ev-jobs.[ch]:
4851         * shell/ev-sidebar-links.c:
4852         * shell/ev-window.[ch]:
4853
4854         GtkPrintJob doesn't support print ranges or current page, so we export
4855         to a ps file now when printing ranges or current page.
4856
4857 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4858
4859         * pdf/ev-poppler.cc:
4860         * shell/ev-window.c: (do_action_named):
4861
4862         We should be more clear about bugzilla. See the
4863         poppler bug #7623.
4864
4865 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * configure.ac:
4868         * shell/Makefile.am:
4869         * shell/ev-job-queue.c:
4870         * shell/ev-jobs.[ch]:
4871         * shell/ev-sidebar-links.c:
4872         * shell/ev-window.[ch]:
4873         
4874         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4875         #348422
4876
4877 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4878
4879         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4880         * shell/ev-application-service.xml:
4881         * shell/ev-application.[ch]:
4882         * shell/ev-jobs.[ch]:
4883         * shell/ev-window.[ch]: (ev_window_run_preview):
4884         * shell/main.c: 
4885
4886         Add preview mode to use evince as a printing previewer. It also adds
4887         other command line options for fullscreen and presentation modes.
4888         Fixes bugs #347822, #317031
4889
4890 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4891
4892         * NEWS:
4893         * configure.ac:
4894         
4895         Update for release 0.5.4
4896
4897 2006-07-11  Bastien Nocera <hadess@hadess.net>
4898
4899         * Makefile.am:
4900         * backend/Makefile.am:
4901         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4902         * backend/ev-document-factory.h:
4903         * configure.ac:
4904         * impress/.cvsignore:
4905         * impress/Makefile.am:
4906         * impress/common.h:
4907         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4908         (imp_get_page), (imp_next_page), (imp_prev_page),
4909         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4910         * impress/f_oasis.c: (render_object), (render_page),
4911         (get_geometry), (_imp_oasis_load):
4912         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4913         (_imp_oo13_load):
4914         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4915         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4916         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4917         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4918         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4919         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4920         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4921         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4922         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4923         (iks_new_within), (iks_insert), (iks_insert_cdata),
4924         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4925         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4926         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4927         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4928         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4929         (iks_cdata), (iks_cdata_size), (iks_has_children),
4930         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4931         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4932         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4933         (iks_tree), (iks_load), (iks_save):
4934         * impress/iksemel.h:
4935         * impress/imposter.h:
4936         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4937         (imp_render_draw_bezier_real), (imp_render_get_size),
4938         (imp_render_set_fg_color), (imp_render_draw_line),
4939         (imp_render_draw_rect), (imp_render_draw_polygon),
4940         (imp_render_draw_arc), (imp_render_draw_bezier),
4941         (imp_render_open_image), (imp_render_get_image_size),
4942         (imp_render_scale_image), (imp_render_draw_image),
4943         (imp_render_close_image), (imp_render_markup),
4944         (imp_render_get_text_size), (imp_render_draw_text),
4945         (impress_document_load), (impress_document_save),
4946         (impress_document_get_n_pages), (impress_document_get_page_size),
4947         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4948         (impress_document_finalize), (impress_document_class_init),
4949         (impress_document_can_get_text), (impress_document_get_info),
4950         (impress_document_document_iface_init),
4951         (impress_document_thumbnails_get_thumbnail),
4952         (impress_document_thumbnails_get_dimensions),
4953         (impress_document_document_thumbnails_iface_init),
4954         (impress_document_init):
4955         * impress/impress-document.h:
4956         * impress/internal.h:
4957         * impress/r_back.c: (_imp_fill_back):
4958         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4959         (_imp_draw_image), (_imp_tile_image):
4960         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4961         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4962         (r_polyline):
4963         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4964         (r_draw_gradient_complex), (r_draw_gradient):
4965         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4966         (r_get_bullet):
4967         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4968         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4969         (r_text):
4970         * impress/render.c: (imp_create_context), (imp_context_set_page),
4971         (imp_context_set_step), (imp_render), (imp_delete_context):
4972         * impress/render.h:
4973         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4974         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4975         (zip_load_xml), (zip_get_size), (zip_load):
4976         * impress/zip.h:
4977         * shell/ev-utils.c:
4978         
4979         New backend to support impress slides. Fixes bug #30867.
4980
4981 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4982
4983         * shell/ev-utils.c: (using_postscript_printer):
4984         
4985         Fixes crash when print using PAPI backend,
4986         bug #345012.
4987
4988 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4989
4990         * shell/ev-jobs.c: (ev_job_xfer_run):
4991         * shell/ev-window.c: (password_dialog_response),
4992         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4993         (ev_window_dispose):
4994         Fixes bug #344160: if the xfer job doesn't complete
4995         because a password is required, reload the existing
4996         instance instead of creating a new one.
4997
4998 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * shell/main.c: (main): Call gdk_threads_init. Thus
5001         we'll avoid errors in auth dialog. Fix for the bug
5002         #343347.
5003
5004 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5005
5006         * configure.ac: Advertise pixbuf support, fix
5007         for the bug 343317.
5008
5009 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5012         (ev_sidebar_thumbnails_set_document):
5013         
5014         Update sidebar thumbnails after reloading.
5015
5016 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5019         * shell/ev-jobs.h:
5020         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5021         (ev_window_cmd_view_reload), (ev_window_init):
5022         
5023         Don't crash on reload. Fix for the bug #343167.
5024
5025 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5026
5027         * shell/ev-jobs.c: (ev_job_render_run):
5028         
5029         Check for document links.
5030
5031 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5032
5033         * backend/ev-attachment.c: (ev_attachment_save),
5034         (ev_attachment_launch_app), (ev_attachment_open):
5035         * backend/ev-document-factory.c: (get_document_from_uri):
5036         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5037         (egg_recent_view_uimanager_set_list):
5038         * ps/ps-document.c: (check_filecompressed), (document_load),
5039         (ps_document_load):
5040         * shell/ev-metadata-manager.c: (load_values):
5041         * shell/ev-password.c: (ev_password_dialog_set_property):
5042         * shell/ev-view.c: (tip_from_link):
5043         * shell/ev-window.c: (file_save_dialog_response_cb),
5044         (ev_window_print_dialog_response_cb):
5045         
5046         Use consistent quoting style. Fix for the bug #320285.
5047
5048 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * shell/ev-jobs.c: (ev_job_xfer_run):
5051         * shell/main.c: (load_files):
5052                 
5053         Open links with anchors. Fix for the bug #339836.
5054
5055 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5058         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5059         (ev_link_dest_set_property), (ev_link_dest_finalize),
5060         (ev_link_dest_class_init), (ev_link_dest_new_named),
5061         (ev_link_dest_new_page_label):
5062         * backend/ev-link-dest.h:
5063         * shell/ev-application.c: (ev_application_open_uri):
5064         * shell/ev-view.c: (goto_dest):
5065         * shell/ev-window.c:
5066         * shell/ev-window.h:
5067         
5068         Fix page-label command line option. Bug #342070.
5069
5070 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5071
5072         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5073         
5074         Don't show highlight rects if page can't be showed. Fix for 
5075         the bug #342076
5076
5077 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5078
5079         * shell/ev-window.c: (setup_sidebar_from_metadata),
5080         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5081         
5082         Setup sidebar from metadata even if there is no document
5083         loaded. Fix for the bug #342807.
5084
5085 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5086
5087         * cut-n-paste/toolbar-editor/Makefile.am:
5088         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5089         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5090         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5091         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5092         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5093         (popup_context_menu_cb), (button_press_event_cb),
5094         (configure_item_sensitivity), (configure_item_cursor),
5095         (configure_item_tooltip), (connect_widget_signals),
5096         (action_sensitive_cb), (create_item_from_action),
5097         (create_item_from_position), (toolbar_drag_data_received_cb),
5098         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5099         (toolbar_drag_leave_cb), (configure_drag_dest),
5100         (toggled_visibility_cb), (toolbar_visibility_refresh),
5101         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5102         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5103         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5104         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5105         (egg_editable_toolbar_dispose),
5106         (egg_editable_toolbar_set_ui_manager),
5107         (egg_editable_toolbar_get_selected),
5108         (egg_editable_toolbar_set_selected), (set_edit_mode),
5109         (egg_editable_toolbar_set_property),
5110         (egg_editable_toolbar_get_property),
5111         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5112         (egg_editable_toolbar_new_with_model),
5113         (egg_editable_toolbar_get_edit_mode),
5114         (egg_editable_toolbar_set_edit_mode),
5115         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5116         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5117         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5118         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5119         (item_added_or_removed_cb), (toolbar_removed_cb),
5120         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5121         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5122         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5123         (editor_create_item_from_name), (append_table),
5124         (update_editor_sheet), (egg_toolbar_editor_init):
5125         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5126         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5127         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5128         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5129         (toolbar_node_free), (egg_toolbars_model_get_flags),
5130         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5131         (egg_toolbars_model_get_name), (impl_add_item),
5132         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5133         (parse_data_list), (parse_item_list), (parse_toolbars),
5134         (egg_toolbars_model_load_toolbars), (parse_available_list),
5135         (parse_names), (egg_toolbars_model_load_names),
5136         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5137         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5138         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5139         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5140         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5141         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5142         (egg_toolbars_model_set_types), (fill_avail_array),
5143         (egg_toolbars_model_get_name_avail),
5144         (egg_toolbars_model_get_name_flags),
5145         (egg_toolbars_model_set_name_flags):
5146         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5147         * cut-n-paste/toolbar-editor/eggintl.h:
5148         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5149         (egg_tree_multi_drag_source_get_type),
5150         (egg_tree_multi_drag_source_row_draggable),
5151         (egg_tree_multi_drag_source_drag_data_delete),
5152         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5153         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5154         (path_list_free), (set_context_data), (get_context_data),
5155         (get_info), (egg_tree_multi_drag_drag_data_get),
5156         (egg_tree_multi_drag_motion_event),
5157         (egg_tree_multi_drag_button_press_event),
5158         (egg_tree_multi_drag_add_drag_support):
5159         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5160         * shell/ev-application.c: (ev_application_init),
5161         (ev_application_save_toolbars_model):
5162         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5163         (ev_window_cmd_edit_toolbar), (ev_window_init):
5164         
5165         Sync toolbareditor with epiphany and libegg
5166
5167 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * configure.ac: 
5170
5171         Depend on poppler 0.5.2
5172
5173 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5174
5175         * shell/ev-jobs.c: (ev_job_render_run):
5176         
5177         Check if document supports links iterface.
5178
5179 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * NEWS:
5182         * configure.ac:
5183         
5184         Update for release 0.5.3
5185
5186 2006-05-13  Michael Plump  <plumpy@skylab.org>
5187
5188         * configure.ac:
5189         * shell/Makefile.am:
5190         * shell/main.c: (main):
5191         
5192         Port to GOption command line parsing. Fix for the 
5193         bug #327518
5194
5195 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * shell/ev-window.c: (ev_window_cmd_help_about):
5198         
5199         Do not wrap license. Fix for the bug #309460.
5200
5201 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * configure.ac:
5204         * properties/ev-properties-main.c: (ev_properties_get_pages):
5205         * shell/ev-application.c: (ev_application_open_window),
5206         (ev_application_open_uri_at_dest):
5207         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5208         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5209         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5210         * shell/ev-utils.c: (save_print_config_to_file):
5211         * shell/ev-window.c: (ev_window_cmd_save_as),
5212         (ev_attachment_popup_cmd_save_attachment_as):
5213         * shell/main.c: (load_files_remote):
5214         
5215         Bump requirements to gtk 2.8 and drop all ifdefs used.
5216
5217 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5218
5219         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5220         * shell/ev-window.c: (ev_window_init):
5221         
5222         Show attachments page.
5223
5224 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * po/POTFILES.in:
5227         * shell/ev-attachment-bar.c:
5228         * shell/ev-attachment-bar.h:
5229         * shell/ev-sidebar-attachments.c:
5230         (ev_sidebar_attachments_icon_cache_add),
5231         (icon_theme_get_pixbuf_from_mime_type),
5232         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5233         (ev_sidebar_attachments_icon_cache_refresh),
5234         (ev_sidebar_attachments_get_attachment_at_pos),
5235         (ev_sidebar_attachments_popup_menu_show),
5236         (ev_sidebar_attachments_popup_menu),
5237         (ev_sidebar_attachments_button_press),
5238         (ev_sidebar_attachments_update_icons),
5239         (ev_sidebar_attachments_drag_data_get),
5240         (ev_sidebar_attachments_get_property),
5241         (ev_sidebar_attachments_destroy),
5242         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5243         (ev_sidebar_attachments_new),
5244         (ev_sidebar_attachments_set_document),
5245         (ev_sidebar_attachments_support_document),
5246         (ev_sidebar_attachments_get_label),
5247         (ev_sidebar_attachments_page_iface_init):
5248         * shell/ev-sidebar-attachments.h:
5249         * shell/ev-window.c: (update_chrome_visibility),
5250         (setup_sidebar_from_metadata), (ev_window_setup_document),
5251         (ev_window_sidebar_current_page_changed_cb),
5252         (attachment_bar_menu_popup_cb), (ev_window_init):
5253         
5254         Move attachments bar to sidebar.
5255
5256 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * pdf/ev-poppler.cc:
5259         * shell/ev-application.[ch]:
5260         * shell/main.c:
5261
5262         Fix some memory leaks.
5263
5264 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5265
5266         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5267
5268         Change the properties dialog response to
5269         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5270         will make the dialog go away when the user presses
5271         enter. With gtk+ >= 2.9 this will happen anyway, but for
5272         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5273         escape by default. Fixes bug #340539. See also bug
5274         #101293 for the gtk+ part.
5275
5276 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5277
5278         * shell/ev-view.c (tip_from_action_named): Replace some strings
5279         that were wrong. Closes #340970.
5280
5281 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5282
5283         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5284
5285         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5286         #341049
5287
5288 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * djvu/Makefile.am:
5291         * dvi/Makefile.am:
5292         * dvi/mdvi-lib/Makefile.am:
5293         * properties/Makefile.am:
5294         * ps/Makefile.am:
5295         * shell/Makefile.am:
5296         * thumbnailer/Makefile.am:
5297         
5298         Due to broken libtool that is unable to track dependencies
5299         of noinst libraries we are forced to explicitely point
5300         libraries for binary. Fix for the bug #333334.
5301
5302 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5303
5304         * data/evince.desktop.in.in:
5305         * shell/ev-view.c: (view_update_range_and_current_page),
5306         (ev_view_next_page), (ev_view_previous_page):
5307         * shell/ev-window.c: (update_chrome_visibility),
5308         (setup_sidebar_from_metadata), (ev_window_setup_document),
5309         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5310         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5311         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5312         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5313         (ev_window_stop_presentation), (ev_window_focus_in_event),
5314         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5315         (ev_window_init):
5316         * thumbnailer/Makefile.am:
5317         
5318         Update fullscreen and presentation timeout handling. Hide
5319         cursor in presentation after timeout. Fix for the bugs
5320         #136359 and #336981.
5321
5322 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * backend/ev-link-action.[ch]:
5325         * pdf/ev-poppler.cc: (ev_link_from_action):
5326         * shell/ev-view-private.h:
5327         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5328         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5329
5330         Add support for Named Action links
5331
5332 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5333
5334         * backend/Makefile.am:
5335         * backend/ev-document-links.[ch]:
5336         * backend/ev-document.[ch]:
5337         * backend/ev-link-action.[ch]:
5338         * backend/ev-link-dest.[ch]:
5339         * backend/ev-link.[ch]:
5340         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5341         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5342         * shell/ev-page-action.c: (build_new_tree_cb):
5343         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5344         (links_page_num_func), (update_page_callback):
5345         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5346         (tip_from_link):
5347         * shell/ev-jobs.c:
5348         * shell/ev-window.[ch]: (ev_window_open_uri),
5349         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5350         * shell/ev-application.[ch]: (ev_application_open_window),
5351         (ev_application_open_uri):
5352
5353         Rework links system, it adds support for remote links now and it makes
5354         easier to add new kinds of actions and destinations. Fixes bug #317292
5355
5356 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * data/Makefile.am:
5359         * data/evince.png:
5360         * data/evince-16.png:
5361         * data/evince-22.png:
5362         * data/evince.svg:
5363         * shell/main.c: (main):
5364         
5365         Evince use it's own icon. Fix for the bug #313392.
5366
5367         * shell/ev-window.c: (fullscreen_timeout_cb),
5368         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5369         (ev_window_cmd_help_about), (ev_window_dispose):
5370         
5371         Simplify fullscreen timeout code.
5372
5373 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * backend/ev-attachment.c: 
5376         * shell/ev-attachment-bar.c:
5377         * shell/ev-window.c:
5378
5379         Allow multiple selection of attachments
5380
5381 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * shell/ev-view.c: (view_update_range_and_current_page),
5384         (ev_view_scroll):
5385         
5386         Fix for the bug #312573 – Optimal selection of current 
5387         page among visible pages.
5388
5389 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * configure.ac:
5392         * djvu/Makefile.am:
5393         * djvu/djvu-text.h:
5394         
5395         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5396         for the bug 339868.
5397
5398 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5399
5400         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5401
5402 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5403
5404         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5405         dictated by the GNOME HIG. Fixes bug #339235.
5406
5407 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5408
5409         * data/evince-ui.xml:
5410         * shell/ev-view.c: (ev_view_can_find_previous):
5411         * shell/ev-view.h:
5412         * shell/ev-window.c: (ev_window_update_actions),
5413         (ev_window_cmd_edit_find_previous):
5414
5415         Add support for "Find Previous" as dictated by the GNOME HIG. A
5416         menu item is added and some glue code to make it all work is added
5417         to various files.
5418
5419 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5420
5421         * configure.ac: Award myself the "useless use of cat" award.
5422
5423 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5424
5425         * po/LINGUAS: New file listing all supported languages.
5426
5427         * configure.in: Use po/LINGUAS instead of including all languages
5428         directly in this file. See the wiki for more information:
5429         http://live.gnome.org/GnomeGoals/PoLinguas
5430
5431 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5432
5433         * backend/ev-document-factory.c:
5434
5435         Do not load the document twice when there isn't errors
5436
5437 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5438
5439         * backend/ev-attachment.c: 
5440
5441         Fix a crash when there isn't a default application to open an
5442         attachment
5443
5444 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5445
5446         * backend/ev-attachment.[ch]:
5447         * shell/ev-attachment-bar.[ch]:
5448
5449         Added missing files. 
5450
5451 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * backend/Makefile.am:
5454         * data/evince-ui.xml:
5455         * backend/ev-attachment.[ch]:
5456         * backend/ev-document.[ch]: (ev_document_has_attachments),
5457         (ev_document_get_attachments):
5458         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5459         (attachment_save_to_buffer), (pdf_document_get_attachments),
5460         (pdf_document_document_iface_init):
5461         * shell/Makefile.am:
5462         * shell/ev-attachment-bar.[ch]:
5463         * shell/ev-window.c:
5464
5465         Add support for PDF attachments. Fixes bug #325143
5466
5467 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * backend/ev-document-factory.c: (get_document_from_uri),
5470         (ev_document_factory_get_document):
5471         * backend/ev-document-factory.h:
5472         * properties/ev-properties-main.c: (ev_properties_get_pages):
5473         * shell/Makefile.am:
5474         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5475         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5476         (ev_job_queue_remove_job):
5477         * shell/ev-job-queue.h:
5478         * shell/ev-job-xfer.c:
5479         * shell/ev-job-xfer.h:
5480         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5481         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5482         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5483         (ev_job_xfer_run):
5484         * shell/ev-jobs.h:
5485         * shell/ev-window.c: (ev_window_is_empty),
5486         (password_dialog_response), (ev_window_clear_xfer_job),
5487         (ev_window_xfer_job_cb), (ev_window_open_uri),
5488         (ev_window_cmd_focus_page_selector),
5489         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5490         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5491         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5492         (ev_window_dispose):
5493         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5494         
5495         * Cleanup mime type detection on document load. Fix for the
5496         bug #336448.
5497
5498 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5499
5500         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5501         
5502         Fix crash on exit, described in the bug #336825.
5503
5504 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * backend/ev-document-factory.c:
5507         (ev_document_factory_get_from_mime),
5508         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5509         (ev_document_factory_get_document),
5510         (file_filter_add_mime_list_and_free),
5511         (ev_document_factory_add_filters):
5512         * backend/ev-document-factory.h:
5513         * properties/ev-properties-main.c: (ev_properties_get_pages):
5514         * shell/Makefile.am:
5515         * shell/ev-application.c:
5516         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5517         * shell/ev-window.c: (ev_window_cmd_file_open),
5518         (ev_window_cmd_save_as):
5519         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5520         
5521         Rework factory functions so they are placed now in a single 
5522         file ev-document-factory.c
5523
5524 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * shell/ev-window.c: (update_chrome_visibility):
5527         
5528         Fix for the bug 166566 - don't show menubar in fullscreen
5529         mode.
5530
5531 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5532
5533         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5534
5535 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * shell/ev-view.c: (ev_view_expose_event):
5538         
5539         More correctly draw loading text when document
5540         is empty.
5541
5542 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * shell/ev-view.c: (ev_view_scroll):
5545         
5546         Fix for the bug #334854, page down and page up switch
5547         pages in presentation mode.
5548
5549 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * shell/ev-window.c: (ev_window_set_action_sensitive),
5552         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5553         (ev_window_set_view_accels_sensitivity),
5554         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5555         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5556         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5557         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5558         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5559         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5560         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5561         (view_actions_focus_in_cb), (ev_window_init):
5562         
5563         Fix for the bug #333902, now it's possible to search
5564         words with slash.
5565
5566 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5567
5568         * configure.ac: Added Breton translation.
5569         * po/br.po: Added Breton translation.
5570
5571 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5572
5573         * shell/ev-window-title (ev_window_title_update):
5574
5575         Fix memory leak in window title. Fixes bug #333944
5576
5577 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5578
5579         * shell/ev-metadata-manager.c (parseItem):
5580
5581         Fix memory leaks. Fixes bug #333945
5582
5583 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5584         
5585         * NEWS, configure.ac, TODO:
5586         
5587         Update for release 0.5.2.
5588
5589 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * shell/ev-view.c: (view_update_range_and_current_page),
5592         (page_changed_cb):
5593         
5594         Don't jump on scrolling, fix for the bug #333127.
5595
5596 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5599         
5600         Scroll by one page in presentation mode. Fix for the bug
5601         #332993.
5602
5603 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5604
5605         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5606
5607 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5608
5609         * configure.ac  Added lv in ALL_LINGUAS line.
5610
5611 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5612         
5613         * NEWS, configure.ac:
5614         
5615         Update for release 0.5.1
5616
5617 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5618
5619         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5620         * backend/ev-document-misc.h:
5621         * shell/ev-view.c: (draw_one_page):
5622         
5623          Clairfy what page the toolbar page number applies to. Fix
5624          for the bug #328102.
5625
5626 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5627
5628         * shell/ev-view-private.h:
5629         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5630         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5631         (ev_view_search_changed):
5632         * shell/ev-view.h:
5633         * shell/ev-window.c: (find_bar_search_changed_cb):
5634         
5635         Dont't jump to find result if window was scrolled during search.
5636         Fix for the bug #313266.
5637
5638 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5639
5640         * shell/eggfindbar.c: (egg_find_bar_class_init):
5641         * shell/eggfindbar.h:
5642         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5643         * shell/ev-view-private.h:
5644         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5645         (ev_view_class_init), (ev_sizing_mode_get_type),
5646         (ev_scroll_type_get_type):
5647         * shell/ev-view.h:
5648         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5649         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5650         (ev_window_init):
5651         
5652         Fix for the bug 319133 - Find entry should allow text scroll.
5653
5654 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5655
5656         * shell/ev-view-private.h:
5657         * shell/ev-view.c: (view_update_range_and_current_page),
5658         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5659         (ev_view_set_document), (update_find_status_message),
5660         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5661         (ev_view_find_previous):
5662         
5663         Fix for the bug #319137. Search now takes account for scrolling.
5664
5665 2006-02-19  Michael Hofmann <mh21@piware.de>
5666
5667         * configure.ac:
5668         * djvu/Makefile.am:
5669         * djvu/djvu-document-private.h:
5670         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5671         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5672         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5673         (djvu_document_can_get_text), (djvu_document_get_text),
5674         (djvu_document_document_iface_init),
5675         (djvu_document_thumbnails_get_thumbnail),
5676         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5677         (djvu_document_find_get_result),
5678         (djvu_document_find_page_has_results),
5679         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5680         (djvu_document_find_iface_init):
5681         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5682         (djvu_text_page_selection), (djvu_text_page_limits_process),
5683         (djvu_text_page_limits), (djvu_text_page_copy),
5684         (djvu_text_page_position), (djvu_text_page_union),
5685         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5686         (djvu_text_page_box), (djvu_text_page_append_text),
5687         (djvu_text_page_search), (djvu_text_page_prepare_search),
5688         (djvu_text_page_new), (djvu_text_page_free):
5689         * djvu/djvu-text-page.h:
5690         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5691         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5692         (djvu_text_n_results), (djvu_text_has_results),
5693         (djvu_text_get_result), (djvu_text_get_progress):
5694         * djvu/djvu-text.h:
5695         
5696         Text search in djvu. Fix for the bug #303415.
5697
5698 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * configure.ac:
5701         * shell/ev-window.c: (ev_window_cmd_save_as):
5702         
5703         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5704         Thanks to Gary Coady <gary@lyranthe.org>
5705
5706 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5707
5708         * shell/ev-print-job.c: (idle_print_handler):
5709         
5710         Inverse order printing, bug #320919.
5711
5712 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5713
5714         * data/evince-toolbar.xml:
5715         * shell/ev-window.c:
5716         
5717         Allow to add sidebar checkbutton on toolbar. Fix
5718         for the bug #144577.
5719
5720 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5721
5722         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5723         
5724         Add checks that have sense for empty ps document.
5725
5726 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5727
5728         * configure.ac: Include PS in mime types list. 
5729
5730 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * configure.ac:
5733         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5734         * ps/gsdefaults.h:
5735         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5736         
5737         Runtime check for gs interpreter. Fix for the bug #320868.
5738         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5739
5740 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5741
5742         * shell/ev-application.c: 
5743
5744         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5745         dbus>=0.60, so that the request is not queued. 
5746
5747 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * configure.ac:
5750         * shell/Makefile.am:
5751         * shell/ev-sidebar-links.c: (print_section_cb):
5752         * shell/ev-utils.c:
5753         * shell/ev-utils.h:
5754         * shell/ev-window.c: (update_action_sensitivity),
5755         (ev_window_close_dialogs), (ev_window_print):
5756         * shell/ev-window.h:
5757         
5758         Make printing support optional. Patch from Eduardo de Barros Lima
5759         <eduardo.lima@indt.org.br> for the bug #330546.
5760
5761 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * shell/ev-view-private.h:
5764         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5765         (ev_view_set_document):
5766         * shell/ev-view.h:
5767         * shell/ev-window.c: (ev_window_load_job_cb),
5768         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5769         (ev_window_init):
5770
5771         Draw Loading message during xfer job. Fix for the bug #329495.
5772
5773 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * comics/comics-document.c: (comics_regex_quote),
5776         (comics_document_load), (extract_argv):
5777         
5778         Correcly quote regexp before passing it to unzip.
5779
5780 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5781
5782         * shell/ev-page-cache.c: (build_height_to_page),
5783         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5784         (ev_page_cache_get_dual_even_left):
5785         * shell/ev-page-cache.h:
5786         * shell/ev-view.c: (view_update_range_and_current_page),
5787         (get_page_y_offset), (get_page_extents):
5788         
5789         Place even pages to the left if document has less then
5790         two pages. Fix for the bug #328856.
5791
5792 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5793
5794         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5795         
5796         Correct comics scheme. This make evince create thumbnails
5797         for comic books. Fix for the bug 329088.
5798
5799 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5800
5801         * data/evince-password.glade: Don't explicitly set
5802         invisible_char to the current default value in case
5803         the default changes; let GTK+ do its magic.
5804
5805 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5806
5807         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5808         real filename to tmp filename since often document
5809         type is determined by extension.
5810
5811 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5812
5813         * shell/ev-view.c: (add_scroll_binding_keypad),
5814         (ev_view_binding_activated), (ev_view_class_init):
5815         
5816         Add keybindings for percision-scrolling of display area. 
5817         Fix for the bug #314072.
5818
5819 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * data/evince.desktop.in.in:
5822         
5823         Add GTK to the list of categories. Fix for the bug #328034.
5824
5825 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * shell/ev-application.c: (ev_application_shutdown),
5828         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5829         * shell/ev-application.h:
5830         * shell/ev-window.c: (file_open_dialog_response_cb),
5831         (ev_window_cmd_file_open):
5832         
5833         Save last uri in file chooser dialog. Fix for the bug #327950.
5834
5835 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5836
5837         * NEWS:
5838         * README:
5839         
5840         Final update for release 0.5.0
5841         
5842         * shell/Makefile.am:
5843         
5844         Remove disable deprecated until we'll require libgnome-2.13.7
5845         and port to GOption argument parsing. See bug 327518.
5846
5847 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5848
5849         * comics/comics-document.c: (comics_document_save):
5850         * djvu/djvu-document.c: (djvu_document_save):
5851         * dvi/dvi-document.c: (dvi_document_save):
5852         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5853         * lib/ev-file-helpers.h:
5854         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5855         * tiff/tiff-document.c: (tiff_document_save):
5856         
5857         Use common save function for backends.
5858
5859 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5860
5861         * backend/ev-document-types.c:
5862         
5863         Fix crash on saving pixbuf.
5864
5865 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * cut-n-paste/recent-files/egg-recent-item.c:
5868         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5869         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5870         (parse_info_free), (valid_element), (start_element_handler),
5871         (end_element_handler), (text_handler), (egg_recent_model_filter),
5872         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5873         (egg_recent_model_monitor), (egg_recent_model_read),
5874         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5875         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5876         (egg_recent_model_set_property), (egg_recent_model_class_init),
5877         (egg_recent_model_init), (egg_recent_model_add_full),
5878         (egg_recent_model_delete), (egg_recent_model_get_list),
5879         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5880         (egg_recent_model_set_filter_mime_types),
5881         (egg_recent_model_clear_group_filter),
5882         (egg_recent_model_set_filter_groups),
5883         (egg_recent_model_clear_scheme_filter),
5884         (egg_recent_model_set_filter_uri_schemes),
5885         (egg_recent_model_remove_expired):
5886         * cut-n-paste/recent-files/egg-recent-util.c:
5887         (egg_recent_util_get_icon):
5888         * cut-n-paste/recent-files/egg-recent-util.h:
5889         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5890         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5891         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5892         (egg_recent_view_uimanager_set_property),
5893         (egg_recent_view_uimanager_get_property),
5894         (egg_recent_view_uimanager_class_init),
5895         (egg_recent_view_uimanager_init),
5896         (egg_recent_view_uimanager_set_label_width),
5897         (egg_recent_view_uimanager_get_label_width):
5898         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5899         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5900         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5901         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5902         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5903         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5904         
5905         Update from libegg.
5906
5907 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * shell/ev-page-cache.c: (build_height_to_page),
5910         (ev_page_cache_get_height_to_page):
5911         * shell/ev-page-cache.h:
5912         * shell/ev-view.c: (view_update_range_and_current_page),
5913         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5914         (ev_view_previous_page):
5915         
5916         Dual mode places even pages to the left. Fix for the bug #309393.
5917
5918         * shell/ev-view.h:
5919         * shell/ev-window.c: (update_action_sensitivity),
5920         (setup_view_from_metadata), (view_menu_popup_cb):
5921         
5922         Don't restore presentation in empty windows, more intelligent
5923         next page behaviour in dual mode.
5924
5925         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5926         (ev_pixbuf_cache_clear_job_sizes):
5927         
5928         Cleanup job callback on removal. Fix for the bug #325886.
5929
5930 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * ps/ps.c: (psscan):
5933         
5934         Commit workaround Mozilla problem. Fix for the bug #325919
5935         
5936         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5937         (save_item):
5938         
5939         Fix for year 2038 problem.
5940
5941 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * shell/ev-window.c: (setup_document_from_metadata),
5944         (ev_window_cmd_view_reload):
5945
5946         Clamp page recieved from metadata in valid values. Fix
5947         for the bug #325986.
5948
5949 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * MAINTAINERS: 
5952         Add MAINTAINERS as requested on desktop-devel-list.
5953
5954 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5955
5956         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5957         (mime_type_supported_by_gdk_pixbuf),
5958         (ev_document_factory_get_mime_types),
5959         (ev_document_factory_get_all_mime_types):
5960         
5961         Don't add pixbuf mime types if pixbuf backend is disabled.
5962         
5963         * shell/ev-application.c: (ev_application_get_uri_window):
5964         
5965         Fix for the bug 325815 - unhandled MIME type message doesn't 
5966         appear a second time. 
5967         
5968         * shell/ev-document-types.c: (ev_document_types_add_filters):
5969         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5970         (password_dialog_response), (ev_window_popup_password_dialog),
5971         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5972         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5973         (ev_window_run_presentation), (ev_window_stop_presentation),
5974         (save_sizing_mode), (ev_window_zoom_changed_cb),
5975         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5976         (ev_window_dual_mode_changed_cb),
5977         (ev_window_sidebar_current_page_changed_cb),
5978         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5979         (window_state_event_cb), (window_configure_event_cb):
5980         
5981         Cleanup additional uris holded by EvWindow.
5982
5983 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5986         (ev_view_can_previous_page), (ev_view_can_next_page):
5987         * shell/ev-view.h:
5988         * shell/ev-window.c: (update_action_sensitivity):
5989         
5990         Two page scrolling with Space and PageUp in dual mode. Second fix 
5991         for the bug #316608.
5992
5993 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5994
5995         * shell/ev-view.c: (scroll_to_current_page):
5996         
5997         Correctly clamp adjustment value. Fix for the bug
5998         #325808.
5999
6000 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * shell/ev-sidebar-links.c: (print_section_cb):
6003         * shell/ev-window.c: (ev_window_get_uri),
6004         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6005         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6006         (ev_window_dispose):
6007         
6008         Make print dialog non-modal. Fix for the bug #325622.
6009
6010 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6011
6012         * shell/ev-metadata-manager.c:
6013         * shell/ev-utils.c: (using_pdf_printer),
6014         (using_postscript_printer), (load_print_config_from_file),
6015         (save_print_config_to_file):
6016         * shell/ev-utils.h:
6017         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6018         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6019         (setup_view_from_metadata), (ev_window_setup_document),
6020         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6021         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6022         (ev_window_run_presentation), (ev_window_stop_presentation),
6023         (save_sizing_mode), (ev_window_zoom_changed_cb),
6024         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6025         (ev_window_dual_mode_changed_cb),
6026         (ev_window_sidebar_current_page_changed_cb),
6027         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6028         (window_state_event_cb), (window_configure_event_cb),
6029         (ev_window_init):
6030         
6031         Setting saving behaviour fixes.
6032
6033 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6034
6035         * configure.ac:
6036         
6037         Make antialiasing gs options better and allow
6038         to change them during configure. Fix for the 
6039         bug #319049.
6040
6041 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * shell/ev-window.c: (setup_view_from_metadata):
6044         
6045         Remember if last window was maximized. Fix for the
6046         bug #323797.
6047
6048 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6049
6050         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6051
6052 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6055         * shell/ev-page-action.c: (build_new_tree_cb):
6056         * shell/ev-sidebar-links.c: (links_page_num_func),
6057         (update_page_callback_foreach), (update_page_callback):
6058         * shell/ev-view.c: (scroll_to_current_page):
6059         
6060         Fix for the bug #325067 with more intelligent selection
6061         of current link in sidebar. Make sidebar handle links
6062         of FITR-like type more correctly.
6063
6064         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6065         (dvi_pixbuf_put_pixel):
6066         
6067         Fix memory consumtion with disabled alpha channel.
6068
6069 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * data/evince-ui.xml:
6072         * shell/ev-window.c: (view_menu_popup_cb),
6073         (ev_popup_cmd_open_link), (ev_window_init):
6074         
6075         Update context menu for internal links. Fix for the bug
6076         #325066.
6077
6078 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6081         
6082         Bind context menu to keyboard also. Fix for the bug
6083         #325065.
6084
6085 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * shell/ev-view.c: (selection_scroll_timeout_cb):
6088         
6089         Horizontal scroll on selection also.
6090
6091 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6092
6093         * shell/ev-metadata-manager.c: (parse_value):
6094         * shell/ev-view.c: (goto_xyz_link):
6095         
6096         Correct zoom setup and metadata save broken in 
6097         some locales.
6098
6099 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100
6101         * shell/ev-view-private.h:
6102         * shell/ev-view.c: (scroll_to_current_page),
6103         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6104         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6105         (page_changed_cb), (ev_view_set_continuous),
6106         (ev_view_set_dual_page), (ev_view_set_presentation):
6107         
6108         Delay scroll until allocation to correctly position page. Fix
6109         for the bug #317334.
6110
6111 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6112
6113         * NEWS:
6114         * configure.ac:
6115         
6116         Update NEWS and require poppler 0.5.0.
6117
6118 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6119         
6120         * data/evince-ui.xml:
6121         * shell/ev-view-private.h:
6122         * shell/ev-view.c: (ev_view_get_link_at_location),
6123         (handle_link_over_xy), (ev_view_button_press_event),
6124         (ev_view_button_release_event), (ev_view_class_init):
6125         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6126         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6127         (ev_window_init):
6128         
6129         Implement right-click context menu.
6130
6131 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6134         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6135         (mdvi_pixbuf_device_render):
6136         * pdf/ev-poppler.cc:
6137
6138         Don't generate thumbnails with alpha. See bug #324077.
6139         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6140
6141 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * shell/ev-window.c: (setup_chrome_from_metadata):
6144         
6145         Fix typo that was hiding toolbar.
6146
6147 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-view-private.h:
6150         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6151         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6152         (ev_view_button_release_event), (ev_view_destroy):
6153         
6154         Small cleanup and autoscrolling during selection. Thanks to 
6155         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6156
6157 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6158
6159         * configure.ac:
6160         
6161         Correctly check for comics option.
6162
6163 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6164         * Makefile.am:
6165         * configure.ac:
6166         * backend/Makefile.am:
6167         * backend/ev-document-factory.c:
6168         * shell/ev-document-types.c:
6169
6170         Included option in configure to make ps backend 
6171         compilation optional with --disable-ps.
6172
6173 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6174
6175         * backend/ev-document-factory.c:
6176         * comics/Makefile.am:
6177         * comics/comics-document.c: (comics_document_load):
6178         * comics/ev-cbr-mime.xml:
6179         * configure.ac:
6180         
6181         Comics mime types are added to shared-mime-info CVS. Now
6182         we don't need to install our own mime types.
6183
6184 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * shell/ev-window.c:
6187         
6188         Add shortcut for "save a copy" menu entry. Fix for
6189         the bug #324582.
6190
6191 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6192
6193         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6194         (job_finished_cb), (new_selection_pixbuf_needed),
6195         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6196         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6197         
6198         Rework selection job info logic and fix critical warning.
6199
6200 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6201
6202         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6203
6204 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6205
6206         * data/evince-ui.xml:
6207         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6208         
6209         Enter as shortcut key for next page. Fix for the bug
6210         #321394.
6211
6212 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6213
6214         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6215
6216 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6219         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6220         (new_selection_pixbuf_needed),
6221         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6222         (clear_job_selection):
6223         
6224         Too early for 0.5. Pixbuf cache code cleaned a bit.
6225
6226 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * NEWS:
6229         * configure.ac:
6230         
6231         Release 0.5.0 preparation
6232
6233 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6234
6235         * comics/Makefile.am:
6236         * configure.ac:
6237         * shell/ev-document-types.c: (ev_document_types_add_filters):
6238         
6239         More advanced handling of custom mime type installation.
6240
6241 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * data/evince.schemas.in:
6244         * shell/ev-metadata-manager.c: (value_free),
6245         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6246         (ev_metadata_manager_get), (ev_metadata_manager_set):
6247         * shell/ev-metadata-manager.h:
6248         * shell/ev-window.c: (update_chrome_flag),
6249         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6250         (setup_document_from_metadata), (setup_chrome_from_metadata),
6251         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6252         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6253         (ev_window_view_toolbar_cb),
6254         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6255         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6256         
6257         Save last document settings and reuse them for new documents.
6258
6259 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * Makefile.am:
6262         * backend/Makefile.am:
6263         * backend/ev-document-factory.c:
6264         * backend/ev-document-factory.h:
6265         * comics/Makefile.am:
6266         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6267         (comics_document_load), (comics_document_save),
6268         (comics_document_get_n_pages), (comics_document_get_page_size),
6269         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6270         (comics_document_class_init), (comics_document_can_get_text),
6271         (comics_document_get_info), (comics_document_document_iface_init),
6272         (comics_document_init), (get_supported_image_extensions),
6273         (comics_document_thumbnails_get_geometry),
6274         (comics_document_thumbnails_get_thumbnail),
6275         (comics_document_thumbnails_get_dimensions),
6276         (comics_document_document_thumbnails_iface_init), (extract_argv):
6277         * comics/comics-document.h:
6278         * comics/ev-cbr-mime.xml:
6279         * configure.ac:
6280         * po/POTFILES.in:
6281         * shell/ev-application.c: (ev_application_register_service):
6282         * shell/ev-document-types.c: (ev_document_types_add_filters):
6283         * thumbnailer/Makefile.am:
6284         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6285         
6286         New CBR/CBZ backend for comic books.
6287
6288 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * shell/main.c: (load_files_remote):
6291
6292         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6293         warning on startup of second instance is fixed. It
6294         is bug #320353.
6295
6296 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * shell/ev-window.c: (ev_window_finalize):
6299         
6300         Fix double free that cause crash.
6301
6302 2005-10-29  Bastien Nocera <hadess@hadess.net>
6303
6304         * tiff/tiff-document.c: (tiff_document_load):
6305         
6306         Fix memory leak.
6307
6308 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * po/POTFILES.in:
6311         * shell/Makefile.am:
6312         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6313         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6314         (ev_view_accessible_get_text),
6315         (ev_view_accessible_get_character_at_offset),
6316         (ev_view_accessible_get_text_before_offset),
6317         (ev_view_accessible_get_text_at_offset),
6318         (ev_view_accessible_get_text_after_offset),
6319         (ev_view_accessible_get_character_count),
6320         (ev_view_accessible_get_caret_offset),
6321         (ev_view_accessible_set_caret_offset),
6322         (ev_view_accessible_get_run_attributes),
6323         (ev_view_accessible_get_default_attributes),
6324         (ev_view_accessible_get_character_extents),
6325         (ev_view_accessible_get_offset_at_point),
6326         (ev_view_accessible_get_n_selections),
6327         (ev_view_accessible_get_selection),
6328         (ev_view_accessible_add_selection),
6329         (ev_view_accessible_remove_selection),
6330         (ev_view_accessible_set_selection),
6331         (ev_view_accessible_text_iface_init),
6332         (ev_view_accessible_idle_do_action),
6333         (ev_view_accessible_action_do_action),
6334         (ev_view_accessible_action_get_n_actions),
6335         (ev_view_accessible_action_get_description),
6336         (ev_view_accessible_action_get_name),
6337         (ev_view_accessible_action_set_description),
6338         (ev_view_accessible_action_iface_init),
6339         (ev_view_accessible_get_type), (ev_view_accessible_new),
6340         (ev_view_accessible_factory_get_accessible_type),
6341         (ev_view_accessible_factory_create_accessible),
6342         (ev_view_accessible_factory_class_init),
6343         (ev_view_accessible_factory_get_type):
6344         * shell/ev-view-accessible.h:
6345         * shell/ev-view-private.h:
6346         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6347         * shell/ev-view.h:
6348         
6349         Initial accessibility support.
6350
6351 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6352
6353         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6354
6355 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6356
6357         * shell/ev-print-job.c: (idle_print_handler):
6358         
6359         Fix for bug Bug 318916: Printing multiple pages.
6360
6361 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6362
6363         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6364
6365 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * pdf/ev-poppler.cc:
6368         
6369         Thumnail dimensions unified with other backends.
6370         
6371         * shell/ev-window-title.c: (ev_window_title_update):
6372         
6373         Fix warning.
6374
6375 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * data/ev-stock-zoom-fit-width.png:
6378         
6379         Remove unused file.
6380
6381 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6382
6383         * configure.ac:
6384         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6385         (djvu_document_finalize):
6386         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6387         (dvi_document_finalize):
6388         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6389         (pixbuf_document_save), (pixbuf_document_finalize):
6390         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6391         (tiff_document_finalize):
6392         
6393         Save a copy implemented for various backends.
6394
6395 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6396
6397         * configure.ac:
6398         
6399         Don't link with ltiff if tiff is disabled.
6400
6401 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * pdf/GDKSplashOutputDev.cc:
6404         * pdf/GDKSplashOutputDev.h:
6405         * pdf/Thumb.cc:
6406         * pdf/Thumb.h:
6407         * pdf/pdf-document.cc:
6408         * pdf/pdf-document.h:
6409         * pdf/test-gdk-output-dev.cc:
6410         
6411         Remove old unused files.
6412
6413 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * shell/ev-window.c: (ev_window_setup_document):
6416         
6417         Fixed warnings on reload and probably crash reason.
6418
6419 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * properties/ev-properties-view.c:
6422         (ev_properties_view_format_date):
6423         
6424         Check if date is invalid. Fix for bug 318134.
6425
6426 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6427
6428         * shell/ev-window-title.c:
6429         
6430         Add .indd files (Adobe Indesign) to the list of "bad
6431         extensions".
6432
6433 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * data/evince-ui.xml:
6436         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6437         
6438         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6439
6440 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6441
6442         * shell/ev-window.c: (launch_link), (launch_external_uri),
6443         (view_external_link_cb):
6444
6445         URL-escape link before passing it to gnome_vfs_url_show.
6446
6447 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6450         there isn't text selected.
6451
6452 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6453
6454         * shell/ev-view.c: (handle_link_over_xy):
6455
6456         Check tooltip is valid utf8 before showing it
6457
6458 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6459
6460         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6461
6462 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6463
6464         * shell/ev-window-title.c: (ev_window_title_update):
6465
6466         Guard against using g_strstrip on NULL. Fixes bug #317291.
6467
6468 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6469
6470         * pdf/ev-poppler.cc:
6471
6472         Show title even for unknown links
6473
6474 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6475
6476         * shell/ev-window-title.c: (ev_window_title_update):
6477
6478         Strip the title string
6479
6480 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6481
6482         * shell/ev-window-title.c:
6483
6484         Add .rtf to the bad extensions list
6485
6486 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6487
6488         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6489         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6490
6491         Ignore link coordinates if they are outside page bounds
6492
6493 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6494
6495         * backend/ev-link.c: (ev_link_type_get_type),
6496         (ev_link_get_filename), (ev_link_get_params),
6497         (ev_link_get_property), (ev_link_set_property),
6498         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6499         * backend/ev-link.h:
6500         * pdf/ev-poppler.cc:
6501         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6502         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6503         (ev_window_init):
6504
6505         Implement launch links. Delegate external link opening to
6506         the window.
6507
6508 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6509
6510         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6511         (ev_link_get_right), (ev_link_get_property),
6512         (ev_link_set_property), (ev_link_class_init),
6513         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6514         * backend/ev-link.h:
6515         * pdf/ev-poppler.cc:
6516         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6517
6518         Implement fitr links
6519
6520 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6521
6522         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6523         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6524         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6525         (ev_view_size_request_continuous),
6526         (ev_view_size_request_dual_page),
6527         (ev_view_size_request_single_page), (ev_view_size_allocate),
6528         (ev_view_zoom_for_size_continuous_and_dual_page),
6529         (ev_view_zoom_for_size_continuous),
6530         (ev_view_zoom_for_size_dual_page),
6531         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6532         (ev_sizing_mode_get_type):
6533         * shell/ev-view.h:
6534         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6535
6536         Do not use modes for link, we need to calculate size ad hoc.
6537         Still not perfect because of the usual scrollbar issues grrr.
6538
6539 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6540
6541         * backend/ev-link.c: (ev_link_type_get_type),
6542         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6543         * backend/ev-link.h:
6544         * pdf/ev-poppler.cc:
6545         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6546         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6547         (ev_view_size_request_continuous),
6548         (ev_view_size_request_dual_page),
6549         (ev_view_size_request_single_page), (ev_view_size_allocate),
6550         (zoom_for_size_fit_height),
6551         (ev_view_zoom_for_size_continuous_and_dual_page),
6552         (ev_view_zoom_for_size_continuous),
6553         (ev_view_zoom_for_size_dual_page),
6554         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6555         (ev_sizing_mode_get_type):
6556         * shell/ev-view.h:
6557         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6558
6559         Implement FIT_HEIGHT mode (only for links).
6560         Implement FITH links
6561
6562 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * shell/ev-window-title.c: (get_filename_from_uri),
6565         (ev_window_title_sanitize_extension), (ev_window_title_update),
6566         (ev_window_title_set_document), (ev_window_title_set_uri),
6567         (ev_window_title_free):
6568         * shell/ev-window-title.h:
6569         * shell/ev-window.c: (ev_window_setup_document),
6570         (ev_window_popup_password_dialog):
6571
6572         Refactor window title building while fixing it for
6573         password documents.
6574
6575 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6576
6577         * pdf/ev-poppler.cc:
6578
6579         Escape link title before setting it in the model
6580
6581 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6582
6583         * shell/ev-application.c: (removed_from_session), (save_session),
6584         (init_session), (ev_application_get_empty_window),
6585         (ev_application_init), (ev_application_get_windows):
6586         * shell/ev-application.h:
6587         * shell/ev-window.c: (ev_window_finalize):
6588
6589         Add a function to retrieve window list and share it where
6590         necessary.
6591         Implement session handling, works pretty well thanks to the
6592         metadata system.
6593
6594 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * shell/ev-password.c: (ev_password_item_created_callback),
6597         (ev_password_dialog_save_password):
6598         
6599         Fix for bug 316972. Use async gnome-keyring API.
6600
6601 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6602
6603         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6604         Remove unused unrealize handler. Add scroll handling to
6605         ev_view_scroll_event for presentation mode (bug #316708),
6606         and fix the event state checks there.
6607
6608 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * shell/ev-page-action.c: (page_changed_cb):
6611
6612         "marco, maybe we should be crazy and jump right to 6! :)"
6613
6614         Bryan Clark, Sep 2005
6615
6616 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6617
6618         * ps/ps-document.c: (save_document), (ps_document_save),
6619         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6620         (ps_document_ps_export_end):
6621
6622         Fix unstructured documents save and print
6623
6624 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6625
6626         * shell/ev-application.c: (ev_application_open_uri):
6627
6628         Fix window size persistance
6629
6630 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6631
6632         * shell/ev-view.c: (ev_view_button_release_event):
6633
6634         Based on a patch from carlosgc@gnome.org. Mouse buttons
6635         switch pages in presentation mode.
6636
6637 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6638
6639         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6640
6641         Dont cast to int before scaling
6642
6643 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6644
6645         * backend/ev-link.c: (ev_link_type_get_type),
6646         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6647         (ev_link_new_page_fith):
6648         * backend/ev-link.h:
6649         * pdf/ev-poppler.cc:
6650         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6651
6652         Implement FIT and FITH links
6653
6654 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6655
6656         * pdf/ev-poppler.cc:
6657
6658         Return 0 results when search is not in progress.
6659
6660         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6661         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6662
6663         Update menu sensitivity when cancelling search
6664
6665 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * shell/ev-view.c: (ev_view_can_find_next):
6668
6669         Take all pages in consideration, not just current one
6670
6671 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6672
6673         * shell/ev-page-cache.c:
6674         * shell/ev-page-cache.h:
6675         * shell/ev-view.c: (ev_view_binding_activated),
6676         (ev_view_next_page), (ev_view_previous_page),
6677         (ev_sizing_mode_get_type):
6678         * shell/ev-view.h:
6679         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6680         (ev_window_cmd_go_next_page):
6681
6682         Move page next/previous functions from page chace to
6683         view and change it to move by 2 page steps in dual mode.
6684
6685 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6686
6687         * shell/ev-window.c: (update_sidebar_visibility),
6688         (setup_sidebar_from_metadata), (ev_window_setup_document),
6689         (setup_view_from_metadata):
6690
6691         Show the index by default when there is one     
6692
6693 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6694
6695         * shell/ev-window-title.c: (ev_window_title_set_document):
6696
6697         Missing null check
6698
6699 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * shell/ev-view.c: (view_update_range_and_current_page):
6702         
6703         Allow display of last odd page in dual view. Fix for 316347.
6704
6705 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6706
6707         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6708         
6709         Make close button default. Fix for 316383.
6710
6711 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6712
6713         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6714         
6715         Mark close button as default. Fix for 316381.
6716
6717 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6718
6719         * backend/ev-link.c: (ev_link_class_init):
6720
6721         Allow negative doubles in left/top properties
6722
6723 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6724
6725         * shell/ev-window.c:
6726
6727         Remove a bunch of strings that was used only
6728         by the statusbar.
6729
6730 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6731
6732         * shell/ev-window-title.c: (get_filename_from_uri),
6733         (ev_window_title_set_document):
6734
6735         When title has a confusing extension, show also
6736         the document filename inside ()
6737
6738 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6739
6740         * shell/Makefile.am:
6741         * shell/ev-window-title.c: (ev_window_title_new),
6742         (ev_window_title_update), (ev_window_title_set_type),
6743         (ev_window_title_set_document), (ev_window_title_free):
6744         * shell/ev-window-title.h:
6745         * shell/ev-window.c: (ev_window_setup_document),
6746         (password_dialog_response), (ev_window_popup_password_dialog),
6747         (ev_window_dispose), (ev_window_init):
6748
6749         Factor out and cleanup window title code
6750
6751 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6752
6753         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6754         (unable_to_load):
6755
6756         Make dialog transient so it doesnt block other windows
6757
6758 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * pdf/ev-poppler.cc:
6761         
6762         Fix pdf thumbnails rendering.
6763
6764 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6765
6766         * shell/ev-window.c: (fullscreen_set_timeout):
6767         
6768         Increase timeout to hide full screen popup. Bug 
6769         316123. 
6770
6771 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6772
6773         * data/evince.schemas.in:
6774         * shell/ev-window.c: (update_action_sensitivity):
6775
6776         Allow the user to override document restrictions. Fix for bug
6777         305818.
6778
6779 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6780
6781         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6782         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6783         (ev_window_class_init): Fix multihead behaviour of fullscreen
6784         toolbar popup. Fixes bug #315451.
6785
6786 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * configure.ac:
6789         * data/evince-password.glade:
6790         * shell/ev-password.c: (ev_password_dialog_set_property),
6791         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6792         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6793         (ev_password_dialog_entry_changed_cb),
6794         (ev_password_dialog_entry_activated_cb),
6795         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6796         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6797         (ev_password_dialog_set_bad_pass):
6798         * shell/ev-password.h:
6799         * shell/ev-window.c: (password_dialog_response),
6800         (ev_window_popup_password_dialog):
6801         
6802         Support for gnome-keyring for encrypted PDF's.
6803
6804 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6807         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6808         (ev_view_enter_notify_event), (ev_view_class_init):
6809         
6810         More precise handling of enter_notify/leave_notify events
6811         in EvView. Fix for bug 315470.
6812
6813 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6814
6815         * shell/ev-window.c: (fullscreen_timeout_cb),
6816         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6817         (ev_window_dispose):
6818
6819         leak fix: unref fullscreen_timeout_source before clearing it
6820
6821 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * configure.ac, dvi/mdvi/Makefile.am: 
6824         
6825         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6826
6827 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6828
6829         * backend/ev-link.c: (ev_link_new_page_xyz):
6830         * pdf/ev-poppler.cc:
6831         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6832
6833         Fix some bugs with xyz links, respect zoom
6834
6835 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * shell/ev-window.c: (page_changed_cb),
6838         (setup_document_from_metadata), (update_sidebar_visibility),
6839         (setup_view_from_metadata), (ev_window_run_fullscreen),
6840         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6841         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6842         (ev_window_dual_mode_changed_cb),
6843         (ev_window_sidebar_current_page_changed_cb):
6844
6845         null check uri before setting and getting metadata
6846
6847 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * dvi/Makefile.am:
6850         * properties/Makefile.am:
6851         * shell/Makefile.am:
6852         * thumbnailer/Makefile.am:
6853
6854         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6855
6856 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6857
6858         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6859         (selection_changed_callback):
6860         * shell/ev-sidebar-links.h:
6861
6862         Add a signal for link activation.
6863
6864         * shell/ev-view.c: (ev_view_goto_link),
6865         (ev_view_button_release_event):
6866         * shell/ev-view.h:
6867         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6868         (ev_window_init):
6869
6870         Implement the signal so that we can handle all link types.
6871
6872         * shell/ev-page-cache.c:
6873
6874         Remove unused set_link function
6875
6876 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6879
6880         Add some space from the cursor, hardcoded but I couldnt
6881         find a better way.
6882
6883 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * lib/ev-tooltip.c:
6886
6887         Use mozilla style vs gtk style, way better for links.
6888
6889         * shell/ev-view.c: (ev_view_motion_notify_event),
6890         (ev_view_destroy), (ev_view_init):
6891
6892         Deactive tooltip when the link hovered is changed.
6893
6894 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6895
6896         * backend/ev-document.h:
6897         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6898         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6899         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6900         (ev_link_new_page), (ev_link_new_page_xyz):
6901         * backend/ev-link.h:
6902         * pdf/ev-poppler.cc:
6903         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6904         (go_to_link), (tip_from_link):
6905
6906         Implement xyz links, still not functional. Links are a total
6907         mess, will need to refactor and bugfix a lot :(
6908
6909 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6910
6911         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6912
6913 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6914
6915         * data/evince-ui.xml:
6916         * data/evince.schemas.in:
6917         * shell/Makefile.am:
6918         * shell/ev-window.c: (update_chrome_visibility),
6919         (password_dialog_response), (ev_window_load_job_cb),
6920         (ev_window_xfer_job_cb), (ev_window_open_uri),
6921         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6922         (ev_window_init):
6923
6924         Remove the statusbar. This regress loading feedback, need to
6925         check with Bryan what we want to do there...
6926
6927 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6928
6929         * lib/ev-tooltip.c: (ev_tooltip_init):
6930
6931         Fix tooltip border and size handling
6932
6933 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6936         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6937         (ev_tooltip_timeout), (ev_tooltip_activate),
6938         (ev_tooltip_deactivate):
6939         * lib/ev-tooltip.h:
6940         * shell/ev-view.c: (ev_view_motion_notify_event):
6941
6942         Delay popup showing. Mirror gtk logic/times.
6943
6944 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * lib/Makefile.am:
6947         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6948         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6949         (ev_tooltip_set_text), (ev_tooltip_set_position):
6950         * lib/ev-tooltip.h:
6951
6952         Simple widget to show tooltips at a custom position
6953
6954         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6955         (ev_view_destroy):
6956
6957         Use it for links. First go, needs work
6958
6959 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6960
6961         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6962         HIG fixes.  Use title capitalization for window title. Use 12 
6963         pixels of space between the dialog's vbox and action area.
6964
6965 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6966
6967         * shell/ev-window.c: (file_open_dialog_response_cb),
6968         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6969         (ev_window_cmd_save_as):
6970
6971         Make file pickers not modal and refactor code some
6972
6973 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6974
6975         * shell/ev-sidebar.h:
6976         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6977         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6978         (ev_sidebar_class_init), (ev_sidebar_select_page),
6979         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6980         (ev_sidebar_set_page):
6981
6982         Add a current page property and allow to get/set it
6983
6984         * shell/ev-window.c: (setup_view_from_metadata),
6985         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6986
6987         Persist current sidebar page per document
6988
6989 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6990
6991         * data/evince.schemas.in:
6992         * shell/ev-window.c: (update_chrome_visibility),
6993         (setup_document_from_metadata), (update_sidebar_visibility),
6994         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6995         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6996         (ev_window_run_presentation), (ev_window_stop_presentation),
6997         (ev_window_view_sidebar_cb),
6998         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6999         (load_chrome), (ev_window_init):
7000
7001         Persist size/visibility of sidebar per document
7002
7003 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7004
7005         * shell/ev-view.c (draw_loading_text): Draw loading text.
7006
7007 2005-09-02  Dan Damian  <dand@gnome.ro>
7008
7009         * configure.in: Added "ro" to ALL_LINGUAS.
7010
7011 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/ev-view.c: (clear_caches):
7014
7015         ev_page_cache_get doesnt return a reference,
7016         dont try to unref it.
7017
7018 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7019
7020         * shell/main.c: (load_files_remote):
7021
7022         Fix timestamp parameter with dbus <= 0.33
7023
7024 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7025
7026         * data/evince.schemas.in:
7027
7028         Add missing full stop
7029
7030 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7031
7032         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7033         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7034
7035         Plug some memory leaks
7036
7037 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7038
7039         * configure.ac:
7040         * lib/ev-debug.c: (trap_handler):
7041
7042         Check for execinfo.h and use it only if it exists.
7043         Ported from Epiphany (bug #314776).
7044
7045 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7046
7047         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7048
7049 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7050
7051         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7052         * po/id.po      : Added Indonesian translation
7053
7054 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7055
7056         * shell/main.c:
7057         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7058         * NEWS: Release 0.4.0
7059
7060 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7061
7062         * configure.ac: catch another gtk+-2.8ism
7063         * shell/main.c: Make work with gtk+-2.6
7064
7065 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7066
7067         * shell/ev-application-service.xml: Add 'timestamp' argument to
7068           ev_application_open_window and ev_application_open_uri methods.
7069
7070         * shell/ev-application.h: Add 'timestamp' argument to
7071           ev_application_open_window, ev_application_open_uri,
7072           and ev_application_open_uri_list functions.
7073
7074         * shell/ev-application.c (ev_application_open_window,
7075           ev_application_open_uri, ev_application_open_uri_list): Change
7076           functions that show/present windows to use a timestamp if one
7077           is passed in.
7078
7079         * shell/ev-window.c (ev_window_cmd_file_open,
7080           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7081         * shell/main.c (load_files): Modify calls to ev_application to
7082           include GDK_CURRENT_TIME as timestamp.
7083
7084         * shell/main.c (load_files_remote): Obtain timestamp for client
7085           instance from GDK and pass to server instance so new windows are
7086           focused properly.  Fix dbus_g_proxy_call() calls by including second
7087           G_TYPE_INVALID.
7088           
7089         Closes bug #314475.
7090
7091 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7092
7093         * shell/ev-window.c (ev_window_finalize): Check for
7094         avail. EvWindows when quiting to handle the finalize better,
7095         #314497
7096
7097 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098         
7099         * properties/ev-properties-view.c: 
7100         
7101         Set textdomain to libglade. Fixes translation problem in property page.
7102
7103 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7106         * dvi/Makefile.am:
7107         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7108         * dvi/mdvi-lib/Makefile.am:
7109         
7110         Fix rotation of thumbnails, ported to new API. Moved library
7111         dependencies earlier, probably it will fix linkage problem.
7112
7113 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7114
7115         * backend/ev-document-misc.c:
7116         (ev_document_misc_get_thumbnail_frame):
7117         * backend/ev-document-misc.h:
7118         * configure.ac:
7119         * pdf/ev-poppler.cc:
7120         * shell/Makefile.am:
7121         * shell/ev-sidebar-thumbnails.c: (add_range),
7122         (ev_sidebar_thumbnails_set_loading_icon),
7123         (ev_sidebar_thumbnails_refresh),
7124         (ev_sidebar_thumbnails_set_document):
7125         * shell/ev-sidebar-thumbnails.h:
7126         * shell/ev-view.c: (ev_view_motion_notify_event),
7127         (ev_view_set_property), (ev_view_get_property),
7128         (ev_view_class_init), (ev_view_set_rotation):
7129         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7130         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7131         (ev_window_init):
7132         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7133         Redo rotation (again).  prepare for 0.4.0
7134
7135 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7136
7137         * configure.ac: Bump poppler requirement to 0.4.1.
7138
7139         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7140         argument to poppler_page_render_selection() call.
7141
7142 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7145         (djvu_document_thumbnails_get_thumbnail):
7146         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7147         (dvi_document_thumbnails_get_thumbnail):
7148         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7149         (pixbuf_document_thumbnails_get_thumbnail):
7150         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7151         
7152         Update rotation direction of backends to fit with pdf and ps.
7153
7154 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7155
7156         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7157         * backend/ev-async-renderer.h:
7158         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7159         (setup_page), (ps_document_get_page_size),
7160         (ps_async_renderer_render_pixbuf):
7161         * ps/ps-document.h:
7162         * shell/ev-jobs.c: (ev_job_render_run):
7163
7164         Fix orientation in the postscript document
7165
7166 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * pdf/ev-poppler.cc:
7169         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7170         * shell/ev-view.c: (highlight_find_results):
7171
7172         Adapt to the new poppler rotation API. Fix text maps on landscape
7173         documents.
7174
7175 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7176
7177         * shell/ev-view.c (compute_new_selection_text): get the correct
7178         region when selecting in modes other than continuous.
7179
7180 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7181
7182         * shell/main.c (main): remove redundant g_warnings.
7183
7184 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * shell/Makefile.am: Don't include autogenerated
7187         file ev-application-service.h into distribution, since
7188         it causes dbus crash. Fix for bugs 313724 and 313443. 
7189
7190 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7191
7192         * configure.ac: Fix sed expression for FreeBSD. Thanks
7193         to Joe Marcus Clark <marcus@freebsd.org>
7194         
7195         * shell/eggfindbar.c: (entry_activate_callback),
7196         (entry_changed_callback), (egg_find_bar_init),
7197         (egg_find_bar_set_search_string):
7198         
7199         Made findbar buttons unsensitive if there is no text in
7200         entry. Fix for the bug 313285.
7201
7202 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7203
7204         * ps/ps-document.c: Use g_filename_display_name for displaying
7205         filenames and revert string freeze breackage
7206
7207 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7208
7209         * NEWS:
7210         * configure.ac:
7211
7212         Update for 0.3.4
7213
7214         * shell/Makefile.am:
7215
7216         Add ev-application-service.xml to extra dist
7217
7218         * shell/ev-view.c: (find_page_at_location):
7219
7220         Remove unused function (fix warning)
7221
7222 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7223
7224         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7225         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7226         
7227         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7228         bug 313623.
7229
7230 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7233         * shell/ev-window.c:
7234         Fix build warnings
7235
7236 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7237
7238         * configure.ac: Update script to get dbus version.
7239         Fix for the bug #313443.
7240
7241 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7242
7243         * shell/ev-window.c: (ev_window_cmd_escape):
7244         
7245         Return focus back to view on escape. Fix for bug 313295.
7246
7247 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7248
7249         * shell/ev-window.c: (update_window_title),
7250         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7251         (ev_window_cmd_save_as):
7252         
7253         Correct conversion from uri to displayable string. Fix for
7254         bug 313296.
7255
7256 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7257
7258         * ps/ps-document.c: convert filename to utf8 when there is an error
7259         loading document. Fixes #309915
7260
7261 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7262
7263         * configure.ac:
7264
7265         We depend on poppler 0.4.0
7266
7267 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7268
7269         * configure.ac:
7270         * NEWS: Release 0.3.3.
7271         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7272
7273 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7274
7275         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7276         add a couple missing mnemonics to menu items, use title 
7277         capitalization for menu items and window titles, and add 
7278         ellipsis to open menu item.     
7279
7280 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7281
7282         * pdf/ev-poppler.cc:
7283         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7284         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7285         (ev_view_get_rotation):
7286         * shell/ev-view.h:
7287         * shell/ev-window.c: (setup_view_from_metadata),
7288         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7289         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7290         disk.
7291
7292 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7293
7294         * configure.ac: Added tr to ALL_LINGUAS
7295
7296 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7297
7298         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7299         requires several clicks to find word. Thanks to 
7300         Colin Slater <kiltedtaco@gmail.com>.
7301
7302 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7303
7304         * data/evince.desktop.in.in: Hide menu entry and
7305         rename it to "Document Viewer". Fix for bug 
7306         #312399.
7307
7308 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7309
7310         * shell/ev-page-action.c (ev_page_action_class_init): 
7311
7312         Point to the correct function in constructor of the
7313         activate_label signal
7314
7315 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7316
7317         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7318         * shell/ev-jobs.h: Make thread safe.
7319
7320 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7321
7322         * shell/ev-view.c: (view_update_range_and_current_page):
7323         Don't update page range if we are scrolling to some document
7324         point.
7325
7326 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7329         when getting max_page_width, fix drawing in dual mode.
7330
7331 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7332
7333         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7334         getting the area for select_all.
7335
7336 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7337
7338         * backend/ev-selection.c: (ev_selection_render_selection):
7339         * backend/ev-selection.h:
7340         * pdf/ev-poppler.cc:
7341         * shell/ev-jobs.c: (ev_job_render_new):
7342         * shell/ev-jobs.h:
7343         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7344         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7345         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7346         (ev_view_class_init):
7347
7348         Change selection color on focus in and focus out events.  Also,
7349         poppler now uses GdkColor for specifying the selection colors, so
7350         drop some awkward conversion code.
7351
7352 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7353
7354         * configure.ac: Added Hebrew translation
7355
7356 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7357
7358         * NOTES:
7359         * backend/ev-selection.c: (ev_selection_render_selection):
7360         * backend/ev-selection.h:
7361         * pdf/ev-poppler.cc:
7362         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7363         (ev_job_render_run):
7364         * shell/ev-jobs.h:
7365         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7366         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7367         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7368         (ev_pixbuf_cache_style_changed),
7369         (ev_pixbuf_cache_get_selection_pixbuf),
7370         (ev_pixbuf_cache_set_selection_list),
7371         (ev_pixbuf_cache_get_selection_list):
7372         * shell/ev-pixbuf-cache.h:
7373         * shell/ev-utils.c: (ev_print_region_contents):
7374         * shell/ev-utils.h:
7375         * shell/ev-view.c: (ev_view_queue_draw_page),
7376         (selection_update_idle_cb), (ev_view_motion_notify_event),
7377         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7378         (setup_caches), (ev_view_find_next), (merge_selection_region),
7379         (selection_free):
7380         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7381
7382         Clean up selection to be much smoother!
7383
7384 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7385
7386         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7387         to poppler_page_render_selection().
7388
7389 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7390
7391         * ps/ps-document.c: (save_page_list): Use
7392         unzipped document when printing. Thanks to 
7393         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7394         311016.
7395
7396 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * shell/ev-window.c: (update_action_sensitivity):
7399         
7400         Disable print and save respect to lockdown gconf keys. Fix
7401         for 312342.
7402
7403 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7404
7405         * configure.ac:
7406         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7407         (write_to_temp_file), (ev_file_set_contents):
7408         * shell/ev-utils.h:
7409         * shell/ev-window.c: (save_print_config_to_file):
7410         
7411         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7412         Fix for bug 312238
7413
7414 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7415
7416         * shell/ev-window.c: (load_print_config_from_file),
7417         (save_print_config_to_file), (ev_window_print_range):
7418
7419         Persist the print settings. Fixes bug #311578.
7420
7421 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * djvu/djvu-document.c: (djvu_document_get_page_size),
7424         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7425         (djvu_document_thumbnails_get_thumbnail):
7426         * dvi/dvi-document.c: (dvi_document_get_page_size),
7427         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7428         (dvi_document_thumbnails_get_dimensions),
7429         (dvi_document_thumbnails_get_thumbnail):
7430         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7431         (pixbuf_document_render_pixbuf),
7432         (pixbuf_document_document_iface_init),
7433         (pixbuf_document_thumbnails_get_thumbnail):
7434         
7435         Update backends to make them build with new rotation system.
7436
7437 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * help/C/figures/evince_start_window.png:
7440         
7441         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7442
7443 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7444
7445         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7446         * shell/ev-pixbuf-cache.h:
7447         * shell/ev-sidebar-thumbnails.c:
7448         (ev_sidebar_thumbnails_get_property), (add_range),
7449         (adjustment_changed_cb):
7450         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7451         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7452         we were thumbnailing the entire docment on startup, slowing us
7453         down hugely. 
7454
7455 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7456
7457         * shell/ev-page-cache.c: (ev_page_cache_new):
7458         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7459         == 0, fixes #310306.
7460
7461 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7464         (ev_view_rotate_left):
7465
7466         Account rotation in doc_rect_to_view_rect.
7467         Ensure rotation doesnt go out of bounds.
7468
7469 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7472
7473         Correct and cleanup w/h swapping
7474
7475 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7476
7477         * backend/ev-document-thumbnails.c:
7478         (ev_document_thumbnails_get_thumbnail):
7479         * backend/ev-document-thumbnails.h:
7480         * backend/ev-document.c:
7481         * backend/ev-document.h:
7482         * backend/ev-render-context.c: (ev_render_context_new),
7483         (ev_render_context_set_rotation):
7484         * backend/ev-render-context.h:
7485         * pdf/ev-poppler.cc:
7486         * ps/ps-document.c: (ps_document_document_iface_init):
7487         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7488         * shell/ev-jobs.h:
7489         * shell/ev-page-cache.c: (build_height_to_page),
7490         (ev_page_cache_new), (ev_page_cache_get_size),
7491         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7492         (ev_page_cache_get_height_to_page):
7493         * shell/ev-page-cache.h:
7494         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7495         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7496         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7497         (ev_pixbuf_cache_get_selection_pixbuf):
7498         * shell/ev-pixbuf-cache.h:
7499         * shell/ev-print-job.c: (idle_print_handler):
7500         * shell/ev-sidebar-thumbnails.c: (add_range):
7501         * shell/ev-view.c: (view_update_range_and_current_page),
7502         (get_page_y_offset), (get_page_extents),
7503         (ev_view_size_request_continuous_dual_page),
7504         (ev_view_size_request_continuous),
7505         (ev_view_size_request_dual_page),
7506         (ev_view_size_request_single_page), (draw_one_page),
7507         (ev_view_set_rotation), (ev_view_rotate_right),
7508         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7509         (ev_view_zoom_for_size_continuous_and_dual_page),
7510         (ev_view_zoom_for_size_continuous),
7511         (ev_view_zoom_for_size_dual_page),
7512         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7513         (ev_view_select_all):
7514         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7515         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7516         (tiff_document_document_iface_init),
7517         (tiff_document_thumbnails_get_thumbnail):
7518
7519         Use rotation rather than orientation. It's easier and enough
7520         for our needs.
7521
7522 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7523
7524         * shell/ev-page-cache.c: (build_height_to_page),
7525         (ev_page_cache_new), (ev_page_cache_get_size),
7526         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7527         (ev_page_cache_get_height_to_page):
7528         * shell/ev-page-cache.h:
7529         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7530         (ev_view_size_request_continuous_dual_page),
7531         (ev_view_size_request_continuous),
7532         (ev_view_zoom_for_size_continuous_and_dual_page),
7533         (ev_view_zoom_for_size_continuous):
7534
7535         Make the page cache aware of page orientation.
7536
7537 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7538
7539         * backend/ev-document-thumbnails.c:
7540         (ev_document_thumbnails_get_thumbnail):
7541         * backend/ev-document-thumbnails.h:
7542         * backend/ev-document.c:
7543         * backend/ev-document.h:
7544         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7545         * backend/ev-ps-exporter.h:
7546         * pdf/ev-poppler.cc:
7547         * ps/ps-document.c: (ps_document_document_iface_init),
7548         (ps_document_ps_export_do_page):
7549         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7550         * shell/ev-jobs.h:
7551         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7552         (ev_page_cache_get):
7553         * shell/ev-page-cache.h:
7554         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7555         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7556         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7557         * shell/ev-pixbuf-cache.h:
7558         * shell/ev-print-job.c: (idle_print_handler):
7559         * shell/ev-sidebar-thumbnails.c: (add_range):
7560         * shell/ev-view.c: (view_update_range_and_current_page),
7561         (get_page_extents), (ev_view_size_request_dual_page),
7562         (ev_view_size_request_single_page), (draw_one_page),
7563         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7564         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7565         (ev_view_zoom_for_size_dual_page),
7566         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7567         (ev_view_select_all):
7568         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7569         * tiff/tiff-document.c: (tiff_document_get_page_size),
7570         (tiff_document_get_orientation), (rotate_pixbuf),
7571         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7572         (tiff_document_thumbnails_get_thumbnail),
7573         (tiff_document_ps_export_do_page), (tiff_document_init):
7574
7575         Really make use of the orientation bit of the render context.
7576         Use the render context in a few more places in the backend API.
7577         This regress orientation, but now it's done right. Will try to
7578         fix it up asap...
7579
7580 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7581
7582         * shell/ev-view.c: (ensure_rectangle_is_visible):
7583
7584         Patch by Nickolay V. Shmyrev to fix find flickering
7585
7586 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7587
7588         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7589         duplex parameters to ::begin.
7590
7591         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7592         * shell/ev-print-job.c (idle_print_handler): 
7593         * ps/ps-document.c (ps_document_ps_export_begin): 
7594         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7595         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7596         implementations. Poppler backend needs poppler cvs. Rest has
7597         unchanged behavior.
7598
7599 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7600
7601         * shell/ev-window.c (using_pdf_printer): new function.
7602         (ev_window_print_range): print a less techy message if someone
7603         tries to print to PDF.
7604
7605 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7606
7607         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7608         from "unknown font" string. Bug #311431
7609
7610 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7611
7612         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7613
7614 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7615
7616         Bug #311280
7617         
7618         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7619         name for PopplerFontTypes
7620         (pdf_document_fonts_fill_model): add font type to the detail column
7621
7622         * backend/ev-document-fonts.h: added
7623         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7624
7625         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7626         font name and font details, add a little markup.
7627         (ev_properties_fonts_init): use the new cell data func, specify ypad
7628         property for the cell renderer.
7629         (ev_properties_fonts_set_document): add the details column.
7630
7631 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7632
7633         * configure.ac: Added "pl" to ALL_LINGUAS.
7634
7635 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7636
7637         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7638
7639 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7640
7641         * help/ChangeLog: Started this for translations of manual.
7642         * configure.ac, autogen.sh, .cvsignore: Migrated to
7643         gnome-doc-utils. Patch in bug #311222.
7644
7645 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7646
7647         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7648         #ifdef this away to fix an unused-function warning.
7649
7650 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7651
7652         * configure.ac: Added 'gl' to ALL_LINGUAS.
7653
7654 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7655
7656         * configure.ac: Added ne in ALL_LINGUAS
7657         
7658 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7659
7660         * shell/ev-view.c: (ev_view_leave_notify_event):
7661         
7662         Clear status message when pointer leaves view. Fix for bug
7663         #310818 
7664
7665 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7666
7667         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7668
7669 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * shell/ev-view.c: (ev_view_leave_notify_event),
7672         (ev_view_class_init):
7673         
7674         Set cursor to normal then leaving view.
7675
7676 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7677
7678         * configure.ac:
7679         
7680         Fix required djvulibre version.
7681
7682 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7683
7684         *configure.ac: Hindi (hi) language added
7685
7686 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7687
7688         *configure.ac: Punjabi (pa) Language added
7689
7690 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7691
7692         * data/evince-ui.xml, shell/ev-window.c:
7693         
7694         Add keypad accelerators for zooming. Fix for bug 308128.
7695
7696 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * Makefile.am:
7699         * backend/Makefile.am:
7700         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7701         * configure.ac:
7702         * shell/ev-document-types.c: (ev_document_types_add_filters):
7703
7704         Allow to enable/disable the pixbuf backend.
7705         Default to off for now. If we want it enabled we should
7706         really put mime types in the desktop, implement properties etc.
7707
7708         * properties/evince-properties.c:
7709
7710         Initialize error to NULL.
7711         Check error is not NULL before freeing.
7712
7713 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * shell/ev-window.c:
7716
7717         Use F5 as presentation accell
7718
7719 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7720
7721         * shell/ev-window.c: (update_chrome_visibility),
7722         (ev_window_create_fullscreen_popup), (ev_window_init):
7723
7724         Do not leak the fullscreen toolbar
7725
7726 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * shell/ev-window.c: (view_actions_focus_in_cb),
7729         (view_actions_focus_out_cb):
7730
7731         These has a return value! Fix totally random focus
7732         issues we was seeing.
7733
7734 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7735
7736         * shell/main.c: (load_files_remote):
7737
7738         Allow open more than one file
7739
7740 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * shell/main.c: (load_files_remote):
7743
7744         Fix for dbus 0.33. bug #309975
7745
7746 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7747
7748         * properties/ev-properties-main.c: (ev_properties_get_pages):
7749
7750         Actually return NULL for types we dont support
7751
7752 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7753
7754         * po/POTFILES.in:
7755
7756         Remove empty lines.
7757
7758 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7759
7760         * backend/ev-document-factory.c:
7761         (ev_document_factory_get_document):
7762
7763         Do not try to create the object if type
7764         is invalid.
7765
7766 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7767
7768         * ps/ps-document.c: (ps_document_dispose),
7769         (ps_async_renderer_render_pixbuf):
7770         * ps/ps-document.h:
7771
7772         Do not leak the target window
7773
7774 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * shell/ev-application.c: (ev_application_init):
7777
7778         Let tbe check file existence for us.
7779         Add a comment about eggrecent mime filter.
7780
7781 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7782
7783         * data/evince-ui.xml:
7784         * shell/ev-application.c: (ev_application_shutdown),
7785         (ev_application_init), (ev_application_get_toolbars_model),
7786         (ev_application_get_recent_model),
7787         (ev_application_save_toolbars_model):
7788         * shell/ev-application.h:
7789         * shell/ev-window.c: (ev_window_add_recent),
7790         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7791         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7792         (ev_window_init):
7793
7794         Use common toolbar and recent models for all windows.
7795         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7798
7799         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7800         successfully check for gtk_icon_view_get_visible_range.
7801
7802 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7803
7804         * djvu/Makefile.am:
7805         * dvi/Makefile.am:
7806         
7807         Fix djvu and dvi backend build.
7808
7809 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7810
7811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7812         (new_separator_pixbuf):
7813
7814         Don't leak windows.
7815
7816 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7817
7818         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7819
7820         HIGification of toolbar editor dialogue.
7821
7822 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7823
7824         * configure.ac:
7825         * shell/Makefile.am:
7826
7827         Ever build metadata manager since it's just
7828         disabled at runtime now.
7829
7830 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7831
7832         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7833         (ev_metadata_manager_get), (ev_metadata_manager_set):
7834         * shell/ev-metadata-manager.h:
7835
7836         Add an _init functions that enabled metadata management
7837         at runtime.
7838
7839         * shell/ev-window.c: (page_changed_cb),
7840         (setup_document_from_metadata), (ev_window_setup_document),
7841         (setup_view_from_metadata), (ev_window_open_uri),
7842         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7843         (ev_window_run_presentation), (ev_window_stop_presentation),
7844         (save_sizing_mode), (ev_window_zoom_changed_cb),
7845         (ev_window_continuous_changed_cb),
7846         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7847         (window_configure_event_cb):
7848
7849         Remove all ugly metadata define since we deal with it
7850         at runtime now.
7851
7852         * shell/main.c: (load_files_remote), (main):
7853
7854         Add support for dbus cvs head. Hopefully didnt break one
7855         of the other versions now!
7856
7857         If we dont get a response from the dbus server just
7858         give up with it and not enable metadata.
7859
7860 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * Makefile.am:
7863         * backend/Makefile.am:
7864         * configure.ac:
7865         * cut-n-paste/recent-files/Makefile.am:
7866         * cut-n-paste/toolbar-editor/Makefile.am:
7867         * cut-n-paste/zoom-control/Makefile.am:
7868         * lib/Makefile.am:
7869         * pdf/Makefile.am:
7870         * pixbuf/Makefile.am:
7871         * properties/Makefile.am:
7872         * ps/Makefile.am:
7873         * shell/Makefile.am:
7874         * thumbnailer/Makefile.am:
7875         * tiff/Makefile.am:
7876
7877         Make frontends depend on just libev.
7878         Rework and group CFLAGS/LIBS definitions.
7879         Cleanups.
7880
7881 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7882
7883         * shell/ev-window:
7884
7885         do not unnecessarily save zoom
7886
7887         * configure.ac:
7888         * lib/ev-file-helpers.c: (ev_dot_dir):
7889         * shell/Makefile.am:
7890         * shell/dummy.cc:
7891
7892         Some cleanups
7893
7894 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7895
7896         * configure.ac:
7897         
7898         Remove unnecessary dependencies
7899
7900 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7901
7902         * properties/Makefile.am:
7903         * thumbnailer/Makefile.am:
7904         * tiff/Makefile.am:
7905
7906         Some more cleanups. Was really necessary
7907         but I probably introduced bugs, feel free
7908         to flame :)
7909
7910 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7911
7912         * backend/Makefile.am:
7913         * configure.ac:
7914         * cut-n-paste/recent-files/Makefile.am:
7915         * cut-n-paste/toolbar-editor/Makefile.am:
7916         * cut-n-paste/zoom-control/Makefile.am:
7917         * lib/Makefile.am:
7918         * pdf/Makefile.am:
7919         * pixbuf/Makefile.am:
7920         * properties/Makefile.am:
7921         * ps/Makefile.am:
7922         * shell/Makefile.am:
7923         * thumbnailer/Makefile.am:
7924         * tiff/Makefile.am:
7925
7926         Use gnome-common macros when possible.
7927         Cleanup dependencies.
7928         Actually disable deprecated where possible.
7929
7930 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7931
7932         * Makefile.am:
7933         * backend/Makefile.am:
7934         * properties/Makefile.am:
7935         * shell/Makefile.am:
7936         * thumbnailer/Makefile.am:
7937
7938         This should solve the circular dep without
7939         requiring dir reorg!
7940
7941         * shell/ev-window.c: (setup_view_from_metadata):
7942
7943         Never restore window size/position when the
7944         window is already visible.
7945
7946 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7947
7948         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7949
7950         Return a boolean from timeout func. Fix ported from gedit.
7951
7952 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7953
7954         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7955
7956 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7957
7958         * shell/ev-document-types.c: set "All Documents" as default filter in
7959         open dialog
7960
7961 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7962
7963         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7964         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7965         (ev_metadata_manager_set_boolean): fix value/val thinko.
7966
7967 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7968
7969         * shell/ev-window.c: (setup_view_from_metadata),
7970         (window_state_event_cb), (window_configure_event_cb),
7971         (ev_window_init):
7972
7973         Remember window position and maximized state
7974
7975 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7976
7977         * configure.ac:
7978
7979         Fix DBUS configure checks.
7980
7981         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7982         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7983         (ev_metadata_manager_set_boolean):
7984
7985         Plug mem leaks.
7986
7987         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7988         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7989         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7990         (ev_window_continuous_changed_cb),
7991         (ev_window_dual_mode_changed_cb), (ev_window_new):
7992
7993         Fix the build without DBUS.
7994
7995 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7996
7997         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7998         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7999         (ev_metadata_manager_set_string),
8000         (ev_metadata_manager_set_boolean):
8001         * shell/ev-metadata-manager.h:
8002
8003         Add support for some more types
8004
8005         * shell/ev-view.c: (scroll_to_current_page),
8006         (ev_view_get_continuous), (ev_view_set_continuous),
8007         (ev_view_get_dual_page):
8008         * shell/ev-view.h:
8009         * shell/ev-window.c: (page_changed_cb),
8010         (setup_document_from_metadata), (ev_window_setup_document),
8011         (setup_view_from_metadata), (ev_window_open_uri),
8012         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8013         (ev_window_run_presentation), (ev_window_stop_presentation),
8014         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8015         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8016         (ev_window_update_dual_page_action),
8017         (ev_window_continuous_changed_cb),
8018         (ev_window_dual_mode_changed_cb), (ev_window_init):
8019
8020         Remember a bunch of view/document properties. Prolly some
8021         are still missing but it's getting interesting.
8022
8023 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8024
8025         * configure.ac: check if dbus-binding-tool is installed. Not the
8026         case on current Ubuntu breezy, it seems.
8027
8028 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8029
8030         * data/evince.desktop.in.in:
8031         
8032         Allow open uri lists and add TryExec field.
8033
8034 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8035
8036         * configure.ac:
8037
8038         Enable dbus when available, do not require a configure
8039         option.
8040
8041 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8042
8043         * configure.ac:
8044
8045         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8046         disabled.
8047
8048 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8049         Marco Pesenti Gritti  <mpg@redhat.com>
8050
8051         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8052         
8053         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8054         functions to the format required by dbus
8055
8056         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8057         errors. Use the RPC parameters in the expected way
8058
8059 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * Makefile.am:
8062         * properties/Makefile.am:
8063         * properties/ev-properties-main.c: (ev_properties_get_pages):
8064
8065         Support all mime types
8066
8067         * shell/Makefile.am:
8068         * thumbnailer/Makefile.am:
8069         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8070         (evince_thumbnail_pngenc_get):
8071
8072         Use the document factory
8073
8074 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * backend/Makefile.am:
8077         * backend/ev-document-factory.c:
8078         (mime_type_supported_by_gdk_pixbuf),
8079         (ev_document_type_get_from_mime),
8080         (ev_document_factory_get_document),
8081         (ev_document_factory_get_backend),
8082         (ev_document_factory_get_mime_types),
8083         (ev_document_factory_get_all_mime_types):
8084         * backend/ev-document-factory.h:
8085         * shell/Makefile.am:
8086         * shell/ev-document-types.c: (get_document_from_uri),
8087         (ev_document_types_get_document),
8088         (file_filter_add_mime_list_and_free),
8089         (ev_document_types_add_filters):
8090         * shell/ev-document-types.h:
8091         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8092         * shell/ev-properties-dialog.c:
8093         (ev_properties_dialog_set_document):
8094         * shell/ev-window.c: (ev_window_cmd_file_open),
8095         (ev_window_cmd_save_as):
8096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8097
8098         Rework document types managing to avoid code duplication
8099         and actually abstract from backend implementations.
8100         Also provide a minimal factory api that can be used by
8101         thumbnailer/properties.
8102
8103 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8104
8105         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8106         Plug a mem leak.
8107         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8108         HIG spacings.
8109
8110 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8111
8112         * shell/ev-properties-dialog.c
8113         (ev_properties_dialog_set_document): only call
8114         ev_properties_fonts_set_document() if the document implements the
8115         fonts interface
8116
8117 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8118
8119         * configure.ac:
8120         * properties/Makefile.am:
8121         * properties/ev-properties-view.c:
8122         (ev_properties_view_register_type):
8123         * properties/ev-properties-view.h:
8124         * properties/ev-properties-main.h:
8125
8126         Implement nautilus plugin for properties.
8127         Works only for pdf atm, I need to rework the
8128         document types stuff to get this to work
8129         for all backends...
8130
8131 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8132
8133         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8134         (ev_properties_fonts_set_document): use
8135         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8136
8137 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8138
8139         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8140         them
8141         (PlaceImage, tiff2ps_process_page): use
8142         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8143
8144
8145 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8146
8147         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8148         (main): to call gnome_authentication_manager_init. Should fix
8149         Bug #308510
8150
8151         * configure.ac: that requires libgnomeui 2.6.0.
8152
8153 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8154
8155         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8156         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8157         use the new tiff2ps interfaces
8158
8159         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8160         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8161
8162         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8163         structure instead of global variables.  Remove use of static
8164         variables in functions.
8165
8166 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8167
8168         * shell/ev-page-action.c: unref the completion after setting it to the
8169         entry
8170
8171 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8172
8173         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8174         postscript files
8175
8176 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8177
8178         * shell/ev-window.c (update_action_sensitivity): disable
8179         File->Print if the document does not implement the ps exporter
8180         interface
8181
8182 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * Makefile.am:
8185         * configure.ac:
8186         * data/evince-properties.glade:
8187         * properties/.cvsignore:
8188         * properties/Makefile.am:
8189         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8190         (ev_properties_view_class_init), (ev_properties_view_format_date),
8191         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8192         (ev_properties_view_init), (ev_properties_view_new):
8193         * properties/ev-properties-view.h:
8194         * shell/Makefile.am:
8195         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8196         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8197         (ev_properties_dialog_new):
8198         * shell/ev-properties-dialog.h:
8199         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8200         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8201         (update_progress_label), (job_fonts_finished_cb),
8202         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8203         * shell/ev-properties-fonts.h:
8204         * shell/ev-properties.c:
8205         * shell/ev-properties.h:
8206         * shell/ev-window.c: (ev_window_setup_document),
8207         (ev_window_cmd_file_properties):
8208
8209         Split the properties pages in two different objects, depend
8210         only on the backend where possible, use widgets instead
8211         of gobject for the glade part, reimplement the dialog
8212         itself with gtk.
8213         I need this to implement nautilus properties page.
8214
8215 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8216
8217         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8218         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8219         (tiff_document_document_ps_exporter_iface_init): implement the ps
8220         exporter interface for tiff documents
8221
8222         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8223         libtiff to implement TIFF postscript export
8224
8225         * tiff/tiff2ps.h: added a header file for external tiff2ps
8226         functions.
8227
8228         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8229         tiff2ps.h
8230
8231 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8232
8233         * shell/ev-view.c: (scroll_to_current_page),
8234         (ev_view_set_fullscreen), (ev_view_set_presentation):
8235         
8236         Scroll to current page when exit from presentation
8237
8238 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8239
8240         * shell/ev-window.c: (update_document_mode),
8241         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8242         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8243         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8244         
8245         Exit from fullscreen mode when switch to presentation. Fix for
8246         bug 309365
8247
8248 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8249
8250         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8251         return NULL if the document does not implement the selection
8252         interface.
8253
8254 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8255
8256         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8257         reported height by using the resolution aspect ratio
8258         (tiff_document_render_pixbuf): scale the pixbuf using the
8259         resolution aspect ratio
8260
8261 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8262
8263         * configure.ac:
8264         
8265         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8266         <kiltedaco@gmail.com>
8267         
8268         * djvu/djvu-document.c: (djvu_document_get_orientation),
8269         (djvu_document_set_orientation), (djvu_document_get_page_size),
8270         (rotate_pixbuf), (djvu_document_render_pixbuf),
8271         (djvu_document_document_iface_init):
8272         * dvi/dvi-document.c: (dvi_document_get_orientation),
8273         (dvi_document_set_orientation), (dvi_document_get_page_size),
8274         (rotate_pixbuf), (dvi_document_render_pixbuf),
8275         (dvi_document_document_iface_init):
8276         
8277         Dvi and djvu backends are ported to new API
8278
8279 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8280
8281         * backend/ev-selection.c: (ev_selection_get_selection_region),
8282         (ev_selection_get_selection_map):
8283         * backend/ev-selection.h:
8284         * pdf/ev-poppler.cc:
8285         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8286         * shell/ev-jobs.h:
8287         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8288         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8289         (ev_pixbuf_cache_get_text_mapping):
8290         * shell/ev-pixbuf-cache.h:
8291         * shell/ev-view.c: (location_in_text),
8292         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8293         support to EvView.  Now we can see where we can select!  Sweet!
8294
8295 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8296
8297         * shell/ev-view.c (ev_view_button_press_event): Fix
8298         event->y + view->scroll_x typo.
8299
8300 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8301
8302         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8303         sub-GdkPixbuf instead of passing dest_x and dest_y.
8304         
8305         * shell/ev-view.c: (view_point_to_doc_point),
8306         (view_rect_to_doc_rect), (ev_view_button_press_event),
8307         (ev_view_motion_notify_event), (compute_new_selection_rect),
8308         (gdk_rectangle_point_in), (compute_new_selection_text),
8309         (compute_selections): Update selection code to keep the selection
8310         around as two points and not as a normalized rectangle, and fix
8311         page level selection in two-column mode.
8312
8313 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8314
8315         * shell/ev-window.c: (window_configure_event_cb): 
8316         
8317         Fix compilation
8318         
8319 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8320
8321         * pdf/ev-poppler.cc:
8322
8323         Fix compilation
8324
8325 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8326
8327         * shell/Makefile.am:
8328         * shell/ev-metadata-manager.c: (item_free),
8329         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8330         (parse_value), (parseItem), (load_values),
8331         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8332         (save_values), (save_item), (get_oldest), (resize_items),
8333         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8334         * shell/ev-metadata-manager.h:
8335
8336         Metadata manager from gedit but modified to use GValue, so that
8337         we dont need to keep converting from strings.
8338
8339         * configure.ac:
8340
8341         ENABLE_METADATA conditional, on when dbus is on
8342
8343         * shell/ev-application.c: (ev_application_open_uri):
8344
8345         Show the window after load so that we can initialize
8346         window size before it's showed.
8347
8348         * shell/ev-window.c: (ev_window_setup_from_metadata),
8349         (ev_window_open_uri), (window_configure_event_cb),
8350         (ev_window_init):
8351
8352         Save and load metadata information about window size.
8353         Not yet keeping states in account.
8354
8355         * shell/main.c: (main):
8356
8357         Shutdown metadata manager.
8358
8359 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8360
8361         * shell/ev-application-service.xml:
8362         * configure.ac:
8363         * shell/Makefile.am:
8364         * shell/ev-application.c:
8365         * shell/ev-application.h:
8366         * shell/ev-window.c:
8367         * shell/ev-window.h:
8368         * shell/main.c:
8369
8370         Add an optional dbus interface (--enable-dbus).
8371         Rework application code, mainly to be easier to
8372         use "remotely".
8373         Do not open multiple windows with the same document,
8374         spatial evince!
8375
8376 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8377
8378         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8379         pixbuf iff it exists.
8380
8381 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8382
8383         * shell/*:
8384         * backend/ev-render-context.[ch]:
8385         * backend/ev-selection.[ch]:
8386
8387         Massive changes.  We now support text selection of pdfs, and not
8388         just rectangular selection.  This is pretty broken still, but I
8389         want to get something into CVS.
8390
8391 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8392
8393         * pdf/ev-poppler.cc:
8394         
8395         Fix for Bug 309080: crash on window close.
8396         
8397         * shell/ev-page-action.c: (page_changed_cb):
8398         
8399         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8400         jensgr@gmx.net (Jens Granseuer).
8401
8402 2005-06-25  Marcel Telka  <marcel@telka.sk>
8403
8404         * configure.in (ALL_LINGUAS): Added sk.
8405
8406 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8407
8408         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8409         not a document open
8410
8411 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * NEWS:
8414         * configure.ac:
8415
8416         Release 0.3.2
8417
8418         * cut-n-paste/recent-files/Makefile.am:
8419
8420         Fix make distcheck
8421
8422 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8425         (pixbuf_document_set_orientation), (rotate_pixbuf),
8426         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8427         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8428
8429         Implement rotation and cleanup the code a bit.
8430
8431         * tiff/tiff-document.c: (tiff_document_get_page_size),
8432         (tiff_document_get_orientation), (tiff_document_set_orientation),
8433         (rotate_pixbuf), (tiff_document_render_pixbuf),
8434         (tiff_document_document_iface_init), (tiff_document_init):
8435
8436         Implement rotation. Was the quicker solution for the release
8437         but we really need to share this code in the shell.
8438
8439 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * pdf/ev-poppler.cc:
8442
8443         Enable rotation, require poppler cvs. Fix a leak.
8444
8445 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * shell/ev-window.c: (update_action_sensitivity):
8448         
8449         Make properties unsensitive if document backend doesn't provide
8450         any info
8451
8452 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8453
8454         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8455         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8456         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8457         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8458         (bitmap_flip_rotate_counter_clockwise):
8459         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8460         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8461         (buff_gets):
8462         * dvi/mdvi-lib/common.h:
8463         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8464         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8465         (opendvi), (mdvi_reload), (mdvi_init_context),
8466         (mdvi_destroy_context), (mdvi_dopage), (special):
8467         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8468         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8469         (file_hash_free), (register_encoding), (parse_spec),
8470         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8471         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8472         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8473         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8474         (mdvi_register_font_type), (mdvi_unregister_font_type),
8475         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8476         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8477         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8478         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8479         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8480         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8481         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8482         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8483         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8484         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8485         (mdvi_unregister_special), (mdvi_flush_specials):
8486         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8487         (t1_font_remove):
8488         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8489         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8490         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8491         (free_font_metrics), (flush_font_metrics):
8492         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8493         (tt_font_remove):
8494         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8495         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8496         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8497         (dstring_insert), (dstring_new), (dstring_reset):
8498         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8499         
8500         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8501         avoid conflict with libtool on FC4
8502         
8503         * shell/ev-window.c: (ev_window_cmd_help_about):
8504         
8505         Update copyright year. Fix for bug 308828.
8506
8507 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * shell/ev-view.c: (add_scroll_binding_keypad),
8510         (ev_view_binding_activated), (ev_view_class_init),
8511         (on_adjustment_value_changed):
8512         
8513         Bug 170874: Arrow keys switch pages in presentation mode
8514
8515 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8518         
8519         Fix for Bug 308265: Sidebar dissappears coming out of 
8520         Presentation mode
8521
8522 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * shell/ev-application.c: (ev_application_open):
8525         * shell/ev-document-types.c: (ev_document_types_add_filters),
8526         (ev_document_types_add_filters_for_type):
8527         * shell/ev-document-types.h:
8528         * shell/ev-window.c: (ev_window_cmd_save_as):
8529         
8530         Suggest basename as template when saving, provide filters
8531         for save dialog. It's bug 308402
8532
8533 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8534
8535         * pdf/ev-poppler.cc:
8536         * shell/ev-sidebar-links.c: (job_finished_callback):
8537         * shell/ev-view.c: (update_find_status_message):
8538         
8539         Some leaks fixed
8540
8541 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8542
8543         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8544         (egg_recent_view_uimanager_set_list):
8545
8546         Fix buglet in !show_numbers case.
8547
8548 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8549
8550         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8551         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8552
8553         Use pango ellipsisation.
8554
8555         * pdf/ev-poppler.cc:
8556
8557         Fix refcount leak, from nsh.
8558
8559 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8560
8561         * cut-n-paste/recent-files/Makefile.am:
8562         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8563         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8564         
8565         Removed EggRecentViewGtk
8566         
8567         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8568         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8569         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8570         (ev_window_setup_recent):
8571         
8572         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8573         with other projects
8574
8575 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8576
8577         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8578         (egg_recent_view_gtk_finalize):
8579
8580         Fix memory leak
8581
8582         * cut-n-paste/toolbar-editor/Makefile.am:
8583         
8584         Fix location of cursor icon.
8585         
8586         * pdf/ev-poppler.cc:
8587         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8588         (display_completion_text), (match_completion):
8589         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8590         (selection_changed_callback), (create_loading_model),
8591         (print_section_cb), (links_page_num_func),
8592         (update_page_callback_foreach):
8593         * shell/ev-window.c: (ev_window_dispose):
8594         
8595         Small memory fixes. Links model now store objects instead
8596         of pointers to improve memory management. 
8597
8598 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8599
8600         * shell/ev-window.c: (zoom_control_changed_cb):
8601         
8602         Fix update of zoom control (bug 308268).
8603
8604 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8605
8606         * shell/ev-properties.c (set_property): escape the text correctly.
8607         Handles non-UTF-8 properties and escaped properties.  Also, sets
8608         the text to "<i>None</i>" if the property isn't set.
8609
8610         * data/evince-properties.glade: Change the label to be ellipsized,
8611         and give it a minimum size.
8612
8613 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8614
8615         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8616         * shell/ev-sidebar-links.c: (create_loading_model):
8617         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8618         * shell/ev-view.c: (ev_view_set_document):
8619         * shell/ev-window.c: (ev_window_dispose):
8620         
8621         Various small fixes, mostly memory leaks. Thanks to valgrind.
8622
8623 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8624
8625         * ps/ps-document.c: remove the locale.h include again ;-). And
8626         kill the (bogus) setlocale/savelocale business.
8627
8628 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8629
8630         * ps/ps-document.c:
8631         
8632         Include locale.h to fix build
8633         
8634         * shell/ev-sidebar.c:
8635         
8636         Remove unnecessary includes
8637
8638 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8639
8640         * dvi/dvi-document.c: (dvi_document_load):
8641         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8642         * po/POTFILES.in:
8643         
8644         Check for incorrect dvi files. Fix parsing dvi on AMD64
8645         platform. Thanks to tester@tester.ca (Olivier Crete).
8646
8647 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8648
8649         * shell/ev-page-action.c: (match_selected_cb),
8650         (display_completion_text), (match_completion), (update_model):
8651         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8652         (expand_open_links):
8653         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8654         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8655         (ev_sidebar_set_document):
8656         * shell/ev-window.c: (ev_window_xfer_job_cb),
8657         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8658         
8659         Fixed lot's of memory leaks, for example, memory leak on reload, 
8660         described in bug 307793.
8661
8662 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * pdf/ev-poppler.cc:
8665         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8666         (update_visible_range), (adjustment_changed_cb),
8667         (ev_sidebar_thumbnails_fill_model),
8668         (ev_sidebar_thumbnails_refresh),
8669         (ev_sidebar_tree_selection_changed),
8670         (ev_sidebar_icon_selection_changed),
8671         (ev_sidebar_thumbnails_use_icon_view),
8672         (ev_sidebar_thumbnails_set_document):
8673         * shell/ev-sidebar-thumbnails.h:
8674         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8675         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8676
8677         Refresh thumbnails when changing orientation. Not fully
8678         working yet becuase of a sidebar bug.
8679
8680         Set page orientation to poppler page everywhere. This sucks
8681         really need to fix poppler.
8682
8683 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8684
8685         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8686         (egg_recent_view_gtk_new_menu_item),
8687         (egg_recent_view_gtk_set_property),
8688         (egg_recent_view_gtk_get_property),
8689         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8690         (egg_recent_view_gtk_set_tooltip_func),
8691         (egg_recent_view_gtk_set_label_width),
8692         (egg_recent_view_gtk_get_label_width):
8693         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8694
8695         Sync with libegg (ellipsize labels)
8696
8697 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8698
8699         * data/evince-ui.xml:
8700         * shell/ev-window.c: (ev_window_cmd_go_forward),
8701         (ev_window_cmd_go_backward):
8702         
8703         Shift + PageUp moves 10 Pages. Fix for 306125
8704
8705 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8706
8707         * pdf/ev-poppler.cc:
8708
8709         Add a flag to check if orientation has been overriden
8710
8711 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8712
8713         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8714         field if necessary.
8715
8716         * ps/ps.h: add creator field to document.
8717
8718         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8719         set creator field.
8720
8721 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * data/evince-properties.glade:
8724         * shell/ev-properties.c: (ev_properties_set_document):
8725
8726         s/PDF Version/Format
8727
8728 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8729
8730         * shell/ev-properties.c: (ev_properties_set_document):
8731
8732         Remove unnecessary translations
8733
8734 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8735
8736         * cut-n-paste/toolbar-editor/Makefile.am:
8737
8738         Correct library name    
8739
8740 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * configure.ac:
8743         * cut-n-paste/recent-files/egg-recent-model.c:
8744         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8745         (egg_recent_model_unlock_file):
8746         * cut-n-paste/recent-files/egg-recent-util.c:
8747         (egg_recent_util_get_unique_id):
8748         * cut-n-paste/recent-files/update-from-egg.sh:
8749         * cut-n-paste/toolbar-editor/Makefile.am:
8750         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8751         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8752         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8753         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8754         (egg_toolbars_model_get_type):
8755         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8756
8757         Better makefile for toolbar editor and update everything
8758         to latest libegg.
8759
8760 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * shell/ev-window.c: (update_document_mode):
8763
8764         Prefer presentation mode when the document
8765         require fullscreen.
8766
8767 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8768
8769         * data/evince-ui.xml:
8770         * shell/ev-window.c:
8771
8772         Add control-equal for zooming
8773
8774 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8775
8776         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8777
8778 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * backend/ev-document.c: (ev_document_get_orientation):
8781         * backend/ev-document.h:
8782         * pdf/ev-poppler.cc:
8783         * ps/ps-document.c: (ps_document_get_orientation),
8784         (ps_document_set_orientation), (ps_document_document_iface_init):
8785
8786         Add a get_orientation api. Improve set_orientation.
8787
8788         * data/evince-ui.xml:
8789         * shell/ev-view.c: (ev_view_set_orientation),
8790         (ev_view_rotate_right), (ev_view_rotate_left):
8791         * shell/ev-view.h:
8792         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8793         (ev_window_cmd_edit_rotate_right):
8794
8795         Better ui for changing document orientation
8796
8797 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8798
8799         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8800         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8801         * shell/ev-sidebar-links.h:
8802         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8803         (ev_sidebar_page_iface_init):
8804         * shell/ev-sidebar-page.h:
8805         * shell/ev-sidebar-thumbnails.c:
8806         (ev_sidebar_thumbnails_get_property),
8807         (ev_sidebar_thumbnails_class_init),
8808         (ev_sidebar_thumbnails_set_document):
8809         * shell/ev-sidebar-thumbnails.h:
8810         * shell/ev-view.c: (ev_view_motion_notify_event):
8811         * shell/ev-window.c: (update_chrome_visibility),
8812         (ev_window_cmd_focus_page_selector),
8813         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8814         (sidebar_page_main_widget_update_cb), (ev_window_init):
8815         
8816         Autoraise toolbar on GoToPage binding and fix bindings in
8817         EvSidebarThumbnails page.
8818
8819 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8820
8821         * shell/ev-properties.c: (update_progress_label):
8822
8823         Hide the progress label when finished; bug #307697.
8824
8825 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8826
8827         * pdf/ev-poppler.cc:
8828
8829         Enable is_open for links, you will need poppler cvs
8830
8831         * shell/ev-properties.c: (job_fonts_finished_cb):
8832
8833         Get a lock on the document when filling the tree view
8834
8835 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8836
8837         * backend/ev-document-links.h:
8838         * pdf/ev-poppler.cc:
8839         * shell/ev-sidebar-links.c: (create_loading_model),
8840         (expand_open_links), (job_finished_callback):
8841
8842         Expand links when specified by the document.
8843         Depend on a poppler api (defined out for now)
8844
8845 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8846
8847         * shell/ev-properties.c: (ev_properties_dispose),
8848         (ev_properties_class_init), (dialog_destroy_cb),
8849         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8850         (ev_properties_set_document), (ev_properties_new),
8851         (ev_properties_show):
8852         * shell/ev-properties.h:
8853
8854         Make it an object, cleanup the code, api to show it as transient
8855         and to set the document.
8856
8857         * shell/ev-window.c: (ev_window_setup_document),
8858         (ev_window_cmd_file_properties):
8859
8860         Adapt to EvProperties changes, do not show multiple
8861         times, update it when document changes.
8862
8863 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8864
8865         * ps/gstypes.h:
8866         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8867         (ps_document_set_orientation), (ps_document_document_iface_init):
8868         * ps/ps-document.h:
8869
8870         Implement orientation here too
8871
8872         * shell/ev-properties.c: (ev_properties_new):
8873         * data/evince-properties.glade:
8874
8875         Hide the fonts page for backends that doesnt
8876         support it.     
8877
8878 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8879
8880         * backend/ev-document.c: (ev_document_set_orientation):
8881         * backend/ev-document.h:
8882         * pdf/ev-poppler.cc:
8883
8884         Add orientation api. Currently poppler api is not optimal,
8885         we need to set orientation every time we _get a page.
8886         I will try to fix that at some point.
8887
8888         * data/evince-ui.xml:
8889         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8890         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8891
8892         Add orientation menu items
8893
8894         * shell/ev-page-cache.c: (ev_page_cache_clear):
8895         * shell/ev-page-cache.h:
8896
8897         Add api to clear the cache
8898
8899         * shell/ev-view.c: (setup_caches), (clear_caches),
8900         (ev_view_set_document), (ev_view_zoom_out),
8901         (ev_view_set_orientation):
8902         * shell/ev-view.h:
8903
8904         Implement orientation changing
8905
8906 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8907
8908         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8909         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8910         * backend/ev-document-fonts.h:
8911
8912         Separate scan and fill so that we can incrementally fill from
8913         the main thread. Add a progress api.
8914
8915         * data/evince-properties.glade:
8916         * pdf/ev-poppler.cc:
8917         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8918         * shell/ev-jobs.h:
8919         * shell/ev-properties.c: (update_progress_label),
8920         (job_fonts_finished_cb), (setup_fonts_view):
8921
8922         Incrementally feel the list and show the progress
8923         percentage in a label like acrobat does.
8924
8925         You are going to need poppler cvs
8926
8927 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8928
8929         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8930         * backend/ev-document-fonts.h:
8931         * pdf/ev-poppler.cc:
8932
8933         Make fonts model fill incrementally.
8934
8935         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8936         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8937         (ev_job_queue_remove_job):
8938         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8939         (ev_job_fonts_new), (ev_job_fonts_run):
8940         * shell/ev-jobs.h:
8941
8942         New job for fonts scanning
8943
8944         * shell/ev-properties.c: (job_fonts_finished_cb),
8945         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8946         * shell/ev-properties.h:
8947         * shell/ev-window.c: (ev_window_cmd_file_properties):
8948
8949         Incrementally feel the treeview using the new job. Show Loading...
8950         message until scanning is completed.
8951
8952         Hopefully I didnt break the build without the poppler patch.
8953
8954 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8955
8956         * shell/ev-application.c: (ev_application_open):
8957         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8958         (ev_document_type_get_type), (ev_document_type_lookup):
8959         * shell/ev-document-types.h:
8960         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8961         * shell/ev-job-xfer.h:
8962         * shell/ev-window.c: (ev_window_clear_local_uri),
8963         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8964         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8966         
8967         Transfer remote documents to tmp directory to display them later.
8968
8969 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8970
8971         * backend/ev-document-info.h:
8972         * shell/ev-properties.c: (ev_properties_new):
8973
8974         s/GTime*/GTime. Not sure why we was using a pointer
8975         at all there!
8976
8977 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8978
8979         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8980         situations.  That situation is that you're using GTK+-HEAD with
8981         the patch at #306726 is applied, and you have a document with <
8982         1500 pages in it.  It's not quite as uniformly nice as the
8983         TreeView, but should be better in the long run.
8984
8985         I'm pretty sure I guarded against breaking compilation with
8986         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8987         I missed some.
8988
8989         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8990         widget yet, so I commented that code out
8991         enable_view_actions_for_widget() for now.  Need to figure this
8992         out.
8993
8994         * shell/ev-page-action.c (match_selected_cb): emit the right
8995         signals.  Our cool C-l completion now works.
8996
8997 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8998
8999         * backend/Makefile.am:
9000         * backend/ev-document-fonts.c:
9001         * backend/ev-document-links.c:
9002         * backend/ev-document.c: (ev_document_load):
9003         * backend/ev-document.h:
9004         * backend/ev-job-queue.c:
9005         * backend/ev-job-queue.h:
9006         * backend/ev-jobs.c:
9007         * backend/ev-jobs.h:
9008         * backend/ev-page-cache.c:
9009         * backend/ev-page-cache.h:
9010
9011         EvPageCache and EvJobs are moved to shell.
9012
9013         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9014         (ev_tmp_filename):
9015         * lib/ev-file-helpers.h:
9016         
9017         New helper to work with temporary files
9018         
9019         * shell/Makefile.am:
9020         * shell/ev-application.c: (ev_application_open):
9021         * shell/ev-application.h:
9022         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9023         (remove_job_from_async_queue), (add_job_to_async_queue),
9024         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9025         (handle_job), (search_for_jobs_unlocked),
9026         (no_jobs_available_unlocked), (ev_render_thread),
9027         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9028         (ev_job_queue_add_job), (move_job_async), (move_job),
9029         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9030         * shell/ev-job-queue.h:
9031         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9032         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9033         * shell/ev-job-xfer.h:
9034         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9035         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9036         (ev_job_links_class_init), (ev_job_render_init),
9037         (ev_job_render_dispose), (ev_job_render_class_init),
9038         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9039         (ev_job_thumbnail_class_init), (ev_job_load_init),
9040         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9041         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9042         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9043         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9044         * shell/ev-jobs.h:
9045         * shell/ev-page-action.c: (ev_page_action_set_document):
9046         * shell/ev-page-cache.c: (ev_page_cache_init),
9047         (ev_page_cache_class_init), (ev_page_cache_finalize),
9048         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9049         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9050         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9051         (ev_page_cache_get_title), (ev_page_cache_get_size),
9052         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9053         (ev_page_cache_get_height_to_page),
9054         (ev_page_cache_get_max_label_chars),
9055         (ev_page_cache_get_page_label),
9056         (ev_page_cache_has_nonnumeric_page_labels),
9057         (ev_page_cache_get_info), (ev_page_cache_next_page),
9058         (ev_page_cache_prev_page), (ev_page_cache_get):
9059         * shell/ev-page-cache.h:
9060         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9061         (ev_pixbuf_cache_clear_job_sizes),
9062         (ev_pixbuf_cache_add_jobs_if_needed),
9063         (ev_pixbuf_cache_set_page_range):
9064         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9065         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9066         * shell/ev-sidebar-thumbnails.c:
9067         (ev_sidebar_tree_selection_changed),
9068         (ev_sidebar_thumbnails_set_document):
9069         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9070         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9071         (ev_statusbar_get_context_id), (ev_statusbar_push),
9072         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9073         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9074         (ev_statusbar_set_progress):
9075         * shell/ev-statusbar.h:
9076         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9077         (ev_view_find_previous):
9078         * shell/ev-window.c: (ev_window_is_empty),
9079         (ev_window_setup_document), (password_dialog_response),
9080         (ev_window_clear_jobs), (ev_window_load_job_cb),
9081         (ev_window_xfer_job_cb), (ev_window_open_uri),
9082         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9083         (ev_window_print), (ev_window_print_range),
9084         (ev_window_state_event), (ev_window_cmd_view_reload),
9085         (menu_item_select_cb), (menu_item_deselect_cb),
9086         (view_status_changed_cb), (ev_window_dispose),
9087         (drag_data_received_cb), (ev_window_init):
9088         * shell/ev-window.h:
9089         * shell/main.c: (load_files):
9090         
9091         New statusbar to show progress on idle. Two new jobs - 
9092         xfer job and load job to load document in background. And update
9093         of page_cache clients to new location of code.
9094
9095 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9096
9097         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9098         selection in open dialog. It also remembers the last visited directory 
9099         in the current session.
9100
9101 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9102
9103         * shell/ev-properties.c: (ev_properties_new):
9104         * shell/ev-properties.h:
9105         * shell/ev-window.c: (ev_window_cmd_file_properties):
9106         
9107         Get document info from page cache instead of document itself.
9108         This should fix crash related to race conditions described in
9109         bug 306545.
9110
9111 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9112
9113         * ps/ps-document.c: (ps_document_init),
9114         (send_ps), (get_page_box), (output), (catchPipe), (input),
9115         (stop_interpreter), (file_length), (file_readable),
9116         (check_filecompressedb), (ps_document_enable_interpreter),
9117         (document_load), (ps_async_renderer_render_pixbuf):
9118         * ps/ps-document.h:
9119
9120         Big cleanup of the ps code
9121
9122 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9123
9124         * backend/Makefile.am:
9125         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9126         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9127         * backend/ev-async-renderer.h:
9128
9129         Add an async renderer interface (method + callback) which
9130         is useful for backends like ps.
9131
9132         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9133         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9134         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9135         (ev_job_queue_add_job), (move_job_async), (move_job),
9136         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9137
9138         Add queues for async renderer, these are executed on the
9139         main thread.
9140
9141         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9142         (ev_job_render_run):
9143         * backend/ev-jobs.h:
9144
9145         If the backend support async renderer interface use it.
9146
9147         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9148         (setup_pixmap), (ps_document_get_type),
9149         (ps_async_renderer_render_pixbuf),
9150         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9151
9152         Implement async renderer interface.
9153
9154 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9155
9156         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9157
9158         Cleanup links job on exit.
9159
9160 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9161
9162         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9163         (drag_data_get_cb), (drag_data_received_cb):
9164         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9165         (drag_data_get_cb), (parse_item_list),
9166         (egg_toolbar_editor_load_actions):
9167         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9168         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9169         (parse_item_list), (parse_toolbars):
9170         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9171         (dvi_pixbuf_put_pixel):
9172         
9173         Fix gcc 4.0 warnings
9174
9175 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9176
9177         * ps/ps-document.c: (start_interpreter):
9178
9179         Fix warning when loading ps
9180
9181 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9182
9183         * ps/ps-document.c: (output):
9184
9185         Fix crash when priting gs error messages.
9186
9187 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9188
9189         * backend/ev-page-cache.c: (_ev_page_cache_new):
9190         * backend/ev-page-cache.h:
9191
9192         Use a const to return title so that we dont double
9193         free it. Small cleanup and fix a leak.
9194
9195         * shell/ev-window.c: (update_window_title):
9196
9197         strdup value from get_title.
9198
9199 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9200
9201         * shell/ev-sidebar-links.c: (job_finished_callback),
9202         (ev_sidebar_links_set_document):
9203
9204         Cleanup the old job when changing document
9205
9206 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * shell/ev-stock-icons.c:
9209         * shell/ev-stock-icons.h:
9210         * shell/ev-window.c:
9211         
9212         Add stock icons for actions that can appear in toolbar. Fix for
9213         bug 306566.
9214
9215 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9216
9217         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9218         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9219         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9220         * backend/ev-page-cache.h:
9221         * shell/ev-view.c: (scroll_to_current_page),
9222         (view_update_range_and_current_page), (get_page_y_offset),
9223         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9224         (ev_view_size_request_continuous),
9225         (ev_view_zoom_for_size_continuous_and_dual_page),
9226         (ev_view_zoom_for_size_continuous):
9227         
9228         More compact EvView layout in document with pages of different size.
9229
9230 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9231
9232         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9233         compilation.
9234
9235 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9236
9237         * shell/ev-view.c: (view_set_adjustment_values):
9238         * shell/ev-window.c: (ev_window_cmd_file_properties):
9239         
9240         A bit different fix for rounding problem but it has no
9241         problems on startup. Make properties window transient to parent.
9242
9243 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * pdf/ev-poppler.cc:
9246         
9247         More commenting of font stuff.
9248
9249 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9250
9251         * pdf/ev-poppler.cc:
9252
9253         Comment out some more fonts stuff. Should really
9254         work without the poppler patch now.
9255
9256 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9257
9258         * pdf/ev-poppler.cc:
9259
9260         Adapt to api change
9261
9262 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9263
9264         * data/evince-properties.glade:
9265         * pdf/ev-poppler.cc:
9266         * shell/ev-properties.c: (setup_fonts_view):
9267
9268         Set the column title. Show the dialog only
9269         once everything is setup.
9270         Getting font info can be very slow... will
9271         prolly need to make this threaded too.
9272
9273 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9274
9275         * backend/Makefile.am:
9276         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9277         (ev_document_fonts_get_fonts_model):
9278         * backend/ev-document-fonts.h:
9279         * data/evince-properties.glade:
9280         * pdf/ev-poppler.cc:
9281         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9282         * shell/ev-properties.h:
9283         * shell/ev-window.c: (ev_window_cmd_file_properties):
9284
9285         Implement fonts list. Defined out for now, since it depends
9286         on a not yet committed poppler patch.
9287
9288 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9289
9290         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9291         page + 1.
9292
9293         * shell/ev-window.c: Make sure we add the timeout when we get a
9294         focus-in event.
9295
9296         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9297         adjustment->value before calculating the zoom factor to average
9298         out all of our rounding errors.  The page no longer 'drifts' when
9299         resizing.
9300
9301 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9302
9303         * data/evince-properties.glade:
9304         * shell/ev-properties.c: (ev_properties_format_date),
9305         (set_property):
9306         
9307         Labels don't expand when the dialogue is resized.
9308         strftime result needs to be converted to UTF-8. Thanks
9309         to Christian Persch <chpe@gnome.org>.
9310
9311 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9312
9313         * data/evince-properties.glade:
9314
9315         Hide the fonts tab
9316
9317 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9318
9319         * backend/ev-document-info.h:
9320         * backend/ev-document.c: (ev_document_info_free):
9321         * data/evince-properties.glade:
9322         * pdf/ev-poppler.cc:
9323         * ps/ps-document.c: (ps_document_get_info):
9324         * shell/ev-properties.c: (ev_properties_format_date),
9325         (set_property), (ev_properties_new):
9326         * shell/ev-properties.h:
9327         * shell/ev-window.c: (ev_window_cmd_file_properties):
9328
9329         Rework properties code to take only EvPropertyInfo
9330         in the constructor so that it can be useful for
9331         nautilus plugin too.
9332
9333         Deal with backends that doesnt support some properties.
9334         Make set property code generic.
9335
9336 2005-06-04  Christian Persch <chpe@gnome.org>
9337
9338         * data/evince-properties.glade:
9339
9340         fix spacings, make resizeable, and make data labels
9341         selectable + ellipsised
9342
9343 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9344
9345         * backend/ev-document-info.h:
9346         * data/Makefile.am:
9347         * data/evince-ui.xml:
9348         * pdf/ev-poppler.cc:
9349         * shell/Makefile.am:
9350         * shell/ev-window.c: (update_action_sensitivity),
9351         (ev_window_cmd_file_properties):
9352
9353         Initial go at file properties. Patch by
9354         Emil Soleyman-Zomalan <emil@soleyman.com>.
9355         Needs love see #169583
9356
9357 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9358
9359         * ps/ps-document.c: (output):
9360         * ps/ps.c: (psscan):
9361
9362         Try to render even if psscan fails.
9363
9364 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9365
9366         * ps/ps.c: (psscan), (pscopydoc):
9367
9368         Port buffered reading code from gv
9369
9370 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9371
9372         * ps/ps-document.c: (interpreter_message), (output):
9373
9374         Do not fail on interpreter messages
9375
9376 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9377
9378         * backend/ev-document-misc.c:
9379         (ev_document_misc_get_thumbnail_frame):
9380
9381         Pages can be 0 x 0, dont assert on this case
9382
9383 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9384
9385         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9386         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9387
9388         Correctly manage our reference on document. Finally the reload
9389         huge leak is gone...
9390
9391 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9392
9393         * ps/ps-document.c: (ps_document_dispose):
9394
9395         Forgot to chain it to the parent. Thanks chpe.
9396
9397 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9398
9399         * ps/ps-document.c: (ps_document_dispose),
9400         (ps_document_class_init), (stop_interpreter), (document_load):
9401
9402         Cleanup dispose a bit. Dont leak the whole pixmap.
9403
9404 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9405
9406         * pdf/ev-poppler.cc:
9407
9408         Release the poppler document on dispose
9409
9410 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9411
9412         * shell/ev-view.c: (ev_view_set_document):
9413
9414         Release ref on the pixbuf cache when changing
9415         document.
9416
9417 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9418
9419         * ps/ps-document.c: (ps_document_get_info):
9420
9421         Fix a double free
9422
9423 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9424
9425         * backend/ev-page-cache.c: (ev_page_cache_init),
9426         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9427         * backend/ev-page-cache.h:
9428         * shell/ev-page-action.c: (page_changed_cb):
9429         
9430         Set page action entry width depending on labels width. Fix
9431         for bug 305202.
9432
9433 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9434
9435         * backend/ev-link.c: (ev_link_class_init):
9436
9437         Allow -1 as page value (error)
9438
9439 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9440
9441         * shell/ev-sidebar-thumbnails.c:
9442         (ev_sidebar_thumbnails_set_document):
9443         * shell/ev-view.c: (scroll_to_current_page),
9444         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9445         (page_changed_cb), (on_adjustment_value_changed),
9446         (ev_view_set_document):
9447
9448         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9449         Fix bug 305377
9450
9451 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         * configure.ac:
9454         * djvu/djvu-document.c: (djvu_document_get_page_size):
9455
9456         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9457         bug 301993.
9458
9459 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9460
9461         * shell/ev-view.c (draw_one_page): modify the expose handling to
9462         get the shadows.
9463
9464         * shell/ev-window.c (update_action_sensitivity): Respect
9465         permissions field.  Kowtow to the man.
9466
9467         * pdf/ev-poppler.cc: Get the permissions field.
9468
9469         * tiff/*c: Make a tiny bit more robust.
9470
9471 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9472
9473         * djvu/djvu-document.c:
9474         
9475         Pop messages from djvu context message queue.
9476
9477 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9478
9479         * configure.ac, Makefile.am, shell/Makefile.am:
9480         * tiff/Makefile.am, shell/ev-document-types.c:
9481         
9482         Cleanup tiff configure checks. Fix for bug 305218.
9483
9484 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9485
9486         * configure.ac: Added "uk" to ALL_LINGUAS.
9487
9488 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9489
9490         * cut-n-paste/zoom-control/ephy-zoom.c:
9491         (ephy_zoom_get_changed_zoom_level):
9492         * cut-n-paste/zoom-control/ephy-zoom.h:
9493         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9494         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9495         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9496         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9497         (zoom_control_changed_cb), (ev_window_init):
9498         
9499         Fix minor points related to moving best fit up. Introduce
9500         "zoom" property and make zoom control change it's value on
9501         notify::zoom signals. Fix for 305080.
9502
9503 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9504
9505         * data/evince-ui.xml:
9506         * shell/ev-window.c: (set_view_actions_sensitivity):
9507         
9508         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9509
9510 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9511
9512         * configure.ac:
9513
9514         Depends on poppler 0.3.2
9515
9516 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * cut-n-paste/recent-files/egg-recent-item.c:
9519         (egg_recent_item_get_short_name):
9520         * cut-n-paste/toolbar-editor/Makefile.am:
9521         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9522         (new_pixbuf_from_widget):
9523         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9524         * cut-n-paste/toolbar-editor/egg-marshal.c:
9525         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9526         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9527
9528         Sync
9529
9530 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9531
9532         * tiff/tiff-document.c: Rough TIFF backend.
9533
9534 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9535
9536         * NEWS:
9537         * configure.ac:
9538         * cut-n-paste/toolbar-editor/Makefile.am:
9539
9540         Release 0.3.1
9541
9542 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9543
9544         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9545         (ev_view_find_next), (ev_view_find_previous):
9546
9547         Remove the locks around get_n_results   
9548
9549 2005-05-21  Juerg Billeter  <j@bitron.ch>
9550
9551         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9552
9553         Pass correct number of pages to poppler.
9554
9555 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9556
9557         * configure.ac:
9558         * data/Makefile.am:
9559         * data/evince.desktop.in: 
9560         * data/evince.desktop.in.in:
9561         * po/POTFILES.in:
9562         
9563         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9564
9565 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9566
9567         * shell/ev-view.c: (view_update_adjustments),
9568         (view_set_adjustment_values): cast adjustmen->value to (int)
9569         before using it.  Otherwise, we get off by a pixel in some
9570         situations.
9571
9572         (draw_one_page): Draw the border on expose.
9573
9574 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9575
9576         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9577         adjustment when the mode changes, #304923
9578
9579 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9580
9581         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9582         flickering on resize but still use gdk_window_scroll on
9583         scrolling
9584
9585 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9586
9587         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9588         option, #170458
9589
9590 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9591
9592         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9593         second page on page_changed if possible, #304669
9594
9595 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9596
9597         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9598         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9599
9600 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9601
9602         * .cvsignore:
9603         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9604         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9605         (ev_view_zoom_for_size_presentation),
9606         (ev_view_zoom_for_size_continuous_and_dual_page),
9607         (ev_view_zoom_for_size_continuous),
9608         (ev_view_zoom_for_size_dual_page),
9609         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9610         * shell/ev-view.h:
9611         * shell/ev-window.c: (update_view_size),
9612         (ev_window_sizing_mode_changed_cb):
9613
9614         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9615         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9616         an infinite loop, #304769
9617
9618
9619 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9620
9621         * data/evince-ui.xml:
9622         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9623         * shell/ev-window.c: (set_view_actions_sensitivity):
9624
9625         Make PgUp/Down behave like Space
9626
9627 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9628
9629         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9630         * backend/ev-ps-exporter.h:
9631         * pdf/ev-poppler.cc:
9632         * ps/ps-document.c: (ps_document_ps_export_begin):
9633         * shell/ev-print-job.c: (idle_print_handler):
9634
9635         Adapt to new poppler api
9636
9637 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9640         (ephy_zoom_control_init):
9641
9642         Translate zoom levels
9643
9644 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9645
9646         * cut-n-paste/zoom-control/ephy-zoom.c:
9647         (ephy_zoom_get_zoom_level_index):
9648
9649         Fix current zoom -> zoom control match
9650
9651 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9652
9653         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9654         rather than the scrolled_window that it's in. Fixes bug #304655.
9655
9656 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9657
9658         * shell/ev-view.c: (view_update_adjustments),
9659         (view_set_adjustment_values), (view_update_range_and_current_page),
9660         (view_scroll_to_page), (set_scroll_adjustment),
9661         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9662         (ev_view_scroll), (ev_view_scroll_view),
9663         (ensure_rectangle_is_visible), (find_page_at_location),
9664         (get_link_at_location), (go_to_link), (status_message_from_link),
9665         (ev_view_size_request_continuous_dual_page),
9666         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9667         (ev_view_unrealize), (ev_view_expose_event),
9668         (ev_view_button_press_event), (ev_view_motion_notify_event),
9669         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9670         (draw_rubberband), (highlight_find_results), (draw_one_page),
9671         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9672         (ev_view_init), (find_changed_cb), (page_changed_cb),
9673         (on_adjustment_value_changed), (ev_view_new),
9674         (ev_view_set_document), (ev_view_set_zoom),
9675         (ev_view_set_continuous), (ev_view_set_dual_page),
9676         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9677         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9678         (ev_view_zoom_for_size_presentation),
9679         (ev_view_zoom_for_size_continuous_dual_page),
9680         (ev_view_zoom_for_size_continuous),
9681         (ev_view_zoom_for_size_dual_page),
9682         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9683         (ev_view_get_status), (ev_view_set_status),
9684         (update_find_status_message), (ev_view_get_find_status),
9685         (ev_view_set_find_status), (jump_to_find_result),
9686         (jump_to_find_page), (compute_selections), (clear_selection),
9687         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9688         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9689         (ev_view_update_primary_selection),
9690         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9691         * shell/ev-view.h:
9692         * shell/ev-window.c: (ev_window_open_page_label),
9693         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9694         (ev_window_init):
9695         * shell/ev-window.h:
9696         * shell/main.c: (load_files):
9697
9698         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9699         when resizing.  Remove the bin_window().  Also, patch from James
9700         Bowes to fix command line page, #300641
9701         
9702 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9703
9704         * data/evince-ui.xml:
9705         * shell/ev-view.c:
9706         * shell/ev-view.h:
9707         * shell/ev-window.c: (update_action_sensitivity):
9708
9709         Get rid of View->Normal Size, it's just confusing
9710
9711 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9712
9713         * backend/ev-document-info.h:
9714         * backend/ev-document.c: (ev_document_info_free): Free the
9715         EvDocumentInfo.
9716
9717         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9718         (clear_range), (add_range), (update_visible_range),
9719         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9720         (ev_sidebar_thumbnails_set_document):
9721         * shell/ev-window.c: (ev_window_setup_document): Only render the
9722         visible thumbnails.  It takes an instant to render, but it uses
9723         much less memory.
9724
9725 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9726
9727         * shell/ev-sidebar-links.c: (popup_menu_cb):
9728
9729         Select first item
9730
9731 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9732
9733         * lib/Makefile.am:
9734         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9735         (button_press_cb), (ev_sidebar_links_construct):
9736
9737         Show the popup menu also on keybindings
9738
9739 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9740
9741         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9742         * shell/ev-window.h:
9743
9744         Expose api to print a range (with dialog). Make private _print use
9745         it.
9746
9747         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9748         (ev_sidebar_links_construct):
9749
9750         Show a print context menu on linkx, it prints the selected
9751         section.
9752
9753 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9754
9755         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9756         button.
9757
9758 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9759
9760         * AUTHORS:
9761
9762         Update
9763
9764         * shell/ev-window.c: (build_comments_string),
9765         (ev_window_cmd_help_about):
9766
9767         Show poppler version/backend and authors
9768
9769 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9770
9771         * cut-n-paste/zoom-control/ephy-zoom.c:
9772         (ephy_zoom_get_zoom_level_index):
9773         * cut-n-paste/zoom-control/ephy-zoom.h:
9774
9775         Move the best fit items at the top of the list
9776
9777 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9778
9779         * shell/ev-marshal.list:
9780         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9781         (activate_cb), (match_selected_cb), (activate_link_cb),
9782         (connect_proxy), (ev_page_action_class_init):
9783         * shell/ev-page-action.h:
9784
9785         Use signals to notify action activation. Hopefully
9786         I did not break completion since I cant test...
9787
9788         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9789         (register_custom_actions):
9790
9791         Connect to page selector actions and also grab focus on
9792         the view when activated.
9793
9794 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9795
9796         * pdf/ev-poppler.cc:
9797         * backend/ev-page-cache.c: make page size calculation consistent
9798         and set it to (int)( width * scale + 0.5).  This makes the weird
9799         line going through the middle of the page go away.
9800
9801         * shell/ev-view.c: move painting the background page after
9802         checking the expose area covers us.
9803
9804 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9805
9806         * data/evince-password.glade:
9807         
9808         Mark labels as not translatable. Fix for bug 302842.
9809
9810 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9811
9812         * configure.ac: Added "es" to ALL_LINGUAS.
9813
9814 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * data/evince-toolbar.xml:
9817         * shell/ev-window.c: (update_action_sensitivity),
9818         (ev_window_setup_document), (ev_window_set_page_mode),
9819         (ev_window_init):
9820
9821         Remove some leftover code from jrb first continous
9822         attempt. Use the new actions, we still need good icons
9823         though...
9824
9825 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9826
9827         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9828
9829         Update label when connecting proxy. Fix a warning with NULL
9830         page_cache.
9831
9832 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * data/evince-ui.xml:
9835         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9836         * shell/ev-page-action.h:
9837         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9838
9839         Add mnemonic for edit toolbar.
9840         ctrl+l focus the page entry.
9841
9842 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9843
9844         * lib/Makefile.am:
9845         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9846         (ev_window_init):
9847         * shell/main.c: (main):
9848
9849         Put the toolbar xml in evince own dot dir
9850
9851 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * shell/ev-window.c: (ev_window_init):
9854
9855         Make the toolbar not removable
9856
9857 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * data/evince-ui.xml:
9860         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9861         * shell/ev-sidebar-links.h:
9862         * shell/ev-sidebar-thumbnails.c:
9863         (ev_sidebar_thumbnails_get_treeview):
9864         * shell/ev-sidebar-thumbnails.h:
9865         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9866         (ev_view_class_init):
9867         * shell/ev-view.h:
9868         * shell/ev-window.c: (update_action_sensitivity),
9869         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9870         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9871         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9872         (ev_window_init):
9873
9874         This is evil... Make space/backspace global accelerators but
9875         enable them only for some widgets (sidebars and view).
9876         I dont like it, but I dont know a better way... :/
9877
9878 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9879
9880         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9881         (ev_page_action_widget_finalize),
9882         (ev_page_action_widget_class_init), (update_page_cache):
9883
9884         Keep a weak reference on proxy->page_cache so that we
9885         dont try to disconnect the signal if the object is already
9886         gone. Maybe there is a better way to cleanup reference handling
9887         in page action though...
9888
9889 2005-05-10  Juerg Billeter  <j@bitron.ch>
9890
9891         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9892         * backend/ev-ps-exporter.h:
9893         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9894         * ps/ps-document.c: (ps_document_ps_export_begin):
9895         
9896         Change api to pass print range to ps_exporter_begin. The pdf backend
9897         requires this information.
9898         
9899         * shell/ev-print-job.c: (idle_print_handler):
9900         
9901         Adapt to api change
9902
9903 2005-05-10  Juerg Billeter  <j@bitron.ch>
9904
9905         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9906         (idle_print_handler)
9907         * shell/ev-window.c: (ev_window_print):
9908
9909         Support printing page range, based on patch by Amaury Jacquot
9910
9911 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9912
9913         * data/evince-toolbar.xml:
9914
9915         Add zoom control to available items
9916
9917 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9918
9919         * shell/ev-window.c: (update_action_sensitivity):
9920
9921         Set slash action insensitive when appropriate
9922
9923 2005-05-10  Christian Persch <chpe@gnome.org>
9924
9925         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9926
9927         Fix warning on the overflow menu
9928
9929 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9932
9933         Check for uri correctness/existence
9934
9935 2005-05-09  Juerg Billeter  <j@bitron.ch>
9936
9937         * shell/ev-window.c: (using_postscript_printer):
9938
9939         LPD printers use postscript, too
9940
9941 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9942
9943         * shell/ev-window.c: (register_custom_actions):
9944
9945         The zoom one is actually sort of useful,
9946         put it back
9947
9948 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * shell/ev-window.c: (register_custom_actions):
9951
9952         Hide page/zoom controls from overflow, they
9953         are useless.
9954
9955 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9956
9957         * cut-n-paste/update-from-egg.sh:
9958         
9959         Share it between all cut-n-paste subdirs
9960
9961         * cut-n-paste/recent-files/Makefile.am:
9962
9963         Fix to use "global" update-from-egg.sh
9964
9965         * cut-n-paste/recent-files/egg-recent-model.c:
9966         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9967         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9968         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9969         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9970
9971         Update from libegg
9972
9973         * cut-n-paste/toolbar-editor/Makefile.am:
9974
9975         Fix to use "global" update-from-egg.sh
9976
9977         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9978
9979         Update from libegg
9980
9981 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * configure.ac:
9984         * cut-n-paste/Makefile.am:
9985         * cut-n-paste/recent-files/Makefile.am:
9986         * cut-n-paste/toolbar-editor/.cvsignore:
9987         * cut-n-paste/toolbar-editor/Makefile.am:
9988         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9989         (egg_editable_toolbar_get_type), (get_toolbar_position),
9990         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9991         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9992         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9993         (set_item_drag_source), (create_item_from_action), (create_item),
9994         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9995         (popup_toolbar_context_menu_cb), (free_dragged_item),
9996         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9997         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9998         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9999         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10000         (item_added_cb), (item_removed_cb),
10001         (egg_editable_toolbar_construct),
10002         (egg_editable_toolbar_disconnect_model),
10003         (egg_editable_toolbar_deconstruct),
10004         (egg_editable_toolbar_set_model),
10005         (egg_editable_toolbar_set_ui_manager),
10006         (egg_editable_toolbar_set_property),
10007         (egg_editable_toolbar_get_property),
10008         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10009         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10010         (egg_editable_toolbar_new_with_model),
10011         (egg_editable_toolbar_get_edit_mode),
10012         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10013         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10014         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10015         (new_pixbuf_from_widget), (new_separator_pixbuf),
10016         (update_separator_image), (style_set_cb),
10017         (_egg_editable_toolbar_new_separator_image),
10018         (egg_editable_toolbar_get_model):
10019         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10020         * cut-n-paste/toolbar-editor/egg-marshal.c:
10021         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10022         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10023         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10024         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10025         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10026         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10027         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10028         (editor_drag_data_delete_cb), (drag_data_get_cb),
10029         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10030         (editor_create_item), (update_editor_sheet), (setup_editor),
10031         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10032         (parse_item_list), (model_has_action), (update_actions_list),
10033         (egg_toolbar_editor_load_actions):
10034         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10035         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10036         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10037         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10038         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10039         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10040         (egg_toolbars_model_add_separator), (impl_add_item),
10041         (parse_item_list), (egg_toolbars_model_add_toolbar),
10042         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10043         (impl_get_item_data), (impl_get_item_type),
10044         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10045         (egg_toolbars_model_init), (free_toolbar),
10046         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10047         (egg_toolbars_model_remove_toolbar),
10048         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10049         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10050         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10051         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10052         (egg_toolbars_model_get_item_data),
10053         (egg_toolbars_model_get_item_type):
10054         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10055         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10056         * data/Makefile.am:
10057         * data/evince-toolbar.xml:
10058         * data/evince-ui.xml:
10059         * data/hand-open.png:
10060         * po/POTFILES.in:
10061         * shell/Makefile.am:
10062         * shell/ev-window.c: (update_chrome_visibility),
10063         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10064         (ev_window_dispose), (ev_window_init):
10065
10066         Implement epiphany like toolbar editor. Based on patch by
10067         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10068
10069 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10070
10071         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10072
10073         Use set_cursor instead of set_selection, so that
10074         the keyboard focus moves too.
10075
10076 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10077
10078         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10079
10080         Fix infinite loop when loading Type1 fonts
10081
10082 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10083
10084         * data/evince-ui.xml:
10085         * shell/ev-window.c:
10086
10087         Slash -> Find
10088
10089 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10090
10091         * configure.ac:
10092
10093         Make --disable really disable
10094
10095 2005-05-07  Juerg Billeter  <j@bitron.ch>
10096
10097         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10098
10099         Compare page labels even without has_labels set, fixes setting page
10100         with entry
10101
10102 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10105         (ev_view_set_cursor), (ev_view_button_press_event),
10106         (ev_view_motion_notify_event), (ev_view_button_release_event),
10107         (ev_view_init):
10108
10109         Implement middle button scrolling. Based on a patch
10110         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10111
10112 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10113
10114         * shell/ev-document-types.c: (get_slow_mime_type),
10115         (get_document_type_from_mime), (ev_document_type_lookup):
10116         * shell/ev-document-types.h:
10117
10118         Change api to lookup from uri. Do fast lookup first, if the
10119         type is unknown try with data sniffing.
10120
10121         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10122         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10123
10124         Adapt to api change
10125
10126 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10127
10128         * thumbnailer/Makefile.am:
10129
10130         Fix distcheck
10131
10132 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10133
10134         * NEWS:
10135         * configure.ac:
10136
10137         Release 0.3.0
10138
10139         * data/evince-ui.xml:
10140
10141         Hide presentation mode for now
10142
10143         * shell/ev-view.c: (highlight_find_results):
10144
10145         Show current find selection only on current page
10146
10147 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10148
10149         * shell/ev-view.c: (ev_view_select_all):
10150
10151         Compute size of the actual page, not of
10152         the current one.
10153
10154 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10155
10156         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10157         (view_rect_to_doc_rect), (compute_selections),
10158         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10159         (ev_view_copy), (ev_view_primary_get_cb),
10160         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10161         (ev_view_button_press_event), (ev_view_motion_notify_event),
10162         (ev_view_button_release_event), (page_changed_cb):
10163
10164         Fix text selection
10165
10166 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10167
10168         * shell/ev-view.c: (compute_border), (get_page_extents),
10169         (doc_rect_to_view_rect), (highlight_find_results),
10170         (ev_view_bin_expose), (ev_view_select_all),
10171         (ev_view_motion_notify_event), (update_find_status_message),
10172         (jump_to_find_result), (jump_to_find_page):
10173
10174         First go at fixing search, still buggy
10175
10176 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10177
10178         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10179         dropdown box and button at the top of the sidebar.
10180
10181 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10182
10183         * configure.ac: Output zoom-control Makefile.
10184         * cut-n-paste/Makefile.am: build zoom-control subdir.
10185         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10186         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10187         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10188         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10189         * cut-n-paste/zoom-control/ephy-zoom.c:
10190         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10191         from epiphany, and modified to add a separator into the menu.
10192         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10193         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10194         zoom-control action.
10195         * shell/Makefile.am: Include zoom-control flags.
10196         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10197         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10198         (ev_view_zoom_for_size_presentation),
10199         (ev_view_zoom_for_size_continuous_and_dual_page),
10200         (ev_view_zoom_for_size_continuous),
10201         (ev_view_zoom_for_size_dual_page),
10202         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10203         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10204         ev_view_get_zoom and ev_view_get_sizing_mode.
10205         * shell/ev-view.h:
10206         * shell/ev-window.c: (update_action_sensitivity),
10207         (update_sizing_buttons), (zoom_control_changed_cb),
10208         (register_custom_actions): Initialize and use the zoom-control 
10209         widget.
10210
10211 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10212
10213         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10214         preview cache back to 1.  Don't know when it got set to 0.
10215         
10216         * shell/ev-view.c: (compute_border), (ev_view_realize),
10217         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10218         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10219         (ev_view_get_fullscreen), (ev_view_set_presentation),
10220         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10221         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10222         * shell/ev-view.h:
10223         * shell/ev-window.c:
10224         (update_chrome_visibility),
10225         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10226         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10227         (update_document_mode), (ev_window_update_fullscreen_action),
10228         (ev_window_fullscreen), (ev_window_unfullscreen),
10229         (ev_window_cmd_view_fullscreen),
10230         (ev_window_update_presentation_action),
10231         (ev_window_run_presentation), (ev_window_stop_presentation),
10232         (ev_window_cmd_view_presentation), (ev_window_state_event),
10233         (ev_window_focus_in_event), (ev_window_focus_out_event),
10234         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10235         * data/evince-ui.xml: Initial presentation mode.  We should
10236         probably hide this until it's done, as it's quite rough.  Also,
10237         change full-screen to fullscreen and add two getters to EvView.
10238
10239 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10240
10241         * shell/ev-page-action.c: (update_page_cache),
10242         (ev_page_action_dispose):
10243         * shell/ev-window.c: (destroy_fullscreen_popup),
10244         (ev_window_create_fullscreen_popup):
10245
10246         Use connect_object rather than explicitly
10247         disconnect on dispose.
10248
10249 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10250
10251         * shell/ev-page-action.c: (update_page_cache),
10252         (ev_page_action_dispose):
10253
10254 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10255
10256         * backend/ev-page-cache.c: (_ev_page_cache_new),
10257         (ev_page_cache_set_page_label),
10258         (ev_page_cache_has_nonnumeric_page_labels):
10259         * backend/ev-page-cache.h:
10260         * shell/ev-page-action.c: (update_pages_label):
10261         
10262         If all page labels are numeric, fallback to default
10263         way to display number of pages. See bug 173185.
10264
10265 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10266
10267         * shell/ev-page-action.c: (ev_page_action_dispose):
10268         * shell/ev-view.c: (view_update_range_and_current_page):
10269         * shell/ev-window.c: (ev_window_dispose):
10270         
10271         Set page on scroll in continuous mode. Fixes bug 301986.
10272         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10273
10274 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10275
10276         * configure.ac:
10277
10278         Require poppler 0.3.0
10279
10280 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10281         
10282         * shell/Makefile.am, configure.ac: Fix build problems
10283         with t1lib. Bug 301996.
10284
10285 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10286
10287         * shell/ev-view.c: (ev_view_scroll_event):
10288         
10289         Scroll up increase zoom
10290
10291 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10292
10293         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10294         (ev_view_set_sizing_mode),
10295         (ev_view_zoom_for_size_continuous_and_dual_page),
10296         (ev_view_zoom_for_size_continuous):
10297         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10298         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10299         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10300         (ev_window_init):
10301
10302         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10303         Fix for 165473 and 165472.
10304
10305 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10306
10307         * po/POTFILES.in:
10308         * thumbnailer/Makefile.am:
10309         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10310         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10311         * thumbnailer/evince-thumbnailer.schemas.in:
10312         
10313         Make thumbnailer schemas translatable. Fix for bug 301773
10314         
10315         * thumbnailer/evince-thumbnailer-djvu.schemas:
10316         * thumbnailer/evince-thumbnailer-dvi.schemas:
10317         * thumbnailer/evince-thumbnailer.schemas:
10318
10319         Removed files
10320
10321 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10322
10323         * shell/ev-view.c (ev_view_init): forgot to set this.
10324
10325 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10326
10327         * shell/ev-view.c: (find_page_at_location),
10328         (get_link_at_location),
10329         (ev_view_set_show_border), (ev_view_set_spacing),
10330         (ev_view_zoom_for_size_continuous_and_dual_page),
10331         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10332         Also, add a quick fix measuring of widths.  Also, removed
10333         ev_view_set_spacing and ev_view_set_show_border.
10334         
10335         * shell/ev-window.c: (ev_window_unfullscreen),
10336         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10337
10338 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10339
10340         * shell/ev-view.c: (view_update_range_and_current_page),
10341         (page_changed_cb):
10342         
10343         Fix crash on exit and scrolling to page in continuous view.
10344
10345 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10346
10347         * TODO:
10348         * backend/ev-page-cache.c: (_ev_page_cache_new),
10349         (ev_page_cache_get_max_width_size),
10350         (ev_page_cache_get_max_height_size):
10351         * backend/ev-page-cache.h:
10352         * data/evince-ui.xml:
10353         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10354         * shell/ev-view.c: (view_update_adjustments),
10355         (view_update_range_and_current_page), (get_bounding_box_size),
10356         (ev_view_size_request_continuous_and_dual_page),
10357         (ev_view_size_request_continuous),
10358         (ev_view_size_request_dual_page),
10359         (ev_view_size_request_single_page), (ev_view_size_request),
10360         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10361         (ev_view_bin_expose), (ev_view_expose_event),
10362         (ev_view_set_property), (ev_view_get_property),
10363         (ev_view_class_init), (ev_view_init), (ev_view_new),
10364         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10365         (ev_view_set_dual_page), (ev_view_set_full_screen),
10366         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10367         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10368         (ev_view_zoom_out), (zoom_for_size_fit_width),
10369         (zoom_for_size_best_fit),
10370         (ev_view_zoom_for_size_continuous_and_dual_page),
10371         (ev_view_zoom_for_size_continuous),
10372         (ev_view_zoom_for_size_dual_page),
10373         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10374         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10375         * shell/ev-view.h:
10376         * shell/ev-window.c: (update_action_sensitivity),
10377         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10378         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10379         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10380         (ev_window_cmd_view_zoom_out), (update_view_size),
10381         (ev_window_set_sizing_mode), (ev_window_init):
10382
10383         Add Continuous and Dual page modes.
10384
10385 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10386
10387         * dvi/dvi-document.c: (dvi_document_load),
10388         (dvi_document_thumbnails_get_thumbnail),
10389         (dvi_document_init_params): Fix up some mixups between
10390         width and height to correct thumbnail rendering.
10391
10392 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10393
10394         * dvi/mdvi-lib/private.h:
10395         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10396         
10397         Suppess output for kpathsea during font generation. Thanks to
10398         James Bowes
10399
10400 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10401
10402         * NEWS:
10403         * configure.ac:
10404
10405         Release 0.2.1
10406
10407         * Makefile.am: fix distcheck.
10408
10409 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10410
10411         * shell/ev-sidebar-links.c: (selection_changed_callback),
10412         (update_page_callback), (row_activated_callback),
10413         (job_finished_callback), (ev_sidebar_links_set_document):
10414         
10415         Fix for bug #169901. Double click on links expands tree.
10416
10417 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10418
10419         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10420         hard-coded style. Fix for bug 170111
10421
10422 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10423
10424         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10425         locking.
10426
10427 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10428
10429         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10430
10431 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10432
10433         * pdf/ev-poppler.cc:
10434         * shell/ev-view.c: (highlight_find_results):
10435
10436         Fix find on single page documents
10437
10438 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10439
10440         * data/evince.schemas.in: fix for bug 301390
10441
10442 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10445         (ev_view_zoom_out), (ev_view_zoom_normal):
10446         * shell/ev-view.h:
10447         * shell/ev-window.c: (update_action_sensitivity),
10448         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10449         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10450         (ev_window_cmd_view_normal_size):
10451
10452         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10453         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10454         better than oom. 
10455
10456 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10457
10458         * configure.ac:
10459
10460         Depend on 2.57, 2.59 doesnt seem to be necessary
10461
10462 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10463
10464         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10465         (create_tool_item):
10466
10467         Put back total number of pages as (1 of 1234)
10468
10469 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10470
10471         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10472         remove the job.
10473
10474         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10475         function.  This helps debugging.
10476
10477 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10478
10479         * djvu/djvu-document.c: (djvu_document_class_init),
10480         (djvu_document_get_info), (djvu_document_document_iface_init):
10481         * dvi/dvi-document.c: (dvi_document_class_init),
10482         (dvi_document_get_info), (dvi_document_document_iface_init):
10483
10484         Dummy implementation of get_info method for dvi and
10485         djvu. Fix crashes with those backends
10486
10487 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10488
10489         * data/evince.desktop.in:
10490
10491         Add application/x-gzpostscript
10492
10493 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10494
10495         * data/evince.schemas.in: Added real long descriptions, 
10496         closes bug 172496 
10497
10498         * README: Added actual text, closes bug 171869
10499
10500 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10501
10502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10503
10504         Thumbnail page 0
10505
10506 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10507
10508         * backend/ev-document-info.h:
10509
10510         s/GDate */GDate so we can just use g_free
10511
10512 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10513
10514         * shell/ev-window.c: (update_document_mode),
10515         (ev_window_setup_document):
10516
10517         Show the window in fullscreen when specified by
10518         the document
10519
10520 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10521
10522         * backend/ev-document.c: (ev_document_class_init),
10523         (ev_document_get_info), (ev_document_render_pixbuf):
10524         * backend/ev-document.h:
10525         * backend/ev-page-cache.c: (_ev_page_cache_new):
10526         * pdf/ev-poppler.cc:
10527         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10528         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10529         * ps/ps-document.c: (ps_document_class_init), (document_load),
10530         (ps_document_get_info), (ps_document_document_iface_init):
10531
10532         Remove get_title from the interface, we can just use document info
10533
10534 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * backend/Makefile.am:
10537         * backend/ev-document.c: (ev_document_render_get_info):
10538         * backend/ev-document.h:
10539         * pdf/ev-poppler.cc:
10540
10541         Initial support for document info. Based on jrb patch.
10542
10543 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10544
10545         * shell/ev-window.c: (ev_window_state_event),
10546         (ev_window_class_init), (ev_window_init):
10547         
10548         Doesn't show resize grip when maximized. See bug #301053
10549
10550 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10551
10552         * po/POTFILES.in:
10553         
10554         ev-sidebar-thumbnails now has translatable labels
10555         
10556         * shell/Makefile.am:
10557         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10558         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10559         (ev_sidebar_links_page_iface_init):
10560         * shell/ev-sidebar-links.h:
10561         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10562         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10563         (ev_sidebar_page_get_label):
10564         * shell/ev-sidebar-page.h:
10565         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10566         (ev_sidebar_thumbnails_set_document),
10567         (ev_sidebar_thumbnails_support_document),
10568         (ev_sidebar_thumbnails_get_label),
10569         (ev_sidebar_thumbnails_page_iface_init):
10570         * shell/ev-sidebar-thumbnails.h:
10571         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10572         (ev_sidebar_set_document):
10573         * shell/ev-sidebar.h:
10574         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10575         
10576         Small rework of sidebar code. Now sidebar pages should implement
10577         EvSidebarPage interface. That makes page management in EvSidebar
10578         easier. See bug #164811 for details
10579
10580 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10581
10582         * shell/ev-application.c: (ev_application_open):
10583         * shell/ev-document-types.c:
10584         
10585         Fix build error and small problem with application exit
10586
10587 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10588
10589         * thumbnailer/Makefile.am:
10590         * thumbnailer/evince-thumbnailer-djvu.schemas:
10591         * thumbnailer/evince-thumbnailer-dvi.schemas:
10592         
10593         Conditionally install schemas for djvu/dvi thumbnailer
10594
10595 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10596
10597         * shell/ev-document-types.h: 
10598         * shell/ev-document-types.c: 
10599         New files, handling the mapping from mimetypes to backends
10600         
10601         * shell/ev-window.c: 
10602         * thumbnailer/evince-thumbnailer.c:     
10603         Use the ev-document-types code
10604         
10605         * shell/Makefile.am: 
10606         Added new convenience library libevbackendfactory_la, containing
10607         the new mimetype->backend logic; moved the backends into it.
10608
10609         * thumbnailer/Makefile.am:
10610         Make the thumbnailer link with the libevbackend.la convenience
10611         library, rather than having a duplicate of the backend logic here.
10612
10613 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10614
10615         * shell/ev-stock-icons.c: constify some vars.
10616         * shell/ev-window.c: ditto.
10617
10618 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10619
10620         * ps/ps-document.c (get_page_orientation):
10621
10622         Respect document orientation 
10623
10624 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10625
10626         * djvu/Makefile.am:
10627         * dvi/Makefile.am:
10628         * shell/Makefile.am:
10629         
10630         Move library dependencies to components.
10631         
10632         * shell/ev-window.c: (update_window_title),
10633         (start_loading_document):
10634         
10635         Fix display of uris with spaces. Bug 168358.
10636
10637 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10638
10639         * shell/ev-sidebar-links.c: (selection_changed_cb):
10640         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10641         (ev_view_button_release_event), (ev_view_set_document):
10642         * shell/ev-view.h:
10643         * shell/ev-window.c: (find_bar_search_changed_cb):
10644         * shell/ev-window.h: Minor cleanups removing some dead code.
10645
10646 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * backend/ev-page-cache.c: (_ev_page_cache_new):
10649         
10650         Set current page to 0 if document has pages.
10651
10652 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10653
10654         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10655
10656         Initialize GError to NULL, fix a crash when loading fails.
10657
10658 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10659
10660         * shell/ev-window.c: (update_view_size):
10661
10662         Calculate shadow size only when there is actually
10663         a shadow.
10664
10665 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10668         * shell/ev-view.h:
10669
10670         Allow setting view spacing, default to 0
10671
10672         * shell/ev-window.c: (ev_window_unfullscreen),
10673         (ev_window_cmd_view_fullscreen), (ev_window_init):
10674
10675         Remove spacing in fullscreen mode
10676
10677 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10678
10679         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10680         (ev_view_size_request), (expose_bin_window),
10681         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10682         * shell/ev-view.h:
10683         * shell/ev-window.c: (ev_window_unfullscreen),
10684         (ev_window_cmd_view_fullscreen):
10685
10686         Do not draw the border in fulscreen
10687
10688 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10689
10690         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10691         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10692         (find_page_at_location), (page_changed_cb):
10693
10694         Rework border calculation, so that I can more easily disable it.
10695         Code somewhat cleaner too.
10696
10697 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10698
10699         * backend/ev-page-cache.c: (ev_page_cache_init),
10700         (_ev_page_cache_new):
10701
10702         Remove some assertions, documents can have 0 pages.
10703         Make initial current page -1.
10704
10705         * shell/ev-page-action.c: (page_changed_cb):
10706
10707         Show "" if current page is -1
10708
10709         * shell/ev-window.c: (update_action_sensitivity),
10710         (ev_window_setup_document):
10711
10712         When document has 0 pages do not set the view
10713         and make nearly everything insensitive.
10714
10715 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10716
10717         * shell/ev-page-view.c:
10718         * shell/ev-page-view.h:
10719
10720         Remove unused files.
10721         
10722         * shell/ev-sidebar-thumbnails.c:
10723         (ev_sidebar_thumbnails_set_document):
10724         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10725         (ev_sidebar_supports_document):
10726         * shell/ev-sidebar.h:
10727         * shell/ev-window.c: (ev_window_setup_document):
10728         
10729         Doesn't show thumbnails if document has 1 page. Make
10730         sidebar menu entries sensitive only if if they have 
10731         sense. Fix bug 164811. 
10732
10733 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10736         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10737         (ev_view_zoom_out), (ev_view_set_size):
10738
10739         Rework sizing to deal with documents with not uniform page
10740         size.
10741
10742 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10743
10744         * backend/ev-page-cache.c: (_ev_page_cache_new):
10745
10746         Fix several page size caching bugs
10747
10748 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10749
10750         * shell/ev-window.c: (set_action_properties):
10751
10752         Make all toolbar items translatable
10753
10754 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10755
10756         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10757         (save_page_list), (ps_document_save),
10758         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10759         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10760         (ps_document_ps_exporter_iface_init):
10761         * ps/ps-document.h:
10762
10763         Based on a patch by J�rg Billeter <j@bitron.ch>
10764         
10765         Implement print and save a copy for the ps backend.
10766
10767 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10768
10769         * backend/ev-document.h:
10770         * djvu/djvu-document.c: (djvu_document_can_get_text),
10771         (djvu_document_document_iface_init):
10772         * dvi/dvi-document.c: (dvi_document_can_get_text),
10773         (dvi_document_document_iface_init):
10774         * pdf/ev-poppler.cc:
10775         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10776         (pixbuf_document_document_iface_init):
10777         * ps/ps-document.c: (ps_document_can_get_text),
10778         (ps_document_document_iface_init):
10779         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10780         * shell/ev-window.c: (update_action_sensitivity):
10781
10782         Fix the crash when trying to copy in backends that doesnt
10783         support it. We can implement a better solution once we
10784         do real text selection.
10785
10786 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10787
10788         * data/evince-ui.xml:
10789         * shell/ev-window.c: (ev_window_cmd_escape):
10790         
10791         Work around the Escape conflict (find bar and unfullscreen)
10792
10793 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10794
10795         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10796         
10797         Fix for #300233. Next page correctly handles document end.
10798         
10799         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10800         (ev_sidebar_thumbnails_class_init),
10801         (ev_sidebar_thumbnails_set_document),
10802         (ev_sidebar_thumbnails_clear_job),
10803         (ev_sidebar_thumbnails_clear_model):
10804         
10805         Cleanup thumbnail jobs on document changes.
10806         
10807         * shell/ev-view.c: (add_scroll_binding_keypad),
10808         (add_scroll_binding_shifted), (ev_view_class_init):
10809         
10810         Shift + Space scrolls up. Fix for #173184
10811         
10812         * shell/ev-window.c: (ev_window_open_page),
10813         (ev_window_cmd_view_reload):
10814         
10815         Fix reload (Bug #300094)
10816
10817 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10818
10819         
10820         * dvi/mdvi-lib/assoc.c:
10821         * dvi/mdvi-lib/assoc.h: Removed garbage files
10822         
10823         * dvi/mdvi-lib/bitmap.c:
10824         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10825         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10826         * dvi/mdvi-lib/color.h: Antialias of rules
10827         
10828         * dvi/mdvi-lib/common.h:
10829         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10830         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10831         * dvi/mdvi-lib/files.c:
10832         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10833         * dvi/mdvi-lib/mdvi.h:
10834         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10835         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10836         * dvi/mdvi-lib/util.c: Fix compile warnings
10837         
10838         * dvi/dvi-document.c:
10839         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10840         (dvi_document_thumbnails_get_thumbnail),
10841         (dvi_document_document_thumbnails_iface_init):
10842         * dvi/mdvi-lib/Makefile.am:
10843         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10844         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10845         
10846         Dvi backend now renders thumbnails
10847
10848 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10849
10850         * shell/main.c: (main): 
10851         
10852         Save accelerators on exit. Fixes bug #172095.
10853
10854 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10855
10856         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10857         update priority" comment.
10858
10859         * backend/ev-job-queue.c: Give a way to change priority.
10860
10861 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10862
10863         * shell/ev-page-action.c: Fix logic.
10864
10865 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10866
10867         * shell/ev-view.c: (ev_view_can_find_next):
10868         * shell/ev-window.c: (ev_window_setup_document):
10869
10870         Check that the document supports find
10871
10872 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10873
10874         * data/evince-ui.xml:
10875         * shell/ev-view.c: (ev_view_can_find_next):
10876         * shell/ev-view.h:
10877         * shell/ev-window.c: (update_action_sensitivity),
10878         (find_changed_cb), (ev_window_setup_document),
10879         (ev_window_cmd_edit_find_next):
10880
10881         Add Edit->Find Next
10882
10883 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10884
10885         * pdf/ev-poppler.cc:
10886         * shell/ev-print-job.c: (idle_print_handler):
10887
10888         Make printing work again
10889
10890 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10891
10892         * shell/ev-page-action.h:
10893         * shell/ev-page-action.c: (ev_page_action_widget_init),
10894         (ev_page_action_widget_class_init), (page_changed_cb),
10895         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10896         (get_filter_model_from_model), (match_selected_cb),
10897         (display_completion_text), (match_completion), (update_model),
10898         (connect_proxy), (ev_page_action_set_property),
10899         (ev_page_action_get_property), (ev_page_action_set_document),
10900         (ev_page_action_set_model), (ev_page_action_class_init): Big
10901         reworking to make completions work iff we have >= GTK-2.7.0
10902                 
10903         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10904         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10905         (job_finished_cb): We now have a 'model' property that is set when
10906         the links are loaded.  This can be caught with "notify::model"
10907
10908         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10909         listen for the model to be set, and propagate it to the action.
10910
10911 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10912
10913         * cut-n-paste/recent-files/egg-recent-item.c:
10914         (egg_recent_item_set_uri), (make_valid_utf8),
10915         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10916         * cut-n-paste/recent-files/egg-recent-item.h:
10917         
10918         Update egg-recent from libegg. This should fix long
10919         startup problem. For details see
10920         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10921
10922 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10923
10924         * cut-n-paste/recent-files/Makefile.am:
10925         * data/evince-ui.xml, shell/Makefile.am:
10926         * shell/ev-application.c, shell/ev-application.h:
10927         * shell/ev-window.c: Recent files support.
10928         
10929         * configure.ac: Added "ru" to ALL_LINGUAS.
10930         
10931         * dvju: new backend to support DJVU files.
10932         * dvi: new backend to support DVI.
10933
10934         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10935         * ev-application.c: Support for new backends.
10936         
10937         * help, ev-window.c, main.c shell/Makefile.am: 
10938         Evince user documentation.
10939
10940 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10941
10942         * po/POTFILES.in:
10943         * shell/ev-window.c:
10944         * thumbnailer/evince-thumbnailer.c:
10945
10946         s/pdf-document/ev-poppler
10947
10948 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10949
10950         * NEWS:
10951         * configure.ac:
10952
10953         Release 0.2.0
10954
10955         * ps/ps-document.c: (setup_pixmap):
10956
10957         Remove debug code
10958
10959 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10960
10961         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10962         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10963         (ev_window_cmd_go_first_page): Fix of by one errors.
10964
10965 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10966
10967         * ps/ps-document.c: (get_page_box):
10968
10969         Fix page size calculation
10970
10971 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10972
10973         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10974         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10975         (get_page_orientation), (setup_page), (document_load),
10976         (ps_document_get_page_size), (render_pixbuf_idle):
10977         * ps/ps-document.h:
10978
10979         More refactoring to adapt to EvDocument changes
10980
10981 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10982
10983         * ps/ps-document.c: (start_interpreter):
10984
10985         Actually add alpha args
10986
10987 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10988
10989         * pdf/ev-poppler.cc:
10990
10991         Make clipboard work again
10992
10993 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10994
10995         Make searching work again.
10996         
10997         * backend/ev-document.c:
10998         * backend/ev-document.h:
10999         * backend/ev-document-find.c:
11000         * backend/ev-document-find.h: Change EvDocumentIface so we no
11001         longer store the current page or zoom level in the document.  The
11002         consequence is that all calls that operate on the current page now
11003         instead take the page number as an extra argument, and all
11004         coordinates are now doubles in document coordinate system.
11005
11006         * pdf/ev-poppler.cc:
11007         * pixbuf/pixbuf-document.c:
11008         * ps/ps-document.c: Update backends accordingly.
11009
11010 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11011
11012         * autogen.sh:
11013
11014         Add required gettext version
11015
11016 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11017
11018         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11019         make F1 bring up non-existent help.
11020
11021         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11022         epiphany's find bar, #167477
11023
11024         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11025         <emil@nishra.com> to add space-bar scrolling, 
11026
11027         * shell/ev-window.c (static GtkActionEntry entries): add default
11028         keybinding for Help (F1)
11029         Fixes #171068
11030
11031         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11032         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11033         170110
11034
11035 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11036
11037         * Makefile.am: 
11038         * pixbuf/pixbuf-document.c: 
11039
11040         Got pixbuf backend working again
11041
11042 2005-04-01  Steve Murphy  <murf@e-tools.com>
11043
11044         * configure.in: Added "rw" to ALL_LINGUAS.
11045
11046 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11047
11048         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11049         model types, noticed by Martin Kretzschmar.
11050
11051 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11052
11053         * pdf/ev-poppler.cc: Implement search based on
11054         poppler_page_find_text().  Currently a bit crude since we remember
11055         all matches from all pages.  Also, we grab the big document lock
11056         when we search since searching changes the underlying stream and
11057         thus conflicts with the rendering thread.
11058         
11059         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11060         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11061         (ev_view_find_previous): Fix some page indexes to be 0 based,
11062         offset rubber band by view offset,
11063
11064 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11065
11066         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11067
11068 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11069
11070         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11071         completely because I didn't understand GtkActions.  I should
11072         read Marco's code more carefully in the future.
11073
11074         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11075         function
11076
11077 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11078
11079         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11080         PopplerRectangle change from poppler CVS.
11081
11082 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11083
11084         * backend/ev-document.c: (ev_document_get_page_label):
11085         * backend/ev-document.h:
11086         * backend/ev-page-cache.c: (_ev_page_cache_new),
11087         (ev_page_cache_get_page_label):
11088         * backend/ev-page-cache.h:
11089         * pdf/ev-poppler.cc:
11090         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11091         (links_page_num_func):
11092         * shell/ev-sidebar-thumbnails.c:
11093         (ev_sidebar_thumbnails_set_document):
11094         * shell/ev-view.c: (status_message_from_link),
11095         (ev_view_motion_notify_event):
11096         * shell/ev-window.c: (document_supports_sidebar): Add in page
11097         label support.  It's not perfect yet, but it's the first 'feature'
11098         in a while.
11099         Also, fix a bogus comment noticed by crispin. 
11100
11101 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11102
11103         * Makefile.am: Remove pixbuf backend for now
11104
11105         * configure.ac: Require poppler-glib instead of just poppler.
11106
11107         * backend/ev-document-thumbnails.h: Add a comment
11108
11109         * backend/ev-document.h:
11110         * backend/ev-document.c: (ev_document_class_init),
11111         (ev_document_load), (ev_document_get_link),
11112         (ev_document_get_links): Remove 3 methods and add get_links.
11113         Also, made 0 based.
11114
11115         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11116         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11117
11118         * backend/ev-link.c: (ev_link_set_title),
11119         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11120         (ev_link_mapping_find):
11121         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11122         
11123         * backend/ev-page-cache.c: (ev_page_cache_init),
11124         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11125         (ev_page_cache_get_size), (ev_page_cache_next_page),
11126         (ev_page_cache_prev_page): Fix to be 0 based.
11127
11128         * pdf/Makefile.am: 
11129         * pdf/ev-poppler.h:
11130         * pdf/ev-poppler.cc: New backend.
11131         
11132         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11133         (ps_document_get_page), (ps_document_document_iface_init):
11134
11135         * shell/ev-pixbuf-cache.h:
11136         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11137         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11138         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11139         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11140         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11141         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11142         based.
11143         
11144         * shell/ev-sidebar-thumbnails.c:
11145         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11146         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11147
11148         * shell/ev-view.c: (status_message_from_link),
11149         (find_page_at_location), (get_link_at_location),
11150         (ev_view_motion_notify_event), (ev_view_button_release_event),
11151         (ev_view_init): Use the new link code.  Fix to be 0 based.
11152
11153         * shell/ev-window.c: (update_action_sensitivity),
11154         (document_supports_sidebar): 0 based.
11155
11156 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11157
11158         * pdf/pdf-document.cc: Patch from Fernando Herrera
11159         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11160         *blush*
11161
11162 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11163
11164         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11165         1 to the page, as this seems to be 1 based.  I thought we has this
11166         fixed.  grump.
11167
11168 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11169
11170         * TODO:
11171         * backend/Makefile.am:
11172         * backend/ev-document-links.c:
11173         (ev_document_links_has_document_links),
11174         (ev_document_links_get_links_model):
11175         * backend/ev-document-links.h:
11176         * backend/ev-document.c: (ev_document_get_page_cache),
11177         (ev_document_get_doc_mutex), (ev_document_load),
11178         (ev_document_save), (ev_document_get_title),
11179         (ev_document_get_n_pages), (ev_document_set_page),
11180         (ev_document_get_page), (ev_document_set_target),
11181         (ev_document_set_scale), (ev_document_set_page_offset),
11182         (ev_document_get_page_size), (ev_document_get_text),
11183         (ev_document_get_link), (ev_document_render),
11184         (ev_document_render_pixbuf), (ev_document_scale_changed):
11185         * backend/ev-document.h:
11186         * backend/ev-job-queue.c: (remove_object_from_queue),
11187         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11188         (no_jobs_available_unlocked), (ev_render_thread),
11189         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11190         (ev_job_queue_remove_job):
11191         * backend/ev-job-queue.h:
11192         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11193         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11194         (ev_job_links_class_init), (ev_job_render_init),
11195         (ev_job_render_dispose), (ev_job_render_class_init),
11196         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11197         (ev_job_thumbnail_class_init), (ev_job_finished),
11198         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11199         (ev_job_render_run), (ev_job_thumbnail_new),
11200         (ev_job_thumbnail_run):
11201         * backend/ev-jobs.h:
11202         * backend/ev-link.c:
11203         * backend/ev-link.h:
11204         * backend/ev-page-cache.c: (ev_page_cache_init),
11205         (ev_page_cache_class_init), (ev_page_cache_finalize),
11206         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11207         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11208         (ev_page_cache_set_link), (ev_page_cache_get_title),
11209         (ev_page_cache_get_size), (ev_page_cache_next_page),
11210         (ev_page_cache_prev_page):
11211         * backend/ev-page-cache.h:
11212         * pdf/pdf-document.cc:
11213         * ps/gsdefaults.c:
11214         * ps/gsdefaults.h:
11215         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11216         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11217         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11218         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11219         (is_interpreter_ready), (output), (catchPipe), (input),
11220         (start_interpreter), (check_filecompressed), (compute_dimensions),
11221         (ps_document_enable_interpreter), (document_load),
11222         (ps_document_next_page), (render_page), (ps_document_set_page),
11223         (ps_document_set_scale), (render_pixbuf_idle),
11224         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11225         * ps/ps-document.h:
11226         * shell/Makefile.am:
11227         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11228         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11229         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11230         (ev_pixbuf_cache_new), (job_finished_cb),
11231         (check_job_size_and_unref), (move_one_job),
11232         (ev_pixbuf_cache_update_range), (find_job_cache),
11233         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11234         (ev_pixbuf_cache_add_jobs_if_needed),
11235         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11236         * shell/ev-pixbuf-cache.h:
11237         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11238         (idle_print_handler):
11239         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11240         (selection_changed_cb), (create_loading_model),
11241         (ev_sidebar_links_construct), (links_page_num_func),
11242         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11243         (update_page_callback), (job_finished_cb),
11244         (ev_sidebar_links_set_document):
11245         * shell/ev-sidebar-thumbnails.c:
11246         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11247         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11248         (page_changed_cb), (thumbnail_job_completed_callback),
11249         (ev_sidebar_thumbnails_set_document):
11250         * shell/ev-sidebar-thumbnails.h:
11251         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11252         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11253         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11254         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11255         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11256         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11257         (ev_view_button_release_event), (ev_view_scroll_view),
11258         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11259         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11260         (ev_view_new), (job_finished_cb), (page_changed_cb),
11261         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11262         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11263         (ev_view_find_previous):
11264         * shell/ev-view.h:
11265         * shell/ev-window.c: (update_action_sensitivity),
11266         (ev_window_open_page), (update_window_title), (update_total_pages),
11267         (page_changed_cb), (ev_window_setup_document),
11268         (password_dialog_response), (ev_window_cmd_save_as),
11269         (ev_window_print), (ev_window_cmd_go_previous_page),
11270         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11271         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11272         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11273         * shell/main.c: (main):
11274
11275         Merge evince-threads branch
11276
11277 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11278
11279         * configure.ac: Added "lt" to ALL_LINGUAS.
11280
11281 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11282
11283         * NEWS:
11284         * configure.ac:
11285
11286         Release 0.1.9
11287
11288 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11289
11290         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11291
11292         Fix here also the thumbnails 1-basedness :)
11293
11294 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11295
11296         * NEWS:
11297         * configure.ac:
11298
11299         Release 0.1.8
11300
11301 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11302
11303         * pdf/pdf-document.cc:
11304         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11305         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11306
11307         Fix the mess we did with thumbnails and 1-basedness
11308
11309 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11310
11311         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11312
11313 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * NEWS:
11316         * configure.ac:
11317
11318         Release 0.1.7
11319
11320 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11321
11322         * ps/Makefile.am:
11323         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11324         (gtk_gs_defaults_get_alpha_parameters),
11325         (gtk_gs_defaults_get_ungzip_cmd),
11326         (gtk_gs_defaults_get_unbzip2_cmd):
11327         * ps/gsdefaults.h:
11328         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11329         (ps_document_get_orientation), (document_load),
11330         (ps_document_goto_page), (ps_document_set_page_size):
11331         * ps/ps-document.h:
11332
11333         Some more sanitization of the ps backend. Remove a lot
11334         of unused code and do not base our defaults on ggv
11335         preferences (ugh!)
11336
11337 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11338
11339         * thumbnailer/evince-thumbnailer.schemas:
11340         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11341         (main): add -s option for thumbnail size.
11342
11343 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11344
11345         * configure.ac:
11346
11347         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11348         remove it.
11349
11350 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11351
11352         * pdf/pdf-document.cc:
11353
11354         Remove 4 pixels of useless border from the
11355         thumbnail.
11356
11357 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11358
11359         * backend/ev-document-thumbnails.c:
11360         (ev_document_thumbnails_get_thumbnail):
11361         * backend/ev-document-thumbnails.h:
11362
11363         Rework API a bit. Add a border flag and
11364         change sizing logic (now the size we specify
11365         applies to the bigger dimension).
11366
11367         * pdf/pdf-document.cc:
11368         * pixbuf/pixbuf-document.c:
11369         (pixbuf_document_thumbnails_get_thumbnail):
11370         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11372
11373         Adapt to the new API and do not draw a border for nautilus
11374         thumbnailer.
11375
11376 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11377
11378         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11379         take thumbnails from page "0" instead of "1". Added a copyright header.
11380
11381 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11382
11383         * ps/ps-document.c: (set_up_page), (start_interpreter):
11384
11385         Make it C89 compliant
11386
11387 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * Makefile.am:
11390         * configure.ac:
11391         * pdf/.cvsignore:
11392         * pdf/pdf-document.cc:
11393         * thumbnailer/Makefile.am:
11394         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11395         (main):
11396         * thumbnailer/evince-thumbnailer.schemas:
11397         * thumbnailer/pdf-icon.png:
11398
11399         Add a nautilus thumbnailer.
11400         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11401
11402 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11403
11404         * NEWS:
11405         * configure.ac:
11406         * po/POTFILES.in:
11407
11408         Release 0.1.6
11409
11410 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11411
11412         Use poppler instead of including xpdf source code.  Poppler is a
11413         fork of xpdf to build it as a shared library. See
11414         http://freedesktop.org/wiki/Software/poppler.
11415
11416         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11417         xpdf fork.
11418         
11419         * pdf/Makefile.am: Build libpdfdocument.a here.
11420         
11421         * pdf/GDKSplashOutputDev.cc:
11422         * pdf/GDKSplashOutputDev.h:
11423         * pdf/GnomeVFSStream.cc:
11424         * pdf/GnomeVFSStream.h:
11425         * pdf-document.cc:
11426         * pdf-document.h:
11427         * test-gdk-output-dev.cc
11428         * Thumb.cc:
11429         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11430         against poppler.
11431
11432 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11435
11436         Clear idle stack before unsetting the document
11437
11438 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11439
11440         * ps/ps-document.c: (ps_document_widget_event),
11441         (ps_document_set_target), (ps_document_finalize),
11442         (ps_document_get_page):
11443
11444         Disconnect the widget event signal on finalize.
11445         Some code cleanups.
11446
11447 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * ps/ps-document.c: (set_up_page):
11450
11451         If there is no bpixmap create one, even if size
11452         is not changed.
11453
11454 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11455
11456         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11457         (set_up_page), (document_load), (ps_document_set_zoom):
11458
11459         Default page is 0. Calculate size even when we have no
11460         target yet.
11461
11462 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11463
11464         * shell/ev-sidebar.c: expand the selection widget to be always as
11465         wide as the sidebar
11466
11467 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * shell/ev-sidebar-thumbnails.c:
11470         (ev_sidebar_thumbnails_set_document):
11471
11472         Clear the list store when setting document
11473
11474 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11475
11476         * shell/ev-page-action.c: (update_entry), (sync_entry),
11477         (activate_cb), (entry_size_request_cb), (create_tool_item),
11478         (connect_proxy):
11479
11480         Use an entry for the page control instead of spinbuttons
11481
11482 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11483
11484         * data/evince.schemas.in:
11485
11486         Correct confusing string
11487
11488 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11491         for real.  Gosh, how long has this been broken.
11492
11493         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11494         check for a NULL link.  We crash otherwise.
11495
11496 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * NEWS:
11499         * configure.ac:
11500
11501         Release 0.1.5
11502
11503 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11504
11505         * configure.ac: add the french translation.
11506
11507 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11508
11509         * shell/ev-window.c:
11510
11511         Remove unused header -> fix distcheck
11512
11513 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * shell/ev-window.c: (update_window_title),
11516         (ev_window_popup_password_dialog):
11517
11518         Unescape filename for display
11519
11520 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11521
11522         * pdf/xpdf/pdf-document.cc:
11523
11524         In get_page_size deal with rotation. Also
11525         cleanup the function a bit.
11526
11527 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * pdf/xpdf/pdf-document.cc:
11530
11531         Fix crash when opening in new window
11532
11533 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * configure.ac:
11536
11537         Check ghostscript >= 7
11538
11539 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11540
11541         * shell/ev-window.c:
11542
11543         Make page width the default sizing mode
11544
11545 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11546         Marco Pesenti Gritti <marco@gnome.org>
11547
11548         * shell/ev-window.c: Remember the sidebar size
11549
11550         * data/evince.schemas.in: Add a new gconf key to store the size of
11551         the sidebar
11552
11553 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11554
11555         * data/evince-ui.xml:
11556         * shell/ev-window.c: (update_action_sensitivity),
11557         (ev_window_cmd_view_reload):
11558         
11559         Add a "Reload" action and menu entry
11560
11561 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11562
11563         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11564         iff the type doesn't support thumbnailing and indexing.
11565
11566 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11567
11568         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11569
11570 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * pdf/splash/Splash.cc:
11573
11574         Port fix for a crasher from kde bug
11575         http://bugs.kde.org/show_bug.cgi?id=97131
11576
11577 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11578
11579         * pdf/xpdf/pdf-document.cc:
11580
11581         Return a link even if it's of an unrecognized
11582         type. Otherwise we go in an infinte cycle.
11583
11584 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11587         (size_allocate_cb), (ev_window_set_sizing_mode):
11588
11589         Update size when switching mode
11590
11591 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11594         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11595         (ev_window_cmd_view_normal_size):
11596
11597         Fix size toggle buttons behavior
11598
11599 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11600
11601         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11602         (doc_rect_to_view_rect), (ev_view_size_allocate),
11603         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11604         (scale_changed_callback):
11605
11606         Do not cache offsets in size_allocate.
11607
11608 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11609
11610         * shell/ev-view.c: (ev_view_size_allocate):
11611
11612         Calculate offsets before calling the parent
11613         class (which does a redraw)
11614
11615 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11616
11617         * pdf/xpdf/pdf-document.cc:
11618
11619         Fix a crasher on exit. Unused code, put a TODO
11620
11621 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11622
11623         * backend/ev-document.c: (ev_document_class_init),
11624         (ev_document_page_changed), (ev_document_scale_changed):
11625         * backend/ev-document.h:
11626
11627         Separate page/scale notifications
11628
11629         * pdf/xpdf/pdf-document.cc:
11630
11631         Emit the new signals.
11632         Do not display the pdf page in _render, do it
11633         when scale/page are requested.
11634
11635         * ps/ps-document.c: (ps_document_set_zoom),
11636         (ps_document_widget_event):
11637         * ps/ps-document.h:
11638
11639         Emit the new signals.
11640
11641         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11642         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11643         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11644         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11645         * shell/ev-view.h:
11646         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11647         (ev_window_cmd_view_page_width), (size_allocate_cb),
11648         (ev_window_set_sizing_mode):
11649
11650         Rework sizing to be pixel based.
11651         There are bugs but should be already way better.
11652
11653 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11654
11655         * shell/ev-window.c: (ev_window_init):
11656
11657         Do not allow to shrink sidebar smaller then
11658         child requisition
11659
11660 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11661
11662         * shell/ev-sidebar.[ch]
11663         * shell/ev-window.c:
11664
11665         Improved sidebar widget. Fixes #166683
11666
11667 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11668
11669         * shell/ev-view.c (update_find_status_message): Give translators
11670         more flexibility with ngettext plural handling.
11671
11672 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11673
11674         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11675         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11676         page when we get the page size.
11677
11678 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11679
11680         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11681
11682         ps pages are 0 based, convert 
11683
11684 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11685
11686         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11687
11688         Initialize correct parent class. Set GError on document load
11689
11690 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11691
11692         * pdf/xpdf/pdf-document.cc:
11693
11694         Fixup selection offset calculation
11695
11696         * shell/ev-view.c: (view_rect_to_doc_rect),
11697         (doc_rect_to_view_rect), (ev_view_size_allocate),
11698         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11699         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11700
11701         Store selection as document relative, so that zooming
11702         and offset changing doesnt break it.
11703
11704 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11705
11706         * shell/ev-view.c: (ev_view_best_fit):
11707
11708         Do not try to best fit if the view is not realized
11709
11710 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11711           
11712         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11713
11714 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11715
11716         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11717
11718 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11719
11720         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11721         the popup window.  That prevents it resizing when in full screen
11722         mode.
11723
11724         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11725         multiple rerenders.  This pretty much sucks.
11726
11727         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11728         rest of the toolbar.
11729
11730 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11731
11732         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11733
11734 2005-02-17  Alexander Shopov  <ash@contact.bg>
11735
11736         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11737
11738 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11739
11740         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11741
11742 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11743
11744         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11745         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11746         (set_document_page), (document_changed_callback),
11747         (ev_view_set_document), (ev_view_find_previous),
11748         (ev_view_hide_cursor), (ev_view_show_cursor):
11749         * shell/ev-view.h:
11750         * shell/ev-window.c: (update_chrome_visibility),
11751         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11752         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11753         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11754         (ev_window_unfullscreen):
11755         * shell/main.c: (main):
11756
11757         Automatically hide the fullscreen button.
11758         Patch by Kristian Høgsberg <krh@redhat.com>
11759
11760 2005-02-16  Vincent Noel  <vnoel@cox.net>
11761
11762         * shell/main.c (main): Specify an icon for the window. Patch by
11763         Jaap A. Haitsma. Fixes #166177.
11764
11765 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11766
11767         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11768
11769 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11770
11771         * backend/ev-document-misc.h:
11772         * backend/ev-document-misc.c:
11773         (ev_document_misc_get_page_border_size),
11774         (ev_document_misc_paint_one_page): New function to canonicalize
11775         sizing/painting a border.
11776
11777         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11778         used.
11779
11780         * pdf/xpdf/pdf-document.cc: use new function
11781
11782         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11783         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11784         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11785         shell/ev-window.c: (update_sizing_buttons),
11786         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11787         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11788         (ev_window_cmd_view_page_width), (size_allocate_cb),
11789         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11790         and "fit width" values act as toggle buttons so they stay
11791         toggled.  It's not 100% perfect, and it's a little slow, but it's
11792         good enough to commit I think.
11793
11794 2005-02-15  David Lodge  <dave@cirt.net>
11795
11796         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11797
11798 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11799
11800         * shell/ev-window.c (update_window_title): replace newlines in
11801         the title by spaces. Bug #166107.
11802
11803 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11804
11805         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11806         parameters providing allocation width and height without
11807         scrollbars and width of a possible vertical scrollbar. With this
11808         additional information the functions can work as
11809         intended. Unfortunately they're not idempotent. We should
11810         transform these commands to toggles. Fixes Bug #164976
11811         Initial patch by Stephane Loeuillet, then heavily modified.
11812
11813         * shell/ev-view.h: update prototypes.
11814
11815         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11816         (ev_window_cmd_view_page_width): provide EvView fit functions with
11817         all the information they need. Formulas to calculate this
11818         information taken from GtkScrolledWindow.
11819
11820 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11821
11822         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11823         created a thumbnail, the list store is updated to know
11824         that the thumbnail is set. Fixes bug #166792
11825
11826 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11827
11828         * shell/ev-window.c: fixed typo, closes bug 166897
11829
11830         * TODO: updated TODO with bug numbers that are relevant
11831
11832 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11833
11834         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11835
11836 2005-02-09  Vincent Noel  <vnoel@cox.net>
11837
11838         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11839         and "Next" toolbar buttons as important to make them stand out.
11840
11841 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * lib/ev-debug.c:
11844         * lib/ev-debug.h:
11845         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11846         (start_interpreter), (stop_interpreter), (document_load),
11847         (ps_document_next_page), (ps_document_goto_page),
11848         (ps_document_set_page_size), (ps_document_widget_event),
11849         (ps_document_render):
11850         * shell/ev-page-view.c: (ev_page_view_dispose):
11851         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11852
11853         Fix compilation on non-gcc platforms
11854
11855 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * NEWS:
11858         * configure.ac:
11859
11860         Release 0.1.4
11861
11862         * pdf/xpdf/Catalog.cc:
11863         * pdf/xpdf/XRef.cc:
11864
11865         Fix the fix for CAN-2004-0888
11866
11867 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11868
11869         * data/Makefile.am:
11870         * data/evince-ui.xml:
11871         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11872         * shell/ev-stock-icons.h:
11873         * shell/ev-window.c: (update_action_sensitivity),
11874         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11875         (set_action_properties):
11876
11877         Improve toolbar layout/icons
11878
11879 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11880
11881         * pdf/xpdf/pdf-document.cc:
11882
11883         Add warnings about unimplemented/unknown link
11884         types.
11885
11886 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11887
11888         * ps/ps-document.c: (set_up_page):
11889
11890         Log gs property
11891
11892 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11893
11894         * ps/ps-document.c: (start_interpreter):
11895
11896         Log gs env var
11897
11898 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * shell/ev-page-view.c: (ev_page_view_dispose):
11901         * shell/ev-view.c: (ev_view_finalize):
11902         * shell/ev-window.c: (ev_window_setup_document),
11903         (ev_window_dispose), (ev_window_init):
11904
11905         Solve more refs issues.
11906
11907         I commented out the page_view initialization for now:
11908         it was never destroyed (because it's never added
11909         to a container). Because of that we was leaking
11910         gs processes. Couldnt think to a clean fix.
11911         We need to figure this out, password view has the
11912         same issue probably.
11913
11914 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * ps/ps-document.c: (ps_document_finalize),
11917         (ps_document_get_n_pages), (ps_document_get_page):
11918
11919         Some cleanups, stop the interpreter on finalize
11920
11921         * shell/ev-page-view.c: (ev_page_view_dispose),
11922         (ev_page_view_class_init):
11923
11924         Release our reference on the document
11925
11926 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11927
11928         * Makefile.am:
11929         * configure.ac:
11930         * doc/debugging.txt:
11931         * lib/.cvsignore:
11932         * lib/Makefile.am:
11933         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11934         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11935         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11936         * lib/ev-debug.h:
11937
11938         Add debugging helpers
11939
11940         * ps/Makefile.am:
11941         * ps/ps-document.c: (set_up_page), (start_interpreter),
11942         (stop_interpreter), (document_load), (ps_document_next_page),
11943         (ps_document_goto_page), (ps_document_set_page_size),
11944         (ps_document_widget_event), (ps_document_render):
11945         * shell/Makefile.am:
11946         * shell/ev-view.c: (expose_bin_window):
11947         * shell/main.c: (main):
11948
11949         Add some logs
11950         
11951 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11952
11953         * ps/ps-document.c: (ps_document_widget_event):
11954
11955         Initialize message_window, this should make ps
11956         rendering really work! (Never noticed because I was
11957         testing with a ps that is causing gs to exit every time!)
11958
11959 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11960
11961         * data/evince.schemas.in: updated simple error in applyto closing tag
11962
11963 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11964
11965         * Makefile.am:
11966         * configure.ac:
11967         * data/.cvsignore:
11968         * data/Makefile.am:
11969         * data/evince-ui.xml:
11970         A data/evince.schemas.in:
11971         * po/POTFILES.in:
11972         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11973         * shell/ev-stock-icons.h:
11974         * shell/ev-window.c: (update_chrome_visibility),
11975         (update_chrome_flag), (ev_window_cmd_edit_find),
11976         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11977         (ev_window_unfullscreen), (ev_window_focus_in_event),
11978         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11979         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11980         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11981         (ev_window_dispose), (ev_window_class_init),
11982         (set_action_properties), (set_chrome_actions), (load_chrome),
11983         (ev_window_init):
11984
11985         Implement fullscreen mode changes from bug #164776.
11986         Also implement persistent chrome toggles.
11987
11988 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11989
11990         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11991
11992 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11993
11994         * NEWS:
11995         * configure.ac:
11996         * shell/ev-view.c:
11997
11998         Add another check for find interface
11999
12000         Release 0.1.3
12001
12002 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * shell/ev-application.c: (ev_application_open):
12005         * shell/ev-window.c: (ev_window_open):
12006
12007         Open gzipped ps documents
12008
12009 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * TODO:
12012         * shell/ev-view.c: (set_document_page):
12013
12014         Clamp page number, dont try to move to
12015         not existant pages.
12016
12017 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * backend/ev-document-find.c: (ev_document_find_changed):
12020         * backend/ev-document-find.h:
12021         * pdf/xpdf/pdf-document.cc:
12022         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12023         * shell/ev-window.c: (find_bar_search_changed_cb):
12024
12025         Fix several bugs with find
12026
12027 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12028
12029         * shell/ev-sidebar-thumbnails.c
12030         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12031         document. Prevents warning from scroll_to_cell.
12032
12033 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12034
12035         * configure.ac: Add «nb» to ALL_LINGUAS too.
12036
12037 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12038
12039         * NOTES: New file with some random thoughts.
12040
12041         * TODO: Update.
12042
12043         * backend/ev-document-misc.c:
12044         (ev_document_misc_get_page_border_size): New function to
12045         canonicalize shadow drawing sizes.  Possibly goofy.
12046
12047         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12048         (ev_view_best_fit), (ev_view_fit_width):
12049         * pdf/xpdf/pdf-document.cc:
12050         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12051         * ps/ps-document.c: (ps_document_get_page_size):
12052         * backend/ev-document-misc.h:
12053         * backend/ev-document.c: (ev_document_get_page_size):
12054         * backend/ev-document.h: get_page_size now takes a page number
12055         parameter.  Made all the backends/frontends honor it.
12056
12057         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12058         see.  Doesn't work yet.
12059
12060         * shell/Makefile.am:
12061         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12062         Doesn't do anything yet.
12063
12064         * shell/ev-sidebar-thumbnails.c:
12065         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12066         [0..n_pages-1]
12067
12068         * shell/ev-window.c: (update_action_sensitivity),
12069         (ev_window_setup_document), (ev_window_set_page_mode),
12070         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12071         view-swapping code a bit so we can have multiple views on a
12072         document.  Add the multi-page view, though it can't be turned on
12073         yet.
12074
12075 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12076
12077         * shell/ev-application.c: (ev_application_open):
12078         * shell/ev-view.c: (expose_bin_window):
12079         * shell/ev-window.c: (ev_window_open):
12080
12081         Support eps and check document supports find
12082         before drawing highlightings in expose.
12083
12084 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12085
12086         * pixbuf/pixbuf-document.c:
12087         (pixbuf_document_thumbnails_get_dimensions),
12088         (pixbuf_document_document_thumbnails_iface_init):
12089
12090         implement get_dimensions
12091
12092 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * NEWS:
12095         * configure.ac:
12096
12097         Release 0.1.2
12098
12099 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * shell/ev-view.c: (set_document_page):
12102
12103         Scroll at the top of the page when changing page
12104
12105 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * shell/ev-view.c: (ev_view_motion_notify_event):
12108
12109         Do not redraw unnecessarily
12110
12111 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * pdf/xpdf/pdf-document.cc:
12114         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12115         (expose_bin_window), (find_changed_cb):
12116
12117         Yay! find works now... Now to find bugs...
12118
12119 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12120
12121         * backend/ev-document-find.c: (ev_document_find_base_init),
12122         (ev_document_find_changed):
12123         * backend/ev-document-find.h:
12124         * pdf/xpdf/pdf-document.cc:
12125         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12126         (expose_bin_window), (ev_view_init), (set_document_page),
12127         (ensure_rectangle_is_visible), (jump_to_find_result),
12128         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12129         (ev_view_find_next), (ev_view_find_previous):
12130         * shell/ev-view.h:
12131         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12132
12133         More work on find implementation, mostly there now
12134
12135 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12136
12137         * backend/ev-backend-marshalers.list:
12138         * backend/ev-document-find.c: (ev_document_find_base_init),
12139         (ev_document_find_cancel), (ev_document_find_page_has_results),
12140         (ev_document_find_get_n_results), (ev_document_find_get_result),
12141         (ev_document_find_get_progress), (ev_document_find_changed):
12142         * backend/ev-document-find.h:
12143
12144         Enanche the find interface to be really able to do
12145         multi page find.
12146
12147         * pdf/xpdf/pdf-document.cc:
12148
12149         Implement
12150
12151         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12152         (expose_bin_window), (ev_view_init),
12153         (ev_view_get_find_status_message), (find_changed_cb),
12154         (ev_view_set_document), (set_document_page):
12155
12156         Adapt to the new interface. A few things are regressed sorry,
12157         I will finish it soon.
12158
12159 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12160
12161         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12162         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12163         ev_sidebar_thumbnails_parent_class variable, don't define another
12164         parent_class variable.
12165
12166         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12167         (ev_page_action_class_init): ditto.
12168
12169         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12170         (pixbuf_document_class_init): ditto.
12171
12172         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12173         ditto.
12174
12175         * .cvsignore: ignore various valgrind output files.
12176
12177 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12178
12179         * data/evince-ui.xml:
12180         * shell/Makefile.am:
12181         * shell/ev-history.c:
12182         * shell/ev-history.h:
12183         * shell/ev-navigation-action.c:
12184         * shell/ev-navigation-action.h:
12185         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12186         (ev_view_set_page), (ev_view_fit_width):
12187         * shell/ev-view.h:
12188         * shell/ev-window.c: (update_action_sensitivity),
12189         (ev_window_setup_document), (register_custom_actions):
12190
12191         Kill session history
12192
12193 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * shell/ev-window.c: (update_action_sensitivity):
12196
12197         Fix inverted up/down buttons
12198
12199 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12200
12201         * shell/ev-sidebar-thumbnails.c
12202         (ev_sidebar_thumbnails_select_page): make sure the selected
12203         thumbnail stays visible.
12204
12205 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12206
12207         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12208         scrolled window for Federico.
12209
12210 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12211
12212         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12213
12214 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12215
12216         * configure.ac:
12217         * pdf/splash/SplashFTFontEngine.cc:
12218
12219         Fix CID fonts with freetype 2.1.9
12220
12221 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12222
12223         * TODO: added item for desktop icon thumbnailer
12224
12225 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12226
12227         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12228         unloaded docs when the title is accessed.
12229
12230         * shell/ev-password-view.[hc]: New widget for displaying password
12231         state.
12232
12233         * shell/ev-window.[ch]: Refactor password handling code to handle
12234         the new view.
12235
12236 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12237
12238         * NEWS:
12239         * configure.ac:
12240         * data/Makefile.am:
12241
12242         Release 0.1.1
12243
12244 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12245
12246         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12247         ignore page offset here, to make search results independent of it,
12248
12249         * shell/ev-view.c (expose_bin_window): but take offsets into
12250         account here. Bug #164932
12251
12252         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12253         scale at the right time. Bug #164996
12254
12255 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12256
12257         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12258         fix the problem. Now I just removed the Adobe font names and hope
12259         that the URW fonts are always in outline format. Bug #164934
12260
12261         * shell/ev-window.c (update_window_title): empty titles are
12262         useless, use filename in that case too.
12263
12264         * NEWS: Add some content.
12265
12266 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12267
12268         * TODO: added one more TODO item and a TODONE section :)
12269
12270 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12271
12272         * ps/ps-document.h: add page_[xy]_offset fields.
12273
12274         * ps/ps-document.c (ps_document_set_page_offset)
12275         (ps_document_render): Keep offset in consideration in a few
12276         places. Bug #164752 "postscript documents are not centered in
12277         window"
12278
12279         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12280         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12281
12282         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12283         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12284         stub out missing methods for complete EvDocument implementation.
12285         Fixes segfaults with Save A Copy and Copy actions.
12286
12287         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12288         (ps_document_document_iface_init): ditto.
12289         
12290 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12291
12292         * data/.cvsignore:
12293         * data/Makefile.am:
12294         * data/evince.desktop.in:
12295
12296         Add desktop file
12297
12298 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * shell/ev-view.c: (ev_view_button_press_event),
12301         (ev_view_motion_notify_event):
12302
12303         Make selection work in any direction
12304
12305 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12306
12307         * TODO:
12308         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12309
12310         Use shorter labels for some of the toolbars items
12311
12312 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12313
12314         * pdf/xpdf/pdf-document.cc:
12315
12316         Check the links info is initialized before
12317         using it. Should fix a crash on startup.
12318
12319 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12320
12321         * pixbuf/pixbuf-document.c
12322         (pixbuf_document_thumbnails_get_dimensions): force floating point
12323         division to calculate page_ratio. Fixes crash with landscape
12324         format pixbufs.
12325
12326 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12327
12328         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12329
12330 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12331
12332         * shell/ev-view.c (set_document_page): unset has_selection when
12333         the page changes.
12334         (set_document_page): handle paper size changes when the page
12335         changes (test with Free Culture, page 2).
12336
12337 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12338
12339         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12340         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12341
12342         Use normal style color for the widget background and
12343         draw a black box around the page.
12344
12345 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * pdf/xpdf/pdf-document.cc:
12348
12349         Keep offset in consideration in a few places
12350
12351         * shell/ev-view.c: (expose_bin_window):
12352
12353         Set the offsets so that the document is ever centered
12354
12355 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12356
12357         * TODO: Added TODO items and finished off the first todo item
12358
12359         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12360         reflect current authors
12361
12362 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12363
12364         * pdf/xpdf/pdf-document.cc:
12365         * shell/ev-view.c: (ev_view_set_cursor),
12366         (ev_view_motion_notify_event), (document_changed_callback),
12367         (set_document_page):
12368
12369         Show a wait cursor while the page is rendering
12370
12371 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12372
12373         * shell/ev-sidebar-thumbnails.c:
12374         (ev_sidebar_tree_selection_changed),
12375         (ev_sidebar_thumbnails_select_page):
12376         * shell/ev-sidebar-thumbnails.h:
12377         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12378         (ev_view_can_go_forward):
12379         * shell/ev-window.c: (ev_window_open_page),
12380         (ev_window_setup_document), (update_current_page),
12381         (view_page_changed_cb), (ev_window_init):
12382         * shell/ev-window.h:
12383
12384         Ensure thumbnails selection, toolbar page control and
12385         current page are in sync.
12386
12387 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12388
12389         * pdf/xpdf/XRef.cc:
12390
12391         Fix CAN-2005-0064
12392
12393 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12394
12395         * backend/Makefile.am:
12396         * backend/ev-document-links.h:
12397         * backend/ev-document-security.c: (ev_document_security_get_type),
12398         (ev_document_security_has_document_security),
12399         (ev_document_security_set_password):
12400         * backend/ev-document-security.h:
12401         * backend/ev-document.c: (ev_document_error_quark):
12402         * backend/ev-document.h:
12403         * data/Makefile.am:
12404         * data/evince-password.glade:
12405         * pdf/xpdf/pdf-document.cc:
12406         * shell/Makefile.am:
12407         * shell/ev-password.c: (ev_password_set_bad_password_label),
12408         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12409         (ev_password_dialog_get_password),
12410         (ev_password_dialog_set_bad_pass):
12411         * shell/ev-password.h:
12412         * shell/ev-window.c: (ev_window_get_attribute),
12413         (ev_window_set_property), (update_action_sensitivity),
12414         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12415         (ev_window_setup_document), (ev_window_get_password),
12416         (ev_window_open), (ev_window_cmd_save_as),
12417         (using_postscript_printer), (ev_window_print),
12418         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12419         (update_fullscreen_popup), (ev_window_fullscreen),
12420         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12421         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12422         (menu_item_select_cb), (find_bar_search_changed_cb),
12423         (ev_window_dispose), (ev_window_init):
12424
12425         Add initial support for password-supported dialogs.  This could be
12426         a lot cooler, but it'll do for now.
12427
12428 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12429
12430         * pdf/xpdf/pdf-document.cc:
12431         * shell/ev-view.c: (status_message_from_link),
12432         (ev_view_set_status), (ev_view_set_cursor),
12433         (ev_view_motion_notify_event), (ev_view_init):
12434         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12435
12436         Fix bugs in the links implementation and change cursor
12437         when hovering a link.
12438
12439 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12440
12441         * viewer/.cvsignore: added cvsignore file for viewer directory
12442
12443         * TODO: created TODO document
12444
12445 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12446
12447         * shell/ev-view.h:
12448         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12449         new functions to help with implementation of sensitivity code
12450         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12451         of all actions that might require it.  Fixes a crash when you
12452         click on the Zoom actions in a window lacking a document.
12453
12454 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12455
12456         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12457         of the Find action
12458
12459 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12462         (pixbuf_document_document_iface_init):
12463         * ps/ps-document.c: (ps_document_get_link),
12464         (ps_document_document_iface_init):
12465         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12466         (status_message_from_link), (ev_view_set_status),
12467         (ev_view_set_find_status), (ev_view_motion_notify_event),
12468         (ev_view_button_release_event), (ev_view_set_property),
12469         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12470         (ev_view_get_find_status_message), (update_find_results),
12471         (ev_view_get_status), (ev_view_get_find_status):
12472         * shell/ev-view.h:
12473         * shell/ev-window.c: (view_status_changed_cb),
12474         (view_find_status_changed_cb), (ev_window_init):
12475
12476         View status message support, use it to show the links.
12477         Needs work...
12478
12479 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12480
12481         * backend/ev-document.c: (ev_document_get_link):
12482         * backend/ev-document.h:
12483         * pdf/xpdf/pdf-document.cc:
12484         * shell/ev-application.c: (ev_application_open):
12485         * shell/ev-application.h:
12486         * shell/ev-sidebar-links.c: (selection_changed_cb):
12487         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12488         (ev_view_go_to_link):
12489
12490         Add support for document links
12491
12492 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12493
12494         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12495         (create_tool_item):
12496         Set the spin button limits correctly.
12497         
12498         * shell/ev-sidebar-thumbnails.c:
12499         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12500         Support changing pages by clicking on the thumbnails.
12501         
12502 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12503
12504         * pixbuf/pixbuf-document.c:
12505         (pixbuf_document_thumbnails_get_dimensions),
12506         (pixbuf_document_document_thumbnails_iface_init):
12507
12508         implement get_dimensions
12509
12510 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * ps/ps-document.c: (ps_document_goto_page):
12513
12514         Fix page switching on multipage documents
12515
12516 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12517
12518         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12519         
12520         check for NULL before assigning to width and height parameters
12521
12522 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12523
12524         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12525         (pixbuf_document_set_property), (pixbuf_document_get_property):
12526
12527         implement get/set properties
12528
12529 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12530
12531         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12532         
12533         return NULL instead of "Unknown", letting the title get set to
12534         the filename when the pdf has no title.
12535
12536 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * ps/ps-document.c: (ps_document_get_page_count),
12539         (ps_document_goto_page):
12540
12541 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12542
12543         * shell/ev-history.c: (ev_history_get_property),
12544         (ev_history_set_property), (ev_history_class_init),
12545         (ev_history_add_page), (ev_history_set_current_index):
12546         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12547         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12548         (ev_navigation_action_finalize):
12549         * shell/ev-navigation-action.h:
12550         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12551         (ev_view_go_forward), (ev_view_get_find_status_message),
12552         (history_index_changed_cb), (ev_view_set_history):
12553         * shell/ev-view.h:
12554         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12555         (update_current_page), (register_custom_actions):
12556
12557         Implement history dropdowns
12558
12559 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12562         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12563         (ev_view_go_forward):
12564         * shell/ev-window.c: (register_custom_actions):
12565
12566         Fix several history bugs
12567
12568 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12569
12570         * configure.ac: Add «nb» to ALL_LINGUAS.
12571
12572 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * backend/Makefile.am:
12575         * backend/ev-bookmark.c:
12576         * backend/ev-bookmark.h:
12577         * backend/ev-document-bookmarks.c:
12578         * backend/ev-document-bookmarks.h:
12579         * backend/ev-document-links.c: (ev_document_links_get_type),
12580         (ev_document_links_has_document_links),
12581         (ev_document_links_begin_read), (ev_document_links_get_link),
12582         (ev_document_links_get_child), (ev_document_links_next),
12583         (ev_document_links_free_iter):
12584         * backend/ev-document-links.h:
12585         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12586         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12587         (ev_link_get_link_type), (ev_link_set_link_type),
12588         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12589         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12590         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12591         (ev_link_new_external):
12592         * backend/ev-link.h:
12593         * pdf/xpdf/pdf-document.cc:
12594         * shell/Makefile.am:
12595         * shell/ev-application.c: (ev_application_open_link):
12596         * shell/ev-application.h:
12597         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12598         (ev_history_get_link_nth):
12599         * shell/ev-history.h:
12600         * shell/ev-sidebar-bookmarks.c:
12601         * shell/ev-sidebar-bookmarks.h:
12602         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12603         (ev_sidebar_links_class_init), (selection_changed_cb),
12604         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12605         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12606         (do_one_iteration), (populate_links_idle),
12607         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12608         * shell/ev-sidebar-links.h:
12609         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12610         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12611         (go_to_index):
12612         * shell/ev-view.h:
12613         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12614         * shell/ev-window.h:
12615
12616         Rename bookmark to link, and use "Index" for the sidebar panel.
12617
12618 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * shell/Makefile.am:
12621         * shell/ev-application.c: (ev_application_open_bookmark):
12622         * shell/ev-application.h:
12623         * shell/ev-history.c: (ev_history_init), (free_links_list),
12624         (ev_history_finalize), (ev_history_class_init),
12625         (ev_history_add_link), (ev_history_add_page),
12626         (ev_history_get_link_nth), (ev_history_get_n_links),
12627         (ev_history_get_current_index), (ev_history_set_current_index),
12628         (ev_history_new):
12629         * shell/ev-history.h:
12630         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12631         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12632         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12633         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12634         (ev_view_set_page):
12635         * shell/ev-view.h:
12636         * shell/ev-window.c: (ev_window_open_bookmark),
12637         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12638         (goto_page_cb), (register_custom_actions):
12639         * shell/ev-window.h:
12640
12641         Initial history implementation. Needs work.
12642
12643 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12644
12645         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12646
12647 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * cut-n-paste/recent-files/egg-recent-item.c:
12650         * cut-n-paste/recent-files/egg-recent-item.h:
12651         * cut-n-paste/recent-files/egg-recent-model.c:
12652         * cut-n-paste/recent-files/egg-recent-util.c:
12653         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12654         * cut-n-paste/recent-files/egg-recent-view.c:
12655
12656         Update
12657
12658 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12659
12660         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12661         (fillGlyph, fillImageMask, drawImage):
12662         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12663         pdf/splash/SplashTypes.h:
12664         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12665         packed mode for Splash.
12666
12667         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12668         RGB8 packed mode, eliminates the pixbuf data creation loop.
12669
12670         * shell/ev-print-job.c (ev_print_job_finalize)
12671         (ev_print_job_set_property, ev_print_job_get_property)
12672         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12673         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12674         (print_closure_finalize, ev_print_job_print): implement
12675         printing (for backends with EvPsExporter)
12676
12677         * shell/ev_print_job.h: update prototypes.
12678
12679         * shell/ev-window.c (ev_window_print): unref print job after
12680         printing.
12681
12682         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12683         unless the document implements the EvDocumentFind interface.
12684
12685 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12686
12687         * configure.ac: Added ja to ALL_LINGUAS.
12688
12689 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * pdf/xpdf/pdf-document.cc:
12692
12693         add a FIXME. We should probably not allocate
12694         a bookmark object every time
12695
12696 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12697
12698         * shell/ev-application.c: (ev_application_open),
12699         (ev_application_open_bookmark):
12700         * shell/ev-application.h:
12701         
12702         Add a way to open bookmarks
12703
12704         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12705         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12706         (ev_bookmark_set_property), (ev_bookmark_class_init),
12707         (ev_bookmark_new_title), (ev_bookmark_new_link),
12708         (ev_bookmark_new_external):
12709
12710         Support for external uris, better constructors.
12711
12712         * backend/ev-bookmark.h:
12713         * pdf/xpdf/pdf-document.cc:
12714         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12715
12716         Handle external uris
12717
12718 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12721         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12722
12723         Hook up bookmarks navigation
12724
12725 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12726
12727         * backend/Makefile.am:
12728         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12729         (ev_bookmark_get_title), (ev_bookmark_set_title),
12730         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12731         (ev_bookmark_get_page), (ev_bookmark_set_page),
12732         (ev_bookmark_get_property), (ev_bookmark_set_property),
12733         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12734         (ev_bookmark_new):
12735         * backend/ev-bookmark.h:
12736         * backend/ev-document-bookmarks.c:
12737         (ev_document_bookmarks_get_bookmark):
12738         * backend/ev-document-bookmarks.h:
12739         * pdf/xpdf/pdf-document.cc:
12740         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12741
12742         Add a bookmark object to the backend and use it instead of get_values
12743
12744 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12745
12746         * data/evince-ui.xml:
12747
12748         Cleanup and add select all.
12749
12750         * shell/ev-view.c: (ev_view_select_all),
12751         (ev_view_button_press_event):
12752         * shell/ev-view.h:
12753         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12754
12755         Add select all.
12756         Clear selection on click.
12757
12758 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12759
12760         * shell/ev-sidebar-thumbnails.c
12761         (ev_sidebar_thumbnails_set_document): forgot to unref the
12762         loading_icon.
12763
12764 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12765
12766         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12767         at the visible page, not just linearly.  This makes it look fast.
12768
12769 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12770
12771         * backend/ev-document-misc.c
12772         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12773         white.
12774         * backend/ev-document-thumbnails.h: New interface to get the size
12775         of a page.
12776
12777 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12778
12779         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12780         make dist works
12781
12782 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12783
12784         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12785         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12786         things up a bit.
12787
12788         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12789
12790 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12791
12792         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12793         fonts. Should fix font problems on systems that have the base
12794         fonts in bitmap format. Reported by James Henstridge
12795         <james@jamesh.id.au>.
12796
12797 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12798
12799         * pdf/xpdf/Gfx.cc:
12800         * pdf/xpdf/GfxState.cc:
12801
12802         Fix for CAN-2004-1125
12803
12804 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12805
12806         * shell/ev-view.c: (ev_view_copy):
12807         * shell/ev-view.h:
12808         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12809
12810         Implement Edit->Copy
12811
12812 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12813
12814         * backend/ev-document.c: (ev_document_get_text):
12815         * backend/ev-document.h:
12816         * pdf/xpdf/pdf-document.cc:
12817         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12818         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12819         (ev_view_update_primary_selection), (ev_view_button_press_event),
12820         (ev_view_motion_notify_event), (ev_view_button_release_event):
12821
12822         Beginnings of clipboard support. Incomplete but primary sort
12823         of work.
12824
12825 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12828         (expose_bin_window):
12829
12830         Nicer rubberband drawing, from GtkIconView.
12831
12832 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12833
12834         * backend/ev-document.c: (ev_document_save):
12835         * backend/ev-document.h:
12836         * data/evince-ui.xml:
12837         * pdf/xpdf/pdf-document.cc:
12838         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12839
12840         Implement "Save a copy..." menu item
12841
12842 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12843
12844         * shell/ev-view.c: (ev_view_zoom):
12845
12846         Queue a resize when zoom changes
12847
12848 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12849
12850         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12851         shadows.
12852
12853         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12854         thumbnails..
12855
12856 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12857
12858         * pdf/xpdf/pdf-document.cc
12859         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12860
12861 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12862
12863         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12864         It's slow, but I'll speed it up next!
12865
12866 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12867
12868         * shell/main.c (load_files):
12869
12870         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12871         from the command line and because it seems more appropriate.
12872
12873 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12874
12875         * data/evince-ui.xml:
12876         * shell/ev-window.c: (update_action_sensitivity),
12877         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12878
12879         s/next page/page down
12880         s/previous page/page up
12881
12882 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12883
12884         * data/evince-ui.xml:
12885
12886         Change the layout to match clarkbw design.
12887
12888         * shell/Makefile.am:
12889         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12890         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12891         (ev_navigation_action_finalize),
12892         (ev_navigation_action_set_property),
12893         (ev_navigation_action_get_property),
12894         (ev_navigation_action_class_init):
12895         * shell/ev-navigation-action.h:
12896
12897         Implement clarkbw toolbar navigation controls (incomplete)
12898
12899         * shell/ev-page-action.c: (update_label), (update_spin),
12900         (value_changed_cb), (create_tool_item), (connect_proxy),
12901         (ev_page_action_init), (ev_page_action_finalize),
12902         (ev_page_action_set_property), (ev_page_action_get_property),
12903         (ev_page_action_set_current_page),
12904         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12905         * shell/ev-page-action.h:
12906
12907         Implement a page switcher in the toolbar
12908
12909         * shell/ev-view.c: (ev_view_scroll_view):
12910         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12911         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12912         (register_custom_actions), (ev_window_init):
12913
12914         Change page on PageUp/Down.
12915
12916 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12917
12918         * pdf/xpdf/pdf-document.cc
12919         (pdf_document_thumbnails_get_thumbnail): initial stab at
12920         implementing thumbnail support for pdfs.  It only does documents
12921         with precached pdfs now.
12922
12923 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12924
12925         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12926         thumbnail code into a time-based idle as well.  Also, turn off the
12927         shadow temporarily as it's really slow.
12928
12929 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12930
12931         * backend/ev-document.c: (ev_document_class_init):
12932         * pdf/xpdf/pdf-document.cc:
12933         * shell/ev-window.c: (ev_window_open):
12934
12935         Fix document title bugs and fallback to
12936         filename when not available.
12937
12938 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12939
12940         * backend/ev-document.c: (ev_document_get_type),
12941         (ev_document_class_init), (ev_document_load),
12942         (ev_document_get_title):
12943         * backend/ev-document.h:
12944         * pdf/xpdf/pdf-document.cc:
12945         * ps/ps-document.c: (ps_document_set_property),
12946         (ps_document_get_property), (ps_document_class_init),
12947         (document_load):
12948         * ps/ps-document.h:
12949         * ps/ps.h:
12950         * shell/ev-window.c: (update_window_title), (ev_window_open),
12951         (ev_window_init):
12952
12953         Initial support for document title. Not working yet.
12954
12955 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12956
12957         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12958
12959         Grab focus on the view when clicking it
12960
12961 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12962
12963         * shell/ev-marshal.list:
12964         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12965         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12966
12967         Add key bindings to the view. Now if the focus would work
12968         right...
12969
12970 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12971
12972         * Makefile.am:
12973         * backend/Makefile.am:
12974         * data/Makefile.am:
12975         * dvi/Makefile.am:
12976         * dvi/dvilib/Makefile.am:
12977         * pdf/xpdf/Makefile.am:
12978         * po/POTFILES.in:
12979         * ps/Makefile.am:
12980
12981         Fix distcheck
12982
12983 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * shell/ev-view.c: (ev_view_realize):
12986
12987         Fix mouse wheel scrolling
12988
12989 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * ps/Makefile.am:
12992         * ps/gstypes.h:
12993         * ps/gtkgs.c:
12994         * ps/gtkgs.h:
12995         * ps/ps-document.c: (catchPipe), (ps_document_init),
12996         (ps_document_class_init), (ps_document_cleanup),
12997         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12998         (set_up_page), (close_pipe), (is_interpreter_ready),
12999         (interpreter_failed), (output), (input), (start_interpreter),
13000         (stop_interpreter), (file_length), (file_readable),
13001         (check_filecompressed), (check_pdf), (compute_xdpi),
13002         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13003         (ps_document_get_type), (ps_document_emit_error_msg),
13004         (document_load), (ps_document_next_page),
13005         (ps_document_get_current_page), (ps_document_get_page_count),
13006         (ps_document_goto_page), (ps_document_set_page_size),
13007         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13008         (ps_document_load), (ps_document_get_n_pages),
13009         (ps_document_set_page), (ps_document_get_page),
13010         (ps_document_widget_event), (ps_document_set_target),
13011         (ps_document_set_scale), (ps_document_set_page_offset),
13012         (ps_document_get_page_size), (ps_document_render),
13013         (ps_document_document_iface_init):
13014         * ps/ps-document.h:
13015         * ps/ps.c:
13016         * shell/ev-window.c: (ev_window_open):
13017
13018         Rename GtkGS to PSDocument
13019
13020 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13021
13022         * ps/gtkgs.c: (gtk_gs_class_init):
13023         * ps/gtkgs.h:
13024
13025         Some more leftover...
13026
13027 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13028
13029         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13030         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13031         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13032         * ps/gtkgs.h:
13033
13034         Remove unused code and make a lot of stuff private
13035
13036 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13037
13038         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13039         (gtk_gs_defaults_changed):
13040         * ps/gsdefaults.h:
13041         * ps/gtkgs.c:
13042         * ps/gtkgs.h:
13043         * ps/ps.h:
13044
13045         Cleanup headers dependencies
13046
13047 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13048
13049         * ps/Makefile.am:
13050         * ps/ggvutils.c:
13051         * ps/ggvutils.h:
13052         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13053         * ps/gsdefaults.h:
13054         * ps/gtkgs.c: (file_length), (file_readable),
13055         (check_filecompressed), (check_pdf), (gtk_gs_load),
13056         (gtk_gs_get_postscript):
13057
13058         Get rid of ggvutils
13059
13060 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13061
13062         * ps/ggvutils.c:
13063         * ps/ggvutils.h:
13064         * ps/gsio.h:
13065         * ps/gtkgs.c: (gtk_gs_set_zoom):
13066
13067         Cleanups
13068
13069 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13070
13071         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13072
13073         Ensure the page is rerendered when changing zoom
13074
13075 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13076
13077         * backend/ev-document.c: (ev_document_base_init),
13078         (ev_document_changed):
13079         * backend/ev-document.h:
13080
13081         Add a changed event that is emitted when the page content
13082         changes. This is necessary to deal with the fact that
13083         in ps backend rendering happen asycrounously.
13084         This makes the ps backend mostly work.
13085
13086         * pdf/xpdf/pdf-document.cc:
13087
13088         Emit changed event
13089
13090         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13091         (ps_document_set_target):
13092
13093         Emit changed event
13094
13095         * shell/ev-view.c: (document_changed_callback),
13096         (ev_view_set_document), (ev_view_set_page):
13097
13098         Redraw on the changed signal
13099
13100 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13101
13102         * configure.ac: Added pt_BR to ALL_LINGUAS.
13103
13104 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13105
13106         * backend/ev-document-bookmarks.c:
13107         (ev_document_bookmarks_get_child): *
13108         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13109         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13110         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13111         (ev_sidebar_bookmarks_destroy),
13112         (ev_sidebar_bookmarks_class_init),
13113         (ev_sidebar_bookmarks_construct), (stack_data_free),
13114         (do_one_iteration), (populate_bookmarks_idle),
13115         (ev_sidebar_bookmarks_clear_document),
13116         (ev_sidebar_bookmarks_set_document): *
13117         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13118         (ev_sidebar_add_page),
13119         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13120         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13121         it displays both the topics and the page numbers.
13122
13123 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13124
13125         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13126         toggle.
13127         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13128         visible.
13129
13130 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13131
13132         * configure.ac: Added en_CA to ALL_LINGUAS.
13133
13134 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13135
13136         * ChangeLog: replace bottom of this ChangeLog (merged history of
13137         ggv and gpdf; where all paths were wrong and most of the files are
13138         not even in this tree) with ChangeLog (from arch) of the shell
13139         code.
13140
13141 2004-12-23  Havoc Pennington  <hp@redhat.com>
13142
13143         * shell/ev-window.c: hook up potentially-questionable "find
13144         results status text" feature - something involving the sidebar or
13145         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13146         might be better in the end.
13147
13148         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13149         with corresponding signal when it should be updated
13150
13151         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13152
13153 2004-12-22  Havoc Pennington  <hp@redhat.com>
13154
13155         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13156         find stuff on other pages, sort of (only returns one result on
13157         invisible pages, to show they have results; updates full results
13158         for a page when you view it). Currently repaints the current page
13159         every time a new result is found on any page, which isn't so nice.
13160
13161 2004-12-22  Havoc Pennington  <hp@redhat.com>
13162
13163         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13164         the document doesn't support find (better ideas?)
13165         (find_bar_search_changed_cb): handle missing document or document
13166         that doesn't support find
13167
13168         * pdf/xpdf/pdf-document.cc: port to implement the new
13169         EvDocumentFindIface
13170
13171         * backend/ev-document-find.c: create a new interface for searching
13172
13173         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13174
13175 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13176
13177         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13178         libevbackend.la.
13179
13180         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13181         EvPrintJob constructor arguments.
13182
13183         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13184         for documents that can export PostScript (page by page).
13185
13186         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13187         
13188         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13189         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13190         (pdf_document_ps_exporter_iface_init:
13191         Implement EvPSExporter.
13192
13193         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13194
13195 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13196
13197         * backend/Makefile.am:
13198         * backend/ev-document-thumbnails.c:
13199         (ev_document_thumbnails_get_type),
13200         (ev_document_thumbnails_get_thumbnail):
13201         * backend/ev-document-thumbnails.h:
13202         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13203         (pixbuf_document_thumbnails_get_thumbnail),
13204         (pixbuf_document_document_thumbnails_iface_init):
13205         * shell/Makefile.am:
13206         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13207         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13208         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13209         * shell/ev-sidebar-thumbnails.h:
13210         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13211         (ev_sidebar_set_document):
13212         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13213         (create_shadow), (ev_pixbuf_add_shadow):
13214         * shell/ev-utils.h:
13215         Add thumbnail support.
13216         
13217 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13218
13219         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13220         (using_postscript_printer): Set up a print dialog for "PostScript
13221         injection" method.
13222
13223         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13224         EvPrintJob.
13225
13226         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13227
13228 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13229
13230         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13231         (ps_document_set_target), (ps_document_get_page_size),
13232         (ps_document_render):
13233         * ps/gtkgs.h:
13234
13235         Fix a few bugs
13236
13237 2004-12-22  Christian Rose  <menthos@menthos.com>
13238
13239         * configure.ac: Added "sv" to ALL_LINGUAS.
13240
13241 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13242
13243         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13244         document supports bookmarks.
13245
13246 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13247
13248         * ps/ggvutils.c: (ggv_file_readable):
13249         * ps/ggvutils.h:
13250         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13251         (gtk_gs_get_postscript):
13252
13253         Remove unused utils
13254
13255 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13256
13257         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13258         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13259         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13260         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13261         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13262         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13263         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13264         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13265         (gtk_gs_set_antialiasing), (ps_document_load),
13266         (ps_document_render):
13267         * ps/gtkgs.h:
13268
13269         Another check point for the ps backend. Now I can get it to show
13270         pages!
13271
13272 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13273
13274         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13275         document setting code.
13276
13277 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13278
13279         * shell/eggfindbar.c: (entry_activate_callback):
13280         Animate the next button when activate is pressed.
13281         
13282 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13283
13284         * shell/ev-window.c: (ev_window_cmd_edit_find),
13285         (update_fullscreen_popup), (ev_window_fullscreen),
13286         (ev_window_unfullscreen), (ev_window_state_event_cb),
13287         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13288         Fix bugs in fullscreen code.
13289         
13290 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13291
13292         * Makefile.am:
13293         * configure.ac:
13294         * pixbuf/Makefile.am:
13295         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13296         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13297         (pixbuf_document_set_page), (pixbuf_document_get_page),
13298         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13299         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13300         (pixbuf_document_render), (pixbuf_document_begin_find),
13301         (pixbuf_document_end_find), (pixbuf_document_finalize),
13302         (pixbuf_document_class_init),
13303         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13304         * pixbuf/pixbuf-document.h:
13305         * shell/Makefile.am:
13306         * shell/ev-application.c: (ev_application_open):
13307         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13308         (ev_window_open):
13309         Add pixbuf backend.
13310         
13311 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13312
13313         * Makefile.am: 
13314         * dvi/dvilib/Makefile.am:
13315         * dvi/Makefile.am:
13316         * configure.ac: Auto*ify dvi and dvi/dvilib
13317
13318         * dvi/Makefile: Remove from CVS
13319         
13320         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13321         confusion.
13322
13323         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13324         
13325         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13326         
13327 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13328
13329         * ps/Makefile.am:
13330         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13331         (gtk_gs_value_adjustment_changed), (compute_size),
13332         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13333         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13334         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13335         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13336         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13337         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13338         (ps_document_load), (ps_document_get_n_pages),
13339         (ps_document_set_page), (ps_document_get_page),
13340         (ps_document_set_target), (ps_document_set_scale),
13341         (ps_document_set_page_offset), (ps_document_get_page_size),
13342         (ps_document_render), (ps_document_begin_find),
13343         (ps_document_end_find), (ps_document_document_iface_init):
13344         * ps/gtkgs.h:
13345         * shell/Makefile.am:
13346         * shell/ev-window.c: (ev_window_open):
13347
13348         Some work to integrate gtkgs with EvDocument
13349
13350 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13351
13352         * shell/ev-window.c: (update_fullscreen_popup),
13353         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13354         (exit_fullscreen_button_clicked_cb),
13355         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13356         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13357         (ev_window_state_event_cb), (ev_window_init):
13358         Add fullscreen support from Epiphany.
13359         
13360 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13361
13362         * data/ev-stock-zoom-fit-width.png: fit-width
13363         stock icon from gpdf.
13364         
13365         * shell/ev-stock-icons.[ch]: copied from gpdf.
13366         
13367         * shell/main.c: (main): init stock icons.
13368         
13369         * shell/ev-window.c: use the fit-width icon.
13370         
13371         * data/evince-ui.xml: add zooming toolbar items.
13372
13373 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13374
13375         * shell/ev-view.c: 
13376         (ev_view_best_fit), (ev_view_fit_width): because
13377         get_page_size() returns the scaled page size, we
13378         need to calculate the scale factor relative to
13379         the previous scale factor. Should really just
13380         add get_real_page_size().
13381
13382 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13383
13384         * shell/ev-view.[ch]:
13385         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13386         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13387         add zooming.
13388         
13389         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13390         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13391         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13392         hook it up.
13393         
13394         * pdf/xpdf/pdf-document.cc:
13395         (pdf_document_begin_find),
13396         (pdf_document_end_find): make static.
13397
13398 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13399
13400         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13401
13402         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13403         names to fontconfig patterns.
13404         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13405
13406         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13407         setupBaseFontsFc.
13408
13409 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * Makefile.am:
13412         * configure.ac:
13413         * ps/Makefile.am:
13414         * ps/ggvutils.c:
13415         * ps/ggvutils.h:
13416         * ps/gsdefaults.c:
13417         * ps/gsdefaults.h:
13418         * ps/gsio.c:
13419         * ps/gsio.h:
13420         * ps/gtkgs.c:
13421         * ps/gtkgs.h:
13422         * ps/ps.c:
13423         * ps/ps.h:
13424
13425         Import ggv backend. Not hooked up yet.
13426
13427 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13428
13429         * shell/main.c: (load_files), (main): load files
13430         from the command line.
13431
13432 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13433
13434         * configure.ac: don't require bonobo.
13435         
13436         * cut-n-paste/recent-files/*: kill bonobo recent
13437         view.
13438
13439         * shell/ev-window.c:
13440         (ev_window_is_empty): upd.
13441         (unable_to_load), (ev_window_open): load backend
13442         based on the mime type.
13443
13444 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13445
13446         * backend/.cvsignore: ignore generated marshalers source.
13447
13448         * shell/main.c (main): this is not epiphany.
13449
13450 2004-12-22  Havoc Pennington  <hp@redhat.com>
13451
13452         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13453         (expose_bin_window): draw find highlights
13454
13455         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13456         
13457         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13458         (pdf_document_end_find): implement this interface
13459
13460         * backend/ev-document.c (ev_document_found): add this to emit
13461         signal
13462
13463 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13464
13465         * data/evince-ui.xml: Add a few more toolbar items.
13466
13467         * shell/ev-window.c: Hook up page navigation toolbar 
13468         items.
13469
13470         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13471         a page-changed signal.
13472
13473         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13474         Add ev_document_get_page().
13475
13476         * shell/ev-window.c: Sensitize/desensitize navigation
13477         actions.
13478
13479 2004-12-21  Havoc Pennington  <hp@redhat.com>
13480
13481         * backend/ev-backend-marshal.c,
13482         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13483         marshaler-generator thingy. I'm sure there's a better way to do
13484         this in the modern world.
13485
13486         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13487         end_find methods and "found" signal.
13488
13489         * configure.ac: find glib-genmarshal
13490
13491 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13492
13493         * shell/ev-sidebar.c: Construct an actual sidebar.
13494         * shell/ev-sidebar-bookmarks.[ch]:
13495         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13496
13497 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13498
13499         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13500         Redo size handling.
13501         
13502         * shell/ev-view.c: Track the size from the document.
13503
13504 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13505
13506         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13507         constructor assumes ownership of the string passed in.
13508         
13509         * shell/ev-window.c (ev_window_open): Destroy the error
13510         dialog once we've displayed it.
13511
13512 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13513
13514         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13515         a bit, it works! (sort of)
13516
13517         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13518         Move to .cc since we need to use C++ in the implementation.
13519
13520         * shell/dummy.cc: Add a CC file to force evince
13521         to be linked as a C++ program.
13522
13523 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13524
13525         * shell/ev-view.[ch]: Start of content-area widget.
13526
13527         * shell/ev-window.c: Create a EvView, update it
13528         as we change documents.
13529
13530         * shell/Makefile.am shell/ev-marshal.list: Add
13531         generated marshalers.
13532
13533 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13534
13535         * Makefile.am (SUBDIRS): move shell.
13536
13537 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13538
13539         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13540         .a to libtool convenience libraries.
13541
13542         * shell/ev-window.c (ev_window_open): Hard code loading
13543         a PDF document.
13544         
13545         * backend/ev-document.h: Add a boolean return to load(),
13546         fix GError * to GError **.
13547
13548         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13549         object for a PDF backend EvDocument.
13550
13551 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13552
13553         * dvi/*: New directory with the beginning of a .dvi backend.
13554
13555 2004-12-21  Havoc Pennington  <hp@redhat.com>
13556
13557         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13558         previous/next instead of back/forward
13559
13560 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13561
13562         * backend/ev-document.[ch]: Fix a couple of problems so
13563         it compile.
13564
13565 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13566
13567         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13568         to backend/ directory, rename EvViewer to EvDocument.
13569
13570 2004-12-21  Havoc Pennington  <hp@redhat.com>
13571
13572         * shell/ev-window.c: hook up the find bar widget; now we just need
13573         a document to find things in
13574
13575         * shell/eggfindbar.c: a find bar widget
13576
13577 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13578
13579         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13580
13581 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13582
13583         * pdf/**: Import of xpdf code from gpdf. 
13584
13585         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13586
13587         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13588         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13589         Fix FreeType includes.
13590
13591         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13592         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13593         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13594         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13595         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13596         Include xpdfconfig.h
13597         
13598 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13599
13600         * shell/ev-window.c (ev_window_dispose): dispose can be called
13601         multiple times.
13602
13603 2004-12-21  Havoc Pennington  <hp@redhat.com>
13604
13605         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13606         rather than Evince
13607
13608         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13609         items; really they should be synced with the strings, etc. from
13610         current gpdf, but just getting the boring typing out of the way 
13611
13612 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13613
13614         * po/POTFILES.in:
13615         * shell/ev-application.c: (window_destroy_cb):
13616         * shell/ev-window.c:
13617         * shell/main.c: (main):
13618
13619         Actually show the window...
13620
13621 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13622
13623         * Makefile.am:
13624         * shell/Makefile.am:
13625         * shell/ev-application.c: (ev_application_class_init):
13626         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13627
13628         Make it build again
13629
13630 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13631
13632         Import to gnome cvs.
13633         
13634         * Remove copies of gpdf and ggv trees.
13635         * Rip out all the recursive configure code.
13636         * Remove bonobo machinery.
13637         * viewer/*: GInterfaces that backends should/can implement.
13638
13639 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13640
13641         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13642         typo
13643
13644 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13645
13646         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13647         (ev_application_finalize, ev_application_class_init)
13648         (ev_application_init): use GType instance private data for priv.
13649
13650         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13651         (ev_window_finalize, ev_window_class_init)
13652         (ev_window_init): ditto.
13653
13654 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13655
13656         * shell/ev-application.c (ev_application_new_window): make public
13657         (ev_application_show_initial_window): kill.
13658
13659         * shell/ev-application.h: update prototypes.
13660
13661         * shell/main.cc (main): inline ev_application_show_initial_window.
13662
13663 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13664
13665         * shell/ev-application.c (ev_application_new_window): impl.
13666         (ev_application_show_initial_window): use it.
13667         (is_window_empty, ev_application_get_empty_window): returns an
13668         existing empty window or a new one.
13669         (ev_application_open): from ev_window_cmd_file_open.
13670
13671         * shell/ev-application.h: update prototypes
13672
13673         * shell/ev-window.c (ev_window_is_empty): impl.
13674         (ev_window_open): make public.
13675         (ev_window_cmd_file_open): use ev_application_open
13676
13677         * shell/ev-window.h: update prototypes, remove unused.
13678
13679 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13680
13681         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13682         move destroy handler out of here...
13683
13684         * shell/ev-application.c, shell/ev-application.h: ...into this new
13685         class. Also handles initial window creation.
13686
13687         * shell/main.cc (main): use EvApplication to create initial
13688         window.
13689
13690 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13691
13692         * Makefile.am (SUBDIRS): add cut-n-paste
13693
13694         * cut-n-paste/Makefile.am: add
13695
13696         * configure.ac: generate Makefiles in cut-n-paste
13697
13698 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13699
13700         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13701         (ev_window_class_init): install ev_window_dispose.
13702
13703 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13704
13705         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13706         char (gchar looks stupid).
13707
13708 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13709
13710         * po/de.po: updated German translation.
13711
13712 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13713
13714         * configure.ac: add more pkg-config library checks for gnome-vfs,
13715         bonobo etc.
13716
13717         * gpdf/configure.in: temporarily disable libpaper
13718         checks. Otherwise I'd have to add the checks for the shell, too.
13719
13720 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13721
13722         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13723         and * file filters to the file choose.
13724
13725 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13726
13727         * po/de.po: Updated German translation.
13728
13729 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13730
13731         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13732
13733 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13734
13735         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13736
13737         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13738         (ev_window_init): implement those menuitems.
13739
13740 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13741
13742         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13743
13744         * shell/ev-window.c (ev_window_init): use the toolbar.
13745
13746 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13747
13748         * shell/ev-window.c (ev_window_init): use menu translations
13749
13750 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13751
13752         * configure.ac: add "de" to ALL_LINGUAS.
13753
13754         * po/de.po: add German translation.
13755
13756 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13757
13758         * Makefile.am (SUBDIRS): add po
13759
13760         * configure.ac: check intltool, glib-gettext etc, generate
13761         po/Makefile.in
13762
13763         * po, po/POTFILES.in, po/POTFILES.skip: new.
13764
13765 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13766
13767         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13768         already use (#ifdef ENABLE_NLS)
13769
13770         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13771         pointer indirection thinko.
13772
13773         * shell/main.c: include gi18n.h for bindtextdomain etc.
13774
13775 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13776
13777         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13778         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13779         tooltips for menu items in the statusbar.
13780
13781 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13782
13783         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13784         pkgdatadir drop UIDIR
13785
13786 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13787
13788         * data/evince-ui.xml: Add File->Open menu item
13789
13790         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13791         chooser), hook it up in the ui manager.
13792
13793 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13794
13795         * shell/ev-window.c: fix Help->About tooltip.
13796
13797 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13798
13799         * configure.ac: set CFLAGS for libevprivate.
13800
13801         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13802         definitions, factory etc.
13803
13804         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13805
13806         * shell/Makefile.am: link against libevprivate.a.
13807
13808         * shell/ev-window.c (entries): add stock icon to Help->About.
13809
13810         * shell/main.c (main): init stock icon code.
13811
13812 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13813
13814         * lib/recent-files: egg recent files code
13815
13816         * lib/Makefile.am: add.
13817
13818         * Makefile.am: add lib subdir.
13819
13820         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13821         set CFLAGS for recent-files.
13822
13823 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13824
13825         * configure.ac: disable -ansi and -pedantic gcc flags. They
13826         disable POSIX stuff in stdio.h, but egg-recent uses them.
13827
13828 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13829
13830         * configure.ac: add --disable-deprecated flag (defaults to on in
13831         "cvs" builds).
13832
13833         * shell/Makefile.am (INCLUDES): use it.
13834
13835 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13836
13837         * shell/main.c: add missing #include.
13838
13839         * shell/ev-window.c: fix for pedantic gcc.
13840         (ev_window_cmd_help_about): split license into paragraphs for
13841         translators and pedantic compilers.
13842
13843 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13844
13845         * configure.ac: add more warning flags if compiling with gcc from
13846         cvs (or explicitly requested with --enable-more-warnings).
13847
13848 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13849
13850         * data/evince-ui.xml: add File and File->Close menu.
13851
13852         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13853         (ev_window_destroy): quit after destroy.
13854         (ev_window_class_init): override GtkObject::destroy.
13855         (entries): install close_window callback.
13856
13857 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13858
13859         * Makefile.am (SUBDIRS): add data subdir.
13860
13861         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13862         gtk+ 2.5.0 for GtkAboutDialog.
13863
13864         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13865         main window.
13866
13867         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13868
13869         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13870         manager.
13871         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13872
13873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13874
13875         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13876
13877 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13878
13879         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13880
13881 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13882
13883         * shell/*: Added shell directory boilerplate, build it.
13884
13885 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13886
13887         * configure.ac, Makefile.am: Added top-level configure.ac and
13888         Makefile.am