]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make sure we always return a valid error struct when get_document_from_uri
[evince.git] / ChangeLog
1 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
4         (get_document_from_uri):
5
6         Make sure we always return a valid error struct when
7         get_document_from_uri fails. Fixes nautilus crash, see bug
8         #542548.
9         
10 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
11
12         * libdocument/ev-transition-effect.c
13         (ev_transition_effect_type_get_type),
14         (ev_transition_effect_alignment_get_type),
15         (ev_transition_effect_direction_get_type):
16         
17         Fixes bug #542924. Makes enums static to fix Solaris build.
18
19 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
20
21         * shell/ev-view.c: (ev_view_key_press_event):
22
23         Add '.' keybinding for blanking the screen in presentation
24         mode. Fixes bug #542001.
25         
26 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * libdocument/ev-document-misc.c:
29         (ev_document_misc_pixbuf_from_surface):
30
31         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
32         #540950.
33         
34 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
35
36         * backend/comics/comics-document.c (comics_document_load):
37         * backend/comics/comicsdocument.evince-backend.in:
38         * configure.ac:
39         * thumbnailer/evince-thumbnailer-comics.schemas.in:
40         
41         Added support for 7-zip based cb7 comic book. Patch by
42         Kartik Rustagi. Fixes bug #532312.
43
44 2008-06-24  Bastien Nocera  <hadess@hadess.net>
45
46         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
47         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
48         Fixes bug #539972.
49
50 2008-06-24  Bastien Nocera  <hadess@hadess.net>
51
52         * shell/Makefile.am:
53         * shell/ev-application.c (ev_application_init),
54         (ev_application_get_media_keys):
55         * shell/ev-application.h:
56         * shell/ev-marshal.list:
57         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
58         (proxy_destroy), (on_media_player_key_pressed),
59         (ev_media_player_keys_init), (ev_media_player_keys_focused),
60         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
61         * shell/ev-media-player-keys.h:
62         * shell/ev-window.c (ev_window_go_previous_page),
63         (ev_window_go_next_page), (ev_window_go_first_page),
64         (ev_window_go_last_page), (ev_window_start_presentation),
65         (ev_window_dispose), (view_actions_focus_in_cb):
66         * shell/ev-window.h: When building with D-Bus support, listen
67         for multimedia key events from gnome-settings-daemon. This allows
68         to go to the next/previous/first/last pages using, respectively,
69         Next/Previous/Rewing/Fast Forward. The Play button is used to start
70         a presentation. Fixes bug #539971.
71
72 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
73
74         * configure.ac:
75         
76         Update for release 2.23.4.
77
78 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * NEWS:
81
82         Update news for 2.23.4 release.
83         
84 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
87         * shell/ev-sidebar-thumbnails.c:
88         (ev_sidebar_thumbnails_set_loading_icon),
89         (ev_sidebar_thumbnails_refresh):
90         * shell/ev-window.c: (ev_window_error_message),
91         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
92         (ev_window_set_document):
93
94         Do not crash opening documents with no pages and show a warning
95         message in the message area. Fixes bugs #537574 and #171588.
96         
97 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * shell/Makefile.am:
100         * shell/ev-file-monitor.[ch]:
101         * shell/ev-window.c: (ev_window_document_changed),
102         (ev_window_clear_reload_job), (ev_window_load_job_cb),
103         (ev_window_reload_job_cb), (ev_window_open_uri),
104         (ev_window_reload_document), (ev_window_cmd_view_reload),
105         (ev_window_dispose):
106
107         Automaticly reload the document when the file has changed on
108         disk. Bug #304249.
109         
110 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
111
112         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
113         * libdocument/ev-image.c: (ev_image_save_tmp):
114         * libdocument/ev-module.c: (ev_module_load):
115         * shell/ev-application.c: (ev_application_shutdown),
116         (ev_application_get_print_settings):
117         * shell/ev-sidebar-attachments.c:
118         (ev_sidebar_attachments_button_press),
119         (ev_sidebar_attachments_drag_data_get):
120         * shell/ev-window.c: (window_save_file_copy_ready_cb),
121         (ev_window_print_finished), (ev_window_print_send),
122         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
123         (ev_window_preview_print_finished), (ev_window_do_preview_print),
124         (ev_window_cmd_preview_print):
125         * shell/main.c: (load_files_remote):
126         Fix some build warnings under GCC 4.3.0. (#537535).
127
128 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * shell/ev-jobs.c: (ev_job_render_dispose):
131
132         Fix a crash in debug mode. Patch by Daniel M German.
133         
134 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * shell/ev-window.c:
137
138         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
139         
140 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * shell/ev-window.c: (ev_window_print_send),
143         (ev_window_do_preview_print):
144
145         Use the window title as print job name instead of just
146         "evince-print". Fixes bug #534493.
147         
148 2008-05-19  Frederic Peters  <fpeters@0d.be>
149
150         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
151         Bug #533897.
152
153 2008-05-19  Frederic Peters  <fpeters@0d.be>
154
155         * help/reference/Makefile.am: added missing libevmountoperation to
156         gtkdoc-scanobj libraries.  Bug #533896.
157
158 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
159
160         * properties/ev-properties-view.c (get_default_user_units):
161         Fixes check for default units string translation. Bug #533323.
162
163 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
164
165         * backend/impress/iksemel.c (sax_core): Fix a free() that should
166         be an iks_free(). Fix an array overflow in the XML parser that
167         would occur whenever the number of attributes in a tag was greater
168         than 0 and divisible by 6. Fixes GNOME bug #530852.
169
170 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * backend/djvu/djvu-document-private.h:
173         * backend/djvu/djvu-links.c:
174         * backend/djvu/djvu-text.c:
175         * backend/djvu/djvu-document.c: (djvu_handle_events),
176         (djvu_wait_for_message), (djvu_document_load),
177         (document_get_page_size), (djvu_document_render),
178         (djvu_document_thumbnails_get_thumbnail),
179         (djvu_document_file_exporter_end):
180
181         Make sure load job doesn't finish successfully when the document
182         is not successfully decoded by libdjvu. Fixes bug #530202.
183         
184 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * configure.ac:
187         * libdocument/Makefile.am:
188         * libdocument/ev-debug.[ch]:
189         * libdocument/ev-document.c:
190         * shell/ev-jobs.c: (ev_job_links_dispose),
191         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
192         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
193         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
194         (ev_job_render_page_ready), (ev_job_render_run),
195         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
196         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
197         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
198         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
199         (ev_job_print_new), (ev_job_print_run):
200         * shell/main.c: (main):
201
202         Add debug mode based on gedit code. Add debug messages in
203         ev-jobs.
204         
205 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * libdocument/ev-document-factory.c: (get_document_from_uri):
208
209         Fix memory leak.
210         
211 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
212
213         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
214         (get_mime_type_from_data), (get_document_from_uri),
215         (ev_document_factory_get_document):
216         
217         Improved error message about file opening failture.
218         Bug #529129.
219
220 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
221
222         * data/evince-toolbar.xml:
223         
224         Allow to add SaveAs to toolbar.
225
226 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-view-private.h:
229         * shell/ev-view.[ch]: (ev_view_button_release_event),
230         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
231         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
232         (ev_view_update_primary_selection), (clear_link_selected),
233         (ev_view_copy_link_address):
234         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
235
236         Update also the primary selection when copying a link
237         address. Fixes bug #520855.
238         
239 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * libdocument/ev-document-factory.c: (get_document_from_uri):
242
243         Use the pixbuf backend only when the mime type is not supported by
244         any of the other backend so that tiff documents, for instance, are
245         handled by the tiff backend instead of the pixbuf backend. fixes
246         bug #520290.
247         
248 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * cut-n-paste/Makefile.am:
251
252         Add evmountoperation to subdirs list.
253         
254 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * configure.ac:
257
258         Fix libspectre check in configure script. Fixes bug #528549.
259         
260 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * configure.ac:
263         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
264         * shell/Makefile.am:
265         * shell/ev-window.c: (ev_window_load_remote_failed),
266         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
267
268         Add GtkMountOperation (renamed to avoid conflicts) to be able to
269         open documents in remote locations that are not mounted.
270         
271 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
274         (bitmap_convert_msb8):
275         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
276         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
277
278         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
279         
280 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
283         (ev_job_render_new), (ev_job_render_set_selection_info),
284         (ev_job_render_run):
285         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
286         (check_job_size_and_unref),
287         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
288         (add_job), (ev_pixbuf_cache_get_selection_surface):
289
290         Create the render context needed for rendering a page in the render
291         thread so that we don't block the main thread. Simplify
292         EvJobRender API.
293         
294 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * libdocument/Makefile.am:
297         * libdocument/ev-page.[ch]:
298         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
299         (ev_render_context_new), (ev_render_context_set_page):
300         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
301         (ev_form_field_finalize), (ev_form_field_class_init):
302         * libdocument/ev-document-forms.[ch]:
303         (ev_document_forms_get_form_fields):
304         * libdocument/ev-document.[ch]: (ev_document_get_page),
305         (ev_document_get_page_size), (ev_document_get_page_label):
306         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
307         (ev_job_render_run), (ev_job_thumbnail_new),
308         (ev_job_thumbnail_run), (ev_job_print_run):
309         * shell/ev-page-cache.c: (ev_page_cache_new):
310         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
311         (check_job_size_and_unref), (add_job):
312         * shell/ev-sidebar-thumbnails.c: (add_range):
313         * shell/ev-view.c: (ev_view_form_field_get_region),
314         (ev_view_form_field_button_create_widget),
315         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
316         (ev_view_handle_form_field), (ev_view_size_allocate),
317         (get_selected_text):
318         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
319         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
320         (pdf_document_get_page), (pdf_document_get_page_label),
321         (pdf_document_render), (pdf_document_get_info),
322         (pdf_document_document_iface_init),
323         (pdf_document_thumbnails_get_thumbnail),
324         (pdf_document_thumbnails_get_dimensions),
325         (pdf_document_file_exporter_do_page),
326         (pdf_selection_render_selection),
327         (pdf_selection_get_selected_text),
328         (pdf_selection_get_selection_region),
329         (pdf_selection_get_selection_map),
330         (pdf_document_forms_get_form_fields),
331         (pdf_document_forms_form_field_text_get_text),
332         (pdf_document_forms_form_field_text_set_text),
333         (pdf_document_forms_form_field_button_set_state),
334         (pdf_document_forms_form_field_button_get_state),
335         (pdf_document_forms_form_field_choice_get_item),
336         (pdf_document_forms_form_field_choice_get_n_items),
337         (pdf_document_forms_form_field_choice_is_item_selected),
338         (pdf_document_forms_form_field_choice_select_item),
339         (pdf_document_forms_form_field_choice_toggle_item),
340         (pdf_document_forms_form_field_choice_unselect_all),
341         (pdf_document_forms_form_field_choice_set_text),
342         (pdf_document_forms_form_field_choice_get_text):
343         * backend/ps/ev-spectre.c: (ps_document_get_page),
344         (ps_document_get_page_size), (ps_document_get_page_label),
345         (ps_document_render), (ps_document_document_iface_init),
346         (ps_document_file_exporter_do_page):
347         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
348         (tiff_document_render), (tiff_document_render_pixbuf),
349         (tiff_document_file_exporter_do_page):
350         * backend/pixbuf/pixbuf-document.c:
351         (pixbuf_document_get_page_size):
352         * backend/comics/comics-document.c:
353         (comics_document_get_page_size), (comics_document_render_pixbuf):
354         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
355         (djvu_document_render), (djvu_selection_get_selected_text),
356         (djvu_document_thumbnails_get_thumbnail),
357         (djvu_document_file_exporter_do_page),
358         (djvu_document_find_get_result):
359         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
360         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
361         (dvi_document_thumbnails_get_thumbnail),
362         (dvi_document_file_exporter_do_page):
363         * backend/impress/impress-document.c:
364         (impress_document_get_page_size),
365         (impress_document_render_pixbuf):
366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
367
368         Add EvPage so that we can hold a reference to the backend
369         page. Form fields keep now a reference to the poppler page
370         improving performance since we don't have to create/destroy the
371         poppler field for every form operation. This will be needed for
372         annotations too.
373         
374 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * data/evince-ui.xml:
377         * shell/ev-window.c:
378
379         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
380         
381 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * configure.ac:
384         * backend/ps/Makefile.am:
385
386         Remove gs stuff from ps backend.
387         
388 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * configure.ac:
391         * backend/pdf/ev-poppler.cc:
392
393         Bump poppler requirement to 0.8.0.
394         
395 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
396
397         * NEWS:
398         * configure.ac:
399
400         Update for release 2.22.1.1
401
402 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * configure.ac:
405
406         Fix build (again) when poppler version is 0.6
407         
408 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * backend/djvu/djvu-links.c: (build_tree):
411
412         Make sure link title is a valid utf8 string. Fixes bug #526517.
413         
414 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * configure.ac:
417
418         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
419         #526799.
420         
421 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
422
423         * configure.ac:
424         
425         Update for release 2.22.1.
426
427 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * NEWS:
430
431         Update for upcoming release.
432
433 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * configure.ac:
436         * backend/dvi/dvidocument.evince-backend.in:
437
438         Add compressed dvi to the list of supported mime types. Patch by
439         Ed Catmur. Fixes bug #307087.
440
441 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-jobs.c: (ev_job_print_get_page_list):
444
445         Fix a crash when printing a range that doesn't specify the start or
446         end page. Fixes bug #524288.
447
448 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-window.c: (ev_window_cmd_continuous),
451         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
452         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
453         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
454         (ev_window_run_presentation), (ev_window_stop_presentation),
455         (ev_window_cmd_view_presentation),
456         (ev_window_cmd_leave_fullscreen),
457         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
458
459         Do not unfullscreen and fullscreen again the window when changing
460         from fullscreen to presentation mode and vice versa. Fixes bug
461         #524112.
462         
463 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
466
467         Do not crash when thumbnail failed to render in PS backend. Fixes
468         bug #525015.
469         
470 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * shell/ev-window.c: (window_open_file_copy_ready_cb),
473         (ev_window_load_file_remote), (ev_window_open_uri):
474
475         Handle errors when opening remote files.
476         
477 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-page-action.c: (ev_page_action_grab_focus):
480
481         Only grab the focus for the current visible proxy widget. Fixes
482         bug #521224.
483         
484 2008-03-30  Emil Soleyman  <emil@nishra.com>
485
486         * shell/ev-window.c: (launch_external_uri):
487         
488         Reuse g_app_info_launch_default_for_uri to
489         save some code and fix bug #525009.
490
491 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
492
493         * shell/ev-window.c (image_save_dialog_response_cb):
494
495         Use g_str_has_suffix. See bug #523069.
496
497 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * configure.ac:
500
501         Add a configure option to enable/diable DBus. Patch by Rémi
502         Cardona. Fixes bug 521797.
503
504 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
507
508         Fix printing in documents with rotated pages. Patch by Eugen
509         Dedu. Fixes bug #512648.
510         
511 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
514         (ev_link_from_action):
515
516         Fix warning messages.
517         
518 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * shell/ev-window.c: (image_save_dialog_response_cb):
521
522         Do not append the extension to filename when saving an image
523         if the filename alredy contains the extension. Fixes bug #523069.
524         
525 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * shell/ev-view.[ch]: (ev_view_find_cancel):
528         * shell/ev-window.c: (find_bar_close_cb):
529
530         Cancel the find operation when the find bar is closed. Fixes bug
531         #508845.
532         
533 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * backend/ps/psdocument.evince-backend.in:
536
537         Make ps backend module resident. Fixes bug #520607.
538         
539 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-jobs.c: (ev_job_print_run):
542
543         Invert collate action in order to work as expected, fix reverse
544         printing so that it doesn't start with a blank page and fix number
545         of copies. Patch by Eugen Dedu. Fixes bug #365332.
546         
547 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
550
551         Fix build with poppler <= 0.7.2
552         
553 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * libdocument/ev-document-misc.c:
556         (ev_document_misc_surface_from_pixbuf):
557
558         Fix selections with poppler-splash.
559         
560 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * configure.ac:
563         * backend/pdf/ev-poppler.cc:
564
565         Fix build with poppler >= 0.7.2
566         
567 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
568
569         * configure.ac:
570         
571         Update for release 2.22.0
572
573 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * NEWS:
576
577         Update for upcoming release.
578
579 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
580
581         * shell/ev-window.c (ev_window_print_dialog_response_cb):
582
583         Bug 495107 – Handle print dialog responses correctly
584
585         Correctly handle print dialog response. Properly fixes
586         the above mentioned bug.
587
588 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
591
592         Make sure print job is only run when the print button is
593         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
594         
595 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * backend/pdf/pdfdocument.evince-backend.in:
598         * libdocument/ev-backends-manager.c:
599         (ev_backends_manager_load_backend),
600         (ev_backends_manager_get_document):
601         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
602
603         Allow making backend modules resident. This is needed only for
604         some backends like pdf to avoid registering glib types more than
605         once.
606         
607 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * backend/comics/comics-document.c:
610         * backend/djvu/djvu-document.c:
611         * backend/impress/impress-document.c:
612         * backend/pdf/ev-poppler.cc:
613         * backend/pixbuf/pixbuf-document.c:
614         * backend/ps/ev-spectre.c:
615         * backend/ps/ps-document.c:
616         * backend/tiff/tiff-document.c:
617         * libdocument/ev-document.h:
618         * properties/ev-properties-main.c:
619
620         Use g_type_module_add_interface instead of
621         g_type_add_interface_static. Fixes bug #519679.
622         
623 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
624
625         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
626         Added. Returns whether the animation has everything necessary to run.
627         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
628         is ready just because it's been created. Fixes #519106.
629         (draw_one_page): Do not show the "Loading..." text in presentation
630         mode, there was a slim probability that this could happen.
631
632 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
635
636         Duplicate mime_type string before freeing it so that it doesn't
637         always fail when getting mime type from uri. Fixes bug #518874.
638         
639 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-view.c: (ev_view_form_field_choice_changed):
642
643         Fix a crash when a choice form field doesn't have any item
644         selected. Fixes bug #518831
645         
646 2008-02-25  Alexander Larsson  <alexl@redhat.com>
647
648         * shell/ev-window.c (ev_window_clear_temp_file):
649         Use g_file_has_prefix instead of renamed
650         g_file_contains_file.
651
652         * configure.ac:
653         Require new glib for above change.
654         
655 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * libdocument/ev-image.c: (ev_image_finalize),
658         (ev_image_save_tmp):
659
660         Return a real uri instead of a filename when saving an
661         image. Fixes images drag an drop from evince to nautilus. 
662         
663 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * backend/pdf/ev-poppler.cc:
666         (pdf_document_images_get_image_mapping):
667
668         Return the image list in the right order. Fixes bug #516237.
669         
670 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
671
672         * backend/impress/impress-document.c:
673         (impress_document_thumbnails_get_thumbnail):
674
675         Remove unused variable to avoid a compiler warning.
676
677 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
678
679         * configure.ac:
680         
681         Update for release 2.21.91.
682
683 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * configure.ac:
686         * shell/Makefile.am:
687         * shell/ev-application.[ch]:
688         * shell/ev-sidebar-links.c:
689         * shell/ev-utils.[ch]:
690         * shell/ev-window.[ch]:
691
692         Remove libgnomeprint support. Fixes bug #512370.
693         
694 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
695
696         * thumbnailer/evince-thumbnailer.c: (main):
697
698         Initialize glib type system before using it. Fixes bug #513934.
699         
700 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * properties/ev-properties-main.c:
703
704         Add missing #include.
705         
706 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * configure.ac:
709         * backend/djvu/djvu-document.c: (djvu_document_render):
710         * backend/tiff/tiff-document.c: (tiff_document_render):
711
712         Use the new cairo function cairo_format_stride_for_width when
713         available. Fixes bug #482720.
714
715 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
718         (get_mime_type_from_data), (get_document_from_uri):
719
720         Use g_content_type_guess() only when slow is true in
721         get_document_from_uri(). Fix several memory leaks.
722         
723 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
724
725         * libdocument/ev-document-factory.c:
726         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
727         (get_document_from_uri):
728
729         Use g_content_type_guess () to get mimetype for files.
730         Bug #510401.
731
732 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * thumbnailer/Makefile.am:
735
736         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
737         
738 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * configure.ac:
741
742         Fix build with --without-libgnome. Fixes bug #512771.
743         
744 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
745
746         * backend/dvi/Makefile.am: Install only dvi
747         module. Fixes bug #512718.
748
749 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
750
751         * properties/ev-properties-main.c: (nautilus_module_initialize):
752         
753         Initialize backends in properties tab. Fixes bug
754         #512720.
755
756 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
757
758         * properties/Makefile.am: No need to link with 
759         libraries. Fixes bug #512719.
760
761 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
762
763         * NEWS:
764         * configure.ac:
765         
766         Update for release 2.21.90.
767
768 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * shell/ev-window.c: (ev_window_cmd_escape):
771
772         Fix compile warning.
773         
774 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
777
778         Fix printing in dvi backend when filename contains white
779         espaces. Fixes bug #502839.
780         
781 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
784         (screensaver_disable_x11):
785         * shell/Makefile.am:
786         * shell/xdg-user-dir-lookup.c: Removed
787         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
788         * shell/ev-view.c: (ev_view_presentation_transition_start):
789         * shell/ev-window.c: (ev_window_cmd_file_open),
790         (ev_window_cmd_save_as), (presentation_set_timeout):
791
792         Remove #ifdefs that are no longer needed.
793         
794 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * shell/ev-view.[ch]: (ev_view_button_release_event),
797         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
798         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
799         (ev_window_cmd_escape):
800
801         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
802         
803 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * configure.ac:
806         * backend/comics/comics-document.c: (comics_document_load):
807         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
808         (ev_attachment_set_property), (ev_attachment_init),
809         (ev_attachment_save), (ev_attachment_launch_app),
810         (ev_attachment_open):
811         * libdocument/ev-document-factory.c: (get_document_from_uri):
812         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
813         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
814         * shell/ev-jobs.c:
815         * shell/ev-password.c: (ev_password_dialog_set_property),
816         (ev_password_dialog_save_password):
817         * shell/ev-sidebar-attachments.c:
818         (ev_sidebar_attachments_drag_data_get):
819         * shell/ev-window-title.c: (get_filename_from_uri):
820         * shell/ev-window.c: (ev_window_clear_temp_file),
821         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
822         (ev_window_open_uri), (window_save_file_copy_ready_cb),
823         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
824         (launch_external_uri), (image_save_dialog_response_cb),
825         (attachment_save_dialog_response_cb):
826         * shell/main.c: (load_files), (load_files_remote), (main):
827         * thumbnailer/evince-thumbnailer.c: (main):
828
829         Port to gio and drop gnome-vfs dependency. Fixes bug
830         #510401. Based on patch by Cosimo Cecchi.
831         
832 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
833
834         * NEWS:
835
836         Fixed formatting inconsistencies (spaces vs. tabs)
837
838 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
839
840         * shell/ev-window.c:
841
842         Use top/up/bottom/down arrows instead of
843         first/left/last/right in the toolbar and menu actions.
844         This fixes issues with RTL languages and is visually
845         consistent with the page view. Fixes bug #170081.
846
847 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
848
849         * NEWS:
850
851         Fixed some inaccuracies pointed out by Carlos Garcia
852         Campos.
853
854 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
855
856         * NEWS:
857         * data/evince.schemas.in:
858         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
859
860         Override PDF restrictions by default. Fixes bug #382700.
861
862 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
863
864         * NEWS: Updated for upcoming release
865
866 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
869
870         Fix memory leak.
871         
872 2008-01-23  Gil Forcada <gilforcada@guifi.net>
873
874         * shell/ev-window.c: (register_custom_actions):
875         
876         Added comment for translators
877
878 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-view.c: (ev_view_button_release_event):
881
882         Do not create the idle function for kinetic scrolling if we are
883         not in a drag operation.
884
885 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
888         (ev_view_button_press_event), (ev_view_motion_notify_event),
889         (ev_view_button_release_event):
890
891         Restore cursor after autoscrolling. Fixes bug #509958.
892
893 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * configure.ac:
896         * backend/pdf/ev-poppler.cc:
897         (pdf_document_images_get_image_mapping),
898         (pdf_document_images_get_image),
899         (pdf_document_document_images_iface_init):
900         * libdocument/ev-document-images.[ch]:
901         (ev_document_images_get_image_mapping),
902         (ev_document_images_get_image):
903         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
904         (ev_image_get_id), (ev_image_save_tmp):
905         * shell/ev-jobs.c: (ev_job_render_run):
906         * shell/ev-view.c: (ev_view_drag_data_get):
907         * shell/ev-window.c: (image_save_dialog_response_cb),
908         (ev_view_popup_cmd_copy_image):
909
910         Do not render images when rendering the page but on demand. It
911         reduces the memory comsumption.
912         
913 2008-01-18  Marcelo Lira  <setanta@gmail.com>
914
915         * configure.a:
916         * shell/ev-password.c:
917
918         Make gnome-keyring optional. Fixes bug #509676.
919         
920 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-pixbuf-cache.c: (add_job):
923
924         Initialize include_images variable as FALSE instead of TRUE.
925         
926 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
927
928         * configure.ac:
929         * cut-n-paste/Makefile.am:
930         * cut-n-paste/fileformatchooser/Makefile.am:
931         * cut-n-paste/fileformatchooser/egg-macros.h:
932         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
933         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
934         * shell/Makefile.am:
935         * shell/ev-utils.c:
936         (file_chooser_dialog_add_writable_pixbuf_formats),
937         (get_gdk_pixbuf_format_by_extension):
938         * shell/ev-utils.h:
939         * shell/ev-window.c: (ev_window_error_message),
940         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
941         
942         Simplify image format selection on save.
943
944 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
945
946         * shell/ev-view.c: (ev_view_scroll_event):
947         
948         Repair gorizontal scrolling with shift. Fixes
949         bug #483412.
950
951 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
952         
953         * MAINTAINERS:
954
955         Fix formatting issues.
956         
957 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
958
959         * backend/comics/comics-document.c: (comics_regex_quote):
960         
961         Don't overquote special chars except of '. See bug 
962         502500. Thanks to Tom Parker.
963
964 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
965
966         * MAINTAINERS:
967         
968         Added Nickolay and Carlos, since they're doing most of
969         the releases nowadays.
970
971 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
972
973         * properties/Makefile.am:
974
975         Get the nautilus extension dir properly instead of using
976         a hack. Fixes bug #505359.
977
978 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
979
980         * properties/Makefile.am:
981         
982         Install nautilus extension into new place. See bug
983         #505359. Thanks to Matthias Clasen, Brian Pepple and
984         Damien Carbery.
985
986 2008-01-13  Djihed Afifi  <djihed@gmail.com>
987
988         * shell/ev-window.c: (ev_window_get_recent_file_label):
989         
990         RTL marker in recent file list. See bug #509076.
991
992 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
995         * shell/ev-window.c: (image_save_dialog_response_cb):
996
997         Fix compile warnings due to unused variables.
998         
999 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * configure.ac:
1002         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1003         * backend/ps/ev-spectre.c: (ps_document_render):
1004
1005         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1006
1007 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1008
1009         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1010         (ev_transition_animation_paint): Implement "fade" effect.
1011
1012 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1013
1014         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1015         (ev_transition_animation_paint): Implement "uncover" effect.
1016
1017 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1018
1019         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1020         (ev_transition_animation_paint): Implement "cover" effect.
1021
1022 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1023
1024         * shell/ev-transition-animation.c (ev_transition_animation_push)
1025         (ev_transition_animation_paint): Implement "push" effect.
1026
1027 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1028
1029         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1030         (ev_transition_animation_paint): Implement "dissolve" effect.
1031
1032 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1033
1034         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1035         (ev_transition_animation_paint): Implement "wipe" effect.
1036
1037 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1038
1039         * shell/ev-transition-animation.c (ev_transition_animation_box)
1040         (ev_transition_animation_paint): Implement "box" effect.
1041
1042 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1043
1044         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1045         (ev_transition_animation_paint): Implement "blinds" effect.
1046
1047 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1048
1049         * shell/ev-transition-animation.c (ev_transition_animation_split)
1050         (ev_transition_animation_paint): Implement "split" effect.
1051
1052 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1053
1054         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1055         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1056         (ev_view_transition_animation_start) 
1057         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1058         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1059         (ev_view_next_page) (ev_view_previous_page):
1060         
1061         Use EvTransitionAnimation to drive page changes in the presentation
1062         mode, the animation will wait to start until both the origin and 
1063         destination page surfaces are available. Fixes #458460.
1064
1065         (draw_loading_text):
1066
1067         Remove workaround for bug #320352, it's now fixed properly.
1068
1069
1070 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1071
1072         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1073         will contain the implementations for page transition animations, at
1074         the moment it just has the "replace" effect.
1075         * shell/Makefile.am: Added these files to build.
1076
1077 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1078
1079         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1080         animations.
1081         * shell/Makefile.am: Added these files to build.
1082
1083 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1084
1085         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1086         implementation to get_effect() in EvDocumentTransitionIface.
1087
1088 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1089
1090         * libdocument/ev-transition-effect.[ch]: New files, define a page
1091         transition effect, at the moment it maps PopplerPageTransition to a
1092         GObject.
1093         * libdocument/Makefile.am: Added these files to build.
1094         * libdocument/ev-document-transition.[ch]
1095         (ev_document_transition_get_effect): New method, gets the
1096         EvTransitionEffect returned by the interface implementation, with
1097         fallback to the "replace" effect.
1098
1099 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1100
1101         * configure.ac:
1102         * cut-n-paste/Makefile.am:
1103         * cut-n-paste/fileformatchooser/Makefile.am:
1104         * cut-n-paste/fileformatchooser/egg-macros.h:
1105         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1106         * shell/Makefile.am:
1107         * shell/ev-window.c: (image_save_dialog_response_cb),
1108         (ev_view_popup_cmd_save_image_as):
1109
1110         Allow exporting images in any format supported by
1111         GdkPixbuf. Fixes bug #500209.
1112         
1113 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * backend/pixbuf/pixbuf-document.c:
1116
1117         More warnings fixed.
1118         
1119 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1122         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1123         * backend/djvu/djvu-text.h:
1124         * backend/tiff/tiff-document.c: (tiff_document_render):
1125
1126         Fix compile warnings.
1127         
1128 2007-12-28  Christian Persch  <chpe@gnome.org>
1129
1130         * **/*.c: Include config.h. Bug #504721.
1131
1132 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * configure.ac:
1135         * Makefile.am:
1136         * po/POTFILES.in:
1137         * backend/comics/Makefile.am:
1138         * backend/comics/comics-document.[ch]:
1139         * backend/comics/comicsdocument.evince-backend.in:
1140         * backend/djvu/Makefile.am:
1141         * backend/djvu/djvu-document.[ch]:
1142         * backend/djvu/djvudocument.evince-backend.in:
1143         * backend/dvi/Makefile.am:
1144         * backend/dvi/dvi-document.[c]:
1145         * backend/dvi/dvidocument.evince-backend.in:
1146         * backend/impress/Makefile.am:
1147         * backend/impress/impress-document.[ch]:
1148         * backend/impress/impressdocument.evince-backend.in:
1149         * backend/pdf/Makefile.am:
1150         * backend/pdf/ev-poppler.cc:
1151         * backend/pdf/ev-poppler.h:
1152         * backend/pdf/pdfdocument.evince-backend.in:
1153         * backend/pixbuf/Makefile.am:
1154         * backend/pixbuf/pixbuf-document.[ch]:
1155         * backend/pixbuf/pixbufdocument.evince-backend.in:
1156         * backend/ps/Makefile.am:
1157         * backend/ps/ev-spectre.[ch]:
1158         * backend/ps/ps-document.[ch]:
1159         * backend/ps/psdocument.evince-backend.in:
1160         * backend/tiff/Makefile.am:
1161         * backend/tiff/tiff-document.[ch]:
1162         * backend/tiff/tiffdocument.evince-backend.in:
1163         * libdocument/Makefile.am:
1164         * libdocument/ev-backends-manager.[ch]:
1165         * libdocument/ev-module.[ch]:
1166         * libdocument/ev-document.h:
1167         * libdocument/ev-document-factory.[ch]:
1168         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1169         (get_compression_from_mime_type), (get_document_from_uri),
1170         (ev_document_factory_get_document), (file_filter_add_mime_types),
1171         (ev_document_factory_add_filters):
1172         * shell/Makefile.am:
1173         * shell/ev-window-title.c: (get_filename_from_uri):
1174         * shell/main.c: (main):
1175         * thumbnailer/Makefile.am:
1176         * thumbnailer/evince-thumbnailer.c: (main):
1177
1178         Plugin system for backends. Fixes bug #351348.
1179         
1180 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1181
1182         * shell/ev-view-private.h:
1183         * shell/ev-view.c: (ev_view_drag_update_momentum),
1184         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1185         (ev_view_button_release_event), (ev_view_destroy):
1186         
1187         Kinetic scrolling implemented as requested in
1188         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1189
1190 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1191
1192         * data/evince-toolbar.xml:
1193         * data/evince-ui.xml:
1194         * shell/ev-view-private.h:
1195         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1196         (ev_view_button_press_event), (ev_view_motion_notify_event),
1197         (ev_view_button_release_event), (ev_view_init),
1198         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1199         (ev_view_set_cursor):
1200         * shell/ev-view.h:
1201         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1202         (ev_window_cmd_view_autoscroll):
1203         
1204         Autoscroll feature with the context menu. Fixes bug 
1205         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1206
1207 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1210
1211         Disconnect also page-ready signal when removing a job because the
1212         page size has changed. Thanks to kripken
1213         <kripkensteiner@gmail.com>.
1214
1215 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1216
1217         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1218         
1219         Scroll pages in page entry with mouse wheel. Fixes bug
1220         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1221
1222 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * backend/dvi/Makefile.am:
1225         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1226         (mdvi_cairo_device_init):
1227         * backend/dvi/mdvi-lib/common.h:
1228         * backend/dvi/mdvi-lib/mdvi.h:
1229         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1230         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1231         (mdvi_build_path_from_cwd):
1232
1233         Add ps specials support in dvi backend when libspectre is
1234         present. Fixes bug #386005.
1235         
1236 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * configure.ac:
1239         * backend/ps/Makefile.am:
1240         * backend/ps/ev-spectre.[ch]:
1241         
1242         Use libspectre, if available, for the ps backend. Fixes bugs
1243         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1244
1245 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1246         
1247         * backend/comics/comics-document.c: (comics_document_load):
1248         
1249         Cygwin build issue fix.
1250
1251 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * shell/ev-view.c: (ev_view_set_zoom):
1254
1255         Do not limit the minimum zoom factor when sizing mode is best bit
1256         or fit width. Fixes bug #503805.
1257         
1258 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1261         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1262         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1263         (ev_link_dest_get_property), (ev_link_dest_set_property),
1264         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1265         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1266         (ev_link_dest_new_fitr):
1267         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1268         (goto_fith_dest), (goto_xyz_dest):
1269
1270         Do not change left, top and zoom values when they are null in PDF
1271         destinations. Fixes bug #460658.
1272         
1273 2007-12-10  Christian Persch  <chpe@gnome.org>
1274
1275         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1276         (ev_view_accessible_class_init),
1277         (ev_view_accessible_idle_do_action),
1278         (ev_view_accessible_action_do_action),
1279         (ev_view_accessible_action_get_description),
1280         (ev_view_accessible_action_set_description),
1281         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1282         (ev_view_accessible_factory_init),
1283         (ev_view_accessible_factory_get_accessible_type):
1284         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1285         private data, and G_DEFINE_TYPE. Bug #502843.
1286
1287 2007-12-08  Christian Persch  <chpe@gnome.org>
1288
1289         * shell/ev-metadata-manager.c: (item_free),
1290         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1291         (value_free), (parse_value), (parseItem),
1292         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1293         (save_values): Use GSlice to allocate small amounts of memory. Bug
1294         #475972.
1295
1296 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1299
1300         Restore cursor to normal after a drag operation. Fixes bug
1301         #501603.
1302         
1303 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1304
1305         * NEWS:
1306         * configure.ac:
1307         
1308         Update for release 2.21.1
1309
1310 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * configure.ac:
1313         * cut-n-paste/gedit-message-area/Makefile.am:
1314         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1315         * shell/Makefile.am:
1316         * shell/ev-message-area.[ch]:
1317         * shell/ev-window.c: (ev_window_set_message_area),
1318         (ev_window_error_message_response_cb), (ev_window_error_message),
1319         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1320         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1321         (ev_attachment_popup_cmd_open_attachment),
1322         (attachment_save_dialog_response_cb), (ev_window_set_document),
1323         (ev_window_init):
1324
1325         Use a message area instead of a popup dialog for error
1326         notifications. Fixes bug #337495.
1327         
1328 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1331         (ev_window_run_fullscreen):
1332
1333         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1334         
1335 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * ev-sidebar-thumbnails.c: (update_visible_range),
1338         (ev_sidebar_thumbnails_refresh),
1339         (ev_sidebar_thumbnails_set_document),
1340         (ev_sidebar_thumbnails_support_document):
1341
1342         Show thumbnails for documents with one page. Fixes bug #358751.
1343         
1344 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * shell/ev-window.c:
1347         (ev_window_load_print_settings_from_metadata),
1348         (ev_window_save_print_settings), (ev_window_print_finished),
1349         (ev_window_print_range):
1350
1351         Print settings that are specific to the document are now saved per
1352         document in the metadata file. Fixes bug #488806.
1353         
1354 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1355
1356         * backend/tiff/tiff-document.c: (tiff_document_render):
1357
1358         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1359         
1360 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * shell/ev-application.[ch]: (get_find_string_from_args),
1363         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1364         (ev_application_open_uri_list):
1365         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1366         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1367         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1368         (ev_window_cmd_recent_file_activate),
1369         (ev_window_open_recent_action_item_activated),
1370         (ev_window_print_send), (open_remote_link):
1371         * shell/main.c: (arguments_parse):
1372
1373         Add a command line option for search. Fixes bug #497710.
1374         
1375 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1376
1377         * shell/ev-jobs.c: (ev_job_print_new):
1378
1379         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1380         
1381 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * data/evince-toolbar.xml:
1384         * shell/Makefile.am:
1385         * shell/ev-application.c: (ev_application_init):
1386         * shell/ev-open-recent-action.[ch]:
1387         * shell/ev-window.c:
1388         (ev_window_open_recent_action_item_activated),
1389         (register_custom_actions):
1390
1391         Add an expander to the open toolbar item which pops up a dropdown
1392         menu with the recently used documents. Fixes bug #487215.
1393         
1394 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * shell/ev-window.c: (ev_window_open_uri),
1397         (ev_window_cmd_view_reload):
1398
1399         Do not jump to the first page when reloading by running evince
1400         from the command line. Fixes bug #490847.
1401         
1402 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1403
1404         * shell/ev-window.c: (ev_window_cmd_help_contents):
1405
1406         Plugged memory leak when help file is not found. Fixes bug
1407         #490762.
1408         
1409 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * configure.ac:
1412
1413         Enable djvu, dvi and comics backends by default. Fixes bug
1414         #437121.
1415         
1416 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * configure.ac:
1419         * cut-n-paste/Makefile.am:
1420         * cut-n-paste/recent-files/*: Removed
1421         * help/reference/Makefile.am:
1422         * shell/Makefile.am:
1423         * shell/ev-application.[ch]: (ev_application_shutdown),
1424         (ev_application_init):
1425         * shell/ev-window.c: (ev_window_add_recent),
1426         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1427
1428         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1429         
1430 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1431
1432         * shell/ev-window.c: (launch_external_uri):
1433
1434         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1435         and report error if the URL is not supported (#489910).
1436
1437 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1440         (pdf_document_file_exporter_begin_page),
1441         (pdf_document_file_exporter_end_page):
1442
1443         Fix printing with poppler splash backend. Fixes bug #489774.
1444         
1445 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1448         * shell/ev-print-job.c: (ev_print_job_class_init):
1449
1450         Fix a crash when printing with the gnome-print dialog. Fixes bug
1451         #488939.
1452         
1453 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1454
1455         * backend/pixbuf/pixbuf-document.c:
1456
1457         Fix an implicit function definition warning (#487655)
1458
1459 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * shell/ev-window.c:
1462
1463         Fix conflicting shortcut for view sade pane and presentation.
1464         
1465 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * backend/pdf/ev-poppler.cc:
1468         (pdf_document_file_exporter_begin_page),
1469         (pdf_document_file_exporter_do_page),
1470         (pdf_document_file_exporter_end_page),
1471         (pdf_document_file_exporter_iface_init):
1472         * libdocument/ev-file-exporter.[ch]:
1473         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1474         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1475         (ev_job_print_run):
1476
1477         When printing multiple pages per sheet in reverse option, do not
1478         invert the order of the pages in every sheet, but the order of the
1479         sheets. Do not print blank pages when page range is invalid. Fixes
1480         bugs #484857 and #485521.
1481         
1482 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1485         (ev_job_print_run):
1486         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1487
1488         Respect ranges order when printing more than one range in random
1489         order.
1490         
1491 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1492
1493         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1494         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1495
1496         Rotate also the window icon when document is rotated. Fixes bug
1497         #474681.
1498         
1499 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1502         (pdf_document_forms_get_form_fields):
1503
1504         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1505         Matthias Drochner.
1506         
1507 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * configure.ac:
1510         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1511
1512         Use poppler_page_render_for_printing() instead of
1513         poppler_page_render() if available when exporting to a ps or pdf
1514         file. Fixes bug #476627.
1515         
1516 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * shell/ev-window.c: (ev_window_run_fullscreen):
1519
1520         Do not show the toolbar in fullscreen mode if the main toolbar is
1521         not visible. Fixes bug #483048.
1522         
1523 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-view.c: (ev_view_button_press_event):
1526
1527         Give priority to form fields over images when deciding whether a
1528         button press event is over an image or form field. It allows edit
1529         form fields when they are over a background image. Fixes bug
1530         #477841.
1531         
1532 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1533
1534         * NEWS:
1535         * configure.ac:
1536         
1537         Update for release 2.20.0
1538
1539 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * backend/pdf/ev-poppler.cc:
1542
1543         Remove #ifdef HAVE_FORMS, so that forms support works again.
1544
1545 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1546
1547         * configure.ac:
1548         * data/evince.desktop.in.in:
1549         
1550         Fixes desktop file issues. See bug #473471.
1551
1552 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1555         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1556         (ev_job_queue_remove_job):
1557         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1558         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1559         * shell/ev-window.c: (ev_window_clear_save_job),
1560         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1561         (ev_window_dispose):
1562
1563         Move save a copy task to its own job so that it's carried out in a
1564         thread avoiding another lock in the main thread. Use
1565         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1566         can be saved to a pathin another file system. Fixes bug #456891.
1567         
1568 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1569
1570         * NEWS:
1571         * configure.ac:
1572         
1573         Update for release 2.19.92
1574
1575 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * configure.ac:
1578         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1579         (pdf_selection_get_selection_region),
1580         (pdf_selection_get_selection_map),
1581         (ev_form_field_from_poppler_field):
1582
1583         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1584         and triple click selections are enabled again now.
1585
1586 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * shell/ev-window.c: (ev_window_add_history):
1589
1590         Make sure not to use the history with documents not supporting
1591         links. Fixes bug #468954.
1592
1593 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * shell/ev-window.c: (ev_window_load_job_cb):
1596
1597         Restart the search when reloading a document with the find bar
1598         visible. Fixes bug #461962.
1599
1600 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-window.c: (setup_document_from_metadata),
1603         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1604
1605         Do not jump to the first page when reloading a document from the
1606         last page.
1607
1608 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-window.c: (update_chrome_flag),
1611         (setup_sidebar_from_metadata),
1612         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1613         (ev_window_cmd_edit_find_next),
1614         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1615         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1616         (find_bar_close_cb), (view_actions_focus_in_cb):
1617
1618         Do not update visibility when changing a chrome flag so that it's
1619         possible to update several flags and update visibility only once
1620         for all of them.
1621
1622 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1625
1626         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1627         supported by gtk+. Fixes bug #460907.
1628
1629 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * shell/ev-view.c: (view_update_range_and_current_page):
1632
1633         Make sure current-page <= end-page in continuous mode. Fixes bug
1634         #454950.
1635
1636 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * backend/pdf/ev-poppler.cc: (build_tree):
1639
1640         Ignore outline items without a title. Fixes bug #453913.
1641
1642 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1645         (ev_view_button_release_event), (ev_view_leave_notify_event):
1646
1647         Use always drag mouse cursor during a drag operation. Fixes bug
1648         #470564.
1649
1650 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1653         (pdf_selection_get_selection_region),
1654         (pdf_selection_get_selection_map):
1655
1656         Temporarily disable double and triple selections since it depends on
1657         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1658         released and the update of the external dependency minimal version
1659         approved.
1660
1661 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1662
1663         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1664         (pdf_document_file_exporter_do_page):
1665         * libdocument/ev-file-exporter.h:
1666         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1667         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1668
1669         Actually fix printing regressions. Remove orientation from
1670         EvPrintContext since it's redundant.
1671
1672 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1675         * backend/impress/impress-document.c:
1676         (impress_document_document_iface_init):
1677         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1678         * backend/djvu/djvu-document.c:
1679         (djvu_document_document_iface_init),
1680         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1681         * backend/tiff/tiff-document.c:
1682         (tiff_document_document_iface_init):
1683         * backend/pixbuf/pixbuf-document.c:
1684         (pixbuf_document_document_iface_init):
1685         * backend/comics/comics-document.c:
1686         (comics_document_document_iface_init):
1687         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1688         (pdf_selection_render_selection),
1689         (pdf_selection_get_selected_text),
1690         (pdf_selection_get_selection_region),
1691         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1692         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1693         (ev_selection_get_selection_region),
1694         (ev_selection_get_selection_map):
1695         * libdocument/ev-document.[ch]:
1696         * shell/ev-pixbuf-cache.[ch]: (add_job),
1697         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1698         * shell/ev-view-private.h:
1699         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1700         (ev_job_render_run):
1701         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1702         * shell/ev-view.c: (start_selection_for_event),
1703         (ev_view_button_press_event), (ev_view_drag_data_get),
1704         (ev_view_drag_data_received), (ev_view_button_release_event),
1705         (compute_new_selection_text), (compute_selections),
1706         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1707         (ev_view_primary_get_cb):
1708
1709         Add support for double and triple click selections.
1710
1711 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1712
1713         * NEWS:
1714         * configure.ac:
1715
1716         Update for release 2.19.4
1717
1718 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1719
1720         * shell/ev-view-private.h:
1721         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1722         (ev_view_set_highlight_search):
1723         * shell/ev-view.h:
1724         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1725         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1726         (find_bar_visibility_changed_cb):
1727         
1728         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1729
1730 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1733         (pdf_document_file_exporter_begin),
1734         (pdf_document_file_exporter_do_page):
1735         * shell/ev-jobs.c: (ev_job_print_run):
1736         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1737
1738         Create always a portrait cairo surface and rotate when needed for
1739         landscape. It fixes printing problems in real printers.
1740
1741 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1744         * libdocument/ev-file-exporter.[ch]:
1745         (ev_file_exporter_get_capabilities):
1746         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1747         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1748
1749         Adjust number of pages per row according to page orientation when
1750         printing 2 or 6 pages per sheet.
1751
1752 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * shell/ev-window.c: (ev_window_print_send):
1755
1756         Reset also cups setting to 1 when printing multiple pages per
1757         sheet. Fixes bug #468853.
1758
1759 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * libdocument/ev-document-misc.c:
1762         (ev_document_misc_surface_rotate_and_scale):
1763
1764         Use directly cairo_surface_get_content() when creating a similar
1765         surface as suggested by Jeff Muizelaar. Thanks again.
1766
1767 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * backend/djvu/djvu-document.c: (djvu_document_render):
1770         * backend/tiff/tiff-document.c: (tiff_document_render):
1771         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1772         * libdocument/ev-document-misc.c:
1773         (ev_document_misc_surface_from_pixbuf),
1774         (ev_document_misc_surface_rotate_and_scale):
1775
1776         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1777         creating page surfaces. Fixes bug #453123. Thank you very much to
1778         Jeff Muizelaar <jeff@infidigm.net>.
1779
1780 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * shell/ev-page-cache.c: (ev_page_cache_new),
1783         (ev_page_cache_get_thumbnail_size):
1784         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1785         (ev_sidebar_thumbnails_set_loading_icon):
1786
1787         Also store in page-cache the dimensions of the thumbnails so that
1788         they can be used to create the correct loading icon in the side
1789         pane. Fixes bug #466857.
1790
1791 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * backend/pdf/ev-poppler.cc:
1794         (pdf_document_thumbnails_get_thumbnail):
1795
1796         Fix thumbnails rotation in pdf documents that include embedded 
1797         thumbnails.
1798
1799 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1800
1801         * backend/pdf/ev-poppler.cc:
1802
1803         Don't use #ifdef in macro expansion. Some compilers don't
1804         like that. Closes bug #467042.
1805
1806 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1807
1808         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1809         
1810         Fixes memory leak in djvu backend.
1811
1812 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1813
1814         * data/icons/32x32/Makefile.am:
1815         * data/icons/32x32/actions/Makefile.am:
1816         * data/icons/32x32/actions/view-page-cont.svg:
1817         * data/icons/32x32/actions/view-page-facing.svg:
1818         * data/icons/48x48/Makefile.am:
1819         * data/icons/48x48/actions/Makefile.am:
1820         * data/icons/48x48/actions/view-page-cont.svg:
1821         * data/icons/48x48/actions/view-page-facing.svg:
1822         
1823         Icons for a new sizes.
1824
1825 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1826
1827         * shell/ev-page-cache.c: (build_height_to_page),
1828         (ev_page_cache_get_height_to_page):
1829         
1830         Fixes invalid read, see bug #466401.
1831
1832 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1835         (set_drag_cursor):
1836         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1837         (configure_item_cursor), (new_pixbuf_from_widget):
1838
1839         Fix multihead problems in toolbar editor. Fixes bug #382055.
1840
1841 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * shell/ev-window.c: (ev_window_cmd_file_open),
1844         (ev_window_cmd_save_as):
1845
1846         Use g_get_user_special_dir when available instead of
1847         xdg_user_dir_lookup.
1848
1849 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1850
1851         * MAINTAINERS:
1852         
1853         Updated according to request on desktop-devel.
1854
1855 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1858
1859         Do not use cairo_rectangle and cairo_clip since we are
1860         not using cairo_fill but cairo_paint. Use the same cairo context
1861         for every page in the same expose event.
1862
1863 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1864
1865         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1866         leak.
1867
1868 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * configure.ac:
1871         * NEWS:
1872
1873         Release 0.9.3
1874
1875 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * libdocument/ev-document-info.h:
1878         * libdocument/ev-document.h:
1879         * shell/ev-page-action.h:
1880         * shell/ev-sidebar-links.h:
1881
1882         Fix a headers problem with ev-link
1883         
1884         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1885         * shell/ev-view-private.h:
1886         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1887         (get_link_area), (ev_view_query_tooltip),
1888         (ev_view_leave_notify_event), (ev_view_destroy),
1889         (ev_view_class_init):
1890
1891         Use new gtk tooltips when available instead of ev-tooltip.
1892         
1893 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (update_chrome_visibility),
1896         (ev_window_sidebar_visibility_changed_cb):
1897
1898         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1899         
1900 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-navigation-action.c:
1903         (ev_navigation_action_history_changed),
1904         (ev_navigation_action_set_history):
1905         * shell/ev-navigation-action-widget.c:
1906         (ev_navigation_action_widget_init):
1907         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1908
1909         Fix compile warnings.
1910         
1911 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1914         (egg_editable_toolbar_dispose):
1915
1916         Fix memory leak.
1917         
1918 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1921         (screensaver_disable_x11):
1922         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1923         * shell/ev-window.c: (presentation_set_timeout):
1924         * shell/ev-view.c: (ev_view_presentation_transition_start):
1925
1926         Use g_timeout_add_seconds instead of g_timeout_add when
1927         available.
1928         
1929 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1932
1933         Set horizontal scrollbar policy to AUTOMATIC instead of
1934         NEVER. Workaround for bug #449462.
1935         
1936 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * shell/ev-jobs.c: (ev_job_render_page_ready):
1939
1940         Add page_ready callback to main loop with high priority and hold
1941         a reference to job during idle.
1942         
1943 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * configure.ac:
1946         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1947         (pdf_document_file_exporter_begin),
1948         (pdf_document_file_exporter_do_page),
1949         (pdf_document_file_exporter_get_capabilities):
1950         * libdocument/ev-file-exporter.h:
1951         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1952         * shell/ev-window.c: (ev_window_print_send),
1953         (ev_window_print_dialog_response_cb):
1954
1955         Allow printing multiple pages per sheet. Fixes bug #395573.
1956         
1957 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1958
1959         * shell/ev-view.c: (tip_from_link):
1960         
1961         Check for NULL, fixes bug #460862.
1962
1963 2007-07-29  Christian Persch  <chpe@gnome.org>
1964
1965         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1966         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1967         (ev_window_cmd_preview_print):
1968         
1969         Fixes bug #437681 - blocks while enumerating printers.
1970
1971 2007-07-29  Christian Persch  <chpe@gnome.org>
1972
1973         * shell/ev-window.c: (ev_window_screen_changed):
1974         
1975         Don't use deprecated gtk+ function. See bug #460909.
1976
1977 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * shell/ev-utils.c: (get_num_monitors):
1980         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1981
1982         Do not use display before initializing it. Remove compile
1983         warnings.
1984
1985 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1986
1987         * shell/ev-view.c: (ev_view_class_init):
1988         
1989         Unix-like hjkl bindings added. See bug #458111.
1990
1991 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1992
1993         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1994         * shell/ev-utils.h:
1995         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1996         (ev_view_update_view_size):
1997         * shell/ev-view.h:
1998         * shell/ev-window.c: (ev_window_update_actions),
1999         (setup_view_from_metadata), (ev_window_screen_changed),
2000         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2001         (zoom_control_changed_cb):
2002         * shell/ev-window.h:
2003         
2004         Reorganizes utility functions.
2005
2006 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2009         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2010         (add_job), (ev_pixbuf_cache_get_surface),
2011         (ev_pixbuf_cache_get_link_mapping),
2012         (ev_pixbuf_cache_get_image_mapping),
2013         (ev_pixbuf_cache_get_form_field_mapping),
2014         (ev_pixbuf_cache_get_text_mapping):
2015         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2016         (notify_page_ready), (ev_job_render_page_ready),
2017         (ev_job_render_run):
2018
2019         Add page_ready signal to notify that page is ready as soon as
2020         possible even if other page elements like links, forms, images or
2021         text mapping are not ready yet.
2022
2023 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2026         (dvi_document_file_exporter_do_page),
2027         (dvi_document_file_exporter_get_capabilities),
2028         (dvi_document_file_exporter_iface_init):
2029         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2030         (ps_document_file_exporter_do_page),
2031         (ps_document_file_exporter_get_capabilities),
2032         (ps_document_file_exporter_iface_init):
2033         * backend/djvu/djvu-document.c:
2034         (djvu_document_file_exporter_begin),
2035         (djvu_document_file_exporter_end),
2036         (djvu_document_file_exporter_get_capabilities),
2037         (djvu_document_file_exporter_iface_init):
2038         * backend/tiff/tiff-document.c:
2039         (tiff_document_file_exporter_begin),
2040         (tiff_document_file_exporter_get_capabilities),
2041         (tiff_document_document_file_exporter_iface_init):
2042         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2043         (pdf_document_file_exporter_do_page),
2044         (pdf_document_file_exporter_get_capabilities),
2045         (pdf_document_file_exporter_iface_init):
2046         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2047         (ev_file_exporter_get_capabilities):
2048         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2049         (idle_print_handler), (ev_print_job_print):
2050         * shell/ev-jobs.c: (ev_job_print_run):
2051         * shell/ev-window.c: (ev_window_print_send),
2052         (ev_window_print_range):
2053
2054         Use capabilities to know which options should be offered by the
2055         print dialog depending on the document backend.
2056
2057 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2060
2061         Give priority to forms over text to set the cursor.
2062
2063 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * shell/ev-view-private.h:
2066         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2067         (ev_view_leave_notify_event), (ev_view_finalize),
2068         (ev_view_get_property), (ev_view_class_init):
2069
2070         Use IBEAM cursor for text form fields and NORMAL cursor for read
2071         only fields. Remove unused status attribute.
2072
2073 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2076
2077         Update region for current selected items also for checkbox
2078         buttons, since they can behave as radio buttons when they are in a
2079         set.
2080
2081 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * configure.ac:
2084         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2085
2086         Get max length of text form fields.
2087
2088 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2091         * libdocument/ev-form-field.h:
2092         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2093
2094         Fix build with current poppler cvs head.
2095
2096 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2099         * shell/eggfindbar.c: (egg_find_bar_init):
2100
2101         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2102         deprecation. Fixes bug #455667
2103
2104 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2105
2106         * NEWS:
2107         * configure.ac:
2108         
2109         Update for release 0.9.2
2110
2111 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-view.c: (ev_view_form_field_text_save),
2114         (ev_view_form_field_choice_save):
2115
2116         Fix a crash when closing whith a form widget visible.
2117
2118 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2121
2122         Update also the region of the current selected button when
2123         clicking on another button if they are radio buttons.
2124
2125 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2128         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2129         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2130         (ev_pixbuf_cache_get_link_mapping),
2131         (ev_pixbuf_cache_get_image_mapping),
2132         (ev_pixbuf_cache_get_form_field_mapping),
2133         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2134         * shell/ev-view.c: (ev_view_form_field_get_region),
2135         (ev_view_form_field_button_create_widget),
2136         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2137         (job_finished_cb):
2138
2139         Redraw only form field region instead of the whole page when
2140         reloading a page to show changes on the form field.
2141
2142 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * shell/ev-view.c: (ev_view_form_field_choice_save):
2145
2146         Fix selection of first item in list form fields.
2147
2148 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2151         (ev_pixbuf_cache_reload_page),
2152         (ev_pixbuf_cache_get_form_field_mapping):
2153
2154         Some refactoring to avoid duplicated code.
2155
2156 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * configure.ac:
2159         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2160         (ev_form_field_from_poppler_field),
2161         (pdf_document_forms_get_form_fields),
2162         (pdf_document_forms_form_field_text_get_text),
2163         (pdf_document_forms_form_field_text_set_text),
2164         (pdf_document_forms_form_field_button_set_state),
2165         (pdf_document_forms_form_field_button_get_state),
2166         (pdf_document_forms_form_field_choice_get_item),
2167         (pdf_document_forms_form_field_choice_get_n_items),
2168         (pdf_document_forms_form_field_choice_is_item_selected),
2169         (pdf_document_forms_form_field_choice_select_item),
2170         (pdf_document_forms_form_field_choice_toggle_item),
2171         (pdf_document_forms_form_field_choice_unselect_all),
2172         (pdf_document_forms_form_field_choice_set_text),
2173         (pdf_document_forms_form_field_choice_get_text),
2174         (pdf_document_document_forms_iface_init):
2175         * libdocument/Makefile.am:
2176         * libdocument/ev-form-field.[ch]:
2177         * libdocument/ev-document-forms.[ch]:
2178         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2179         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2180         (add_job), (ev_pixbuf_cache_reload_page),
2181         (ev_pixbuf_cache_get_form_field_mapping):
2182         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2183         * shell/ev-view-private.h:
2184         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2185         (ev_view_handle_cursor_over_xy),
2186         (ev_view_get_form_field_at_location),
2187         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2188         (ev_view_form_field_button_create_widget),
2189         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2190         (ev_view_form_field_text_create_widget),
2191         (ev_view_form_field_choice_save),
2192         (ev_view_form_field_choice_changed),
2193         (ev_view_form_field_choice_create_widget),
2194         (ev_view_handle_form_field), (ev_view_size_allocate),
2195         (ev_view_realize), (draw_end_presentation_page),
2196         (ev_view_button_press_event), (ev_view_remove_all),
2197         (ev_view_motion_notify_event), (ev_view_key_press_event),
2198         (ev_view_enter_notify_event), (highlight_find_results),
2199         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2200         (ev_view_class_init), (page_changed_cb),
2201         (on_adjustment_value_changed), (ev_view_set_presentation),
2202         (merge_selection_region), (ev_view_set_cursor),
2203         (ev_view_reset_presentation_state):
2204         
2205         Merge evince-forms branch.
2206
2207 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2208
2209         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2210
2211         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2212         This script also updates itself from libegg
2213
2214         * cut-n-paste/toolbar-editor/egg*:
2215         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2216         libegg
2217
2218 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2219
2220         * shell/ev-window.c:
2221         
2222         Adds a nice icon to page action during toolbar editing.
2223         See bug #452872.
2224
2225 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * data/evince-toolbar.xml:
2228         * shell/ev-window.c:
2229         
2230         Let user add a presentation and fullscreen icons on toolbar.
2231         See bug #449734.
2232
2233 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2234
2235         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2236
2237         new script to keep in sync with toolbareditor in libegg
2238
2239         * cut-n-paste/toolbar-editor/*: 
2240
2241         Run update-toolbareditor-from-libegg so we are in sync again. 
2242         Fixes bug #452850.
2243         
2244
2245 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * shell/ev-sidebar-links.c: (job_finished_callback):
2248
2249         Do not connect selection changed signal more than once. Fixes bug
2250         #349433.
2251
2252 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2255
2256         Do not change sidebar chrome flag when pressing F9 key in
2257         presentation mode.
2258
2259 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * backend/pdf/ev-poppler.cc:
2262         (pdf_document_thumbnails_get_dimensions):
2263
2264         Make sure thumbnails width and height is not <= 0. Fixes a crash
2265         with some pdf documents which have really small pages.
2266
2267 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2268
2269         * shell/main.c: (main):
2270
2271         Fixes program description translation issue.
2272         Bug #450148.
2273
2274 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2275
2276         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2277
2278         Do not change current page when returning from black/white mode
2279         in presentation. Fixes bug #415032.
2280
2281 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2282
2283         * NEWS:
2284         * configure.ac:
2285         
2286         Update for release 0.9.1
2287
2288 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2289
2290         * backend/dvi/dvi-document.c:
2291         (dvi_document_finalize),
2292         (dvi_document_file_exporter_format_supported),
2293         (dvi_document_file_exporter_begin),
2294         (dvi_document_file_exporter_do_page),
2295         (dvi_document_file_exporter_end),
2296         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2297         
2298         PDF exporter for dvi documents. Fixes bug #441319.
2299
2300 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * shell/ev-window.c: (ev_window_clear_print_job):
2303
2304         Clear gtk print job when job has finished. Fixes bug #447612.
2305
2306 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-window.c: (ev_window_print_send),
2309         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2310
2311         Add preview button to print dialog. Fixes bug #445419.
2312
2313 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * backend/dvi/Makefile.am:
2316         * backend/dvi/pixbuf-device.[ch]: Removed
2317         * backend/dvi/cairo-device.[ch]: Added
2318         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2319         * backend/dvi/dvi-document.c: (dvi_document_load),
2320         (dvi_document_render), (dvi_document_finalize),
2321         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2322         (dvi_document_do_color_special):
2323         * libdocument/ev-document-misc.[ch]:
2324         (ev_document_misc_pixbuf_from_surface):
2325
2326         Port dvi backend to cairo and fix a problem with colors. 
2327
2328 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-view.c: (draw_one_page):
2331
2332         Draw only visible region.
2333
2334 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * backend/djvu/djvu-document.c: (djvu_document_render):
2337
2338         Fix rotation in djvu backend.
2339
2340 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2343         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2344         (ev_pixbuf_cache_get_image_mapping),
2345         (ev_pixbuf_cache_get_text_mapping):
2346
2347         Redraw view every time we have a new surface. Fixes bug #443587.
2348
2349 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * libdocument/ev-document.c: (ev_document_info_free):
2352
2353         Fix memory leaks.
2354
2355 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * backend/dvi/dvi-document.c: (dvi_document_render),
2358         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2359         * backend/impress/impress-document.c:
2360         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2361         (impress_document_render), (impress_document_document_iface_init),
2362         (impress_document_thumbnails_get_thumbnail):
2363         * backend/djvu/djvu-document-private.h:
2364         * backend/djvu/djvu-document.c: (djvu_document_render),
2365         (djvu_document_finalize), (djvu_document_document_iface_init),
2366         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2367         * backend/tiff/tiff-document.c: (tiff_document_render),
2368         (tiff_document_render_pixbuf),
2369         (tiff_document_document_iface_init):
2370         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2371         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2372         (pdf_selection_render_selection):
2373         * backend/comics/comics-document.c:
2374         (comics_document_render_pixbuf), (comics_document_render),
2375         (comics_document_document_iface_init):
2376         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2377         (pixbuf_document_document_iface_init):
2378         * libdocument/ev-document-misc.[ch]:
2379         (ev_document_misc_surface_from_pixbuf),
2380         (ev_document_misc_surface_rotate_and_scale):
2381         * libdocument/ev-document.[ch]: (ev_document_render):
2382         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2383         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2384         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2385         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2386         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2387         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2388         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2389         (render_finished_cb), (ev_job_render_run):
2390         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2391         (merge_selection_region):
2392
2393         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2394         and selections.
2395
2396 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * shell/ev-window-title.c: (ev_window_title_update):
2399
2400         Fix memory leak.
2401
2402 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * shell/ev-view.c: (draw_loading_text):
2405
2406         Show loading text centered. Fixes bug #433061
2407
2408 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * shell/ev-sidebar-thumbnails.c:
2411         (ev_sidebar_thumbnails_set_loading_icon):
2412
2413         Remove a mutex in the main thread that blocks the UI in heavy
2414         documents.
2415
2416 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2419
2420         Set points_set to TRUE so that selections don't disappear after a
2421         zoom change.
2422
2423 2007-06-07  Michael Monreal  <infernux@web.de>
2424
2425         * data/icons/16x16/actions/Makefile.am:
2426         * data/icons/16x16/actions/zoom.svg:
2427         * data/icons/22x22/actions/Makefile.am:
2428         * data/icons/22x22/actions/zoom.svg:
2429         * data/icons/24x24/actions/Makefile.am:
2430         * shell/ev-stock-icons.c:
2431         * shell/ev-stock-icons.h:
2432         * shell/ev-window.c:
2433         
2434         Zoom icon artwork. See bug #444795.
2435
2436 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2437
2438         * shell/ev-metadata-manager.c: Remove extraneous function
2439         (Closes: #444386)
2440
2441 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2442
2443         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2444         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2445         (ev_metadata_manager_set), (ev_metadata_manager_save):
2446         Simplify the timeout, no need for modified anymore
2447
2448 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2449
2450         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2451         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2452         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2453         (ev_metadata_manager_save): Adapted patch from Arjan van de
2454         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2455         time, saves on power (Closes: #443851)
2456
2457 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * configure.ac:
2460         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2461         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2462
2463         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2464
2465 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2466
2467         * shell/ev-window.c: (ev_window_add_history):
2468
2469         Check if history is NULL
2470
2471 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * libdocument/ev-image.c: (ev_image_finalize):
2474         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2475         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2476         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2477         (ev_tmp_uri_unlink):
2478
2479         Add functions to delete temporary files created by evince in a safe
2480         way.
2481
2482         * shell/ev-window.c: (ev_window_clear_local_uri),
2483         (open_xfer_update_progress_callback),
2484         (save_xfer_update_progress_callback), (ev_window_save_remote),
2485         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2486         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2487         (attachment_save_dialog_response_cb),
2488         (ev_attachment_popup_cmd_save_attachment_as):
2489
2490         Allow saving a copy of a document, image or attachment to a remote
2491         location. Fixes bug #440754. 
2492
2493 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * configure.ac:
2496         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2497
2498         Fix build with current poppler from cvs head. 
2499
2500 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2501
2502         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2503
2504         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2505         directory exists.
2506
2507 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2508
2509         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2510         * shell/ev-window.c:
2511
2512         Change sidebar ordering. Fixes bug #439939.
2513
2514 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2515
2516         * backend/comics/Makefile.am:
2517         
2518         Fixes build with --without-libgnome.
2519
2520 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2521         
2522         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2523
2524         Update cursor and tooltip on page change and view scroll. Fixes bug
2525         #439217.
2526
2527 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2528
2529         * NEWS:
2530         * configure.ac:
2531         
2532         Update for release 0.9.0
2533
2534 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2535
2536         * backend/djvu/djvu-document-private.h:
2537         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2538         (djvu_document_finalize),
2539         (djvu_document_file_exporter_format_supported),
2540         (djvu_document_file_exporter_begin),
2541         (djvu_document_file_exporter_do_page),
2542         (djvu_document_file_exporter_end),
2543         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2544         
2545         Implemented printing with djvu. Bug #437998.
2546
2547 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * backend/impress/zip.c:
2550         Add missing ulong definition.
2551
2552         * backend/ps/ps-interpreter.c:
2553         Add missing headers.
2554
2555         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2556
2557 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2560
2561         Add missing call to parent class dispose method. 
2562
2563 2007-05-12  Ross Burton  <ross@openedhand.com>
2564
2565         * shell/main.c:
2566         Sync keybindings manually when building without libgnome
2567         (#437925).
2568
2569 2007-05-12  Ross Burton  <ross@openedhand.com>
2570
2571         * shell/ev-window.c:
2572         Respect the screen when opening help (#437866).
2573
2574 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * data/evince-ui.xml:
2577         * shell/ev-application.[ch]: (get_print_settings_from_args),
2578         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2579         (ev_application_open_uri_list):
2580         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2581         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2582         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2583         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2584         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2585         (ev_window_dispose):
2586         * shell/main.c: (arguments_parse):
2587
2588         Add print button in preview mode. Fixes bug #396475. 
2589
2590 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2591
2592         * cut-n-paste/zoom-control/ephy-zoom.h:
2593         
2594         Fixes zoom level factors. See bug #408119 for details.
2595
2596 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2597
2598         * backend/comics/comics-document.c: (comics_regex_quote),
2599         (extract_argv):
2600         
2601         Correctly quote symbols. Fixes crash in the bug
2602         #415370.
2603
2604 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2605
2606         * shell/ev-navigation-action-widget.c:
2607         (ev_navigation_action_widget_init),
2608         (ev_navigation_action_widget_class_init),
2609         (ev_navigation_action_widget_button_press_event):
2610         
2611         Connect to button-press event on correct widget. Fixes
2612         bug #431988
2613
2614 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2615
2616         * shell/ev-application.c: (ev_application_open_window),
2617         (ev_application_add_icon_path_for_screen),
2618         (ev_application_open_uri_at_dest):
2619         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2620         * shell/ev-navigation-action.c: (build_menu):
2621         
2622         Add app-specific icons to our icon theme. Fixes bug
2623         #425508.
2624
2625 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2626
2627         * shell/ev-history.c: (ev_history_class_init),
2628         (ev_history_add_link):
2629         * shell/ev-history.h:
2630         * shell/ev-navigation-action.c:
2631         (ev_navigation_action_history_changed),
2632         (ev_navigation_action_set_history), (build_menu),
2633         (ev_navigation_action_finalize):
2634         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2635         
2636         Make navigation action unsensitive instead of showing
2637         menu with unsensitive word. Fixes bug #417392.
2638
2639 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-application.[ch]: (ev_application_shutdown),
2642         (ev_application_get_print_settings),
2643         (ev_application_set_print_settings):
2644         * shell/ev-window.c:
2645
2646         Remember print settings. Fixes bug #349102. 
2647
2648 2007-05-08  Christian Persch  <chpe@gnome.org>
2649
2650         * configure.ac:
2651         * properties/ev-properties-view.c:
2652
2653         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2654         Bug #382438.
2655
2656 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * configure.ac:
2659         * properties/ev-properties-view.c: (ev_regular_paper_size):
2660
2661         Use gtk+ builtin paper list to identify the document's paper size.
2662         Fixes bug #382438. 
2663
2664 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * configure.ac:
2667
2668         Fix build when compiling with thumbnailer and libgnome support. 
2669
2670 2007-05-04  Ross Burton  <ross@openedhand.com>
2671
2672         * configure.ac:
2673         Add --without-libgnome, check for libgnome and libgnomeui
2674         separately, and add them to the symbols as required.
2675
2676         * libdocument/ev-file-helpers.c:
2677         When building without libgnome, use g_get_user_config_dir instead
2678         of gnome_user_dir_get.
2679
2680         * shell/ev-application.c:
2681         When building without libgnome, don't use session management.
2682
2683         * shell/main.c:
2684         When building without libgnome, don't use GnomeProgram or
2685         initialise the authentication manager.
2686
2687         This fixes #328842.
2688
2689 2007-05-04  Ross Burton  <ross@openedhand.com>
2690
2691         * shell/ev-window.c:
2692         Don't use libgnome to open help, instead call Yelp directly.
2693
2694 2007-05-04  Ross Burton  <ross@openedhand.com>
2695
2696         * shell/ev-sidebar-attachments.c:
2697         Don't use libgnome to lookup icons for MIME types, instead copy
2698         code from GTK+ to do it manually.
2699
2700 2007-05-04  Ross Burton  <ross@openedhand.com>
2701
2702         * configure.ac:
2703         Add libxml to the dependencies for SHELL_CORE (#435818).
2704
2705 2007-05-02  Ross Burton  <ross@openedhand.com>
2706
2707         * configure.ac:
2708         * Makefile.am:
2709         Add --disable-thumbnailer (#434825)
2710
2711 2007-05-02  Ross Burton  <ross@openedhand.com>
2712
2713         * shell/ev-window.c:
2714         Add missing includes, fix indentation.
2715
2716         * shell/main.c:
2717         Fix indentation.
2718
2719 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2720
2721         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2722         ev_application_open_uri_at_dest instead of ev_application_open_uri
2723         preventing new document always being opened in a new window even if there
2724         is an empty window.
2725
2726 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2727
2728         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2729         (egg_recent_view_uimanager_finalize):
2730         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2731         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2732         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2733         (ev_pixbuf_cache_dispose):
2734         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2735         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2736         
2737         Add missing chain to parent class methods. Fixes
2738         bug #433128.
2739
2740 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2741
2742         * data/Makefile.am (update-icon-cache): Updates
2743         gtk-update-icon-cache in uninstall-hook.
2744
2745 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * shell/ev-window.c: (ev_window_setup_document),
2748         (ev_window_set_document), (ev_window_load_job_cb):
2749         * shell/ev-view.c: (setup_caches):
2750         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2751
2752         Start rendering pages before any other jobs. 
2753
2754 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-window.c: (ev_window_stop_fullscreen),
2757         (ev_window_stop_presentation):
2758
2759         Update chrome visibility before window unfullscreen. 
2760
2761 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * data/Makefile.am:
2764         * data/evince-ui.xml:
2765         * shell/ev-stock-icons.[ch]:
2766         * shell/ev-application.[ch]: (ev_application_shutdown),
2767         (ev_application_init), (ev_application_get_toolbars_model):
2768         * shell/ev-window.c: (update_chrome_visibility),
2769         (fullscreen_toolbar_setup_item_properties),
2770         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2771         (ev_window_run_presentation), (ev_window_stop_presentation),
2772         (ev_window_run_preview), (ev_window_screen_changed),
2773         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2774         (ev_window_dispose), (ev_window_init):
2775
2776         Make fullscreen toolbar always visible. Do not use egg toolbars for
2777         fullscreen and preview modes since such toolbars are not editables.
2778         Fixes bugs #300278, #338910 and #316188.  
2779
2780 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2781
2782         * shell/ev-application.c:
2783         * shell/ev-job-queue.c:
2784         * shell/ev-metadata-manager.c:
2785         * shell/ev-stock-icons.c:
2786         * shell/ev-window.c:
2787         * shell/main.c:
2788         
2789         Developers documentation updated.
2790
2791 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2794
2795         Check whether uri is valid before launching it. Fixes bug #427664.
2796
2797 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window.c:
2800
2801         Change key accelerator for Open a Copy menu entry which is in conflict
2802         with Close. Fixes bug #427321.
2803
2804 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2805
2806         * NEWS:
2807         * configure.ac:
2808         
2809         Update for release 0.8.1
2810
2811 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * shell/ev-window.c: (setup_size_from_metadata):
2814         
2815         Do not make window bigger than screen. Fixes bug 
2816         #388985.
2817
2818 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2821         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2822
2823         Use default resolution when it's not provided by document. Fixes bug
2824         #408762.
2825
2826 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * configure.ac:
2829         * thumbnailer/Makefile.am:
2830         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2831         * thumbnailer/evince-thumbnailer.schemas.in:
2832         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2833
2834         Add support for ps, eps and compressed documents thumbnails. Do not
2835         ignore size parameter. 
2836
2837 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2838
2839         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2840         (dvi_document_do_color_special):
2841         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2842
2843         Implement font color specials in the DVI backend. Fixes bug #303651.
2844
2845 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2846
2847         Fixup the previous commit:
2848
2849         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2850         * shell/xdg-user-dir-lookup.c: Make the function non-static
2851         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2852
2853 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2854
2855         * shell/ev-window.c (file_open_dialog_response_cb): Use
2856         the xdg-user-dirs DOCUMENTS folder as default folder when
2857         opening a file chooser.  (#424858)
2858
2859         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2860         xdg-user-dirs.
2861
2862 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * shell/ev-window.c: (ev_window_load_job_cb):
2865
2866         Do not setup view from metadata on preview mode. 
2867
2868 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/main.c:
2871
2872         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2873
2874 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2875
2876         * shell/ev-view.c: (ev_view_primary_get_cb):
2877
2878         Check pointer != NULL before using it. Fixes bug #416841. 
2879
2880 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2881
2882         * NEWS:
2883         * configure.ac:
2884         
2885         Release 0.8.0
2886
2887 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2890
2891         Do not render thumbnails when sidebar thumbnail page is not visible
2892         at startup. Fixes bug #416447. 
2893
2894 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2895
2896         * data/evince.desktop.in.in:
2897
2898         "Application" is not a valid category in the freedesktop specification.
2899
2900 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * libdocument/ev-file-helpers.[ch]: (compression_run),
2903         (ev_file_uncompress), (ev_file_compress):
2904         * shell/ev-window.c: (file_save_dialog_response_cb):
2905
2906         Save document compressed when saving a copy of a compressed document.
2907         Fixes bug #334542.
2908
2909 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2912
2913         Allow deleting in goto window entry in presentation mode. 
2914
2915 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2916
2917         * Makefile.am: Dist MAINTAINERS.
2918
2919 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * shell/ev-window.c: (ev_window_update_actions):
2922
2923         Fix zoom shortcut keys when searching. Fixes bug #409828.
2924
2925 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * shell/ev-window.c: (ev_window_setup_document):
2928
2929         Fix crash when loading documents with only one page. 
2930
2931 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * backend/dvi/dvi-document.c:
2934         (dvi_document_thumbnails_get_dimensions),
2935         (dvi_document_thumbnails_get_thumbnail):
2936         * backend/impress/impress-document.c:
2937         (impress_document_thumbnails_get_thumbnail),
2938         (impress_document_thumbnails_get_dimensions):
2939         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2940         (ps_document_thumbnails_get_dimensions):
2941         * backend/djvu/djvu-document.c:
2942         (djvu_document_thumbnails_get_dimensions),
2943         (djvu_document_thumbnails_get_thumbnail):
2944         * backend/tiff/tiff-document.c:
2945         (tiff_document_thumbnails_get_thumbnail),
2946         (tiff_document_thumbnails_get_dimensions):
2947         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2948         (pdf_document_thumbnails_get_thumbnail),
2949         (pdf_document_thumbnails_get_dimensions):
2950         * backend/comics/comics-document.c:
2951         (comics_document_thumbnails_get_thumbnail),
2952         (comics_document_thumbnails_get_dimensions):
2953         * backend/pixbuf/pixbuf-document.c:
2954         (pixbuf_document_thumbnails_get_thumbnail),
2955         (pixbuf_document_thumbnails_get_dimensions):
2956         * libdocument/ev-document-thumbnails.[ch]:
2957         (ev_document_thumbnails_get_thumbnail),
2958         (ev_document_thumbnails_get_dimensions):
2959         * libdocument/ev-document-misc.[ch]:
2960         (ev_document_misc_get_thumbnail_frame):
2961         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2962         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2963         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2964         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2965         (ev_sidebar_thumbnails_refresh):
2966         * shell/ev-window.c: (ev_window_setup_document):
2967         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2968
2969         Use an EvRenderContext for rendering thumbnails instead of a suggested
2970         width, so that different sized pages get sized proportionally.
2971
2972 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-view.c: (ev_view_button_press_event),
2975         (ev_view_key_press_event):
2976
2977         Fix critical warnings when there is no document loaded. 
2978
2979 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-page-action-widget.c:
2982         * shell/ev-navigation-action.c:
2983         * shell/ev-window.c:
2984
2985         Fix compile warnings. 
2986
2987 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * backend/djvu/djvu-text.h:
2990         * backend/djvu/djvu-document.c:
2991         * backend/djvu/djvu-text-page.c:
2992         * backend/djvu/djvu-links.c:
2993         * backend/djvu/djvu-text-page.h:
2994         * backend/djvu/djvu-text.c:
2995         
2996         Fix build on Mac. Fixes bug #392186. Patch by
2997         <ephraim_owns@hotmail.com>
2998
2999 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3002
3003         Restore cairo context before rendering every page when printing a PDF
3004         document into a PDF file. 
3005
3006 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * backend/ps/gstypes.h:
3009         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3010         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3011         (ps_document_thumbnails_get_thumbnail):
3012
3013         Handle PostScript page orientation. Fixes bug #318568.
3014
3015 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * backend/ps/Makefile.am:
3018         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3019         (document_load), (ps_document_load), (save_document),
3020         (save_page_list), (ps_document_get_n_pages),
3021         (ps_document_get_page_size), (ps_document_get_info),
3022         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3023         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3024         (ps_document_thumbnails_get_thumbnail),
3025         (ps_document_thumbnails_get_dimensions),
3026         (ps_document_document_thumbnails_iface_init):
3027         * backend/ps/ps.[ch]: (psgetpagebox):
3028         * backend/ps/ps-interpreter.[ch]:
3029
3030         Add support for thumbnails in ps backend. Fixes bug #164755. 
3031
3032 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * NEWS:
3035         * configure.ac:
3036         
3037         Release 0.7.2
3038
3039 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3042         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3043         (ev_window_dispose):
3044
3045         Use document thumbnail as window icon. Fixes bug #384442.
3046
3047 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3048
3049         * configure.ac:
3050
3051         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3052         duplicated adding application/x-bzpostscript instead. 
3053
3054 2007-02-11  Tom Parker  <palfrey@tevp.net>
3055
3056         * backend/ps/ps-document.c: (document_load):
3057
3058         Check return value of psscan before trying
3059         to use it. Fixes bug #372414.
3060
3061 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3064
3065         Fix invalid free in ev-page-cache. Fixes bug #404745.
3066
3067 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3068
3069         * test/Makefile.am:
3070         * test/test3.py:
3071         
3072         Added reload test case.
3073
3074 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * po/POTFILES.in:
3077         * backend/djvu/djvu-document.c: (djvu_document_load):
3078
3079         Check whether there are missing files in indirect multipage djvu
3080         documents. Fixes bug #361683. 
3081
3082 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3083
3084         * test/Makefile.am:
3085         * test/test-mime.bin:
3086         * test/test3.py:
3087         
3088         Added test for slow mime type
3089
3090 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3093
3094         Add some checks and call parent_class->finalize. Fixes bug #404745.
3095
3096 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * shell/ev-navigation-action.c: (connect_proxy):
3099         
3100         Fixes dropdown history menu. Thanks a lot Carlos!
3101
3102 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3105
3106         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3107         bug #373715.
3108
3109 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * backend/ps/ps.c: (psscan):
3112
3113         Fix memory leak. 
3114
3115 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * configure.ac:
3118         * libdocument/ev-file-helpers.c: 
3119
3120         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3121
3122 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * configure.ac:
3125         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3126         (ps_interpreter_start), (document_load), (save_document),
3127         (save_page_list):
3128         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3129         * libdocument/ev-document-factory.c:
3130         (ev_document_factory_get_from_mime), (get_document_from_uri),
3131         (free_uncompressed_uri), (ev_document_factory_get_document):
3132         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3133
3134         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3135
3136 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * libdocument/ev-document.h:
3139
3140         Fix typo in function name. 
3141
3142 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * backend/ps/ps-document.c: (ps_interpreter_finished),
3145         (ps_interpreter_start), (ps_interpreter_failed):
3146
3147         Handle ghostscript interpreter crashes. 
3148
3149 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-window.c: (ev_window_open_uri),
3152         (window_configure_event_cb):
3153
3154         Setup window size and position before showing it. Fixes bug #401711.
3155
3156 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * backend/ps/Makefile.am:
3159         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3160         (ps_document_dispose), (ps_document_class_init),
3161         (ps_interpreter_input), (ps_interpreter_output),
3162         (ps_interpreter_error), (setup_interpreter_env),
3163         (ps_interpreter_start), (ps_interpreter_stop),
3164         (ps_interpreter_failed), (ps_interpreter_is_ready),
3165         (check_filecompressed), (document_load), (ps_document_load),
3166         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3167         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3168         (render_page):
3169
3170         Rework ps-document. Code cleanups, remove deprecated code. 
3171
3172 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/ev-view.c: (ev_view_button_press_event):
3175
3176         Do not start an image drag and drop operation when pointer is on 
3177         text, so that we can select text when the whole background is an
3178         image. 
3179
3180 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * shell/ev-window.c: (ev_window_update_actions): 
3183
3184         Disable all zoom related actions during presentation mode. 
3185
3186 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3187
3188         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3189
3190         Do not zoom in or out on presentation mode. Fixes bug #401305.
3191
3192 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3193
3194         * shell/ev-navigation-action.c: (connect_proxy),
3195         (create_menu_item), (ev_navigation_action_class_init):
3196         
3197         Correctly show menu and fix crash when navigaton 
3198         action is out of toolbar visible area.
3199
3200 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3201
3202         * data/Makefile.am:
3203         * data/evince.1:
3204         
3205         Added man file
3206
3207 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3208
3209         * help/reference/* :
3210         * configure.ac:
3211         
3212         Added gtk-doc based documentation for Evince.
3213         Still in initial state but I hope it will
3214         grow.
3215         
3216         * configure.ac:
3217         
3218         Lower dbus requirement to 0.70
3219
3220 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * shell/ev-window.c: (ev_window_add_history):
3223
3224         Fix memory leak. 
3225
3226 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3227
3228         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3229         * shell/ev-view.h:
3230         * shell/ev-window.c: (ev_window_add_history):
3231         
3232         Correctly handle named destination links
3233
3234 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3235
3236         * NOTES:
3237         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3238         * backend/pdf/ev-poppler.cc:
3239         * libdocument/ev-document-links.h:
3240         * libdocument/ev-link.c: (ev_link_get_page):
3241         * libdocument/ev-link.h:
3242         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3243         (ev_history_add_link):
3244         * shell/ev-history.h:
3245         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3246         (new_history_menu_item), (build_menu):
3247         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3248         * shell/ev-sidebar-links.c: (create_loading_model),
3249         (print_section_cb), (ev_sidebar_links_construct),
3250         (fill_page_labels), (update_page_callback_foreach),
3251         (update_page_callback), (job_finished_callback):
3252         * shell/ev-view.c: (ev_view_handle_link):
3253         * shell/ev-window.c: (ev_window_find_chapter),
3254         (ev_window_add_history), (view_handle_link_cb),
3255         (history_changed_cb):
3256         
3257         Implements another history variant
3258
3259 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-window.c: (view_external_link_cb):
3262         * shell/ev-view.c: (ev_view_button_release_event):
3263
3264         Open links in new window when clicking with middle button. 
3265
3266 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3267
3268         * shell/ev-navigation-action.c: (new_history_menu_item):
3269         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3270         * shell/ev-view.c: (ev_view_handle_link):
3271         * shell/ev-window.c:
3272         
3273         Store link before jump, not the destination. For me it 
3274         seems like more natural history behavior.
3275
3276 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3277
3278         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3279         (ev_navigation_action_class_init):
3280         * shell/ev-navigation-action.h:
3281         * shell/ev-page-action.c: (activate_cb):
3282         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3283         (ev_page_cache_set_current_page_history):
3284         * shell/ev-page-cache.h:
3285         * shell/ev-sidebar-thumbnails.c:
3286         (ev_sidebar_tree_selection_changed),
3287         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3288         * shell/ev-view-private.h:
3289         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3290         * shell/ev-view.h:
3291         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3292         (ev_window_setup_document), (ev_window_load_job_cb):
3293         * shell/ev-window.h:
3294         
3295         History finally works as expected.
3296
3297 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3300
3301         Do not update links treeview if it doesn't have a model assigned yet. 
3302
3303 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3306         (ev_sidebar_links_class_init), (update_page_callback):
3307
3308         Do not update links treeview when sidepane is not visible. 
3309
3310 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * shell/ev-marshal.list:
3313         * shell/ev-page-action.c: (activate_cb),
3314         (ev_page_action_class_init):
3315         * shell/ev-page-action.h:
3316         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3317         * shell/ev-window.c:
3318         
3319         Remove activate_link signal, not required.
3320
3321 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3322
3323         * shell/ev-navigation-action.c: (build_menu):
3324         
3325         Reorder menu items and build menu with fixed length.
3326
3327 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3328
3329         * shell/ev-view.c: (get_selected_text):
3330         
3331         Normalize text to fix ligatures problem. See bug
3332         #341947 for details.
3333
3334 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3337
3338         Fix memory leak in ev-page-cache. 
3339
3340 2007-01-25  Tom Parker <palfrey@tevp.net>
3341
3342         * backend/impress/impress-document.c: (impress_document_load),
3343         (impress_document_finalize), (impress_document_init):
3344         * properties/ev-properties-main.c: (ev_properties_get_pages):
3345         
3346         Correctly handle impress document errors. Fixes nautilus
3347         crash in property page #370491.
3348
3349 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3352         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3353         (ev_job_queue_remove_job):
3354         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3355         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3356         (ev_job_load_run):
3357         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3358         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3359         (ev_window_load_job_cb), (xfer_update_progress_callback),
3360         (ev_window_open_uri), (ev_window_dispose):
3361         * shell/main.c: (main):
3362
3363         Do file transfer asynchronously in the main thread instead of
3364         synchronously in the load thread. Fixes bugs #399694, #398307 and
3365         #343542.
3366
3367 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-jobs.c: (ev_job_xfer_run):
3370
3371         Load the document with the font-config lock held. 
3372
3373 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * backend/ps/ps-document.c: (start_interpreter):
3376
3377         Fix memory leaks in ps backend. 
3378
3379 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * backend/impress/impress-document.c:
3382         (impress_document_render_pixbuf):
3383
3384         Do not acquire fontconfig lock in impress backend, since it is using
3385         the main loop for rendering. 
3386
3387 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * po/POTFILES.in: 
3390
3391         Remove mdvi files that shouldn't be translated. 
3392
3393 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-view-private.h:
3396         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3397         (ev_view_set_zoom):
3398
3399         Render "loading..." text into a cairo surface instead of directly into
3400         the window so that fontconfig lock is only needed once and UI is not
3401         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3402
3403 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3406         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3407
3408         Use icon theme associated with the window screen rather than default. 
3409
3410 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3411
3412         * configure.ac:
3413
3414         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3415
3416 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3417
3418         * data/icons/*/apps/evince.*:
3419
3420         Move Evince icons under new apps directory.
3421
3422         * data/icons/*/actions/*:
3423
3424         Add new custom themeable Evince icons: view-page-continuous, 
3425         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3426         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3427
3428         * configure.ac:
3429
3430         Add new directories to AC_CONFIG_FILES.
3431
3432         * shell/ev-stock-icons.c:
3433         * shell/ev-stock-icons.h:
3434
3435         Use new custom themeable icons.
3436
3437 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3440
3441         Do not draw white background page in presentation mode. 
3442
3443 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3444
3445         * shell/ev-view.c: Remove unused gnome-vfs include.
3446
3447 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3448
3449         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3450         
3451         Format string is corrected, fixes bug #397129.
3452
3453 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-window.c: (ev_window_setup_recent):
3456
3457         Do not include in recent menu inexistent documents. Fixes
3458         bug #339171.
3459
3460 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * po/POTFILES.skip: 
3463
3464         Update POTFILES.skip file according to current source tree. 
3465
3466 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-window.c: (file_save_dialog_response_cb):
3469
3470         Do Save a copy in atomic way. Fixes bug #328266. 
3471
3472 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3475
3476         Keep selected cell always visible in index treeview.
3477
3478 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3479         
3480         * shell/ev-view.c: (ev_view_size_allocate):
3481
3482         Restore horizontal scrollbar after switching to/from fullscreen
3483         or presentation mode. Fixes bug #331728.
3484
3485 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * shell/ev-view-private.h:
3488         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3489         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3490         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3491         (ev_view_can_zoom_out):
3492
3493         Use max and min scale values in the view iby taking dpi into account. 
3494
3495 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * configure.ac:
3498         * NEWS:
3499
3500         Release 0.7.1
3501
3502 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * shell/ev-window.c: (ev_window_print_send):
3505
3506         Send print job to printer with some settings set to default values,
3507         since we have already exported to a file according to such settings
3508         and they could be taken twice by some printers. 
3509
3510 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * shell/ev-jobs.c: (ev_job_xfer_run):
3513         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3514
3515         Show main window and load document with the font-config lock held. 
3516
3517 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * configure.ac:
3520         * shell/ev-application.c: (ev_application_register_service):
3521         * shell/main.c: (load_files_remote):
3522
3523         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3524
3525 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3526
3527         * doc/debugging.txt:
3528         
3529         Remove obsolete documentation.
3530
3531 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * Makefile.am:
3534         * backend/Makefile.am:
3535         * backend/comics/Makefile.am:
3536         * backend/djvu/Makefile.am:
3537         * backend/dvi/Makefile.am:
3538         * backend/ev-async-renderer.c:
3539         * backend/ev-async-renderer.h:
3540         * backend/ev-attachment.c:
3541         * backend/ev-attachment.h:
3542         * backend/ev-backend-marshal.c:
3543         * backend/ev-document-factory.c:
3544         * backend/ev-document-factory.h:
3545         * backend/ev-document-find.c:
3546         * backend/ev-document-find.h:
3547         * backend/ev-document-fonts.c:
3548         * backend/ev-document-fonts.h:
3549         * backend/ev-document-images.c:
3550         * backend/ev-document-images.h:
3551         * backend/ev-document-info.h:
3552         * backend/ev-document-links.c:
3553         * backend/ev-document-links.h:
3554         * backend/ev-document-misc.c:
3555         * backend/ev-document-misc.h:
3556         * backend/ev-document-security.c:
3557         * backend/ev-document-security.h:
3558         * backend/ev-document-thumbnails.c:
3559         * backend/ev-document-thumbnails.h:
3560         * backend/ev-document-transition.c:
3561         * backend/ev-document-transition.h:
3562         * backend/ev-document.c:
3563         * backend/ev-document.h:
3564         * backend/ev-file-exporter.c:
3565         * backend/ev-file-exporter.h:
3566         * backend/ev-image.c:
3567         * backend/ev-image.h:
3568         * backend/ev-link-action.c:
3569         * backend/ev-link-action.h:
3570         * backend/ev-link-dest.c:
3571         * backend/ev-link-dest.h:
3572         * backend/ev-link.c:
3573         * backend/ev-link.h:
3574         * backend/ev-render-context.c:
3575         * backend/ev-render-context.h:
3576         * backend/ev-selection.c:
3577         * backend/ev-selection.h:
3578         * backend/impress/Makefile.am:
3579         * backend/pdf/Makefile.am:
3580         * backend/pixbuf/Makefile.am:
3581         * backend/ps/Makefile.am:
3582         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3583         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3584         (start_interpreter), (stop_interpreter), (document_load),
3585         (ps_document_next_page), (render_page):
3586         * backend/tiff/Makefile.am:
3587         * comics/Makefile.am:
3588         * comics/comics-document.c:
3589         * comics/comics-document.h:
3590         * configure.ac:
3591         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3592         * djvu/Makefile.am:
3593         * djvu/djvu-document-private.h:
3594         * djvu/djvu-document.c:
3595         * djvu/djvu-document.h:
3596         * djvu/djvu-links.c:
3597         * djvu/djvu-links.h:
3598         * djvu/djvu-text-page.c:
3599         * djvu/djvu-text-page.h:
3600         * djvu/djvu-text.c:
3601         * djvu/djvu-text.h:
3602         * dvi/Makefile.am:
3603         * dvi/dvi-document.c:
3604         * dvi/dvi-document.h:
3605         * dvi/fonts.c:
3606         * dvi/fonts.h:
3607         * dvi/mdvi-lib/Makefile.am:
3608         * dvi/mdvi-lib/afmparse.c:
3609         * dvi/mdvi-lib/afmparse.h:
3610         * dvi/mdvi-lib/bitmap.c:
3611         * dvi/mdvi-lib/bitmap.h:
3612         * dvi/mdvi-lib/color.c:
3613         * dvi/mdvi-lib/color.h:
3614         * dvi/mdvi-lib/common.c:
3615         * dvi/mdvi-lib/common.h:
3616         * dvi/mdvi-lib/defaults.h:
3617         * dvi/mdvi-lib/dvimisc.c:
3618         * dvi/mdvi-lib/dviopcodes.h:
3619         * dvi/mdvi-lib/dviread.c:
3620         * dvi/mdvi-lib/files.c:
3621         * dvi/mdvi-lib/font.c:
3622         * dvi/mdvi-lib/fontmap.c:
3623         * dvi/mdvi-lib/fontmap.h:
3624         * dvi/mdvi-lib/fontsrch.c:
3625         * dvi/mdvi-lib/gf.c:
3626         * dvi/mdvi-lib/hash.c:
3627         * dvi/mdvi-lib/hash.h:
3628         * dvi/mdvi-lib/list.c:
3629         * dvi/mdvi-lib/mdvi.h:
3630         * dvi/mdvi-lib/pagesel.c:
3631         * dvi/mdvi-lib/paper.c:
3632         * dvi/mdvi-lib/paper.h:
3633         * dvi/mdvi-lib/pk.c:
3634         * dvi/mdvi-lib/private.h:
3635         * dvi/mdvi-lib/setup.c:
3636         * dvi/mdvi-lib/sp-epsf.c:
3637         * dvi/mdvi-lib/special.c:
3638         * dvi/mdvi-lib/sysdeps.h:
3639         * dvi/mdvi-lib/t1.c:
3640         * dvi/mdvi-lib/tfm.c:
3641         * dvi/mdvi-lib/tfmfile.c:
3642         * dvi/mdvi-lib/tt.c:
3643         * dvi/mdvi-lib/util.c:
3644         * dvi/mdvi-lib/vf.c:
3645         * dvi/pixbuf-device.c:
3646         * dvi/pixbuf-device.h:
3647         * impress/Makefile.am:
3648         * impress/common.h:
3649         * impress/document.c:
3650         * impress/f_oasis.c:
3651         * impress/f_oo13.c:
3652         * impress/iksemel.c:
3653         * impress/iksemel.h:
3654         * impress/imposter.h:
3655         * impress/impress-document.c:
3656         * impress/impress-document.h:
3657         * impress/internal.h:
3658         * impress/r_back.c:
3659         * impress/r_draw.c:
3660         * impress/r_geometry.c:
3661         * impress/r_gradient.c:
3662         * impress/r_style.c:
3663         * impress/r_text.c:
3664         * impress/render.c:
3665         * impress/render.h:
3666         * impress/zip.c:
3667         * impress/zip.h:
3668         * lib/Makefile.am:
3669         * lib/ev-debug.c:
3670         * lib/ev-debug.h:
3671         * lib/ev-file-helpers.c:
3672         * lib/ev-file-helpers.h:
3673         * lib/ev-gui.c:
3674         * lib/ev-gui.h:
3675         * lib/ev-tooltip.c:
3676         * lib/ev-tooltip.h:
3677         * libdocument/Makefile.am:
3678         * libdocument/ev-file-helpers.c:
3679         * pdf/Makefile.am:
3680         * pdf/ev-poppler.cc:
3681         * pdf/ev-poppler.h:
3682         * pixbuf/Makefile.am:
3683         * pixbuf/pixbuf-document.c:
3684         * pixbuf/pixbuf-document.h:
3685         * properties/Makefile.am:
3686         * ps/Makefile.am:
3687         * ps/gsdefaults.c:
3688         * ps/gsdefaults.h:
3689         * ps/gsio.c:
3690         * ps/gsio.h:
3691         * ps/gstypes.h:
3692         * ps/ps-document.c:
3693         * ps/ps-document.h:
3694         * ps/ps.c:
3695         * ps/ps.h:
3696         * shell/Makefile.am:
3697         * shell/ev-application.h:
3698         * shell/ev-sidebar-links.c:
3699         * shell/ev-sidebar-links.h:
3700         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3701         (ev_gui_menu_position_tree_selection):
3702         * shell/ev-utils.h:
3703         * shell/ev-view.c: (ev_view_finalize):
3704         * shell/ev-window.c:
3705         * shell/main.c: (main):
3706         * thumbnailer/Makefile.am:
3707         * tiff/Makefile.am:
3708         * tiff/tiff-document.c:
3709         * tiff/tiff-document.h:
3710         * tiff/tiff2ps.c:
3711         * tiff/tiff2ps.h:
3712         
3713         Reorganize source tree.
3714
3715 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * backend/ev-document-factory.c:
3718
3719         Do not include ev-poppler.h when pdf is disabled. 
3720
3721 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * configure.ac:
3724         * data/evince-ui.xml:
3725         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3726         (pdf_document_document_images_iface_init):
3727         * backend/Makefile.am:
3728         * backend/ev-document-images.[ch]:
3729         * backend/ev-image.[ch]:
3730         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3731         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3732         (ev_job_xfer_run):
3733         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3734         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3735         (ev_pixbuf_cache_get_image_mapping):
3736         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3737         (view_menu_popup_cb), (ev_window_dispose),
3738         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3739         (ev_view_popup_cmd_copy_image):
3740         * shell/ev-view-private.h:
3741         * shell/ev-view.c: (ev_view_get_image_at_location),
3742         (ev_view_do_popup_menu), (ev_view_popup_menu),
3743         (ev_view_button_press_event), (ev_view_drag_data_get),
3744         (ev_view_drag_motion), (ev_view_drag_data_received),
3745         (ev_view_motion_notify_event), (ev_view_button_release_event),
3746         (ev_view_finalize), (ev_view_class_init):
3747
3748         Add image handling support. Fixes bugs #310008 and #325047. Images
3749         selection is not supported yet. 
3750
3751 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3754         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3755         (ev_view_init):
3756
3757         Move view drag and drop stuff to ev-view.
3758
3759 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3762         * shell/ev-view.c: (clear_selection): 
3763
3764         Clear selection also in pixbuf cache.
3765
3766 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3767
3768         * data/evince.desktop.in.in:
3769         
3770         Change icon name in desktop file. See bug #390734
3771         for details.
3772
3773 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3774
3775         * thumbnailer/Makefile.am:
3776
3777         Use top_builddir instead top_srcdir for generated schema
3778         file installation. Fixes bug #390161.
3779
3780 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * configure.ac:
3783         * backend/Makefile.am:
3784         * backend/ev-document-transition.[ch]:
3785         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3786         (pdf_document_page_transition_iface_init):
3787         * shell/ev-view-private.h:
3788         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3789         (ev_view_set_presentation), (transition_next_page),
3790         (ev_view_presentation_transition_stop),
3791         (ev_view_presentation_transition_start), (ev_view_next_page):
3792
3793         Add page transition support in presentation mode. At the moment only
3794         page duration is supported, but not transition effects. Fixes bug
3795         #309815.
3796
3797 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3798
3799         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3800
3801         Run find_link_dest with document lock held, since it's called by links
3802         thread and main thread at the same time. 
3803
3804 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * shell/ev-view.c: (goto_dest):
3807
3808         Update page-cache when page is changed by the view, so that
3809         page-changed signal is emitted. 
3810
3811 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * test/test1.py:
3814         * test/test2.py:
3815
3816         Use C locale in tests. 
3817
3818 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3819
3820         * shell/ev-window.c: (ev_window_run_presentation):
3821         * shell/ev-view-private.h:
3822         * shell/ev-view.c: (ev_view_set_presentation):
3823
3824         Restore zoom settings when back from presentation mode. 
3825
3826 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3827
3828         * shell/ev-window.c: (ev_window_run_presentation):
3829
3830         Always use "best fit" zoom in presentation mode.
3831         Fixes bug #389195.
3832
3833 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3834
3835         * shell/ev-view.c: (ev_view_goto_window_create):
3836
3837         Show "Jump to page" label in the page jumping popup in
3838         presentation mode instead of just a GtkEntry.
3839
3840 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3841
3842         * shell/ev-window.c: (launch_external_uri):
3843
3844         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3845         #378085.
3846
3847 2006-12-22  Elijah Newren  <newren gmail com>
3848
3849         * configure.ac: explicitly check for libxml2.  Fixes #388795
3850
3851 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * shell/ev-view-private.h:
3854         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3855         (ev_view_goto_window_delete_event), (key_is_numeric),
3856         (ev_view_goto_window_key_press_event),
3857         (ev_view_goto_window_button_press_event),
3858         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3859         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3860         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3861
3862         Allow jumping to another page by typing a page number in presentation
3863         mode. It uses a popup window with an entry. Fixes bug #353625.
3864
3865 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3866
3867         * configure.ac:
3868         * properties/ev-properties-view.c: (ev_get_default_user_units),
3869         (ev_regular_paper_size):
3870         
3871         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3872         to Damien Carbery <damien.carbery@sun.com> and
3873         Yevgen Muntyan <muntyan@tamu.edu>.
3874
3875 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3876
3877         * shell/ev-window.c: (setup_document_from_metadata):
3878
3879         Make sure Evince doesn't restore the view on the last
3880         page when a document is reopened. Fixes bug #383381.
3881
3882 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3883
3884         * shell/ev-view.c: (draw_loading_text):
3885
3886         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3887
3888 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * configure.ac:
3891         * NEWS:
3892
3893         Release 0.7.0
3894
3895 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * configure.ac:
3898         * pdf/ev-poppler.cc: (pdf_print_context_free),
3899         (pdf_document_file_exporter_begin),
3900         (pdf_document_file_exporter_do_page):
3901
3902         Make cairo-pdf depedency optional. 
3903
3904 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3907
3908         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3909
3910 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3911
3912         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3913         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3914         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3915         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3916         * shell/ev-view.c: (draw_loading_text):
3917         * shell/ev-window.c: (ev_window_cmd_file_properties):
3918
3919         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3920         related to using FontConfig from different threads.
3921         
3922 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * shell/ev-view.c: (draw_loading_text):
3925
3926         Acquire lock document when drawing "Loading..." text so that only one
3927         thread will use FontConfig at the same time. Fixes bug #374750.
3928
3929 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * shell/ev-page-action.[ch]: (activate_cb):
3932         * shell/ev-window.c: (activate_label_cb):
3933
3934         Check if text inserted in page entry is a valid page number when it
3935         doesn't match to any document page label. Fixes bug #383165.
3936
3937 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3938         * shell/ev-window.c:
3939
3940         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3941         available with GTK < 2.10. Added an ifdef to avoid compilation
3942         error.
3943
3944 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3945
3946         * configure.ac:
3947         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3948
3949         Fix ps backend in multihead systems.
3950
3951 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3954         * shell/ev-window.c: (ev_window_get_screen_dpi),
3955         (ev_window_update_actions), (setup_view_from_metadata),
3956         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3957
3958         Take screen DPI into account when zooming. Fixes bug #318285.
3959
3960 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3961
3962         * data/Makefile.am:
3963
3964         Cleaned up/slightly refactored Makefile.am. Added GConf
3965         schemas uninstallation as well.
3966
3967 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3968
3969         * Makefile.am:
3970         * test/Makefile.am:
3971
3972         Fight with autotools to fix make check. Make distcheck
3973         works fine as well now!
3974
3975 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3976
3977         * shell/ev-view.c: (draw_end_presentation_page):
3978
3979         Corrected "end of presentation" string.
3980
3981 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3982
3983         * shell/ev-view.c: (ev_view_key_press_event):
3984
3985         Correctly propagate key press event so that up/down keys
3986         work as expected (correct behaviour was broken by
3987         black/white screen key bindings for presentations).
3988
3989 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3992         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3993         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3994         (pdf_selection_get_selection_region),
3995         (pdf_selection_get_selection_map):
3996
3997         Add "static" to some private functions. 
3998
3999 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4000
4001         * lib/ev-tooltip.h:
4002         * properties/ev-properties-view.h:
4003         * shell/ev-jobs.h:
4004         * shell/ev-properties-dialog.h:
4005         * shell/ev-properties-fonts.h:
4006         * shell/ev-sidebar-links.h:
4007         * shell/ev-sidebar-thumbnails.h:
4008         * shell/ev-sidebar.h:
4009         * shell/ev-window.h:
4010         
4011         Fixes CHACK type in class casts. See bug #385343
4012         for details.
4013
4014 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4015
4016         * shell/ev-view-private.h:
4017         * shell/ev-view.c: (draw_end_presentation_page),
4018         (ev_view_expose_event), (ev_view_key_press_event),
4019         (ev_view_class_init), (ev_view_init):
4020
4021         Blank screen in presentation mode when pressing 'b' (filling with
4022         black) or 'w' (filling with white) keys. Fixes bug #358132.
4023
4024 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4025
4026         * data/evince-toolbar.xml:
4027         * shell/ev-window.c:
4028         
4029         Use stock icon for Select All action. Fixes
4030         bug #382652.
4031
4032 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4033
4034         * shell/ev-view.c: (get_doc_point_from_offset),
4035         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4036
4037         Add links support in rotated documents. Fixes bug #343733.
4038
4039 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * shell/ev-view-private.h:
4042         * shell/ev-view.c: (draw_end_presentation_page),
4043         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4044
4045         Show a blank page after the last page in presentation mode with a
4046         message indicating that presentation has finished and how to exit. 
4047
4048 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * shell/ev-window.c: (fullscreen_timeout_cb):
4051
4052         Hide cursor after a while in presentation mode. 
4053
4054 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4055
4056         * backend/ev-document-info.h:
4057         * data/evince-properties.glade:
4058         * pdf/ev-poppler.cc:
4059         * properties/ev-properties-view.c: (ev_regular_paper_size),
4060         (ev_properties_view_set_info):
4061         * ps/ps-document.c: (ps_document_get_info):
4062
4063         Adds a paper size field to the properties dialog. Fixes
4064         bug #307315. Patch by Kasper Svendsen (with some i18n
4065         changes done by me).
4066
4067 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4070         (screensaver_init_dbus), (totem_scrsaver_new),
4071         (totem_scrsaver_init):
4072         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4073         * shell/ev-application.c: (ev_application_register_service),
4074         (ev_application_screensaver_enable),
4075         (ev_application_screensaver_disable):
4076         * shell/ev-application.h:
4077         * shell/ev-window.c: (ev_window_run_presentation),
4078         (ev_window_stop_presentation), (build_comments_string),
4079         (ev_window_init):
4080         
4081         Move screensaver handling to application. No more
4082         message on startup.
4083
4084 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * configure.ac:
4087         * backend/Makefile.am:
4088         * backend/ev-file-exporter.[ch]:
4089         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4090         * ps/ps-document.c: (ps_document_file_exporter_*):
4091         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4092         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4093         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4094         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4095
4096         Allow printing to PDF when suppoted by the backend.
4097         
4098 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * shell/ev-window.c: (build_comments_string):
4101
4102         Use always "Document Viewer" in about dialog. 
4103
4104 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * djvu/djvu-document.c: (djvu_document_get_page_size):
4107
4108         Display a warning message when get_pageinfo fails. 
4109
4110 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4111
4112         * Makefile.am:
4113         * backend/Makefile.am:
4114         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4115         * configure.ac:
4116         * shell/ev-window.c: (build_comments_string):
4117         
4118         Make pdf compilation optional. See bug #38007.
4119
4120 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * ps/ps.c: (get_next_text):
4123
4124         Fix CVE-2006-5864.
4125
4126 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4129         * shell/ev-navigation-action.c: (connect_proxy),
4130         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4131         
4132         Do not call g_type_class_peek_parent twice.
4133
4134 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * configure.ac:
4137         * data/icons/24x24/.cvsignore:
4138         * data/icons/24x24/Makefile.am:
4139         * data/icons/24x24/evince.png:
4140         * data/icons/Makefile.am:
4141         
4142         Add 24x24 icon. Thanks to 
4143         Michael Monreal <infernux@web.de>.
4144
4145 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * configure.ac: Fix typo in configure.ac. Thanks
4148         to dmacks@netspace.org for notification.
4149
4150 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4151
4152         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4153         
4154         Drop dbus include, fixes compilation with older dbus.
4155
4156 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4157
4158         * configure.ac:
4159         * cut-n-paste/Makefile.am:
4160         * cut-n-paste/totem-screensaver/.cvsignore
4161         * cut-n-paste/totem-screensaver/Makefile.am:
4162         * cut-n-paste/totem-screensaver/README:
4163         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4164         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4165         * shell/Makefile.am:
4166         * shell/ev-window.c: (ev_window_run_presentation),
4167         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4168         (ev_window_init):
4169
4170         Implemented screensaver enabling/disabling for
4171         presentation mode (not fullscreen mode). Code stolen
4172         from Totem (with some minor tweaks). Fixes bug #338889.
4173
4174 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4175
4176         * configure.ac:
4177
4178         Bump gnome-icon-theme requirements. We use the rotation
4179         icons that appeared recently.
4180
4181 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * shell/ev-history.c: (ev_history_add_page):
4184         * shell/ev-history.h:
4185         * shell/ev-window.c: (page_changed_cb):
4186         
4187         Use page labels instead of numbers.
4188
4189 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * data/evince-toolbar.xml:
4192         * po/POTFILES.in:
4193         * shell/Makefile.am:
4194         * shell/ev-navigation-action-widget.c:
4195         (ev_navigation_action_widget_init),
4196         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4197         (menu_detacher), (ev_navigation_action_widget_set_menu),
4198         (menu_position_func), (popup_menu_under_arrow),
4199         (ev_navigation_action_widget_toggled),
4200         (ev_navigation_action_widget_button_press_event):
4201         * shell/ev-navigation-action-widget.h:
4202         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4203         (ev_navigation_action_set_window), (activate_menu_item_cb),
4204         (new_history_menu_item), (new_empty_history_menu_item),
4205         (build_menu), (menu_activated_cb), (connect_proxy),
4206         (create_tool_item), (ev_navigation_action_init),
4207         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4208         * shell/ev-navigation-action.h:
4209         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4210         (ev_page_action_widget_set_page_cache),
4211         (ev_page_action_widget_finalize),
4212         (ev_page_action_widget_class_init), (match_selected_cb),
4213         (display_completion_text), (match_completion), (build_new_tree_cb),
4214         (get_filter_model_from_model),
4215         (ev_page_action_widget_update_model):
4216         * shell/ev-page-action-widget.h:
4217         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4218         (connect_proxy):
4219         * shell/ev-page-action.h:
4220         * shell/ev-stock-icons.c:
4221         * shell/ev-stock-icons.h:
4222         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4223         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4224         (register_custom_actions):
4225         * shell/main.c:
4226         
4227         Preliminary history implementation
4228
4229 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4230
4231         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4232         (dvi_document_class_init), (dvi_document_init_params):
4233         * dvi/mdvi-lib/font.c: (font_reference):
4234         
4235         Add reference to subfont. Fixes bug #374277.
4236
4237 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4240         (ev_window_cmd_file_open_copy_at_dest):
4241
4242         Fix a race condition when creating symlink. Increase the counter
4243         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4244         Mathias Hasselmann).
4245
4246 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * backend/Makefile.am:
4249         * backend/ev-attachment.c: (ev_attachment_open):
4250         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4251         (ev_tmp_dir), (ev_tmp_filename):
4252         * shell/ev-sidebar-attachments.c:
4253         (ev_sidebar_attachments_drag_data_get):
4254         * shell/ev-window.c: (ev_window_clear_temp_file):
4255
4256         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4257         in ensure_dir_exists. Abort without crashing when we can't create
4258         user's directory.
4259
4260 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * data/evince-ui.xml:
4263         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4264         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4265         (ev_window_cmd_file_open_copy_at_dest),
4266         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4267         (ev_view_popup_cmd_open_link_new_window):
4268
4269         Allow opening a copy of the current document in a new window. Fixes bug
4270         #357472
4271
4272 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4273
4274         * data/evince-toolbar.xml:
4275         
4276         Add rotate right and rotate left to available items for toolbar.
4277         
4278         * data/evince-ui.xml:
4279         * shell/ev-window.c: (ev_window_init):
4280         
4281         Customize toolbar with right click. Fixes bug #372451.
4282
4283 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4284
4285         * shell/ev-window.c: 
4286         
4287         Use "object-rotate-{left,right}" stock icons. Fixes 
4288         bug #373863.
4289
4290 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4293         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4294         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4295         (ev_window_open_uri):
4296         * shell/main.c: (arguments_parse):
4297
4298         Remove temp file created when evince is used by GTK+ in
4299         preview mode. Fixes bug #365282. 
4300
4301 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4302
4303         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4304         
4305         Fixes bug #372474 - Side pane disabled when entering 
4306         and leaving fullscreen mode.
4307
4308 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4311         * data/Makefile.am:
4312         * data/evince-preview-toolbar.xml:
4313         * data/evince-toolbar.xml:
4314         * shell/ev-application.c: (ev_application_shutdown),
4315         (ev_application_init), (ev_application_get_toolbars_model):
4316         * shell/ev-application.h:
4317         * shell/ev-window.c: (update_chrome_visibility),
4318         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4319         (ev_window_cmd_edit_toolbar), (ev_window_init):
4320         
4321         Fixes bug #364364 - toolbar editor shows zoom actions again.
4322
4323 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4326
4327         Do not take margins into consideration for paper size when printing.
4328         Really fixes bug #350491.
4329
4330 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * data/evince-ui.xml:
4333         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4334         (ev_window_cmd_file_print_setup),
4335         (ev_window_print_dialog_response_cb),
4336         (ev_window_setup_action_sensitivity):
4337
4338         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4339
4340 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4341
4342         * shell/ev-window.c: (ev_window_print_range):
4343
4344         Revert my previuos commit, since printing to PDF is not supported by
4345         evince yet. 
4346
4347 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * shell/ev-window.c: (ev_window_print_range):
4350
4351         Enable print to a PDF. Fixes bug #332121.
4352
4353 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * shell/ev-application-service.xml:
4356         * shell/ev-application.[ch]: (ev_application_open_window),
4357         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4358         (ev_application_open_uri), (ev_application_open_uri_list):
4359         * shell/ev-window.c: (file_open_dialog_response_cb),
4360         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4361         (drag_data_received_cb), (open_remote_link):
4362         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4363
4364         Add support for multiscreen systems. Fixes bug #316206.
4365
4366 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * shell/ev-jobs.[ch]: (ev_job_print_new),
4369         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4370         (ev_job_print_do_page):
4371         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4372
4373         Allow printing only odd/even pages. Fixes bug #367289.
4374
4375 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4376
4377         * test/test1.py:
4378         * test/test2.py:
4379
4380         Re-add locale settings to test files.
4381
4382 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4383
4384         * data/evince-ui.xml:
4385         * shell/ev-window.c: (set_action_properties):
4386         
4387         Removed garbage from code and ui.
4388
4389 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4390
4391         * shell/ev-window.c: (ev_window_cmd_help_about):
4392
4393         Shamelessly add my name to the list of contributors.
4394
4395 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4396
4397         * test/test1.py:
4398         * test/test2.py:
4399
4400         Cleaned up the dogtail scripts.
4401
4402 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4403
4404         * shell/ev-view.c: (draw_loading_text): Don't render
4405         "loading..." text in presentation mode. Temporary
4406         workaround for bug #320352.
4407
4408 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4411         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4412
4413         Use print settings scale, copies, collate and reverse which were
4414         ignored. Fixes bug #359032.
4415
4416 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4417
4418         * configure.ac:
4419         * data/evince-password.glade:
4420         * test/Makefile.am:
4421         * test/test-encrypt.pdf:
4422         * test/test-links.pdf:
4423         * test/test1.py:
4424         * test/test2.py:
4425
4426         Add automated UI tests for evince with dogtail. See
4427         bug #300948.    
4428
4429 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4432
4433         Hide fullscreen toolbar when switching to another desktop workspace.
4434         Fixes bug #338871
4435
4436 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4437
4438         * shell/ev-window-title.c: 
4439         
4440         Test for .dvi in title of pdf documents.
4441
4442 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4443
4444         * shell/ev-view.c: (ev_view_scroll):
4445
4446         Page Up/Down should do page jumps in "Best fit" mode.
4447         If a user has explicitly chosen to view exactly one page
4448         at a time, scrolling just a part of the page when
4449         pressing Page Up/Down is not right. Fixes bug #323107.
4450
4451 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4452
4453         * NEWS:
4454         * configure.ac:
4455         
4456         Update for 0.6.1
4457
4458 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4461         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4462         
4463         Correctly disconnect from job signals on destroy.
4464
4465 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * shell/ev-view-private.h:
4468         * shell/ev-view.c: (view_set_adjustment_values),
4469         (view_update_range_and_current_page),
4470         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4471         
4472         Fixes bug #343199, current page now follows find page.
4473
4474 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4475
4476         * backend/ev-document-factory.c:
4477         * configure.ac:
4478         Assigned OpenDocument presenation MIME type to the
4479         Impress backend. Added some missing (but harmless)
4480         #ifdefs in the document factory as well to make things
4481         consistent again. Fixes bug #360658.
4482
4483 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4484
4485         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4486         * backend/ev-document-find.c: (ev_document_find_get_type):
4487         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4488         * backend/ev-document-links.c: (ev_document_links_get_type):
4489         * backend/ev-document-security.c: (ev_document_security_get_type):
4490         * backend/ev-document-thumbnails.c:
4491         (ev_document_thumbnails_get_type):
4492         * backend/ev-document.c: (ev_document_get_type):
4493         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4494         * backend/ev-selection.c: (ev_selection_get_type):
4495         * cut-n-paste/recent-files/egg-recent-model.c:
4496         (egg_recent_model_get_type):
4497         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4498         (egg_recent_view_uimanager_get_type):
4499         * cut-n-paste/recent-files/egg-recent-view.c:
4500         (egg_recent_view_get_type):
4501         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4502         (egg_editable_toolbar_get_type):
4503         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4504         (egg_toolbar_editor_get_type):
4505         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4506         (egg_toolbars_model_get_type):
4507         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4508         (egg_tree_multi_drag_source_get_type):
4509         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4510         (ephy_zoom_action_get_type):
4511         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4512         (ephy_zoom_control_get_type):
4513         * impress/r_back.c: (_imp_fill_back):
4514         * properties/ev-properties-main.c:
4515         (ev_properties_plugin_register_type):
4516         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4517         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4518         (ev_view_accessible_factory_get_type):
4519
4520         Reduce relocations. Bug #360616.
4521
4522 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * backend/ev-document-factory.c:
4525         (ev_document_factory_get_document):
4526         
4527         Load document even if extension is wrong.
4528
4529 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/ev-metadata-manager.c: (save_values):
4532         * shell/ev-window.c: (setup_size_from_metadata),
4533         (setup_view_from_metadata), (ev_window_setup_document),
4534         (ev_window_xfer_job_cb), (window_configure_event_cb):
4535         
4536         Set size according to the document size/page size ratio.
4537         That should correct rather wierd behaviour of the previous
4538         commit.
4539
4540 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * shell/ev-window.c: (setup_view_from_metadata):
4543         
4544         Set size for new windows from previous window size.
4545         See bugs #354968 and #168450 for details. Thanks
4546         to Meik Hellmund.
4547
4548 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * djvu/djvu-links.c: (build_tree):
4551
4552         Fix memory leak.
4553
4554 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4557         
4558         Don't make sidebar close button insensitive. Fixes
4559         bug #357871.
4560
4561 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4564         (ev_window_set_view_accels_sensitivity):
4565         
4566         Don't enable Slash on documents which don't support
4567         find. Fixes bug #358648.
4568
4569 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4570
4571         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4572         open dialog fall back to the current document uri if the
4573         filechooser hasn't been used before. Fixes bug #356980.
4574
4575 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4576
4577         * shell/ev-window.c: (ev_window_setup_recent), 
4578         (ev_window_get_recent_file_label):
4579
4580         Escape underscores in filenames of recent file items.
4581
4582 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * configure.ac:
4585         
4586         Bumped poppler requirements, really 0.5.3 is very 
4587         buggy, now we require 0.5.4.
4588
4589 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * djvu/Makefile.am:
4592         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4593         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4594         (djvu_document_document_links_iface_init):
4595         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4596         (number_from_string_10), (get_djvu_link_dest),
4597         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4598         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4599         (djvu_links_get_links), (djvu_links_find_link_dest),
4600         (djvu_links_get_links_model):
4601         * djvu/djvu-links.h:
4602         
4603         Add support for links and bookmarks in djvu documents. Thanks
4604         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4605         patch.
4606
4607 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4610         
4611         Reopen should reload document. Fixes 
4612         bug 327951.
4613
4614 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * configure.ac:
4617         * data/Makefile.am:
4618         * data/evince-16.png:
4619         * data/evince-22.png:
4620         * data/evince.png:
4621         * data/evince.svg:
4622         * data/icons/16x16/Makefile.am:
4623         * data/icons/16x16/evince.png:
4624         * data/icons/22x22/Makefile.am:
4625         * data/icons/22x22/evince.png:
4626         * data/icons/48x48/Makefile.am:
4627         * data/icons/48x48/evince.png:
4628         * data/icons/Makefile.am:
4629         * data/icons/scalable/Makefile.am:
4630         * data/icons/scalable/evince.svg:
4631         
4632         Install icons with correct names. Fixes
4633         bug #354429.
4634
4635 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-view.c: (ev_view_button_release_event):
4638
4639         Don't open links with middle mouse button. Fixes bug #353649
4640
4641 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4642
4643         * NEWS:
4644         * configure.ac:
4645         
4646         Update for release 0.6.0
4647
4648 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4651         Implement Close named action. Patch by Carlos Garcia Campos.
4652
4653 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4654
4655         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4656         
4657         Don't clear link mapping on copy_job_to_job_info. Fixes
4658         bug 346168.
4659
4660 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4661
4662         * shell/main.c: (main):
4663
4664         Revert my previous commit, gnome_program_init owns the option context.
4665         Fix another memory leak in main. Both caught by Christian Persch. 
4666
4667 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/main.c: (main):
4670
4671         Fix memory leak.
4672
4673 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4674
4675         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4676
4677         Fix crash when opening a pdf with password protection. 
4678
4679 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4680
4681         * pdf/ev-poppler.cc: (pdf_document_search_free):
4682
4683         Fix memory leak. 
4684
4685 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * backend/ev-document-factory.c:
4688         (ev_document_factory_get_document):
4689         * tiff/tiff-document.c: (tiff_document_finalize):
4690         
4691         More correct handling of document loading. Fixes
4692         bug #349043.
4693
4694 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * backend/ev-attachment.c: (ev_attachment_save):
4697
4698         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4699         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4700
4701 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4702         
4703         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4704         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4705
4706 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4707
4708         * shell/ev-sidebar-thumbnails.c:
4709
4710         Do not render thumbnails unless thumbnails page is active in the
4711         sidebar.
4712
4713 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4714
4715         * shell/ev-properties-dialog.c:
4716
4717         Fix dialogue spacing. Bug #351370.
4718
4719 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4720
4721         * configure.ac:
4722
4723         Use lowercase gettext catalog file names (evince.mo
4724         instead of Evince.mo)
4725
4726 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4727
4728         * shell/ev-sidebar-attachments.c:
4729
4730         GtkIconTheme is now screen safe too. Fixes bug #350878
4731
4732 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * shell/ev-window.c:
4735
4736         GtkRecent manager is now screen safe. Fixes bug #350145
4737
4738 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4739
4740         * shell/ev-sidebar.c: (ev_sidebar_init):
4741         
4742         Make sidebar close icon smaller. Fix for bug 350177.
4743         See also bugs 350176 and 165770.
4744
4745 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4746
4747         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4748
4749         Ignore zoom for xyz destinations when it's <= 1, keeping user
4750         preferences instead. Set correct sizing-mode for fith and fitv
4751         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4752
4753 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4754
4755         * NEWS:
4756         * configure.ac:
4757         
4758         Update for release 0.5.5
4759
4760 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4761         
4762         * shell/ev-window.c: (ev_window_cmd_escape)
4763
4764         Escape unfocus page entry. Fixes bug #345809.
4765
4766 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4767
4768         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4769         (build_tree), (pdf_document_links_get_links),
4770         (pdf_document_links_find_link_dest):
4771         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4772         (goto_xyz_dest):
4773
4774         Convert from PDF style coordinates to X style coordinates in the
4775         backend rather than in the view. Fixes bug #338440
4776
4777 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * shell/ev-window.c:
4780         
4781         Remove Ctrl+Shift+T shortcut for toolbars. See
4782         the bug #350098.
4783
4784 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4785
4786         * configure.ac:
4787
4788         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4789         of this. 
4790
4791 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * configure.ac:
4794         * cut-n-paste/Makefile.am:
4795         * data/evince-ui.xml:
4796         * shell/Makefile.am:
4797         * shell/ev-application.[ch]:
4798         * shell/ev-window.c:
4799
4800         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4801         #349273
4802
4803 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4804
4805         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4806         findbar code: s/help/search/
4807
4808 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4809
4810         * shell/ev-window.c: (setup_document_from_metadata),
4811         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4812         (setup_view_from_metadata):
4813         
4814         Fix memory leaks.
4815
4816 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4817
4818         * autogen.sh, configure.ac: 
4819         
4820         Update automake usage. See bug 349292.
4821
4822 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * shell/eggfindbar.c: (egg_find_bar_class_init),
4825         (entry_activate_callback), (egg_find_bar_init),
4826         (egg_find_bar_set_status_text):
4827         * shell/eggfindbar.h:
4828         
4829         Unify Evince findbar with Epiphany. Nice patch
4830         from Fabricio Silva <silva@crans.org> and
4831         Frederic Peters <fpeters@entrouvert.com>. See
4832         bug #339966 for details.
4833
4834 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * data/evince.desktop.in.in:
4837         
4838         Correct information for bugzilla. Thanks to
4839         Olaf Vitters, see bug #348855.
4840
4841 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-jobs.[ch]:
4844         * shell/ev-sidebar-links.c:
4845         * shell/ev-window.[ch]:
4846
4847         GtkPrintJob doesn't support print ranges or current page, so we export
4848         to a ps file now when printing ranges or current page.
4849
4850 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * pdf/ev-poppler.cc:
4853         * shell/ev-window.c: (do_action_named):
4854
4855         We should be more clear about bugzilla. See the
4856         poppler bug #7623.
4857
4858 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4859
4860         * configure.ac:
4861         * shell/Makefile.am:
4862         * shell/ev-job-queue.c:
4863         * shell/ev-jobs.[ch]:
4864         * shell/ev-sidebar-links.c:
4865         * shell/ev-window.[ch]:
4866         
4867         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4868         #348422
4869
4870 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4871
4872         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4873         * shell/ev-application-service.xml:
4874         * shell/ev-application.[ch]:
4875         * shell/ev-jobs.[ch]:
4876         * shell/ev-window.[ch]: (ev_window_run_preview):
4877         * shell/main.c: 
4878
4879         Add preview mode to use evince as a printing previewer. It also adds
4880         other command line options for fullscreen and presentation modes.
4881         Fixes bugs #347822, #317031
4882
4883 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * NEWS:
4886         * configure.ac:
4887         
4888         Update for release 0.5.4
4889
4890 2006-07-11  Bastien Nocera <hadess@hadess.net>
4891
4892         * Makefile.am:
4893         * backend/Makefile.am:
4894         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4895         * backend/ev-document-factory.h:
4896         * configure.ac:
4897         * impress/.cvsignore:
4898         * impress/Makefile.am:
4899         * impress/common.h:
4900         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4901         (imp_get_page), (imp_next_page), (imp_prev_page),
4902         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4903         * impress/f_oasis.c: (render_object), (render_page),
4904         (get_geometry), (_imp_oasis_load):
4905         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4906         (_imp_oo13_load):
4907         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4908         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4909         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4910         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4911         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4912         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4913         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4914         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4915         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4916         (iks_new_within), (iks_insert), (iks_insert_cdata),
4917         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4918         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4919         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4920         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4921         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4922         (iks_cdata), (iks_cdata_size), (iks_has_children),
4923         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4924         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4925         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4926         (iks_tree), (iks_load), (iks_save):
4927         * impress/iksemel.h:
4928         * impress/imposter.h:
4929         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4930         (imp_render_draw_bezier_real), (imp_render_get_size),
4931         (imp_render_set_fg_color), (imp_render_draw_line),
4932         (imp_render_draw_rect), (imp_render_draw_polygon),
4933         (imp_render_draw_arc), (imp_render_draw_bezier),
4934         (imp_render_open_image), (imp_render_get_image_size),
4935         (imp_render_scale_image), (imp_render_draw_image),
4936         (imp_render_close_image), (imp_render_markup),
4937         (imp_render_get_text_size), (imp_render_draw_text),
4938         (impress_document_load), (impress_document_save),
4939         (impress_document_get_n_pages), (impress_document_get_page_size),
4940         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4941         (impress_document_finalize), (impress_document_class_init),
4942         (impress_document_can_get_text), (impress_document_get_info),
4943         (impress_document_document_iface_init),
4944         (impress_document_thumbnails_get_thumbnail),
4945         (impress_document_thumbnails_get_dimensions),
4946         (impress_document_document_thumbnails_iface_init),
4947         (impress_document_init):
4948         * impress/impress-document.h:
4949         * impress/internal.h:
4950         * impress/r_back.c: (_imp_fill_back):
4951         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4952         (_imp_draw_image), (_imp_tile_image):
4953         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4954         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4955         (r_polyline):
4956         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4957         (r_draw_gradient_complex), (r_draw_gradient):
4958         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4959         (r_get_bullet):
4960         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4961         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4962         (r_text):
4963         * impress/render.c: (imp_create_context), (imp_context_set_page),
4964         (imp_context_set_step), (imp_render), (imp_delete_context):
4965         * impress/render.h:
4966         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4967         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4968         (zip_load_xml), (zip_get_size), (zip_load):
4969         * impress/zip.h:
4970         * shell/ev-utils.c:
4971         
4972         New backend to support impress slides. Fixes bug #30867.
4973
4974 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4975
4976         * shell/ev-utils.c: (using_postscript_printer):
4977         
4978         Fixes crash when print using PAPI backend,
4979         bug #345012.
4980
4981 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4982
4983         * shell/ev-jobs.c: (ev_job_xfer_run):
4984         * shell/ev-window.c: (password_dialog_response),
4985         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4986         (ev_window_dispose):
4987         Fixes bug #344160: if the xfer job doesn't complete
4988         because a password is required, reload the existing
4989         instance instead of creating a new one.
4990
4991 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * shell/main.c: (main): Call gdk_threads_init. Thus
4994         we'll avoid errors in auth dialog. Fix for the bug
4995         #343347.
4996
4997 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4998
4999         * configure.ac: Advertise pixbuf support, fix
5000         for the bug 343317.
5001
5002 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5005         (ev_sidebar_thumbnails_set_document):
5006         
5007         Update sidebar thumbnails after reloading.
5008
5009 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5012         * shell/ev-jobs.h:
5013         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5014         (ev_window_cmd_view_reload), (ev_window_init):
5015         
5016         Don't crash on reload. Fix for the bug #343167.
5017
5018 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * shell/ev-jobs.c: (ev_job_render_run):
5021         
5022         Check for document links.
5023
5024 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * backend/ev-attachment.c: (ev_attachment_save),
5027         (ev_attachment_launch_app), (ev_attachment_open):
5028         * backend/ev-document-factory.c: (get_document_from_uri):
5029         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5030         (egg_recent_view_uimanager_set_list):
5031         * ps/ps-document.c: (check_filecompressed), (document_load),
5032         (ps_document_load):
5033         * shell/ev-metadata-manager.c: (load_values):
5034         * shell/ev-password.c: (ev_password_dialog_set_property):
5035         * shell/ev-view.c: (tip_from_link):
5036         * shell/ev-window.c: (file_save_dialog_response_cb),
5037         (ev_window_print_dialog_response_cb):
5038         
5039         Use consistent quoting style. Fix for the bug #320285.
5040
5041 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * shell/ev-jobs.c: (ev_job_xfer_run):
5044         * shell/main.c: (load_files):
5045                 
5046         Open links with anchors. Fix for the bug #339836.
5047
5048 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5051         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5052         (ev_link_dest_set_property), (ev_link_dest_finalize),
5053         (ev_link_dest_class_init), (ev_link_dest_new_named),
5054         (ev_link_dest_new_page_label):
5055         * backend/ev-link-dest.h:
5056         * shell/ev-application.c: (ev_application_open_uri):
5057         * shell/ev-view.c: (goto_dest):
5058         * shell/ev-window.c:
5059         * shell/ev-window.h:
5060         
5061         Fix page-label command line option. Bug #342070.
5062
5063 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5064
5065         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5066         
5067         Don't show highlight rects if page can't be showed. Fix for 
5068         the bug #342076
5069
5070 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5071
5072         * shell/ev-window.c: (setup_sidebar_from_metadata),
5073         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5074         
5075         Setup sidebar from metadata even if there is no document
5076         loaded. Fix for the bug #342807.
5077
5078 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * cut-n-paste/toolbar-editor/Makefile.am:
5081         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5082         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5083         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5084         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5085         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5086         (popup_context_menu_cb), (button_press_event_cb),
5087         (configure_item_sensitivity), (configure_item_cursor),
5088         (configure_item_tooltip), (connect_widget_signals),
5089         (action_sensitive_cb), (create_item_from_action),
5090         (create_item_from_position), (toolbar_drag_data_received_cb),
5091         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5092         (toolbar_drag_leave_cb), (configure_drag_dest),
5093         (toggled_visibility_cb), (toolbar_visibility_refresh),
5094         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5095         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5096         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5097         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5098         (egg_editable_toolbar_dispose),
5099         (egg_editable_toolbar_set_ui_manager),
5100         (egg_editable_toolbar_get_selected),
5101         (egg_editable_toolbar_set_selected), (set_edit_mode),
5102         (egg_editable_toolbar_set_property),
5103         (egg_editable_toolbar_get_property),
5104         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5105         (egg_editable_toolbar_new_with_model),
5106         (egg_editable_toolbar_get_edit_mode),
5107         (egg_editable_toolbar_set_edit_mode),
5108         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5109         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5110         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5111         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5112         (item_added_or_removed_cb), (toolbar_removed_cb),
5113         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5114         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5115         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5116         (editor_create_item_from_name), (append_table),
5117         (update_editor_sheet), (egg_toolbar_editor_init):
5118         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5119         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5120         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5121         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5122         (toolbar_node_free), (egg_toolbars_model_get_flags),
5123         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5124         (egg_toolbars_model_get_name), (impl_add_item),
5125         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5126         (parse_data_list), (parse_item_list), (parse_toolbars),
5127         (egg_toolbars_model_load_toolbars), (parse_available_list),
5128         (parse_names), (egg_toolbars_model_load_names),
5129         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5130         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5131         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5132         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5133         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5134         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5135         (egg_toolbars_model_set_types), (fill_avail_array),
5136         (egg_toolbars_model_get_name_avail),
5137         (egg_toolbars_model_get_name_flags),
5138         (egg_toolbars_model_set_name_flags):
5139         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5140         * cut-n-paste/toolbar-editor/eggintl.h:
5141         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5142         (egg_tree_multi_drag_source_get_type),
5143         (egg_tree_multi_drag_source_row_draggable),
5144         (egg_tree_multi_drag_source_drag_data_delete),
5145         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5146         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5147         (path_list_free), (set_context_data), (get_context_data),
5148         (get_info), (egg_tree_multi_drag_drag_data_get),
5149         (egg_tree_multi_drag_motion_event),
5150         (egg_tree_multi_drag_button_press_event),
5151         (egg_tree_multi_drag_add_drag_support):
5152         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5153         * shell/ev-application.c: (ev_application_init),
5154         (ev_application_save_toolbars_model):
5155         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5156         (ev_window_cmd_edit_toolbar), (ev_window_init):
5157         
5158         Sync toolbareditor with epiphany and libegg
5159
5160 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * configure.ac: 
5163
5164         Depend on poppler 0.5.2
5165
5166 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * shell/ev-jobs.c: (ev_job_render_run):
5169         
5170         Check if document supports links iterface.
5171
5172 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * NEWS:
5175         * configure.ac:
5176         
5177         Update for release 0.5.3
5178
5179 2006-05-13  Michael Plump  <plumpy@skylab.org>
5180
5181         * configure.ac:
5182         * shell/Makefile.am:
5183         * shell/main.c: (main):
5184         
5185         Port to GOption command line parsing. Fix for the 
5186         bug #327518
5187
5188 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5189
5190         * shell/ev-window.c: (ev_window_cmd_help_about):
5191         
5192         Do not wrap license. Fix for the bug #309460.
5193
5194 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * configure.ac:
5197         * properties/ev-properties-main.c: (ev_properties_get_pages):
5198         * shell/ev-application.c: (ev_application_open_window),
5199         (ev_application_open_uri_at_dest):
5200         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5201         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5202         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5203         * shell/ev-utils.c: (save_print_config_to_file):
5204         * shell/ev-window.c: (ev_window_cmd_save_as),
5205         (ev_attachment_popup_cmd_save_attachment_as):
5206         * shell/main.c: (load_files_remote):
5207         
5208         Bump requirements to gtk 2.8 and drop all ifdefs used.
5209
5210 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5211
5212         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5213         * shell/ev-window.c: (ev_window_init):
5214         
5215         Show attachments page.
5216
5217 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5218
5219         * po/POTFILES.in:
5220         * shell/ev-attachment-bar.c:
5221         * shell/ev-attachment-bar.h:
5222         * shell/ev-sidebar-attachments.c:
5223         (ev_sidebar_attachments_icon_cache_add),
5224         (icon_theme_get_pixbuf_from_mime_type),
5225         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5226         (ev_sidebar_attachments_icon_cache_refresh),
5227         (ev_sidebar_attachments_get_attachment_at_pos),
5228         (ev_sidebar_attachments_popup_menu_show),
5229         (ev_sidebar_attachments_popup_menu),
5230         (ev_sidebar_attachments_button_press),
5231         (ev_sidebar_attachments_update_icons),
5232         (ev_sidebar_attachments_drag_data_get),
5233         (ev_sidebar_attachments_get_property),
5234         (ev_sidebar_attachments_destroy),
5235         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5236         (ev_sidebar_attachments_new),
5237         (ev_sidebar_attachments_set_document),
5238         (ev_sidebar_attachments_support_document),
5239         (ev_sidebar_attachments_get_label),
5240         (ev_sidebar_attachments_page_iface_init):
5241         * shell/ev-sidebar-attachments.h:
5242         * shell/ev-window.c: (update_chrome_visibility),
5243         (setup_sidebar_from_metadata), (ev_window_setup_document),
5244         (ev_window_sidebar_current_page_changed_cb),
5245         (attachment_bar_menu_popup_cb), (ev_window_init):
5246         
5247         Move attachments bar to sidebar.
5248
5249 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5250
5251         * pdf/ev-poppler.cc:
5252         * shell/ev-application.[ch]:
5253         * shell/main.c:
5254
5255         Fix some memory leaks.
5256
5257 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5258
5259         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5260
5261         Change the properties dialog response to
5262         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5263         will make the dialog go away when the user presses
5264         enter. With gtk+ >= 2.9 this will happen anyway, but for
5265         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5266         escape by default. Fixes bug #340539. See also bug
5267         #101293 for the gtk+ part.
5268
5269 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5270
5271         * shell/ev-view.c (tip_from_action_named): Replace some strings
5272         that were wrong. Closes #340970.
5273
5274 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5275
5276         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5277
5278         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5279         #341049
5280
5281 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * djvu/Makefile.am:
5284         * dvi/Makefile.am:
5285         * dvi/mdvi-lib/Makefile.am:
5286         * properties/Makefile.am:
5287         * ps/Makefile.am:
5288         * shell/Makefile.am:
5289         * thumbnailer/Makefile.am:
5290         
5291         Due to broken libtool that is unable to track dependencies
5292         of noinst libraries we are forced to explicitely point
5293         libraries for binary. Fix for the bug #333334.
5294
5295 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * data/evince.desktop.in.in:
5298         * shell/ev-view.c: (view_update_range_and_current_page),
5299         (ev_view_next_page), (ev_view_previous_page):
5300         * shell/ev-window.c: (update_chrome_visibility),
5301         (setup_sidebar_from_metadata), (ev_window_setup_document),
5302         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5303         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5304         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5305         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5306         (ev_window_stop_presentation), (ev_window_focus_in_event),
5307         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5308         (ev_window_init):
5309         * thumbnailer/Makefile.am:
5310         
5311         Update fullscreen and presentation timeout handling. Hide
5312         cursor in presentation after timeout. Fix for the bugs
5313         #136359 and #336981.
5314
5315 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5316
5317         * backend/ev-link-action.[ch]:
5318         * pdf/ev-poppler.cc: (ev_link_from_action):
5319         * shell/ev-view-private.h:
5320         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5321         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5322
5323         Add support for Named Action links
5324
5325 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5326
5327         * backend/Makefile.am:
5328         * backend/ev-document-links.[ch]:
5329         * backend/ev-document.[ch]:
5330         * backend/ev-link-action.[ch]:
5331         * backend/ev-link-dest.[ch]:
5332         * backend/ev-link.[ch]:
5333         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5334         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5335         * shell/ev-page-action.c: (build_new_tree_cb):
5336         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5337         (links_page_num_func), (update_page_callback):
5338         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5339         (tip_from_link):
5340         * shell/ev-jobs.c:
5341         * shell/ev-window.[ch]: (ev_window_open_uri),
5342         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5343         * shell/ev-application.[ch]: (ev_application_open_window),
5344         (ev_application_open_uri):
5345
5346         Rework links system, it adds support for remote links now and it makes
5347         easier to add new kinds of actions and destinations. Fixes bug #317292
5348
5349 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5350
5351         * data/Makefile.am:
5352         * data/evince.png:
5353         * data/evince-16.png:
5354         * data/evince-22.png:
5355         * data/evince.svg:
5356         * shell/main.c: (main):
5357         
5358         Evince use it's own icon. Fix for the bug #313392.
5359
5360         * shell/ev-window.c: (fullscreen_timeout_cb),
5361         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5362         (ev_window_cmd_help_about), (ev_window_dispose):
5363         
5364         Simplify fullscreen timeout code.
5365
5366 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5367
5368         * backend/ev-attachment.c: 
5369         * shell/ev-attachment-bar.c:
5370         * shell/ev-window.c:
5371
5372         Allow multiple selection of attachments
5373
5374 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * shell/ev-view.c: (view_update_range_and_current_page),
5377         (ev_view_scroll):
5378         
5379         Fix for the bug #312573 – Optimal selection of current 
5380         page among visible pages.
5381
5382 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * configure.ac:
5385         * djvu/Makefile.am:
5386         * djvu/djvu-text.h:
5387         
5388         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5389         for the bug 339868.
5390
5391 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5392
5393         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5394
5395 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5396
5397         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5398         dictated by the GNOME HIG. Fixes bug #339235.
5399
5400 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5401
5402         * data/evince-ui.xml:
5403         * shell/ev-view.c: (ev_view_can_find_previous):
5404         * shell/ev-view.h:
5405         * shell/ev-window.c: (ev_window_update_actions),
5406         (ev_window_cmd_edit_find_previous):
5407
5408         Add support for "Find Previous" as dictated by the GNOME HIG. A
5409         menu item is added and some glue code to make it all work is added
5410         to various files.
5411
5412 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5413
5414         * configure.ac: Award myself the "useless use of cat" award.
5415
5416 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5417
5418         * po/LINGUAS: New file listing all supported languages.
5419
5420         * configure.in: Use po/LINGUAS instead of including all languages
5421         directly in this file. See the wiki for more information:
5422         http://live.gnome.org/GnomeGoals/PoLinguas
5423
5424 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5425
5426         * backend/ev-document-factory.c:
5427
5428         Do not load the document twice when there isn't errors
5429
5430 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5431
5432         * backend/ev-attachment.c: 
5433
5434         Fix a crash when there isn't a default application to open an
5435         attachment
5436
5437 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5438
5439         * backend/ev-attachment.[ch]:
5440         * shell/ev-attachment-bar.[ch]:
5441
5442         Added missing files. 
5443
5444 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5445
5446         * backend/Makefile.am:
5447         * data/evince-ui.xml:
5448         * backend/ev-attachment.[ch]:
5449         * backend/ev-document.[ch]: (ev_document_has_attachments),
5450         (ev_document_get_attachments):
5451         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5452         (attachment_save_to_buffer), (pdf_document_get_attachments),
5453         (pdf_document_document_iface_init):
5454         * shell/Makefile.am:
5455         * shell/ev-attachment-bar.[ch]:
5456         * shell/ev-window.c:
5457
5458         Add support for PDF attachments. Fixes bug #325143
5459
5460 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5461
5462         * backend/ev-document-factory.c: (get_document_from_uri),
5463         (ev_document_factory_get_document):
5464         * backend/ev-document-factory.h:
5465         * properties/ev-properties-main.c: (ev_properties_get_pages):
5466         * shell/Makefile.am:
5467         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5468         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5469         (ev_job_queue_remove_job):
5470         * shell/ev-job-queue.h:
5471         * shell/ev-job-xfer.c:
5472         * shell/ev-job-xfer.h:
5473         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5474         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5475         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5476         (ev_job_xfer_run):
5477         * shell/ev-jobs.h:
5478         * shell/ev-window.c: (ev_window_is_empty),
5479         (password_dialog_response), (ev_window_clear_xfer_job),
5480         (ev_window_xfer_job_cb), (ev_window_open_uri),
5481         (ev_window_cmd_focus_page_selector),
5482         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5483         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5484         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5485         (ev_window_dispose):
5486         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5487         
5488         * Cleanup mime type detection on document load. Fix for the
5489         bug #336448.
5490
5491 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5492
5493         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5494         
5495         Fix crash on exit, described in the bug #336825.
5496
5497 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * backend/ev-document-factory.c:
5500         (ev_document_factory_get_from_mime),
5501         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5502         (ev_document_factory_get_document),
5503         (file_filter_add_mime_list_and_free),
5504         (ev_document_factory_add_filters):
5505         * backend/ev-document-factory.h:
5506         * properties/ev-properties-main.c: (ev_properties_get_pages):
5507         * shell/Makefile.am:
5508         * shell/ev-application.c:
5509         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5510         * shell/ev-window.c: (ev_window_cmd_file_open),
5511         (ev_window_cmd_save_as):
5512         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5513         
5514         Rework factory functions so they are placed now in a single 
5515         file ev-document-factory.c
5516
5517 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5518
5519         * shell/ev-window.c: (update_chrome_visibility):
5520         
5521         Fix for the bug 166566 - don't show menubar in fullscreen
5522         mode.
5523
5524 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5525
5526         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5527
5528 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * shell/ev-view.c: (ev_view_expose_event):
5531         
5532         More correctly draw loading text when document
5533         is empty.
5534
5535 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * shell/ev-view.c: (ev_view_scroll):
5538         
5539         Fix for the bug #334854, page down and page up switch
5540         pages in presentation mode.
5541
5542 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * shell/ev-window.c: (ev_window_set_action_sensitive),
5545         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5546         (ev_window_set_view_accels_sensitivity),
5547         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5548         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5549         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5550         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5551         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5552         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5553         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5554         (view_actions_focus_in_cb), (ev_window_init):
5555         
5556         Fix for the bug #333902, now it's possible to search
5557         words with slash.
5558
5559 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5560
5561         * configure.ac: Added Breton translation.
5562         * po/br.po: Added Breton translation.
5563
5564 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5565
5566         * shell/ev-window-title (ev_window_title_update):
5567
5568         Fix memory leak in window title. Fixes bug #333944
5569
5570 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5571
5572         * shell/ev-metadata-manager.c (parseItem):
5573
5574         Fix memory leaks. Fixes bug #333945
5575
5576 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5577         
5578         * NEWS, configure.ac, TODO:
5579         
5580         Update for release 0.5.2.
5581
5582 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5583
5584         * shell/ev-view.c: (view_update_range_and_current_page),
5585         (page_changed_cb):
5586         
5587         Don't jump on scrolling, fix for the bug #333127.
5588
5589 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5592         
5593         Scroll by one page in presentation mode. Fix for the bug
5594         #332993.
5595
5596 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5597
5598         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5599
5600 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5601
5602         * configure.ac  Added lv in ALL_LINGUAS line.
5603
5604 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5605         
5606         * NEWS, configure.ac:
5607         
5608         Update for release 0.5.1
5609
5610 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5611
5612         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5613         * backend/ev-document-misc.h:
5614         * shell/ev-view.c: (draw_one_page):
5615         
5616          Clairfy what page the toolbar page number applies to. Fix
5617          for the bug #328102.
5618
5619 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5620
5621         * shell/ev-view-private.h:
5622         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5623         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5624         (ev_view_search_changed):
5625         * shell/ev-view.h:
5626         * shell/ev-window.c: (find_bar_search_changed_cb):
5627         
5628         Dont't jump to find result if window was scrolled during search.
5629         Fix for the bug #313266.
5630
5631 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5632
5633         * shell/eggfindbar.c: (egg_find_bar_class_init):
5634         * shell/eggfindbar.h:
5635         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5636         * shell/ev-view-private.h:
5637         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5638         (ev_view_class_init), (ev_sizing_mode_get_type),
5639         (ev_scroll_type_get_type):
5640         * shell/ev-view.h:
5641         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5642         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5643         (ev_window_init):
5644         
5645         Fix for the bug 319133 - Find entry should allow text scroll.
5646
5647 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5648
5649         * shell/ev-view-private.h:
5650         * shell/ev-view.c: (view_update_range_and_current_page),
5651         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5652         (ev_view_set_document), (update_find_status_message),
5653         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5654         (ev_view_find_previous):
5655         
5656         Fix for the bug #319137. Search now takes account for scrolling.
5657
5658 2006-02-19  Michael Hofmann <mh21@piware.de>
5659
5660         * configure.ac:
5661         * djvu/Makefile.am:
5662         * djvu/djvu-document-private.h:
5663         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5664         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5665         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5666         (djvu_document_can_get_text), (djvu_document_get_text),
5667         (djvu_document_document_iface_init),
5668         (djvu_document_thumbnails_get_thumbnail),
5669         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5670         (djvu_document_find_get_result),
5671         (djvu_document_find_page_has_results),
5672         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5673         (djvu_document_find_iface_init):
5674         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5675         (djvu_text_page_selection), (djvu_text_page_limits_process),
5676         (djvu_text_page_limits), (djvu_text_page_copy),
5677         (djvu_text_page_position), (djvu_text_page_union),
5678         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5679         (djvu_text_page_box), (djvu_text_page_append_text),
5680         (djvu_text_page_search), (djvu_text_page_prepare_search),
5681         (djvu_text_page_new), (djvu_text_page_free):
5682         * djvu/djvu-text-page.h:
5683         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5684         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5685         (djvu_text_n_results), (djvu_text_has_results),
5686         (djvu_text_get_result), (djvu_text_get_progress):
5687         * djvu/djvu-text.h:
5688         
5689         Text search in djvu. Fix for the bug #303415.
5690
5691 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5692
5693         * configure.ac:
5694         * shell/ev-window.c: (ev_window_cmd_save_as):
5695         
5696         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5697         Thanks to Gary Coady <gary@lyranthe.org>
5698
5699 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5700
5701         * shell/ev-print-job.c: (idle_print_handler):
5702         
5703         Inverse order printing, bug #320919.
5704
5705 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5706
5707         * data/evince-toolbar.xml:
5708         * shell/ev-window.c:
5709         
5710         Allow to add sidebar checkbutton on toolbar. Fix
5711         for the bug #144577.
5712
5713 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5716         
5717         Add checks that have sense for empty ps document.
5718
5719 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5720
5721         * configure.ac: Include PS in mime types list. 
5722
5723 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * configure.ac:
5726         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5727         * ps/gsdefaults.h:
5728         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5729         
5730         Runtime check for gs interpreter. Fix for the bug #320868.
5731         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5732
5733 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5734
5735         * shell/ev-application.c: 
5736
5737         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5738         dbus>=0.60, so that the request is not queued. 
5739
5740 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * configure.ac:
5743         * shell/Makefile.am:
5744         * shell/ev-sidebar-links.c: (print_section_cb):
5745         * shell/ev-utils.c:
5746         * shell/ev-utils.h:
5747         * shell/ev-window.c: (update_action_sensitivity),
5748         (ev_window_close_dialogs), (ev_window_print):
5749         * shell/ev-window.h:
5750         
5751         Make printing support optional. Patch from Eduardo de Barros Lima
5752         <eduardo.lima@indt.org.br> for the bug #330546.
5753
5754 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5755
5756         * shell/ev-view-private.h:
5757         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5758         (ev_view_set_document):
5759         * shell/ev-view.h:
5760         * shell/ev-window.c: (ev_window_load_job_cb),
5761         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5762         (ev_window_init):
5763
5764         Draw Loading message during xfer job. Fix for the bug #329495.
5765
5766 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * comics/comics-document.c: (comics_regex_quote),
5769         (comics_document_load), (extract_argv):
5770         
5771         Correcly quote regexp before passing it to unzip.
5772
5773 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * shell/ev-page-cache.c: (build_height_to_page),
5776         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5777         (ev_page_cache_get_dual_even_left):
5778         * shell/ev-page-cache.h:
5779         * shell/ev-view.c: (view_update_range_and_current_page),
5780         (get_page_y_offset), (get_page_extents):
5781         
5782         Place even pages to the left if document has less then
5783         two pages. Fix for the bug #328856.
5784
5785 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5788         
5789         Correct comics scheme. This make evince create thumbnails
5790         for comic books. Fix for the bug 329088.
5791
5792 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5793
5794         * data/evince-password.glade: Don't explicitly set
5795         invisible_char to the current default value in case
5796         the default changes; let GTK+ do its magic.
5797
5798 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5799
5800         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5801         real filename to tmp filename since often document
5802         type is determined by extension.
5803
5804 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5805
5806         * shell/ev-view.c: (add_scroll_binding_keypad),
5807         (ev_view_binding_activated), (ev_view_class_init):
5808         
5809         Add keybindings for percision-scrolling of display area. 
5810         Fix for the bug #314072.
5811
5812 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * data/evince.desktop.in.in:
5815         
5816         Add GTK to the list of categories. Fix for the bug #328034.
5817
5818 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5819
5820         * shell/ev-application.c: (ev_application_shutdown),
5821         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5822         * shell/ev-application.h:
5823         * shell/ev-window.c: (file_open_dialog_response_cb),
5824         (ev_window_cmd_file_open):
5825         
5826         Save last uri in file chooser dialog. Fix for the bug #327950.
5827
5828 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5829
5830         * NEWS:
5831         * README:
5832         
5833         Final update for release 0.5.0
5834         
5835         * shell/Makefile.am:
5836         
5837         Remove disable deprecated until we'll require libgnome-2.13.7
5838         and port to GOption argument parsing. See bug 327518.
5839
5840 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5841
5842         * comics/comics-document.c: (comics_document_save):
5843         * djvu/djvu-document.c: (djvu_document_save):
5844         * dvi/dvi-document.c: (dvi_document_save):
5845         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5846         * lib/ev-file-helpers.h:
5847         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5848         * tiff/tiff-document.c: (tiff_document_save):
5849         
5850         Use common save function for backends.
5851
5852 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5853
5854         * backend/ev-document-types.c:
5855         
5856         Fix crash on saving pixbuf.
5857
5858 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5859
5860         * cut-n-paste/recent-files/egg-recent-item.c:
5861         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5862         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5863         (parse_info_free), (valid_element), (start_element_handler),
5864         (end_element_handler), (text_handler), (egg_recent_model_filter),
5865         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5866         (egg_recent_model_monitor), (egg_recent_model_read),
5867         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5868         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5869         (egg_recent_model_set_property), (egg_recent_model_class_init),
5870         (egg_recent_model_init), (egg_recent_model_add_full),
5871         (egg_recent_model_delete), (egg_recent_model_get_list),
5872         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5873         (egg_recent_model_set_filter_mime_types),
5874         (egg_recent_model_clear_group_filter),
5875         (egg_recent_model_set_filter_groups),
5876         (egg_recent_model_clear_scheme_filter),
5877         (egg_recent_model_set_filter_uri_schemes),
5878         (egg_recent_model_remove_expired):
5879         * cut-n-paste/recent-files/egg-recent-util.c:
5880         (egg_recent_util_get_icon):
5881         * cut-n-paste/recent-files/egg-recent-util.h:
5882         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5883         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5884         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5885         (egg_recent_view_uimanager_set_property),
5886         (egg_recent_view_uimanager_get_property),
5887         (egg_recent_view_uimanager_class_init),
5888         (egg_recent_view_uimanager_init),
5889         (egg_recent_view_uimanager_set_label_width),
5890         (egg_recent_view_uimanager_get_label_width):
5891         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5892         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5893         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5894         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5895         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5896         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5897         
5898         Update from libegg.
5899
5900 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5901
5902         * shell/ev-page-cache.c: (build_height_to_page),
5903         (ev_page_cache_get_height_to_page):
5904         * shell/ev-page-cache.h:
5905         * shell/ev-view.c: (view_update_range_and_current_page),
5906         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5907         (ev_view_previous_page):
5908         
5909         Dual mode places even pages to the left. Fix for the bug #309393.
5910
5911         * shell/ev-view.h:
5912         * shell/ev-window.c: (update_action_sensitivity),
5913         (setup_view_from_metadata), (view_menu_popup_cb):
5914         
5915         Don't restore presentation in empty windows, more intelligent
5916         next page behaviour in dual mode.
5917
5918         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5919         (ev_pixbuf_cache_clear_job_sizes):
5920         
5921         Cleanup job callback on removal. Fix for the bug #325886.
5922
5923 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * ps/ps.c: (psscan):
5926         
5927         Commit workaround Mozilla problem. Fix for the bug #325919
5928         
5929         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5930         (save_item):
5931         
5932         Fix for year 2038 problem.
5933
5934 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * shell/ev-window.c: (setup_document_from_metadata),
5937         (ev_window_cmd_view_reload):
5938
5939         Clamp page recieved from metadata in valid values. Fix
5940         for the bug #325986.
5941
5942 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * MAINTAINERS: 
5945         Add MAINTAINERS as requested on desktop-devel-list.
5946
5947 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5950         (mime_type_supported_by_gdk_pixbuf),
5951         (ev_document_factory_get_mime_types),
5952         (ev_document_factory_get_all_mime_types):
5953         
5954         Don't add pixbuf mime types if pixbuf backend is disabled.
5955         
5956         * shell/ev-application.c: (ev_application_get_uri_window):
5957         
5958         Fix for the bug 325815 - unhandled MIME type message doesn't 
5959         appear a second time. 
5960         
5961         * shell/ev-document-types.c: (ev_document_types_add_filters):
5962         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5963         (password_dialog_response), (ev_window_popup_password_dialog),
5964         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5965         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5966         (ev_window_run_presentation), (ev_window_stop_presentation),
5967         (save_sizing_mode), (ev_window_zoom_changed_cb),
5968         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5969         (ev_window_dual_mode_changed_cb),
5970         (ev_window_sidebar_current_page_changed_cb),
5971         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5972         (window_state_event_cb), (window_configure_event_cb):
5973         
5974         Cleanup additional uris holded by EvWindow.
5975
5976 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5979         (ev_view_can_previous_page), (ev_view_can_next_page):
5980         * shell/ev-view.h:
5981         * shell/ev-window.c: (update_action_sensitivity):
5982         
5983         Two page scrolling with Space and PageUp in dual mode. Second fix 
5984         for the bug #316608.
5985
5986 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * shell/ev-view.c: (scroll_to_current_page):
5989         
5990         Correctly clamp adjustment value. Fix for the bug
5991         #325808.
5992
5993 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5994
5995         * shell/ev-sidebar-links.c: (print_section_cb):
5996         * shell/ev-window.c: (ev_window_get_uri),
5997         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5998         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5999         (ev_window_dispose):
6000         
6001         Make print dialog non-modal. Fix for the bug #325622.
6002
6003 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * shell/ev-metadata-manager.c:
6006         * shell/ev-utils.c: (using_pdf_printer),
6007         (using_postscript_printer), (load_print_config_from_file),
6008         (save_print_config_to_file):
6009         * shell/ev-utils.h:
6010         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6011         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6012         (setup_view_from_metadata), (ev_window_setup_document),
6013         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6014         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6015         (ev_window_run_presentation), (ev_window_stop_presentation),
6016         (save_sizing_mode), (ev_window_zoom_changed_cb),
6017         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6018         (ev_window_dual_mode_changed_cb),
6019         (ev_window_sidebar_current_page_changed_cb),
6020         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6021         (window_state_event_cb), (window_configure_event_cb),
6022         (ev_window_init):
6023         
6024         Setting saving behaviour fixes.
6025
6026 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6027
6028         * configure.ac:
6029         
6030         Make antialiasing gs options better and allow
6031         to change them during configure. Fix for the 
6032         bug #319049.
6033
6034 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6035
6036         * shell/ev-window.c: (setup_view_from_metadata):
6037         
6038         Remember if last window was maximized. Fix for the
6039         bug #323797.
6040
6041 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6042
6043         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6044
6045 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6048         * shell/ev-page-action.c: (build_new_tree_cb):
6049         * shell/ev-sidebar-links.c: (links_page_num_func),
6050         (update_page_callback_foreach), (update_page_callback):
6051         * shell/ev-view.c: (scroll_to_current_page):
6052         
6053         Fix for the bug #325067 with more intelligent selection
6054         of current link in sidebar. Make sidebar handle links
6055         of FITR-like type more correctly.
6056
6057         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6058         (dvi_pixbuf_put_pixel):
6059         
6060         Fix memory consumtion with disabled alpha channel.
6061
6062 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * data/evince-ui.xml:
6065         * shell/ev-window.c: (view_menu_popup_cb),
6066         (ev_popup_cmd_open_link), (ev_window_init):
6067         
6068         Update context menu for internal links. Fix for the bug
6069         #325066.
6070
6071 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6074         
6075         Bind context menu to keyboard also. Fix for the bug
6076         #325065.
6077
6078 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080         * shell/ev-view.c: (selection_scroll_timeout_cb):
6081         
6082         Horizontal scroll on selection also.
6083
6084 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * shell/ev-metadata-manager.c: (parse_value):
6087         * shell/ev-view.c: (goto_xyz_link):
6088         
6089         Correct zoom setup and metadata save broken in 
6090         some locales.
6091
6092 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * shell/ev-view-private.h:
6095         * shell/ev-view.c: (scroll_to_current_page),
6096         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6097         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6098         (page_changed_cb), (ev_view_set_continuous),
6099         (ev_view_set_dual_page), (ev_view_set_presentation):
6100         
6101         Delay scroll until allocation to correctly position page. Fix
6102         for the bug #317334.
6103
6104 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6105
6106         * NEWS:
6107         * configure.ac:
6108         
6109         Update NEWS and require poppler 0.5.0.
6110
6111 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6112         
6113         * data/evince-ui.xml:
6114         * shell/ev-view-private.h:
6115         * shell/ev-view.c: (ev_view_get_link_at_location),
6116         (handle_link_over_xy), (ev_view_button_press_event),
6117         (ev_view_button_release_event), (ev_view_class_init):
6118         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6119         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6120         (ev_window_init):
6121         
6122         Implement right-click context menu.
6123
6124 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6127         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6128         (mdvi_pixbuf_device_render):
6129         * pdf/ev-poppler.cc:
6130
6131         Don't generate thumbnails with alpha. See bug #324077.
6132         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6133
6134 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * shell/ev-window.c: (setup_chrome_from_metadata):
6137         
6138         Fix typo that was hiding toolbar.
6139
6140 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6141
6142         * shell/ev-view-private.h:
6143         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6144         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6145         (ev_view_button_release_event), (ev_view_destroy):
6146         
6147         Small cleanup and autoscrolling during selection. Thanks to 
6148         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6149
6150 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6151
6152         * configure.ac:
6153         
6154         Correctly check for comics option.
6155
6156 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6157         * Makefile.am:
6158         * configure.ac:
6159         * backend/Makefile.am:
6160         * backend/ev-document-factory.c:
6161         * shell/ev-document-types.c:
6162
6163         Included option in configure to make ps backend 
6164         compilation optional with --disable-ps.
6165
6166 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * backend/ev-document-factory.c:
6169         * comics/Makefile.am:
6170         * comics/comics-document.c: (comics_document_load):
6171         * comics/ev-cbr-mime.xml:
6172         * configure.ac:
6173         
6174         Comics mime types are added to shared-mime-info CVS. Now
6175         we don't need to install our own mime types.
6176
6177 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * shell/ev-window.c:
6180         
6181         Add shortcut for "save a copy" menu entry. Fix for
6182         the bug #324582.
6183
6184 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6187         (job_finished_cb), (new_selection_pixbuf_needed),
6188         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6189         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6190         
6191         Rework selection job info logic and fix critical warning.
6192
6193 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6194
6195         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6196
6197 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6198
6199         * data/evince-ui.xml:
6200         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6201         
6202         Enter as shortcut key for next page. Fix for the bug
6203         #321394.
6204
6205 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6206
6207         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6208
6209 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6212         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6213         (new_selection_pixbuf_needed),
6214         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6215         (clear_job_selection):
6216         
6217         Too early for 0.5. Pixbuf cache code cleaned a bit.
6218
6219 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6220
6221         * NEWS:
6222         * configure.ac:
6223         
6224         Release 0.5.0 preparation
6225
6226 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * comics/Makefile.am:
6229         * configure.ac:
6230         * shell/ev-document-types.c: (ev_document_types_add_filters):
6231         
6232         More advanced handling of custom mime type installation.
6233
6234 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * data/evince.schemas.in:
6237         * shell/ev-metadata-manager.c: (value_free),
6238         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6239         (ev_metadata_manager_get), (ev_metadata_manager_set):
6240         * shell/ev-metadata-manager.h:
6241         * shell/ev-window.c: (update_chrome_flag),
6242         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6243         (setup_document_from_metadata), (setup_chrome_from_metadata),
6244         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6245         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6246         (ev_window_view_toolbar_cb),
6247         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6248         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6249         
6250         Save last document settings and reuse them for new documents.
6251
6252 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * Makefile.am:
6255         * backend/Makefile.am:
6256         * backend/ev-document-factory.c:
6257         * backend/ev-document-factory.h:
6258         * comics/Makefile.am:
6259         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6260         (comics_document_load), (comics_document_save),
6261         (comics_document_get_n_pages), (comics_document_get_page_size),
6262         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6263         (comics_document_class_init), (comics_document_can_get_text),
6264         (comics_document_get_info), (comics_document_document_iface_init),
6265         (comics_document_init), (get_supported_image_extensions),
6266         (comics_document_thumbnails_get_geometry),
6267         (comics_document_thumbnails_get_thumbnail),
6268         (comics_document_thumbnails_get_dimensions),
6269         (comics_document_document_thumbnails_iface_init), (extract_argv):
6270         * comics/comics-document.h:
6271         * comics/ev-cbr-mime.xml:
6272         * configure.ac:
6273         * po/POTFILES.in:
6274         * shell/ev-application.c: (ev_application_register_service):
6275         * shell/ev-document-types.c: (ev_document_types_add_filters):
6276         * thumbnailer/Makefile.am:
6277         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6278         
6279         New CBR/CBZ backend for comic books.
6280
6281 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6282
6283         * shell/main.c: (load_files_remote):
6284
6285         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6286         warning on startup of second instance is fixed. It
6287         is bug #320353.
6288
6289 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * shell/ev-window.c: (ev_window_finalize):
6292         
6293         Fix double free that cause crash.
6294
6295 2005-10-29  Bastien Nocera <hadess@hadess.net>
6296
6297         * tiff/tiff-document.c: (tiff_document_load):
6298         
6299         Fix memory leak.
6300
6301 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6302
6303         * po/POTFILES.in:
6304         * shell/Makefile.am:
6305         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6306         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6307         (ev_view_accessible_get_text),
6308         (ev_view_accessible_get_character_at_offset),
6309         (ev_view_accessible_get_text_before_offset),
6310         (ev_view_accessible_get_text_at_offset),
6311         (ev_view_accessible_get_text_after_offset),
6312         (ev_view_accessible_get_character_count),
6313         (ev_view_accessible_get_caret_offset),
6314         (ev_view_accessible_set_caret_offset),
6315         (ev_view_accessible_get_run_attributes),
6316         (ev_view_accessible_get_default_attributes),
6317         (ev_view_accessible_get_character_extents),
6318         (ev_view_accessible_get_offset_at_point),
6319         (ev_view_accessible_get_n_selections),
6320         (ev_view_accessible_get_selection),
6321         (ev_view_accessible_add_selection),
6322         (ev_view_accessible_remove_selection),
6323         (ev_view_accessible_set_selection),
6324         (ev_view_accessible_text_iface_init),
6325         (ev_view_accessible_idle_do_action),
6326         (ev_view_accessible_action_do_action),
6327         (ev_view_accessible_action_get_n_actions),
6328         (ev_view_accessible_action_get_description),
6329         (ev_view_accessible_action_get_name),
6330         (ev_view_accessible_action_set_description),
6331         (ev_view_accessible_action_iface_init),
6332         (ev_view_accessible_get_type), (ev_view_accessible_new),
6333         (ev_view_accessible_factory_get_accessible_type),
6334         (ev_view_accessible_factory_create_accessible),
6335         (ev_view_accessible_factory_class_init),
6336         (ev_view_accessible_factory_get_type):
6337         * shell/ev-view-accessible.h:
6338         * shell/ev-view-private.h:
6339         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6340         * shell/ev-view.h:
6341         
6342         Initial accessibility support.
6343
6344 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6345
6346         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6347
6348 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6349
6350         * shell/ev-print-job.c: (idle_print_handler):
6351         
6352         Fix for bug Bug 318916: Printing multiple pages.
6353
6354 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6355
6356         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6357
6358 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6359
6360         * pdf/ev-poppler.cc:
6361         
6362         Thumnail dimensions unified with other backends.
6363         
6364         * shell/ev-window-title.c: (ev_window_title_update):
6365         
6366         Fix warning.
6367
6368 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * data/ev-stock-zoom-fit-width.png:
6371         
6372         Remove unused file.
6373
6374 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * configure.ac:
6377         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6378         (djvu_document_finalize):
6379         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6380         (dvi_document_finalize):
6381         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6382         (pixbuf_document_save), (pixbuf_document_finalize):
6383         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6384         (tiff_document_finalize):
6385         
6386         Save a copy implemented for various backends.
6387
6388 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6389
6390         * configure.ac:
6391         
6392         Don't link with ltiff if tiff is disabled.
6393
6394 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * pdf/GDKSplashOutputDev.cc:
6397         * pdf/GDKSplashOutputDev.h:
6398         * pdf/Thumb.cc:
6399         * pdf/Thumb.h:
6400         * pdf/pdf-document.cc:
6401         * pdf/pdf-document.h:
6402         * pdf/test-gdk-output-dev.cc:
6403         
6404         Remove old unused files.
6405
6406 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6407
6408         * shell/ev-window.c: (ev_window_setup_document):
6409         
6410         Fixed warnings on reload and probably crash reason.
6411
6412 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * properties/ev-properties-view.c:
6415         (ev_properties_view_format_date):
6416         
6417         Check if date is invalid. Fix for bug 318134.
6418
6419 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6420
6421         * shell/ev-window-title.c:
6422         
6423         Add .indd files (Adobe Indesign) to the list of "bad
6424         extensions".
6425
6426 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * data/evince-ui.xml:
6429         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6430         
6431         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6432
6433 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6434
6435         * shell/ev-window.c: (launch_link), (launch_external_uri),
6436         (view_external_link_cb):
6437
6438         URL-escape link before passing it to gnome_vfs_url_show.
6439
6440 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6441
6442         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6443         there isn't text selected.
6444
6445 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * shell/ev-view.c: (handle_link_over_xy):
6448
6449         Check tooltip is valid utf8 before showing it
6450
6451 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6452
6453         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6454
6455 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6456
6457         * shell/ev-window-title.c: (ev_window_title_update):
6458
6459         Guard against using g_strstrip on NULL. Fixes bug #317291.
6460
6461 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6462
6463         * pdf/ev-poppler.cc:
6464
6465         Show title even for unknown links
6466
6467 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6468
6469         * shell/ev-window-title.c: (ev_window_title_update):
6470
6471         Strip the title string
6472
6473 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6474
6475         * shell/ev-window-title.c:
6476
6477         Add .rtf to the bad extensions list
6478
6479 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6482         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6483
6484         Ignore link coordinates if they are outside page bounds
6485
6486 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6487
6488         * backend/ev-link.c: (ev_link_type_get_type),
6489         (ev_link_get_filename), (ev_link_get_params),
6490         (ev_link_get_property), (ev_link_set_property),
6491         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6492         * backend/ev-link.h:
6493         * pdf/ev-poppler.cc:
6494         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6495         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6496         (ev_window_init):
6497
6498         Implement launch links. Delegate external link opening to
6499         the window.
6500
6501 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6502
6503         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6504         (ev_link_get_right), (ev_link_get_property),
6505         (ev_link_set_property), (ev_link_class_init),
6506         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6507         * backend/ev-link.h:
6508         * pdf/ev-poppler.cc:
6509         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6510
6511         Implement fitr links
6512
6513 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6516         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6517         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6518         (ev_view_size_request_continuous),
6519         (ev_view_size_request_dual_page),
6520         (ev_view_size_request_single_page), (ev_view_size_allocate),
6521         (ev_view_zoom_for_size_continuous_and_dual_page),
6522         (ev_view_zoom_for_size_continuous),
6523         (ev_view_zoom_for_size_dual_page),
6524         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6525         (ev_sizing_mode_get_type):
6526         * shell/ev-view.h:
6527         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6528
6529         Do not use modes for link, we need to calculate size ad hoc.
6530         Still not perfect because of the usual scrollbar issues grrr.
6531
6532 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6533
6534         * backend/ev-link.c: (ev_link_type_get_type),
6535         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6536         * backend/ev-link.h:
6537         * pdf/ev-poppler.cc:
6538         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6539         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6540         (ev_view_size_request_continuous),
6541         (ev_view_size_request_dual_page),
6542         (ev_view_size_request_single_page), (ev_view_size_allocate),
6543         (zoom_for_size_fit_height),
6544         (ev_view_zoom_for_size_continuous_and_dual_page),
6545         (ev_view_zoom_for_size_continuous),
6546         (ev_view_zoom_for_size_dual_page),
6547         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6548         (ev_sizing_mode_get_type):
6549         * shell/ev-view.h:
6550         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6551
6552         Implement FIT_HEIGHT mode (only for links).
6553         Implement FITH links
6554
6555 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6556
6557         * shell/ev-window-title.c: (get_filename_from_uri),
6558         (ev_window_title_sanitize_extension), (ev_window_title_update),
6559         (ev_window_title_set_document), (ev_window_title_set_uri),
6560         (ev_window_title_free):
6561         * shell/ev-window-title.h:
6562         * shell/ev-window.c: (ev_window_setup_document),
6563         (ev_window_popup_password_dialog):
6564
6565         Refactor window title building while fixing it for
6566         password documents.
6567
6568 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6569
6570         * pdf/ev-poppler.cc:
6571
6572         Escape link title before setting it in the model
6573
6574 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6575
6576         * shell/ev-application.c: (removed_from_session), (save_session),
6577         (init_session), (ev_application_get_empty_window),
6578         (ev_application_init), (ev_application_get_windows):
6579         * shell/ev-application.h:
6580         * shell/ev-window.c: (ev_window_finalize):
6581
6582         Add a function to retrieve window list and share it where
6583         necessary.
6584         Implement session handling, works pretty well thanks to the
6585         metadata system.
6586
6587 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * shell/ev-password.c: (ev_password_item_created_callback),
6590         (ev_password_dialog_save_password):
6591         
6592         Fix for bug 316972. Use async gnome-keyring API.
6593
6594 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6595
6596         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6597         Remove unused unrealize handler. Add scroll handling to
6598         ev_view_scroll_event for presentation mode (bug #316708),
6599         and fix the event state checks there.
6600
6601 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * shell/ev-page-action.c: (page_changed_cb):
6604
6605         "marco, maybe we should be crazy and jump right to 6! :)"
6606
6607         Bryan Clark, Sep 2005
6608
6609 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * ps/ps-document.c: (save_document), (ps_document_save),
6612         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6613         (ps_document_ps_export_end):
6614
6615         Fix unstructured documents save and print
6616
6617 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6618
6619         * shell/ev-application.c: (ev_application_open_uri):
6620
6621         Fix window size persistance
6622
6623 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6624
6625         * shell/ev-view.c: (ev_view_button_release_event):
6626
6627         Based on a patch from carlosgc@gnome.org. Mouse buttons
6628         switch pages in presentation mode.
6629
6630 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6631
6632         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6633
6634         Dont cast to int before scaling
6635
6636 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6637
6638         * backend/ev-link.c: (ev_link_type_get_type),
6639         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6640         (ev_link_new_page_fith):
6641         * backend/ev-link.h:
6642         * pdf/ev-poppler.cc:
6643         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6644
6645         Implement FIT and FITH links
6646
6647 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6648
6649         * pdf/ev-poppler.cc:
6650
6651         Return 0 results when search is not in progress.
6652
6653         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6654         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6655
6656         Update menu sensitivity when cancelling search
6657
6658 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * shell/ev-view.c: (ev_view_can_find_next):
6661
6662         Take all pages in consideration, not just current one
6663
6664 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6665
6666         * shell/ev-page-cache.c:
6667         * shell/ev-page-cache.h:
6668         * shell/ev-view.c: (ev_view_binding_activated),
6669         (ev_view_next_page), (ev_view_previous_page),
6670         (ev_sizing_mode_get_type):
6671         * shell/ev-view.h:
6672         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6673         (ev_window_cmd_go_next_page):
6674
6675         Move page next/previous functions from page chace to
6676         view and change it to move by 2 page steps in dual mode.
6677
6678 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6679
6680         * shell/ev-window.c: (update_sidebar_visibility),
6681         (setup_sidebar_from_metadata), (ev_window_setup_document),
6682         (setup_view_from_metadata):
6683
6684         Show the index by default when there is one     
6685
6686 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6687
6688         * shell/ev-window-title.c: (ev_window_title_set_document):
6689
6690         Missing null check
6691
6692 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * shell/ev-view.c: (view_update_range_and_current_page):
6695         
6696         Allow display of last odd page in dual view. Fix for 316347.
6697
6698 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6699
6700         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6701         
6702         Make close button default. Fix for 316383.
6703
6704 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6705
6706         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6707         
6708         Mark close button as default. Fix for 316381.
6709
6710 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6711
6712         * backend/ev-link.c: (ev_link_class_init):
6713
6714         Allow negative doubles in left/top properties
6715
6716 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * shell/ev-window.c:
6719
6720         Remove a bunch of strings that was used only
6721         by the statusbar.
6722
6723 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6724
6725         * shell/ev-window-title.c: (get_filename_from_uri),
6726         (ev_window_title_set_document):
6727
6728         When title has a confusing extension, show also
6729         the document filename inside ()
6730
6731 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6732
6733         * shell/Makefile.am:
6734         * shell/ev-window-title.c: (ev_window_title_new),
6735         (ev_window_title_update), (ev_window_title_set_type),
6736         (ev_window_title_set_document), (ev_window_title_free):
6737         * shell/ev-window-title.h:
6738         * shell/ev-window.c: (ev_window_setup_document),
6739         (password_dialog_response), (ev_window_popup_password_dialog),
6740         (ev_window_dispose), (ev_window_init):
6741
6742         Factor out and cleanup window title code
6743
6744 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6745
6746         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6747         (unable_to_load):
6748
6749         Make dialog transient so it doesnt block other windows
6750
6751 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * pdf/ev-poppler.cc:
6754         
6755         Fix pdf thumbnails rendering.
6756
6757 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6758
6759         * shell/ev-window.c: (fullscreen_set_timeout):
6760         
6761         Increase timeout to hide full screen popup. Bug 
6762         316123. 
6763
6764 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6765
6766         * data/evince.schemas.in:
6767         * shell/ev-window.c: (update_action_sensitivity):
6768
6769         Allow the user to override document restrictions. Fix for bug
6770         305818.
6771
6772 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6773
6774         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6775         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6776         (ev_window_class_init): Fix multihead behaviour of fullscreen
6777         toolbar popup. Fixes bug #315451.
6778
6779 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6780
6781         * configure.ac:
6782         * data/evince-password.glade:
6783         * shell/ev-password.c: (ev_password_dialog_set_property),
6784         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6785         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6786         (ev_password_dialog_entry_changed_cb),
6787         (ev_password_dialog_entry_activated_cb),
6788         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6789         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6790         (ev_password_dialog_set_bad_pass):
6791         * shell/ev-password.h:
6792         * shell/ev-window.c: (password_dialog_response),
6793         (ev_window_popup_password_dialog):
6794         
6795         Support for gnome-keyring for encrypted PDF's.
6796
6797 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6798
6799         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6800         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6801         (ev_view_enter_notify_event), (ev_view_class_init):
6802         
6803         More precise handling of enter_notify/leave_notify events
6804         in EvView. Fix for bug 315470.
6805
6806 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6807
6808         * shell/ev-window.c: (fullscreen_timeout_cb),
6809         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6810         (ev_window_dispose):
6811
6812         leak fix: unref fullscreen_timeout_source before clearing it
6813
6814 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * configure.ac, dvi/mdvi/Makefile.am: 
6817         
6818         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6819
6820 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6821
6822         * backend/ev-link.c: (ev_link_new_page_xyz):
6823         * pdf/ev-poppler.cc:
6824         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6825
6826         Fix some bugs with xyz links, respect zoom
6827
6828 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6829
6830         * shell/ev-window.c: (page_changed_cb),
6831         (setup_document_from_metadata), (update_sidebar_visibility),
6832         (setup_view_from_metadata), (ev_window_run_fullscreen),
6833         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6834         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6835         (ev_window_dual_mode_changed_cb),
6836         (ev_window_sidebar_current_page_changed_cb):
6837
6838         null check uri before setting and getting metadata
6839
6840 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6841
6842         * dvi/Makefile.am:
6843         * properties/Makefile.am:
6844         * shell/Makefile.am:
6845         * thumbnailer/Makefile.am:
6846
6847         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6848
6849 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6850
6851         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6852         (selection_changed_callback):
6853         * shell/ev-sidebar-links.h:
6854
6855         Add a signal for link activation.
6856
6857         * shell/ev-view.c: (ev_view_goto_link),
6858         (ev_view_button_release_event):
6859         * shell/ev-view.h:
6860         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6861         (ev_window_init):
6862
6863         Implement the signal so that we can handle all link types.
6864
6865         * shell/ev-page-cache.c:
6866
6867         Remove unused set_link function
6868
6869 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6870
6871         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6872
6873         Add some space from the cursor, hardcoded but I couldnt
6874         find a better way.
6875
6876 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * lib/ev-tooltip.c:
6879
6880         Use mozilla style vs gtk style, way better for links.
6881
6882         * shell/ev-view.c: (ev_view_motion_notify_event),
6883         (ev_view_destroy), (ev_view_init):
6884
6885         Deactive tooltip when the link hovered is changed.
6886
6887 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6888
6889         * backend/ev-document.h:
6890         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6891         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6892         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6893         (ev_link_new_page), (ev_link_new_page_xyz):
6894         * backend/ev-link.h:
6895         * pdf/ev-poppler.cc:
6896         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6897         (go_to_link), (tip_from_link):
6898
6899         Implement xyz links, still not functional. Links are a total
6900         mess, will need to refactor and bugfix a lot :(
6901
6902 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6903
6904         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6905
6906 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6907
6908         * data/evince-ui.xml:
6909         * data/evince.schemas.in:
6910         * shell/Makefile.am:
6911         * shell/ev-window.c: (update_chrome_visibility),
6912         (password_dialog_response), (ev_window_load_job_cb),
6913         (ev_window_xfer_job_cb), (ev_window_open_uri),
6914         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6915         (ev_window_init):
6916
6917         Remove the statusbar. This regress loading feedback, need to
6918         check with Bryan what we want to do there...
6919
6920 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6921
6922         * lib/ev-tooltip.c: (ev_tooltip_init):
6923
6924         Fix tooltip border and size handling
6925
6926 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6927
6928         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6929         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6930         (ev_tooltip_timeout), (ev_tooltip_activate),
6931         (ev_tooltip_deactivate):
6932         * lib/ev-tooltip.h:
6933         * shell/ev-view.c: (ev_view_motion_notify_event):
6934
6935         Delay popup showing. Mirror gtk logic/times.
6936
6937 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6938
6939         * lib/Makefile.am:
6940         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6941         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6942         (ev_tooltip_set_text), (ev_tooltip_set_position):
6943         * lib/ev-tooltip.h:
6944
6945         Simple widget to show tooltips at a custom position
6946
6947         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6948         (ev_view_destroy):
6949
6950         Use it for links. First go, needs work
6951
6952 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6953
6954         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6955         HIG fixes.  Use title capitalization for window title. Use 12 
6956         pixels of space between the dialog's vbox and action area.
6957
6958 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * shell/ev-window.c: (file_open_dialog_response_cb),
6961         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6962         (ev_window_cmd_save_as):
6963
6964         Make file pickers not modal and refactor code some
6965
6966 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * shell/ev-sidebar.h:
6969         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6970         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6971         (ev_sidebar_class_init), (ev_sidebar_select_page),
6972         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6973         (ev_sidebar_set_page):
6974
6975         Add a current page property and allow to get/set it
6976
6977         * shell/ev-window.c: (setup_view_from_metadata),
6978         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6979
6980         Persist current sidebar page per document
6981
6982 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6983
6984         * data/evince.schemas.in:
6985         * shell/ev-window.c: (update_chrome_visibility),
6986         (setup_document_from_metadata), (update_sidebar_visibility),
6987         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6988         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6989         (ev_window_run_presentation), (ev_window_stop_presentation),
6990         (ev_window_view_sidebar_cb),
6991         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6992         (load_chrome), (ev_window_init):
6993
6994         Persist size/visibility of sidebar per document
6995
6996 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6997
6998         * shell/ev-view.c (draw_loading_text): Draw loading text.
6999
7000 2005-09-02  Dan Damian  <dand@gnome.ro>
7001
7002         * configure.in: Added "ro" to ALL_LINGUAS.
7003
7004 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7005
7006         * shell/ev-view.c: (clear_caches):
7007
7008         ev_page_cache_get doesnt return a reference,
7009         dont try to unref it.
7010
7011 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/main.c: (load_files_remote):
7014
7015         Fix timestamp parameter with dbus <= 0.33
7016
7017 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7018
7019         * data/evince.schemas.in:
7020
7021         Add missing full stop
7022
7023 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7024
7025         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7026         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7027
7028         Plug some memory leaks
7029
7030 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7031
7032         * configure.ac:
7033         * lib/ev-debug.c: (trap_handler):
7034
7035         Check for execinfo.h and use it only if it exists.
7036         Ported from Epiphany (bug #314776).
7037
7038 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7039
7040         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7041
7042 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7043
7044         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7045         * po/id.po      : Added Indonesian translation
7046
7047 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7048
7049         * shell/main.c:
7050         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7051         * NEWS: Release 0.4.0
7052
7053 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7054
7055         * configure.ac: catch another gtk+-2.8ism
7056         * shell/main.c: Make work with gtk+-2.6
7057
7058 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7059
7060         * shell/ev-application-service.xml: Add 'timestamp' argument to
7061           ev_application_open_window and ev_application_open_uri methods.
7062
7063         * shell/ev-application.h: Add 'timestamp' argument to
7064           ev_application_open_window, ev_application_open_uri,
7065           and ev_application_open_uri_list functions.
7066
7067         * shell/ev-application.c (ev_application_open_window,
7068           ev_application_open_uri, ev_application_open_uri_list): Change
7069           functions that show/present windows to use a timestamp if one
7070           is passed in.
7071
7072         * shell/ev-window.c (ev_window_cmd_file_open,
7073           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7074         * shell/main.c (load_files): Modify calls to ev_application to
7075           include GDK_CURRENT_TIME as timestamp.
7076
7077         * shell/main.c (load_files_remote): Obtain timestamp for client
7078           instance from GDK and pass to server instance so new windows are
7079           focused properly.  Fix dbus_g_proxy_call() calls by including second
7080           G_TYPE_INVALID.
7081           
7082         Closes bug #314475.
7083
7084 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7085
7086         * shell/ev-window.c (ev_window_finalize): Check for
7087         avail. EvWindows when quiting to handle the finalize better,
7088         #314497
7089
7090 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7091         
7092         * properties/ev-properties-view.c: 
7093         
7094         Set textdomain to libglade. Fixes translation problem in property page.
7095
7096 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7099         * dvi/Makefile.am:
7100         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7101         * dvi/mdvi-lib/Makefile.am:
7102         
7103         Fix rotation of thumbnails, ported to new API. Moved library
7104         dependencies earlier, probably it will fix linkage problem.
7105
7106 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7107
7108         * backend/ev-document-misc.c:
7109         (ev_document_misc_get_thumbnail_frame):
7110         * backend/ev-document-misc.h:
7111         * configure.ac:
7112         * pdf/ev-poppler.cc:
7113         * shell/Makefile.am:
7114         * shell/ev-sidebar-thumbnails.c: (add_range),
7115         (ev_sidebar_thumbnails_set_loading_icon),
7116         (ev_sidebar_thumbnails_refresh),
7117         (ev_sidebar_thumbnails_set_document):
7118         * shell/ev-sidebar-thumbnails.h:
7119         * shell/ev-view.c: (ev_view_motion_notify_event),
7120         (ev_view_set_property), (ev_view_get_property),
7121         (ev_view_class_init), (ev_view_set_rotation):
7122         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7123         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7124         (ev_window_init):
7125         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7126         Redo rotation (again).  prepare for 0.4.0
7127
7128 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7129
7130         * configure.ac: Bump poppler requirement to 0.4.1.
7131
7132         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7133         argument to poppler_page_render_selection() call.
7134
7135 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7136
7137         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7138         (djvu_document_thumbnails_get_thumbnail):
7139         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7140         (dvi_document_thumbnails_get_thumbnail):
7141         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7142         (pixbuf_document_thumbnails_get_thumbnail):
7143         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7144         
7145         Update rotation direction of backends to fit with pdf and ps.
7146
7147 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7150         * backend/ev-async-renderer.h:
7151         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7152         (setup_page), (ps_document_get_page_size),
7153         (ps_async_renderer_render_pixbuf):
7154         * ps/ps-document.h:
7155         * shell/ev-jobs.c: (ev_job_render_run):
7156
7157         Fix orientation in the postscript document
7158
7159 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7160
7161         * pdf/ev-poppler.cc:
7162         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7163         * shell/ev-view.c: (highlight_find_results):
7164
7165         Adapt to the new poppler rotation API. Fix text maps on landscape
7166         documents.
7167
7168 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7169
7170         * shell/ev-view.c (compute_new_selection_text): get the correct
7171         region when selecting in modes other than continuous.
7172
7173 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7174
7175         * shell/main.c (main): remove redundant g_warnings.
7176
7177 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7178
7179         * shell/Makefile.am: Don't include autogenerated
7180         file ev-application-service.h into distribution, since
7181         it causes dbus crash. Fix for bugs 313724 and 313443. 
7182
7183 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * configure.ac: Fix sed expression for FreeBSD. Thanks
7186         to Joe Marcus Clark <marcus@freebsd.org>
7187         
7188         * shell/eggfindbar.c: (entry_activate_callback),
7189         (entry_changed_callback), (egg_find_bar_init),
7190         (egg_find_bar_set_search_string):
7191         
7192         Made findbar buttons unsensitive if there is no text in
7193         entry. Fix for the bug 313285.
7194
7195 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7196
7197         * ps/ps-document.c: Use g_filename_display_name for displaying
7198         filenames and revert string freeze breackage
7199
7200 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * NEWS:
7203         * configure.ac:
7204
7205         Update for 0.3.4
7206
7207         * shell/Makefile.am:
7208
7209         Add ev-application-service.xml to extra dist
7210
7211         * shell/ev-view.c: (find_page_at_location):
7212
7213         Remove unused function (fix warning)
7214
7215 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7218         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7219         
7220         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7221         bug 313623.
7222
7223 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7226         * shell/ev-window.c:
7227         Fix build warnings
7228
7229 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7230
7231         * configure.ac: Update script to get dbus version.
7232         Fix for the bug #313443.
7233
7234 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7235
7236         * shell/ev-window.c: (ev_window_cmd_escape):
7237         
7238         Return focus back to view on escape. Fix for bug 313295.
7239
7240 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7241
7242         * shell/ev-window.c: (update_window_title),
7243         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7244         (ev_window_cmd_save_as):
7245         
7246         Correct conversion from uri to displayable string. Fix for
7247         bug 313296.
7248
7249 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7250
7251         * ps/ps-document.c: convert filename to utf8 when there is an error
7252         loading document. Fixes #309915
7253
7254 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7255
7256         * configure.ac:
7257
7258         We depend on poppler 0.4.0
7259
7260 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7261
7262         * configure.ac:
7263         * NEWS: Release 0.3.3.
7264         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7265
7266 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7267
7268         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7269         add a couple missing mnemonics to menu items, use title 
7270         capitalization for menu items and window titles, and add 
7271         ellipsis to open menu item.     
7272
7273 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7274
7275         * pdf/ev-poppler.cc:
7276         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7277         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7278         (ev_view_get_rotation):
7279         * shell/ev-view.h:
7280         * shell/ev-window.c: (setup_view_from_metadata),
7281         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7282         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7283         disk.
7284
7285 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7286
7287         * configure.ac: Added tr to ALL_LINGUAS
7288
7289 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7290
7291         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7292         requires several clicks to find word. Thanks to 
7293         Colin Slater <kiltedtaco@gmail.com>.
7294
7295 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7296
7297         * data/evince.desktop.in.in: Hide menu entry and
7298         rename it to "Document Viewer". Fix for bug 
7299         #312399.
7300
7301 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7302
7303         * shell/ev-page-action.c (ev_page_action_class_init): 
7304
7305         Point to the correct function in constructor of the
7306         activate_label signal
7307
7308 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7309
7310         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7311         * shell/ev-jobs.h: Make thread safe.
7312
7313 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-view.c: (view_update_range_and_current_page):
7316         Don't update page range if we are scrolling to some document
7317         point.
7318
7319 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7322         when getting max_page_width, fix drawing in dual mode.
7323
7324 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7325
7326         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7327         getting the area for select_all.
7328
7329 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7330
7331         * backend/ev-selection.c: (ev_selection_render_selection):
7332         * backend/ev-selection.h:
7333         * pdf/ev-poppler.cc:
7334         * shell/ev-jobs.c: (ev_job_render_new):
7335         * shell/ev-jobs.h:
7336         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7337         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7338         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7339         (ev_view_class_init):
7340
7341         Change selection color on focus in and focus out events.  Also,
7342         poppler now uses GdkColor for specifying the selection colors, so
7343         drop some awkward conversion code.
7344
7345 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7346
7347         * configure.ac: Added Hebrew translation
7348
7349 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7350
7351         * NOTES:
7352         * backend/ev-selection.c: (ev_selection_render_selection):
7353         * backend/ev-selection.h:
7354         * pdf/ev-poppler.cc:
7355         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7356         (ev_job_render_run):
7357         * shell/ev-jobs.h:
7358         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7359         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7360         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7361         (ev_pixbuf_cache_style_changed),
7362         (ev_pixbuf_cache_get_selection_pixbuf),
7363         (ev_pixbuf_cache_set_selection_list),
7364         (ev_pixbuf_cache_get_selection_list):
7365         * shell/ev-pixbuf-cache.h:
7366         * shell/ev-utils.c: (ev_print_region_contents):
7367         * shell/ev-utils.h:
7368         * shell/ev-view.c: (ev_view_queue_draw_page),
7369         (selection_update_idle_cb), (ev_view_motion_notify_event),
7370         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7371         (setup_caches), (ev_view_find_next), (merge_selection_region),
7372         (selection_free):
7373         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7374
7375         Clean up selection to be much smoother!
7376
7377 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7378
7379         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7380         to poppler_page_render_selection().
7381
7382 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7383
7384         * ps/ps-document.c: (save_page_list): Use
7385         unzipped document when printing. Thanks to 
7386         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7387         311016.
7388
7389 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7390
7391         * shell/ev-window.c: (update_action_sensitivity):
7392         
7393         Disable print and save respect to lockdown gconf keys. Fix
7394         for 312342.
7395
7396 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * configure.ac:
7399         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7400         (write_to_temp_file), (ev_file_set_contents):
7401         * shell/ev-utils.h:
7402         * shell/ev-window.c: (save_print_config_to_file):
7403         
7404         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7405         Fix for bug 312238
7406
7407 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7408
7409         * shell/ev-window.c: (load_print_config_from_file),
7410         (save_print_config_to_file), (ev_window_print_range):
7411
7412         Persist the print settings. Fixes bug #311578.
7413
7414 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * djvu/djvu-document.c: (djvu_document_get_page_size),
7417         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7418         (djvu_document_thumbnails_get_thumbnail):
7419         * dvi/dvi-document.c: (dvi_document_get_page_size),
7420         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7421         (dvi_document_thumbnails_get_dimensions),
7422         (dvi_document_thumbnails_get_thumbnail):
7423         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7424         (pixbuf_document_render_pixbuf),
7425         (pixbuf_document_document_iface_init),
7426         (pixbuf_document_thumbnails_get_thumbnail):
7427         
7428         Update backends to make them build with new rotation system.
7429
7430 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7431
7432         * help/C/figures/evince_start_window.png:
7433         
7434         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7435
7436 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7437
7438         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7439         * shell/ev-pixbuf-cache.h:
7440         * shell/ev-sidebar-thumbnails.c:
7441         (ev_sidebar_thumbnails_get_property), (add_range),
7442         (adjustment_changed_cb):
7443         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7444         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7445         we were thumbnailing the entire docment on startup, slowing us
7446         down hugely. 
7447
7448 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7449
7450         * shell/ev-page-cache.c: (ev_page_cache_new):
7451         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7452         == 0, fixes #310306.
7453
7454 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7455
7456         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7457         (ev_view_rotate_left):
7458
7459         Account rotation in doc_rect_to_view_rect.
7460         Ensure rotation doesnt go out of bounds.
7461
7462 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7463
7464         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7465
7466         Correct and cleanup w/h swapping
7467
7468 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7469
7470         * backend/ev-document-thumbnails.c:
7471         (ev_document_thumbnails_get_thumbnail):
7472         * backend/ev-document-thumbnails.h:
7473         * backend/ev-document.c:
7474         * backend/ev-document.h:
7475         * backend/ev-render-context.c: (ev_render_context_new),
7476         (ev_render_context_set_rotation):
7477         * backend/ev-render-context.h:
7478         * pdf/ev-poppler.cc:
7479         * ps/ps-document.c: (ps_document_document_iface_init):
7480         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7481         * shell/ev-jobs.h:
7482         * shell/ev-page-cache.c: (build_height_to_page),
7483         (ev_page_cache_new), (ev_page_cache_get_size),
7484         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7485         (ev_page_cache_get_height_to_page):
7486         * shell/ev-page-cache.h:
7487         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7488         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7489         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7490         (ev_pixbuf_cache_get_selection_pixbuf):
7491         * shell/ev-pixbuf-cache.h:
7492         * shell/ev-print-job.c: (idle_print_handler):
7493         * shell/ev-sidebar-thumbnails.c: (add_range):
7494         * shell/ev-view.c: (view_update_range_and_current_page),
7495         (get_page_y_offset), (get_page_extents),
7496         (ev_view_size_request_continuous_dual_page),
7497         (ev_view_size_request_continuous),
7498         (ev_view_size_request_dual_page),
7499         (ev_view_size_request_single_page), (draw_one_page),
7500         (ev_view_set_rotation), (ev_view_rotate_right),
7501         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7502         (ev_view_zoom_for_size_continuous_and_dual_page),
7503         (ev_view_zoom_for_size_continuous),
7504         (ev_view_zoom_for_size_dual_page),
7505         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7506         (ev_view_select_all):
7507         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7508         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7509         (tiff_document_document_iface_init),
7510         (tiff_document_thumbnails_get_thumbnail):
7511
7512         Use rotation rather than orientation. It's easier and enough
7513         for our needs.
7514
7515 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * shell/ev-page-cache.c: (build_height_to_page),
7518         (ev_page_cache_new), (ev_page_cache_get_size),
7519         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7520         (ev_page_cache_get_height_to_page):
7521         * shell/ev-page-cache.h:
7522         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7523         (ev_view_size_request_continuous_dual_page),
7524         (ev_view_size_request_continuous),
7525         (ev_view_zoom_for_size_continuous_and_dual_page),
7526         (ev_view_zoom_for_size_continuous):
7527
7528         Make the page cache aware of page orientation.
7529
7530 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7531
7532         * backend/ev-document-thumbnails.c:
7533         (ev_document_thumbnails_get_thumbnail):
7534         * backend/ev-document-thumbnails.h:
7535         * backend/ev-document.c:
7536         * backend/ev-document.h:
7537         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7538         * backend/ev-ps-exporter.h:
7539         * pdf/ev-poppler.cc:
7540         * ps/ps-document.c: (ps_document_document_iface_init),
7541         (ps_document_ps_export_do_page):
7542         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7543         * shell/ev-jobs.h:
7544         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7545         (ev_page_cache_get):
7546         * shell/ev-page-cache.h:
7547         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7548         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7549         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7550         * shell/ev-pixbuf-cache.h:
7551         * shell/ev-print-job.c: (idle_print_handler):
7552         * shell/ev-sidebar-thumbnails.c: (add_range):
7553         * shell/ev-view.c: (view_update_range_and_current_page),
7554         (get_page_extents), (ev_view_size_request_dual_page),
7555         (ev_view_size_request_single_page), (draw_one_page),
7556         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7557         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7558         (ev_view_zoom_for_size_dual_page),
7559         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7560         (ev_view_select_all):
7561         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7562         * tiff/tiff-document.c: (tiff_document_get_page_size),
7563         (tiff_document_get_orientation), (rotate_pixbuf),
7564         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7565         (tiff_document_thumbnails_get_thumbnail),
7566         (tiff_document_ps_export_do_page), (tiff_document_init):
7567
7568         Really make use of the orientation bit of the render context.
7569         Use the render context in a few more places in the backend API.
7570         This regress orientation, but now it's done right. Will try to
7571         fix it up asap...
7572
7573 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7574
7575         * shell/ev-view.c: (ensure_rectangle_is_visible):
7576
7577         Patch by Nickolay V. Shmyrev to fix find flickering
7578
7579 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7580
7581         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7582         duplex parameters to ::begin.
7583
7584         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7585         * shell/ev-print-job.c (idle_print_handler): 
7586         * ps/ps-document.c (ps_document_ps_export_begin): 
7587         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7588         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7589         implementations. Poppler backend needs poppler cvs. Rest has
7590         unchanged behavior.
7591
7592 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7593
7594         * shell/ev-window.c (using_pdf_printer): new function.
7595         (ev_window_print_range): print a less techy message if someone
7596         tries to print to PDF.
7597
7598 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7599
7600         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7601         from "unknown font" string. Bug #311431
7602
7603 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7604
7605         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7606
7607 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7608
7609         Bug #311280
7610         
7611         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7612         name for PopplerFontTypes
7613         (pdf_document_fonts_fill_model): add font type to the detail column
7614
7615         * backend/ev-document-fonts.h: added
7616         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7617
7618         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7619         font name and font details, add a little markup.
7620         (ev_properties_fonts_init): use the new cell data func, specify ypad
7621         property for the cell renderer.
7622         (ev_properties_fonts_set_document): add the details column.
7623
7624 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7625
7626         * configure.ac: Added "pl" to ALL_LINGUAS.
7627
7628 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7629
7630         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7631
7632 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7633
7634         * help/ChangeLog: Started this for translations of manual.
7635         * configure.ac, autogen.sh, .cvsignore: Migrated to
7636         gnome-doc-utils. Patch in bug #311222.
7637
7638 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7639
7640         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7641         #ifdef this away to fix an unused-function warning.
7642
7643 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7644
7645         * configure.ac: Added 'gl' to ALL_LINGUAS.
7646
7647 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7648
7649         * configure.ac: Added ne in ALL_LINGUAS
7650         
7651 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * shell/ev-view.c: (ev_view_leave_notify_event):
7654         
7655         Clear status message when pointer leaves view. Fix for bug
7656         #310818 
7657
7658 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7659
7660         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7661
7662 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * shell/ev-view.c: (ev_view_leave_notify_event),
7665         (ev_view_class_init):
7666         
7667         Set cursor to normal then leaving view.
7668
7669 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * configure.ac:
7672         
7673         Fix required djvulibre version.
7674
7675 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7676
7677         *configure.ac: Hindi (hi) language added
7678
7679 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7680
7681         *configure.ac: Punjabi (pa) Language added
7682
7683 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7684
7685         * data/evince-ui.xml, shell/ev-window.c:
7686         
7687         Add keypad accelerators for zooming. Fix for bug 308128.
7688
7689 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7690
7691         * Makefile.am:
7692         * backend/Makefile.am:
7693         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7694         * configure.ac:
7695         * shell/ev-document-types.c: (ev_document_types_add_filters):
7696
7697         Allow to enable/disable the pixbuf backend.
7698         Default to off for now. If we want it enabled we should
7699         really put mime types in the desktop, implement properties etc.
7700
7701         * properties/evince-properties.c:
7702
7703         Initialize error to NULL.
7704         Check error is not NULL before freeing.
7705
7706 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * shell/ev-window.c:
7709
7710         Use F5 as presentation accell
7711
7712 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * shell/ev-window.c: (update_chrome_visibility),
7715         (ev_window_create_fullscreen_popup), (ev_window_init):
7716
7717         Do not leak the fullscreen toolbar
7718
7719 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7720
7721         * shell/ev-window.c: (view_actions_focus_in_cb),
7722         (view_actions_focus_out_cb):
7723
7724         These has a return value! Fix totally random focus
7725         issues we was seeing.
7726
7727 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7728
7729         * shell/main.c: (load_files_remote):
7730
7731         Allow open more than one file
7732
7733 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * shell/main.c: (load_files_remote):
7736
7737         Fix for dbus 0.33. bug #309975
7738
7739 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7740
7741         * properties/ev-properties-main.c: (ev_properties_get_pages):
7742
7743         Actually return NULL for types we dont support
7744
7745 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7746
7747         * po/POTFILES.in:
7748
7749         Remove empty lines.
7750
7751 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7752
7753         * backend/ev-document-factory.c:
7754         (ev_document_factory_get_document):
7755
7756         Do not try to create the object if type
7757         is invalid.
7758
7759 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7760
7761         * ps/ps-document.c: (ps_document_dispose),
7762         (ps_async_renderer_render_pixbuf):
7763         * ps/ps-document.h:
7764
7765         Do not leak the target window
7766
7767 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7768
7769         * shell/ev-application.c: (ev_application_init):
7770
7771         Let tbe check file existence for us.
7772         Add a comment about eggrecent mime filter.
7773
7774 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * data/evince-ui.xml:
7777         * shell/ev-application.c: (ev_application_shutdown),
7778         (ev_application_init), (ev_application_get_toolbars_model),
7779         (ev_application_get_recent_model),
7780         (ev_application_save_toolbars_model):
7781         * shell/ev-application.h:
7782         * shell/ev-window.c: (ev_window_add_recent),
7783         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7784         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7785         (ev_window_init):
7786
7787         Use common toolbar and recent models for all windows.
7788         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7789
7790 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7791
7792         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7793         successfully check for gtk_icon_view_get_visible_range.
7794
7795 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * djvu/Makefile.am:
7798         * dvi/Makefile.am:
7799         
7800         Fix djvu and dvi backend build.
7801
7802 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7803
7804         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7805         (new_separator_pixbuf):
7806
7807         Don't leak windows.
7808
7809 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7810
7811         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7812
7813         HIGification of toolbar editor dialogue.
7814
7815 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7816
7817         * configure.ac:
7818         * shell/Makefile.am:
7819
7820         Ever build metadata manager since it's just
7821         disabled at runtime now.
7822
7823 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7824
7825         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7826         (ev_metadata_manager_get), (ev_metadata_manager_set):
7827         * shell/ev-metadata-manager.h:
7828
7829         Add an _init functions that enabled metadata management
7830         at runtime.
7831
7832         * shell/ev-window.c: (page_changed_cb),
7833         (setup_document_from_metadata), (ev_window_setup_document),
7834         (setup_view_from_metadata), (ev_window_open_uri),
7835         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7836         (ev_window_run_presentation), (ev_window_stop_presentation),
7837         (save_sizing_mode), (ev_window_zoom_changed_cb),
7838         (ev_window_continuous_changed_cb),
7839         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7840         (window_configure_event_cb):
7841
7842         Remove all ugly metadata define since we deal with it
7843         at runtime now.
7844
7845         * shell/main.c: (load_files_remote), (main):
7846
7847         Add support for dbus cvs head. Hopefully didnt break one
7848         of the other versions now!
7849
7850         If we dont get a response from the dbus server just
7851         give up with it and not enable metadata.
7852
7853 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7854
7855         * Makefile.am:
7856         * backend/Makefile.am:
7857         * configure.ac:
7858         * cut-n-paste/recent-files/Makefile.am:
7859         * cut-n-paste/toolbar-editor/Makefile.am:
7860         * cut-n-paste/zoom-control/Makefile.am:
7861         * lib/Makefile.am:
7862         * pdf/Makefile.am:
7863         * pixbuf/Makefile.am:
7864         * properties/Makefile.am:
7865         * ps/Makefile.am:
7866         * shell/Makefile.am:
7867         * thumbnailer/Makefile.am:
7868         * tiff/Makefile.am:
7869
7870         Make frontends depend on just libev.
7871         Rework and group CFLAGS/LIBS definitions.
7872         Cleanups.
7873
7874 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7875
7876         * shell/ev-window:
7877
7878         do not unnecessarily save zoom
7879
7880         * configure.ac:
7881         * lib/ev-file-helpers.c: (ev_dot_dir):
7882         * shell/Makefile.am:
7883         * shell/dummy.cc:
7884
7885         Some cleanups
7886
7887 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7888
7889         * configure.ac:
7890         
7891         Remove unnecessary dependencies
7892
7893 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7894
7895         * properties/Makefile.am:
7896         * thumbnailer/Makefile.am:
7897         * tiff/Makefile.am:
7898
7899         Some more cleanups. Was really necessary
7900         but I probably introduced bugs, feel free
7901         to flame :)
7902
7903 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7904
7905         * backend/Makefile.am:
7906         * configure.ac:
7907         * cut-n-paste/recent-files/Makefile.am:
7908         * cut-n-paste/toolbar-editor/Makefile.am:
7909         * cut-n-paste/zoom-control/Makefile.am:
7910         * lib/Makefile.am:
7911         * pdf/Makefile.am:
7912         * pixbuf/Makefile.am:
7913         * properties/Makefile.am:
7914         * ps/Makefile.am:
7915         * shell/Makefile.am:
7916         * thumbnailer/Makefile.am:
7917         * tiff/Makefile.am:
7918
7919         Use gnome-common macros when possible.
7920         Cleanup dependencies.
7921         Actually disable deprecated where possible.
7922
7923 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7924
7925         * Makefile.am:
7926         * backend/Makefile.am:
7927         * properties/Makefile.am:
7928         * shell/Makefile.am:
7929         * thumbnailer/Makefile.am:
7930
7931         This should solve the circular dep without
7932         requiring dir reorg!
7933
7934         * shell/ev-window.c: (setup_view_from_metadata):
7935
7936         Never restore window size/position when the
7937         window is already visible.
7938
7939 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7940
7941         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7942
7943         Return a boolean from timeout func. Fix ported from gedit.
7944
7945 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7946
7947         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7948
7949 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7950
7951         * shell/ev-document-types.c: set "All Documents" as default filter in
7952         open dialog
7953
7954 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7955
7956         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7957         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7958         (ev_metadata_manager_set_boolean): fix value/val thinko.
7959
7960 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * shell/ev-window.c: (setup_view_from_metadata),
7963         (window_state_event_cb), (window_configure_event_cb),
7964         (ev_window_init):
7965
7966         Remember window position and maximized state
7967
7968 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7969
7970         * configure.ac:
7971
7972         Fix DBUS configure checks.
7973
7974         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7975         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7976         (ev_metadata_manager_set_boolean):
7977
7978         Plug mem leaks.
7979
7980         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7981         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7982         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7983         (ev_window_continuous_changed_cb),
7984         (ev_window_dual_mode_changed_cb), (ev_window_new):
7985
7986         Fix the build without DBUS.
7987
7988 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7989
7990         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7991         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7992         (ev_metadata_manager_set_string),
7993         (ev_metadata_manager_set_boolean):
7994         * shell/ev-metadata-manager.h:
7995
7996         Add support for some more types
7997
7998         * shell/ev-view.c: (scroll_to_current_page),
7999         (ev_view_get_continuous), (ev_view_set_continuous),
8000         (ev_view_get_dual_page):
8001         * shell/ev-view.h:
8002         * shell/ev-window.c: (page_changed_cb),
8003         (setup_document_from_metadata), (ev_window_setup_document),
8004         (setup_view_from_metadata), (ev_window_open_uri),
8005         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8006         (ev_window_run_presentation), (ev_window_stop_presentation),
8007         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8008         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8009         (ev_window_update_dual_page_action),
8010         (ev_window_continuous_changed_cb),
8011         (ev_window_dual_mode_changed_cb), (ev_window_init):
8012
8013         Remember a bunch of view/document properties. Prolly some
8014         are still missing but it's getting interesting.
8015
8016 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8017
8018         * configure.ac: check if dbus-binding-tool is installed. Not the
8019         case on current Ubuntu breezy, it seems.
8020
8021 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8022
8023         * data/evince.desktop.in.in:
8024         
8025         Allow open uri lists and add TryExec field.
8026
8027 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8028
8029         * configure.ac:
8030
8031         Enable dbus when available, do not require a configure
8032         option.
8033
8034 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8035
8036         * configure.ac:
8037
8038         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8039         disabled.
8040
8041 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8042         Marco Pesenti Gritti  <mpg@redhat.com>
8043
8044         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8045         
8046         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8047         functions to the format required by dbus
8048
8049         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8050         errors. Use the RPC parameters in the expected way
8051
8052 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8053
8054         * Makefile.am:
8055         * properties/Makefile.am:
8056         * properties/ev-properties-main.c: (ev_properties_get_pages):
8057
8058         Support all mime types
8059
8060         * shell/Makefile.am:
8061         * thumbnailer/Makefile.am:
8062         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8063         (evince_thumbnail_pngenc_get):
8064
8065         Use the document factory
8066
8067 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * backend/Makefile.am:
8070         * backend/ev-document-factory.c:
8071         (mime_type_supported_by_gdk_pixbuf),
8072         (ev_document_type_get_from_mime),
8073         (ev_document_factory_get_document),
8074         (ev_document_factory_get_backend),
8075         (ev_document_factory_get_mime_types),
8076         (ev_document_factory_get_all_mime_types):
8077         * backend/ev-document-factory.h:
8078         * shell/Makefile.am:
8079         * shell/ev-document-types.c: (get_document_from_uri),
8080         (ev_document_types_get_document),
8081         (file_filter_add_mime_list_and_free),
8082         (ev_document_types_add_filters):
8083         * shell/ev-document-types.h:
8084         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8085         * shell/ev-properties-dialog.c:
8086         (ev_properties_dialog_set_document):
8087         * shell/ev-window.c: (ev_window_cmd_file_open),
8088         (ev_window_cmd_save_as):
8089         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8090
8091         Rework document types managing to avoid code duplication
8092         and actually abstract from backend implementations.
8093         Also provide a minimal factory api that can be used by
8094         thumbnailer/properties.
8095
8096 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8097
8098         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8099         Plug a mem leak.
8100         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8101         HIG spacings.
8102
8103 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8104
8105         * shell/ev-properties-dialog.c
8106         (ev_properties_dialog_set_document): only call
8107         ev_properties_fonts_set_document() if the document implements the
8108         fonts interface
8109
8110 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * configure.ac:
8113         * properties/Makefile.am:
8114         * properties/ev-properties-view.c:
8115         (ev_properties_view_register_type):
8116         * properties/ev-properties-view.h:
8117         * properties/ev-properties-main.h:
8118
8119         Implement nautilus plugin for properties.
8120         Works only for pdf atm, I need to rework the
8121         document types stuff to get this to work
8122         for all backends...
8123
8124 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8125
8126         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8127         (ev_properties_fonts_set_document): use
8128         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8129
8130 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8131
8132         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8133         them
8134         (PlaceImage, tiff2ps_process_page): use
8135         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8136
8137
8138 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8139
8140         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8141         (main): to call gnome_authentication_manager_init. Should fix
8142         Bug #308510
8143
8144         * configure.ac: that requires libgnomeui 2.6.0.
8145
8146 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8147
8148         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8149         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8150         use the new tiff2ps interfaces
8151
8152         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8153         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8154
8155         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8156         structure instead of global variables.  Remove use of static
8157         variables in functions.
8158
8159 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8160
8161         * shell/ev-page-action.c: unref the completion after setting it to the
8162         entry
8163
8164 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8165
8166         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8167         postscript files
8168
8169 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8170
8171         * shell/ev-window.c (update_action_sensitivity): disable
8172         File->Print if the document does not implement the ps exporter
8173         interface
8174
8175 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8176
8177         * Makefile.am:
8178         * configure.ac:
8179         * data/evince-properties.glade:
8180         * properties/.cvsignore:
8181         * properties/Makefile.am:
8182         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8183         (ev_properties_view_class_init), (ev_properties_view_format_date),
8184         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8185         (ev_properties_view_init), (ev_properties_view_new):
8186         * properties/ev-properties-view.h:
8187         * shell/Makefile.am:
8188         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8189         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8190         (ev_properties_dialog_new):
8191         * shell/ev-properties-dialog.h:
8192         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8193         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8194         (update_progress_label), (job_fonts_finished_cb),
8195         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8196         * shell/ev-properties-fonts.h:
8197         * shell/ev-properties.c:
8198         * shell/ev-properties.h:
8199         * shell/ev-window.c: (ev_window_setup_document),
8200         (ev_window_cmd_file_properties):
8201
8202         Split the properties pages in two different objects, depend
8203         only on the backend where possible, use widgets instead
8204         of gobject for the glade part, reimplement the dialog
8205         itself with gtk.
8206         I need this to implement nautilus properties page.
8207
8208 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8209
8210         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8211         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8212         (tiff_document_document_ps_exporter_iface_init): implement the ps
8213         exporter interface for tiff documents
8214
8215         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8216         libtiff to implement TIFF postscript export
8217
8218         * tiff/tiff2ps.h: added a header file for external tiff2ps
8219         functions.
8220
8221         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8222         tiff2ps.h
8223
8224 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8225
8226         * shell/ev-view.c: (scroll_to_current_page),
8227         (ev_view_set_fullscreen), (ev_view_set_presentation):
8228         
8229         Scroll to current page when exit from presentation
8230
8231 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8232
8233         * shell/ev-window.c: (update_document_mode),
8234         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8235         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8236         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8237         
8238         Exit from fullscreen mode when switch to presentation. Fix for
8239         bug 309365
8240
8241 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8242
8243         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8244         return NULL if the document does not implement the selection
8245         interface.
8246
8247 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8248
8249         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8250         reported height by using the resolution aspect ratio
8251         (tiff_document_render_pixbuf): scale the pixbuf using the
8252         resolution aspect ratio
8253
8254 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8255
8256         * configure.ac:
8257         
8258         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8259         <kiltedaco@gmail.com>
8260         
8261         * djvu/djvu-document.c: (djvu_document_get_orientation),
8262         (djvu_document_set_orientation), (djvu_document_get_page_size),
8263         (rotate_pixbuf), (djvu_document_render_pixbuf),
8264         (djvu_document_document_iface_init):
8265         * dvi/dvi-document.c: (dvi_document_get_orientation),
8266         (dvi_document_set_orientation), (dvi_document_get_page_size),
8267         (rotate_pixbuf), (dvi_document_render_pixbuf),
8268         (dvi_document_document_iface_init):
8269         
8270         Dvi and djvu backends are ported to new API
8271
8272 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8273
8274         * backend/ev-selection.c: (ev_selection_get_selection_region),
8275         (ev_selection_get_selection_map):
8276         * backend/ev-selection.h:
8277         * pdf/ev-poppler.cc:
8278         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8279         * shell/ev-jobs.h:
8280         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8281         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8282         (ev_pixbuf_cache_get_text_mapping):
8283         * shell/ev-pixbuf-cache.h:
8284         * shell/ev-view.c: (location_in_text),
8285         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8286         support to EvView.  Now we can see where we can select!  Sweet!
8287
8288 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8289
8290         * shell/ev-view.c (ev_view_button_press_event): Fix
8291         event->y + view->scroll_x typo.
8292
8293 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8294
8295         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8296         sub-GdkPixbuf instead of passing dest_x and dest_y.
8297         
8298         * shell/ev-view.c: (view_point_to_doc_point),
8299         (view_rect_to_doc_rect), (ev_view_button_press_event),
8300         (ev_view_motion_notify_event), (compute_new_selection_rect),
8301         (gdk_rectangle_point_in), (compute_new_selection_text),
8302         (compute_selections): Update selection code to keep the selection
8303         around as two points and not as a normalized rectangle, and fix
8304         page level selection in two-column mode.
8305
8306 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8307
8308         * shell/ev-window.c: (window_configure_event_cb): 
8309         
8310         Fix compilation
8311         
8312 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8313
8314         * pdf/ev-poppler.cc:
8315
8316         Fix compilation
8317
8318 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8319
8320         * shell/Makefile.am:
8321         * shell/ev-metadata-manager.c: (item_free),
8322         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8323         (parse_value), (parseItem), (load_values),
8324         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8325         (save_values), (save_item), (get_oldest), (resize_items),
8326         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8327         * shell/ev-metadata-manager.h:
8328
8329         Metadata manager from gedit but modified to use GValue, so that
8330         we dont need to keep converting from strings.
8331
8332         * configure.ac:
8333
8334         ENABLE_METADATA conditional, on when dbus is on
8335
8336         * shell/ev-application.c: (ev_application_open_uri):
8337
8338         Show the window after load so that we can initialize
8339         window size before it's showed.
8340
8341         * shell/ev-window.c: (ev_window_setup_from_metadata),
8342         (ev_window_open_uri), (window_configure_event_cb),
8343         (ev_window_init):
8344
8345         Save and load metadata information about window size.
8346         Not yet keeping states in account.
8347
8348         * shell/main.c: (main):
8349
8350         Shutdown metadata manager.
8351
8352 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8353
8354         * shell/ev-application-service.xml:
8355         * configure.ac:
8356         * shell/Makefile.am:
8357         * shell/ev-application.c:
8358         * shell/ev-application.h:
8359         * shell/ev-window.c:
8360         * shell/ev-window.h:
8361         * shell/main.c:
8362
8363         Add an optional dbus interface (--enable-dbus).
8364         Rework application code, mainly to be easier to
8365         use "remotely".
8366         Do not open multiple windows with the same document,
8367         spatial evince!
8368
8369 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8370
8371         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8372         pixbuf iff it exists.
8373
8374 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8375
8376         * shell/*:
8377         * backend/ev-render-context.[ch]:
8378         * backend/ev-selection.[ch]:
8379
8380         Massive changes.  We now support text selection of pdfs, and not
8381         just rectangular selection.  This is pretty broken still, but I
8382         want to get something into CVS.
8383
8384 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8385
8386         * pdf/ev-poppler.cc:
8387         
8388         Fix for Bug 309080: crash on window close.
8389         
8390         * shell/ev-page-action.c: (page_changed_cb):
8391         
8392         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8393         jensgr@gmx.net (Jens Granseuer).
8394
8395 2005-06-25  Marcel Telka  <marcel@telka.sk>
8396
8397         * configure.in (ALL_LINGUAS): Added sk.
8398
8399 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8400
8401         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8402         not a document open
8403
8404 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * NEWS:
8407         * configure.ac:
8408
8409         Release 0.3.2
8410
8411         * cut-n-paste/recent-files/Makefile.am:
8412
8413         Fix make distcheck
8414
8415 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8418         (pixbuf_document_set_orientation), (rotate_pixbuf),
8419         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8420         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8421
8422         Implement rotation and cleanup the code a bit.
8423
8424         * tiff/tiff-document.c: (tiff_document_get_page_size),
8425         (tiff_document_get_orientation), (tiff_document_set_orientation),
8426         (rotate_pixbuf), (tiff_document_render_pixbuf),
8427         (tiff_document_document_iface_init), (tiff_document_init):
8428
8429         Implement rotation. Was the quicker solution for the release
8430         but we really need to share this code in the shell.
8431
8432 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * pdf/ev-poppler.cc:
8435
8436         Enable rotation, require poppler cvs. Fix a leak.
8437
8438 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8439
8440         * shell/ev-window.c: (update_action_sensitivity):
8441         
8442         Make properties unsensitive if document backend doesn't provide
8443         any info
8444
8445 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8448         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8449         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8450         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8451         (bitmap_flip_rotate_counter_clockwise):
8452         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8453         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8454         (buff_gets):
8455         * dvi/mdvi-lib/common.h:
8456         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8457         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8458         (opendvi), (mdvi_reload), (mdvi_init_context),
8459         (mdvi_destroy_context), (mdvi_dopage), (special):
8460         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8461         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8462         (file_hash_free), (register_encoding), (parse_spec),
8463         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8464         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8465         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8466         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8467         (mdvi_register_font_type), (mdvi_unregister_font_type),
8468         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8469         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8470         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8471         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8472         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8473         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8474         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8475         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8476         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8477         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8478         (mdvi_unregister_special), (mdvi_flush_specials):
8479         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8480         (t1_font_remove):
8481         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8482         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8483         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8484         (free_font_metrics), (flush_font_metrics):
8485         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8486         (tt_font_remove):
8487         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8488         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8489         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8490         (dstring_insert), (dstring_new), (dstring_reset):
8491         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8492         
8493         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8494         avoid conflict with libtool on FC4
8495         
8496         * shell/ev-window.c: (ev_window_cmd_help_about):
8497         
8498         Update copyright year. Fix for bug 308828.
8499
8500 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8501
8502         * shell/ev-view.c: (add_scroll_binding_keypad),
8503         (ev_view_binding_activated), (ev_view_class_init),
8504         (on_adjustment_value_changed):
8505         
8506         Bug 170874: Arrow keys switch pages in presentation mode
8507
8508 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8509
8510         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8511         
8512         Fix for Bug 308265: Sidebar dissappears coming out of 
8513         Presentation mode
8514
8515 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * shell/ev-application.c: (ev_application_open):
8518         * shell/ev-document-types.c: (ev_document_types_add_filters),
8519         (ev_document_types_add_filters_for_type):
8520         * shell/ev-document-types.h:
8521         * shell/ev-window.c: (ev_window_cmd_save_as):
8522         
8523         Suggest basename as template when saving, provide filters
8524         for save dialog. It's bug 308402
8525
8526 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8527
8528         * pdf/ev-poppler.cc:
8529         * shell/ev-sidebar-links.c: (job_finished_callback):
8530         * shell/ev-view.c: (update_find_status_message):
8531         
8532         Some leaks fixed
8533
8534 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8535
8536         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8537         (egg_recent_view_uimanager_set_list):
8538
8539         Fix buglet in !show_numbers case.
8540
8541 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8542
8543         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8544         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8545
8546         Use pango ellipsisation.
8547
8548         * pdf/ev-poppler.cc:
8549
8550         Fix refcount leak, from nsh.
8551
8552 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8553
8554         * cut-n-paste/recent-files/Makefile.am:
8555         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8556         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8557         
8558         Removed EggRecentViewGtk
8559         
8560         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8561         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8562         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8563         (ev_window_setup_recent):
8564         
8565         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8566         with other projects
8567
8568 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8569
8570         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8571         (egg_recent_view_gtk_finalize):
8572
8573         Fix memory leak
8574
8575         * cut-n-paste/toolbar-editor/Makefile.am:
8576         
8577         Fix location of cursor icon.
8578         
8579         * pdf/ev-poppler.cc:
8580         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8581         (display_completion_text), (match_completion):
8582         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8583         (selection_changed_callback), (create_loading_model),
8584         (print_section_cb), (links_page_num_func),
8585         (update_page_callback_foreach):
8586         * shell/ev-window.c: (ev_window_dispose):
8587         
8588         Small memory fixes. Links model now store objects instead
8589         of pointers to improve memory management. 
8590
8591 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8592
8593         * shell/ev-window.c: (zoom_control_changed_cb):
8594         
8595         Fix update of zoom control (bug 308268).
8596
8597 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8598
8599         * shell/ev-properties.c (set_property): escape the text correctly.
8600         Handles non-UTF-8 properties and escaped properties.  Also, sets
8601         the text to "<i>None</i>" if the property isn't set.
8602
8603         * data/evince-properties.glade: Change the label to be ellipsized,
8604         and give it a minimum size.
8605
8606 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8607
8608         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8609         * shell/ev-sidebar-links.c: (create_loading_model):
8610         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8611         * shell/ev-view.c: (ev_view_set_document):
8612         * shell/ev-window.c: (ev_window_dispose):
8613         
8614         Various small fixes, mostly memory leaks. Thanks to valgrind.
8615
8616 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8617
8618         * ps/ps-document.c: remove the locale.h include again ;-). And
8619         kill the (bogus) setlocale/savelocale business.
8620
8621 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8622
8623         * ps/ps-document.c:
8624         
8625         Include locale.h to fix build
8626         
8627         * shell/ev-sidebar.c:
8628         
8629         Remove unnecessary includes
8630
8631 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8632
8633         * dvi/dvi-document.c: (dvi_document_load):
8634         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8635         * po/POTFILES.in:
8636         
8637         Check for incorrect dvi files. Fix parsing dvi on AMD64
8638         platform. Thanks to tester@tester.ca (Olivier Crete).
8639
8640 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8641
8642         * shell/ev-page-action.c: (match_selected_cb),
8643         (display_completion_text), (match_completion), (update_model):
8644         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8645         (expand_open_links):
8646         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8647         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8648         (ev_sidebar_set_document):
8649         * shell/ev-window.c: (ev_window_xfer_job_cb),
8650         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8651         
8652         Fixed lot's of memory leaks, for example, memory leak on reload, 
8653         described in bug 307793.
8654
8655 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * pdf/ev-poppler.cc:
8658         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8659         (update_visible_range), (adjustment_changed_cb),
8660         (ev_sidebar_thumbnails_fill_model),
8661         (ev_sidebar_thumbnails_refresh),
8662         (ev_sidebar_tree_selection_changed),
8663         (ev_sidebar_icon_selection_changed),
8664         (ev_sidebar_thumbnails_use_icon_view),
8665         (ev_sidebar_thumbnails_set_document):
8666         * shell/ev-sidebar-thumbnails.h:
8667         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8668         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8669
8670         Refresh thumbnails when changing orientation. Not fully
8671         working yet becuase of a sidebar bug.
8672
8673         Set page orientation to poppler page everywhere. This sucks
8674         really need to fix poppler.
8675
8676 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8679         (egg_recent_view_gtk_new_menu_item),
8680         (egg_recent_view_gtk_set_property),
8681         (egg_recent_view_gtk_get_property),
8682         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8683         (egg_recent_view_gtk_set_tooltip_func),
8684         (egg_recent_view_gtk_set_label_width),
8685         (egg_recent_view_gtk_get_label_width):
8686         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8687
8688         Sync with libegg (ellipsize labels)
8689
8690 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8691
8692         * data/evince-ui.xml:
8693         * shell/ev-window.c: (ev_window_cmd_go_forward),
8694         (ev_window_cmd_go_backward):
8695         
8696         Shift + PageUp moves 10 Pages. Fix for 306125
8697
8698 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * pdf/ev-poppler.cc:
8701
8702         Add a flag to check if orientation has been overriden
8703
8704 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8705
8706         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8707         field if necessary.
8708
8709         * ps/ps.h: add creator field to document.
8710
8711         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8712         set creator field.
8713
8714 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8715
8716         * data/evince-properties.glade:
8717         * shell/ev-properties.c: (ev_properties_set_document):
8718
8719         s/PDF Version/Format
8720
8721 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-properties.c: (ev_properties_set_document):
8724
8725         Remove unnecessary translations
8726
8727 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * cut-n-paste/toolbar-editor/Makefile.am:
8730
8731         Correct library name    
8732
8733 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8734
8735         * configure.ac:
8736         * cut-n-paste/recent-files/egg-recent-model.c:
8737         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8738         (egg_recent_model_unlock_file):
8739         * cut-n-paste/recent-files/egg-recent-util.c:
8740         (egg_recent_util_get_unique_id):
8741         * cut-n-paste/recent-files/update-from-egg.sh:
8742         * cut-n-paste/toolbar-editor/Makefile.am:
8743         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8744         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8745         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8746         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8747         (egg_toolbars_model_get_type):
8748         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8749
8750         Better makefile for toolbar editor and update everything
8751         to latest libegg.
8752
8753 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * shell/ev-window.c: (update_document_mode):
8756
8757         Prefer presentation mode when the document
8758         require fullscreen.
8759
8760 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * data/evince-ui.xml:
8763         * shell/ev-window.c:
8764
8765         Add control-equal for zooming
8766
8767 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8768
8769         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8770
8771 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * backend/ev-document.c: (ev_document_get_orientation):
8774         * backend/ev-document.h:
8775         * pdf/ev-poppler.cc:
8776         * ps/ps-document.c: (ps_document_get_orientation),
8777         (ps_document_set_orientation), (ps_document_document_iface_init):
8778
8779         Add a get_orientation api. Improve set_orientation.
8780
8781         * data/evince-ui.xml:
8782         * shell/ev-view.c: (ev_view_set_orientation),
8783         (ev_view_rotate_right), (ev_view_rotate_left):
8784         * shell/ev-view.h:
8785         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8786         (ev_window_cmd_edit_rotate_right):
8787
8788         Better ui for changing document orientation
8789
8790 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8791
8792         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8793         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8794         * shell/ev-sidebar-links.h:
8795         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8796         (ev_sidebar_page_iface_init):
8797         * shell/ev-sidebar-page.h:
8798         * shell/ev-sidebar-thumbnails.c:
8799         (ev_sidebar_thumbnails_get_property),
8800         (ev_sidebar_thumbnails_class_init),
8801         (ev_sidebar_thumbnails_set_document):
8802         * shell/ev-sidebar-thumbnails.h:
8803         * shell/ev-view.c: (ev_view_motion_notify_event):
8804         * shell/ev-window.c: (update_chrome_visibility),
8805         (ev_window_cmd_focus_page_selector),
8806         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8807         (sidebar_page_main_widget_update_cb), (ev_window_init):
8808         
8809         Autoraise toolbar on GoToPage binding and fix bindings in
8810         EvSidebarThumbnails page.
8811
8812 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8813
8814         * shell/ev-properties.c: (update_progress_label):
8815
8816         Hide the progress label when finished; bug #307697.
8817
8818 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8819
8820         * pdf/ev-poppler.cc:
8821
8822         Enable is_open for links, you will need poppler cvs
8823
8824         * shell/ev-properties.c: (job_fonts_finished_cb):
8825
8826         Get a lock on the document when filling the tree view
8827
8828 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8829
8830         * backend/ev-document-links.h:
8831         * pdf/ev-poppler.cc:
8832         * shell/ev-sidebar-links.c: (create_loading_model),
8833         (expand_open_links), (job_finished_callback):
8834
8835         Expand links when specified by the document.
8836         Depend on a poppler api (defined out for now)
8837
8838 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8839
8840         * shell/ev-properties.c: (ev_properties_dispose),
8841         (ev_properties_class_init), (dialog_destroy_cb),
8842         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8843         (ev_properties_set_document), (ev_properties_new),
8844         (ev_properties_show):
8845         * shell/ev-properties.h:
8846
8847         Make it an object, cleanup the code, api to show it as transient
8848         and to set the document.
8849
8850         * shell/ev-window.c: (ev_window_setup_document),
8851         (ev_window_cmd_file_properties):
8852
8853         Adapt to EvProperties changes, do not show multiple
8854         times, update it when document changes.
8855
8856 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8857
8858         * ps/gstypes.h:
8859         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8860         (ps_document_set_orientation), (ps_document_document_iface_init):
8861         * ps/ps-document.h:
8862
8863         Implement orientation here too
8864
8865         * shell/ev-properties.c: (ev_properties_new):
8866         * data/evince-properties.glade:
8867
8868         Hide the fonts page for backends that doesnt
8869         support it.     
8870
8871 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8872
8873         * backend/ev-document.c: (ev_document_set_orientation):
8874         * backend/ev-document.h:
8875         * pdf/ev-poppler.cc:
8876
8877         Add orientation api. Currently poppler api is not optimal,
8878         we need to set orientation every time we _get a page.
8879         I will try to fix that at some point.
8880
8881         * data/evince-ui.xml:
8882         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8883         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8884
8885         Add orientation menu items
8886
8887         * shell/ev-page-cache.c: (ev_page_cache_clear):
8888         * shell/ev-page-cache.h:
8889
8890         Add api to clear the cache
8891
8892         * shell/ev-view.c: (setup_caches), (clear_caches),
8893         (ev_view_set_document), (ev_view_zoom_out),
8894         (ev_view_set_orientation):
8895         * shell/ev-view.h:
8896
8897         Implement orientation changing
8898
8899 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8900
8901         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8902         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8903         * backend/ev-document-fonts.h:
8904
8905         Separate scan and fill so that we can incrementally fill from
8906         the main thread. Add a progress api.
8907
8908         * data/evince-properties.glade:
8909         * pdf/ev-poppler.cc:
8910         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8911         * shell/ev-jobs.h:
8912         * shell/ev-properties.c: (update_progress_label),
8913         (job_fonts_finished_cb), (setup_fonts_view):
8914
8915         Incrementally feel the list and show the progress
8916         percentage in a label like acrobat does.
8917
8918         You are going to need poppler cvs
8919
8920 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8921
8922         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8923         * backend/ev-document-fonts.h:
8924         * pdf/ev-poppler.cc:
8925
8926         Make fonts model fill incrementally.
8927
8928         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8929         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8930         (ev_job_queue_remove_job):
8931         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8932         (ev_job_fonts_new), (ev_job_fonts_run):
8933         * shell/ev-jobs.h:
8934
8935         New job for fonts scanning
8936
8937         * shell/ev-properties.c: (job_fonts_finished_cb),
8938         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8939         * shell/ev-properties.h:
8940         * shell/ev-window.c: (ev_window_cmd_file_properties):
8941
8942         Incrementally feel the treeview using the new job. Show Loading...
8943         message until scanning is completed.
8944
8945         Hopefully I didnt break the build without the poppler patch.
8946
8947 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8948
8949         * shell/ev-application.c: (ev_application_open):
8950         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8951         (ev_document_type_get_type), (ev_document_type_lookup):
8952         * shell/ev-document-types.h:
8953         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8954         * shell/ev-job-xfer.h:
8955         * shell/ev-window.c: (ev_window_clear_local_uri),
8956         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8957         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8958         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8959         
8960         Transfer remote documents to tmp directory to display them later.
8961
8962 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8963
8964         * backend/ev-document-info.h:
8965         * shell/ev-properties.c: (ev_properties_new):
8966
8967         s/GTime*/GTime. Not sure why we was using a pointer
8968         at all there!
8969
8970 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8971
8972         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8973         situations.  That situation is that you're using GTK+-HEAD with
8974         the patch at #306726 is applied, and you have a document with <
8975         1500 pages in it.  It's not quite as uniformly nice as the
8976         TreeView, but should be better in the long run.
8977
8978         I'm pretty sure I guarded against breaking compilation with
8979         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8980         I missed some.
8981
8982         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8983         widget yet, so I commented that code out
8984         enable_view_actions_for_widget() for now.  Need to figure this
8985         out.
8986
8987         * shell/ev-page-action.c (match_selected_cb): emit the right
8988         signals.  Our cool C-l completion now works.
8989
8990 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8991
8992         * backend/Makefile.am:
8993         * backend/ev-document-fonts.c:
8994         * backend/ev-document-links.c:
8995         * backend/ev-document.c: (ev_document_load):
8996         * backend/ev-document.h:
8997         * backend/ev-job-queue.c:
8998         * backend/ev-job-queue.h:
8999         * backend/ev-jobs.c:
9000         * backend/ev-jobs.h:
9001         * backend/ev-page-cache.c:
9002         * backend/ev-page-cache.h:
9003
9004         EvPageCache and EvJobs are moved to shell.
9005
9006         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9007         (ev_tmp_filename):
9008         * lib/ev-file-helpers.h:
9009         
9010         New helper to work with temporary files
9011         
9012         * shell/Makefile.am:
9013         * shell/ev-application.c: (ev_application_open):
9014         * shell/ev-application.h:
9015         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9016         (remove_job_from_async_queue), (add_job_to_async_queue),
9017         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9018         (handle_job), (search_for_jobs_unlocked),
9019         (no_jobs_available_unlocked), (ev_render_thread),
9020         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9021         (ev_job_queue_add_job), (move_job_async), (move_job),
9022         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9023         * shell/ev-job-queue.h:
9024         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9025         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9026         * shell/ev-job-xfer.h:
9027         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9028         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9029         (ev_job_links_class_init), (ev_job_render_init),
9030         (ev_job_render_dispose), (ev_job_render_class_init),
9031         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9032         (ev_job_thumbnail_class_init), (ev_job_load_init),
9033         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9034         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9035         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9036         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9037         * shell/ev-jobs.h:
9038         * shell/ev-page-action.c: (ev_page_action_set_document):
9039         * shell/ev-page-cache.c: (ev_page_cache_init),
9040         (ev_page_cache_class_init), (ev_page_cache_finalize),
9041         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9042         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9043         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9044         (ev_page_cache_get_title), (ev_page_cache_get_size),
9045         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9046         (ev_page_cache_get_height_to_page),
9047         (ev_page_cache_get_max_label_chars),
9048         (ev_page_cache_get_page_label),
9049         (ev_page_cache_has_nonnumeric_page_labels),
9050         (ev_page_cache_get_info), (ev_page_cache_next_page),
9051         (ev_page_cache_prev_page), (ev_page_cache_get):
9052         * shell/ev-page-cache.h:
9053         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9054         (ev_pixbuf_cache_clear_job_sizes),
9055         (ev_pixbuf_cache_add_jobs_if_needed),
9056         (ev_pixbuf_cache_set_page_range):
9057         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9058         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9059         * shell/ev-sidebar-thumbnails.c:
9060         (ev_sidebar_tree_selection_changed),
9061         (ev_sidebar_thumbnails_set_document):
9062         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9063         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9064         (ev_statusbar_get_context_id), (ev_statusbar_push),
9065         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9066         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9067         (ev_statusbar_set_progress):
9068         * shell/ev-statusbar.h:
9069         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9070         (ev_view_find_previous):
9071         * shell/ev-window.c: (ev_window_is_empty),
9072         (ev_window_setup_document), (password_dialog_response),
9073         (ev_window_clear_jobs), (ev_window_load_job_cb),
9074         (ev_window_xfer_job_cb), (ev_window_open_uri),
9075         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9076         (ev_window_print), (ev_window_print_range),
9077         (ev_window_state_event), (ev_window_cmd_view_reload),
9078         (menu_item_select_cb), (menu_item_deselect_cb),
9079         (view_status_changed_cb), (ev_window_dispose),
9080         (drag_data_received_cb), (ev_window_init):
9081         * shell/ev-window.h:
9082         * shell/main.c: (load_files):
9083         
9084         New statusbar to show progress on idle. Two new jobs - 
9085         xfer job and load job to load document in background. And update
9086         of page_cache clients to new location of code.
9087
9088 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9089
9090         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9091         selection in open dialog. It also remembers the last visited directory 
9092         in the current session.
9093
9094 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9095
9096         * shell/ev-properties.c: (ev_properties_new):
9097         * shell/ev-properties.h:
9098         * shell/ev-window.c: (ev_window_cmd_file_properties):
9099         
9100         Get document info from page cache instead of document itself.
9101         This should fix crash related to race conditions described in
9102         bug 306545.
9103
9104 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9105
9106         * ps/ps-document.c: (ps_document_init),
9107         (send_ps), (get_page_box), (output), (catchPipe), (input),
9108         (stop_interpreter), (file_length), (file_readable),
9109         (check_filecompressedb), (ps_document_enable_interpreter),
9110         (document_load), (ps_async_renderer_render_pixbuf):
9111         * ps/ps-document.h:
9112
9113         Big cleanup of the ps code
9114
9115 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9116
9117         * backend/Makefile.am:
9118         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9119         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9120         * backend/ev-async-renderer.h:
9121
9122         Add an async renderer interface (method + callback) which
9123         is useful for backends like ps.
9124
9125         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9126         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9127         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9128         (ev_job_queue_add_job), (move_job_async), (move_job),
9129         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9130
9131         Add queues for async renderer, these are executed on the
9132         main thread.
9133
9134         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9135         (ev_job_render_run):
9136         * backend/ev-jobs.h:
9137
9138         If the backend support async renderer interface use it.
9139
9140         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9141         (setup_pixmap), (ps_document_get_type),
9142         (ps_async_renderer_render_pixbuf),
9143         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9144
9145         Implement async renderer interface.
9146
9147 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9148
9149         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9150
9151         Cleanup links job on exit.
9152
9153 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9154
9155         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9156         (drag_data_get_cb), (drag_data_received_cb):
9157         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9158         (drag_data_get_cb), (parse_item_list),
9159         (egg_toolbar_editor_load_actions):
9160         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9161         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9162         (parse_item_list), (parse_toolbars):
9163         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9164         (dvi_pixbuf_put_pixel):
9165         
9166         Fix gcc 4.0 warnings
9167
9168 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * ps/ps-document.c: (start_interpreter):
9171
9172         Fix warning when loading ps
9173
9174 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9175
9176         * ps/ps-document.c: (output):
9177
9178         Fix crash when priting gs error messages.
9179
9180 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9181
9182         * backend/ev-page-cache.c: (_ev_page_cache_new):
9183         * backend/ev-page-cache.h:
9184
9185         Use a const to return title so that we dont double
9186         free it. Small cleanup and fix a leak.
9187
9188         * shell/ev-window.c: (update_window_title):
9189
9190         strdup value from get_title.
9191
9192 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9193
9194         * shell/ev-sidebar-links.c: (job_finished_callback),
9195         (ev_sidebar_links_set_document):
9196
9197         Cleanup the old job when changing document
9198
9199 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9200
9201         * shell/ev-stock-icons.c:
9202         * shell/ev-stock-icons.h:
9203         * shell/ev-window.c:
9204         
9205         Add stock icons for actions that can appear in toolbar. Fix for
9206         bug 306566.
9207
9208 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9209
9210         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9211         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9212         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9213         * backend/ev-page-cache.h:
9214         * shell/ev-view.c: (scroll_to_current_page),
9215         (view_update_range_and_current_page), (get_page_y_offset),
9216         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9217         (ev_view_size_request_continuous),
9218         (ev_view_zoom_for_size_continuous_and_dual_page),
9219         (ev_view_zoom_for_size_continuous):
9220         
9221         More compact EvView layout in document with pages of different size.
9222
9223 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9224
9225         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9226         compilation.
9227
9228 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9229
9230         * shell/ev-view.c: (view_set_adjustment_values):
9231         * shell/ev-window.c: (ev_window_cmd_file_properties):
9232         
9233         A bit different fix for rounding problem but it has no
9234         problems on startup. Make properties window transient to parent.
9235
9236 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9237
9238         * pdf/ev-poppler.cc:
9239         
9240         More commenting of font stuff.
9241
9242 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9243
9244         * pdf/ev-poppler.cc:
9245
9246         Comment out some more fonts stuff. Should really
9247         work without the poppler patch now.
9248
9249 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9250
9251         * pdf/ev-poppler.cc:
9252
9253         Adapt to api change
9254
9255 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9256
9257         * data/evince-properties.glade:
9258         * pdf/ev-poppler.cc:
9259         * shell/ev-properties.c: (setup_fonts_view):
9260
9261         Set the column title. Show the dialog only
9262         once everything is setup.
9263         Getting font info can be very slow... will
9264         prolly need to make this threaded too.
9265
9266 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9267
9268         * backend/Makefile.am:
9269         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9270         (ev_document_fonts_get_fonts_model):
9271         * backend/ev-document-fonts.h:
9272         * data/evince-properties.glade:
9273         * pdf/ev-poppler.cc:
9274         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9275         * shell/ev-properties.h:
9276         * shell/ev-window.c: (ev_window_cmd_file_properties):
9277
9278         Implement fonts list. Defined out for now, since it depends
9279         on a not yet committed poppler patch.
9280
9281 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9282
9283         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9284         page + 1.
9285
9286         * shell/ev-window.c: Make sure we add the timeout when we get a
9287         focus-in event.
9288
9289         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9290         adjustment->value before calculating the zoom factor to average
9291         out all of our rounding errors.  The page no longer 'drifts' when
9292         resizing.
9293
9294 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9295
9296         * data/evince-properties.glade:
9297         * shell/ev-properties.c: (ev_properties_format_date),
9298         (set_property):
9299         
9300         Labels don't expand when the dialogue is resized.
9301         strftime result needs to be converted to UTF-8. Thanks
9302         to Christian Persch <chpe@gnome.org>.
9303
9304 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9305
9306         * data/evince-properties.glade:
9307
9308         Hide the fonts tab
9309
9310 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9311
9312         * backend/ev-document-info.h:
9313         * backend/ev-document.c: (ev_document_info_free):
9314         * data/evince-properties.glade:
9315         * pdf/ev-poppler.cc:
9316         * ps/ps-document.c: (ps_document_get_info):
9317         * shell/ev-properties.c: (ev_properties_format_date),
9318         (set_property), (ev_properties_new):
9319         * shell/ev-properties.h:
9320         * shell/ev-window.c: (ev_window_cmd_file_properties):
9321
9322         Rework properties code to take only EvPropertyInfo
9323         in the constructor so that it can be useful for
9324         nautilus plugin too.
9325
9326         Deal with backends that doesnt support some properties.
9327         Make set property code generic.
9328
9329 2005-06-04  Christian Persch <chpe@gnome.org>
9330
9331         * data/evince-properties.glade:
9332
9333         fix spacings, make resizeable, and make data labels
9334         selectable + ellipsised
9335
9336 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9337
9338         * backend/ev-document-info.h:
9339         * data/Makefile.am:
9340         * data/evince-ui.xml:
9341         * pdf/ev-poppler.cc:
9342         * shell/Makefile.am:
9343         * shell/ev-window.c: (update_action_sensitivity),
9344         (ev_window_cmd_file_properties):
9345
9346         Initial go at file properties. Patch by
9347         Emil Soleyman-Zomalan <emil@soleyman.com>.
9348         Needs love see #169583
9349
9350 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9351
9352         * ps/ps-document.c: (output):
9353         * ps/ps.c: (psscan):
9354
9355         Try to render even if psscan fails.
9356
9357 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9358
9359         * ps/ps.c: (psscan), (pscopydoc):
9360
9361         Port buffered reading code from gv
9362
9363 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9364
9365         * ps/ps-document.c: (interpreter_message), (output):
9366
9367         Do not fail on interpreter messages
9368
9369 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9370
9371         * backend/ev-document-misc.c:
9372         (ev_document_misc_get_thumbnail_frame):
9373
9374         Pages can be 0 x 0, dont assert on this case
9375
9376 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9377
9378         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9379         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9380
9381         Correctly manage our reference on document. Finally the reload
9382         huge leak is gone...
9383
9384 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9385
9386         * ps/ps-document.c: (ps_document_dispose):
9387
9388         Forgot to chain it to the parent. Thanks chpe.
9389
9390 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9391
9392         * ps/ps-document.c: (ps_document_dispose),
9393         (ps_document_class_init), (stop_interpreter), (document_load):
9394
9395         Cleanup dispose a bit. Dont leak the whole pixmap.
9396
9397 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9398
9399         * pdf/ev-poppler.cc:
9400
9401         Release the poppler document on dispose
9402
9403 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9404
9405         * shell/ev-view.c: (ev_view_set_document):
9406
9407         Release ref on the pixbuf cache when changing
9408         document.
9409
9410 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9411
9412         * ps/ps-document.c: (ps_document_get_info):
9413
9414         Fix a double free
9415
9416 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9417
9418         * backend/ev-page-cache.c: (ev_page_cache_init),
9419         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9420         * backend/ev-page-cache.h:
9421         * shell/ev-page-action.c: (page_changed_cb):
9422         
9423         Set page action entry width depending on labels width. Fix
9424         for bug 305202.
9425
9426 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9427
9428         * backend/ev-link.c: (ev_link_class_init):
9429
9430         Allow -1 as page value (error)
9431
9432 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9433
9434         * shell/ev-sidebar-thumbnails.c:
9435         (ev_sidebar_thumbnails_set_document):
9436         * shell/ev-view.c: (scroll_to_current_page),
9437         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9438         (page_changed_cb), (on_adjustment_value_changed),
9439         (ev_view_set_document):
9440
9441         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9442         Fix bug 305377
9443
9444 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * configure.ac:
9447         * djvu/djvu-document.c: (djvu_document_get_page_size):
9448
9449         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9450         bug 301993.
9451
9452 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9453
9454         * shell/ev-view.c (draw_one_page): modify the expose handling to
9455         get the shadows.
9456
9457         * shell/ev-window.c (update_action_sensitivity): Respect
9458         permissions field.  Kowtow to the man.
9459
9460         * pdf/ev-poppler.cc: Get the permissions field.
9461
9462         * tiff/*c: Make a tiny bit more robust.
9463
9464 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9465
9466         * djvu/djvu-document.c:
9467         
9468         Pop messages from djvu context message queue.
9469
9470 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9471
9472         * configure.ac, Makefile.am, shell/Makefile.am:
9473         * tiff/Makefile.am, shell/ev-document-types.c:
9474         
9475         Cleanup tiff configure checks. Fix for bug 305218.
9476
9477 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9478
9479         * configure.ac: Added "uk" to ALL_LINGUAS.
9480
9481 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9482
9483         * cut-n-paste/zoom-control/ephy-zoom.c:
9484         (ephy_zoom_get_changed_zoom_level):
9485         * cut-n-paste/zoom-control/ephy-zoom.h:
9486         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9487         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9488         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9489         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9490         (zoom_control_changed_cb), (ev_window_init):
9491         
9492         Fix minor points related to moving best fit up. Introduce
9493         "zoom" property and make zoom control change it's value on
9494         notify::zoom signals. Fix for 305080.
9495
9496 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9497
9498         * data/evince-ui.xml:
9499         * shell/ev-window.c: (set_view_actions_sensitivity):
9500         
9501         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9502
9503 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * configure.ac:
9506
9507         Depends on poppler 0.3.2
9508
9509 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * cut-n-paste/recent-files/egg-recent-item.c:
9512         (egg_recent_item_get_short_name):
9513         * cut-n-paste/toolbar-editor/Makefile.am:
9514         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9515         (new_pixbuf_from_widget):
9516         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9517         * cut-n-paste/toolbar-editor/egg-marshal.c:
9518         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9519         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9520
9521         Sync
9522
9523 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9524
9525         * tiff/tiff-document.c: Rough TIFF backend.
9526
9527 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9528
9529         * NEWS:
9530         * configure.ac:
9531         * cut-n-paste/toolbar-editor/Makefile.am:
9532
9533         Release 0.3.1
9534
9535 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9536
9537         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9538         (ev_view_find_next), (ev_view_find_previous):
9539
9540         Remove the locks around get_n_results   
9541
9542 2005-05-21  Juerg Billeter  <j@bitron.ch>
9543
9544         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9545
9546         Pass correct number of pages to poppler.
9547
9548 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9549
9550         * configure.ac:
9551         * data/Makefile.am:
9552         * data/evince.desktop.in: 
9553         * data/evince.desktop.in.in:
9554         * po/POTFILES.in:
9555         
9556         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9557
9558 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9559
9560         * shell/ev-view.c: (view_update_adjustments),
9561         (view_set_adjustment_values): cast adjustmen->value to (int)
9562         before using it.  Otherwise, we get off by a pixel in some
9563         situations.
9564
9565         (draw_one_page): Draw the border on expose.
9566
9567 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9568
9569         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9570         adjustment when the mode changes, #304923
9571
9572 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9573
9574         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9575         flickering on resize but still use gdk_window_scroll on
9576         scrolling
9577
9578 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9579
9580         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9581         option, #170458
9582
9583 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9584
9585         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9586         second page on page_changed if possible, #304669
9587
9588 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9589
9590         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9591         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9592
9593 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9594
9595         * .cvsignore:
9596         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9597         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9598         (ev_view_zoom_for_size_presentation),
9599         (ev_view_zoom_for_size_continuous_and_dual_page),
9600         (ev_view_zoom_for_size_continuous),
9601         (ev_view_zoom_for_size_dual_page),
9602         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9603         * shell/ev-view.h:
9604         * shell/ev-window.c: (update_view_size),
9605         (ev_window_sizing_mode_changed_cb):
9606
9607         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9608         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9609         an infinite loop, #304769
9610
9611
9612 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9613
9614         * data/evince-ui.xml:
9615         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9616         * shell/ev-window.c: (set_view_actions_sensitivity):
9617
9618         Make PgUp/Down behave like Space
9619
9620 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9621
9622         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9623         * backend/ev-ps-exporter.h:
9624         * pdf/ev-poppler.cc:
9625         * ps/ps-document.c: (ps_document_ps_export_begin):
9626         * shell/ev-print-job.c: (idle_print_handler):
9627
9628         Adapt to new poppler api
9629
9630 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9633         (ephy_zoom_control_init):
9634
9635         Translate zoom levels
9636
9637 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * cut-n-paste/zoom-control/ephy-zoom.c:
9640         (ephy_zoom_get_zoom_level_index):
9641
9642         Fix current zoom -> zoom control match
9643
9644 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9645
9646         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9647         rather than the scrolled_window that it's in. Fixes bug #304655.
9648
9649 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9650
9651         * shell/ev-view.c: (view_update_adjustments),
9652         (view_set_adjustment_values), (view_update_range_and_current_page),
9653         (view_scroll_to_page), (set_scroll_adjustment),
9654         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9655         (ev_view_scroll), (ev_view_scroll_view),
9656         (ensure_rectangle_is_visible), (find_page_at_location),
9657         (get_link_at_location), (go_to_link), (status_message_from_link),
9658         (ev_view_size_request_continuous_dual_page),
9659         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9660         (ev_view_unrealize), (ev_view_expose_event),
9661         (ev_view_button_press_event), (ev_view_motion_notify_event),
9662         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9663         (draw_rubberband), (highlight_find_results), (draw_one_page),
9664         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9665         (ev_view_init), (find_changed_cb), (page_changed_cb),
9666         (on_adjustment_value_changed), (ev_view_new),
9667         (ev_view_set_document), (ev_view_set_zoom),
9668         (ev_view_set_continuous), (ev_view_set_dual_page),
9669         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9670         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9671         (ev_view_zoom_for_size_presentation),
9672         (ev_view_zoom_for_size_continuous_dual_page),
9673         (ev_view_zoom_for_size_continuous),
9674         (ev_view_zoom_for_size_dual_page),
9675         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9676         (ev_view_get_status), (ev_view_set_status),
9677         (update_find_status_message), (ev_view_get_find_status),
9678         (ev_view_set_find_status), (jump_to_find_result),
9679         (jump_to_find_page), (compute_selections), (clear_selection),
9680         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9681         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9682         (ev_view_update_primary_selection),
9683         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9684         * shell/ev-view.h:
9685         * shell/ev-window.c: (ev_window_open_page_label),
9686         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9687         (ev_window_init):
9688         * shell/ev-window.h:
9689         * shell/main.c: (load_files):
9690
9691         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9692         when resizing.  Remove the bin_window().  Also, patch from James
9693         Bowes to fix command line page, #300641
9694         
9695 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9696
9697         * data/evince-ui.xml:
9698         * shell/ev-view.c:
9699         * shell/ev-view.h:
9700         * shell/ev-window.c: (update_action_sensitivity):
9701
9702         Get rid of View->Normal Size, it's just confusing
9703
9704 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9705
9706         * backend/ev-document-info.h:
9707         * backend/ev-document.c: (ev_document_info_free): Free the
9708         EvDocumentInfo.
9709
9710         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9711         (clear_range), (add_range), (update_visible_range),
9712         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9713         (ev_sidebar_thumbnails_set_document):
9714         * shell/ev-window.c: (ev_window_setup_document): Only render the
9715         visible thumbnails.  It takes an instant to render, but it uses
9716         much less memory.
9717
9718 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9719
9720         * shell/ev-sidebar-links.c: (popup_menu_cb):
9721
9722         Select first item
9723
9724 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * lib/Makefile.am:
9727         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9728         (button_press_cb), (ev_sidebar_links_construct):
9729
9730         Show the popup menu also on keybindings
9731
9732 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9733
9734         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9735         * shell/ev-window.h:
9736
9737         Expose api to print a range (with dialog). Make private _print use
9738         it.
9739
9740         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9741         (ev_sidebar_links_construct):
9742
9743         Show a print context menu on linkx, it prints the selected
9744         section.
9745
9746 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9747
9748         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9749         button.
9750
9751 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9752
9753         * AUTHORS:
9754
9755         Update
9756
9757         * shell/ev-window.c: (build_comments_string),
9758         (ev_window_cmd_help_about):
9759
9760         Show poppler version/backend and authors
9761
9762 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9763
9764         * cut-n-paste/zoom-control/ephy-zoom.c:
9765         (ephy_zoom_get_zoom_level_index):
9766         * cut-n-paste/zoom-control/ephy-zoom.h:
9767
9768         Move the best fit items at the top of the list
9769
9770 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * shell/ev-marshal.list:
9773         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9774         (activate_cb), (match_selected_cb), (activate_link_cb),
9775         (connect_proxy), (ev_page_action_class_init):
9776         * shell/ev-page-action.h:
9777
9778         Use signals to notify action activation. Hopefully
9779         I did not break completion since I cant test...
9780
9781         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9782         (register_custom_actions):
9783
9784         Connect to page selector actions and also grab focus on
9785         the view when activated.
9786
9787 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9788
9789         * pdf/ev-poppler.cc:
9790         * backend/ev-page-cache.c: make page size calculation consistent
9791         and set it to (int)( width * scale + 0.5).  This makes the weird
9792         line going through the middle of the page go away.
9793
9794         * shell/ev-view.c: move painting the background page after
9795         checking the expose area covers us.
9796
9797 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9798
9799         * data/evince-password.glade:
9800         
9801         Mark labels as not translatable. Fix for bug 302842.
9802
9803 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9804
9805         * configure.ac: Added "es" to ALL_LINGUAS.
9806
9807 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9808
9809         * data/evince-toolbar.xml:
9810         * shell/ev-window.c: (update_action_sensitivity),
9811         (ev_window_setup_document), (ev_window_set_page_mode),
9812         (ev_window_init):
9813
9814         Remove some leftover code from jrb first continous
9815         attempt. Use the new actions, we still need good icons
9816         though...
9817
9818 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9819
9820         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9821
9822         Update label when connecting proxy. Fix a warning with NULL
9823         page_cache.
9824
9825 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9826
9827         * data/evince-ui.xml:
9828         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9829         * shell/ev-page-action.h:
9830         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9831
9832         Add mnemonic for edit toolbar.
9833         ctrl+l focus the page entry.
9834
9835 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9836
9837         * lib/Makefile.am:
9838         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9839         (ev_window_init):
9840         * shell/main.c: (main):
9841
9842         Put the toolbar xml in evince own dot dir
9843
9844 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9845
9846         * shell/ev-window.c: (ev_window_init):
9847
9848         Make the toolbar not removable
9849
9850 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * data/evince-ui.xml:
9853         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9854         * shell/ev-sidebar-links.h:
9855         * shell/ev-sidebar-thumbnails.c:
9856         (ev_sidebar_thumbnails_get_treeview):
9857         * shell/ev-sidebar-thumbnails.h:
9858         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9859         (ev_view_class_init):
9860         * shell/ev-view.h:
9861         * shell/ev-window.c: (update_action_sensitivity),
9862         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9863         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9864         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9865         (ev_window_init):
9866
9867         This is evil... Make space/backspace global accelerators but
9868         enable them only for some widgets (sidebars and view).
9869         I dont like it, but I dont know a better way... :/
9870
9871 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9872
9873         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9874         (ev_page_action_widget_finalize),
9875         (ev_page_action_widget_class_init), (update_page_cache):
9876
9877         Keep a weak reference on proxy->page_cache so that we
9878         dont try to disconnect the signal if the object is already
9879         gone. Maybe there is a better way to cleanup reference handling
9880         in page action though...
9881
9882 2005-05-10  Juerg Billeter  <j@bitron.ch>
9883
9884         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9885         * backend/ev-ps-exporter.h:
9886         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9887         * ps/ps-document.c: (ps_document_ps_export_begin):
9888         
9889         Change api to pass print range to ps_exporter_begin. The pdf backend
9890         requires this information.
9891         
9892         * shell/ev-print-job.c: (idle_print_handler):
9893         
9894         Adapt to api change
9895
9896 2005-05-10  Juerg Billeter  <j@bitron.ch>
9897
9898         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9899         (idle_print_handler)
9900         * shell/ev-window.c: (ev_window_print):
9901
9902         Support printing page range, based on patch by Amaury Jacquot
9903
9904 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9905
9906         * data/evince-toolbar.xml:
9907
9908         Add zoom control to available items
9909
9910 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9911
9912         * shell/ev-window.c: (update_action_sensitivity):
9913
9914         Set slash action insensitive when appropriate
9915
9916 2005-05-10  Christian Persch <chpe@gnome.org>
9917
9918         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9919
9920         Fix warning on the overflow menu
9921
9922 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9923
9924         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9925
9926         Check for uri correctness/existence
9927
9928 2005-05-09  Juerg Billeter  <j@bitron.ch>
9929
9930         * shell/ev-window.c: (using_postscript_printer):
9931
9932         LPD printers use postscript, too
9933
9934 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9935
9936         * shell/ev-window.c: (register_custom_actions):
9937
9938         The zoom one is actually sort of useful,
9939         put it back
9940
9941 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9942
9943         * shell/ev-window.c: (register_custom_actions):
9944
9945         Hide page/zoom controls from overflow, they
9946         are useless.
9947
9948 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * cut-n-paste/update-from-egg.sh:
9951         
9952         Share it between all cut-n-paste subdirs
9953
9954         * cut-n-paste/recent-files/Makefile.am:
9955
9956         Fix to use "global" update-from-egg.sh
9957
9958         * cut-n-paste/recent-files/egg-recent-model.c:
9959         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9960         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9961         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9962         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9963
9964         Update from libegg
9965
9966         * cut-n-paste/toolbar-editor/Makefile.am:
9967
9968         Fix to use "global" update-from-egg.sh
9969
9970         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9971
9972         Update from libegg
9973
9974 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9975
9976         * configure.ac:
9977         * cut-n-paste/Makefile.am:
9978         * cut-n-paste/recent-files/Makefile.am:
9979         * cut-n-paste/toolbar-editor/.cvsignore:
9980         * cut-n-paste/toolbar-editor/Makefile.am:
9981         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9982         (egg_editable_toolbar_get_type), (get_toolbar_position),
9983         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9984         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9985         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9986         (set_item_drag_source), (create_item_from_action), (create_item),
9987         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9988         (popup_toolbar_context_menu_cb), (free_dragged_item),
9989         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9990         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9991         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9992         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9993         (item_added_cb), (item_removed_cb),
9994         (egg_editable_toolbar_construct),
9995         (egg_editable_toolbar_disconnect_model),
9996         (egg_editable_toolbar_deconstruct),
9997         (egg_editable_toolbar_set_model),
9998         (egg_editable_toolbar_set_ui_manager),
9999         (egg_editable_toolbar_set_property),
10000         (egg_editable_toolbar_get_property),
10001         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10002         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10003         (egg_editable_toolbar_new_with_model),
10004         (egg_editable_toolbar_get_edit_mode),
10005         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10006         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10007         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10008         (new_pixbuf_from_widget), (new_separator_pixbuf),
10009         (update_separator_image), (style_set_cb),
10010         (_egg_editable_toolbar_new_separator_image),
10011         (egg_editable_toolbar_get_model):
10012         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10013         * cut-n-paste/toolbar-editor/egg-marshal.c:
10014         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10015         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10016         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10017         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10018         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10019         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10020         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10021         (editor_drag_data_delete_cb), (drag_data_get_cb),
10022         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10023         (editor_create_item), (update_editor_sheet), (setup_editor),
10024         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10025         (parse_item_list), (model_has_action), (update_actions_list),
10026         (egg_toolbar_editor_load_actions):
10027         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10028         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10029         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10030         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10031         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10032         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10033         (egg_toolbars_model_add_separator), (impl_add_item),
10034         (parse_item_list), (egg_toolbars_model_add_toolbar),
10035         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10036         (impl_get_item_data), (impl_get_item_type),
10037         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10038         (egg_toolbars_model_init), (free_toolbar),
10039         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10040         (egg_toolbars_model_remove_toolbar),
10041         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10042         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10043         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10044         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10045         (egg_toolbars_model_get_item_data),
10046         (egg_toolbars_model_get_item_type):
10047         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10048         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10049         * data/Makefile.am:
10050         * data/evince-toolbar.xml:
10051         * data/evince-ui.xml:
10052         * data/hand-open.png:
10053         * po/POTFILES.in:
10054         * shell/Makefile.am:
10055         * shell/ev-window.c: (update_chrome_visibility),
10056         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10057         (ev_window_dispose), (ev_window_init):
10058
10059         Implement epiphany like toolbar editor. Based on patch by
10060         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10061
10062 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10063
10064         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10065
10066         Use set_cursor instead of set_selection, so that
10067         the keyboard focus moves too.
10068
10069 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10070
10071         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10072
10073         Fix infinite loop when loading Type1 fonts
10074
10075 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10076
10077         * data/evince-ui.xml:
10078         * shell/ev-window.c:
10079
10080         Slash -> Find
10081
10082 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10083
10084         * configure.ac:
10085
10086         Make --disable really disable
10087
10088 2005-05-07  Juerg Billeter  <j@bitron.ch>
10089
10090         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10091
10092         Compare page labels even without has_labels set, fixes setting page
10093         with entry
10094
10095 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10096
10097         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10098         (ev_view_set_cursor), (ev_view_button_press_event),
10099         (ev_view_motion_notify_event), (ev_view_button_release_event),
10100         (ev_view_init):
10101
10102         Implement middle button scrolling. Based on a patch
10103         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10104
10105 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10106
10107         * shell/ev-document-types.c: (get_slow_mime_type),
10108         (get_document_type_from_mime), (ev_document_type_lookup):
10109         * shell/ev-document-types.h:
10110
10111         Change api to lookup from uri. Do fast lookup first, if the
10112         type is unknown try with data sniffing.
10113
10114         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10115         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10116
10117         Adapt to api change
10118
10119 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10120
10121         * thumbnailer/Makefile.am:
10122
10123         Fix distcheck
10124
10125 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10126
10127         * NEWS:
10128         * configure.ac:
10129
10130         Release 0.3.0
10131
10132         * data/evince-ui.xml:
10133
10134         Hide presentation mode for now
10135
10136         * shell/ev-view.c: (highlight_find_results):
10137
10138         Show current find selection only on current page
10139
10140 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10141
10142         * shell/ev-view.c: (ev_view_select_all):
10143
10144         Compute size of the actual page, not of
10145         the current one.
10146
10147 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10148
10149         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10150         (view_rect_to_doc_rect), (compute_selections),
10151         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10152         (ev_view_copy), (ev_view_primary_get_cb),
10153         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10154         (ev_view_button_press_event), (ev_view_motion_notify_event),
10155         (ev_view_button_release_event), (page_changed_cb):
10156
10157         Fix text selection
10158
10159 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10160
10161         * shell/ev-view.c: (compute_border), (get_page_extents),
10162         (doc_rect_to_view_rect), (highlight_find_results),
10163         (ev_view_bin_expose), (ev_view_select_all),
10164         (ev_view_motion_notify_event), (update_find_status_message),
10165         (jump_to_find_result), (jump_to_find_page):
10166
10167         First go at fixing search, still buggy
10168
10169 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10170
10171         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10172         dropdown box and button at the top of the sidebar.
10173
10174 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10175
10176         * configure.ac: Output zoom-control Makefile.
10177         * cut-n-paste/Makefile.am: build zoom-control subdir.
10178         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10179         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10180         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10181         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10182         * cut-n-paste/zoom-control/ephy-zoom.c:
10183         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10184         from epiphany, and modified to add a separator into the menu.
10185         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10186         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10187         zoom-control action.
10188         * shell/Makefile.am: Include zoom-control flags.
10189         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10190         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10191         (ev_view_zoom_for_size_presentation),
10192         (ev_view_zoom_for_size_continuous_and_dual_page),
10193         (ev_view_zoom_for_size_continuous),
10194         (ev_view_zoom_for_size_dual_page),
10195         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10196         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10197         ev_view_get_zoom and ev_view_get_sizing_mode.
10198         * shell/ev-view.h:
10199         * shell/ev-window.c: (update_action_sensitivity),
10200         (update_sizing_buttons), (zoom_control_changed_cb),
10201         (register_custom_actions): Initialize and use the zoom-control 
10202         widget.
10203
10204 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10205
10206         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10207         preview cache back to 1.  Don't know when it got set to 0.
10208         
10209         * shell/ev-view.c: (compute_border), (ev_view_realize),
10210         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10211         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10212         (ev_view_get_fullscreen), (ev_view_set_presentation),
10213         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10214         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10215         * shell/ev-view.h:
10216         * shell/ev-window.c:
10217         (update_chrome_visibility),
10218         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10219         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10220         (update_document_mode), (ev_window_update_fullscreen_action),
10221         (ev_window_fullscreen), (ev_window_unfullscreen),
10222         (ev_window_cmd_view_fullscreen),
10223         (ev_window_update_presentation_action),
10224         (ev_window_run_presentation), (ev_window_stop_presentation),
10225         (ev_window_cmd_view_presentation), (ev_window_state_event),
10226         (ev_window_focus_in_event), (ev_window_focus_out_event),
10227         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10228         * data/evince-ui.xml: Initial presentation mode.  We should
10229         probably hide this until it's done, as it's quite rough.  Also,
10230         change full-screen to fullscreen and add two getters to EvView.
10231
10232 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10233
10234         * shell/ev-page-action.c: (update_page_cache),
10235         (ev_page_action_dispose):
10236         * shell/ev-window.c: (destroy_fullscreen_popup),
10237         (ev_window_create_fullscreen_popup):
10238
10239         Use connect_object rather than explicitly
10240         disconnect on dispose.
10241
10242 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10243
10244         * shell/ev-page-action.c: (update_page_cache),
10245         (ev_page_action_dispose):
10246
10247 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10248
10249         * backend/ev-page-cache.c: (_ev_page_cache_new),
10250         (ev_page_cache_set_page_label),
10251         (ev_page_cache_has_nonnumeric_page_labels):
10252         * backend/ev-page-cache.h:
10253         * shell/ev-page-action.c: (update_pages_label):
10254         
10255         If all page labels are numeric, fallback to default
10256         way to display number of pages. See bug 173185.
10257
10258 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10259
10260         * shell/ev-page-action.c: (ev_page_action_dispose):
10261         * shell/ev-view.c: (view_update_range_and_current_page):
10262         * shell/ev-window.c: (ev_window_dispose):
10263         
10264         Set page on scroll in continuous mode. Fixes bug 301986.
10265         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10266
10267 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10268
10269         * configure.ac:
10270
10271         Require poppler 0.3.0
10272
10273 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10274         
10275         * shell/Makefile.am, configure.ac: Fix build problems
10276         with t1lib. Bug 301996.
10277
10278 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10279
10280         * shell/ev-view.c: (ev_view_scroll_event):
10281         
10282         Scroll up increase zoom
10283
10284 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10285
10286         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10287         (ev_view_set_sizing_mode),
10288         (ev_view_zoom_for_size_continuous_and_dual_page),
10289         (ev_view_zoom_for_size_continuous):
10290         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10291         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10292         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10293         (ev_window_init):
10294
10295         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10296         Fix for 165473 and 165472.
10297
10298 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10299
10300         * po/POTFILES.in:
10301         * thumbnailer/Makefile.am:
10302         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10303         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10304         * thumbnailer/evince-thumbnailer.schemas.in:
10305         
10306         Make thumbnailer schemas translatable. Fix for bug 301773
10307         
10308         * thumbnailer/evince-thumbnailer-djvu.schemas:
10309         * thumbnailer/evince-thumbnailer-dvi.schemas:
10310         * thumbnailer/evince-thumbnailer.schemas:
10311
10312         Removed files
10313
10314 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10315
10316         * shell/ev-view.c (ev_view_init): forgot to set this.
10317
10318 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10319
10320         * shell/ev-view.c: (find_page_at_location),
10321         (get_link_at_location),
10322         (ev_view_set_show_border), (ev_view_set_spacing),
10323         (ev_view_zoom_for_size_continuous_and_dual_page),
10324         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10325         Also, add a quick fix measuring of widths.  Also, removed
10326         ev_view_set_spacing and ev_view_set_show_border.
10327         
10328         * shell/ev-window.c: (ev_window_unfullscreen),
10329         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10330
10331 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10332
10333         * shell/ev-view.c: (view_update_range_and_current_page),
10334         (page_changed_cb):
10335         
10336         Fix crash on exit and scrolling to page in continuous view.
10337
10338 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10339
10340         * TODO:
10341         * backend/ev-page-cache.c: (_ev_page_cache_new),
10342         (ev_page_cache_get_max_width_size),
10343         (ev_page_cache_get_max_height_size):
10344         * backend/ev-page-cache.h:
10345         * data/evince-ui.xml:
10346         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10347         * shell/ev-view.c: (view_update_adjustments),
10348         (view_update_range_and_current_page), (get_bounding_box_size),
10349         (ev_view_size_request_continuous_and_dual_page),
10350         (ev_view_size_request_continuous),
10351         (ev_view_size_request_dual_page),
10352         (ev_view_size_request_single_page), (ev_view_size_request),
10353         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10354         (ev_view_bin_expose), (ev_view_expose_event),
10355         (ev_view_set_property), (ev_view_get_property),
10356         (ev_view_class_init), (ev_view_init), (ev_view_new),
10357         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10358         (ev_view_set_dual_page), (ev_view_set_full_screen),
10359         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10360         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10361         (ev_view_zoom_out), (zoom_for_size_fit_width),
10362         (zoom_for_size_best_fit),
10363         (ev_view_zoom_for_size_continuous_and_dual_page),
10364         (ev_view_zoom_for_size_continuous),
10365         (ev_view_zoom_for_size_dual_page),
10366         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10367         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10368         * shell/ev-view.h:
10369         * shell/ev-window.c: (update_action_sensitivity),
10370         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10371         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10372         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10373         (ev_window_cmd_view_zoom_out), (update_view_size),
10374         (ev_window_set_sizing_mode), (ev_window_init):
10375
10376         Add Continuous and Dual page modes.
10377
10378 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10379
10380         * dvi/dvi-document.c: (dvi_document_load),
10381         (dvi_document_thumbnails_get_thumbnail),
10382         (dvi_document_init_params): Fix up some mixups between
10383         width and height to correct thumbnail rendering.
10384
10385 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10386
10387         * dvi/mdvi-lib/private.h:
10388         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10389         
10390         Suppess output for kpathsea during font generation. Thanks to
10391         James Bowes
10392
10393 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10394
10395         * NEWS:
10396         * configure.ac:
10397
10398         Release 0.2.1
10399
10400         * Makefile.am: fix distcheck.
10401
10402 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10403
10404         * shell/ev-sidebar-links.c: (selection_changed_callback),
10405         (update_page_callback), (row_activated_callback),
10406         (job_finished_callback), (ev_sidebar_links_set_document):
10407         
10408         Fix for bug #169901. Double click on links expands tree.
10409
10410 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10411
10412         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10413         hard-coded style. Fix for bug 170111
10414
10415 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10416
10417         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10418         locking.
10419
10420 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10421
10422         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10423
10424 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10425
10426         * pdf/ev-poppler.cc:
10427         * shell/ev-view.c: (highlight_find_results):
10428
10429         Fix find on single page documents
10430
10431 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10432
10433         * data/evince.schemas.in: fix for bug 301390
10434
10435 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10436
10437         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10438         (ev_view_zoom_out), (ev_view_zoom_normal):
10439         * shell/ev-view.h:
10440         * shell/ev-window.c: (update_action_sensitivity),
10441         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10442         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10443         (ev_window_cmd_view_normal_size):
10444
10445         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10446         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10447         better than oom. 
10448
10449 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10450
10451         * configure.ac:
10452
10453         Depend on 2.57, 2.59 doesnt seem to be necessary
10454
10455 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10456
10457         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10458         (create_tool_item):
10459
10460         Put back total number of pages as (1 of 1234)
10461
10462 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10463
10464         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10465         remove the job.
10466
10467         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10468         function.  This helps debugging.
10469
10470 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10471
10472         * djvu/djvu-document.c: (djvu_document_class_init),
10473         (djvu_document_get_info), (djvu_document_document_iface_init):
10474         * dvi/dvi-document.c: (dvi_document_class_init),
10475         (dvi_document_get_info), (dvi_document_document_iface_init):
10476
10477         Dummy implementation of get_info method for dvi and
10478         djvu. Fix crashes with those backends
10479
10480 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10481
10482         * data/evince.desktop.in:
10483
10484         Add application/x-gzpostscript
10485
10486 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10487
10488         * data/evince.schemas.in: Added real long descriptions, 
10489         closes bug 172496 
10490
10491         * README: Added actual text, closes bug 171869
10492
10493 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10494
10495         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10496
10497         Thumbnail page 0
10498
10499 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10500
10501         * backend/ev-document-info.h:
10502
10503         s/GDate */GDate so we can just use g_free
10504
10505 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10506
10507         * shell/ev-window.c: (update_document_mode),
10508         (ev_window_setup_document):
10509
10510         Show the window in fullscreen when specified by
10511         the document
10512
10513 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10514
10515         * backend/ev-document.c: (ev_document_class_init),
10516         (ev_document_get_info), (ev_document_render_pixbuf):
10517         * backend/ev-document.h:
10518         * backend/ev-page-cache.c: (_ev_page_cache_new):
10519         * pdf/ev-poppler.cc:
10520         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10521         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10522         * ps/ps-document.c: (ps_document_class_init), (document_load),
10523         (ps_document_get_info), (ps_document_document_iface_init):
10524
10525         Remove get_title from the interface, we can just use document info
10526
10527 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10528
10529         * backend/Makefile.am:
10530         * backend/ev-document.c: (ev_document_render_get_info):
10531         * backend/ev-document.h:
10532         * pdf/ev-poppler.cc:
10533
10534         Initial support for document info. Based on jrb patch.
10535
10536 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10537
10538         * shell/ev-window.c: (ev_window_state_event),
10539         (ev_window_class_init), (ev_window_init):
10540         
10541         Doesn't show resize grip when maximized. See bug #301053
10542
10543 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10544
10545         * po/POTFILES.in:
10546         
10547         ev-sidebar-thumbnails now has translatable labels
10548         
10549         * shell/Makefile.am:
10550         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10551         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10552         (ev_sidebar_links_page_iface_init):
10553         * shell/ev-sidebar-links.h:
10554         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10555         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10556         (ev_sidebar_page_get_label):
10557         * shell/ev-sidebar-page.h:
10558         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10559         (ev_sidebar_thumbnails_set_document),
10560         (ev_sidebar_thumbnails_support_document),
10561         (ev_sidebar_thumbnails_get_label),
10562         (ev_sidebar_thumbnails_page_iface_init):
10563         * shell/ev-sidebar-thumbnails.h:
10564         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10565         (ev_sidebar_set_document):
10566         * shell/ev-sidebar.h:
10567         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10568         
10569         Small rework of sidebar code. Now sidebar pages should implement
10570         EvSidebarPage interface. That makes page management in EvSidebar
10571         easier. See bug #164811 for details
10572
10573 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10574
10575         * shell/ev-application.c: (ev_application_open):
10576         * shell/ev-document-types.c:
10577         
10578         Fix build error and small problem with application exit
10579
10580 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10581
10582         * thumbnailer/Makefile.am:
10583         * thumbnailer/evince-thumbnailer-djvu.schemas:
10584         * thumbnailer/evince-thumbnailer-dvi.schemas:
10585         
10586         Conditionally install schemas for djvu/dvi thumbnailer
10587
10588 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10589
10590         * shell/ev-document-types.h: 
10591         * shell/ev-document-types.c: 
10592         New files, handling the mapping from mimetypes to backends
10593         
10594         * shell/ev-window.c: 
10595         * thumbnailer/evince-thumbnailer.c:     
10596         Use the ev-document-types code
10597         
10598         * shell/Makefile.am: 
10599         Added new convenience library libevbackendfactory_la, containing
10600         the new mimetype->backend logic; moved the backends into it.
10601
10602         * thumbnailer/Makefile.am:
10603         Make the thumbnailer link with the libevbackend.la convenience
10604         library, rather than having a duplicate of the backend logic here.
10605
10606 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10607
10608         * shell/ev-stock-icons.c: constify some vars.
10609         * shell/ev-window.c: ditto.
10610
10611 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10612
10613         * ps/ps-document.c (get_page_orientation):
10614
10615         Respect document orientation 
10616
10617 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10618
10619         * djvu/Makefile.am:
10620         * dvi/Makefile.am:
10621         * shell/Makefile.am:
10622         
10623         Move library dependencies to components.
10624         
10625         * shell/ev-window.c: (update_window_title),
10626         (start_loading_document):
10627         
10628         Fix display of uris with spaces. Bug 168358.
10629
10630 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10631
10632         * shell/ev-sidebar-links.c: (selection_changed_cb):
10633         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10634         (ev_view_button_release_event), (ev_view_set_document):
10635         * shell/ev-view.h:
10636         * shell/ev-window.c: (find_bar_search_changed_cb):
10637         * shell/ev-window.h: Minor cleanups removing some dead code.
10638
10639 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10640
10641         * backend/ev-page-cache.c: (_ev_page_cache_new):
10642         
10643         Set current page to 0 if document has pages.
10644
10645 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10646
10647         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10648
10649         Initialize GError to NULL, fix a crash when loading fails.
10650
10651 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * shell/ev-window.c: (update_view_size):
10654
10655         Calculate shadow size only when there is actually
10656         a shadow.
10657
10658 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10659
10660         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10661         * shell/ev-view.h:
10662
10663         Allow setting view spacing, default to 0
10664
10665         * shell/ev-window.c: (ev_window_unfullscreen),
10666         (ev_window_cmd_view_fullscreen), (ev_window_init):
10667
10668         Remove spacing in fullscreen mode
10669
10670 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10671
10672         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10673         (ev_view_size_request), (expose_bin_window),
10674         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10675         * shell/ev-view.h:
10676         * shell/ev-window.c: (ev_window_unfullscreen),
10677         (ev_window_cmd_view_fullscreen):
10678
10679         Do not draw the border in fulscreen
10680
10681 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10682
10683         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10684         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10685         (find_page_at_location), (page_changed_cb):
10686
10687         Rework border calculation, so that I can more easily disable it.
10688         Code somewhat cleaner too.
10689
10690 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10691
10692         * backend/ev-page-cache.c: (ev_page_cache_init),
10693         (_ev_page_cache_new):
10694
10695         Remove some assertions, documents can have 0 pages.
10696         Make initial current page -1.
10697
10698         * shell/ev-page-action.c: (page_changed_cb):
10699
10700         Show "" if current page is -1
10701
10702         * shell/ev-window.c: (update_action_sensitivity),
10703         (ev_window_setup_document):
10704
10705         When document has 0 pages do not set the view
10706         and make nearly everything insensitive.
10707
10708 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10709
10710         * shell/ev-page-view.c:
10711         * shell/ev-page-view.h:
10712
10713         Remove unused files.
10714         
10715         * shell/ev-sidebar-thumbnails.c:
10716         (ev_sidebar_thumbnails_set_document):
10717         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10718         (ev_sidebar_supports_document):
10719         * shell/ev-sidebar.h:
10720         * shell/ev-window.c: (ev_window_setup_document):
10721         
10722         Doesn't show thumbnails if document has 1 page. Make
10723         sidebar menu entries sensitive only if if they have 
10724         sense. Fix bug 164811. 
10725
10726 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10727
10728         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10729         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10730         (ev_view_zoom_out), (ev_view_set_size):
10731
10732         Rework sizing to deal with documents with not uniform page
10733         size.
10734
10735 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10736
10737         * backend/ev-page-cache.c: (_ev_page_cache_new):
10738
10739         Fix several page size caching bugs
10740
10741 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10742
10743         * shell/ev-window.c: (set_action_properties):
10744
10745         Make all toolbar items translatable
10746
10747 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10748
10749         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10750         (save_page_list), (ps_document_save),
10751         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10752         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10753         (ps_document_ps_exporter_iface_init):
10754         * ps/ps-document.h:
10755
10756         Based on a patch by J�rg Billeter <j@bitron.ch>
10757         
10758         Implement print and save a copy for the ps backend.
10759
10760 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10761
10762         * backend/ev-document.h:
10763         * djvu/djvu-document.c: (djvu_document_can_get_text),
10764         (djvu_document_document_iface_init):
10765         * dvi/dvi-document.c: (dvi_document_can_get_text),
10766         (dvi_document_document_iface_init):
10767         * pdf/ev-poppler.cc:
10768         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10769         (pixbuf_document_document_iface_init):
10770         * ps/ps-document.c: (ps_document_can_get_text),
10771         (ps_document_document_iface_init):
10772         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10773         * shell/ev-window.c: (update_action_sensitivity):
10774
10775         Fix the crash when trying to copy in backends that doesnt
10776         support it. We can implement a better solution once we
10777         do real text selection.
10778
10779 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10780
10781         * data/evince-ui.xml:
10782         * shell/ev-window.c: (ev_window_cmd_escape):
10783         
10784         Work around the Escape conflict (find bar and unfullscreen)
10785
10786 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10787
10788         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10789         
10790         Fix for #300233. Next page correctly handles document end.
10791         
10792         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10793         (ev_sidebar_thumbnails_class_init),
10794         (ev_sidebar_thumbnails_set_document),
10795         (ev_sidebar_thumbnails_clear_job),
10796         (ev_sidebar_thumbnails_clear_model):
10797         
10798         Cleanup thumbnail jobs on document changes.
10799         
10800         * shell/ev-view.c: (add_scroll_binding_keypad),
10801         (add_scroll_binding_shifted), (ev_view_class_init):
10802         
10803         Shift + Space scrolls up. Fix for #173184
10804         
10805         * shell/ev-window.c: (ev_window_open_page),
10806         (ev_window_cmd_view_reload):
10807         
10808         Fix reload (Bug #300094)
10809
10810 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10811
10812         
10813         * dvi/mdvi-lib/assoc.c:
10814         * dvi/mdvi-lib/assoc.h: Removed garbage files
10815         
10816         * dvi/mdvi-lib/bitmap.c:
10817         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10818         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10819         * dvi/mdvi-lib/color.h: Antialias of rules
10820         
10821         * dvi/mdvi-lib/common.h:
10822         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10823         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10824         * dvi/mdvi-lib/files.c:
10825         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10826         * dvi/mdvi-lib/mdvi.h:
10827         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10828         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10829         * dvi/mdvi-lib/util.c: Fix compile warnings
10830         
10831         * dvi/dvi-document.c:
10832         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10833         (dvi_document_thumbnails_get_thumbnail),
10834         (dvi_document_document_thumbnails_iface_init):
10835         * dvi/mdvi-lib/Makefile.am:
10836         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10837         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10838         
10839         Dvi backend now renders thumbnails
10840
10841 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10842
10843         * shell/main.c: (main): 
10844         
10845         Save accelerators on exit. Fixes bug #172095.
10846
10847 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10848
10849         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10850         update priority" comment.
10851
10852         * backend/ev-job-queue.c: Give a way to change priority.
10853
10854 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10855
10856         * shell/ev-page-action.c: Fix logic.
10857
10858 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10859
10860         * shell/ev-view.c: (ev_view_can_find_next):
10861         * shell/ev-window.c: (ev_window_setup_document):
10862
10863         Check that the document supports find
10864
10865 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10866
10867         * data/evince-ui.xml:
10868         * shell/ev-view.c: (ev_view_can_find_next):
10869         * shell/ev-view.h:
10870         * shell/ev-window.c: (update_action_sensitivity),
10871         (find_changed_cb), (ev_window_setup_document),
10872         (ev_window_cmd_edit_find_next):
10873
10874         Add Edit->Find Next
10875
10876 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10877
10878         * pdf/ev-poppler.cc:
10879         * shell/ev-print-job.c: (idle_print_handler):
10880
10881         Make printing work again
10882
10883 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10884
10885         * shell/ev-page-action.h:
10886         * shell/ev-page-action.c: (ev_page_action_widget_init),
10887         (ev_page_action_widget_class_init), (page_changed_cb),
10888         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10889         (get_filter_model_from_model), (match_selected_cb),
10890         (display_completion_text), (match_completion), (update_model),
10891         (connect_proxy), (ev_page_action_set_property),
10892         (ev_page_action_get_property), (ev_page_action_set_document),
10893         (ev_page_action_set_model), (ev_page_action_class_init): Big
10894         reworking to make completions work iff we have >= GTK-2.7.0
10895                 
10896         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10897         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10898         (job_finished_cb): We now have a 'model' property that is set when
10899         the links are loaded.  This can be caught with "notify::model"
10900
10901         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10902         listen for the model to be set, and propagate it to the action.
10903
10904 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10905
10906         * cut-n-paste/recent-files/egg-recent-item.c:
10907         (egg_recent_item_set_uri), (make_valid_utf8),
10908         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10909         * cut-n-paste/recent-files/egg-recent-item.h:
10910         
10911         Update egg-recent from libegg. This should fix long
10912         startup problem. For details see
10913         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10914
10915 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10916
10917         * cut-n-paste/recent-files/Makefile.am:
10918         * data/evince-ui.xml, shell/Makefile.am:
10919         * shell/ev-application.c, shell/ev-application.h:
10920         * shell/ev-window.c: Recent files support.
10921         
10922         * configure.ac: Added "ru" to ALL_LINGUAS.
10923         
10924         * dvju: new backend to support DJVU files.
10925         * dvi: new backend to support DVI.
10926
10927         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10928         * ev-application.c: Support for new backends.
10929         
10930         * help, ev-window.c, main.c shell/Makefile.am: 
10931         Evince user documentation.
10932
10933 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10934
10935         * po/POTFILES.in:
10936         * shell/ev-window.c:
10937         * thumbnailer/evince-thumbnailer.c:
10938
10939         s/pdf-document/ev-poppler
10940
10941 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10942
10943         * NEWS:
10944         * configure.ac:
10945
10946         Release 0.2.0
10947
10948         * ps/ps-document.c: (setup_pixmap):
10949
10950         Remove debug code
10951
10952 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10953
10954         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10955         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10956         (ev_window_cmd_go_first_page): Fix of by one errors.
10957
10958 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10959
10960         * ps/ps-document.c: (get_page_box):
10961
10962         Fix page size calculation
10963
10964 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10965
10966         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10967         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10968         (get_page_orientation), (setup_page), (document_load),
10969         (ps_document_get_page_size), (render_pixbuf_idle):
10970         * ps/ps-document.h:
10971
10972         More refactoring to adapt to EvDocument changes
10973
10974 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10975
10976         * ps/ps-document.c: (start_interpreter):
10977
10978         Actually add alpha args
10979
10980 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10981
10982         * pdf/ev-poppler.cc:
10983
10984         Make clipboard work again
10985
10986 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10987
10988         Make searching work again.
10989         
10990         * backend/ev-document.c:
10991         * backend/ev-document.h:
10992         * backend/ev-document-find.c:
10993         * backend/ev-document-find.h: Change EvDocumentIface so we no
10994         longer store the current page or zoom level in the document.  The
10995         consequence is that all calls that operate on the current page now
10996         instead take the page number as an extra argument, and all
10997         coordinates are now doubles in document coordinate system.
10998
10999         * pdf/ev-poppler.cc:
11000         * pixbuf/pixbuf-document.c:
11001         * ps/ps-document.c: Update backends accordingly.
11002
11003 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11004
11005         * autogen.sh:
11006
11007         Add required gettext version
11008
11009 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11010
11011         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11012         make F1 bring up non-existent help.
11013
11014         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11015         epiphany's find bar, #167477
11016
11017         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11018         <emil@nishra.com> to add space-bar scrolling, 
11019
11020         * shell/ev-window.c (static GtkActionEntry entries): add default
11021         keybinding for Help (F1)
11022         Fixes #171068
11023
11024         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11025         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11026         170110
11027
11028 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11029
11030         * Makefile.am: 
11031         * pixbuf/pixbuf-document.c: 
11032
11033         Got pixbuf backend working again
11034
11035 2005-04-01  Steve Murphy  <murf@e-tools.com>
11036
11037         * configure.in: Added "rw" to ALL_LINGUAS.
11038
11039 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11040
11041         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11042         model types, noticed by Martin Kretzschmar.
11043
11044 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11045
11046         * pdf/ev-poppler.cc: Implement search based on
11047         poppler_page_find_text().  Currently a bit crude since we remember
11048         all matches from all pages.  Also, we grab the big document lock
11049         when we search since searching changes the underlying stream and
11050         thus conflicts with the rendering thread.
11051         
11052         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11053         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11054         (ev_view_find_previous): Fix some page indexes to be 0 based,
11055         offset rubber band by view offset,
11056
11057 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11058
11059         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11060
11061 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11064         completely because I didn't understand GtkActions.  I should
11065         read Marco's code more carefully in the future.
11066
11067         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11068         function
11069
11070 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11071
11072         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11073         PopplerRectangle change from poppler CVS.
11074
11075 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11076
11077         * backend/ev-document.c: (ev_document_get_page_label):
11078         * backend/ev-document.h:
11079         * backend/ev-page-cache.c: (_ev_page_cache_new),
11080         (ev_page_cache_get_page_label):
11081         * backend/ev-page-cache.h:
11082         * pdf/ev-poppler.cc:
11083         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11084         (links_page_num_func):
11085         * shell/ev-sidebar-thumbnails.c:
11086         (ev_sidebar_thumbnails_set_document):
11087         * shell/ev-view.c: (status_message_from_link),
11088         (ev_view_motion_notify_event):
11089         * shell/ev-window.c: (document_supports_sidebar): Add in page
11090         label support.  It's not perfect yet, but it's the first 'feature'
11091         in a while.
11092         Also, fix a bogus comment noticed by crispin. 
11093
11094 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11095
11096         * Makefile.am: Remove pixbuf backend for now
11097
11098         * configure.ac: Require poppler-glib instead of just poppler.
11099
11100         * backend/ev-document-thumbnails.h: Add a comment
11101
11102         * backend/ev-document.h:
11103         * backend/ev-document.c: (ev_document_class_init),
11104         (ev_document_load), (ev_document_get_link),
11105         (ev_document_get_links): Remove 3 methods and add get_links.
11106         Also, made 0 based.
11107
11108         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11109         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11110
11111         * backend/ev-link.c: (ev_link_set_title),
11112         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11113         (ev_link_mapping_find):
11114         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11115         
11116         * backend/ev-page-cache.c: (ev_page_cache_init),
11117         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11118         (ev_page_cache_get_size), (ev_page_cache_next_page),
11119         (ev_page_cache_prev_page): Fix to be 0 based.
11120
11121         * pdf/Makefile.am: 
11122         * pdf/ev-poppler.h:
11123         * pdf/ev-poppler.cc: New backend.
11124         
11125         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11126         (ps_document_get_page), (ps_document_document_iface_init):
11127
11128         * shell/ev-pixbuf-cache.h:
11129         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11130         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11131         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11132         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11133         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11134         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11135         based.
11136         
11137         * shell/ev-sidebar-thumbnails.c:
11138         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11139         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11140
11141         * shell/ev-view.c: (status_message_from_link),
11142         (find_page_at_location), (get_link_at_location),
11143         (ev_view_motion_notify_event), (ev_view_button_release_event),
11144         (ev_view_init): Use the new link code.  Fix to be 0 based.
11145
11146         * shell/ev-window.c: (update_action_sensitivity),
11147         (document_supports_sidebar): 0 based.
11148
11149 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11150
11151         * pdf/pdf-document.cc: Patch from Fernando Herrera
11152         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11153         *blush*
11154
11155 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11156
11157         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11158         1 to the page, as this seems to be 1 based.  I thought we has this
11159         fixed.  grump.
11160
11161 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11162
11163         * TODO:
11164         * backend/Makefile.am:
11165         * backend/ev-document-links.c:
11166         (ev_document_links_has_document_links),
11167         (ev_document_links_get_links_model):
11168         * backend/ev-document-links.h:
11169         * backend/ev-document.c: (ev_document_get_page_cache),
11170         (ev_document_get_doc_mutex), (ev_document_load),
11171         (ev_document_save), (ev_document_get_title),
11172         (ev_document_get_n_pages), (ev_document_set_page),
11173         (ev_document_get_page), (ev_document_set_target),
11174         (ev_document_set_scale), (ev_document_set_page_offset),
11175         (ev_document_get_page_size), (ev_document_get_text),
11176         (ev_document_get_link), (ev_document_render),
11177         (ev_document_render_pixbuf), (ev_document_scale_changed):
11178         * backend/ev-document.h:
11179         * backend/ev-job-queue.c: (remove_object_from_queue),
11180         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11181         (no_jobs_available_unlocked), (ev_render_thread),
11182         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11183         (ev_job_queue_remove_job):
11184         * backend/ev-job-queue.h:
11185         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11186         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11187         (ev_job_links_class_init), (ev_job_render_init),
11188         (ev_job_render_dispose), (ev_job_render_class_init),
11189         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11190         (ev_job_thumbnail_class_init), (ev_job_finished),
11191         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11192         (ev_job_render_run), (ev_job_thumbnail_new),
11193         (ev_job_thumbnail_run):
11194         * backend/ev-jobs.h:
11195         * backend/ev-link.c:
11196         * backend/ev-link.h:
11197         * backend/ev-page-cache.c: (ev_page_cache_init),
11198         (ev_page_cache_class_init), (ev_page_cache_finalize),
11199         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11200         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11201         (ev_page_cache_set_link), (ev_page_cache_get_title),
11202         (ev_page_cache_get_size), (ev_page_cache_next_page),
11203         (ev_page_cache_prev_page):
11204         * backend/ev-page-cache.h:
11205         * pdf/pdf-document.cc:
11206         * ps/gsdefaults.c:
11207         * ps/gsdefaults.h:
11208         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11209         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11210         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11211         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11212         (is_interpreter_ready), (output), (catchPipe), (input),
11213         (start_interpreter), (check_filecompressed), (compute_dimensions),
11214         (ps_document_enable_interpreter), (document_load),
11215         (ps_document_next_page), (render_page), (ps_document_set_page),
11216         (ps_document_set_scale), (render_pixbuf_idle),
11217         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11218         * ps/ps-document.h:
11219         * shell/Makefile.am:
11220         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11221         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11222         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11223         (ev_pixbuf_cache_new), (job_finished_cb),
11224         (check_job_size_and_unref), (move_one_job),
11225         (ev_pixbuf_cache_update_range), (find_job_cache),
11226         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11227         (ev_pixbuf_cache_add_jobs_if_needed),
11228         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11229         * shell/ev-pixbuf-cache.h:
11230         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11231         (idle_print_handler):
11232         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11233         (selection_changed_cb), (create_loading_model),
11234         (ev_sidebar_links_construct), (links_page_num_func),
11235         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11236         (update_page_callback), (job_finished_cb),
11237         (ev_sidebar_links_set_document):
11238         * shell/ev-sidebar-thumbnails.c:
11239         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11240         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11241         (page_changed_cb), (thumbnail_job_completed_callback),
11242         (ev_sidebar_thumbnails_set_document):
11243         * shell/ev-sidebar-thumbnails.h:
11244         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11245         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11246         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11247         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11248         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11249         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11250         (ev_view_button_release_event), (ev_view_scroll_view),
11251         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11252         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11253         (ev_view_new), (job_finished_cb), (page_changed_cb),
11254         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11255         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11256         (ev_view_find_previous):
11257         * shell/ev-view.h:
11258         * shell/ev-window.c: (update_action_sensitivity),
11259         (ev_window_open_page), (update_window_title), (update_total_pages),
11260         (page_changed_cb), (ev_window_setup_document),
11261         (password_dialog_response), (ev_window_cmd_save_as),
11262         (ev_window_print), (ev_window_cmd_go_previous_page),
11263         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11264         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11265         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11266         * shell/main.c: (main):
11267
11268         Merge evince-threads branch
11269
11270 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11271
11272         * configure.ac: Added "lt" to ALL_LINGUAS.
11273
11274 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * NEWS:
11277         * configure.ac:
11278
11279         Release 0.1.9
11280
11281 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11282
11283         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11284
11285         Fix here also the thumbnails 1-basedness :)
11286
11287 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11288
11289         * NEWS:
11290         * configure.ac:
11291
11292         Release 0.1.8
11293
11294 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11295
11296         * pdf/pdf-document.cc:
11297         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11298         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11299
11300         Fix the mess we did with thumbnails and 1-basedness
11301
11302 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11303
11304         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11305
11306 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11307
11308         * NEWS:
11309         * configure.ac:
11310
11311         Release 0.1.7
11312
11313 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * ps/Makefile.am:
11316         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11317         (gtk_gs_defaults_get_alpha_parameters),
11318         (gtk_gs_defaults_get_ungzip_cmd),
11319         (gtk_gs_defaults_get_unbzip2_cmd):
11320         * ps/gsdefaults.h:
11321         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11322         (ps_document_get_orientation), (document_load),
11323         (ps_document_goto_page), (ps_document_set_page_size):
11324         * ps/ps-document.h:
11325
11326         Some more sanitization of the ps backend. Remove a lot
11327         of unused code and do not base our defaults on ggv
11328         preferences (ugh!)
11329
11330 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11331
11332         * thumbnailer/evince-thumbnailer.schemas:
11333         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11334         (main): add -s option for thumbnail size.
11335
11336 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11337
11338         * configure.ac:
11339
11340         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11341         remove it.
11342
11343 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11344
11345         * pdf/pdf-document.cc:
11346
11347         Remove 4 pixels of useless border from the
11348         thumbnail.
11349
11350 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11351
11352         * backend/ev-document-thumbnails.c:
11353         (ev_document_thumbnails_get_thumbnail):
11354         * backend/ev-document-thumbnails.h:
11355
11356         Rework API a bit. Add a border flag and
11357         change sizing logic (now the size we specify
11358         applies to the bigger dimension).
11359
11360         * pdf/pdf-document.cc:
11361         * pixbuf/pixbuf-document.c:
11362         (pixbuf_document_thumbnails_get_thumbnail):
11363         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11364         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11365
11366         Adapt to the new API and do not draw a border for nautilus
11367         thumbnailer.
11368
11369 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11370
11371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11372         take thumbnails from page "0" instead of "1". Added a copyright header.
11373
11374 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11375
11376         * ps/ps-document.c: (set_up_page), (start_interpreter):
11377
11378         Make it C89 compliant
11379
11380 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * Makefile.am:
11383         * configure.ac:
11384         * pdf/.cvsignore:
11385         * pdf/pdf-document.cc:
11386         * thumbnailer/Makefile.am:
11387         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11388         (main):
11389         * thumbnailer/evince-thumbnailer.schemas:
11390         * thumbnailer/pdf-icon.png:
11391
11392         Add a nautilus thumbnailer.
11393         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11394
11395 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11396
11397         * NEWS:
11398         * configure.ac:
11399         * po/POTFILES.in:
11400
11401         Release 0.1.6
11402
11403 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11404
11405         Use poppler instead of including xpdf source code.  Poppler is a
11406         fork of xpdf to build it as a shared library. See
11407         http://freedesktop.org/wiki/Software/poppler.
11408
11409         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11410         xpdf fork.
11411         
11412         * pdf/Makefile.am: Build libpdfdocument.a here.
11413         
11414         * pdf/GDKSplashOutputDev.cc:
11415         * pdf/GDKSplashOutputDev.h:
11416         * pdf/GnomeVFSStream.cc:
11417         * pdf/GnomeVFSStream.h:
11418         * pdf-document.cc:
11419         * pdf-document.h:
11420         * test-gdk-output-dev.cc
11421         * Thumb.cc:
11422         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11423         against poppler.
11424
11425 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11426
11427         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11428
11429         Clear idle stack before unsetting the document
11430
11431 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * ps/ps-document.c: (ps_document_widget_event),
11434         (ps_document_set_target), (ps_document_finalize),
11435         (ps_document_get_page):
11436
11437         Disconnect the widget event signal on finalize.
11438         Some code cleanups.
11439
11440 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11441
11442         * ps/ps-document.c: (set_up_page):
11443
11444         If there is no bpixmap create one, even if size
11445         is not changed.
11446
11447 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11450         (set_up_page), (document_load), (ps_document_set_zoom):
11451
11452         Default page is 0. Calculate size even when we have no
11453         target yet.
11454
11455 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11456
11457         * shell/ev-sidebar.c: expand the selection widget to be always as
11458         wide as the sidebar
11459
11460 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11461
11462         * shell/ev-sidebar-thumbnails.c:
11463         (ev_sidebar_thumbnails_set_document):
11464
11465         Clear the list store when setting document
11466
11467 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * shell/ev-page-action.c: (update_entry), (sync_entry),
11470         (activate_cb), (entry_size_request_cb), (create_tool_item),
11471         (connect_proxy):
11472
11473         Use an entry for the page control instead of spinbuttons
11474
11475 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11476
11477         * data/evince.schemas.in:
11478
11479         Correct confusing string
11480
11481 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11482
11483         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11484         for real.  Gosh, how long has this been broken.
11485
11486         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11487         check for a NULL link.  We crash otherwise.
11488
11489 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * NEWS:
11492         * configure.ac:
11493
11494         Release 0.1.5
11495
11496 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11497
11498         * configure.ac: add the french translation.
11499
11500 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11501
11502         * shell/ev-window.c:
11503
11504         Remove unused header -> fix distcheck
11505
11506 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11507
11508         * shell/ev-window.c: (update_window_title),
11509         (ev_window_popup_password_dialog):
11510
11511         Unescape filename for display
11512
11513 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * pdf/xpdf/pdf-document.cc:
11516
11517         In get_page_size deal with rotation. Also
11518         cleanup the function a bit.
11519
11520 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11521
11522         * pdf/xpdf/pdf-document.cc:
11523
11524         Fix crash when opening in new window
11525
11526 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11527
11528         * configure.ac:
11529
11530         Check ghostscript >= 7
11531
11532 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11533
11534         * shell/ev-window.c:
11535
11536         Make page width the default sizing mode
11537
11538 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11539         Marco Pesenti Gritti <marco@gnome.org>
11540
11541         * shell/ev-window.c: Remember the sidebar size
11542
11543         * data/evince.schemas.in: Add a new gconf key to store the size of
11544         the sidebar
11545
11546 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11547
11548         * data/evince-ui.xml:
11549         * shell/ev-window.c: (update_action_sensitivity),
11550         (ev_window_cmd_view_reload):
11551         
11552         Add a "Reload" action and menu entry
11553
11554 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11555
11556         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11557         iff the type doesn't support thumbnailing and indexing.
11558
11559 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11560
11561         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11562
11563 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11564
11565         * pdf/splash/Splash.cc:
11566
11567         Port fix for a crasher from kde bug
11568         http://bugs.kde.org/show_bug.cgi?id=97131
11569
11570 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * pdf/xpdf/pdf-document.cc:
11573
11574         Return a link even if it's of an unrecognized
11575         type. Otherwise we go in an infinte cycle.
11576
11577 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11578
11579         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11580         (size_allocate_cb), (ev_window_set_sizing_mode):
11581
11582         Update size when switching mode
11583
11584 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11587         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11588         (ev_window_cmd_view_normal_size):
11589
11590         Fix size toggle buttons behavior
11591
11592 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11593
11594         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11595         (doc_rect_to_view_rect), (ev_view_size_allocate),
11596         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11597         (scale_changed_callback):
11598
11599         Do not cache offsets in size_allocate.
11600
11601 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11602
11603         * shell/ev-view.c: (ev_view_size_allocate):
11604
11605         Calculate offsets before calling the parent
11606         class (which does a redraw)
11607
11608 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11609
11610         * pdf/xpdf/pdf-document.cc:
11611
11612         Fix a crasher on exit. Unused code, put a TODO
11613
11614 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11615
11616         * backend/ev-document.c: (ev_document_class_init),
11617         (ev_document_page_changed), (ev_document_scale_changed):
11618         * backend/ev-document.h:
11619
11620         Separate page/scale notifications
11621
11622         * pdf/xpdf/pdf-document.cc:
11623
11624         Emit the new signals.
11625         Do not display the pdf page in _render, do it
11626         when scale/page are requested.
11627
11628         * ps/ps-document.c: (ps_document_set_zoom),
11629         (ps_document_widget_event):
11630         * ps/ps-document.h:
11631
11632         Emit the new signals.
11633
11634         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11635         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11636         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11637         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11638         * shell/ev-view.h:
11639         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11640         (ev_window_cmd_view_page_width), (size_allocate_cb),
11641         (ev_window_set_sizing_mode):
11642
11643         Rework sizing to be pixel based.
11644         There are bugs but should be already way better.
11645
11646 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * shell/ev-window.c: (ev_window_init):
11649
11650         Do not allow to shrink sidebar smaller then
11651         child requisition
11652
11653 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11654
11655         * shell/ev-sidebar.[ch]
11656         * shell/ev-window.c:
11657
11658         Improved sidebar widget. Fixes #166683
11659
11660 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11661
11662         * shell/ev-view.c (update_find_status_message): Give translators
11663         more flexibility with ngettext plural handling.
11664
11665 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11666
11667         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11668         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11669         page when we get the page size.
11670
11671 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11672
11673         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11674
11675         ps pages are 0 based, convert 
11676
11677 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11678
11679         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11680
11681         Initialize correct parent class. Set GError on document load
11682
11683 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11684
11685         * pdf/xpdf/pdf-document.cc:
11686
11687         Fixup selection offset calculation
11688
11689         * shell/ev-view.c: (view_rect_to_doc_rect),
11690         (doc_rect_to_view_rect), (ev_view_size_allocate),
11691         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11692         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11693
11694         Store selection as document relative, so that zooming
11695         and offset changing doesnt break it.
11696
11697 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11698
11699         * shell/ev-view.c: (ev_view_best_fit):
11700
11701         Do not try to best fit if the view is not realized
11702
11703 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11704           
11705         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11706
11707 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11708
11709         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11710
11711 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11712
11713         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11714         the popup window.  That prevents it resizing when in full screen
11715         mode.
11716
11717         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11718         multiple rerenders.  This pretty much sucks.
11719
11720         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11721         rest of the toolbar.
11722
11723 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11724
11725         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11726
11727 2005-02-17  Alexander Shopov  <ash@contact.bg>
11728
11729         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11730
11731 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11732
11733         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11734
11735 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11736
11737         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11738         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11739         (set_document_page), (document_changed_callback),
11740         (ev_view_set_document), (ev_view_find_previous),
11741         (ev_view_hide_cursor), (ev_view_show_cursor):
11742         * shell/ev-view.h:
11743         * shell/ev-window.c: (update_chrome_visibility),
11744         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11745         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11746         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11747         (ev_window_unfullscreen):
11748         * shell/main.c: (main):
11749
11750         Automatically hide the fullscreen button.
11751         Patch by Kristian Høgsberg <krh@redhat.com>
11752
11753 2005-02-16  Vincent Noel  <vnoel@cox.net>
11754
11755         * shell/main.c (main): Specify an icon for the window. Patch by
11756         Jaap A. Haitsma. Fixes #166177.
11757
11758 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11759
11760         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11761
11762 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11763
11764         * backend/ev-document-misc.h:
11765         * backend/ev-document-misc.c:
11766         (ev_document_misc_get_page_border_size),
11767         (ev_document_misc_paint_one_page): New function to canonicalize
11768         sizing/painting a border.
11769
11770         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11771         used.
11772
11773         * pdf/xpdf/pdf-document.cc: use new function
11774
11775         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11776         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11777         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11778         shell/ev-window.c: (update_sizing_buttons),
11779         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11780         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11781         (ev_window_cmd_view_page_width), (size_allocate_cb),
11782         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11783         and "fit width" values act as toggle buttons so they stay
11784         toggled.  It's not 100% perfect, and it's a little slow, but it's
11785         good enough to commit I think.
11786
11787 2005-02-15  David Lodge  <dave@cirt.net>
11788
11789         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11790
11791 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11792
11793         * shell/ev-window.c (update_window_title): replace newlines in
11794         the title by spaces. Bug #166107.
11795
11796 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11797
11798         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11799         parameters providing allocation width and height without
11800         scrollbars and width of a possible vertical scrollbar. With this
11801         additional information the functions can work as
11802         intended. Unfortunately they're not idempotent. We should
11803         transform these commands to toggles. Fixes Bug #164976
11804         Initial patch by Stephane Loeuillet, then heavily modified.
11805
11806         * shell/ev-view.h: update prototypes.
11807
11808         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11809         (ev_window_cmd_view_page_width): provide EvView fit functions with
11810         all the information they need. Formulas to calculate this
11811         information taken from GtkScrolledWindow.
11812
11813 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11814
11815         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11816         created a thumbnail, the list store is updated to know
11817         that the thumbnail is set. Fixes bug #166792
11818
11819 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11820
11821         * shell/ev-window.c: fixed typo, closes bug 166897
11822
11823         * TODO: updated TODO with bug numbers that are relevant
11824
11825 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11826
11827         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11828
11829 2005-02-09  Vincent Noel  <vnoel@cox.net>
11830
11831         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11832         and "Next" toolbar buttons as important to make them stand out.
11833
11834 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * lib/ev-debug.c:
11837         * lib/ev-debug.h:
11838         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11839         (start_interpreter), (stop_interpreter), (document_load),
11840         (ps_document_next_page), (ps_document_goto_page),
11841         (ps_document_set_page_size), (ps_document_widget_event),
11842         (ps_document_render):
11843         * shell/ev-page-view.c: (ev_page_view_dispose):
11844         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11845
11846         Fix compilation on non-gcc platforms
11847
11848 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * NEWS:
11851         * configure.ac:
11852
11853         Release 0.1.4
11854
11855         * pdf/xpdf/Catalog.cc:
11856         * pdf/xpdf/XRef.cc:
11857
11858         Fix the fix for CAN-2004-0888
11859
11860 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11861
11862         * data/Makefile.am:
11863         * data/evince-ui.xml:
11864         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11865         * shell/ev-stock-icons.h:
11866         * shell/ev-window.c: (update_action_sensitivity),
11867         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11868         (set_action_properties):
11869
11870         Improve toolbar layout/icons
11871
11872 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * pdf/xpdf/pdf-document.cc:
11875
11876         Add warnings about unimplemented/unknown link
11877         types.
11878
11879 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11880
11881         * ps/ps-document.c: (set_up_page):
11882
11883         Log gs property
11884
11885 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11886
11887         * ps/ps-document.c: (start_interpreter):
11888
11889         Log gs env var
11890
11891 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11892
11893         * shell/ev-page-view.c: (ev_page_view_dispose):
11894         * shell/ev-view.c: (ev_view_finalize):
11895         * shell/ev-window.c: (ev_window_setup_document),
11896         (ev_window_dispose), (ev_window_init):
11897
11898         Solve more refs issues.
11899
11900         I commented out the page_view initialization for now:
11901         it was never destroyed (because it's never added
11902         to a container). Because of that we was leaking
11903         gs processes. Couldnt think to a clean fix.
11904         We need to figure this out, password view has the
11905         same issue probably.
11906
11907 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * ps/ps-document.c: (ps_document_finalize),
11910         (ps_document_get_n_pages), (ps_document_get_page):
11911
11912         Some cleanups, stop the interpreter on finalize
11913
11914         * shell/ev-page-view.c: (ev_page_view_dispose),
11915         (ev_page_view_class_init):
11916
11917         Release our reference on the document
11918
11919 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * Makefile.am:
11922         * configure.ac:
11923         * doc/debugging.txt:
11924         * lib/.cvsignore:
11925         * lib/Makefile.am:
11926         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11927         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11928         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11929         * lib/ev-debug.h:
11930
11931         Add debugging helpers
11932
11933         * ps/Makefile.am:
11934         * ps/ps-document.c: (set_up_page), (start_interpreter),
11935         (stop_interpreter), (document_load), (ps_document_next_page),
11936         (ps_document_goto_page), (ps_document_set_page_size),
11937         (ps_document_widget_event), (ps_document_render):
11938         * shell/Makefile.am:
11939         * shell/ev-view.c: (expose_bin_window):
11940         * shell/main.c: (main):
11941
11942         Add some logs
11943         
11944 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * ps/ps-document.c: (ps_document_widget_event):
11947
11948         Initialize message_window, this should make ps
11949         rendering really work! (Never noticed because I was
11950         testing with a ps that is causing gs to exit every time!)
11951
11952 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11953
11954         * data/evince.schemas.in: updated simple error in applyto closing tag
11955
11956 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11957
11958         * Makefile.am:
11959         * configure.ac:
11960         * data/.cvsignore:
11961         * data/Makefile.am:
11962         * data/evince-ui.xml:
11963         A data/evince.schemas.in:
11964         * po/POTFILES.in:
11965         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11966         * shell/ev-stock-icons.h:
11967         * shell/ev-window.c: (update_chrome_visibility),
11968         (update_chrome_flag), (ev_window_cmd_edit_find),
11969         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11970         (ev_window_unfullscreen), (ev_window_focus_in_event),
11971         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11972         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11973         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11974         (ev_window_dispose), (ev_window_class_init),
11975         (set_action_properties), (set_chrome_actions), (load_chrome),
11976         (ev_window_init):
11977
11978         Implement fullscreen mode changes from bug #164776.
11979         Also implement persistent chrome toggles.
11980
11981 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11982
11983         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11984
11985 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * NEWS:
11988         * configure.ac:
11989         * shell/ev-view.c:
11990
11991         Add another check for find interface
11992
11993         Release 0.1.3
11994
11995 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * shell/ev-application.c: (ev_application_open):
11998         * shell/ev-window.c: (ev_window_open):
11999
12000         Open gzipped ps documents
12001
12002 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * TODO:
12005         * shell/ev-view.c: (set_document_page):
12006
12007         Clamp page number, dont try to move to
12008         not existant pages.
12009
12010 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * backend/ev-document-find.c: (ev_document_find_changed):
12013         * backend/ev-document-find.h:
12014         * pdf/xpdf/pdf-document.cc:
12015         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12016         * shell/ev-window.c: (find_bar_search_changed_cb):
12017
12018         Fix several bugs with find
12019
12020 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12021
12022         * shell/ev-sidebar-thumbnails.c
12023         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12024         document. Prevents warning from scroll_to_cell.
12025
12026 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12027
12028         * configure.ac: Add «nb» to ALL_LINGUAS too.
12029
12030 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12031
12032         * NOTES: New file with some random thoughts.
12033
12034         * TODO: Update.
12035
12036         * backend/ev-document-misc.c:
12037         (ev_document_misc_get_page_border_size): New function to
12038         canonicalize shadow drawing sizes.  Possibly goofy.
12039
12040         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12041         (ev_view_best_fit), (ev_view_fit_width):
12042         * pdf/xpdf/pdf-document.cc:
12043         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12044         * ps/ps-document.c: (ps_document_get_page_size):
12045         * backend/ev-document-misc.h:
12046         * backend/ev-document.c: (ev_document_get_page_size):
12047         * backend/ev-document.h: get_page_size now takes a page number
12048         parameter.  Made all the backends/frontends honor it.
12049
12050         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12051         see.  Doesn't work yet.
12052
12053         * shell/Makefile.am:
12054         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12055         Doesn't do anything yet.
12056
12057         * shell/ev-sidebar-thumbnails.c:
12058         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12059         [0..n_pages-1]
12060
12061         * shell/ev-window.c: (update_action_sensitivity),
12062         (ev_window_setup_document), (ev_window_set_page_mode),
12063         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12064         view-swapping code a bit so we can have multiple views on a
12065         document.  Add the multi-page view, though it can't be turned on
12066         yet.
12067
12068 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * shell/ev-application.c: (ev_application_open):
12071         * shell/ev-view.c: (expose_bin_window):
12072         * shell/ev-window.c: (ev_window_open):
12073
12074         Support eps and check document supports find
12075         before drawing highlightings in expose.
12076
12077 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12078
12079         * pixbuf/pixbuf-document.c:
12080         (pixbuf_document_thumbnails_get_dimensions),
12081         (pixbuf_document_document_thumbnails_iface_init):
12082
12083         implement get_dimensions
12084
12085 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12086
12087         * NEWS:
12088         * configure.ac:
12089
12090         Release 0.1.2
12091
12092 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * shell/ev-view.c: (set_document_page):
12095
12096         Scroll at the top of the page when changing page
12097
12098 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12099
12100         * shell/ev-view.c: (ev_view_motion_notify_event):
12101
12102         Do not redraw unnecessarily
12103
12104 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12105
12106         * pdf/xpdf/pdf-document.cc:
12107         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12108         (expose_bin_window), (find_changed_cb):
12109
12110         Yay! find works now... Now to find bugs...
12111
12112 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12113
12114         * backend/ev-document-find.c: (ev_document_find_base_init),
12115         (ev_document_find_changed):
12116         * backend/ev-document-find.h:
12117         * pdf/xpdf/pdf-document.cc:
12118         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12119         (expose_bin_window), (ev_view_init), (set_document_page),
12120         (ensure_rectangle_is_visible), (jump_to_find_result),
12121         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12122         (ev_view_find_next), (ev_view_find_previous):
12123         * shell/ev-view.h:
12124         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12125
12126         More work on find implementation, mostly there now
12127
12128 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * backend/ev-backend-marshalers.list:
12131         * backend/ev-document-find.c: (ev_document_find_base_init),
12132         (ev_document_find_cancel), (ev_document_find_page_has_results),
12133         (ev_document_find_get_n_results), (ev_document_find_get_result),
12134         (ev_document_find_get_progress), (ev_document_find_changed):
12135         * backend/ev-document-find.h:
12136
12137         Enanche the find interface to be really able to do
12138         multi page find.
12139
12140         * pdf/xpdf/pdf-document.cc:
12141
12142         Implement
12143
12144         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12145         (expose_bin_window), (ev_view_init),
12146         (ev_view_get_find_status_message), (find_changed_cb),
12147         (ev_view_set_document), (set_document_page):
12148
12149         Adapt to the new interface. A few things are regressed sorry,
12150         I will finish it soon.
12151
12152 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12153
12154         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12155         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12156         ev_sidebar_thumbnails_parent_class variable, don't define another
12157         parent_class variable.
12158
12159         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12160         (ev_page_action_class_init): ditto.
12161
12162         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12163         (pixbuf_document_class_init): ditto.
12164
12165         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12166         ditto.
12167
12168         * .cvsignore: ignore various valgrind output files.
12169
12170 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * data/evince-ui.xml:
12173         * shell/Makefile.am:
12174         * shell/ev-history.c:
12175         * shell/ev-history.h:
12176         * shell/ev-navigation-action.c:
12177         * shell/ev-navigation-action.h:
12178         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12179         (ev_view_set_page), (ev_view_fit_width):
12180         * shell/ev-view.h:
12181         * shell/ev-window.c: (update_action_sensitivity),
12182         (ev_window_setup_document), (register_custom_actions):
12183
12184         Kill session history
12185
12186 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12187
12188         * shell/ev-window.c: (update_action_sensitivity):
12189
12190         Fix inverted up/down buttons
12191
12192 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12193
12194         * shell/ev-sidebar-thumbnails.c
12195         (ev_sidebar_thumbnails_select_page): make sure the selected
12196         thumbnail stays visible.
12197
12198 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12199
12200         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12201         scrolled window for Federico.
12202
12203 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12204
12205         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12206
12207 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12208
12209         * configure.ac:
12210         * pdf/splash/SplashFTFontEngine.cc:
12211
12212         Fix CID fonts with freetype 2.1.9
12213
12214 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12215
12216         * TODO: added item for desktop icon thumbnailer
12217
12218 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12219
12220         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12221         unloaded docs when the title is accessed.
12222
12223         * shell/ev-password-view.[hc]: New widget for displaying password
12224         state.
12225
12226         * shell/ev-window.[ch]: Refactor password handling code to handle
12227         the new view.
12228
12229 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12230
12231         * NEWS:
12232         * configure.ac:
12233         * data/Makefile.am:
12234
12235         Release 0.1.1
12236
12237 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12238
12239         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12240         ignore page offset here, to make search results independent of it,
12241
12242         * shell/ev-view.c (expose_bin_window): but take offsets into
12243         account here. Bug #164932
12244
12245         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12246         scale at the right time. Bug #164996
12247
12248 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12249
12250         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12251         fix the problem. Now I just removed the Adobe font names and hope
12252         that the URW fonts are always in outline format. Bug #164934
12253
12254         * shell/ev-window.c (update_window_title): empty titles are
12255         useless, use filename in that case too.
12256
12257         * NEWS: Add some content.
12258
12259 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12260
12261         * TODO: added one more TODO item and a TODONE section :)
12262
12263 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12264
12265         * ps/ps-document.h: add page_[xy]_offset fields.
12266
12267         * ps/ps-document.c (ps_document_set_page_offset)
12268         (ps_document_render): Keep offset in consideration in a few
12269         places. Bug #164752 "postscript documents are not centered in
12270         window"
12271
12272         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12273         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12274
12275         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12276         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12277         stub out missing methods for complete EvDocument implementation.
12278         Fixes segfaults with Save A Copy and Copy actions.
12279
12280         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12281         (ps_document_document_iface_init): ditto.
12282         
12283 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12284
12285         * data/.cvsignore:
12286         * data/Makefile.am:
12287         * data/evince.desktop.in:
12288
12289         Add desktop file
12290
12291 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12292
12293         * shell/ev-view.c: (ev_view_button_press_event),
12294         (ev_view_motion_notify_event):
12295
12296         Make selection work in any direction
12297
12298 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * TODO:
12301         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12302
12303         Use shorter labels for some of the toolbars items
12304
12305 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12306
12307         * pdf/xpdf/pdf-document.cc:
12308
12309         Check the links info is initialized before
12310         using it. Should fix a crash on startup.
12311
12312 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12313
12314         * pixbuf/pixbuf-document.c
12315         (pixbuf_document_thumbnails_get_dimensions): force floating point
12316         division to calculate page_ratio. Fixes crash with landscape
12317         format pixbufs.
12318
12319 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12320
12321         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12322
12323 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12324
12325         * shell/ev-view.c (set_document_page): unset has_selection when
12326         the page changes.
12327         (set_document_page): handle paper size changes when the page
12328         changes (test with Free Culture, page 2).
12329
12330 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12331
12332         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12333         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12334
12335         Use normal style color for the widget background and
12336         draw a black box around the page.
12337
12338 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12339
12340         * pdf/xpdf/pdf-document.cc:
12341
12342         Keep offset in consideration in a few places
12343
12344         * shell/ev-view.c: (expose_bin_window):
12345
12346         Set the offsets so that the document is ever centered
12347
12348 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12349
12350         * TODO: Added TODO items and finished off the first todo item
12351
12352         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12353         reflect current authors
12354
12355 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12356
12357         * pdf/xpdf/pdf-document.cc:
12358         * shell/ev-view.c: (ev_view_set_cursor),
12359         (ev_view_motion_notify_event), (document_changed_callback),
12360         (set_document_page):
12361
12362         Show a wait cursor while the page is rendering
12363
12364 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12365
12366         * shell/ev-sidebar-thumbnails.c:
12367         (ev_sidebar_tree_selection_changed),
12368         (ev_sidebar_thumbnails_select_page):
12369         * shell/ev-sidebar-thumbnails.h:
12370         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12371         (ev_view_can_go_forward):
12372         * shell/ev-window.c: (ev_window_open_page),
12373         (ev_window_setup_document), (update_current_page),
12374         (view_page_changed_cb), (ev_window_init):
12375         * shell/ev-window.h:
12376
12377         Ensure thumbnails selection, toolbar page control and
12378         current page are in sync.
12379
12380 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12381
12382         * pdf/xpdf/XRef.cc:
12383
12384         Fix CAN-2005-0064
12385
12386 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12387
12388         * backend/Makefile.am:
12389         * backend/ev-document-links.h:
12390         * backend/ev-document-security.c: (ev_document_security_get_type),
12391         (ev_document_security_has_document_security),
12392         (ev_document_security_set_password):
12393         * backend/ev-document-security.h:
12394         * backend/ev-document.c: (ev_document_error_quark):
12395         * backend/ev-document.h:
12396         * data/Makefile.am:
12397         * data/evince-password.glade:
12398         * pdf/xpdf/pdf-document.cc:
12399         * shell/Makefile.am:
12400         * shell/ev-password.c: (ev_password_set_bad_password_label),
12401         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12402         (ev_password_dialog_get_password),
12403         (ev_password_dialog_set_bad_pass):
12404         * shell/ev-password.h:
12405         * shell/ev-window.c: (ev_window_get_attribute),
12406         (ev_window_set_property), (update_action_sensitivity),
12407         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12408         (ev_window_setup_document), (ev_window_get_password),
12409         (ev_window_open), (ev_window_cmd_save_as),
12410         (using_postscript_printer), (ev_window_print),
12411         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12412         (update_fullscreen_popup), (ev_window_fullscreen),
12413         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12414         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12415         (menu_item_select_cb), (find_bar_search_changed_cb),
12416         (ev_window_dispose), (ev_window_init):
12417
12418         Add initial support for password-supported dialogs.  This could be
12419         a lot cooler, but it'll do for now.
12420
12421 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12422
12423         * pdf/xpdf/pdf-document.cc:
12424         * shell/ev-view.c: (status_message_from_link),
12425         (ev_view_set_status), (ev_view_set_cursor),
12426         (ev_view_motion_notify_event), (ev_view_init):
12427         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12428
12429         Fix bugs in the links implementation and change cursor
12430         when hovering a link.
12431
12432 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12433
12434         * viewer/.cvsignore: added cvsignore file for viewer directory
12435
12436         * TODO: created TODO document
12437
12438 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12439
12440         * shell/ev-view.h:
12441         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12442         new functions to help with implementation of sensitivity code
12443         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12444         of all actions that might require it.  Fixes a crash when you
12445         click on the Zoom actions in a window lacking a document.
12446
12447 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12448
12449         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12450         of the Find action
12451
12452 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12453
12454         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12455         (pixbuf_document_document_iface_init):
12456         * ps/ps-document.c: (ps_document_get_link),
12457         (ps_document_document_iface_init):
12458         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12459         (status_message_from_link), (ev_view_set_status),
12460         (ev_view_set_find_status), (ev_view_motion_notify_event),
12461         (ev_view_button_release_event), (ev_view_set_property),
12462         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12463         (ev_view_get_find_status_message), (update_find_results),
12464         (ev_view_get_status), (ev_view_get_find_status):
12465         * shell/ev-view.h:
12466         * shell/ev-window.c: (view_status_changed_cb),
12467         (view_find_status_changed_cb), (ev_window_init):
12468
12469         View status message support, use it to show the links.
12470         Needs work...
12471
12472 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12473
12474         * backend/ev-document.c: (ev_document_get_link):
12475         * backend/ev-document.h:
12476         * pdf/xpdf/pdf-document.cc:
12477         * shell/ev-application.c: (ev_application_open):
12478         * shell/ev-application.h:
12479         * shell/ev-sidebar-links.c: (selection_changed_cb):
12480         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12481         (ev_view_go_to_link):
12482
12483         Add support for document links
12484
12485 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12486
12487         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12488         (create_tool_item):
12489         Set the spin button limits correctly.
12490         
12491         * shell/ev-sidebar-thumbnails.c:
12492         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12493         Support changing pages by clicking on the thumbnails.
12494         
12495 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12496
12497         * pixbuf/pixbuf-document.c:
12498         (pixbuf_document_thumbnails_get_dimensions),
12499         (pixbuf_document_document_thumbnails_iface_init):
12500
12501         implement get_dimensions
12502
12503 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12504
12505         * ps/ps-document.c: (ps_document_goto_page):
12506
12507         Fix page switching on multipage documents
12508
12509 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12510
12511         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12512         
12513         check for NULL before assigning to width and height parameters
12514
12515 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12516
12517         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12518         (pixbuf_document_set_property), (pixbuf_document_get_property):
12519
12520         implement get/set properties
12521
12522 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12523
12524         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12525         
12526         return NULL instead of "Unknown", letting the title get set to
12527         the filename when the pdf has no title.
12528
12529 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12530
12531         * ps/ps-document.c: (ps_document_get_page_count),
12532         (ps_document_goto_page):
12533
12534 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12535
12536         * shell/ev-history.c: (ev_history_get_property),
12537         (ev_history_set_property), (ev_history_class_init),
12538         (ev_history_add_page), (ev_history_set_current_index):
12539         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12540         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12541         (ev_navigation_action_finalize):
12542         * shell/ev-navigation-action.h:
12543         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12544         (ev_view_go_forward), (ev_view_get_find_status_message),
12545         (history_index_changed_cb), (ev_view_set_history):
12546         * shell/ev-view.h:
12547         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12548         (update_current_page), (register_custom_actions):
12549
12550         Implement history dropdowns
12551
12552 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12555         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12556         (ev_view_go_forward):
12557         * shell/ev-window.c: (register_custom_actions):
12558
12559         Fix several history bugs
12560
12561 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12562
12563         * configure.ac: Add «nb» to ALL_LINGUAS.
12564
12565 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * backend/Makefile.am:
12568         * backend/ev-bookmark.c:
12569         * backend/ev-bookmark.h:
12570         * backend/ev-document-bookmarks.c:
12571         * backend/ev-document-bookmarks.h:
12572         * backend/ev-document-links.c: (ev_document_links_get_type),
12573         (ev_document_links_has_document_links),
12574         (ev_document_links_begin_read), (ev_document_links_get_link),
12575         (ev_document_links_get_child), (ev_document_links_next),
12576         (ev_document_links_free_iter):
12577         * backend/ev-document-links.h:
12578         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12579         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12580         (ev_link_get_link_type), (ev_link_set_link_type),
12581         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12582         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12583         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12584         (ev_link_new_external):
12585         * backend/ev-link.h:
12586         * pdf/xpdf/pdf-document.cc:
12587         * shell/Makefile.am:
12588         * shell/ev-application.c: (ev_application_open_link):
12589         * shell/ev-application.h:
12590         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12591         (ev_history_get_link_nth):
12592         * shell/ev-history.h:
12593         * shell/ev-sidebar-bookmarks.c:
12594         * shell/ev-sidebar-bookmarks.h:
12595         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12596         (ev_sidebar_links_class_init), (selection_changed_cb),
12597         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12598         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12599         (do_one_iteration), (populate_links_idle),
12600         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12601         * shell/ev-sidebar-links.h:
12602         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12603         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12604         (go_to_index):
12605         * shell/ev-view.h:
12606         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12607         * shell/ev-window.h:
12608
12609         Rename bookmark to link, and use "Index" for the sidebar panel.
12610
12611 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * shell/Makefile.am:
12614         * shell/ev-application.c: (ev_application_open_bookmark):
12615         * shell/ev-application.h:
12616         * shell/ev-history.c: (ev_history_init), (free_links_list),
12617         (ev_history_finalize), (ev_history_class_init),
12618         (ev_history_add_link), (ev_history_add_page),
12619         (ev_history_get_link_nth), (ev_history_get_n_links),
12620         (ev_history_get_current_index), (ev_history_set_current_index),
12621         (ev_history_new):
12622         * shell/ev-history.h:
12623         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12624         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12625         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12626         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12627         (ev_view_set_page):
12628         * shell/ev-view.h:
12629         * shell/ev-window.c: (ev_window_open_bookmark),
12630         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12631         (goto_page_cb), (register_custom_actions):
12632         * shell/ev-window.h:
12633
12634         Initial history implementation. Needs work.
12635
12636 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12637
12638         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12639
12640 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12641
12642         * cut-n-paste/recent-files/egg-recent-item.c:
12643         * cut-n-paste/recent-files/egg-recent-item.h:
12644         * cut-n-paste/recent-files/egg-recent-model.c:
12645         * cut-n-paste/recent-files/egg-recent-util.c:
12646         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12647         * cut-n-paste/recent-files/egg-recent-view.c:
12648
12649         Update
12650
12651 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12652
12653         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12654         (fillGlyph, fillImageMask, drawImage):
12655         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12656         pdf/splash/SplashTypes.h:
12657         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12658         packed mode for Splash.
12659
12660         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12661         RGB8 packed mode, eliminates the pixbuf data creation loop.
12662
12663         * shell/ev-print-job.c (ev_print_job_finalize)
12664         (ev_print_job_set_property, ev_print_job_get_property)
12665         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12666         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12667         (print_closure_finalize, ev_print_job_print): implement
12668         printing (for backends with EvPsExporter)
12669
12670         * shell/ev_print_job.h: update prototypes.
12671
12672         * shell/ev-window.c (ev_window_print): unref print job after
12673         printing.
12674
12675         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12676         unless the document implements the EvDocumentFind interface.
12677
12678 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12679
12680         * configure.ac: Added ja to ALL_LINGUAS.
12681
12682 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12683
12684         * pdf/xpdf/pdf-document.cc:
12685
12686         add a FIXME. We should probably not allocate
12687         a bookmark object every time
12688
12689 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * shell/ev-application.c: (ev_application_open),
12692         (ev_application_open_bookmark):
12693         * shell/ev-application.h:
12694         
12695         Add a way to open bookmarks
12696
12697         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12698         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12699         (ev_bookmark_set_property), (ev_bookmark_class_init),
12700         (ev_bookmark_new_title), (ev_bookmark_new_link),
12701         (ev_bookmark_new_external):
12702
12703         Support for external uris, better constructors.
12704
12705         * backend/ev-bookmark.h:
12706         * pdf/xpdf/pdf-document.cc:
12707         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12708
12709         Handle external uris
12710
12711 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12712
12713         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12714         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12715
12716         Hook up bookmarks navigation
12717
12718 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * backend/Makefile.am:
12721         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12722         (ev_bookmark_get_title), (ev_bookmark_set_title),
12723         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12724         (ev_bookmark_get_page), (ev_bookmark_set_page),
12725         (ev_bookmark_get_property), (ev_bookmark_set_property),
12726         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12727         (ev_bookmark_new):
12728         * backend/ev-bookmark.h:
12729         * backend/ev-document-bookmarks.c:
12730         (ev_document_bookmarks_get_bookmark):
12731         * backend/ev-document-bookmarks.h:
12732         * pdf/xpdf/pdf-document.cc:
12733         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12734
12735         Add a bookmark object to the backend and use it instead of get_values
12736
12737 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * data/evince-ui.xml:
12740
12741         Cleanup and add select all.
12742
12743         * shell/ev-view.c: (ev_view_select_all),
12744         (ev_view_button_press_event):
12745         * shell/ev-view.h:
12746         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12747
12748         Add select all.
12749         Clear selection on click.
12750
12751 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12752
12753         * shell/ev-sidebar-thumbnails.c
12754         (ev_sidebar_thumbnails_set_document): forgot to unref the
12755         loading_icon.
12756
12757 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12758
12759         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12760         at the visible page, not just linearly.  This makes it look fast.
12761
12762 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12763
12764         * backend/ev-document-misc.c
12765         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12766         white.
12767         * backend/ev-document-thumbnails.h: New interface to get the size
12768         of a page.
12769
12770 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12771
12772         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12773         make dist works
12774
12775 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12776
12777         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12778         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12779         things up a bit.
12780
12781         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12782
12783 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12784
12785         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12786         fonts. Should fix font problems on systems that have the base
12787         fonts in bitmap format. Reported by James Henstridge
12788         <james@jamesh.id.au>.
12789
12790 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12791
12792         * pdf/xpdf/Gfx.cc:
12793         * pdf/xpdf/GfxState.cc:
12794
12795         Fix for CAN-2004-1125
12796
12797 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12798
12799         * shell/ev-view.c: (ev_view_copy):
12800         * shell/ev-view.h:
12801         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12802
12803         Implement Edit->Copy
12804
12805 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12806
12807         * backend/ev-document.c: (ev_document_get_text):
12808         * backend/ev-document.h:
12809         * pdf/xpdf/pdf-document.cc:
12810         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12811         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12812         (ev_view_update_primary_selection), (ev_view_button_press_event),
12813         (ev_view_motion_notify_event), (ev_view_button_release_event):
12814
12815         Beginnings of clipboard support. Incomplete but primary sort
12816         of work.
12817
12818 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12821         (expose_bin_window):
12822
12823         Nicer rubberband drawing, from GtkIconView.
12824
12825 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * backend/ev-document.c: (ev_document_save):
12828         * backend/ev-document.h:
12829         * data/evince-ui.xml:
12830         * pdf/xpdf/pdf-document.cc:
12831         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12832
12833         Implement "Save a copy..." menu item
12834
12835 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12836
12837         * shell/ev-view.c: (ev_view_zoom):
12838
12839         Queue a resize when zoom changes
12840
12841 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12842
12843         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12844         shadows.
12845
12846         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12847         thumbnails..
12848
12849 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12850
12851         * pdf/xpdf/pdf-document.cc
12852         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12853
12854 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12855
12856         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12857         It's slow, but I'll speed it up next!
12858
12859 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12860
12861         * shell/main.c (load_files):
12862
12863         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12864         from the command line and because it seems more appropriate.
12865
12866 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12867
12868         * data/evince-ui.xml:
12869         * shell/ev-window.c: (update_action_sensitivity),
12870         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12871
12872         s/next page/page down
12873         s/previous page/page up
12874
12875 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12876
12877         * data/evince-ui.xml:
12878
12879         Change the layout to match clarkbw design.
12880
12881         * shell/Makefile.am:
12882         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12883         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12884         (ev_navigation_action_finalize),
12885         (ev_navigation_action_set_property),
12886         (ev_navigation_action_get_property),
12887         (ev_navigation_action_class_init):
12888         * shell/ev-navigation-action.h:
12889
12890         Implement clarkbw toolbar navigation controls (incomplete)
12891
12892         * shell/ev-page-action.c: (update_label), (update_spin),
12893         (value_changed_cb), (create_tool_item), (connect_proxy),
12894         (ev_page_action_init), (ev_page_action_finalize),
12895         (ev_page_action_set_property), (ev_page_action_get_property),
12896         (ev_page_action_set_current_page),
12897         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12898         * shell/ev-page-action.h:
12899
12900         Implement a page switcher in the toolbar
12901
12902         * shell/ev-view.c: (ev_view_scroll_view):
12903         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12904         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12905         (register_custom_actions), (ev_window_init):
12906
12907         Change page on PageUp/Down.
12908
12909 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12910
12911         * pdf/xpdf/pdf-document.cc
12912         (pdf_document_thumbnails_get_thumbnail): initial stab at
12913         implementing thumbnail support for pdfs.  It only does documents
12914         with precached pdfs now.
12915
12916 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12917
12918         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12919         thumbnail code into a time-based idle as well.  Also, turn off the
12920         shadow temporarily as it's really slow.
12921
12922 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12923
12924         * backend/ev-document.c: (ev_document_class_init):
12925         * pdf/xpdf/pdf-document.cc:
12926         * shell/ev-window.c: (ev_window_open):
12927
12928         Fix document title bugs and fallback to
12929         filename when not available.
12930
12931 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12932
12933         * backend/ev-document.c: (ev_document_get_type),
12934         (ev_document_class_init), (ev_document_load),
12935         (ev_document_get_title):
12936         * backend/ev-document.h:
12937         * pdf/xpdf/pdf-document.cc:
12938         * ps/ps-document.c: (ps_document_set_property),
12939         (ps_document_get_property), (ps_document_class_init),
12940         (document_load):
12941         * ps/ps-document.h:
12942         * ps/ps.h:
12943         * shell/ev-window.c: (update_window_title), (ev_window_open),
12944         (ev_window_init):
12945
12946         Initial support for document title. Not working yet.
12947
12948 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12949
12950         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12951
12952         Grab focus on the view when clicking it
12953
12954 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12955
12956         * shell/ev-marshal.list:
12957         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12958         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12959
12960         Add key bindings to the view. Now if the focus would work
12961         right...
12962
12963 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12964
12965         * Makefile.am:
12966         * backend/Makefile.am:
12967         * data/Makefile.am:
12968         * dvi/Makefile.am:
12969         * dvi/dvilib/Makefile.am:
12970         * pdf/xpdf/Makefile.am:
12971         * po/POTFILES.in:
12972         * ps/Makefile.am:
12973
12974         Fix distcheck
12975
12976 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * shell/ev-view.c: (ev_view_realize):
12979
12980         Fix mouse wheel scrolling
12981
12982 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * ps/Makefile.am:
12985         * ps/gstypes.h:
12986         * ps/gtkgs.c:
12987         * ps/gtkgs.h:
12988         * ps/ps-document.c: (catchPipe), (ps_document_init),
12989         (ps_document_class_init), (ps_document_cleanup),
12990         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12991         (set_up_page), (close_pipe), (is_interpreter_ready),
12992         (interpreter_failed), (output), (input), (start_interpreter),
12993         (stop_interpreter), (file_length), (file_readable),
12994         (check_filecompressed), (check_pdf), (compute_xdpi),
12995         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12996         (ps_document_get_type), (ps_document_emit_error_msg),
12997         (document_load), (ps_document_next_page),
12998         (ps_document_get_current_page), (ps_document_get_page_count),
12999         (ps_document_goto_page), (ps_document_set_page_size),
13000         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13001         (ps_document_load), (ps_document_get_n_pages),
13002         (ps_document_set_page), (ps_document_get_page),
13003         (ps_document_widget_event), (ps_document_set_target),
13004         (ps_document_set_scale), (ps_document_set_page_offset),
13005         (ps_document_get_page_size), (ps_document_render),
13006         (ps_document_document_iface_init):
13007         * ps/ps-document.h:
13008         * ps/ps.c:
13009         * shell/ev-window.c: (ev_window_open):
13010
13011         Rename GtkGS to PSDocument
13012
13013 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13014
13015         * ps/gtkgs.c: (gtk_gs_class_init):
13016         * ps/gtkgs.h:
13017
13018         Some more leftover...
13019
13020 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13021
13022         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13023         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13024         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13025         * ps/gtkgs.h:
13026
13027         Remove unused code and make a lot of stuff private
13028
13029 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13032         (gtk_gs_defaults_changed):
13033         * ps/gsdefaults.h:
13034         * ps/gtkgs.c:
13035         * ps/gtkgs.h:
13036         * ps/ps.h:
13037
13038         Cleanup headers dependencies
13039
13040 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13041
13042         * ps/Makefile.am:
13043         * ps/ggvutils.c:
13044         * ps/ggvutils.h:
13045         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13046         * ps/gsdefaults.h:
13047         * ps/gtkgs.c: (file_length), (file_readable),
13048         (check_filecompressed), (check_pdf), (gtk_gs_load),
13049         (gtk_gs_get_postscript):
13050
13051         Get rid of ggvutils
13052
13053 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13054
13055         * ps/ggvutils.c:
13056         * ps/ggvutils.h:
13057         * ps/gsio.h:
13058         * ps/gtkgs.c: (gtk_gs_set_zoom):
13059
13060         Cleanups
13061
13062 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13063
13064         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13065
13066         Ensure the page is rerendered when changing zoom
13067
13068 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13069
13070         * backend/ev-document.c: (ev_document_base_init),
13071         (ev_document_changed):
13072         * backend/ev-document.h:
13073
13074         Add a changed event that is emitted when the page content
13075         changes. This is necessary to deal with the fact that
13076         in ps backend rendering happen asycrounously.
13077         This makes the ps backend mostly work.
13078
13079         * pdf/xpdf/pdf-document.cc:
13080
13081         Emit changed event
13082
13083         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13084         (ps_document_set_target):
13085
13086         Emit changed event
13087
13088         * shell/ev-view.c: (document_changed_callback),
13089         (ev_view_set_document), (ev_view_set_page):
13090
13091         Redraw on the changed signal
13092
13093 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13094
13095         * configure.ac: Added pt_BR to ALL_LINGUAS.
13096
13097 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13098
13099         * backend/ev-document-bookmarks.c:
13100         (ev_document_bookmarks_get_child): *
13101         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13102         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13103         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13104         (ev_sidebar_bookmarks_destroy),
13105         (ev_sidebar_bookmarks_class_init),
13106         (ev_sidebar_bookmarks_construct), (stack_data_free),
13107         (do_one_iteration), (populate_bookmarks_idle),
13108         (ev_sidebar_bookmarks_clear_document),
13109         (ev_sidebar_bookmarks_set_document): *
13110         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13111         (ev_sidebar_add_page),
13112         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13113         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13114         it displays both the topics and the page numbers.
13115
13116 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13117
13118         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13119         toggle.
13120         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13121         visible.
13122
13123 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13124
13125         * configure.ac: Added en_CA to ALL_LINGUAS.
13126
13127 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13128
13129         * ChangeLog: replace bottom of this ChangeLog (merged history of
13130         ggv and gpdf; where all paths were wrong and most of the files are
13131         not even in this tree) with ChangeLog (from arch) of the shell
13132         code.
13133
13134 2004-12-23  Havoc Pennington  <hp@redhat.com>
13135
13136         * shell/ev-window.c: hook up potentially-questionable "find
13137         results status text" feature - something involving the sidebar or
13138         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13139         might be better in the end.
13140
13141         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13142         with corresponding signal when it should be updated
13143
13144         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13145
13146 2004-12-22  Havoc Pennington  <hp@redhat.com>
13147
13148         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13149         find stuff on other pages, sort of (only returns one result on
13150         invisible pages, to show they have results; updates full results
13151         for a page when you view it). Currently repaints the current page
13152         every time a new result is found on any page, which isn't so nice.
13153
13154 2004-12-22  Havoc Pennington  <hp@redhat.com>
13155
13156         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13157         the document doesn't support find (better ideas?)
13158         (find_bar_search_changed_cb): handle missing document or document
13159         that doesn't support find
13160
13161         * pdf/xpdf/pdf-document.cc: port to implement the new
13162         EvDocumentFindIface
13163
13164         * backend/ev-document-find.c: create a new interface for searching
13165
13166         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13167
13168 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13169
13170         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13171         libevbackend.la.
13172
13173         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13174         EvPrintJob constructor arguments.
13175
13176         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13177         for documents that can export PostScript (page by page).
13178
13179         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13180         
13181         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13182         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13183         (pdf_document_ps_exporter_iface_init:
13184         Implement EvPSExporter.
13185
13186         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13187
13188 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13189
13190         * backend/Makefile.am:
13191         * backend/ev-document-thumbnails.c:
13192         (ev_document_thumbnails_get_type),
13193         (ev_document_thumbnails_get_thumbnail):
13194         * backend/ev-document-thumbnails.h:
13195         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13196         (pixbuf_document_thumbnails_get_thumbnail),
13197         (pixbuf_document_document_thumbnails_iface_init):
13198         * shell/Makefile.am:
13199         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13200         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13201         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13202         * shell/ev-sidebar-thumbnails.h:
13203         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13204         (ev_sidebar_set_document):
13205         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13206         (create_shadow), (ev_pixbuf_add_shadow):
13207         * shell/ev-utils.h:
13208         Add thumbnail support.
13209         
13210 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13211
13212         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13213         (using_postscript_printer): Set up a print dialog for "PostScript
13214         injection" method.
13215
13216         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13217         EvPrintJob.
13218
13219         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13220
13221 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13222
13223         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13224         (ps_document_set_target), (ps_document_get_page_size),
13225         (ps_document_render):
13226         * ps/gtkgs.h:
13227
13228         Fix a few bugs
13229
13230 2004-12-22  Christian Rose  <menthos@menthos.com>
13231
13232         * configure.ac: Added "sv" to ALL_LINGUAS.
13233
13234 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13235
13236         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13237         document supports bookmarks.
13238
13239 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * ps/ggvutils.c: (ggv_file_readable):
13242         * ps/ggvutils.h:
13243         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13244         (gtk_gs_get_postscript):
13245
13246         Remove unused utils
13247
13248 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13249
13250         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13251         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13252         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13253         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13254         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13255         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13256         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13257         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13258         (gtk_gs_set_antialiasing), (ps_document_load),
13259         (ps_document_render):
13260         * ps/gtkgs.h:
13261
13262         Another check point for the ps backend. Now I can get it to show
13263         pages!
13264
13265 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13266
13267         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13268         document setting code.
13269
13270 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13271
13272         * shell/eggfindbar.c: (entry_activate_callback):
13273         Animate the next button when activate is pressed.
13274         
13275 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13276
13277         * shell/ev-window.c: (ev_window_cmd_edit_find),
13278         (update_fullscreen_popup), (ev_window_fullscreen),
13279         (ev_window_unfullscreen), (ev_window_state_event_cb),
13280         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13281         Fix bugs in fullscreen code.
13282         
13283 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13284
13285         * Makefile.am:
13286         * configure.ac:
13287         * pixbuf/Makefile.am:
13288         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13289         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13290         (pixbuf_document_set_page), (pixbuf_document_get_page),
13291         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13292         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13293         (pixbuf_document_render), (pixbuf_document_begin_find),
13294         (pixbuf_document_end_find), (pixbuf_document_finalize),
13295         (pixbuf_document_class_init),
13296         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13297         * pixbuf/pixbuf-document.h:
13298         * shell/Makefile.am:
13299         * shell/ev-application.c: (ev_application_open):
13300         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13301         (ev_window_open):
13302         Add pixbuf backend.
13303         
13304 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13305
13306         * Makefile.am: 
13307         * dvi/dvilib/Makefile.am:
13308         * dvi/Makefile.am:
13309         * configure.ac: Auto*ify dvi and dvi/dvilib
13310
13311         * dvi/Makefile: Remove from CVS
13312         
13313         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13314         confusion.
13315
13316         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13317         
13318         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13319         
13320 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13321
13322         * ps/Makefile.am:
13323         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13324         (gtk_gs_value_adjustment_changed), (compute_size),
13325         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13326         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13327         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13328         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13329         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13330         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13331         (ps_document_load), (ps_document_get_n_pages),
13332         (ps_document_set_page), (ps_document_get_page),
13333         (ps_document_set_target), (ps_document_set_scale),
13334         (ps_document_set_page_offset), (ps_document_get_page_size),
13335         (ps_document_render), (ps_document_begin_find),
13336         (ps_document_end_find), (ps_document_document_iface_init):
13337         * ps/gtkgs.h:
13338         * shell/Makefile.am:
13339         * shell/ev-window.c: (ev_window_open):
13340
13341         Some work to integrate gtkgs with EvDocument
13342
13343 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13344
13345         * shell/ev-window.c: (update_fullscreen_popup),
13346         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13347         (exit_fullscreen_button_clicked_cb),
13348         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13349         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13350         (ev_window_state_event_cb), (ev_window_init):
13351         Add fullscreen support from Epiphany.
13352         
13353 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13354
13355         * data/ev-stock-zoom-fit-width.png: fit-width
13356         stock icon from gpdf.
13357         
13358         * shell/ev-stock-icons.[ch]: copied from gpdf.
13359         
13360         * shell/main.c: (main): init stock icons.
13361         
13362         * shell/ev-window.c: use the fit-width icon.
13363         
13364         * data/evince-ui.xml: add zooming toolbar items.
13365
13366 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13367
13368         * shell/ev-view.c: 
13369         (ev_view_best_fit), (ev_view_fit_width): because
13370         get_page_size() returns the scaled page size, we
13371         need to calculate the scale factor relative to
13372         the previous scale factor. Should really just
13373         add get_real_page_size().
13374
13375 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13376
13377         * shell/ev-view.[ch]:
13378         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13379         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13380         add zooming.
13381         
13382         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13383         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13384         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13385         hook it up.
13386         
13387         * pdf/xpdf/pdf-document.cc:
13388         (pdf_document_begin_find),
13389         (pdf_document_end_find): make static.
13390
13391 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13392
13393         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13394
13395         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13396         names to fontconfig patterns.
13397         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13398
13399         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13400         setupBaseFontsFc.
13401
13402 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * Makefile.am:
13405         * configure.ac:
13406         * ps/Makefile.am:
13407         * ps/ggvutils.c:
13408         * ps/ggvutils.h:
13409         * ps/gsdefaults.c:
13410         * ps/gsdefaults.h:
13411         * ps/gsio.c:
13412         * ps/gsio.h:
13413         * ps/gtkgs.c:
13414         * ps/gtkgs.h:
13415         * ps/ps.c:
13416         * ps/ps.h:
13417
13418         Import ggv backend. Not hooked up yet.
13419
13420 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13421
13422         * shell/main.c: (load_files), (main): load files
13423         from the command line.
13424
13425 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13426
13427         * configure.ac: don't require bonobo.
13428         
13429         * cut-n-paste/recent-files/*: kill bonobo recent
13430         view.
13431
13432         * shell/ev-window.c:
13433         (ev_window_is_empty): upd.
13434         (unable_to_load), (ev_window_open): load backend
13435         based on the mime type.
13436
13437 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13438
13439         * backend/.cvsignore: ignore generated marshalers source.
13440
13441         * shell/main.c (main): this is not epiphany.
13442
13443 2004-12-22  Havoc Pennington  <hp@redhat.com>
13444
13445         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13446         (expose_bin_window): draw find highlights
13447
13448         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13449         
13450         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13451         (pdf_document_end_find): implement this interface
13452
13453         * backend/ev-document.c (ev_document_found): add this to emit
13454         signal
13455
13456 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13457
13458         * data/evince-ui.xml: Add a few more toolbar items.
13459
13460         * shell/ev-window.c: Hook up page navigation toolbar 
13461         items.
13462
13463         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13464         a page-changed signal.
13465
13466         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13467         Add ev_document_get_page().
13468
13469         * shell/ev-window.c: Sensitize/desensitize navigation
13470         actions.
13471
13472 2004-12-21  Havoc Pennington  <hp@redhat.com>
13473
13474         * backend/ev-backend-marshal.c,
13475         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13476         marshaler-generator thingy. I'm sure there's a better way to do
13477         this in the modern world.
13478
13479         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13480         end_find methods and "found" signal.
13481
13482         * configure.ac: find glib-genmarshal
13483
13484 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13485
13486         * shell/ev-sidebar.c: Construct an actual sidebar.
13487         * shell/ev-sidebar-bookmarks.[ch]:
13488         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13489
13490 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13491
13492         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13493         Redo size handling.
13494         
13495         * shell/ev-view.c: Track the size from the document.
13496
13497 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13498
13499         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13500         constructor assumes ownership of the string passed in.
13501         
13502         * shell/ev-window.c (ev_window_open): Destroy the error
13503         dialog once we've displayed it.
13504
13505 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13506
13507         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13508         a bit, it works! (sort of)
13509
13510         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13511         Move to .cc since we need to use C++ in the implementation.
13512
13513         * shell/dummy.cc: Add a CC file to force evince
13514         to be linked as a C++ program.
13515
13516 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13517
13518         * shell/ev-view.[ch]: Start of content-area widget.
13519
13520         * shell/ev-window.c: Create a EvView, update it
13521         as we change documents.
13522
13523         * shell/Makefile.am shell/ev-marshal.list: Add
13524         generated marshalers.
13525
13526 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13527
13528         * Makefile.am (SUBDIRS): move shell.
13529
13530 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13531
13532         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13533         .a to libtool convenience libraries.
13534
13535         * shell/ev-window.c (ev_window_open): Hard code loading
13536         a PDF document.
13537         
13538         * backend/ev-document.h: Add a boolean return to load(),
13539         fix GError * to GError **.
13540
13541         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13542         object for a PDF backend EvDocument.
13543
13544 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13545
13546         * dvi/*: New directory with the beginning of a .dvi backend.
13547
13548 2004-12-21  Havoc Pennington  <hp@redhat.com>
13549
13550         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13551         previous/next instead of back/forward
13552
13553 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13554
13555         * backend/ev-document.[ch]: Fix a couple of problems so
13556         it compile.
13557
13558 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13559
13560         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13561         to backend/ directory, rename EvViewer to EvDocument.
13562
13563 2004-12-21  Havoc Pennington  <hp@redhat.com>
13564
13565         * shell/ev-window.c: hook up the find bar widget; now we just need
13566         a document to find things in
13567
13568         * shell/eggfindbar.c: a find bar widget
13569
13570 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13571
13572         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13573
13574 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13575
13576         * pdf/**: Import of xpdf code from gpdf. 
13577
13578         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13579
13580         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13581         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13582         Fix FreeType includes.
13583
13584         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13585         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13586         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13587         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13588         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13589         Include xpdfconfig.h
13590         
13591 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13592
13593         * shell/ev-window.c (ev_window_dispose): dispose can be called
13594         multiple times.
13595
13596 2004-12-21  Havoc Pennington  <hp@redhat.com>
13597
13598         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13599         rather than Evince
13600
13601         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13602         items; really they should be synced with the strings, etc. from
13603         current gpdf, but just getting the boring typing out of the way 
13604
13605 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13606
13607         * po/POTFILES.in:
13608         * shell/ev-application.c: (window_destroy_cb):
13609         * shell/ev-window.c:
13610         * shell/main.c: (main):
13611
13612         Actually show the window...
13613
13614 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * Makefile.am:
13617         * shell/Makefile.am:
13618         * shell/ev-application.c: (ev_application_class_init):
13619         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13620
13621         Make it build again
13622
13623 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13624
13625         Import to gnome cvs.
13626         
13627         * Remove copies of gpdf and ggv trees.
13628         * Rip out all the recursive configure code.
13629         * Remove bonobo machinery.
13630         * viewer/*: GInterfaces that backends should/can implement.
13631
13632 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13633
13634         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13635         typo
13636
13637 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13638
13639         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13640         (ev_application_finalize, ev_application_class_init)
13641         (ev_application_init): use GType instance private data for priv.
13642
13643         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13644         (ev_window_finalize, ev_window_class_init)
13645         (ev_window_init): ditto.
13646
13647 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13648
13649         * shell/ev-application.c (ev_application_new_window): make public
13650         (ev_application_show_initial_window): kill.
13651
13652         * shell/ev-application.h: update prototypes.
13653
13654         * shell/main.cc (main): inline ev_application_show_initial_window.
13655
13656 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13657
13658         * shell/ev-application.c (ev_application_new_window): impl.
13659         (ev_application_show_initial_window): use it.
13660         (is_window_empty, ev_application_get_empty_window): returns an
13661         existing empty window or a new one.
13662         (ev_application_open): from ev_window_cmd_file_open.
13663
13664         * shell/ev-application.h: update prototypes
13665
13666         * shell/ev-window.c (ev_window_is_empty): impl.
13667         (ev_window_open): make public.
13668         (ev_window_cmd_file_open): use ev_application_open
13669
13670         * shell/ev-window.h: update prototypes, remove unused.
13671
13672 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13673
13674         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13675         move destroy handler out of here...
13676
13677         * shell/ev-application.c, shell/ev-application.h: ...into this new
13678         class. Also handles initial window creation.
13679
13680         * shell/main.cc (main): use EvApplication to create initial
13681         window.
13682
13683 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13684
13685         * Makefile.am (SUBDIRS): add cut-n-paste
13686
13687         * cut-n-paste/Makefile.am: add
13688
13689         * configure.ac: generate Makefiles in cut-n-paste
13690
13691 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13692
13693         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13694         (ev_window_class_init): install ev_window_dispose.
13695
13696 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13697
13698         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13699         char (gchar looks stupid).
13700
13701 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13702
13703         * po/de.po: updated German translation.
13704
13705 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13706
13707         * configure.ac: add more pkg-config library checks for gnome-vfs,
13708         bonobo etc.
13709
13710         * gpdf/configure.in: temporarily disable libpaper
13711         checks. Otherwise I'd have to add the checks for the shell, too.
13712
13713 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13714
13715         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13716         and * file filters to the file choose.
13717
13718 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13719
13720         * po/de.po: Updated German translation.
13721
13722 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13723
13724         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13725
13726 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13727
13728         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13729
13730         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13731         (ev_window_init): implement those menuitems.
13732
13733 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13734
13735         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13736
13737         * shell/ev-window.c (ev_window_init): use the toolbar.
13738
13739 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13740
13741         * shell/ev-window.c (ev_window_init): use menu translations
13742
13743 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13744
13745         * configure.ac: add "de" to ALL_LINGUAS.
13746
13747         * po/de.po: add German translation.
13748
13749 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13750
13751         * Makefile.am (SUBDIRS): add po
13752
13753         * configure.ac: check intltool, glib-gettext etc, generate
13754         po/Makefile.in
13755
13756         * po, po/POTFILES.in, po/POTFILES.skip: new.
13757
13758 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13759
13760         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13761         already use (#ifdef ENABLE_NLS)
13762
13763         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13764         pointer indirection thinko.
13765
13766         * shell/main.c: include gi18n.h for bindtextdomain etc.
13767
13768 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13769
13770         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13771         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13772         tooltips for menu items in the statusbar.
13773
13774 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13775
13776         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13777         pkgdatadir drop UIDIR
13778
13779 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13780
13781         * data/evince-ui.xml: Add File->Open menu item
13782
13783         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13784         chooser), hook it up in the ui manager.
13785
13786 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13787
13788         * shell/ev-window.c: fix Help->About tooltip.
13789
13790 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13791
13792         * configure.ac: set CFLAGS for libevprivate.
13793
13794         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13795         definitions, factory etc.
13796
13797         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13798
13799         * shell/Makefile.am: link against libevprivate.a.
13800
13801         * shell/ev-window.c (entries): add stock icon to Help->About.
13802
13803         * shell/main.c (main): init stock icon code.
13804
13805 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13806
13807         * lib/recent-files: egg recent files code
13808
13809         * lib/Makefile.am: add.
13810
13811         * Makefile.am: add lib subdir.
13812
13813         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13814         set CFLAGS for recent-files.
13815
13816 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13817
13818         * configure.ac: disable -ansi and -pedantic gcc flags. They
13819         disable POSIX stuff in stdio.h, but egg-recent uses them.
13820
13821 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13822
13823         * configure.ac: add --disable-deprecated flag (defaults to on in
13824         "cvs" builds).
13825
13826         * shell/Makefile.am (INCLUDES): use it.
13827
13828 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13829
13830         * shell/main.c: add missing #include.
13831
13832         * shell/ev-window.c: fix for pedantic gcc.
13833         (ev_window_cmd_help_about): split license into paragraphs for
13834         translators and pedantic compilers.
13835
13836 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13837
13838         * configure.ac: add more warning flags if compiling with gcc from
13839         cvs (or explicitly requested with --enable-more-warnings).
13840
13841 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13842
13843         * data/evince-ui.xml: add File and File->Close menu.
13844
13845         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13846         (ev_window_destroy): quit after destroy.
13847         (ev_window_class_init): override GtkObject::destroy.
13848         (entries): install close_window callback.
13849
13850 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13851
13852         * Makefile.am (SUBDIRS): add data subdir.
13853
13854         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13855         gtk+ 2.5.0 for GtkAboutDialog.
13856
13857         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13858         main window.
13859
13860         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13861
13862         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13863         manager.
13864         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13865
13866 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13867
13868         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13869
13870 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13871
13872         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13873
13874 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13875
13876         * shell/*: Added shell directory boilerplate, build it.
13877
13878 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13879
13880         * configure.ac, Makefile.am: Added top-level configure.ac and
13881         Makefile.am