]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.23.5.
[evince.git] / ChangeLog
1 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * configure.ac:
4         
5         Update for release 2.23.5.
6
7 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * NEWS:
10
11         Update NEWS for 2.23.5 release.
12         
13 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * shell/ev-window.c: (ev_window_state_event),
16         (ev_window_class_init):
17
18         Intercept window manager's fullscreen request in order to run/stop
19         fullscreen mode. Fixes bug #493541.
20         
21 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-window.c: (find_bar_visibility_changed_cb):
24
25         Restart the job search when the find bar is opened for the second
26         time. Fixes bug #531956.
27         
28 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
31         (get_document_from_uri):
32
33         Make sure we always return a valid error struct when
34         get_document_from_uri fails. Fixes nautilus crash, see bug
35         #542548.
36         
37 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
38
39         * libdocument/ev-transition-effect.c
40         (ev_transition_effect_type_get_type),
41         (ev_transition_effect_alignment_get_type),
42         (ev_transition_effect_direction_get_type):
43         
44         Fixes bug #542924. Makes enums static to fix Solaris build.
45
46 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * shell/ev-view.c: (ev_view_key_press_event):
49
50         Add '.' keybinding for blanking the screen in presentation
51         mode. Fixes bug #542001.
52         
53 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * libdocument/ev-document-misc.c:
56         (ev_document_misc_pixbuf_from_surface):
57
58         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
59         #540950.
60         
61 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
62
63         * backend/comics/comics-document.c (comics_document_load):
64         * backend/comics/comicsdocument.evince-backend.in:
65         * configure.ac:
66         * thumbnailer/evince-thumbnailer-comics.schemas.in:
67         
68         Added support for 7-zip based cb7 comic book. Patch by
69         Kartik Rustagi. Fixes bug #532312.
70
71 2008-06-24  Bastien Nocera  <hadess@hadess.net>
72
73         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
74         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
75         Fixes bug #539972.
76
77 2008-06-24  Bastien Nocera  <hadess@hadess.net>
78
79         * shell/Makefile.am:
80         * shell/ev-application.c (ev_application_init),
81         (ev_application_get_media_keys):
82         * shell/ev-application.h:
83         * shell/ev-marshal.list:
84         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
85         (proxy_destroy), (on_media_player_key_pressed),
86         (ev_media_player_keys_init), (ev_media_player_keys_focused),
87         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
88         * shell/ev-media-player-keys.h:
89         * shell/ev-window.c (ev_window_go_previous_page),
90         (ev_window_go_next_page), (ev_window_go_first_page),
91         (ev_window_go_last_page), (ev_window_start_presentation),
92         (ev_window_dispose), (view_actions_focus_in_cb):
93         * shell/ev-window.h: When building with D-Bus support, listen
94         for multimedia key events from gnome-settings-daemon. This allows
95         to go to the next/previous/first/last pages using, respectively,
96         Next/Previous/Rewing/Fast Forward. The Play button is used to start
97         a presentation. Fixes bug #539971.
98
99 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
100
101         * configure.ac:
102         
103         Update for release 2.23.4.
104
105 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * NEWS:
108
109         Update news for 2.23.4 release.
110         
111 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
114         * shell/ev-sidebar-thumbnails.c:
115         (ev_sidebar_thumbnails_set_loading_icon),
116         (ev_sidebar_thumbnails_refresh):
117         * shell/ev-window.c: (ev_window_error_message),
118         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
119         (ev_window_set_document):
120
121         Do not crash opening documents with no pages and show a warning
122         message in the message area. Fixes bugs #537574 and #171588.
123         
124 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/Makefile.am:
127         * shell/ev-file-monitor.[ch]:
128         * shell/ev-window.c: (ev_window_document_changed),
129         (ev_window_clear_reload_job), (ev_window_load_job_cb),
130         (ev_window_reload_job_cb), (ev_window_open_uri),
131         (ev_window_reload_document), (ev_window_cmd_view_reload),
132         (ev_window_dispose):
133
134         Automaticly reload the document when the file has changed on
135         disk. Bug #304249.
136         
137 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
138
139         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
140         * libdocument/ev-image.c: (ev_image_save_tmp):
141         * libdocument/ev-module.c: (ev_module_load):
142         * shell/ev-application.c: (ev_application_shutdown),
143         (ev_application_get_print_settings):
144         * shell/ev-sidebar-attachments.c:
145         (ev_sidebar_attachments_button_press),
146         (ev_sidebar_attachments_drag_data_get):
147         * shell/ev-window.c: (window_save_file_copy_ready_cb),
148         (ev_window_print_finished), (ev_window_print_send),
149         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
150         (ev_window_preview_print_finished), (ev_window_do_preview_print),
151         (ev_window_cmd_preview_print):
152         * shell/main.c: (load_files_remote):
153         Fix some build warnings under GCC 4.3.0. (#537535).
154
155 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-jobs.c: (ev_job_render_dispose):
158
159         Fix a crash in debug mode. Patch by Daniel M German.
160         
161 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
162
163         * shell/ev-window.c:
164
165         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
166         
167 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * shell/ev-window.c: (ev_window_print_send),
170         (ev_window_do_preview_print):
171
172         Use the window title as print job name instead of just
173         "evince-print". Fixes bug #534493.
174         
175 2008-05-19  Frederic Peters  <fpeters@0d.be>
176
177         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
178         Bug #533897.
179
180 2008-05-19  Frederic Peters  <fpeters@0d.be>
181
182         * help/reference/Makefile.am: added missing libevmountoperation to
183         gtkdoc-scanobj libraries.  Bug #533896.
184
185 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
186
187         * properties/ev-properties-view.c (get_default_user_units):
188         Fixes check for default units string translation. Bug #533323.
189
190 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
191
192         * backend/impress/iksemel.c (sax_core): Fix a free() that should
193         be an iks_free(). Fix an array overflow in the XML parser that
194         would occur whenever the number of attributes in a tag was greater
195         than 0 and divisible by 6. Fixes GNOME bug #530852.
196
197 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * backend/djvu/djvu-document-private.h:
200         * backend/djvu/djvu-links.c:
201         * backend/djvu/djvu-text.c:
202         * backend/djvu/djvu-document.c: (djvu_handle_events),
203         (djvu_wait_for_message), (djvu_document_load),
204         (document_get_page_size), (djvu_document_render),
205         (djvu_document_thumbnails_get_thumbnail),
206         (djvu_document_file_exporter_end):
207
208         Make sure load job doesn't finish successfully when the document
209         is not successfully decoded by libdjvu. Fixes bug #530202.
210         
211 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * configure.ac:
214         * libdocument/Makefile.am:
215         * libdocument/ev-debug.[ch]:
216         * libdocument/ev-document.c:
217         * shell/ev-jobs.c: (ev_job_links_dispose),
218         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
219         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
220         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
221         (ev_job_render_page_ready), (ev_job_render_run),
222         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
223         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
224         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
225         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
226         (ev_job_print_new), (ev_job_print_run):
227         * shell/main.c: (main):
228
229         Add debug mode based on gedit code. Add debug messages in
230         ev-jobs.
231         
232 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * libdocument/ev-document-factory.c: (get_document_from_uri):
235
236         Fix memory leak.
237         
238 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
239
240         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
241         (get_mime_type_from_data), (get_document_from_uri),
242         (ev_document_factory_get_document):
243         
244         Improved error message about file opening failture.
245         Bug #529129.
246
247 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
248
249         * data/evince-toolbar.xml:
250         
251         Allow to add SaveAs to toolbar.
252
253 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * shell/ev-view-private.h:
256         * shell/ev-view.[ch]: (ev_view_button_release_event),
257         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
258         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
259         (ev_view_update_primary_selection), (clear_link_selected),
260         (ev_view_copy_link_address):
261         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
262
263         Update also the primary selection when copying a link
264         address. Fixes bug #520855.
265         
266 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * libdocument/ev-document-factory.c: (get_document_from_uri):
269
270         Use the pixbuf backend only when the mime type is not supported by
271         any of the other backend so that tiff documents, for instance, are
272         handled by the tiff backend instead of the pixbuf backend. fixes
273         bug #520290.
274         
275 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * cut-n-paste/Makefile.am:
278
279         Add evmountoperation to subdirs list.
280         
281 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * configure.ac:
284
285         Fix libspectre check in configure script. Fixes bug #528549.
286         
287 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * configure.ac:
290         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
291         * shell/Makefile.am:
292         * shell/ev-window.c: (ev_window_load_remote_failed),
293         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
294
295         Add GtkMountOperation (renamed to avoid conflicts) to be able to
296         open documents in remote locations that are not mounted.
297         
298 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
301         (bitmap_convert_msb8):
302         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
303         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
304
305         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
306         
307 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
310         (ev_job_render_new), (ev_job_render_set_selection_info),
311         (ev_job_render_run):
312         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
313         (check_job_size_and_unref),
314         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
315         (add_job), (ev_pixbuf_cache_get_selection_surface):
316
317         Create the render context needed for rendering a page in the render
318         thread so that we don't block the main thread. Simplify
319         EvJobRender API.
320         
321 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * libdocument/Makefile.am:
324         * libdocument/ev-page.[ch]:
325         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
326         (ev_render_context_new), (ev_render_context_set_page):
327         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
328         (ev_form_field_finalize), (ev_form_field_class_init):
329         * libdocument/ev-document-forms.[ch]:
330         (ev_document_forms_get_form_fields):
331         * libdocument/ev-document.[ch]: (ev_document_get_page),
332         (ev_document_get_page_size), (ev_document_get_page_label):
333         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
334         (ev_job_render_run), (ev_job_thumbnail_new),
335         (ev_job_thumbnail_run), (ev_job_print_run):
336         * shell/ev-page-cache.c: (ev_page_cache_new):
337         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
338         (check_job_size_and_unref), (add_job):
339         * shell/ev-sidebar-thumbnails.c: (add_range):
340         * shell/ev-view.c: (ev_view_form_field_get_region),
341         (ev_view_form_field_button_create_widget),
342         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
343         (ev_view_handle_form_field), (ev_view_size_allocate),
344         (get_selected_text):
345         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
346         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
347         (pdf_document_get_page), (pdf_document_get_page_label),
348         (pdf_document_render), (pdf_document_get_info),
349         (pdf_document_document_iface_init),
350         (pdf_document_thumbnails_get_thumbnail),
351         (pdf_document_thumbnails_get_dimensions),
352         (pdf_document_file_exporter_do_page),
353         (pdf_selection_render_selection),
354         (pdf_selection_get_selected_text),
355         (pdf_selection_get_selection_region),
356         (pdf_selection_get_selection_map),
357         (pdf_document_forms_get_form_fields),
358         (pdf_document_forms_form_field_text_get_text),
359         (pdf_document_forms_form_field_text_set_text),
360         (pdf_document_forms_form_field_button_set_state),
361         (pdf_document_forms_form_field_button_get_state),
362         (pdf_document_forms_form_field_choice_get_item),
363         (pdf_document_forms_form_field_choice_get_n_items),
364         (pdf_document_forms_form_field_choice_is_item_selected),
365         (pdf_document_forms_form_field_choice_select_item),
366         (pdf_document_forms_form_field_choice_toggle_item),
367         (pdf_document_forms_form_field_choice_unselect_all),
368         (pdf_document_forms_form_field_choice_set_text),
369         (pdf_document_forms_form_field_choice_get_text):
370         * backend/ps/ev-spectre.c: (ps_document_get_page),
371         (ps_document_get_page_size), (ps_document_get_page_label),
372         (ps_document_render), (ps_document_document_iface_init),
373         (ps_document_file_exporter_do_page):
374         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
375         (tiff_document_render), (tiff_document_render_pixbuf),
376         (tiff_document_file_exporter_do_page):
377         * backend/pixbuf/pixbuf-document.c:
378         (pixbuf_document_get_page_size):
379         * backend/comics/comics-document.c:
380         (comics_document_get_page_size), (comics_document_render_pixbuf):
381         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
382         (djvu_document_render), (djvu_selection_get_selected_text),
383         (djvu_document_thumbnails_get_thumbnail),
384         (djvu_document_file_exporter_do_page),
385         (djvu_document_find_get_result):
386         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
387         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
388         (dvi_document_thumbnails_get_thumbnail),
389         (dvi_document_file_exporter_do_page):
390         * backend/impress/impress-document.c:
391         (impress_document_get_page_size),
392         (impress_document_render_pixbuf):
393         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
394
395         Add EvPage so that we can hold a reference to the backend
396         page. Form fields keep now a reference to the poppler page
397         improving performance since we don't have to create/destroy the
398         poppler field for every form operation. This will be needed for
399         annotations too.
400         
401 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * data/evince-ui.xml:
404         * shell/ev-window.c:
405
406         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
407         
408 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * configure.ac:
411         * backend/ps/Makefile.am:
412
413         Remove gs stuff from ps backend.
414         
415 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * configure.ac:
418         * backend/pdf/ev-poppler.cc:
419
420         Bump poppler requirement to 0.8.0.
421         
422 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
423
424         * NEWS:
425         * configure.ac:
426
427         Update for release 2.22.1.1
428
429 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * configure.ac:
432
433         Fix build (again) when poppler version is 0.6
434         
435 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * backend/djvu/djvu-links.c: (build_tree):
438
439         Make sure link title is a valid utf8 string. Fixes bug #526517.
440         
441 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * configure.ac:
444
445         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
446         #526799.
447         
448 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
449
450         * configure.ac:
451         
452         Update for release 2.22.1.
453
454 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * NEWS:
457
458         Update for upcoming release.
459
460 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * configure.ac:
463         * backend/dvi/dvidocument.evince-backend.in:
464
465         Add compressed dvi to the list of supported mime types. Patch by
466         Ed Catmur. Fixes bug #307087.
467
468 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-jobs.c: (ev_job_print_get_page_list):
471
472         Fix a crash when printing a range that doesn't specify the start or
473         end page. Fixes bug #524288.
474
475 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c: (ev_window_cmd_continuous),
478         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
479         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
480         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
481         (ev_window_run_presentation), (ev_window_stop_presentation),
482         (ev_window_cmd_view_presentation),
483         (ev_window_cmd_leave_fullscreen),
484         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
485
486         Do not unfullscreen and fullscreen again the window when changing
487         from fullscreen to presentation mode and vice versa. Fixes bug
488         #524112.
489         
490 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
493
494         Do not crash when thumbnail failed to render in PS backend. Fixes
495         bug #525015.
496         
497 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * shell/ev-window.c: (window_open_file_copy_ready_cb),
500         (ev_window_load_file_remote), (ev_window_open_uri):
501
502         Handle errors when opening remote files.
503         
504 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/ev-page-action.c: (ev_page_action_grab_focus):
507
508         Only grab the focus for the current visible proxy widget. Fixes
509         bug #521224.
510         
511 2008-03-30  Emil Soleyman  <emil@nishra.com>
512
513         * shell/ev-window.c: (launch_external_uri):
514         
515         Reuse g_app_info_launch_default_for_uri to
516         save some code and fix bug #525009.
517
518 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
519
520         * shell/ev-window.c (image_save_dialog_response_cb):
521
522         Use g_str_has_suffix. See bug #523069.
523
524 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * configure.ac:
527
528         Add a configure option to enable/diable DBus. Patch by Rémi
529         Cardona. Fixes bug 521797.
530
531 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
534
535         Fix printing in documents with rotated pages. Patch by Eugen
536         Dedu. Fixes bug #512648.
537         
538 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
541         (ev_link_from_action):
542
543         Fix warning messages.
544         
545 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * shell/ev-window.c: (image_save_dialog_response_cb):
548
549         Do not append the extension to filename when saving an image
550         if the filename alredy contains the extension. Fixes bug #523069.
551         
552 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * shell/ev-view.[ch]: (ev_view_find_cancel):
555         * shell/ev-window.c: (find_bar_close_cb):
556
557         Cancel the find operation when the find bar is closed. Fixes bug
558         #508845.
559         
560 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * backend/ps/psdocument.evince-backend.in:
563
564         Make ps backend module resident. Fixes bug #520607.
565         
566 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-jobs.c: (ev_job_print_run):
569
570         Invert collate action in order to work as expected, fix reverse
571         printing so that it doesn't start with a blank page and fix number
572         of copies. Patch by Eugen Dedu. Fixes bug #365332.
573         
574 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
577
578         Fix build with poppler <= 0.7.2
579         
580 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * libdocument/ev-document-misc.c:
583         (ev_document_misc_surface_from_pixbuf):
584
585         Fix selections with poppler-splash.
586         
587 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * configure.ac:
590         * backend/pdf/ev-poppler.cc:
591
592         Fix build with poppler >= 0.7.2
593         
594 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
595
596         * configure.ac:
597         
598         Update for release 2.22.0
599
600 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * NEWS:
603
604         Update for upcoming release.
605
606 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
607
608         * shell/ev-window.c (ev_window_print_dialog_response_cb):
609
610         Bug 495107 – Handle print dialog responses correctly
611
612         Correctly handle print dialog response. Properly fixes
613         the above mentioned bug.
614
615 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
618
619         Make sure print job is only run when the print button is
620         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
621         
622 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * backend/pdf/pdfdocument.evince-backend.in:
625         * libdocument/ev-backends-manager.c:
626         (ev_backends_manager_load_backend),
627         (ev_backends_manager_get_document):
628         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
629
630         Allow making backend modules resident. This is needed only for
631         some backends like pdf to avoid registering glib types more than
632         once.
633         
634 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * backend/comics/comics-document.c:
637         * backend/djvu/djvu-document.c:
638         * backend/impress/impress-document.c:
639         * backend/pdf/ev-poppler.cc:
640         * backend/pixbuf/pixbuf-document.c:
641         * backend/ps/ev-spectre.c:
642         * backend/ps/ps-document.c:
643         * backend/tiff/tiff-document.c:
644         * libdocument/ev-document.h:
645         * properties/ev-properties-main.c:
646
647         Use g_type_module_add_interface instead of
648         g_type_add_interface_static. Fixes bug #519679.
649         
650 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
651
652         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
653         Added. Returns whether the animation has everything necessary to run.
654         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
655         is ready just because it's been created. Fixes #519106.
656         (draw_one_page): Do not show the "Loading..." text in presentation
657         mode, there was a slim probability that this could happen.
658
659 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
662
663         Duplicate mime_type string before freeing it so that it doesn't
664         always fail when getting mime type from uri. Fixes bug #518874.
665         
666 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-view.c: (ev_view_form_field_choice_changed):
669
670         Fix a crash when a choice form field doesn't have any item
671         selected. Fixes bug #518831
672         
673 2008-02-25  Alexander Larsson  <alexl@redhat.com>
674
675         * shell/ev-window.c (ev_window_clear_temp_file):
676         Use g_file_has_prefix instead of renamed
677         g_file_contains_file.
678
679         * configure.ac:
680         Require new glib for above change.
681         
682 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * libdocument/ev-image.c: (ev_image_finalize),
685         (ev_image_save_tmp):
686
687         Return a real uri instead of a filename when saving an
688         image. Fixes images drag an drop from evince to nautilus. 
689         
690 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * backend/pdf/ev-poppler.cc:
693         (pdf_document_images_get_image_mapping):
694
695         Return the image list in the right order. Fixes bug #516237.
696         
697 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
698
699         * backend/impress/impress-document.c:
700         (impress_document_thumbnails_get_thumbnail):
701
702         Remove unused variable to avoid a compiler warning.
703
704 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
705
706         * configure.ac:
707         
708         Update for release 2.21.91.
709
710 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * configure.ac:
713         * shell/Makefile.am:
714         * shell/ev-application.[ch]:
715         * shell/ev-sidebar-links.c:
716         * shell/ev-utils.[ch]:
717         * shell/ev-window.[ch]:
718
719         Remove libgnomeprint support. Fixes bug #512370.
720         
721 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
722
723         * thumbnailer/evince-thumbnailer.c: (main):
724
725         Initialize glib type system before using it. Fixes bug #513934.
726         
727 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * properties/ev-properties-main.c:
730
731         Add missing #include.
732         
733 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * configure.ac:
736         * backend/djvu/djvu-document.c: (djvu_document_render):
737         * backend/tiff/tiff-document.c: (tiff_document_render):
738
739         Use the new cairo function cairo_format_stride_for_width when
740         available. Fixes bug #482720.
741
742 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
745         (get_mime_type_from_data), (get_document_from_uri):
746
747         Use g_content_type_guess() only when slow is true in
748         get_document_from_uri(). Fix several memory leaks.
749         
750 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
751
752         * libdocument/ev-document-factory.c:
753         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
754         (get_document_from_uri):
755
756         Use g_content_type_guess () to get mimetype for files.
757         Bug #510401.
758
759 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * thumbnailer/Makefile.am:
762
763         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
764         
765 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * configure.ac:
768
769         Fix build with --without-libgnome. Fixes bug #512771.
770         
771 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
772
773         * backend/dvi/Makefile.am: Install only dvi
774         module. Fixes bug #512718.
775
776 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
777
778         * properties/ev-properties-main.c: (nautilus_module_initialize):
779         
780         Initialize backends in properties tab. Fixes bug
781         #512720.
782
783 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
784
785         * properties/Makefile.am: No need to link with 
786         libraries. Fixes bug #512719.
787
788 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
789
790         * NEWS:
791         * configure.ac:
792         
793         Update for release 2.21.90.
794
795 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * shell/ev-window.c: (ev_window_cmd_escape):
798
799         Fix compile warning.
800         
801 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
804
805         Fix printing in dvi backend when filename contains white
806         espaces. Fixes bug #502839.
807         
808 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
811         (screensaver_disable_x11):
812         * shell/Makefile.am:
813         * shell/xdg-user-dir-lookup.c: Removed
814         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
815         * shell/ev-view.c: (ev_view_presentation_transition_start):
816         * shell/ev-window.c: (ev_window_cmd_file_open),
817         (ev_window_cmd_save_as), (presentation_set_timeout):
818
819         Remove #ifdefs that are no longer needed.
820         
821 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-view.[ch]: (ev_view_button_release_event),
824         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
825         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
826         (ev_window_cmd_escape):
827
828         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
829         
830 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * configure.ac:
833         * backend/comics/comics-document.c: (comics_document_load):
834         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
835         (ev_attachment_set_property), (ev_attachment_init),
836         (ev_attachment_save), (ev_attachment_launch_app),
837         (ev_attachment_open):
838         * libdocument/ev-document-factory.c: (get_document_from_uri):
839         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
840         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
841         * shell/ev-jobs.c:
842         * shell/ev-password.c: (ev_password_dialog_set_property),
843         (ev_password_dialog_save_password):
844         * shell/ev-sidebar-attachments.c:
845         (ev_sidebar_attachments_drag_data_get):
846         * shell/ev-window-title.c: (get_filename_from_uri):
847         * shell/ev-window.c: (ev_window_clear_temp_file),
848         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
849         (ev_window_open_uri), (window_save_file_copy_ready_cb),
850         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
851         (launch_external_uri), (image_save_dialog_response_cb),
852         (attachment_save_dialog_response_cb):
853         * shell/main.c: (load_files), (load_files_remote), (main):
854         * thumbnailer/evince-thumbnailer.c: (main):
855
856         Port to gio and drop gnome-vfs dependency. Fixes bug
857         #510401. Based on patch by Cosimo Cecchi.
858         
859 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
860
861         * NEWS:
862
863         Fixed formatting inconsistencies (spaces vs. tabs)
864
865 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
866
867         * shell/ev-window.c:
868
869         Use top/up/bottom/down arrows instead of
870         first/left/last/right in the toolbar and menu actions.
871         This fixes issues with RTL languages and is visually
872         consistent with the page view. Fixes bug #170081.
873
874 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
875
876         * NEWS:
877
878         Fixed some inaccuracies pointed out by Carlos Garcia
879         Campos.
880
881 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
882
883         * NEWS:
884         * data/evince.schemas.in:
885         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
886
887         Override PDF restrictions by default. Fixes bug #382700.
888
889 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
890
891         * NEWS: Updated for upcoming release
892
893 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
896
897         Fix memory leak.
898         
899 2008-01-23  Gil Forcada <gilforcada@guifi.net>
900
901         * shell/ev-window.c: (register_custom_actions):
902         
903         Added comment for translators
904
905 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * shell/ev-view.c: (ev_view_button_release_event):
908
909         Do not create the idle function for kinetic scrolling if we are
910         not in a drag operation.
911
912 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
915         (ev_view_button_press_event), (ev_view_motion_notify_event),
916         (ev_view_button_release_event):
917
918         Restore cursor after autoscrolling. Fixes bug #509958.
919
920 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * configure.ac:
923         * backend/pdf/ev-poppler.cc:
924         (pdf_document_images_get_image_mapping),
925         (pdf_document_images_get_image),
926         (pdf_document_document_images_iface_init):
927         * libdocument/ev-document-images.[ch]:
928         (ev_document_images_get_image_mapping),
929         (ev_document_images_get_image):
930         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
931         (ev_image_get_id), (ev_image_save_tmp):
932         * shell/ev-jobs.c: (ev_job_render_run):
933         * shell/ev-view.c: (ev_view_drag_data_get):
934         * shell/ev-window.c: (image_save_dialog_response_cb),
935         (ev_view_popup_cmd_copy_image):
936
937         Do not render images when rendering the page but on demand. It
938         reduces the memory comsumption.
939         
940 2008-01-18  Marcelo Lira  <setanta@gmail.com>
941
942         * configure.a:
943         * shell/ev-password.c:
944
945         Make gnome-keyring optional. Fixes bug #509676.
946         
947 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * shell/ev-pixbuf-cache.c: (add_job):
950
951         Initialize include_images variable as FALSE instead of TRUE.
952         
953 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
954
955         * configure.ac:
956         * cut-n-paste/Makefile.am:
957         * cut-n-paste/fileformatchooser/Makefile.am:
958         * cut-n-paste/fileformatchooser/egg-macros.h:
959         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
960         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
961         * shell/Makefile.am:
962         * shell/ev-utils.c:
963         (file_chooser_dialog_add_writable_pixbuf_formats),
964         (get_gdk_pixbuf_format_by_extension):
965         * shell/ev-utils.h:
966         * shell/ev-window.c: (ev_window_error_message),
967         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
968         
969         Simplify image format selection on save.
970
971 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
972
973         * shell/ev-view.c: (ev_view_scroll_event):
974         
975         Repair gorizontal scrolling with shift. Fixes
976         bug #483412.
977
978 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
979         
980         * MAINTAINERS:
981
982         Fix formatting issues.
983         
984 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
985
986         * backend/comics/comics-document.c: (comics_regex_quote):
987         
988         Don't overquote special chars except of '. See bug 
989         502500. Thanks to Tom Parker.
990
991 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
992
993         * MAINTAINERS:
994         
995         Added Nickolay and Carlos, since they're doing most of
996         the releases nowadays.
997
998 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
999
1000         * properties/Makefile.am:
1001
1002         Get the nautilus extension dir properly instead of using
1003         a hack. Fixes bug #505359.
1004
1005 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1006
1007         * properties/Makefile.am:
1008         
1009         Install nautilus extension into new place. See bug
1010         #505359. Thanks to Matthias Clasen, Brian Pepple and
1011         Damien Carbery.
1012
1013 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1014
1015         * shell/ev-window.c: (ev_window_get_recent_file_label):
1016         
1017         RTL marker in recent file list. See bug #509076.
1018
1019 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1022         * shell/ev-window.c: (image_save_dialog_response_cb):
1023
1024         Fix compile warnings due to unused variables.
1025         
1026 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * configure.ac:
1029         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1030         * backend/ps/ev-spectre.c: (ps_document_render):
1031
1032         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1033
1034 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1035
1036         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1037         (ev_transition_animation_paint): Implement "fade" effect.
1038
1039 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1040
1041         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1042         (ev_transition_animation_paint): Implement "uncover" effect.
1043
1044 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1045
1046         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1047         (ev_transition_animation_paint): Implement "cover" effect.
1048
1049 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1050
1051         * shell/ev-transition-animation.c (ev_transition_animation_push)
1052         (ev_transition_animation_paint): Implement "push" effect.
1053
1054 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1055
1056         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1057         (ev_transition_animation_paint): Implement "dissolve" effect.
1058
1059 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1060
1061         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1062         (ev_transition_animation_paint): Implement "wipe" effect.
1063
1064 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1065
1066         * shell/ev-transition-animation.c (ev_transition_animation_box)
1067         (ev_transition_animation_paint): Implement "box" effect.
1068
1069 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1070
1071         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1072         (ev_transition_animation_paint): Implement "blinds" effect.
1073
1074 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1075
1076         * shell/ev-transition-animation.c (ev_transition_animation_split)
1077         (ev_transition_animation_paint): Implement "split" effect.
1078
1079 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1080
1081         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1082         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1083         (ev_view_transition_animation_start) 
1084         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1085         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1086         (ev_view_next_page) (ev_view_previous_page):
1087         
1088         Use EvTransitionAnimation to drive page changes in the presentation
1089         mode, the animation will wait to start until both the origin and 
1090         destination page surfaces are available. Fixes #458460.
1091
1092         (draw_loading_text):
1093
1094         Remove workaround for bug #320352, it's now fixed properly.
1095
1096
1097 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1098
1099         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1100         will contain the implementations for page transition animations, at
1101         the moment it just has the "replace" effect.
1102         * shell/Makefile.am: Added these files to build.
1103
1104 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1105
1106         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1107         animations.
1108         * shell/Makefile.am: Added these files to build.
1109
1110 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1111
1112         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1113         implementation to get_effect() in EvDocumentTransitionIface.
1114
1115 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1116
1117         * libdocument/ev-transition-effect.[ch]: New files, define a page
1118         transition effect, at the moment it maps PopplerPageTransition to a
1119         GObject.
1120         * libdocument/Makefile.am: Added these files to build.
1121         * libdocument/ev-document-transition.[ch]
1122         (ev_document_transition_get_effect): New method, gets the
1123         EvTransitionEffect returned by the interface implementation, with
1124         fallback to the "replace" effect.
1125
1126 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1127
1128         * configure.ac:
1129         * cut-n-paste/Makefile.am:
1130         * cut-n-paste/fileformatchooser/Makefile.am:
1131         * cut-n-paste/fileformatchooser/egg-macros.h:
1132         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1133         * shell/Makefile.am:
1134         * shell/ev-window.c: (image_save_dialog_response_cb),
1135         (ev_view_popup_cmd_save_image_as):
1136
1137         Allow exporting images in any format supported by
1138         GdkPixbuf. Fixes bug #500209.
1139         
1140 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * backend/pixbuf/pixbuf-document.c:
1143
1144         More warnings fixed.
1145         
1146 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1149         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1150         * backend/djvu/djvu-text.h:
1151         * backend/tiff/tiff-document.c: (tiff_document_render):
1152
1153         Fix compile warnings.
1154         
1155 2007-12-28  Christian Persch  <chpe@gnome.org>
1156
1157         * **/*.c: Include config.h. Bug #504721.
1158
1159 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * configure.ac:
1162         * Makefile.am:
1163         * po/POTFILES.in:
1164         * backend/comics/Makefile.am:
1165         * backend/comics/comics-document.[ch]:
1166         * backend/comics/comicsdocument.evince-backend.in:
1167         * backend/djvu/Makefile.am:
1168         * backend/djvu/djvu-document.[ch]:
1169         * backend/djvu/djvudocument.evince-backend.in:
1170         * backend/dvi/Makefile.am:
1171         * backend/dvi/dvi-document.[c]:
1172         * backend/dvi/dvidocument.evince-backend.in:
1173         * backend/impress/Makefile.am:
1174         * backend/impress/impress-document.[ch]:
1175         * backend/impress/impressdocument.evince-backend.in:
1176         * backend/pdf/Makefile.am:
1177         * backend/pdf/ev-poppler.cc:
1178         * backend/pdf/ev-poppler.h:
1179         * backend/pdf/pdfdocument.evince-backend.in:
1180         * backend/pixbuf/Makefile.am:
1181         * backend/pixbuf/pixbuf-document.[ch]:
1182         * backend/pixbuf/pixbufdocument.evince-backend.in:
1183         * backend/ps/Makefile.am:
1184         * backend/ps/ev-spectre.[ch]:
1185         * backend/ps/ps-document.[ch]:
1186         * backend/ps/psdocument.evince-backend.in:
1187         * backend/tiff/Makefile.am:
1188         * backend/tiff/tiff-document.[ch]:
1189         * backend/tiff/tiffdocument.evince-backend.in:
1190         * libdocument/Makefile.am:
1191         * libdocument/ev-backends-manager.[ch]:
1192         * libdocument/ev-module.[ch]:
1193         * libdocument/ev-document.h:
1194         * libdocument/ev-document-factory.[ch]:
1195         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1196         (get_compression_from_mime_type), (get_document_from_uri),
1197         (ev_document_factory_get_document), (file_filter_add_mime_types),
1198         (ev_document_factory_add_filters):
1199         * shell/Makefile.am:
1200         * shell/ev-window-title.c: (get_filename_from_uri):
1201         * shell/main.c: (main):
1202         * thumbnailer/Makefile.am:
1203         * thumbnailer/evince-thumbnailer.c: (main):
1204
1205         Plugin system for backends. Fixes bug #351348.
1206         
1207 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1208
1209         * shell/ev-view-private.h:
1210         * shell/ev-view.c: (ev_view_drag_update_momentum),
1211         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1212         (ev_view_button_release_event), (ev_view_destroy):
1213         
1214         Kinetic scrolling implemented as requested in
1215         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1216
1217 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1218
1219         * data/evince-toolbar.xml:
1220         * data/evince-ui.xml:
1221         * shell/ev-view-private.h:
1222         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1223         (ev_view_button_press_event), (ev_view_motion_notify_event),
1224         (ev_view_button_release_event), (ev_view_init),
1225         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1226         (ev_view_set_cursor):
1227         * shell/ev-view.h:
1228         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1229         (ev_window_cmd_view_autoscroll):
1230         
1231         Autoscroll feature with the context menu. Fixes bug 
1232         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1233
1234 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1237
1238         Disconnect also page-ready signal when removing a job because the
1239         page size has changed. Thanks to kripken
1240         <kripkensteiner@gmail.com>.
1241
1242 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1243
1244         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1245         
1246         Scroll pages in page entry with mouse wheel. Fixes bug
1247         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1248
1249 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * backend/dvi/Makefile.am:
1252         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1253         (mdvi_cairo_device_init):
1254         * backend/dvi/mdvi-lib/common.h:
1255         * backend/dvi/mdvi-lib/mdvi.h:
1256         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1257         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1258         (mdvi_build_path_from_cwd):
1259
1260         Add ps specials support in dvi backend when libspectre is
1261         present. Fixes bug #386005.
1262         
1263 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * configure.ac:
1266         * backend/ps/Makefile.am:
1267         * backend/ps/ev-spectre.[ch]:
1268         
1269         Use libspectre, if available, for the ps backend. Fixes bugs
1270         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1271
1272 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1273         
1274         * backend/comics/comics-document.c: (comics_document_load):
1275         
1276         Cygwin build issue fix.
1277
1278 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/ev-view.c: (ev_view_set_zoom):
1281
1282         Do not limit the minimum zoom factor when sizing mode is best bit
1283         or fit width. Fixes bug #503805.
1284         
1285 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1288         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1289         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1290         (ev_link_dest_get_property), (ev_link_dest_set_property),
1291         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1292         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1293         (ev_link_dest_new_fitr):
1294         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1295         (goto_fith_dest), (goto_xyz_dest):
1296
1297         Do not change left, top and zoom values when they are null in PDF
1298         destinations. Fixes bug #460658.
1299         
1300 2007-12-10  Christian Persch  <chpe@gnome.org>
1301
1302         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1303         (ev_view_accessible_class_init),
1304         (ev_view_accessible_idle_do_action),
1305         (ev_view_accessible_action_do_action),
1306         (ev_view_accessible_action_get_description),
1307         (ev_view_accessible_action_set_description),
1308         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1309         (ev_view_accessible_factory_init),
1310         (ev_view_accessible_factory_get_accessible_type):
1311         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1312         private data, and G_DEFINE_TYPE. Bug #502843.
1313
1314 2007-12-08  Christian Persch  <chpe@gnome.org>
1315
1316         * shell/ev-metadata-manager.c: (item_free),
1317         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1318         (value_free), (parse_value), (parseItem),
1319         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1320         (save_values): Use GSlice to allocate small amounts of memory. Bug
1321         #475972.
1322
1323 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1326
1327         Restore cursor to normal after a drag operation. Fixes bug
1328         #501603.
1329         
1330 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1331
1332         * NEWS:
1333         * configure.ac:
1334         
1335         Update for release 2.21.1
1336
1337 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * configure.ac:
1340         * cut-n-paste/gedit-message-area/Makefile.am:
1341         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1342         * shell/Makefile.am:
1343         * shell/ev-message-area.[ch]:
1344         * shell/ev-window.c: (ev_window_set_message_area),
1345         (ev_window_error_message_response_cb), (ev_window_error_message),
1346         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1347         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1348         (ev_attachment_popup_cmd_open_attachment),
1349         (attachment_save_dialog_response_cb), (ev_window_set_document),
1350         (ev_window_init):
1351
1352         Use a message area instead of a popup dialog for error
1353         notifications. Fixes bug #337495.
1354         
1355 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1356
1357         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1358         (ev_window_run_fullscreen):
1359
1360         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1361         
1362 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * ev-sidebar-thumbnails.c: (update_visible_range),
1365         (ev_sidebar_thumbnails_refresh),
1366         (ev_sidebar_thumbnails_set_document),
1367         (ev_sidebar_thumbnails_support_document):
1368
1369         Show thumbnails for documents with one page. Fixes bug #358751.
1370         
1371 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-window.c:
1374         (ev_window_load_print_settings_from_metadata),
1375         (ev_window_save_print_settings), (ev_window_print_finished),
1376         (ev_window_print_range):
1377
1378         Print settings that are specific to the document are now saved per
1379         document in the metadata file. Fixes bug #488806.
1380         
1381 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1382
1383         * backend/tiff/tiff-document.c: (tiff_document_render):
1384
1385         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1386         
1387 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-application.[ch]: (get_find_string_from_args),
1390         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1391         (ev_application_open_uri_list):
1392         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1393         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1394         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1395         (ev_window_cmd_recent_file_activate),
1396         (ev_window_open_recent_action_item_activated),
1397         (ev_window_print_send), (open_remote_link):
1398         * shell/main.c: (arguments_parse):
1399
1400         Add a command line option for search. Fixes bug #497710.
1401         
1402 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1403
1404         * shell/ev-jobs.c: (ev_job_print_new):
1405
1406         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1407         
1408 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * data/evince-toolbar.xml:
1411         * shell/Makefile.am:
1412         * shell/ev-application.c: (ev_application_init):
1413         * shell/ev-open-recent-action.[ch]:
1414         * shell/ev-window.c:
1415         (ev_window_open_recent_action_item_activated),
1416         (register_custom_actions):
1417
1418         Add an expander to the open toolbar item which pops up a dropdown
1419         menu with the recently used documents. Fixes bug #487215.
1420         
1421 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * shell/ev-window.c: (ev_window_open_uri),
1424         (ev_window_cmd_view_reload):
1425
1426         Do not jump to the first page when reloading by running evince
1427         from the command line. Fixes bug #490847.
1428         
1429 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1430
1431         * shell/ev-window.c: (ev_window_cmd_help_contents):
1432
1433         Plugged memory leak when help file is not found. Fixes bug
1434         #490762.
1435         
1436 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * configure.ac:
1439
1440         Enable djvu, dvi and comics backends by default. Fixes bug
1441         #437121.
1442         
1443 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * configure.ac:
1446         * cut-n-paste/Makefile.am:
1447         * cut-n-paste/recent-files/*: Removed
1448         * help/reference/Makefile.am:
1449         * shell/Makefile.am:
1450         * shell/ev-application.[ch]: (ev_application_shutdown),
1451         (ev_application_init):
1452         * shell/ev-window.c: (ev_window_add_recent),
1453         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1454
1455         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1456         
1457 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1458
1459         * shell/ev-window.c: (launch_external_uri):
1460
1461         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1462         and report error if the URL is not supported (#489910).
1463
1464 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1467         (pdf_document_file_exporter_begin_page),
1468         (pdf_document_file_exporter_end_page):
1469
1470         Fix printing with poppler splash backend. Fixes bug #489774.
1471         
1472 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1475         * shell/ev-print-job.c: (ev_print_job_class_init):
1476
1477         Fix a crash when printing with the gnome-print dialog. Fixes bug
1478         #488939.
1479         
1480 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1481
1482         * backend/pixbuf/pixbuf-document.c:
1483
1484         Fix an implicit function definition warning (#487655)
1485
1486 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-window.c:
1489
1490         Fix conflicting shortcut for view sade pane and presentation.
1491         
1492 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * backend/pdf/ev-poppler.cc:
1495         (pdf_document_file_exporter_begin_page),
1496         (pdf_document_file_exporter_do_page),
1497         (pdf_document_file_exporter_end_page),
1498         (pdf_document_file_exporter_iface_init):
1499         * libdocument/ev-file-exporter.[ch]:
1500         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1501         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1502         (ev_job_print_run):
1503
1504         When printing multiple pages per sheet in reverse option, do not
1505         invert the order of the pages in every sheet, but the order of the
1506         sheets. Do not print blank pages when page range is invalid. Fixes
1507         bugs #484857 and #485521.
1508         
1509 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1512         (ev_job_print_run):
1513         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1514
1515         Respect ranges order when printing more than one range in random
1516         order.
1517         
1518 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1519
1520         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1521         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1522
1523         Rotate also the window icon when document is rotated. Fixes bug
1524         #474681.
1525         
1526 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1529         (pdf_document_forms_get_form_fields):
1530
1531         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1532         Matthias Drochner.
1533         
1534 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * configure.ac:
1537         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1538
1539         Use poppler_page_render_for_printing() instead of
1540         poppler_page_render() if available when exporting to a ps or pdf
1541         file. Fixes bug #476627.
1542         
1543 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * shell/ev-window.c: (ev_window_run_fullscreen):
1546
1547         Do not show the toolbar in fullscreen mode if the main toolbar is
1548         not visible. Fixes bug #483048.
1549         
1550 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * shell/ev-view.c: (ev_view_button_press_event):
1553
1554         Give priority to form fields over images when deciding whether a
1555         button press event is over an image or form field. It allows edit
1556         form fields when they are over a background image. Fixes bug
1557         #477841.
1558         
1559 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1560
1561         * NEWS:
1562         * configure.ac:
1563         
1564         Update for release 2.20.0
1565
1566 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * backend/pdf/ev-poppler.cc:
1569
1570         Remove #ifdef HAVE_FORMS, so that forms support works again.
1571
1572 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1573
1574         * configure.ac:
1575         * data/evince.desktop.in.in:
1576         
1577         Fixes desktop file issues. See bug #473471.
1578
1579 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1582         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1583         (ev_job_queue_remove_job):
1584         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1585         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1586         * shell/ev-window.c: (ev_window_clear_save_job),
1587         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1588         (ev_window_dispose):
1589
1590         Move save a copy task to its own job so that it's carried out in a
1591         thread avoiding another lock in the main thread. Use
1592         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1593         can be saved to a pathin another file system. Fixes bug #456891.
1594         
1595 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1596
1597         * NEWS:
1598         * configure.ac:
1599         
1600         Update for release 2.19.92
1601
1602 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * configure.ac:
1605         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1606         (pdf_selection_get_selection_region),
1607         (pdf_selection_get_selection_map),
1608         (ev_form_field_from_poppler_field):
1609
1610         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1611         and triple click selections are enabled again now.
1612
1613 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-window.c: (ev_window_add_history):
1616
1617         Make sure not to use the history with documents not supporting
1618         links. Fixes bug #468954.
1619
1620 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * shell/ev-window.c: (ev_window_load_job_cb):
1623
1624         Restart the search when reloading a document with the find bar
1625         visible. Fixes bug #461962.
1626
1627 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * shell/ev-window.c: (setup_document_from_metadata),
1630         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1631
1632         Do not jump to the first page when reloading a document from the
1633         last page.
1634
1635 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * shell/ev-window.c: (update_chrome_flag),
1638         (setup_sidebar_from_metadata),
1639         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1640         (ev_window_cmd_edit_find_next),
1641         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1642         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1643         (find_bar_close_cb), (view_actions_focus_in_cb):
1644
1645         Do not update visibility when changing a chrome flag so that it's
1646         possible to update several flags and update visibility only once
1647         for all of them.
1648
1649 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1652
1653         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1654         supported by gtk+. Fixes bug #460907.
1655
1656 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-view.c: (view_update_range_and_current_page):
1659
1660         Make sure current-page <= end-page in continuous mode. Fixes bug
1661         #454950.
1662
1663 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * backend/pdf/ev-poppler.cc: (build_tree):
1666
1667         Ignore outline items without a title. Fixes bug #453913.
1668
1669 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1672         (ev_view_button_release_event), (ev_view_leave_notify_event):
1673
1674         Use always drag mouse cursor during a drag operation. Fixes bug
1675         #470564.
1676
1677 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1680         (pdf_selection_get_selection_region),
1681         (pdf_selection_get_selection_map):
1682
1683         Temporarily disable double and triple selections since it depends on
1684         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1685         released and the update of the external dependency minimal version
1686         approved.
1687
1688 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1691         (pdf_document_file_exporter_do_page):
1692         * libdocument/ev-file-exporter.h:
1693         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1694         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1695
1696         Actually fix printing regressions. Remove orientation from
1697         EvPrintContext since it's redundant.
1698
1699 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1702         * backend/impress/impress-document.c:
1703         (impress_document_document_iface_init):
1704         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1705         * backend/djvu/djvu-document.c:
1706         (djvu_document_document_iface_init),
1707         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1708         * backend/tiff/tiff-document.c:
1709         (tiff_document_document_iface_init):
1710         * backend/pixbuf/pixbuf-document.c:
1711         (pixbuf_document_document_iface_init):
1712         * backend/comics/comics-document.c:
1713         (comics_document_document_iface_init):
1714         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1715         (pdf_selection_render_selection),
1716         (pdf_selection_get_selected_text),
1717         (pdf_selection_get_selection_region),
1718         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1719         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1720         (ev_selection_get_selection_region),
1721         (ev_selection_get_selection_map):
1722         * libdocument/ev-document.[ch]:
1723         * shell/ev-pixbuf-cache.[ch]: (add_job),
1724         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1725         * shell/ev-view-private.h:
1726         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1727         (ev_job_render_run):
1728         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1729         * shell/ev-view.c: (start_selection_for_event),
1730         (ev_view_button_press_event), (ev_view_drag_data_get),
1731         (ev_view_drag_data_received), (ev_view_button_release_event),
1732         (compute_new_selection_text), (compute_selections),
1733         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1734         (ev_view_primary_get_cb):
1735
1736         Add support for double and triple click selections.
1737
1738 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1739
1740         * NEWS:
1741         * configure.ac:
1742
1743         Update for release 2.19.4
1744
1745 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1746
1747         * shell/ev-view-private.h:
1748         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1749         (ev_view_set_highlight_search):
1750         * shell/ev-view.h:
1751         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1752         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1753         (find_bar_visibility_changed_cb):
1754         
1755         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1756
1757 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1760         (pdf_document_file_exporter_begin),
1761         (pdf_document_file_exporter_do_page):
1762         * shell/ev-jobs.c: (ev_job_print_run):
1763         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1764
1765         Create always a portrait cairo surface and rotate when needed for
1766         landscape. It fixes printing problems in real printers.
1767
1768 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1771         * libdocument/ev-file-exporter.[ch]:
1772         (ev_file_exporter_get_capabilities):
1773         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1774         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1775
1776         Adjust number of pages per row according to page orientation when
1777         printing 2 or 6 pages per sheet.
1778
1779 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-window.c: (ev_window_print_send):
1782
1783         Reset also cups setting to 1 when printing multiple pages per
1784         sheet. Fixes bug #468853.
1785
1786 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * libdocument/ev-document-misc.c:
1789         (ev_document_misc_surface_rotate_and_scale):
1790
1791         Use directly cairo_surface_get_content() when creating a similar
1792         surface as suggested by Jeff Muizelaar. Thanks again.
1793
1794 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * backend/djvu/djvu-document.c: (djvu_document_render):
1797         * backend/tiff/tiff-document.c: (tiff_document_render):
1798         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1799         * libdocument/ev-document-misc.c:
1800         (ev_document_misc_surface_from_pixbuf),
1801         (ev_document_misc_surface_rotate_and_scale):
1802
1803         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1804         creating page surfaces. Fixes bug #453123. Thank you very much to
1805         Jeff Muizelaar <jeff@infidigm.net>.
1806
1807 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-page-cache.c: (ev_page_cache_new),
1810         (ev_page_cache_get_thumbnail_size):
1811         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1812         (ev_sidebar_thumbnails_set_loading_icon):
1813
1814         Also store in page-cache the dimensions of the thumbnails so that
1815         they can be used to create the correct loading icon in the side
1816         pane. Fixes bug #466857.
1817
1818 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * backend/pdf/ev-poppler.cc:
1821         (pdf_document_thumbnails_get_thumbnail):
1822
1823         Fix thumbnails rotation in pdf documents that include embedded 
1824         thumbnails.
1825
1826 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1827
1828         * backend/pdf/ev-poppler.cc:
1829
1830         Don't use #ifdef in macro expansion. Some compilers don't
1831         like that. Closes bug #467042.
1832
1833 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1834
1835         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1836         
1837         Fixes memory leak in djvu backend.
1838
1839 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1840
1841         * data/icons/32x32/Makefile.am:
1842         * data/icons/32x32/actions/Makefile.am:
1843         * data/icons/32x32/actions/view-page-cont.svg:
1844         * data/icons/32x32/actions/view-page-facing.svg:
1845         * data/icons/48x48/Makefile.am:
1846         * data/icons/48x48/actions/Makefile.am:
1847         * data/icons/48x48/actions/view-page-cont.svg:
1848         * data/icons/48x48/actions/view-page-facing.svg:
1849         
1850         Icons for a new sizes.
1851
1852 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1853
1854         * shell/ev-page-cache.c: (build_height_to_page),
1855         (ev_page_cache_get_height_to_page):
1856         
1857         Fixes invalid read, see bug #466401.
1858
1859 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1862         (set_drag_cursor):
1863         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1864         (configure_item_cursor), (new_pixbuf_from_widget):
1865
1866         Fix multihead problems in toolbar editor. Fixes bug #382055.
1867
1868 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-window.c: (ev_window_cmd_file_open),
1871         (ev_window_cmd_save_as):
1872
1873         Use g_get_user_special_dir when available instead of
1874         xdg_user_dir_lookup.
1875
1876 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1877
1878         * MAINTAINERS:
1879         
1880         Updated according to request on desktop-devel.
1881
1882 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1885
1886         Do not use cairo_rectangle and cairo_clip since we are
1887         not using cairo_fill but cairo_paint. Use the same cairo context
1888         for every page in the same expose event.
1889
1890 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1891
1892         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1893         leak.
1894
1895 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * configure.ac:
1898         * NEWS:
1899
1900         Release 0.9.3
1901
1902 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * libdocument/ev-document-info.h:
1905         * libdocument/ev-document.h:
1906         * shell/ev-page-action.h:
1907         * shell/ev-sidebar-links.h:
1908
1909         Fix a headers problem with ev-link
1910         
1911         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1912         * shell/ev-view-private.h:
1913         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1914         (get_link_area), (ev_view_query_tooltip),
1915         (ev_view_leave_notify_event), (ev_view_destroy),
1916         (ev_view_class_init):
1917
1918         Use new gtk tooltips when available instead of ev-tooltip.
1919         
1920 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * shell/ev-window.c: (update_chrome_visibility),
1923         (ev_window_sidebar_visibility_changed_cb):
1924
1925         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1926         
1927 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * shell/ev-navigation-action.c:
1930         (ev_navigation_action_history_changed),
1931         (ev_navigation_action_set_history):
1932         * shell/ev-navigation-action-widget.c:
1933         (ev_navigation_action_widget_init):
1934         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1935
1936         Fix compile warnings.
1937         
1938 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1941         (egg_editable_toolbar_dispose):
1942
1943         Fix memory leak.
1944         
1945 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1948         (screensaver_disable_x11):
1949         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1950         * shell/ev-window.c: (presentation_set_timeout):
1951         * shell/ev-view.c: (ev_view_presentation_transition_start):
1952
1953         Use g_timeout_add_seconds instead of g_timeout_add when
1954         available.
1955         
1956 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1959
1960         Set horizontal scrollbar policy to AUTOMATIC instead of
1961         NEVER. Workaround for bug #449462.
1962         
1963 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-jobs.c: (ev_job_render_page_ready):
1966
1967         Add page_ready callback to main loop with high priority and hold
1968         a reference to job during idle.
1969         
1970 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * configure.ac:
1973         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1974         (pdf_document_file_exporter_begin),
1975         (pdf_document_file_exporter_do_page),
1976         (pdf_document_file_exporter_get_capabilities):
1977         * libdocument/ev-file-exporter.h:
1978         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1979         * shell/ev-window.c: (ev_window_print_send),
1980         (ev_window_print_dialog_response_cb):
1981
1982         Allow printing multiple pages per sheet. Fixes bug #395573.
1983         
1984 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1985
1986         * shell/ev-view.c: (tip_from_link):
1987         
1988         Check for NULL, fixes bug #460862.
1989
1990 2007-07-29  Christian Persch  <chpe@gnome.org>
1991
1992         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1993         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1994         (ev_window_cmd_preview_print):
1995         
1996         Fixes bug #437681 - blocks while enumerating printers.
1997
1998 2007-07-29  Christian Persch  <chpe@gnome.org>
1999
2000         * shell/ev-window.c: (ev_window_screen_changed):
2001         
2002         Don't use deprecated gtk+ function. See bug #460909.
2003
2004 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * shell/ev-utils.c: (get_num_monitors):
2007         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2008
2009         Do not use display before initializing it. Remove compile
2010         warnings.
2011
2012 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2013
2014         * shell/ev-view.c: (ev_view_class_init):
2015         
2016         Unix-like hjkl bindings added. See bug #458111.
2017
2018 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2019
2020         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2021         * shell/ev-utils.h:
2022         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2023         (ev_view_update_view_size):
2024         * shell/ev-view.h:
2025         * shell/ev-window.c: (ev_window_update_actions),
2026         (setup_view_from_metadata), (ev_window_screen_changed),
2027         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2028         (zoom_control_changed_cb):
2029         * shell/ev-window.h:
2030         
2031         Reorganizes utility functions.
2032
2033 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2036         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2037         (add_job), (ev_pixbuf_cache_get_surface),
2038         (ev_pixbuf_cache_get_link_mapping),
2039         (ev_pixbuf_cache_get_image_mapping),
2040         (ev_pixbuf_cache_get_form_field_mapping),
2041         (ev_pixbuf_cache_get_text_mapping):
2042         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2043         (notify_page_ready), (ev_job_render_page_ready),
2044         (ev_job_render_run):
2045
2046         Add page_ready signal to notify that page is ready as soon as
2047         possible even if other page elements like links, forms, images or
2048         text mapping are not ready yet.
2049
2050 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2053         (dvi_document_file_exporter_do_page),
2054         (dvi_document_file_exporter_get_capabilities),
2055         (dvi_document_file_exporter_iface_init):
2056         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2057         (ps_document_file_exporter_do_page),
2058         (ps_document_file_exporter_get_capabilities),
2059         (ps_document_file_exporter_iface_init):
2060         * backend/djvu/djvu-document.c:
2061         (djvu_document_file_exporter_begin),
2062         (djvu_document_file_exporter_end),
2063         (djvu_document_file_exporter_get_capabilities),
2064         (djvu_document_file_exporter_iface_init):
2065         * backend/tiff/tiff-document.c:
2066         (tiff_document_file_exporter_begin),
2067         (tiff_document_file_exporter_get_capabilities),
2068         (tiff_document_document_file_exporter_iface_init):
2069         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2070         (pdf_document_file_exporter_do_page),
2071         (pdf_document_file_exporter_get_capabilities),
2072         (pdf_document_file_exporter_iface_init):
2073         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2074         (ev_file_exporter_get_capabilities):
2075         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2076         (idle_print_handler), (ev_print_job_print):
2077         * shell/ev-jobs.c: (ev_job_print_run):
2078         * shell/ev-window.c: (ev_window_print_send),
2079         (ev_window_print_range):
2080
2081         Use capabilities to know which options should be offered by the
2082         print dialog depending on the document backend.
2083
2084 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2087
2088         Give priority to forms over text to set the cursor.
2089
2090 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * shell/ev-view-private.h:
2093         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2094         (ev_view_leave_notify_event), (ev_view_finalize),
2095         (ev_view_get_property), (ev_view_class_init):
2096
2097         Use IBEAM cursor for text form fields and NORMAL cursor for read
2098         only fields. Remove unused status attribute.
2099
2100 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2103
2104         Update region for current selected items also for checkbox
2105         buttons, since they can behave as radio buttons when they are in a
2106         set.
2107
2108 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * configure.ac:
2111         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2112
2113         Get max length of text form fields.
2114
2115 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2118         * libdocument/ev-form-field.h:
2119         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2120
2121         Fix build with current poppler cvs head.
2122
2123 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2126         * shell/eggfindbar.c: (egg_find_bar_init):
2127
2128         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2129         deprecation. Fixes bug #455667
2130
2131 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2132
2133         * NEWS:
2134         * configure.ac:
2135         
2136         Update for release 0.9.2
2137
2138 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-view.c: (ev_view_form_field_text_save),
2141         (ev_view_form_field_choice_save):
2142
2143         Fix a crash when closing whith a form widget visible.
2144
2145 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2148
2149         Update also the region of the current selected button when
2150         clicking on another button if they are radio buttons.
2151
2152 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2155         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2156         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2157         (ev_pixbuf_cache_get_link_mapping),
2158         (ev_pixbuf_cache_get_image_mapping),
2159         (ev_pixbuf_cache_get_form_field_mapping),
2160         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2161         * shell/ev-view.c: (ev_view_form_field_get_region),
2162         (ev_view_form_field_button_create_widget),
2163         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2164         (job_finished_cb):
2165
2166         Redraw only form field region instead of the whole page when
2167         reloading a page to show changes on the form field.
2168
2169 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-view.c: (ev_view_form_field_choice_save):
2172
2173         Fix selection of first item in list form fields.
2174
2175 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2178         (ev_pixbuf_cache_reload_page),
2179         (ev_pixbuf_cache_get_form_field_mapping):
2180
2181         Some refactoring to avoid duplicated code.
2182
2183 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * configure.ac:
2186         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2187         (ev_form_field_from_poppler_field),
2188         (pdf_document_forms_get_form_fields),
2189         (pdf_document_forms_form_field_text_get_text),
2190         (pdf_document_forms_form_field_text_set_text),
2191         (pdf_document_forms_form_field_button_set_state),
2192         (pdf_document_forms_form_field_button_get_state),
2193         (pdf_document_forms_form_field_choice_get_item),
2194         (pdf_document_forms_form_field_choice_get_n_items),
2195         (pdf_document_forms_form_field_choice_is_item_selected),
2196         (pdf_document_forms_form_field_choice_select_item),
2197         (pdf_document_forms_form_field_choice_toggle_item),
2198         (pdf_document_forms_form_field_choice_unselect_all),
2199         (pdf_document_forms_form_field_choice_set_text),
2200         (pdf_document_forms_form_field_choice_get_text),
2201         (pdf_document_document_forms_iface_init):
2202         * libdocument/Makefile.am:
2203         * libdocument/ev-form-field.[ch]:
2204         * libdocument/ev-document-forms.[ch]:
2205         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2206         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2207         (add_job), (ev_pixbuf_cache_reload_page),
2208         (ev_pixbuf_cache_get_form_field_mapping):
2209         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2210         * shell/ev-view-private.h:
2211         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2212         (ev_view_handle_cursor_over_xy),
2213         (ev_view_get_form_field_at_location),
2214         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2215         (ev_view_form_field_button_create_widget),
2216         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2217         (ev_view_form_field_text_create_widget),
2218         (ev_view_form_field_choice_save),
2219         (ev_view_form_field_choice_changed),
2220         (ev_view_form_field_choice_create_widget),
2221         (ev_view_handle_form_field), (ev_view_size_allocate),
2222         (ev_view_realize), (draw_end_presentation_page),
2223         (ev_view_button_press_event), (ev_view_remove_all),
2224         (ev_view_motion_notify_event), (ev_view_key_press_event),
2225         (ev_view_enter_notify_event), (highlight_find_results),
2226         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2227         (ev_view_class_init), (page_changed_cb),
2228         (on_adjustment_value_changed), (ev_view_set_presentation),
2229         (merge_selection_region), (ev_view_set_cursor),
2230         (ev_view_reset_presentation_state):
2231         
2232         Merge evince-forms branch.
2233
2234 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2235
2236         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2237
2238         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2239         This script also updates itself from libegg
2240
2241         * cut-n-paste/toolbar-editor/egg*:
2242         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2243         libegg
2244
2245 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2246
2247         * shell/ev-window.c:
2248         
2249         Adds a nice icon to page action during toolbar editing.
2250         See bug #452872.
2251
2252 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * data/evince-toolbar.xml:
2255         * shell/ev-window.c:
2256         
2257         Let user add a presentation and fullscreen icons on toolbar.
2258         See bug #449734.
2259
2260 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2261
2262         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2263
2264         new script to keep in sync with toolbareditor in libegg
2265
2266         * cut-n-paste/toolbar-editor/*: 
2267
2268         Run update-toolbareditor-from-libegg so we are in sync again. 
2269         Fixes bug #452850.
2270         
2271
2272 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * shell/ev-sidebar-links.c: (job_finished_callback):
2275
2276         Do not connect selection changed signal more than once. Fixes bug
2277         #349433.
2278
2279 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2280
2281         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2282
2283         Do not change sidebar chrome flag when pressing F9 key in
2284         presentation mode.
2285
2286 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * backend/pdf/ev-poppler.cc:
2289         (pdf_document_thumbnails_get_dimensions):
2290
2291         Make sure thumbnails width and height is not <= 0. Fixes a crash
2292         with some pdf documents which have really small pages.
2293
2294 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2295
2296         * shell/main.c: (main):
2297
2298         Fixes program description translation issue.
2299         Bug #450148.
2300
2301 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2302
2303         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2304
2305         Do not change current page when returning from black/white mode
2306         in presentation. Fixes bug #415032.
2307
2308 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2309
2310         * NEWS:
2311         * configure.ac:
2312         
2313         Update for release 0.9.1
2314
2315 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2316
2317         * backend/dvi/dvi-document.c:
2318         (dvi_document_finalize),
2319         (dvi_document_file_exporter_format_supported),
2320         (dvi_document_file_exporter_begin),
2321         (dvi_document_file_exporter_do_page),
2322         (dvi_document_file_exporter_end),
2323         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2324         
2325         PDF exporter for dvi documents. Fixes bug #441319.
2326
2327 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * shell/ev-window.c: (ev_window_clear_print_job):
2330
2331         Clear gtk print job when job has finished. Fixes bug #447612.
2332
2333 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-window.c: (ev_window_print_send),
2336         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2337
2338         Add preview button to print dialog. Fixes bug #445419.
2339
2340 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * backend/dvi/Makefile.am:
2343         * backend/dvi/pixbuf-device.[ch]: Removed
2344         * backend/dvi/cairo-device.[ch]: Added
2345         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2346         * backend/dvi/dvi-document.c: (dvi_document_load),
2347         (dvi_document_render), (dvi_document_finalize),
2348         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2349         (dvi_document_do_color_special):
2350         * libdocument/ev-document-misc.[ch]:
2351         (ev_document_misc_pixbuf_from_surface):
2352
2353         Port dvi backend to cairo and fix a problem with colors. 
2354
2355 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-view.c: (draw_one_page):
2358
2359         Draw only visible region.
2360
2361 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * backend/djvu/djvu-document.c: (djvu_document_render):
2364
2365         Fix rotation in djvu backend.
2366
2367 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2370         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2371         (ev_pixbuf_cache_get_image_mapping),
2372         (ev_pixbuf_cache_get_text_mapping):
2373
2374         Redraw view every time we have a new surface. Fixes bug #443587.
2375
2376 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * libdocument/ev-document.c: (ev_document_info_free):
2379
2380         Fix memory leaks.
2381
2382 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * backend/dvi/dvi-document.c: (dvi_document_render),
2385         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2386         * backend/impress/impress-document.c:
2387         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2388         (impress_document_render), (impress_document_document_iface_init),
2389         (impress_document_thumbnails_get_thumbnail):
2390         * backend/djvu/djvu-document-private.h:
2391         * backend/djvu/djvu-document.c: (djvu_document_render),
2392         (djvu_document_finalize), (djvu_document_document_iface_init),
2393         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2394         * backend/tiff/tiff-document.c: (tiff_document_render),
2395         (tiff_document_render_pixbuf),
2396         (tiff_document_document_iface_init):
2397         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2398         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2399         (pdf_selection_render_selection):
2400         * backend/comics/comics-document.c:
2401         (comics_document_render_pixbuf), (comics_document_render),
2402         (comics_document_document_iface_init):
2403         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2404         (pixbuf_document_document_iface_init):
2405         * libdocument/ev-document-misc.[ch]:
2406         (ev_document_misc_surface_from_pixbuf),
2407         (ev_document_misc_surface_rotate_and_scale):
2408         * libdocument/ev-document.[ch]: (ev_document_render):
2409         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2410         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2411         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2412         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2413         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2414         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2415         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2416         (render_finished_cb), (ev_job_render_run):
2417         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2418         (merge_selection_region):
2419
2420         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2421         and selections.
2422
2423 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-window-title.c: (ev_window_title_update):
2426
2427         Fix memory leak.
2428
2429 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-view.c: (draw_loading_text):
2432
2433         Show loading text centered. Fixes bug #433061
2434
2435 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-sidebar-thumbnails.c:
2438         (ev_sidebar_thumbnails_set_loading_icon):
2439
2440         Remove a mutex in the main thread that blocks the UI in heavy
2441         documents.
2442
2443 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2446
2447         Set points_set to TRUE so that selections don't disappear after a
2448         zoom change.
2449
2450 2007-06-07  Michael Monreal  <infernux@web.de>
2451
2452         * data/icons/16x16/actions/Makefile.am:
2453         * data/icons/16x16/actions/zoom.svg:
2454         * data/icons/22x22/actions/Makefile.am:
2455         * data/icons/22x22/actions/zoom.svg:
2456         * data/icons/24x24/actions/Makefile.am:
2457         * shell/ev-stock-icons.c:
2458         * shell/ev-stock-icons.h:
2459         * shell/ev-window.c:
2460         
2461         Zoom icon artwork. See bug #444795.
2462
2463 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2464
2465         * shell/ev-metadata-manager.c: Remove extraneous function
2466         (Closes: #444386)
2467
2468 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2469
2470         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2471         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2472         (ev_metadata_manager_set), (ev_metadata_manager_save):
2473         Simplify the timeout, no need for modified anymore
2474
2475 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2476
2477         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2478         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2479         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2480         (ev_metadata_manager_save): Adapted patch from Arjan van de
2481         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2482         time, saves on power (Closes: #443851)
2483
2484 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * configure.ac:
2487         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2488         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2489
2490         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2491
2492 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2493
2494         * shell/ev-window.c: (ev_window_add_history):
2495
2496         Check if history is NULL
2497
2498 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * libdocument/ev-image.c: (ev_image_finalize):
2501         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2502         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2503         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2504         (ev_tmp_uri_unlink):
2505
2506         Add functions to delete temporary files created by evince in a safe
2507         way.
2508
2509         * shell/ev-window.c: (ev_window_clear_local_uri),
2510         (open_xfer_update_progress_callback),
2511         (save_xfer_update_progress_callback), (ev_window_save_remote),
2512         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2513         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2514         (attachment_save_dialog_response_cb),
2515         (ev_attachment_popup_cmd_save_attachment_as):
2516
2517         Allow saving a copy of a document, image or attachment to a remote
2518         location. Fixes bug #440754. 
2519
2520 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * configure.ac:
2523         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2524
2525         Fix build with current poppler from cvs head. 
2526
2527 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2528
2529         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2530
2531         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2532         directory exists.
2533
2534 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2535
2536         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2537         * shell/ev-window.c:
2538
2539         Change sidebar ordering. Fixes bug #439939.
2540
2541 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2542
2543         * backend/comics/Makefile.am:
2544         
2545         Fixes build with --without-libgnome.
2546
2547 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2548         
2549         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2550
2551         Update cursor and tooltip on page change and view scroll. Fixes bug
2552         #439217.
2553
2554 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2555
2556         * NEWS:
2557         * configure.ac:
2558         
2559         Update for release 0.9.0
2560
2561 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2562
2563         * backend/djvu/djvu-document-private.h:
2564         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2565         (djvu_document_finalize),
2566         (djvu_document_file_exporter_format_supported),
2567         (djvu_document_file_exporter_begin),
2568         (djvu_document_file_exporter_do_page),
2569         (djvu_document_file_exporter_end),
2570         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2571         
2572         Implemented printing with djvu. Bug #437998.
2573
2574 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * backend/impress/zip.c:
2577         Add missing ulong definition.
2578
2579         * backend/ps/ps-interpreter.c:
2580         Add missing headers.
2581
2582         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2583
2584 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2587
2588         Add missing call to parent class dispose method. 
2589
2590 2007-05-12  Ross Burton  <ross@openedhand.com>
2591
2592         * shell/main.c:
2593         Sync keybindings manually when building without libgnome
2594         (#437925).
2595
2596 2007-05-12  Ross Burton  <ross@openedhand.com>
2597
2598         * shell/ev-window.c:
2599         Respect the screen when opening help (#437866).
2600
2601 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * data/evince-ui.xml:
2604         * shell/ev-application.[ch]: (get_print_settings_from_args),
2605         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2606         (ev_application_open_uri_list):
2607         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2608         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2609         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2610         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2611         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2612         (ev_window_dispose):
2613         * shell/main.c: (arguments_parse):
2614
2615         Add print button in preview mode. Fixes bug #396475. 
2616
2617 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2618
2619         * cut-n-paste/zoom-control/ephy-zoom.h:
2620         
2621         Fixes zoom level factors. See bug #408119 for details.
2622
2623 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2624
2625         * backend/comics/comics-document.c: (comics_regex_quote),
2626         (extract_argv):
2627         
2628         Correctly quote symbols. Fixes crash in the bug
2629         #415370.
2630
2631 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2632
2633         * shell/ev-navigation-action-widget.c:
2634         (ev_navigation_action_widget_init),
2635         (ev_navigation_action_widget_class_init),
2636         (ev_navigation_action_widget_button_press_event):
2637         
2638         Connect to button-press event on correct widget. Fixes
2639         bug #431988
2640
2641 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2642
2643         * shell/ev-application.c: (ev_application_open_window),
2644         (ev_application_add_icon_path_for_screen),
2645         (ev_application_open_uri_at_dest):
2646         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2647         * shell/ev-navigation-action.c: (build_menu):
2648         
2649         Add app-specific icons to our icon theme. Fixes bug
2650         #425508.
2651
2652 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2653
2654         * shell/ev-history.c: (ev_history_class_init),
2655         (ev_history_add_link):
2656         * shell/ev-history.h:
2657         * shell/ev-navigation-action.c:
2658         (ev_navigation_action_history_changed),
2659         (ev_navigation_action_set_history), (build_menu),
2660         (ev_navigation_action_finalize):
2661         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2662         
2663         Make navigation action unsensitive instead of showing
2664         menu with unsensitive word. Fixes bug #417392.
2665
2666 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * shell/ev-application.[ch]: (ev_application_shutdown),
2669         (ev_application_get_print_settings),
2670         (ev_application_set_print_settings):
2671         * shell/ev-window.c:
2672
2673         Remember print settings. Fixes bug #349102. 
2674
2675 2007-05-08  Christian Persch  <chpe@gnome.org>
2676
2677         * configure.ac:
2678         * properties/ev-properties-view.c:
2679
2680         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2681         Bug #382438.
2682
2683 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * configure.ac:
2686         * properties/ev-properties-view.c: (ev_regular_paper_size):
2687
2688         Use gtk+ builtin paper list to identify the document's paper size.
2689         Fixes bug #382438. 
2690
2691 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * configure.ac:
2694
2695         Fix build when compiling with thumbnailer and libgnome support. 
2696
2697 2007-05-04  Ross Burton  <ross@openedhand.com>
2698
2699         * configure.ac:
2700         Add --without-libgnome, check for libgnome and libgnomeui
2701         separately, and add them to the symbols as required.
2702
2703         * libdocument/ev-file-helpers.c:
2704         When building without libgnome, use g_get_user_config_dir instead
2705         of gnome_user_dir_get.
2706
2707         * shell/ev-application.c:
2708         When building without libgnome, don't use session management.
2709
2710         * shell/main.c:
2711         When building without libgnome, don't use GnomeProgram or
2712         initialise the authentication manager.
2713
2714         This fixes #328842.
2715
2716 2007-05-04  Ross Burton  <ross@openedhand.com>
2717
2718         * shell/ev-window.c:
2719         Don't use libgnome to open help, instead call Yelp directly.
2720
2721 2007-05-04  Ross Burton  <ross@openedhand.com>
2722
2723         * shell/ev-sidebar-attachments.c:
2724         Don't use libgnome to lookup icons for MIME types, instead copy
2725         code from GTK+ to do it manually.
2726
2727 2007-05-04  Ross Burton  <ross@openedhand.com>
2728
2729         * configure.ac:
2730         Add libxml to the dependencies for SHELL_CORE (#435818).
2731
2732 2007-05-02  Ross Burton  <ross@openedhand.com>
2733
2734         * configure.ac:
2735         * Makefile.am:
2736         Add --disable-thumbnailer (#434825)
2737
2738 2007-05-02  Ross Burton  <ross@openedhand.com>
2739
2740         * shell/ev-window.c:
2741         Add missing includes, fix indentation.
2742
2743         * shell/main.c:
2744         Fix indentation.
2745
2746 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2747
2748         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2749         ev_application_open_uri_at_dest instead of ev_application_open_uri
2750         preventing new document always being opened in a new window even if there
2751         is an empty window.
2752
2753 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2754
2755         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2756         (egg_recent_view_uimanager_finalize):
2757         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2758         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2759         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2760         (ev_pixbuf_cache_dispose):
2761         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2762         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2763         
2764         Add missing chain to parent class methods. Fixes
2765         bug #433128.
2766
2767 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2768
2769         * data/Makefile.am (update-icon-cache): Updates
2770         gtk-update-icon-cache in uninstall-hook.
2771
2772 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * shell/ev-window.c: (ev_window_setup_document),
2775         (ev_window_set_document), (ev_window_load_job_cb):
2776         * shell/ev-view.c: (setup_caches):
2777         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2778
2779         Start rendering pages before any other jobs. 
2780
2781 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * shell/ev-window.c: (ev_window_stop_fullscreen),
2784         (ev_window_stop_presentation):
2785
2786         Update chrome visibility before window unfullscreen. 
2787
2788 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * data/Makefile.am:
2791         * data/evince-ui.xml:
2792         * shell/ev-stock-icons.[ch]:
2793         * shell/ev-application.[ch]: (ev_application_shutdown),
2794         (ev_application_init), (ev_application_get_toolbars_model):
2795         * shell/ev-window.c: (update_chrome_visibility),
2796         (fullscreen_toolbar_setup_item_properties),
2797         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2798         (ev_window_run_presentation), (ev_window_stop_presentation),
2799         (ev_window_run_preview), (ev_window_screen_changed),
2800         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2801         (ev_window_dispose), (ev_window_init):
2802
2803         Make fullscreen toolbar always visible. Do not use egg toolbars for
2804         fullscreen and preview modes since such toolbars are not editables.
2805         Fixes bugs #300278, #338910 and #316188.  
2806
2807 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2808
2809         * shell/ev-application.c:
2810         * shell/ev-job-queue.c:
2811         * shell/ev-metadata-manager.c:
2812         * shell/ev-stock-icons.c:
2813         * shell/ev-window.c:
2814         * shell/main.c:
2815         
2816         Developers documentation updated.
2817
2818 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2821
2822         Check whether uri is valid before launching it. Fixes bug #427664.
2823
2824 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-window.c:
2827
2828         Change key accelerator for Open a Copy menu entry which is in conflict
2829         with Close. Fixes bug #427321.
2830
2831 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2832
2833         * NEWS:
2834         * configure.ac:
2835         
2836         Update for release 0.8.1
2837
2838 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2839
2840         * shell/ev-window.c: (setup_size_from_metadata):
2841         
2842         Do not make window bigger than screen. Fixes bug 
2843         #388985.
2844
2845 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2848         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2849
2850         Use default resolution when it's not provided by document. Fixes bug
2851         #408762.
2852
2853 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * configure.ac:
2856         * thumbnailer/Makefile.am:
2857         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2858         * thumbnailer/evince-thumbnailer.schemas.in:
2859         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2860
2861         Add support for ps, eps and compressed documents thumbnails. Do not
2862         ignore size parameter. 
2863
2864 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2865
2866         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2867         (dvi_document_do_color_special):
2868         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2869
2870         Implement font color specials in the DVI backend. Fixes bug #303651.
2871
2872 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2873
2874         Fixup the previous commit:
2875
2876         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2877         * shell/xdg-user-dir-lookup.c: Make the function non-static
2878         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2879
2880 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2881
2882         * shell/ev-window.c (file_open_dialog_response_cb): Use
2883         the xdg-user-dirs DOCUMENTS folder as default folder when
2884         opening a file chooser.  (#424858)
2885
2886         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2887         xdg-user-dirs.
2888
2889 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-window.c: (ev_window_load_job_cb):
2892
2893         Do not setup view from metadata on preview mode. 
2894
2895 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/main.c:
2898
2899         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2900
2901 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-view.c: (ev_view_primary_get_cb):
2904
2905         Check pointer != NULL before using it. Fixes bug #416841. 
2906
2907 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2908
2909         * NEWS:
2910         * configure.ac:
2911         
2912         Release 0.8.0
2913
2914 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2917
2918         Do not render thumbnails when sidebar thumbnail page is not visible
2919         at startup. Fixes bug #416447. 
2920
2921 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2922
2923         * data/evince.desktop.in.in:
2924
2925         "Application" is not a valid category in the freedesktop specification.
2926
2927 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * libdocument/ev-file-helpers.[ch]: (compression_run),
2930         (ev_file_uncompress), (ev_file_compress):
2931         * shell/ev-window.c: (file_save_dialog_response_cb):
2932
2933         Save document compressed when saving a copy of a compressed document.
2934         Fixes bug #334542.
2935
2936 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2939
2940         Allow deleting in goto window entry in presentation mode. 
2941
2942 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2943
2944         * Makefile.am: Dist MAINTAINERS.
2945
2946 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2947
2948         * shell/ev-window.c: (ev_window_update_actions):
2949
2950         Fix zoom shortcut keys when searching. Fixes bug #409828.
2951
2952 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * shell/ev-window.c: (ev_window_setup_document):
2955
2956         Fix crash when loading documents with only one page. 
2957
2958 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * backend/dvi/dvi-document.c:
2961         (dvi_document_thumbnails_get_dimensions),
2962         (dvi_document_thumbnails_get_thumbnail):
2963         * backend/impress/impress-document.c:
2964         (impress_document_thumbnails_get_thumbnail),
2965         (impress_document_thumbnails_get_dimensions):
2966         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2967         (ps_document_thumbnails_get_dimensions):
2968         * backend/djvu/djvu-document.c:
2969         (djvu_document_thumbnails_get_dimensions),
2970         (djvu_document_thumbnails_get_thumbnail):
2971         * backend/tiff/tiff-document.c:
2972         (tiff_document_thumbnails_get_thumbnail),
2973         (tiff_document_thumbnails_get_dimensions):
2974         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2975         (pdf_document_thumbnails_get_thumbnail),
2976         (pdf_document_thumbnails_get_dimensions):
2977         * backend/comics/comics-document.c:
2978         (comics_document_thumbnails_get_thumbnail),
2979         (comics_document_thumbnails_get_dimensions):
2980         * backend/pixbuf/pixbuf-document.c:
2981         (pixbuf_document_thumbnails_get_thumbnail),
2982         (pixbuf_document_thumbnails_get_dimensions):
2983         * libdocument/ev-document-thumbnails.[ch]:
2984         (ev_document_thumbnails_get_thumbnail),
2985         (ev_document_thumbnails_get_dimensions):
2986         * libdocument/ev-document-misc.[ch]:
2987         (ev_document_misc_get_thumbnail_frame):
2988         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2989         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2990         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2991         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2992         (ev_sidebar_thumbnails_refresh):
2993         * shell/ev-window.c: (ev_window_setup_document):
2994         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2995
2996         Use an EvRenderContext for rendering thumbnails instead of a suggested
2997         width, so that different sized pages get sized proportionally.
2998
2999 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * shell/ev-view.c: (ev_view_button_press_event),
3002         (ev_view_key_press_event):
3003
3004         Fix critical warnings when there is no document loaded. 
3005
3006 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * shell/ev-page-action-widget.c:
3009         * shell/ev-navigation-action.c:
3010         * shell/ev-window.c:
3011
3012         Fix compile warnings. 
3013
3014 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * backend/djvu/djvu-text.h:
3017         * backend/djvu/djvu-document.c:
3018         * backend/djvu/djvu-text-page.c:
3019         * backend/djvu/djvu-links.c:
3020         * backend/djvu/djvu-text-page.h:
3021         * backend/djvu/djvu-text.c:
3022         
3023         Fix build on Mac. Fixes bug #392186. Patch by
3024         <ephraim_owns@hotmail.com>
3025
3026 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3029
3030         Restore cairo context before rendering every page when printing a PDF
3031         document into a PDF file. 
3032
3033 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * backend/ps/gstypes.h:
3036         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3037         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3038         (ps_document_thumbnails_get_thumbnail):
3039
3040         Handle PostScript page orientation. Fixes bug #318568.
3041
3042 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * backend/ps/Makefile.am:
3045         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3046         (document_load), (ps_document_load), (save_document),
3047         (save_page_list), (ps_document_get_n_pages),
3048         (ps_document_get_page_size), (ps_document_get_info),
3049         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3050         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3051         (ps_document_thumbnails_get_thumbnail),
3052         (ps_document_thumbnails_get_dimensions),
3053         (ps_document_document_thumbnails_iface_init):
3054         * backend/ps/ps.[ch]: (psgetpagebox):
3055         * backend/ps/ps-interpreter.[ch]:
3056
3057         Add support for thumbnails in ps backend. Fixes bug #164755. 
3058
3059 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3060
3061         * NEWS:
3062         * configure.ac:
3063         
3064         Release 0.7.2
3065
3066 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3067
3068         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3069         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3070         (ev_window_dispose):
3071
3072         Use document thumbnail as window icon. Fixes bug #384442.
3073
3074 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3075
3076         * configure.ac:
3077
3078         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3079         duplicated adding application/x-bzpostscript instead. 
3080
3081 2007-02-11  Tom Parker  <palfrey@tevp.net>
3082
3083         * backend/ps/ps-document.c: (document_load):
3084
3085         Check return value of psscan before trying
3086         to use it. Fixes bug #372414.
3087
3088 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3091
3092         Fix invalid free in ev-page-cache. Fixes bug #404745.
3093
3094 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3095
3096         * test/Makefile.am:
3097         * test/test3.py:
3098         
3099         Added reload test case.
3100
3101 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * po/POTFILES.in:
3104         * backend/djvu/djvu-document.c: (djvu_document_load):
3105
3106         Check whether there are missing files in indirect multipage djvu
3107         documents. Fixes bug #361683. 
3108
3109 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * test/Makefile.am:
3112         * test/test-mime.bin:
3113         * test/test3.py:
3114         
3115         Added test for slow mime type
3116
3117 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3120
3121         Add some checks and call parent_class->finalize. Fixes bug #404745.
3122
3123 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3124
3125         * shell/ev-navigation-action.c: (connect_proxy):
3126         
3127         Fixes dropdown history menu. Thanks a lot Carlos!
3128
3129 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3132
3133         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3134         bug #373715.
3135
3136 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * backend/ps/ps.c: (psscan):
3139
3140         Fix memory leak. 
3141
3142 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * configure.ac:
3145         * libdocument/ev-file-helpers.c: 
3146
3147         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3148
3149 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * configure.ac:
3152         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3153         (ps_interpreter_start), (document_load), (save_document),
3154         (save_page_list):
3155         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3156         * libdocument/ev-document-factory.c:
3157         (ev_document_factory_get_from_mime), (get_document_from_uri),
3158         (free_uncompressed_uri), (ev_document_factory_get_document):
3159         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3160
3161         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3162
3163 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * libdocument/ev-document.h:
3166
3167         Fix typo in function name. 
3168
3169 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3170
3171         * backend/ps/ps-document.c: (ps_interpreter_finished),
3172         (ps_interpreter_start), (ps_interpreter_failed):
3173
3174         Handle ghostscript interpreter crashes. 
3175
3176 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * shell/ev-window.c: (ev_window_open_uri),
3179         (window_configure_event_cb):
3180
3181         Setup window size and position before showing it. Fixes bug #401711.
3182
3183 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * backend/ps/Makefile.am:
3186         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3187         (ps_document_dispose), (ps_document_class_init),
3188         (ps_interpreter_input), (ps_interpreter_output),
3189         (ps_interpreter_error), (setup_interpreter_env),
3190         (ps_interpreter_start), (ps_interpreter_stop),
3191         (ps_interpreter_failed), (ps_interpreter_is_ready),
3192         (check_filecompressed), (document_load), (ps_document_load),
3193         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3194         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3195         (render_page):
3196
3197         Rework ps-document. Code cleanups, remove deprecated code. 
3198
3199 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * shell/ev-view.c: (ev_view_button_press_event):
3202
3203         Do not start an image drag and drop operation when pointer is on 
3204         text, so that we can select text when the whole background is an
3205         image. 
3206
3207 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * shell/ev-window.c: (ev_window_update_actions): 
3210
3211         Disable all zoom related actions during presentation mode. 
3212
3213 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3214
3215         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3216
3217         Do not zoom in or out on presentation mode. Fixes bug #401305.
3218
3219 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3220
3221         * shell/ev-navigation-action.c: (connect_proxy),
3222         (create_menu_item), (ev_navigation_action_class_init):
3223         
3224         Correctly show menu and fix crash when navigaton 
3225         action is out of toolbar visible area.
3226
3227 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3228
3229         * data/Makefile.am:
3230         * data/evince.1:
3231         
3232         Added man file
3233
3234 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3235
3236         * help/reference/* :
3237         * configure.ac:
3238         
3239         Added gtk-doc based documentation for Evince.
3240         Still in initial state but I hope it will
3241         grow.
3242         
3243         * configure.ac:
3244         
3245         Lower dbus requirement to 0.70
3246
3247 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-window.c: (ev_window_add_history):
3250
3251         Fix memory leak. 
3252
3253 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3254
3255         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3256         * shell/ev-view.h:
3257         * shell/ev-window.c: (ev_window_add_history):
3258         
3259         Correctly handle named destination links
3260
3261 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3262
3263         * NOTES:
3264         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3265         * backend/pdf/ev-poppler.cc:
3266         * libdocument/ev-document-links.h:
3267         * libdocument/ev-link.c: (ev_link_get_page):
3268         * libdocument/ev-link.h:
3269         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3270         (ev_history_add_link):
3271         * shell/ev-history.h:
3272         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3273         (new_history_menu_item), (build_menu):
3274         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3275         * shell/ev-sidebar-links.c: (create_loading_model),
3276         (print_section_cb), (ev_sidebar_links_construct),
3277         (fill_page_labels), (update_page_callback_foreach),
3278         (update_page_callback), (job_finished_callback):
3279         * shell/ev-view.c: (ev_view_handle_link):
3280         * shell/ev-window.c: (ev_window_find_chapter),
3281         (ev_window_add_history), (view_handle_link_cb),
3282         (history_changed_cb):
3283         
3284         Implements another history variant
3285
3286 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/ev-window.c: (view_external_link_cb):
3289         * shell/ev-view.c: (ev_view_button_release_event):
3290
3291         Open links in new window when clicking with middle button. 
3292
3293 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3294
3295         * shell/ev-navigation-action.c: (new_history_menu_item):
3296         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3297         * shell/ev-view.c: (ev_view_handle_link):
3298         * shell/ev-window.c:
3299         
3300         Store link before jump, not the destination. For me it 
3301         seems like more natural history behavior.
3302
3303 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3304
3305         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3306         (ev_navigation_action_class_init):
3307         * shell/ev-navigation-action.h:
3308         * shell/ev-page-action.c: (activate_cb):
3309         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3310         (ev_page_cache_set_current_page_history):
3311         * shell/ev-page-cache.h:
3312         * shell/ev-sidebar-thumbnails.c:
3313         (ev_sidebar_tree_selection_changed),
3314         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3315         * shell/ev-view-private.h:
3316         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3317         * shell/ev-view.h:
3318         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3319         (ev_window_setup_document), (ev_window_load_job_cb):
3320         * shell/ev-window.h:
3321         
3322         History finally works as expected.
3323
3324 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3327
3328         Do not update links treeview if it doesn't have a model assigned yet. 
3329
3330 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3333         (ev_sidebar_links_class_init), (update_page_callback):
3334
3335         Do not update links treeview when sidepane is not visible. 
3336
3337 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3338
3339         * shell/ev-marshal.list:
3340         * shell/ev-page-action.c: (activate_cb),
3341         (ev_page_action_class_init):
3342         * shell/ev-page-action.h:
3343         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3344         * shell/ev-window.c:
3345         
3346         Remove activate_link signal, not required.
3347
3348 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3349
3350         * shell/ev-navigation-action.c: (build_menu):
3351         
3352         Reorder menu items and build menu with fixed length.
3353
3354 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3355
3356         * shell/ev-view.c: (get_selected_text):
3357         
3358         Normalize text to fix ligatures problem. See bug
3359         #341947 for details.
3360
3361 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3362
3363         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3364
3365         Fix memory leak in ev-page-cache. 
3366
3367 2007-01-25  Tom Parker <palfrey@tevp.net>
3368
3369         * backend/impress/impress-document.c: (impress_document_load),
3370         (impress_document_finalize), (impress_document_init):
3371         * properties/ev-properties-main.c: (ev_properties_get_pages):
3372         
3373         Correctly handle impress document errors. Fixes nautilus
3374         crash in property page #370491.
3375
3376 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3379         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3380         (ev_job_queue_remove_job):
3381         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3382         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3383         (ev_job_load_run):
3384         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3385         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3386         (ev_window_load_job_cb), (xfer_update_progress_callback),
3387         (ev_window_open_uri), (ev_window_dispose):
3388         * shell/main.c: (main):
3389
3390         Do file transfer asynchronously in the main thread instead of
3391         synchronously in the load thread. Fixes bugs #399694, #398307 and
3392         #343542.
3393
3394 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * shell/ev-jobs.c: (ev_job_xfer_run):
3397
3398         Load the document with the font-config lock held. 
3399
3400 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * backend/ps/ps-document.c: (start_interpreter):
3403
3404         Fix memory leaks in ps backend. 
3405
3406 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * backend/impress/impress-document.c:
3409         (impress_document_render_pixbuf):
3410
3411         Do not acquire fontconfig lock in impress backend, since it is using
3412         the main loop for rendering. 
3413
3414 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3415
3416         * po/POTFILES.in: 
3417
3418         Remove mdvi files that shouldn't be translated. 
3419
3420 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * shell/ev-view-private.h:
3423         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3424         (ev_view_set_zoom):
3425
3426         Render "loading..." text into a cairo surface instead of directly into
3427         the window so that fontconfig lock is only needed once and UI is not
3428         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3429
3430 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3433         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3434
3435         Use icon theme associated with the window screen rather than default. 
3436
3437 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3438
3439         * configure.ac:
3440
3441         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3442
3443 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3444
3445         * data/icons/*/apps/evince.*:
3446
3447         Move Evince icons under new apps directory.
3448
3449         * data/icons/*/actions/*:
3450
3451         Add new custom themeable Evince icons: view-page-continuous, 
3452         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3453         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3454
3455         * configure.ac:
3456
3457         Add new directories to AC_CONFIG_FILES.
3458
3459         * shell/ev-stock-icons.c:
3460         * shell/ev-stock-icons.h:
3461
3462         Use new custom themeable icons.
3463
3464 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3467
3468         Do not draw white background page in presentation mode. 
3469
3470 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3471
3472         * shell/ev-view.c: Remove unused gnome-vfs include.
3473
3474 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3475
3476         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3477         
3478         Format string is corrected, fixes bug #397129.
3479
3480 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-window.c: (ev_window_setup_recent):
3483
3484         Do not include in recent menu inexistent documents. Fixes
3485         bug #339171.
3486
3487 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * po/POTFILES.skip: 
3490
3491         Update POTFILES.skip file according to current source tree. 
3492
3493 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * shell/ev-window.c: (file_save_dialog_response_cb):
3496
3497         Do Save a copy in atomic way. Fixes bug #328266. 
3498
3499 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3502
3503         Keep selected cell always visible in index treeview.
3504
3505 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3506         
3507         * shell/ev-view.c: (ev_view_size_allocate):
3508
3509         Restore horizontal scrollbar after switching to/from fullscreen
3510         or presentation mode. Fixes bug #331728.
3511
3512 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * shell/ev-view-private.h:
3515         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3516         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3517         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3518         (ev_view_can_zoom_out):
3519
3520         Use max and min scale values in the view iby taking dpi into account. 
3521
3522 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * configure.ac:
3525         * NEWS:
3526
3527         Release 0.7.1
3528
3529 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-window.c: (ev_window_print_send):
3532
3533         Send print job to printer with some settings set to default values,
3534         since we have already exported to a file according to such settings
3535         and they could be taken twice by some printers. 
3536
3537 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-jobs.c: (ev_job_xfer_run):
3540         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3541
3542         Show main window and load document with the font-config lock held. 
3543
3544 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3545
3546         * configure.ac:
3547         * shell/ev-application.c: (ev_application_register_service):
3548         * shell/main.c: (load_files_remote):
3549
3550         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3551
3552 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3553
3554         * doc/debugging.txt:
3555         
3556         Remove obsolete documentation.
3557
3558 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * Makefile.am:
3561         * backend/Makefile.am:
3562         * backend/comics/Makefile.am:
3563         * backend/djvu/Makefile.am:
3564         * backend/dvi/Makefile.am:
3565         * backend/ev-async-renderer.c:
3566         * backend/ev-async-renderer.h:
3567         * backend/ev-attachment.c:
3568         * backend/ev-attachment.h:
3569         * backend/ev-backend-marshal.c:
3570         * backend/ev-document-factory.c:
3571         * backend/ev-document-factory.h:
3572         * backend/ev-document-find.c:
3573         * backend/ev-document-find.h:
3574         * backend/ev-document-fonts.c:
3575         * backend/ev-document-fonts.h:
3576         * backend/ev-document-images.c:
3577         * backend/ev-document-images.h:
3578         * backend/ev-document-info.h:
3579         * backend/ev-document-links.c:
3580         * backend/ev-document-links.h:
3581         * backend/ev-document-misc.c:
3582         * backend/ev-document-misc.h:
3583         * backend/ev-document-security.c:
3584         * backend/ev-document-security.h:
3585         * backend/ev-document-thumbnails.c:
3586         * backend/ev-document-thumbnails.h:
3587         * backend/ev-document-transition.c:
3588         * backend/ev-document-transition.h:
3589         * backend/ev-document.c:
3590         * backend/ev-document.h:
3591         * backend/ev-file-exporter.c:
3592         * backend/ev-file-exporter.h:
3593         * backend/ev-image.c:
3594         * backend/ev-image.h:
3595         * backend/ev-link-action.c:
3596         * backend/ev-link-action.h:
3597         * backend/ev-link-dest.c:
3598         * backend/ev-link-dest.h:
3599         * backend/ev-link.c:
3600         * backend/ev-link.h:
3601         * backend/ev-render-context.c:
3602         * backend/ev-render-context.h:
3603         * backend/ev-selection.c:
3604         * backend/ev-selection.h:
3605         * backend/impress/Makefile.am:
3606         * backend/pdf/Makefile.am:
3607         * backend/pixbuf/Makefile.am:
3608         * backend/ps/Makefile.am:
3609         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3610         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3611         (start_interpreter), (stop_interpreter), (document_load),
3612         (ps_document_next_page), (render_page):
3613         * backend/tiff/Makefile.am:
3614         * comics/Makefile.am:
3615         * comics/comics-document.c:
3616         * comics/comics-document.h:
3617         * configure.ac:
3618         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3619         * djvu/Makefile.am:
3620         * djvu/djvu-document-private.h:
3621         * djvu/djvu-document.c:
3622         * djvu/djvu-document.h:
3623         * djvu/djvu-links.c:
3624         * djvu/djvu-links.h:
3625         * djvu/djvu-text-page.c:
3626         * djvu/djvu-text-page.h:
3627         * djvu/djvu-text.c:
3628         * djvu/djvu-text.h:
3629         * dvi/Makefile.am:
3630         * dvi/dvi-document.c:
3631         * dvi/dvi-document.h:
3632         * dvi/fonts.c:
3633         * dvi/fonts.h:
3634         * dvi/mdvi-lib/Makefile.am:
3635         * dvi/mdvi-lib/afmparse.c:
3636         * dvi/mdvi-lib/afmparse.h:
3637         * dvi/mdvi-lib/bitmap.c:
3638         * dvi/mdvi-lib/bitmap.h:
3639         * dvi/mdvi-lib/color.c:
3640         * dvi/mdvi-lib/color.h:
3641         * dvi/mdvi-lib/common.c:
3642         * dvi/mdvi-lib/common.h:
3643         * dvi/mdvi-lib/defaults.h:
3644         * dvi/mdvi-lib/dvimisc.c:
3645         * dvi/mdvi-lib/dviopcodes.h:
3646         * dvi/mdvi-lib/dviread.c:
3647         * dvi/mdvi-lib/files.c:
3648         * dvi/mdvi-lib/font.c:
3649         * dvi/mdvi-lib/fontmap.c:
3650         * dvi/mdvi-lib/fontmap.h:
3651         * dvi/mdvi-lib/fontsrch.c:
3652         * dvi/mdvi-lib/gf.c:
3653         * dvi/mdvi-lib/hash.c:
3654         * dvi/mdvi-lib/hash.h:
3655         * dvi/mdvi-lib/list.c:
3656         * dvi/mdvi-lib/mdvi.h:
3657         * dvi/mdvi-lib/pagesel.c:
3658         * dvi/mdvi-lib/paper.c:
3659         * dvi/mdvi-lib/paper.h:
3660         * dvi/mdvi-lib/pk.c:
3661         * dvi/mdvi-lib/private.h:
3662         * dvi/mdvi-lib/setup.c:
3663         * dvi/mdvi-lib/sp-epsf.c:
3664         * dvi/mdvi-lib/special.c:
3665         * dvi/mdvi-lib/sysdeps.h:
3666         * dvi/mdvi-lib/t1.c:
3667         * dvi/mdvi-lib/tfm.c:
3668         * dvi/mdvi-lib/tfmfile.c:
3669         * dvi/mdvi-lib/tt.c:
3670         * dvi/mdvi-lib/util.c:
3671         * dvi/mdvi-lib/vf.c:
3672         * dvi/pixbuf-device.c:
3673         * dvi/pixbuf-device.h:
3674         * impress/Makefile.am:
3675         * impress/common.h:
3676         * impress/document.c:
3677         * impress/f_oasis.c:
3678         * impress/f_oo13.c:
3679         * impress/iksemel.c:
3680         * impress/iksemel.h:
3681         * impress/imposter.h:
3682         * impress/impress-document.c:
3683         * impress/impress-document.h:
3684         * impress/internal.h:
3685         * impress/r_back.c:
3686         * impress/r_draw.c:
3687         * impress/r_geometry.c:
3688         * impress/r_gradient.c:
3689         * impress/r_style.c:
3690         * impress/r_text.c:
3691         * impress/render.c:
3692         * impress/render.h:
3693         * impress/zip.c:
3694         * impress/zip.h:
3695         * lib/Makefile.am:
3696         * lib/ev-debug.c:
3697         * lib/ev-debug.h:
3698         * lib/ev-file-helpers.c:
3699         * lib/ev-file-helpers.h:
3700         * lib/ev-gui.c:
3701         * lib/ev-gui.h:
3702         * lib/ev-tooltip.c:
3703         * lib/ev-tooltip.h:
3704         * libdocument/Makefile.am:
3705         * libdocument/ev-file-helpers.c:
3706         * pdf/Makefile.am:
3707         * pdf/ev-poppler.cc:
3708         * pdf/ev-poppler.h:
3709         * pixbuf/Makefile.am:
3710         * pixbuf/pixbuf-document.c:
3711         * pixbuf/pixbuf-document.h:
3712         * properties/Makefile.am:
3713         * ps/Makefile.am:
3714         * ps/gsdefaults.c:
3715         * ps/gsdefaults.h:
3716         * ps/gsio.c:
3717         * ps/gsio.h:
3718         * ps/gstypes.h:
3719         * ps/ps-document.c:
3720         * ps/ps-document.h:
3721         * ps/ps.c:
3722         * ps/ps.h:
3723         * shell/Makefile.am:
3724         * shell/ev-application.h:
3725         * shell/ev-sidebar-links.c:
3726         * shell/ev-sidebar-links.h:
3727         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3728         (ev_gui_menu_position_tree_selection):
3729         * shell/ev-utils.h:
3730         * shell/ev-view.c: (ev_view_finalize):
3731         * shell/ev-window.c:
3732         * shell/main.c: (main):
3733         * thumbnailer/Makefile.am:
3734         * tiff/Makefile.am:
3735         * tiff/tiff-document.c:
3736         * tiff/tiff-document.h:
3737         * tiff/tiff2ps.c:
3738         * tiff/tiff2ps.h:
3739         
3740         Reorganize source tree.
3741
3742 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * backend/ev-document-factory.c:
3745
3746         Do not include ev-poppler.h when pdf is disabled. 
3747
3748 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * configure.ac:
3751         * data/evince-ui.xml:
3752         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3753         (pdf_document_document_images_iface_init):
3754         * backend/Makefile.am:
3755         * backend/ev-document-images.[ch]:
3756         * backend/ev-image.[ch]:
3757         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3758         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3759         (ev_job_xfer_run):
3760         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3761         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3762         (ev_pixbuf_cache_get_image_mapping):
3763         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3764         (view_menu_popup_cb), (ev_window_dispose),
3765         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3766         (ev_view_popup_cmd_copy_image):
3767         * shell/ev-view-private.h:
3768         * shell/ev-view.c: (ev_view_get_image_at_location),
3769         (ev_view_do_popup_menu), (ev_view_popup_menu),
3770         (ev_view_button_press_event), (ev_view_drag_data_get),
3771         (ev_view_drag_motion), (ev_view_drag_data_received),
3772         (ev_view_motion_notify_event), (ev_view_button_release_event),
3773         (ev_view_finalize), (ev_view_class_init):
3774
3775         Add image handling support. Fixes bugs #310008 and #325047. Images
3776         selection is not supported yet. 
3777
3778 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3781         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3782         (ev_view_init):
3783
3784         Move view drag and drop stuff to ev-view.
3785
3786 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3789         * shell/ev-view.c: (clear_selection): 
3790
3791         Clear selection also in pixbuf cache.
3792
3793 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3794
3795         * data/evince.desktop.in.in:
3796         
3797         Change icon name in desktop file. See bug #390734
3798         for details.
3799
3800 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3801
3802         * thumbnailer/Makefile.am:
3803
3804         Use top_builddir instead top_srcdir for generated schema
3805         file installation. Fixes bug #390161.
3806
3807 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * configure.ac:
3810         * backend/Makefile.am:
3811         * backend/ev-document-transition.[ch]:
3812         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3813         (pdf_document_page_transition_iface_init):
3814         * shell/ev-view-private.h:
3815         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3816         (ev_view_set_presentation), (transition_next_page),
3817         (ev_view_presentation_transition_stop),
3818         (ev_view_presentation_transition_start), (ev_view_next_page):
3819
3820         Add page transition support in presentation mode. At the moment only
3821         page duration is supported, but not transition effects. Fixes bug
3822         #309815.
3823
3824 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3825
3826         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3827
3828         Run find_link_dest with document lock held, since it's called by links
3829         thread and main thread at the same time. 
3830
3831 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3832
3833         * shell/ev-view.c: (goto_dest):
3834
3835         Update page-cache when page is changed by the view, so that
3836         page-changed signal is emitted. 
3837
3838 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * test/test1.py:
3841         * test/test2.py:
3842
3843         Use C locale in tests. 
3844
3845 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * shell/ev-window.c: (ev_window_run_presentation):
3848         * shell/ev-view-private.h:
3849         * shell/ev-view.c: (ev_view_set_presentation):
3850
3851         Restore zoom settings when back from presentation mode. 
3852
3853 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3854
3855         * shell/ev-window.c: (ev_window_run_presentation):
3856
3857         Always use "best fit" zoom in presentation mode.
3858         Fixes bug #389195.
3859
3860 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3861
3862         * shell/ev-view.c: (ev_view_goto_window_create):
3863
3864         Show "Jump to page" label in the page jumping popup in
3865         presentation mode instead of just a GtkEntry.
3866
3867 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-window.c: (launch_external_uri):
3870
3871         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3872         #378085.
3873
3874 2006-12-22  Elijah Newren  <newren gmail com>
3875
3876         * configure.ac: explicitly check for libxml2.  Fixes #388795
3877
3878 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-view-private.h:
3881         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3882         (ev_view_goto_window_delete_event), (key_is_numeric),
3883         (ev_view_goto_window_key_press_event),
3884         (ev_view_goto_window_button_press_event),
3885         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3886         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3887         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3888
3889         Allow jumping to another page by typing a page number in presentation
3890         mode. It uses a popup window with an entry. Fixes bug #353625.
3891
3892 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * properties/ev-properties-view.c: (ev_get_default_user_units),
3896         (ev_regular_paper_size):
3897         
3898         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3899         to Damien Carbery <damien.carbery@sun.com> and
3900         Yevgen Muntyan <muntyan@tamu.edu>.
3901
3902 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3903
3904         * shell/ev-window.c: (setup_document_from_metadata):
3905
3906         Make sure Evince doesn't restore the view on the last
3907         page when a document is reopened. Fixes bug #383381.
3908
3909 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3910
3911         * shell/ev-view.c: (draw_loading_text):
3912
3913         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3914
3915 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * configure.ac:
3918         * NEWS:
3919
3920         Release 0.7.0
3921
3922 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * configure.ac:
3925         * pdf/ev-poppler.cc: (pdf_print_context_free),
3926         (pdf_document_file_exporter_begin),
3927         (pdf_document_file_exporter_do_page):
3928
3929         Make cairo-pdf depedency optional. 
3930
3931 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3932
3933         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3934
3935         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3936
3937 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3940         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3941         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3942         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3943         * shell/ev-view.c: (draw_loading_text):
3944         * shell/ev-window.c: (ev_window_cmd_file_properties):
3945
3946         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3947         related to using FontConfig from different threads.
3948         
3949 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * shell/ev-view.c: (draw_loading_text):
3952
3953         Acquire lock document when drawing "Loading..." text so that only one
3954         thread will use FontConfig at the same time. Fixes bug #374750.
3955
3956 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-page-action.[ch]: (activate_cb):
3959         * shell/ev-window.c: (activate_label_cb):
3960
3961         Check if text inserted in page entry is a valid page number when it
3962         doesn't match to any document page label. Fixes bug #383165.
3963
3964 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3965         * shell/ev-window.c:
3966
3967         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3968         available with GTK < 2.10. Added an ifdef to avoid compilation
3969         error.
3970
3971 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * configure.ac:
3974         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3975
3976         Fix ps backend in multihead systems.
3977
3978 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3981         * shell/ev-window.c: (ev_window_get_screen_dpi),
3982         (ev_window_update_actions), (setup_view_from_metadata),
3983         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3984
3985         Take screen DPI into account when zooming. Fixes bug #318285.
3986
3987 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3988
3989         * data/Makefile.am:
3990
3991         Cleaned up/slightly refactored Makefile.am. Added GConf
3992         schemas uninstallation as well.
3993
3994 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3995
3996         * Makefile.am:
3997         * test/Makefile.am:
3998
3999         Fight with autotools to fix make check. Make distcheck
4000         works fine as well now!
4001
4002 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4003
4004         * shell/ev-view.c: (draw_end_presentation_page):
4005
4006         Corrected "end of presentation" string.
4007
4008 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4009
4010         * shell/ev-view.c: (ev_view_key_press_event):
4011
4012         Correctly propagate key press event so that up/down keys
4013         work as expected (correct behaviour was broken by
4014         black/white screen key bindings for presentations).
4015
4016 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4019         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4020         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4021         (pdf_selection_get_selection_region),
4022         (pdf_selection_get_selection_map):
4023
4024         Add "static" to some private functions. 
4025
4026 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4027
4028         * lib/ev-tooltip.h:
4029         * properties/ev-properties-view.h:
4030         * shell/ev-jobs.h:
4031         * shell/ev-properties-dialog.h:
4032         * shell/ev-properties-fonts.h:
4033         * shell/ev-sidebar-links.h:
4034         * shell/ev-sidebar-thumbnails.h:
4035         * shell/ev-sidebar.h:
4036         * shell/ev-window.h:
4037         
4038         Fixes CHACK type in class casts. See bug #385343
4039         for details.
4040
4041 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-view-private.h:
4044         * shell/ev-view.c: (draw_end_presentation_page),
4045         (ev_view_expose_event), (ev_view_key_press_event),
4046         (ev_view_class_init), (ev_view_init):
4047
4048         Blank screen in presentation mode when pressing 'b' (filling with
4049         black) or 'w' (filling with white) keys. Fixes bug #358132.
4050
4051 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4052
4053         * data/evince-toolbar.xml:
4054         * shell/ev-window.c:
4055         
4056         Use stock icon for Select All action. Fixes
4057         bug #382652.
4058
4059 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4060
4061         * shell/ev-view.c: (get_doc_point_from_offset),
4062         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4063
4064         Add links support in rotated documents. Fixes bug #343733.
4065
4066 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4067
4068         * shell/ev-view-private.h:
4069         * shell/ev-view.c: (draw_end_presentation_page),
4070         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4071
4072         Show a blank page after the last page in presentation mode with a
4073         message indicating that presentation has finished and how to exit. 
4074
4075 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4076
4077         * shell/ev-window.c: (fullscreen_timeout_cb):
4078
4079         Hide cursor after a while in presentation mode. 
4080
4081 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4082
4083         * backend/ev-document-info.h:
4084         * data/evince-properties.glade:
4085         * pdf/ev-poppler.cc:
4086         * properties/ev-properties-view.c: (ev_regular_paper_size),
4087         (ev_properties_view_set_info):
4088         * ps/ps-document.c: (ps_document_get_info):
4089
4090         Adds a paper size field to the properties dialog. Fixes
4091         bug #307315. Patch by Kasper Svendsen (with some i18n
4092         changes done by me).
4093
4094 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4097         (screensaver_init_dbus), (totem_scrsaver_new),
4098         (totem_scrsaver_init):
4099         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4100         * shell/ev-application.c: (ev_application_register_service),
4101         (ev_application_screensaver_enable),
4102         (ev_application_screensaver_disable):
4103         * shell/ev-application.h:
4104         * shell/ev-window.c: (ev_window_run_presentation),
4105         (ev_window_stop_presentation), (build_comments_string),
4106         (ev_window_init):
4107         
4108         Move screensaver handling to application. No more
4109         message on startup.
4110
4111 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * configure.ac:
4114         * backend/Makefile.am:
4115         * backend/ev-file-exporter.[ch]:
4116         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4117         * ps/ps-document.c: (ps_document_file_exporter_*):
4118         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4119         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4120         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4121         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4122
4123         Allow printing to PDF when suppoted by the backend.
4124         
4125 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4126
4127         * shell/ev-window.c: (build_comments_string):
4128
4129         Use always "Document Viewer" in about dialog. 
4130
4131 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * djvu/djvu-document.c: (djvu_document_get_page_size):
4134
4135         Display a warning message when get_pageinfo fails. 
4136
4137 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4138
4139         * Makefile.am:
4140         * backend/Makefile.am:
4141         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4142         * configure.ac:
4143         * shell/ev-window.c: (build_comments_string):
4144         
4145         Make pdf compilation optional. See bug #38007.
4146
4147 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * ps/ps.c: (get_next_text):
4150
4151         Fix CVE-2006-5864.
4152
4153 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4156         * shell/ev-navigation-action.c: (connect_proxy),
4157         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4158         
4159         Do not call g_type_class_peek_parent twice.
4160
4161 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * configure.ac:
4164         * data/icons/24x24/.cvsignore:
4165         * data/icons/24x24/Makefile.am:
4166         * data/icons/24x24/evince.png:
4167         * data/icons/Makefile.am:
4168         
4169         Add 24x24 icon. Thanks to 
4170         Michael Monreal <infernux@web.de>.
4171
4172 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * configure.ac: Fix typo in configure.ac. Thanks
4175         to dmacks@netspace.org for notification.
4176
4177 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4178
4179         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4180         
4181         Drop dbus include, fixes compilation with older dbus.
4182
4183 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4184
4185         * configure.ac:
4186         * cut-n-paste/Makefile.am:
4187         * cut-n-paste/totem-screensaver/.cvsignore
4188         * cut-n-paste/totem-screensaver/Makefile.am:
4189         * cut-n-paste/totem-screensaver/README:
4190         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4191         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4192         * shell/Makefile.am:
4193         * shell/ev-window.c: (ev_window_run_presentation),
4194         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4195         (ev_window_init):
4196
4197         Implemented screensaver enabling/disabling for
4198         presentation mode (not fullscreen mode). Code stolen
4199         from Totem (with some minor tweaks). Fixes bug #338889.
4200
4201 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4202
4203         * configure.ac:
4204
4205         Bump gnome-icon-theme requirements. We use the rotation
4206         icons that appeared recently.
4207
4208 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4209
4210         * shell/ev-history.c: (ev_history_add_page):
4211         * shell/ev-history.h:
4212         * shell/ev-window.c: (page_changed_cb):
4213         
4214         Use page labels instead of numbers.
4215
4216 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4217
4218         * data/evince-toolbar.xml:
4219         * po/POTFILES.in:
4220         * shell/Makefile.am:
4221         * shell/ev-navigation-action-widget.c:
4222         (ev_navigation_action_widget_init),
4223         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4224         (menu_detacher), (ev_navigation_action_widget_set_menu),
4225         (menu_position_func), (popup_menu_under_arrow),
4226         (ev_navigation_action_widget_toggled),
4227         (ev_navigation_action_widget_button_press_event):
4228         * shell/ev-navigation-action-widget.h:
4229         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4230         (ev_navigation_action_set_window), (activate_menu_item_cb),
4231         (new_history_menu_item), (new_empty_history_menu_item),
4232         (build_menu), (menu_activated_cb), (connect_proxy),
4233         (create_tool_item), (ev_navigation_action_init),
4234         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4235         * shell/ev-navigation-action.h:
4236         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4237         (ev_page_action_widget_set_page_cache),
4238         (ev_page_action_widget_finalize),
4239         (ev_page_action_widget_class_init), (match_selected_cb),
4240         (display_completion_text), (match_completion), (build_new_tree_cb),
4241         (get_filter_model_from_model),
4242         (ev_page_action_widget_update_model):
4243         * shell/ev-page-action-widget.h:
4244         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4245         (connect_proxy):
4246         * shell/ev-page-action.h:
4247         * shell/ev-stock-icons.c:
4248         * shell/ev-stock-icons.h:
4249         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4250         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4251         (register_custom_actions):
4252         * shell/main.c:
4253         
4254         Preliminary history implementation
4255
4256 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4257
4258         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4259         (dvi_document_class_init), (dvi_document_init_params):
4260         * dvi/mdvi-lib/font.c: (font_reference):
4261         
4262         Add reference to subfont. Fixes bug #374277.
4263
4264 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4267         (ev_window_cmd_file_open_copy_at_dest):
4268
4269         Fix a race condition when creating symlink. Increase the counter
4270         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4271         Mathias Hasselmann).
4272
4273 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * backend/Makefile.am:
4276         * backend/ev-attachment.c: (ev_attachment_open):
4277         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4278         (ev_tmp_dir), (ev_tmp_filename):
4279         * shell/ev-sidebar-attachments.c:
4280         (ev_sidebar_attachments_drag_data_get):
4281         * shell/ev-window.c: (ev_window_clear_temp_file):
4282
4283         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4284         in ensure_dir_exists. Abort without crashing when we can't create
4285         user's directory.
4286
4287 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * data/evince-ui.xml:
4290         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4291         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4292         (ev_window_cmd_file_open_copy_at_dest),
4293         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4294         (ev_view_popup_cmd_open_link_new_window):
4295
4296         Allow opening a copy of the current document in a new window. Fixes bug
4297         #357472
4298
4299 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4300
4301         * data/evince-toolbar.xml:
4302         
4303         Add rotate right and rotate left to available items for toolbar.
4304         
4305         * data/evince-ui.xml:
4306         * shell/ev-window.c: (ev_window_init):
4307         
4308         Customize toolbar with right click. Fixes bug #372451.
4309
4310 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4311
4312         * shell/ev-window.c: 
4313         
4314         Use "object-rotate-{left,right}" stock icons. Fixes 
4315         bug #373863.
4316
4317 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4320         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4321         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4322         (ev_window_open_uri):
4323         * shell/main.c: (arguments_parse):
4324
4325         Remove temp file created when evince is used by GTK+ in
4326         preview mode. Fixes bug #365282. 
4327
4328 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4331         
4332         Fixes bug #372474 - Side pane disabled when entering 
4333         and leaving fullscreen mode.
4334
4335 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4338         * data/Makefile.am:
4339         * data/evince-preview-toolbar.xml:
4340         * data/evince-toolbar.xml:
4341         * shell/ev-application.c: (ev_application_shutdown),
4342         (ev_application_init), (ev_application_get_toolbars_model):
4343         * shell/ev-application.h:
4344         * shell/ev-window.c: (update_chrome_visibility),
4345         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4346         (ev_window_cmd_edit_toolbar), (ev_window_init):
4347         
4348         Fixes bug #364364 - toolbar editor shows zoom actions again.
4349
4350 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4353
4354         Do not take margins into consideration for paper size when printing.
4355         Really fixes bug #350491.
4356
4357 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * data/evince-ui.xml:
4360         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4361         (ev_window_cmd_file_print_setup),
4362         (ev_window_print_dialog_response_cb),
4363         (ev_window_setup_action_sensitivity):
4364
4365         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4366
4367 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * shell/ev-window.c: (ev_window_print_range):
4370
4371         Revert my previuos commit, since printing to PDF is not supported by
4372         evince yet. 
4373
4374 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * shell/ev-window.c: (ev_window_print_range):
4377
4378         Enable print to a PDF. Fixes bug #332121.
4379
4380 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * shell/ev-application-service.xml:
4383         * shell/ev-application.[ch]: (ev_application_open_window),
4384         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4385         (ev_application_open_uri), (ev_application_open_uri_list):
4386         * shell/ev-window.c: (file_open_dialog_response_cb),
4387         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4388         (drag_data_received_cb), (open_remote_link):
4389         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4390
4391         Add support for multiscreen systems. Fixes bug #316206.
4392
4393 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * shell/ev-jobs.[ch]: (ev_job_print_new),
4396         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4397         (ev_job_print_do_page):
4398         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4399
4400         Allow printing only odd/even pages. Fixes bug #367289.
4401
4402 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4403
4404         * test/test1.py:
4405         * test/test2.py:
4406
4407         Re-add locale settings to test files.
4408
4409 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * data/evince-ui.xml:
4412         * shell/ev-window.c: (set_action_properties):
4413         
4414         Removed garbage from code and ui.
4415
4416 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4417
4418         * shell/ev-window.c: (ev_window_cmd_help_about):
4419
4420         Shamelessly add my name to the list of contributors.
4421
4422 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4423
4424         * test/test1.py:
4425         * test/test2.py:
4426
4427         Cleaned up the dogtail scripts.
4428
4429 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4430
4431         * shell/ev-view.c: (draw_loading_text): Don't render
4432         "loading..." text in presentation mode. Temporary
4433         workaround for bug #320352.
4434
4435 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4438         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4439
4440         Use print settings scale, copies, collate and reverse which were
4441         ignored. Fixes bug #359032.
4442
4443 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4444
4445         * configure.ac:
4446         * data/evince-password.glade:
4447         * test/Makefile.am:
4448         * test/test-encrypt.pdf:
4449         * test/test-links.pdf:
4450         * test/test1.py:
4451         * test/test2.py:
4452
4453         Add automated UI tests for evince with dogtail. See
4454         bug #300948.    
4455
4456 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4457
4458         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4459
4460         Hide fullscreen toolbar when switching to another desktop workspace.
4461         Fixes bug #338871
4462
4463 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4464
4465         * shell/ev-window-title.c: 
4466         
4467         Test for .dvi in title of pdf documents.
4468
4469 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4470
4471         * shell/ev-view.c: (ev_view_scroll):
4472
4473         Page Up/Down should do page jumps in "Best fit" mode.
4474         If a user has explicitly chosen to view exactly one page
4475         at a time, scrolling just a part of the page when
4476         pressing Page Up/Down is not right. Fixes bug #323107.
4477
4478 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * NEWS:
4481         * configure.ac:
4482         
4483         Update for 0.6.1
4484
4485 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4486
4487         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4488         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4489         
4490         Correctly disconnect from job signals on destroy.
4491
4492 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4493
4494         * shell/ev-view-private.h:
4495         * shell/ev-view.c: (view_set_adjustment_values),
4496         (view_update_range_and_current_page),
4497         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4498         
4499         Fixes bug #343199, current page now follows find page.
4500
4501 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4502
4503         * backend/ev-document-factory.c:
4504         * configure.ac:
4505         Assigned OpenDocument presenation MIME type to the
4506         Impress backend. Added some missing (but harmless)
4507         #ifdefs in the document factory as well to make things
4508         consistent again. Fixes bug #360658.
4509
4510 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4511
4512         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4513         * backend/ev-document-find.c: (ev_document_find_get_type):
4514         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4515         * backend/ev-document-links.c: (ev_document_links_get_type):
4516         * backend/ev-document-security.c: (ev_document_security_get_type):
4517         * backend/ev-document-thumbnails.c:
4518         (ev_document_thumbnails_get_type):
4519         * backend/ev-document.c: (ev_document_get_type):
4520         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4521         * backend/ev-selection.c: (ev_selection_get_type):
4522         * cut-n-paste/recent-files/egg-recent-model.c:
4523         (egg_recent_model_get_type):
4524         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4525         (egg_recent_view_uimanager_get_type):
4526         * cut-n-paste/recent-files/egg-recent-view.c:
4527         (egg_recent_view_get_type):
4528         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4529         (egg_editable_toolbar_get_type):
4530         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4531         (egg_toolbar_editor_get_type):
4532         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4533         (egg_toolbars_model_get_type):
4534         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4535         (egg_tree_multi_drag_source_get_type):
4536         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4537         (ephy_zoom_action_get_type):
4538         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4539         (ephy_zoom_control_get_type):
4540         * impress/r_back.c: (_imp_fill_back):
4541         * properties/ev-properties-main.c:
4542         (ev_properties_plugin_register_type):
4543         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4544         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4545         (ev_view_accessible_factory_get_type):
4546
4547         Reduce relocations. Bug #360616.
4548
4549 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * backend/ev-document-factory.c:
4552         (ev_document_factory_get_document):
4553         
4554         Load document even if extension is wrong.
4555
4556 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * shell/ev-metadata-manager.c: (save_values):
4559         * shell/ev-window.c: (setup_size_from_metadata),
4560         (setup_view_from_metadata), (ev_window_setup_document),
4561         (ev_window_xfer_job_cb), (window_configure_event_cb):
4562         
4563         Set size according to the document size/page size ratio.
4564         That should correct rather wierd behaviour of the previous
4565         commit.
4566
4567 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4568
4569         * shell/ev-window.c: (setup_view_from_metadata):
4570         
4571         Set size for new windows from previous window size.
4572         See bugs #354968 and #168450 for details. Thanks
4573         to Meik Hellmund.
4574
4575 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * djvu/djvu-links.c: (build_tree):
4578
4579         Fix memory leak.
4580
4581 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4584         
4585         Don't make sidebar close button insensitive. Fixes
4586         bug #357871.
4587
4588 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4591         (ev_window_set_view_accels_sensitivity):
4592         
4593         Don't enable Slash on documents which don't support
4594         find. Fixes bug #358648.
4595
4596 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4597
4598         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4599         open dialog fall back to the current document uri if the
4600         filechooser hasn't been used before. Fixes bug #356980.
4601
4602 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4603
4604         * shell/ev-window.c: (ev_window_setup_recent), 
4605         (ev_window_get_recent_file_label):
4606
4607         Escape underscores in filenames of recent file items.
4608
4609 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * configure.ac:
4612         
4613         Bumped poppler requirements, really 0.5.3 is very 
4614         buggy, now we require 0.5.4.
4615
4616 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * djvu/Makefile.am:
4619         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4620         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4621         (djvu_document_document_links_iface_init):
4622         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4623         (number_from_string_10), (get_djvu_link_dest),
4624         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4625         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4626         (djvu_links_get_links), (djvu_links_find_link_dest),
4627         (djvu_links_get_links_model):
4628         * djvu/djvu-links.h:
4629         
4630         Add support for links and bookmarks in djvu documents. Thanks
4631         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4632         patch.
4633
4634 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4637         
4638         Reopen should reload document. Fixes 
4639         bug 327951.
4640
4641 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4642
4643         * configure.ac:
4644         * data/Makefile.am:
4645         * data/evince-16.png:
4646         * data/evince-22.png:
4647         * data/evince.png:
4648         * data/evince.svg:
4649         * data/icons/16x16/Makefile.am:
4650         * data/icons/16x16/evince.png:
4651         * data/icons/22x22/Makefile.am:
4652         * data/icons/22x22/evince.png:
4653         * data/icons/48x48/Makefile.am:
4654         * data/icons/48x48/evince.png:
4655         * data/icons/Makefile.am:
4656         * data/icons/scalable/Makefile.am:
4657         * data/icons/scalable/evince.svg:
4658         
4659         Install icons with correct names. Fixes
4660         bug #354429.
4661
4662 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * shell/ev-view.c: (ev_view_button_release_event):
4665
4666         Don't open links with middle mouse button. Fixes bug #353649
4667
4668 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * NEWS:
4671         * configure.ac:
4672         
4673         Update for release 0.6.0
4674
4675 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4676
4677         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4678         Implement Close named action. Patch by Carlos Garcia Campos.
4679
4680 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4683         
4684         Don't clear link mapping on copy_job_to_job_info. Fixes
4685         bug 346168.
4686
4687 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * shell/main.c: (main):
4690
4691         Revert my previous commit, gnome_program_init owns the option context.
4692         Fix another memory leak in main. Both caught by Christian Persch. 
4693
4694 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * shell/main.c: (main):
4697
4698         Fix memory leak.
4699
4700 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4703
4704         Fix crash when opening a pdf with password protection. 
4705
4706 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4707
4708         * pdf/ev-poppler.cc: (pdf_document_search_free):
4709
4710         Fix memory leak. 
4711
4712 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * backend/ev-document-factory.c:
4715         (ev_document_factory_get_document):
4716         * tiff/tiff-document.c: (tiff_document_finalize):
4717         
4718         More correct handling of document loading. Fixes
4719         bug #349043.
4720
4721 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * backend/ev-attachment.c: (ev_attachment_save):
4724
4725         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4726         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4727
4728 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4729         
4730         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4731         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4732
4733 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * shell/ev-sidebar-thumbnails.c:
4736
4737         Do not render thumbnails unless thumbnails page is active in the
4738         sidebar.
4739
4740 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4741
4742         * shell/ev-properties-dialog.c:
4743
4744         Fix dialogue spacing. Bug #351370.
4745
4746 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4747
4748         * configure.ac:
4749
4750         Use lowercase gettext catalog file names (evince.mo
4751         instead of Evince.mo)
4752
4753 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * shell/ev-sidebar-attachments.c:
4756
4757         GtkIconTheme is now screen safe too. Fixes bug #350878
4758
4759 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4760
4761         * shell/ev-window.c:
4762
4763         GtkRecent manager is now screen safe. Fixes bug #350145
4764
4765 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * shell/ev-sidebar.c: (ev_sidebar_init):
4768         
4769         Make sidebar close icon smaller. Fix for bug 350177.
4770         See also bugs 350176 and 165770.
4771
4772 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4775
4776         Ignore zoom for xyz destinations when it's <= 1, keeping user
4777         preferences instead. Set correct sizing-mode for fith and fitv
4778         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4779
4780 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4781
4782         * NEWS:
4783         * configure.ac:
4784         
4785         Update for release 0.5.5
4786
4787 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4788         
4789         * shell/ev-window.c: (ev_window_cmd_escape)
4790
4791         Escape unfocus page entry. Fixes bug #345809.
4792
4793 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4796         (build_tree), (pdf_document_links_get_links),
4797         (pdf_document_links_find_link_dest):
4798         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4799         (goto_xyz_dest):
4800
4801         Convert from PDF style coordinates to X style coordinates in the
4802         backend rather than in the view. Fixes bug #338440
4803
4804 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4805
4806         * shell/ev-window.c:
4807         
4808         Remove Ctrl+Shift+T shortcut for toolbars. See
4809         the bug #350098.
4810
4811 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * configure.ac:
4814
4815         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4816         of this. 
4817
4818 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * configure.ac:
4821         * cut-n-paste/Makefile.am:
4822         * data/evince-ui.xml:
4823         * shell/Makefile.am:
4824         * shell/ev-application.[ch]:
4825         * shell/ev-window.c:
4826
4827         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4828         #349273
4829
4830 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4831
4832         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4833         findbar code: s/help/search/
4834
4835 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4836
4837         * shell/ev-window.c: (setup_document_from_metadata),
4838         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4839         (setup_view_from_metadata):
4840         
4841         Fix memory leaks.
4842
4843 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4844
4845         * autogen.sh, configure.ac: 
4846         
4847         Update automake usage. See bug 349292.
4848
4849 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * shell/eggfindbar.c: (egg_find_bar_class_init),
4852         (entry_activate_callback), (egg_find_bar_init),
4853         (egg_find_bar_set_status_text):
4854         * shell/eggfindbar.h:
4855         
4856         Unify Evince findbar with Epiphany. Nice patch
4857         from Fabricio Silva <silva@crans.org> and
4858         Frederic Peters <fpeters@entrouvert.com>. See
4859         bug #339966 for details.
4860
4861 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4862
4863         * data/evince.desktop.in.in:
4864         
4865         Correct information for bugzilla. Thanks to
4866         Olaf Vitters, see bug #348855.
4867
4868 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * shell/ev-jobs.[ch]:
4871         * shell/ev-sidebar-links.c:
4872         * shell/ev-window.[ch]:
4873
4874         GtkPrintJob doesn't support print ranges or current page, so we export
4875         to a ps file now when printing ranges or current page.
4876
4877 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4878
4879         * pdf/ev-poppler.cc:
4880         * shell/ev-window.c: (do_action_named):
4881
4882         We should be more clear about bugzilla. See the
4883         poppler bug #7623.
4884
4885 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4886
4887         * configure.ac:
4888         * shell/Makefile.am:
4889         * shell/ev-job-queue.c:
4890         * shell/ev-jobs.[ch]:
4891         * shell/ev-sidebar-links.c:
4892         * shell/ev-window.[ch]:
4893         
4894         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4895         #348422
4896
4897 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4900         * shell/ev-application-service.xml:
4901         * shell/ev-application.[ch]:
4902         * shell/ev-jobs.[ch]:
4903         * shell/ev-window.[ch]: (ev_window_run_preview):
4904         * shell/main.c: 
4905
4906         Add preview mode to use evince as a printing previewer. It also adds
4907         other command line options for fullscreen and presentation modes.
4908         Fixes bugs #347822, #317031
4909
4910 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * NEWS:
4913         * configure.ac:
4914         
4915         Update for release 0.5.4
4916
4917 2006-07-11  Bastien Nocera <hadess@hadess.net>
4918
4919         * Makefile.am:
4920         * backend/Makefile.am:
4921         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4922         * backend/ev-document-factory.h:
4923         * configure.ac:
4924         * impress/.cvsignore:
4925         * impress/Makefile.am:
4926         * impress/common.h:
4927         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4928         (imp_get_page), (imp_next_page), (imp_prev_page),
4929         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4930         * impress/f_oasis.c: (render_object), (render_page),
4931         (get_geometry), (_imp_oasis_load):
4932         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4933         (_imp_oo13_load):
4934         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4935         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4936         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4937         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4938         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4939         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4940         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4941         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4942         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4943         (iks_new_within), (iks_insert), (iks_insert_cdata),
4944         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4945         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4946         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4947         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4948         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4949         (iks_cdata), (iks_cdata_size), (iks_has_children),
4950         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4951         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4952         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4953         (iks_tree), (iks_load), (iks_save):
4954         * impress/iksemel.h:
4955         * impress/imposter.h:
4956         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4957         (imp_render_draw_bezier_real), (imp_render_get_size),
4958         (imp_render_set_fg_color), (imp_render_draw_line),
4959         (imp_render_draw_rect), (imp_render_draw_polygon),
4960         (imp_render_draw_arc), (imp_render_draw_bezier),
4961         (imp_render_open_image), (imp_render_get_image_size),
4962         (imp_render_scale_image), (imp_render_draw_image),
4963         (imp_render_close_image), (imp_render_markup),
4964         (imp_render_get_text_size), (imp_render_draw_text),
4965         (impress_document_load), (impress_document_save),
4966         (impress_document_get_n_pages), (impress_document_get_page_size),
4967         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4968         (impress_document_finalize), (impress_document_class_init),
4969         (impress_document_can_get_text), (impress_document_get_info),
4970         (impress_document_document_iface_init),
4971         (impress_document_thumbnails_get_thumbnail),
4972         (impress_document_thumbnails_get_dimensions),
4973         (impress_document_document_thumbnails_iface_init),
4974         (impress_document_init):
4975         * impress/impress-document.h:
4976         * impress/internal.h:
4977         * impress/r_back.c: (_imp_fill_back):
4978         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4979         (_imp_draw_image), (_imp_tile_image):
4980         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4981         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4982         (r_polyline):
4983         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4984         (r_draw_gradient_complex), (r_draw_gradient):
4985         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4986         (r_get_bullet):
4987         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4988         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4989         (r_text):
4990         * impress/render.c: (imp_create_context), (imp_context_set_page),
4991         (imp_context_set_step), (imp_render), (imp_delete_context):
4992         * impress/render.h:
4993         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4994         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4995         (zip_load_xml), (zip_get_size), (zip_load):
4996         * impress/zip.h:
4997         * shell/ev-utils.c:
4998         
4999         New backend to support impress slides. Fixes bug #30867.
5000
5001 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5002
5003         * shell/ev-utils.c: (using_postscript_printer):
5004         
5005         Fixes crash when print using PAPI backend,
5006         bug #345012.
5007
5008 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5009
5010         * shell/ev-jobs.c: (ev_job_xfer_run):
5011         * shell/ev-window.c: (password_dialog_response),
5012         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5013         (ev_window_dispose):
5014         Fixes bug #344160: if the xfer job doesn't complete
5015         because a password is required, reload the existing
5016         instance instead of creating a new one.
5017
5018 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * shell/main.c: (main): Call gdk_threads_init. Thus
5021         we'll avoid errors in auth dialog. Fix for the bug
5022         #343347.
5023
5024 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5025
5026         * configure.ac: Advertise pixbuf support, fix
5027         for the bug 343317.
5028
5029 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5032         (ev_sidebar_thumbnails_set_document):
5033         
5034         Update sidebar thumbnails after reloading.
5035
5036 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5039         * shell/ev-jobs.h:
5040         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5041         (ev_window_cmd_view_reload), (ev_window_init):
5042         
5043         Don't crash on reload. Fix for the bug #343167.
5044
5045 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5046
5047         * shell/ev-jobs.c: (ev_job_render_run):
5048         
5049         Check for document links.
5050
5051 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * backend/ev-attachment.c: (ev_attachment_save),
5054         (ev_attachment_launch_app), (ev_attachment_open):
5055         * backend/ev-document-factory.c: (get_document_from_uri):
5056         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5057         (egg_recent_view_uimanager_set_list):
5058         * ps/ps-document.c: (check_filecompressed), (document_load),
5059         (ps_document_load):
5060         * shell/ev-metadata-manager.c: (load_values):
5061         * shell/ev-password.c: (ev_password_dialog_set_property):
5062         * shell/ev-view.c: (tip_from_link):
5063         * shell/ev-window.c: (file_save_dialog_response_cb),
5064         (ev_window_print_dialog_response_cb):
5065         
5066         Use consistent quoting style. Fix for the bug #320285.
5067
5068 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * shell/ev-jobs.c: (ev_job_xfer_run):
5071         * shell/main.c: (load_files):
5072                 
5073         Open links with anchors. Fix for the bug #339836.
5074
5075 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5076
5077         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5078         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5079         (ev_link_dest_set_property), (ev_link_dest_finalize),
5080         (ev_link_dest_class_init), (ev_link_dest_new_named),
5081         (ev_link_dest_new_page_label):
5082         * backend/ev-link-dest.h:
5083         * shell/ev-application.c: (ev_application_open_uri):
5084         * shell/ev-view.c: (goto_dest):
5085         * shell/ev-window.c:
5086         * shell/ev-window.h:
5087         
5088         Fix page-label command line option. Bug #342070.
5089
5090 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5091
5092         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5093         
5094         Don't show highlight rects if page can't be showed. Fix for 
5095         the bug #342076
5096
5097 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * shell/ev-window.c: (setup_sidebar_from_metadata),
5100         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5101         
5102         Setup sidebar from metadata even if there is no document
5103         loaded. Fix for the bug #342807.
5104
5105 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * cut-n-paste/toolbar-editor/Makefile.am:
5108         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5109         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5110         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5111         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5112         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5113         (popup_context_menu_cb), (button_press_event_cb),
5114         (configure_item_sensitivity), (configure_item_cursor),
5115         (configure_item_tooltip), (connect_widget_signals),
5116         (action_sensitive_cb), (create_item_from_action),
5117         (create_item_from_position), (toolbar_drag_data_received_cb),
5118         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5119         (toolbar_drag_leave_cb), (configure_drag_dest),
5120         (toggled_visibility_cb), (toolbar_visibility_refresh),
5121         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5122         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5123         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5124         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5125         (egg_editable_toolbar_dispose),
5126         (egg_editable_toolbar_set_ui_manager),
5127         (egg_editable_toolbar_get_selected),
5128         (egg_editable_toolbar_set_selected), (set_edit_mode),
5129         (egg_editable_toolbar_set_property),
5130         (egg_editable_toolbar_get_property),
5131         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5132         (egg_editable_toolbar_new_with_model),
5133         (egg_editable_toolbar_get_edit_mode),
5134         (egg_editable_toolbar_set_edit_mode),
5135         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5136         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5137         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5138         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5139         (item_added_or_removed_cb), (toolbar_removed_cb),
5140         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5141         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5142         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5143         (editor_create_item_from_name), (append_table),
5144         (update_editor_sheet), (egg_toolbar_editor_init):
5145         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5146         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5147         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5148         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5149         (toolbar_node_free), (egg_toolbars_model_get_flags),
5150         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5151         (egg_toolbars_model_get_name), (impl_add_item),
5152         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5153         (parse_data_list), (parse_item_list), (parse_toolbars),
5154         (egg_toolbars_model_load_toolbars), (parse_available_list),
5155         (parse_names), (egg_toolbars_model_load_names),
5156         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5157         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5158         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5159         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5160         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5161         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5162         (egg_toolbars_model_set_types), (fill_avail_array),
5163         (egg_toolbars_model_get_name_avail),
5164         (egg_toolbars_model_get_name_flags),
5165         (egg_toolbars_model_set_name_flags):
5166         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5167         * cut-n-paste/toolbar-editor/eggintl.h:
5168         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5169         (egg_tree_multi_drag_source_get_type),
5170         (egg_tree_multi_drag_source_row_draggable),
5171         (egg_tree_multi_drag_source_drag_data_delete),
5172         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5173         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5174         (path_list_free), (set_context_data), (get_context_data),
5175         (get_info), (egg_tree_multi_drag_drag_data_get),
5176         (egg_tree_multi_drag_motion_event),
5177         (egg_tree_multi_drag_button_press_event),
5178         (egg_tree_multi_drag_add_drag_support):
5179         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5180         * shell/ev-application.c: (ev_application_init),
5181         (ev_application_save_toolbars_model):
5182         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5183         (ev_window_cmd_edit_toolbar), (ev_window_init):
5184         
5185         Sync toolbareditor with epiphany and libegg
5186
5187 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5188
5189         * configure.ac: 
5190
5191         Depend on poppler 0.5.2
5192
5193 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5194
5195         * shell/ev-jobs.c: (ev_job_render_run):
5196         
5197         Check if document supports links iterface.
5198
5199 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * NEWS:
5202         * configure.ac:
5203         
5204         Update for release 0.5.3
5205
5206 2006-05-13  Michael Plump  <plumpy@skylab.org>
5207
5208         * configure.ac:
5209         * shell/Makefile.am:
5210         * shell/main.c: (main):
5211         
5212         Port to GOption command line parsing. Fix for the 
5213         bug #327518
5214
5215 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5216
5217         * shell/ev-window.c: (ev_window_cmd_help_about):
5218         
5219         Do not wrap license. Fix for the bug #309460.
5220
5221 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5222
5223         * configure.ac:
5224         * properties/ev-properties-main.c: (ev_properties_get_pages):
5225         * shell/ev-application.c: (ev_application_open_window),
5226         (ev_application_open_uri_at_dest):
5227         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5228         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5229         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5230         * shell/ev-utils.c: (save_print_config_to_file):
5231         * shell/ev-window.c: (ev_window_cmd_save_as),
5232         (ev_attachment_popup_cmd_save_attachment_as):
5233         * shell/main.c: (load_files_remote):
5234         
5235         Bump requirements to gtk 2.8 and drop all ifdefs used.
5236
5237 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5238
5239         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5240         * shell/ev-window.c: (ev_window_init):
5241         
5242         Show attachments page.
5243
5244 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5245
5246         * po/POTFILES.in:
5247         * shell/ev-attachment-bar.c:
5248         * shell/ev-attachment-bar.h:
5249         * shell/ev-sidebar-attachments.c:
5250         (ev_sidebar_attachments_icon_cache_add),
5251         (icon_theme_get_pixbuf_from_mime_type),
5252         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5253         (ev_sidebar_attachments_icon_cache_refresh),
5254         (ev_sidebar_attachments_get_attachment_at_pos),
5255         (ev_sidebar_attachments_popup_menu_show),
5256         (ev_sidebar_attachments_popup_menu),
5257         (ev_sidebar_attachments_button_press),
5258         (ev_sidebar_attachments_update_icons),
5259         (ev_sidebar_attachments_drag_data_get),
5260         (ev_sidebar_attachments_get_property),
5261         (ev_sidebar_attachments_destroy),
5262         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5263         (ev_sidebar_attachments_new),
5264         (ev_sidebar_attachments_set_document),
5265         (ev_sidebar_attachments_support_document),
5266         (ev_sidebar_attachments_get_label),
5267         (ev_sidebar_attachments_page_iface_init):
5268         * shell/ev-sidebar-attachments.h:
5269         * shell/ev-window.c: (update_chrome_visibility),
5270         (setup_sidebar_from_metadata), (ev_window_setup_document),
5271         (ev_window_sidebar_current_page_changed_cb),
5272         (attachment_bar_menu_popup_cb), (ev_window_init):
5273         
5274         Move attachments bar to sidebar.
5275
5276 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5277
5278         * pdf/ev-poppler.cc:
5279         * shell/ev-application.[ch]:
5280         * shell/main.c:
5281
5282         Fix some memory leaks.
5283
5284 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5285
5286         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5287
5288         Change the properties dialog response to
5289         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5290         will make the dialog go away when the user presses
5291         enter. With gtk+ >= 2.9 this will happen anyway, but for
5292         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5293         escape by default. Fixes bug #340539. See also bug
5294         #101293 for the gtk+ part.
5295
5296 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5297
5298         * shell/ev-view.c (tip_from_action_named): Replace some strings
5299         that were wrong. Closes #340970.
5300
5301 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5304
5305         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5306         #341049
5307
5308 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * djvu/Makefile.am:
5311         * dvi/Makefile.am:
5312         * dvi/mdvi-lib/Makefile.am:
5313         * properties/Makefile.am:
5314         * ps/Makefile.am:
5315         * shell/Makefile.am:
5316         * thumbnailer/Makefile.am:
5317         
5318         Due to broken libtool that is unable to track dependencies
5319         of noinst libraries we are forced to explicitely point
5320         libraries for binary. Fix for the bug #333334.
5321
5322 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5323
5324         * data/evince.desktop.in.in:
5325         * shell/ev-view.c: (view_update_range_and_current_page),
5326         (ev_view_next_page), (ev_view_previous_page):
5327         * shell/ev-window.c: (update_chrome_visibility),
5328         (setup_sidebar_from_metadata), (ev_window_setup_document),
5329         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5330         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5331         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5332         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5333         (ev_window_stop_presentation), (ev_window_focus_in_event),
5334         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5335         (ev_window_init):
5336         * thumbnailer/Makefile.am:
5337         
5338         Update fullscreen and presentation timeout handling. Hide
5339         cursor in presentation after timeout. Fix for the bugs
5340         #136359 and #336981.
5341
5342 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5343
5344         * backend/ev-link-action.[ch]:
5345         * pdf/ev-poppler.cc: (ev_link_from_action):
5346         * shell/ev-view-private.h:
5347         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5348         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5349
5350         Add support for Named Action links
5351
5352 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5353
5354         * backend/Makefile.am:
5355         * backend/ev-document-links.[ch]:
5356         * backend/ev-document.[ch]:
5357         * backend/ev-link-action.[ch]:
5358         * backend/ev-link-dest.[ch]:
5359         * backend/ev-link.[ch]:
5360         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5361         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5362         * shell/ev-page-action.c: (build_new_tree_cb):
5363         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5364         (links_page_num_func), (update_page_callback):
5365         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5366         (tip_from_link):
5367         * shell/ev-jobs.c:
5368         * shell/ev-window.[ch]: (ev_window_open_uri),
5369         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5370         * shell/ev-application.[ch]: (ev_application_open_window),
5371         (ev_application_open_uri):
5372
5373         Rework links system, it adds support for remote links now and it makes
5374         easier to add new kinds of actions and destinations. Fixes bug #317292
5375
5376 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5377
5378         * data/Makefile.am:
5379         * data/evince.png:
5380         * data/evince-16.png:
5381         * data/evince-22.png:
5382         * data/evince.svg:
5383         * shell/main.c: (main):
5384         
5385         Evince use it's own icon. Fix for the bug #313392.
5386
5387         * shell/ev-window.c: (fullscreen_timeout_cb),
5388         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5389         (ev_window_cmd_help_about), (ev_window_dispose):
5390         
5391         Simplify fullscreen timeout code.
5392
5393 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5394
5395         * backend/ev-attachment.c: 
5396         * shell/ev-attachment-bar.c:
5397         * shell/ev-window.c:
5398
5399         Allow multiple selection of attachments
5400
5401 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5402
5403         * shell/ev-view.c: (view_update_range_and_current_page),
5404         (ev_view_scroll):
5405         
5406         Fix for the bug #312573 – Optimal selection of current 
5407         page among visible pages.
5408
5409 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * configure.ac:
5412         * djvu/Makefile.am:
5413         * djvu/djvu-text.h:
5414         
5415         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5416         for the bug 339868.
5417
5418 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5419
5420         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5421
5422 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5423
5424         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5425         dictated by the GNOME HIG. Fixes bug #339235.
5426
5427 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5428
5429         * data/evince-ui.xml:
5430         * shell/ev-view.c: (ev_view_can_find_previous):
5431         * shell/ev-view.h:
5432         * shell/ev-window.c: (ev_window_update_actions),
5433         (ev_window_cmd_edit_find_previous):
5434
5435         Add support for "Find Previous" as dictated by the GNOME HIG. A
5436         menu item is added and some glue code to make it all work is added
5437         to various files.
5438
5439 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5440
5441         * configure.ac: Award myself the "useless use of cat" award.
5442
5443 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5444
5445         * po/LINGUAS: New file listing all supported languages.
5446
5447         * configure.in: Use po/LINGUAS instead of including all languages
5448         directly in this file. See the wiki for more information:
5449         http://live.gnome.org/GnomeGoals/PoLinguas
5450
5451 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * backend/ev-document-factory.c:
5454
5455         Do not load the document twice when there isn't errors
5456
5457 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * backend/ev-attachment.c: 
5460
5461         Fix a crash when there isn't a default application to open an
5462         attachment
5463
5464 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5465
5466         * backend/ev-attachment.[ch]:
5467         * shell/ev-attachment-bar.[ch]:
5468
5469         Added missing files. 
5470
5471 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5472
5473         * backend/Makefile.am:
5474         * data/evince-ui.xml:
5475         * backend/ev-attachment.[ch]:
5476         * backend/ev-document.[ch]: (ev_document_has_attachments),
5477         (ev_document_get_attachments):
5478         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5479         (attachment_save_to_buffer), (pdf_document_get_attachments),
5480         (pdf_document_document_iface_init):
5481         * shell/Makefile.am:
5482         * shell/ev-attachment-bar.[ch]:
5483         * shell/ev-window.c:
5484
5485         Add support for PDF attachments. Fixes bug #325143
5486
5487 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * backend/ev-document-factory.c: (get_document_from_uri),
5490         (ev_document_factory_get_document):
5491         * backend/ev-document-factory.h:
5492         * properties/ev-properties-main.c: (ev_properties_get_pages):
5493         * shell/Makefile.am:
5494         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5495         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5496         (ev_job_queue_remove_job):
5497         * shell/ev-job-queue.h:
5498         * shell/ev-job-xfer.c:
5499         * shell/ev-job-xfer.h:
5500         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5501         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5502         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5503         (ev_job_xfer_run):
5504         * shell/ev-jobs.h:
5505         * shell/ev-window.c: (ev_window_is_empty),
5506         (password_dialog_response), (ev_window_clear_xfer_job),
5507         (ev_window_xfer_job_cb), (ev_window_open_uri),
5508         (ev_window_cmd_focus_page_selector),
5509         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5510         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5511         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5512         (ev_window_dispose):
5513         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5514         
5515         * Cleanup mime type detection on document load. Fix for the
5516         bug #336448.
5517
5518 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5519
5520         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5521         
5522         Fix crash on exit, described in the bug #336825.
5523
5524 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * backend/ev-document-factory.c:
5527         (ev_document_factory_get_from_mime),
5528         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5529         (ev_document_factory_get_document),
5530         (file_filter_add_mime_list_and_free),
5531         (ev_document_factory_add_filters):
5532         * backend/ev-document-factory.h:
5533         * properties/ev-properties-main.c: (ev_properties_get_pages):
5534         * shell/Makefile.am:
5535         * shell/ev-application.c:
5536         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5537         * shell/ev-window.c: (ev_window_cmd_file_open),
5538         (ev_window_cmd_save_as):
5539         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5540         
5541         Rework factory functions so they are placed now in a single 
5542         file ev-document-factory.c
5543
5544 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5545
5546         * shell/ev-window.c: (update_chrome_visibility):
5547         
5548         Fix for the bug 166566 - don't show menubar in fullscreen
5549         mode.
5550
5551 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5552
5553         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5554
5555 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * shell/ev-view.c: (ev_view_expose_event):
5558         
5559         More correctly draw loading text when document
5560         is empty.
5561
5562 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5563
5564         * shell/ev-view.c: (ev_view_scroll):
5565         
5566         Fix for the bug #334854, page down and page up switch
5567         pages in presentation mode.
5568
5569 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * shell/ev-window.c: (ev_window_set_action_sensitive),
5572         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5573         (ev_window_set_view_accels_sensitivity),
5574         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5575         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5576         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5577         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5578         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5579         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5580         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5581         (view_actions_focus_in_cb), (ev_window_init):
5582         
5583         Fix for the bug #333902, now it's possible to search
5584         words with slash.
5585
5586 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5587
5588         * configure.ac: Added Breton translation.
5589         * po/br.po: Added Breton translation.
5590
5591 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5592
5593         * shell/ev-window-title (ev_window_title_update):
5594
5595         Fix memory leak in window title. Fixes bug #333944
5596
5597 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5598
5599         * shell/ev-metadata-manager.c (parseItem):
5600
5601         Fix memory leaks. Fixes bug #333945
5602
5603 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5604         
5605         * NEWS, configure.ac, TODO:
5606         
5607         Update for release 0.5.2.
5608
5609 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * shell/ev-view.c: (view_update_range_and_current_page),
5612         (page_changed_cb):
5613         
5614         Don't jump on scrolling, fix for the bug #333127.
5615
5616 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5619         
5620         Scroll by one page in presentation mode. Fix for the bug
5621         #332993.
5622
5623 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5624
5625         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5626
5627 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5628
5629         * configure.ac  Added lv in ALL_LINGUAS line.
5630
5631 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5632         
5633         * NEWS, configure.ac:
5634         
5635         Update for release 0.5.1
5636
5637 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5638
5639         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5640         * backend/ev-document-misc.h:
5641         * shell/ev-view.c: (draw_one_page):
5642         
5643          Clairfy what page the toolbar page number applies to. Fix
5644          for the bug #328102.
5645
5646 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5647
5648         * shell/ev-view-private.h:
5649         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5650         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5651         (ev_view_search_changed):
5652         * shell/ev-view.h:
5653         * shell/ev-window.c: (find_bar_search_changed_cb):
5654         
5655         Dont't jump to find result if window was scrolled during search.
5656         Fix for the bug #313266.
5657
5658 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5659
5660         * shell/eggfindbar.c: (egg_find_bar_class_init):
5661         * shell/eggfindbar.h:
5662         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5663         * shell/ev-view-private.h:
5664         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5665         (ev_view_class_init), (ev_sizing_mode_get_type),
5666         (ev_scroll_type_get_type):
5667         * shell/ev-view.h:
5668         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5669         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5670         (ev_window_init):
5671         
5672         Fix for the bug 319133 - Find entry should allow text scroll.
5673
5674 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5675
5676         * shell/ev-view-private.h:
5677         * shell/ev-view.c: (view_update_range_and_current_page),
5678         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5679         (ev_view_set_document), (update_find_status_message),
5680         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5681         (ev_view_find_previous):
5682         
5683         Fix for the bug #319137. Search now takes account for scrolling.
5684
5685 2006-02-19  Michael Hofmann <mh21@piware.de>
5686
5687         * configure.ac:
5688         * djvu/Makefile.am:
5689         * djvu/djvu-document-private.h:
5690         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5691         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5692         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5693         (djvu_document_can_get_text), (djvu_document_get_text),
5694         (djvu_document_document_iface_init),
5695         (djvu_document_thumbnails_get_thumbnail),
5696         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5697         (djvu_document_find_get_result),
5698         (djvu_document_find_page_has_results),
5699         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5700         (djvu_document_find_iface_init):
5701         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5702         (djvu_text_page_selection), (djvu_text_page_limits_process),
5703         (djvu_text_page_limits), (djvu_text_page_copy),
5704         (djvu_text_page_position), (djvu_text_page_union),
5705         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5706         (djvu_text_page_box), (djvu_text_page_append_text),
5707         (djvu_text_page_search), (djvu_text_page_prepare_search),
5708         (djvu_text_page_new), (djvu_text_page_free):
5709         * djvu/djvu-text-page.h:
5710         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5711         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5712         (djvu_text_n_results), (djvu_text_has_results),
5713         (djvu_text_get_result), (djvu_text_get_progress):
5714         * djvu/djvu-text.h:
5715         
5716         Text search in djvu. Fix for the bug #303415.
5717
5718 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * configure.ac:
5721         * shell/ev-window.c: (ev_window_cmd_save_as):
5722         
5723         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5724         Thanks to Gary Coady <gary@lyranthe.org>
5725
5726 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * shell/ev-print-job.c: (idle_print_handler):
5729         
5730         Inverse order printing, bug #320919.
5731
5732 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * data/evince-toolbar.xml:
5735         * shell/ev-window.c:
5736         
5737         Allow to add sidebar checkbutton on toolbar. Fix
5738         for the bug #144577.
5739
5740 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5743         
5744         Add checks that have sense for empty ps document.
5745
5746 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5747
5748         * configure.ac: Include PS in mime types list. 
5749
5750 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * configure.ac:
5753         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5754         * ps/gsdefaults.h:
5755         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5756         
5757         Runtime check for gs interpreter. Fix for the bug #320868.
5758         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5759
5760 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * shell/ev-application.c: 
5763
5764         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5765         dbus>=0.60, so that the request is not queued. 
5766
5767 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * configure.ac:
5770         * shell/Makefile.am:
5771         * shell/ev-sidebar-links.c: (print_section_cb):
5772         * shell/ev-utils.c:
5773         * shell/ev-utils.h:
5774         * shell/ev-window.c: (update_action_sensitivity),
5775         (ev_window_close_dialogs), (ev_window_print):
5776         * shell/ev-window.h:
5777         
5778         Make printing support optional. Patch from Eduardo de Barros Lima
5779         <eduardo.lima@indt.org.br> for the bug #330546.
5780
5781 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * shell/ev-view-private.h:
5784         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5785         (ev_view_set_document):
5786         * shell/ev-view.h:
5787         * shell/ev-window.c: (ev_window_load_job_cb),
5788         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5789         (ev_window_init):
5790
5791         Draw Loading message during xfer job. Fix for the bug #329495.
5792
5793 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5794
5795         * comics/comics-document.c: (comics_regex_quote),
5796         (comics_document_load), (extract_argv):
5797         
5798         Correcly quote regexp before passing it to unzip.
5799
5800 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5801
5802         * shell/ev-page-cache.c: (build_height_to_page),
5803         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5804         (ev_page_cache_get_dual_even_left):
5805         * shell/ev-page-cache.h:
5806         * shell/ev-view.c: (view_update_range_and_current_page),
5807         (get_page_y_offset), (get_page_extents):
5808         
5809         Place even pages to the left if document has less then
5810         two pages. Fix for the bug #328856.
5811
5812 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5815         
5816         Correct comics scheme. This make evince create thumbnails
5817         for comic books. Fix for the bug 329088.
5818
5819 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5820
5821         * data/evince-password.glade: Don't explicitly set
5822         invisible_char to the current default value in case
5823         the default changes; let GTK+ do its magic.
5824
5825 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5828         real filename to tmp filename since often document
5829         type is determined by extension.
5830
5831 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5832
5833         * shell/ev-view.c: (add_scroll_binding_keypad),
5834         (ev_view_binding_activated), (ev_view_class_init):
5835         
5836         Add keybindings for percision-scrolling of display area. 
5837         Fix for the bug #314072.
5838
5839 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * data/evince.desktop.in.in:
5842         
5843         Add GTK to the list of categories. Fix for the bug #328034.
5844
5845 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * shell/ev-application.c: (ev_application_shutdown),
5848         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5849         * shell/ev-application.h:
5850         * shell/ev-window.c: (file_open_dialog_response_cb),
5851         (ev_window_cmd_file_open):
5852         
5853         Save last uri in file chooser dialog. Fix for the bug #327950.
5854
5855 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * NEWS:
5858         * README:
5859         
5860         Final update for release 0.5.0
5861         
5862         * shell/Makefile.am:
5863         
5864         Remove disable deprecated until we'll require libgnome-2.13.7
5865         and port to GOption argument parsing. See bug 327518.
5866
5867 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5868
5869         * comics/comics-document.c: (comics_document_save):
5870         * djvu/djvu-document.c: (djvu_document_save):
5871         * dvi/dvi-document.c: (dvi_document_save):
5872         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5873         * lib/ev-file-helpers.h:
5874         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5875         * tiff/tiff-document.c: (tiff_document_save):
5876         
5877         Use common save function for backends.
5878
5879 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5880
5881         * backend/ev-document-types.c:
5882         
5883         Fix crash on saving pixbuf.
5884
5885 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * cut-n-paste/recent-files/egg-recent-item.c:
5888         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5889         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5890         (parse_info_free), (valid_element), (start_element_handler),
5891         (end_element_handler), (text_handler), (egg_recent_model_filter),
5892         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5893         (egg_recent_model_monitor), (egg_recent_model_read),
5894         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5895         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5896         (egg_recent_model_set_property), (egg_recent_model_class_init),
5897         (egg_recent_model_init), (egg_recent_model_add_full),
5898         (egg_recent_model_delete), (egg_recent_model_get_list),
5899         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5900         (egg_recent_model_set_filter_mime_types),
5901         (egg_recent_model_clear_group_filter),
5902         (egg_recent_model_set_filter_groups),
5903         (egg_recent_model_clear_scheme_filter),
5904         (egg_recent_model_set_filter_uri_schemes),
5905         (egg_recent_model_remove_expired):
5906         * cut-n-paste/recent-files/egg-recent-util.c:
5907         (egg_recent_util_get_icon):
5908         * cut-n-paste/recent-files/egg-recent-util.h:
5909         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5910         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5911         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5912         (egg_recent_view_uimanager_set_property),
5913         (egg_recent_view_uimanager_get_property),
5914         (egg_recent_view_uimanager_class_init),
5915         (egg_recent_view_uimanager_init),
5916         (egg_recent_view_uimanager_set_label_width),
5917         (egg_recent_view_uimanager_get_label_width):
5918         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5919         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5920         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5921         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5922         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5923         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5924         
5925         Update from libegg.
5926
5927 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * shell/ev-page-cache.c: (build_height_to_page),
5930         (ev_page_cache_get_height_to_page):
5931         * shell/ev-page-cache.h:
5932         * shell/ev-view.c: (view_update_range_and_current_page),
5933         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5934         (ev_view_previous_page):
5935         
5936         Dual mode places even pages to the left. Fix for the bug #309393.
5937
5938         * shell/ev-view.h:
5939         * shell/ev-window.c: (update_action_sensitivity),
5940         (setup_view_from_metadata), (view_menu_popup_cb):
5941         
5942         Don't restore presentation in empty windows, more intelligent
5943         next page behaviour in dual mode.
5944
5945         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5946         (ev_pixbuf_cache_clear_job_sizes):
5947         
5948         Cleanup job callback on removal. Fix for the bug #325886.
5949
5950 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * ps/ps.c: (psscan):
5953         
5954         Commit workaround Mozilla problem. Fix for the bug #325919
5955         
5956         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5957         (save_item):
5958         
5959         Fix for year 2038 problem.
5960
5961 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5962
5963         * shell/ev-window.c: (setup_document_from_metadata),
5964         (ev_window_cmd_view_reload):
5965
5966         Clamp page recieved from metadata in valid values. Fix
5967         for the bug #325986.
5968
5969 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5970
5971         * MAINTAINERS: 
5972         Add MAINTAINERS as requested on desktop-devel-list.
5973
5974 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5975
5976         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5977         (mime_type_supported_by_gdk_pixbuf),
5978         (ev_document_factory_get_mime_types),
5979         (ev_document_factory_get_all_mime_types):
5980         
5981         Don't add pixbuf mime types if pixbuf backend is disabled.
5982         
5983         * shell/ev-application.c: (ev_application_get_uri_window):
5984         
5985         Fix for the bug 325815 - unhandled MIME type message doesn't 
5986         appear a second time. 
5987         
5988         * shell/ev-document-types.c: (ev_document_types_add_filters):
5989         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5990         (password_dialog_response), (ev_window_popup_password_dialog),
5991         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5992         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5993         (ev_window_run_presentation), (ev_window_stop_presentation),
5994         (save_sizing_mode), (ev_window_zoom_changed_cb),
5995         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5996         (ev_window_dual_mode_changed_cb),
5997         (ev_window_sidebar_current_page_changed_cb),
5998         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5999         (window_state_event_cb), (window_configure_event_cb):
6000         
6001         Cleanup additional uris holded by EvWindow.
6002
6003 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6006         (ev_view_can_previous_page), (ev_view_can_next_page):
6007         * shell/ev-view.h:
6008         * shell/ev-window.c: (update_action_sensitivity):
6009         
6010         Two page scrolling with Space and PageUp in dual mode. Second fix 
6011         for the bug #316608.
6012
6013 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6014
6015         * shell/ev-view.c: (scroll_to_current_page):
6016         
6017         Correctly clamp adjustment value. Fix for the bug
6018         #325808.
6019
6020 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * shell/ev-sidebar-links.c: (print_section_cb):
6023         * shell/ev-window.c: (ev_window_get_uri),
6024         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6025         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6026         (ev_window_dispose):
6027         
6028         Make print dialog non-modal. Fix for the bug #325622.
6029
6030 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * shell/ev-metadata-manager.c:
6033         * shell/ev-utils.c: (using_pdf_printer),
6034         (using_postscript_printer), (load_print_config_from_file),
6035         (save_print_config_to_file):
6036         * shell/ev-utils.h:
6037         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6038         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6039         (setup_view_from_metadata), (ev_window_setup_document),
6040         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6041         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6042         (ev_window_run_presentation), (ev_window_stop_presentation),
6043         (save_sizing_mode), (ev_window_zoom_changed_cb),
6044         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6045         (ev_window_dual_mode_changed_cb),
6046         (ev_window_sidebar_current_page_changed_cb),
6047         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6048         (window_state_event_cb), (window_configure_event_cb),
6049         (ev_window_init):
6050         
6051         Setting saving behaviour fixes.
6052
6053 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6054
6055         * configure.ac:
6056         
6057         Make antialiasing gs options better and allow
6058         to change them during configure. Fix for the 
6059         bug #319049.
6060
6061 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * shell/ev-window.c: (setup_view_from_metadata):
6064         
6065         Remember if last window was maximized. Fix for the
6066         bug #323797.
6067
6068 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6069
6070         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6071
6072 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6075         * shell/ev-page-action.c: (build_new_tree_cb):
6076         * shell/ev-sidebar-links.c: (links_page_num_func),
6077         (update_page_callback_foreach), (update_page_callback):
6078         * shell/ev-view.c: (scroll_to_current_page):
6079         
6080         Fix for the bug #325067 with more intelligent selection
6081         of current link in sidebar. Make sidebar handle links
6082         of FITR-like type more correctly.
6083
6084         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6085         (dvi_pixbuf_put_pixel):
6086         
6087         Fix memory consumtion with disabled alpha channel.
6088
6089 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * data/evince-ui.xml:
6092         * shell/ev-window.c: (view_menu_popup_cb),
6093         (ev_popup_cmd_open_link), (ev_window_init):
6094         
6095         Update context menu for internal links. Fix for the bug
6096         #325066.
6097
6098 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6101         
6102         Bind context menu to keyboard also. Fix for the bug
6103         #325065.
6104
6105 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6106
6107         * shell/ev-view.c: (selection_scroll_timeout_cb):
6108         
6109         Horizontal scroll on selection also.
6110
6111 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6112
6113         * shell/ev-metadata-manager.c: (parse_value):
6114         * shell/ev-view.c: (goto_xyz_link):
6115         
6116         Correct zoom setup and metadata save broken in 
6117         some locales.
6118
6119 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * shell/ev-view-private.h:
6122         * shell/ev-view.c: (scroll_to_current_page),
6123         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6124         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6125         (page_changed_cb), (ev_view_set_continuous),
6126         (ev_view_set_dual_page), (ev_view_set_presentation):
6127         
6128         Delay scroll until allocation to correctly position page. Fix
6129         for the bug #317334.
6130
6131 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * NEWS:
6134         * configure.ac:
6135         
6136         Update NEWS and require poppler 0.5.0.
6137
6138 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6139         
6140         * data/evince-ui.xml:
6141         * shell/ev-view-private.h:
6142         * shell/ev-view.c: (ev_view_get_link_at_location),
6143         (handle_link_over_xy), (ev_view_button_press_event),
6144         (ev_view_button_release_event), (ev_view_class_init):
6145         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6146         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6147         (ev_window_init):
6148         
6149         Implement right-click context menu.
6150
6151 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6154         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6155         (mdvi_pixbuf_device_render):
6156         * pdf/ev-poppler.cc:
6157
6158         Don't generate thumbnails with alpha. See bug #324077.
6159         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6160
6161 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-window.c: (setup_chrome_from_metadata):
6164         
6165         Fix typo that was hiding toolbar.
6166
6167 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * shell/ev-view-private.h:
6170         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6171         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6172         (ev_view_button_release_event), (ev_view_destroy):
6173         
6174         Small cleanup and autoscrolling during selection. Thanks to 
6175         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6176
6177 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6178
6179         * configure.ac:
6180         
6181         Correctly check for comics option.
6182
6183 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6184         * Makefile.am:
6185         * configure.ac:
6186         * backend/Makefile.am:
6187         * backend/ev-document-factory.c:
6188         * shell/ev-document-types.c:
6189
6190         Included option in configure to make ps backend 
6191         compilation optional with --disable-ps.
6192
6193 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * backend/ev-document-factory.c:
6196         * comics/Makefile.am:
6197         * comics/comics-document.c: (comics_document_load):
6198         * comics/ev-cbr-mime.xml:
6199         * configure.ac:
6200         
6201         Comics mime types are added to shared-mime-info CVS. Now
6202         we don't need to install our own mime types.
6203
6204 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * shell/ev-window.c:
6207         
6208         Add shortcut for "save a copy" menu entry. Fix for
6209         the bug #324582.
6210
6211 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6212
6213         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6214         (job_finished_cb), (new_selection_pixbuf_needed),
6215         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6216         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6217         
6218         Rework selection job info logic and fix critical warning.
6219
6220 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6221
6222         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6223
6224 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6225
6226         * data/evince-ui.xml:
6227         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6228         
6229         Enter as shortcut key for next page. Fix for the bug
6230         #321394.
6231
6232 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6233
6234         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6235
6236 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6237
6238         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6239         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6240         (new_selection_pixbuf_needed),
6241         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6242         (clear_job_selection):
6243         
6244         Too early for 0.5. Pixbuf cache code cleaned a bit.
6245
6246 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * NEWS:
6249         * configure.ac:
6250         
6251         Release 0.5.0 preparation
6252
6253 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * comics/Makefile.am:
6256         * configure.ac:
6257         * shell/ev-document-types.c: (ev_document_types_add_filters):
6258         
6259         More advanced handling of custom mime type installation.
6260
6261 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * data/evince.schemas.in:
6264         * shell/ev-metadata-manager.c: (value_free),
6265         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6266         (ev_metadata_manager_get), (ev_metadata_manager_set):
6267         * shell/ev-metadata-manager.h:
6268         * shell/ev-window.c: (update_chrome_flag),
6269         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6270         (setup_document_from_metadata), (setup_chrome_from_metadata),
6271         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6272         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6273         (ev_window_view_toolbar_cb),
6274         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6275         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6276         
6277         Save last document settings and reuse them for new documents.
6278
6279 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * Makefile.am:
6282         * backend/Makefile.am:
6283         * backend/ev-document-factory.c:
6284         * backend/ev-document-factory.h:
6285         * comics/Makefile.am:
6286         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6287         (comics_document_load), (comics_document_save),
6288         (comics_document_get_n_pages), (comics_document_get_page_size),
6289         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6290         (comics_document_class_init), (comics_document_can_get_text),
6291         (comics_document_get_info), (comics_document_document_iface_init),
6292         (comics_document_init), (get_supported_image_extensions),
6293         (comics_document_thumbnails_get_geometry),
6294         (comics_document_thumbnails_get_thumbnail),
6295         (comics_document_thumbnails_get_dimensions),
6296         (comics_document_document_thumbnails_iface_init), (extract_argv):
6297         * comics/comics-document.h:
6298         * comics/ev-cbr-mime.xml:
6299         * configure.ac:
6300         * po/POTFILES.in:
6301         * shell/ev-application.c: (ev_application_register_service):
6302         * shell/ev-document-types.c: (ev_document_types_add_filters):
6303         * thumbnailer/Makefile.am:
6304         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6305         
6306         New CBR/CBZ backend for comic books.
6307
6308 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * shell/main.c: (load_files_remote):
6311
6312         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6313         warning on startup of second instance is fixed. It
6314         is bug #320353.
6315
6316 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * shell/ev-window.c: (ev_window_finalize):
6319         
6320         Fix double free that cause crash.
6321
6322 2005-10-29  Bastien Nocera <hadess@hadess.net>
6323
6324         * tiff/tiff-document.c: (tiff_document_load):
6325         
6326         Fix memory leak.
6327
6328 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * po/POTFILES.in:
6331         * shell/Makefile.am:
6332         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6333         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6334         (ev_view_accessible_get_text),
6335         (ev_view_accessible_get_character_at_offset),
6336         (ev_view_accessible_get_text_before_offset),
6337         (ev_view_accessible_get_text_at_offset),
6338         (ev_view_accessible_get_text_after_offset),
6339         (ev_view_accessible_get_character_count),
6340         (ev_view_accessible_get_caret_offset),
6341         (ev_view_accessible_set_caret_offset),
6342         (ev_view_accessible_get_run_attributes),
6343         (ev_view_accessible_get_default_attributes),
6344         (ev_view_accessible_get_character_extents),
6345         (ev_view_accessible_get_offset_at_point),
6346         (ev_view_accessible_get_n_selections),
6347         (ev_view_accessible_get_selection),
6348         (ev_view_accessible_add_selection),
6349         (ev_view_accessible_remove_selection),
6350         (ev_view_accessible_set_selection),
6351         (ev_view_accessible_text_iface_init),
6352         (ev_view_accessible_idle_do_action),
6353         (ev_view_accessible_action_do_action),
6354         (ev_view_accessible_action_get_n_actions),
6355         (ev_view_accessible_action_get_description),
6356         (ev_view_accessible_action_get_name),
6357         (ev_view_accessible_action_set_description),
6358         (ev_view_accessible_action_iface_init),
6359         (ev_view_accessible_get_type), (ev_view_accessible_new),
6360         (ev_view_accessible_factory_get_accessible_type),
6361         (ev_view_accessible_factory_create_accessible),
6362         (ev_view_accessible_factory_class_init),
6363         (ev_view_accessible_factory_get_type):
6364         * shell/ev-view-accessible.h:
6365         * shell/ev-view-private.h:
6366         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6367         * shell/ev-view.h:
6368         
6369         Initial accessibility support.
6370
6371 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6372
6373         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6374
6375 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6376
6377         * shell/ev-print-job.c: (idle_print_handler):
6378         
6379         Fix for bug Bug 318916: Printing multiple pages.
6380
6381 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6382
6383         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6384
6385 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * pdf/ev-poppler.cc:
6388         
6389         Thumnail dimensions unified with other backends.
6390         
6391         * shell/ev-window-title.c: (ev_window_title_update):
6392         
6393         Fix warning.
6394
6395 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397         * data/ev-stock-zoom-fit-width.png:
6398         
6399         Remove unused file.
6400
6401 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * configure.ac:
6404         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6405         (djvu_document_finalize):
6406         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6407         (dvi_document_finalize):
6408         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6409         (pixbuf_document_save), (pixbuf_document_finalize):
6410         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6411         (tiff_document_finalize):
6412         
6413         Save a copy implemented for various backends.
6414
6415 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6416
6417         * configure.ac:
6418         
6419         Don't link with ltiff if tiff is disabled.
6420
6421 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * pdf/GDKSplashOutputDev.cc:
6424         * pdf/GDKSplashOutputDev.h:
6425         * pdf/Thumb.cc:
6426         * pdf/Thumb.h:
6427         * pdf/pdf-document.cc:
6428         * pdf/pdf-document.h:
6429         * pdf/test-gdk-output-dev.cc:
6430         
6431         Remove old unused files.
6432
6433 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-window.c: (ev_window_setup_document):
6436         
6437         Fixed warnings on reload and probably crash reason.
6438
6439 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6440
6441         * properties/ev-properties-view.c:
6442         (ev_properties_view_format_date):
6443         
6444         Check if date is invalid. Fix for bug 318134.
6445
6446 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6447
6448         * shell/ev-window-title.c:
6449         
6450         Add .indd files (Adobe Indesign) to the list of "bad
6451         extensions".
6452
6453 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * data/evince-ui.xml:
6456         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6457         
6458         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6459
6460 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6461
6462         * shell/ev-window.c: (launch_link), (launch_external_uri),
6463         (view_external_link_cb):
6464
6465         URL-escape link before passing it to gnome_vfs_url_show.
6466
6467 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6468
6469         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6470         there isn't text selected.
6471
6472 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6473
6474         * shell/ev-view.c: (handle_link_over_xy):
6475
6476         Check tooltip is valid utf8 before showing it
6477
6478 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6479
6480         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6481
6482 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6483
6484         * shell/ev-window-title.c: (ev_window_title_update):
6485
6486         Guard against using g_strstrip on NULL. Fixes bug #317291.
6487
6488 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6489
6490         * pdf/ev-poppler.cc:
6491
6492         Show title even for unknown links
6493
6494 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6495
6496         * shell/ev-window-title.c: (ev_window_title_update):
6497
6498         Strip the title string
6499
6500 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6501
6502         * shell/ev-window-title.c:
6503
6504         Add .rtf to the bad extensions list
6505
6506 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6507
6508         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6509         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6510
6511         Ignore link coordinates if they are outside page bounds
6512
6513 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * backend/ev-link.c: (ev_link_type_get_type),
6516         (ev_link_get_filename), (ev_link_get_params),
6517         (ev_link_get_property), (ev_link_set_property),
6518         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6519         * backend/ev-link.h:
6520         * pdf/ev-poppler.cc:
6521         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6522         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6523         (ev_window_init):
6524
6525         Implement launch links. Delegate external link opening to
6526         the window.
6527
6528 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6529
6530         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6531         (ev_link_get_right), (ev_link_get_property),
6532         (ev_link_set_property), (ev_link_class_init),
6533         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6534         * backend/ev-link.h:
6535         * pdf/ev-poppler.cc:
6536         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6537
6538         Implement fitr links
6539
6540 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6541
6542         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6543         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6544         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6545         (ev_view_size_request_continuous),
6546         (ev_view_size_request_dual_page),
6547         (ev_view_size_request_single_page), (ev_view_size_allocate),
6548         (ev_view_zoom_for_size_continuous_and_dual_page),
6549         (ev_view_zoom_for_size_continuous),
6550         (ev_view_zoom_for_size_dual_page),
6551         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6552         (ev_sizing_mode_get_type):
6553         * shell/ev-view.h:
6554         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6555
6556         Do not use modes for link, we need to calculate size ad hoc.
6557         Still not perfect because of the usual scrollbar issues grrr.
6558
6559 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6560
6561         * backend/ev-link.c: (ev_link_type_get_type),
6562         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6563         * backend/ev-link.h:
6564         * pdf/ev-poppler.cc:
6565         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6566         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6567         (ev_view_size_request_continuous),
6568         (ev_view_size_request_dual_page),
6569         (ev_view_size_request_single_page), (ev_view_size_allocate),
6570         (zoom_for_size_fit_height),
6571         (ev_view_zoom_for_size_continuous_and_dual_page),
6572         (ev_view_zoom_for_size_continuous),
6573         (ev_view_zoom_for_size_dual_page),
6574         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6575         (ev_sizing_mode_get_type):
6576         * shell/ev-view.h:
6577         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6578
6579         Implement FIT_HEIGHT mode (only for links).
6580         Implement FITH links
6581
6582 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6583
6584         * shell/ev-window-title.c: (get_filename_from_uri),
6585         (ev_window_title_sanitize_extension), (ev_window_title_update),
6586         (ev_window_title_set_document), (ev_window_title_set_uri),
6587         (ev_window_title_free):
6588         * shell/ev-window-title.h:
6589         * shell/ev-window.c: (ev_window_setup_document),
6590         (ev_window_popup_password_dialog):
6591
6592         Refactor window title building while fixing it for
6593         password documents.
6594
6595 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6596
6597         * pdf/ev-poppler.cc:
6598
6599         Escape link title before setting it in the model
6600
6601 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * shell/ev-application.c: (removed_from_session), (save_session),
6604         (init_session), (ev_application_get_empty_window),
6605         (ev_application_init), (ev_application_get_windows):
6606         * shell/ev-application.h:
6607         * shell/ev-window.c: (ev_window_finalize):
6608
6609         Add a function to retrieve window list and share it where
6610         necessary.
6611         Implement session handling, works pretty well thanks to the
6612         metadata system.
6613
6614 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-password.c: (ev_password_item_created_callback),
6617         (ev_password_dialog_save_password):
6618         
6619         Fix for bug 316972. Use async gnome-keyring API.
6620
6621 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6622
6623         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6624         Remove unused unrealize handler. Add scroll handling to
6625         ev_view_scroll_event for presentation mode (bug #316708),
6626         and fix the event state checks there.
6627
6628 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6629
6630         * shell/ev-page-action.c: (page_changed_cb):
6631
6632         "marco, maybe we should be crazy and jump right to 6! :)"
6633
6634         Bryan Clark, Sep 2005
6635
6636 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6637
6638         * ps/ps-document.c: (save_document), (ps_document_save),
6639         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6640         (ps_document_ps_export_end):
6641
6642         Fix unstructured documents save and print
6643
6644 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6645
6646         * shell/ev-application.c: (ev_application_open_uri):
6647
6648         Fix window size persistance
6649
6650 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6651
6652         * shell/ev-view.c: (ev_view_button_release_event):
6653
6654         Based on a patch from carlosgc@gnome.org. Mouse buttons
6655         switch pages in presentation mode.
6656
6657 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6658
6659         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6660
6661         Dont cast to int before scaling
6662
6663 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6664
6665         * backend/ev-link.c: (ev_link_type_get_type),
6666         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6667         (ev_link_new_page_fith):
6668         * backend/ev-link.h:
6669         * pdf/ev-poppler.cc:
6670         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6671
6672         Implement FIT and FITH links
6673
6674 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6675
6676         * pdf/ev-poppler.cc:
6677
6678         Return 0 results when search is not in progress.
6679
6680         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6681         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6682
6683         Update menu sensitivity when cancelling search
6684
6685 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6686
6687         * shell/ev-view.c: (ev_view_can_find_next):
6688
6689         Take all pages in consideration, not just current one
6690
6691 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6692
6693         * shell/ev-page-cache.c:
6694         * shell/ev-page-cache.h:
6695         * shell/ev-view.c: (ev_view_binding_activated),
6696         (ev_view_next_page), (ev_view_previous_page),
6697         (ev_sizing_mode_get_type):
6698         * shell/ev-view.h:
6699         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6700         (ev_window_cmd_go_next_page):
6701
6702         Move page next/previous functions from page chace to
6703         view and change it to move by 2 page steps in dual mode.
6704
6705 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6706
6707         * shell/ev-window.c: (update_sidebar_visibility),
6708         (setup_sidebar_from_metadata), (ev_window_setup_document),
6709         (setup_view_from_metadata):
6710
6711         Show the index by default when there is one     
6712
6713 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6714
6715         * shell/ev-window-title.c: (ev_window_title_set_document):
6716
6717         Missing null check
6718
6719 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * shell/ev-view.c: (view_update_range_and_current_page):
6722         
6723         Allow display of last odd page in dual view. Fix for 316347.
6724
6725 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6726
6727         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6728         
6729         Make close button default. Fix for 316383.
6730
6731 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6734         
6735         Mark close button as default. Fix for 316381.
6736
6737 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6738
6739         * backend/ev-link.c: (ev_link_class_init):
6740
6741         Allow negative doubles in left/top properties
6742
6743 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6744
6745         * shell/ev-window.c:
6746
6747         Remove a bunch of strings that was used only
6748         by the statusbar.
6749
6750 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6751
6752         * shell/ev-window-title.c: (get_filename_from_uri),
6753         (ev_window_title_set_document):
6754
6755         When title has a confusing extension, show also
6756         the document filename inside ()
6757
6758 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6759
6760         * shell/Makefile.am:
6761         * shell/ev-window-title.c: (ev_window_title_new),
6762         (ev_window_title_update), (ev_window_title_set_type),
6763         (ev_window_title_set_document), (ev_window_title_free):
6764         * shell/ev-window-title.h:
6765         * shell/ev-window.c: (ev_window_setup_document),
6766         (password_dialog_response), (ev_window_popup_password_dialog),
6767         (ev_window_dispose), (ev_window_init):
6768
6769         Factor out and cleanup window title code
6770
6771 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6772
6773         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6774         (unable_to_load):
6775
6776         Make dialog transient so it doesnt block other windows
6777
6778 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * pdf/ev-poppler.cc:
6781         
6782         Fix pdf thumbnails rendering.
6783
6784 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6785
6786         * shell/ev-window.c: (fullscreen_set_timeout):
6787         
6788         Increase timeout to hide full screen popup. Bug 
6789         316123. 
6790
6791 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6792
6793         * data/evince.schemas.in:
6794         * shell/ev-window.c: (update_action_sensitivity):
6795
6796         Allow the user to override document restrictions. Fix for bug
6797         305818.
6798
6799 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6800
6801         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6802         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6803         (ev_window_class_init): Fix multihead behaviour of fullscreen
6804         toolbar popup. Fixes bug #315451.
6805
6806 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * configure.ac:
6809         * data/evince-password.glade:
6810         * shell/ev-password.c: (ev_password_dialog_set_property),
6811         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6812         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6813         (ev_password_dialog_entry_changed_cb),
6814         (ev_password_dialog_entry_activated_cb),
6815         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6816         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6817         (ev_password_dialog_set_bad_pass):
6818         * shell/ev-password.h:
6819         * shell/ev-window.c: (password_dialog_response),
6820         (ev_window_popup_password_dialog):
6821         
6822         Support for gnome-keyring for encrypted PDF's.
6823
6824 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6827         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6828         (ev_view_enter_notify_event), (ev_view_class_init):
6829         
6830         More precise handling of enter_notify/leave_notify events
6831         in EvView. Fix for bug 315470.
6832
6833 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6834
6835         * shell/ev-window.c: (fullscreen_timeout_cb),
6836         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6837         (ev_window_dispose):
6838
6839         leak fix: unref fullscreen_timeout_source before clearing it
6840
6841 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6842
6843         * configure.ac, dvi/mdvi/Makefile.am: 
6844         
6845         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6846
6847 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * backend/ev-link.c: (ev_link_new_page_xyz):
6850         * pdf/ev-poppler.cc:
6851         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6852
6853         Fix some bugs with xyz links, respect zoom
6854
6855 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6856
6857         * shell/ev-window.c: (page_changed_cb),
6858         (setup_document_from_metadata), (update_sidebar_visibility),
6859         (setup_view_from_metadata), (ev_window_run_fullscreen),
6860         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6861         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6862         (ev_window_dual_mode_changed_cb),
6863         (ev_window_sidebar_current_page_changed_cb):
6864
6865         null check uri before setting and getting metadata
6866
6867 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6868
6869         * dvi/Makefile.am:
6870         * properties/Makefile.am:
6871         * shell/Makefile.am:
6872         * thumbnailer/Makefile.am:
6873
6874         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6875
6876 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6879         (selection_changed_callback):
6880         * shell/ev-sidebar-links.h:
6881
6882         Add a signal for link activation.
6883
6884         * shell/ev-view.c: (ev_view_goto_link),
6885         (ev_view_button_release_event):
6886         * shell/ev-view.h:
6887         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6888         (ev_window_init):
6889
6890         Implement the signal so that we can handle all link types.
6891
6892         * shell/ev-page-cache.c:
6893
6894         Remove unused set_link function
6895
6896 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6899
6900         Add some space from the cursor, hardcoded but I couldnt
6901         find a better way.
6902
6903 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6904
6905         * lib/ev-tooltip.c:
6906
6907         Use mozilla style vs gtk style, way better for links.
6908
6909         * shell/ev-view.c: (ev_view_motion_notify_event),
6910         (ev_view_destroy), (ev_view_init):
6911
6912         Deactive tooltip when the link hovered is changed.
6913
6914 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6915
6916         * backend/ev-document.h:
6917         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6918         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6919         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6920         (ev_link_new_page), (ev_link_new_page_xyz):
6921         * backend/ev-link.h:
6922         * pdf/ev-poppler.cc:
6923         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6924         (go_to_link), (tip_from_link):
6925
6926         Implement xyz links, still not functional. Links are a total
6927         mess, will need to refactor and bugfix a lot :(
6928
6929 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6930
6931         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6932
6933 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6934
6935         * data/evince-ui.xml:
6936         * data/evince.schemas.in:
6937         * shell/Makefile.am:
6938         * shell/ev-window.c: (update_chrome_visibility),
6939         (password_dialog_response), (ev_window_load_job_cb),
6940         (ev_window_xfer_job_cb), (ev_window_open_uri),
6941         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6942         (ev_window_init):
6943
6944         Remove the statusbar. This regress loading feedback, need to
6945         check with Bryan what we want to do there...
6946
6947 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6948
6949         * lib/ev-tooltip.c: (ev_tooltip_init):
6950
6951         Fix tooltip border and size handling
6952
6953 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6954
6955         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6956         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6957         (ev_tooltip_timeout), (ev_tooltip_activate),
6958         (ev_tooltip_deactivate):
6959         * lib/ev-tooltip.h:
6960         * shell/ev-view.c: (ev_view_motion_notify_event):
6961
6962         Delay popup showing. Mirror gtk logic/times.
6963
6964 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6965
6966         * lib/Makefile.am:
6967         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6968         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6969         (ev_tooltip_set_text), (ev_tooltip_set_position):
6970         * lib/ev-tooltip.h:
6971
6972         Simple widget to show tooltips at a custom position
6973
6974         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6975         (ev_view_destroy):
6976
6977         Use it for links. First go, needs work
6978
6979 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6980
6981         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6982         HIG fixes.  Use title capitalization for window title. Use 12 
6983         pixels of space between the dialog's vbox and action area.
6984
6985 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6986
6987         * shell/ev-window.c: (file_open_dialog_response_cb),
6988         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6989         (ev_window_cmd_save_as):
6990
6991         Make file pickers not modal and refactor code some
6992
6993 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6994
6995         * shell/ev-sidebar.h:
6996         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6997         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6998         (ev_sidebar_class_init), (ev_sidebar_select_page),
6999         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7000         (ev_sidebar_set_page):
7001
7002         Add a current page property and allow to get/set it
7003
7004         * shell/ev-window.c: (setup_view_from_metadata),
7005         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7006
7007         Persist current sidebar page per document
7008
7009 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7010
7011         * data/evince.schemas.in:
7012         * shell/ev-window.c: (update_chrome_visibility),
7013         (setup_document_from_metadata), (update_sidebar_visibility),
7014         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7015         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7016         (ev_window_run_presentation), (ev_window_stop_presentation),
7017         (ev_window_view_sidebar_cb),
7018         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7019         (load_chrome), (ev_window_init):
7020
7021         Persist size/visibility of sidebar per document
7022
7023 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7024
7025         * shell/ev-view.c (draw_loading_text): Draw loading text.
7026
7027 2005-09-02  Dan Damian  <dand@gnome.ro>
7028
7029         * configure.in: Added "ro" to ALL_LINGUAS.
7030
7031 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7032
7033         * shell/ev-view.c: (clear_caches):
7034
7035         ev_page_cache_get doesnt return a reference,
7036         dont try to unref it.
7037
7038 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7039
7040         * shell/main.c: (load_files_remote):
7041
7042         Fix timestamp parameter with dbus <= 0.33
7043
7044 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7045
7046         * data/evince.schemas.in:
7047
7048         Add missing full stop
7049
7050 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7051
7052         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7053         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7054
7055         Plug some memory leaks
7056
7057 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7058
7059         * configure.ac:
7060         * lib/ev-debug.c: (trap_handler):
7061
7062         Check for execinfo.h and use it only if it exists.
7063         Ported from Epiphany (bug #314776).
7064
7065 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7066
7067         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7068
7069 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7070
7071         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7072         * po/id.po      : Added Indonesian translation
7073
7074 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7075
7076         * shell/main.c:
7077         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7078         * NEWS: Release 0.4.0
7079
7080 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7081
7082         * configure.ac: catch another gtk+-2.8ism
7083         * shell/main.c: Make work with gtk+-2.6
7084
7085 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7086
7087         * shell/ev-application-service.xml: Add 'timestamp' argument to
7088           ev_application_open_window and ev_application_open_uri methods.
7089
7090         * shell/ev-application.h: Add 'timestamp' argument to
7091           ev_application_open_window, ev_application_open_uri,
7092           and ev_application_open_uri_list functions.
7093
7094         * shell/ev-application.c (ev_application_open_window,
7095           ev_application_open_uri, ev_application_open_uri_list): Change
7096           functions that show/present windows to use a timestamp if one
7097           is passed in.
7098
7099         * shell/ev-window.c (ev_window_cmd_file_open,
7100           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7101         * shell/main.c (load_files): Modify calls to ev_application to
7102           include GDK_CURRENT_TIME as timestamp.
7103
7104         * shell/main.c (load_files_remote): Obtain timestamp for client
7105           instance from GDK and pass to server instance so new windows are
7106           focused properly.  Fix dbus_g_proxy_call() calls by including second
7107           G_TYPE_INVALID.
7108           
7109         Closes bug #314475.
7110
7111 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7112
7113         * shell/ev-window.c (ev_window_finalize): Check for
7114         avail. EvWindows when quiting to handle the finalize better,
7115         #314497
7116
7117 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7118         
7119         * properties/ev-properties-view.c: 
7120         
7121         Set textdomain to libglade. Fixes translation problem in property page.
7122
7123 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7126         * dvi/Makefile.am:
7127         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7128         * dvi/mdvi-lib/Makefile.am:
7129         
7130         Fix rotation of thumbnails, ported to new API. Moved library
7131         dependencies earlier, probably it will fix linkage problem.
7132
7133 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7134
7135         * backend/ev-document-misc.c:
7136         (ev_document_misc_get_thumbnail_frame):
7137         * backend/ev-document-misc.h:
7138         * configure.ac:
7139         * pdf/ev-poppler.cc:
7140         * shell/Makefile.am:
7141         * shell/ev-sidebar-thumbnails.c: (add_range),
7142         (ev_sidebar_thumbnails_set_loading_icon),
7143         (ev_sidebar_thumbnails_refresh),
7144         (ev_sidebar_thumbnails_set_document):
7145         * shell/ev-sidebar-thumbnails.h:
7146         * shell/ev-view.c: (ev_view_motion_notify_event),
7147         (ev_view_set_property), (ev_view_get_property),
7148         (ev_view_class_init), (ev_view_set_rotation):
7149         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7150         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7151         (ev_window_init):
7152         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7153         Redo rotation (again).  prepare for 0.4.0
7154
7155 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7156
7157         * configure.ac: Bump poppler requirement to 0.4.1.
7158
7159         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7160         argument to poppler_page_render_selection() call.
7161
7162 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7165         (djvu_document_thumbnails_get_thumbnail):
7166         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7167         (dvi_document_thumbnails_get_thumbnail):
7168         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7169         (pixbuf_document_thumbnails_get_thumbnail):
7170         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7171         
7172         Update rotation direction of backends to fit with pdf and ps.
7173
7174 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7175
7176         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7177         * backend/ev-async-renderer.h:
7178         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7179         (setup_page), (ps_document_get_page_size),
7180         (ps_async_renderer_render_pixbuf):
7181         * ps/ps-document.h:
7182         * shell/ev-jobs.c: (ev_job_render_run):
7183
7184         Fix orientation in the postscript document
7185
7186 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7187
7188         * pdf/ev-poppler.cc:
7189         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7190         * shell/ev-view.c: (highlight_find_results):
7191
7192         Adapt to the new poppler rotation API. Fix text maps on landscape
7193         documents.
7194
7195 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7196
7197         * shell/ev-view.c (compute_new_selection_text): get the correct
7198         region when selecting in modes other than continuous.
7199
7200 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7201
7202         * shell/main.c (main): remove redundant g_warnings.
7203
7204 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7205
7206         * shell/Makefile.am: Don't include autogenerated
7207         file ev-application-service.h into distribution, since
7208         it causes dbus crash. Fix for bugs 313724 and 313443. 
7209
7210 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7211
7212         * configure.ac: Fix sed expression for FreeBSD. Thanks
7213         to Joe Marcus Clark <marcus@freebsd.org>
7214         
7215         * shell/eggfindbar.c: (entry_activate_callback),
7216         (entry_changed_callback), (egg_find_bar_init),
7217         (egg_find_bar_set_search_string):
7218         
7219         Made findbar buttons unsensitive if there is no text in
7220         entry. Fix for the bug 313285.
7221
7222 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7223
7224         * ps/ps-document.c: Use g_filename_display_name for displaying
7225         filenames and revert string freeze breackage
7226
7227 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7228
7229         * NEWS:
7230         * configure.ac:
7231
7232         Update for 0.3.4
7233
7234         * shell/Makefile.am:
7235
7236         Add ev-application-service.xml to extra dist
7237
7238         * shell/ev-view.c: (find_page_at_location):
7239
7240         Remove unused function (fix warning)
7241
7242 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7245         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7246         
7247         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7248         bug 313623.
7249
7250 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7251
7252         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7253         * shell/ev-window.c:
7254         Fix build warnings
7255
7256 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7257
7258         * configure.ac: Update script to get dbus version.
7259         Fix for the bug #313443.
7260
7261 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-window.c: (ev_window_cmd_escape):
7264         
7265         Return focus back to view on escape. Fix for bug 313295.
7266
7267 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7268
7269         * shell/ev-window.c: (update_window_title),
7270         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7271         (ev_window_cmd_save_as):
7272         
7273         Correct conversion from uri to displayable string. Fix for
7274         bug 313296.
7275
7276 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7277
7278         * ps/ps-document.c: convert filename to utf8 when there is an error
7279         loading document. Fixes #309915
7280
7281 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * configure.ac:
7284
7285         We depend on poppler 0.4.0
7286
7287 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7288
7289         * configure.ac:
7290         * NEWS: Release 0.3.3.
7291         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7292
7293 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7294
7295         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7296         add a couple missing mnemonics to menu items, use title 
7297         capitalization for menu items and window titles, and add 
7298         ellipsis to open menu item.     
7299
7300 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7301
7302         * pdf/ev-poppler.cc:
7303         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7304         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7305         (ev_view_get_rotation):
7306         * shell/ev-view.h:
7307         * shell/ev-window.c: (setup_view_from_metadata),
7308         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7309         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7310         disk.
7311
7312 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7313
7314         * configure.ac: Added tr to ALL_LINGUAS
7315
7316 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7317
7318         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7319         requires several clicks to find word. Thanks to 
7320         Colin Slater <kiltedtaco@gmail.com>.
7321
7322 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7323
7324         * data/evince.desktop.in.in: Hide menu entry and
7325         rename it to "Document Viewer". Fix for bug 
7326         #312399.
7327
7328 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7329
7330         * shell/ev-page-action.c (ev_page_action_class_init): 
7331
7332         Point to the correct function in constructor of the
7333         activate_label signal
7334
7335 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7336
7337         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7338         * shell/ev-jobs.h: Make thread safe.
7339
7340 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7341
7342         * shell/ev-view.c: (view_update_range_and_current_page):
7343         Don't update page range if we are scrolling to some document
7344         point.
7345
7346 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7349         when getting max_page_width, fix drawing in dual mode.
7350
7351 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7352
7353         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7354         getting the area for select_all.
7355
7356 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7357
7358         * backend/ev-selection.c: (ev_selection_render_selection):
7359         * backend/ev-selection.h:
7360         * pdf/ev-poppler.cc:
7361         * shell/ev-jobs.c: (ev_job_render_new):
7362         * shell/ev-jobs.h:
7363         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7364         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7365         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7366         (ev_view_class_init):
7367
7368         Change selection color on focus in and focus out events.  Also,
7369         poppler now uses GdkColor for specifying the selection colors, so
7370         drop some awkward conversion code.
7371
7372 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7373
7374         * configure.ac: Added Hebrew translation
7375
7376 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7377
7378         * NOTES:
7379         * backend/ev-selection.c: (ev_selection_render_selection):
7380         * backend/ev-selection.h:
7381         * pdf/ev-poppler.cc:
7382         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7383         (ev_job_render_run):
7384         * shell/ev-jobs.h:
7385         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7386         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7387         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7388         (ev_pixbuf_cache_style_changed),
7389         (ev_pixbuf_cache_get_selection_pixbuf),
7390         (ev_pixbuf_cache_set_selection_list),
7391         (ev_pixbuf_cache_get_selection_list):
7392         * shell/ev-pixbuf-cache.h:
7393         * shell/ev-utils.c: (ev_print_region_contents):
7394         * shell/ev-utils.h:
7395         * shell/ev-view.c: (ev_view_queue_draw_page),
7396         (selection_update_idle_cb), (ev_view_motion_notify_event),
7397         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7398         (setup_caches), (ev_view_find_next), (merge_selection_region),
7399         (selection_free):
7400         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7401
7402         Clean up selection to be much smoother!
7403
7404 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7405
7406         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7407         to poppler_page_render_selection().
7408
7409 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * ps/ps-document.c: (save_page_list): Use
7412         unzipped document when printing. Thanks to 
7413         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7414         311016.
7415
7416 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * shell/ev-window.c: (update_action_sensitivity):
7419         
7420         Disable print and save respect to lockdown gconf keys. Fix
7421         for 312342.
7422
7423 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7424
7425         * configure.ac:
7426         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7427         (write_to_temp_file), (ev_file_set_contents):
7428         * shell/ev-utils.h:
7429         * shell/ev-window.c: (save_print_config_to_file):
7430         
7431         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7432         Fix for bug 312238
7433
7434 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7435
7436         * shell/ev-window.c: (load_print_config_from_file),
7437         (save_print_config_to_file), (ev_window_print_range):
7438
7439         Persist the print settings. Fixes bug #311578.
7440
7441 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * djvu/djvu-document.c: (djvu_document_get_page_size),
7444         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7445         (djvu_document_thumbnails_get_thumbnail):
7446         * dvi/dvi-document.c: (dvi_document_get_page_size),
7447         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7448         (dvi_document_thumbnails_get_dimensions),
7449         (dvi_document_thumbnails_get_thumbnail):
7450         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7451         (pixbuf_document_render_pixbuf),
7452         (pixbuf_document_document_iface_init),
7453         (pixbuf_document_thumbnails_get_thumbnail):
7454         
7455         Update backends to make them build with new rotation system.
7456
7457 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7458
7459         * help/C/figures/evince_start_window.png:
7460         
7461         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7462
7463 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7464
7465         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7466         * shell/ev-pixbuf-cache.h:
7467         * shell/ev-sidebar-thumbnails.c:
7468         (ev_sidebar_thumbnails_get_property), (add_range),
7469         (adjustment_changed_cb):
7470         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7471         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7472         we were thumbnailing the entire docment on startup, slowing us
7473         down hugely. 
7474
7475 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7476
7477         * shell/ev-page-cache.c: (ev_page_cache_new):
7478         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7479         == 0, fixes #310306.
7480
7481 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7482
7483         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7484         (ev_view_rotate_left):
7485
7486         Account rotation in doc_rect_to_view_rect.
7487         Ensure rotation doesnt go out of bounds.
7488
7489 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7492
7493         Correct and cleanup w/h swapping
7494
7495 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * backend/ev-document-thumbnails.c:
7498         (ev_document_thumbnails_get_thumbnail):
7499         * backend/ev-document-thumbnails.h:
7500         * backend/ev-document.c:
7501         * backend/ev-document.h:
7502         * backend/ev-render-context.c: (ev_render_context_new),
7503         (ev_render_context_set_rotation):
7504         * backend/ev-render-context.h:
7505         * pdf/ev-poppler.cc:
7506         * ps/ps-document.c: (ps_document_document_iface_init):
7507         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7508         * shell/ev-jobs.h:
7509         * shell/ev-page-cache.c: (build_height_to_page),
7510         (ev_page_cache_new), (ev_page_cache_get_size),
7511         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7512         (ev_page_cache_get_height_to_page):
7513         * shell/ev-page-cache.h:
7514         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7515         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7516         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7517         (ev_pixbuf_cache_get_selection_pixbuf):
7518         * shell/ev-pixbuf-cache.h:
7519         * shell/ev-print-job.c: (idle_print_handler):
7520         * shell/ev-sidebar-thumbnails.c: (add_range):
7521         * shell/ev-view.c: (view_update_range_and_current_page),
7522         (get_page_y_offset), (get_page_extents),
7523         (ev_view_size_request_continuous_dual_page),
7524         (ev_view_size_request_continuous),
7525         (ev_view_size_request_dual_page),
7526         (ev_view_size_request_single_page), (draw_one_page),
7527         (ev_view_set_rotation), (ev_view_rotate_right),
7528         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7529         (ev_view_zoom_for_size_continuous_and_dual_page),
7530         (ev_view_zoom_for_size_continuous),
7531         (ev_view_zoom_for_size_dual_page),
7532         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7533         (ev_view_select_all):
7534         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7535         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7536         (tiff_document_document_iface_init),
7537         (tiff_document_thumbnails_get_thumbnail):
7538
7539         Use rotation rather than orientation. It's easier and enough
7540         for our needs.
7541
7542 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7543
7544         * shell/ev-page-cache.c: (build_height_to_page),
7545         (ev_page_cache_new), (ev_page_cache_get_size),
7546         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7547         (ev_page_cache_get_height_to_page):
7548         * shell/ev-page-cache.h:
7549         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7550         (ev_view_size_request_continuous_dual_page),
7551         (ev_view_size_request_continuous),
7552         (ev_view_zoom_for_size_continuous_and_dual_page),
7553         (ev_view_zoom_for_size_continuous):
7554
7555         Make the page cache aware of page orientation.
7556
7557 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7558
7559         * backend/ev-document-thumbnails.c:
7560         (ev_document_thumbnails_get_thumbnail):
7561         * backend/ev-document-thumbnails.h:
7562         * backend/ev-document.c:
7563         * backend/ev-document.h:
7564         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7565         * backend/ev-ps-exporter.h:
7566         * pdf/ev-poppler.cc:
7567         * ps/ps-document.c: (ps_document_document_iface_init),
7568         (ps_document_ps_export_do_page):
7569         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7570         * shell/ev-jobs.h:
7571         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7572         (ev_page_cache_get):
7573         * shell/ev-page-cache.h:
7574         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7575         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7576         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7577         * shell/ev-pixbuf-cache.h:
7578         * shell/ev-print-job.c: (idle_print_handler):
7579         * shell/ev-sidebar-thumbnails.c: (add_range):
7580         * shell/ev-view.c: (view_update_range_and_current_page),
7581         (get_page_extents), (ev_view_size_request_dual_page),
7582         (ev_view_size_request_single_page), (draw_one_page),
7583         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7584         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7585         (ev_view_zoom_for_size_dual_page),
7586         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7587         (ev_view_select_all):
7588         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7589         * tiff/tiff-document.c: (tiff_document_get_page_size),
7590         (tiff_document_get_orientation), (rotate_pixbuf),
7591         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7592         (tiff_document_thumbnails_get_thumbnail),
7593         (tiff_document_ps_export_do_page), (tiff_document_init):
7594
7595         Really make use of the orientation bit of the render context.
7596         Use the render context in a few more places in the backend API.
7597         This regress orientation, but now it's done right. Will try to
7598         fix it up asap...
7599
7600 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * shell/ev-view.c: (ensure_rectangle_is_visible):
7603
7604         Patch by Nickolay V. Shmyrev to fix find flickering
7605
7606 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7607
7608         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7609         duplex parameters to ::begin.
7610
7611         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7612         * shell/ev-print-job.c (idle_print_handler): 
7613         * ps/ps-document.c (ps_document_ps_export_begin): 
7614         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7615         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7616         implementations. Poppler backend needs poppler cvs. Rest has
7617         unchanged behavior.
7618
7619 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7620
7621         * shell/ev-window.c (using_pdf_printer): new function.
7622         (ev_window_print_range): print a less techy message if someone
7623         tries to print to PDF.
7624
7625 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7626
7627         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7628         from "unknown font" string. Bug #311431
7629
7630 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7631
7632         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7633
7634 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7635
7636         Bug #311280
7637         
7638         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7639         name for PopplerFontTypes
7640         (pdf_document_fonts_fill_model): add font type to the detail column
7641
7642         * backend/ev-document-fonts.h: added
7643         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7644
7645         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7646         font name and font details, add a little markup.
7647         (ev_properties_fonts_init): use the new cell data func, specify ypad
7648         property for the cell renderer.
7649         (ev_properties_fonts_set_document): add the details column.
7650
7651 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7652
7653         * configure.ac: Added "pl" to ALL_LINGUAS.
7654
7655 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7656
7657         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7658
7659 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7660
7661         * help/ChangeLog: Started this for translations of manual.
7662         * configure.ac, autogen.sh, .cvsignore: Migrated to
7663         gnome-doc-utils. Patch in bug #311222.
7664
7665 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7666
7667         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7668         #ifdef this away to fix an unused-function warning.
7669
7670 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7671
7672         * configure.ac: Added 'gl' to ALL_LINGUAS.
7673
7674 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7675
7676         * configure.ac: Added ne in ALL_LINGUAS
7677         
7678 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * shell/ev-view.c: (ev_view_leave_notify_event):
7681         
7682         Clear status message when pointer leaves view. Fix for bug
7683         #310818 
7684
7685 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7686
7687         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7688
7689 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * shell/ev-view.c: (ev_view_leave_notify_event),
7692         (ev_view_class_init):
7693         
7694         Set cursor to normal then leaving view.
7695
7696 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7697
7698         * configure.ac:
7699         
7700         Fix required djvulibre version.
7701
7702 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7703
7704         *configure.ac: Hindi (hi) language added
7705
7706 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7707
7708         *configure.ac: Punjabi (pa) Language added
7709
7710 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7711
7712         * data/evince-ui.xml, shell/ev-window.c:
7713         
7714         Add keypad accelerators for zooming. Fix for bug 308128.
7715
7716 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * Makefile.am:
7719         * backend/Makefile.am:
7720         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7721         * configure.ac:
7722         * shell/ev-document-types.c: (ev_document_types_add_filters):
7723
7724         Allow to enable/disable the pixbuf backend.
7725         Default to off for now. If we want it enabled we should
7726         really put mime types in the desktop, implement properties etc.
7727
7728         * properties/evince-properties.c:
7729
7730         Initialize error to NULL.
7731         Check error is not NULL before freeing.
7732
7733 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * shell/ev-window.c:
7736
7737         Use F5 as presentation accell
7738
7739 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7740
7741         * shell/ev-window.c: (update_chrome_visibility),
7742         (ev_window_create_fullscreen_popup), (ev_window_init):
7743
7744         Do not leak the fullscreen toolbar
7745
7746 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7747
7748         * shell/ev-window.c: (view_actions_focus_in_cb),
7749         (view_actions_focus_out_cb):
7750
7751         These has a return value! Fix totally random focus
7752         issues we was seeing.
7753
7754 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7755
7756         * shell/main.c: (load_files_remote):
7757
7758         Allow open more than one file
7759
7760 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * shell/main.c: (load_files_remote):
7763
7764         Fix for dbus 0.33. bug #309975
7765
7766 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7767
7768         * properties/ev-properties-main.c: (ev_properties_get_pages):
7769
7770         Actually return NULL for types we dont support
7771
7772 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7773
7774         * po/POTFILES.in:
7775
7776         Remove empty lines.
7777
7778 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7779
7780         * backend/ev-document-factory.c:
7781         (ev_document_factory_get_document):
7782
7783         Do not try to create the object if type
7784         is invalid.
7785
7786 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7787
7788         * ps/ps-document.c: (ps_document_dispose),
7789         (ps_async_renderer_render_pixbuf):
7790         * ps/ps-document.h:
7791
7792         Do not leak the target window
7793
7794 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * shell/ev-application.c: (ev_application_init):
7797
7798         Let tbe check file existence for us.
7799         Add a comment about eggrecent mime filter.
7800
7801 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * data/evince-ui.xml:
7804         * shell/ev-application.c: (ev_application_shutdown),
7805         (ev_application_init), (ev_application_get_toolbars_model),
7806         (ev_application_get_recent_model),
7807         (ev_application_save_toolbars_model):
7808         * shell/ev-application.h:
7809         * shell/ev-window.c: (ev_window_add_recent),
7810         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7811         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7812         (ev_window_init):
7813
7814         Use common toolbar and recent models for all windows.
7815         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7816
7817 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7818
7819         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7820         successfully check for gtk_icon_view_get_visible_range.
7821
7822 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * djvu/Makefile.am:
7825         * dvi/Makefile.am:
7826         
7827         Fix djvu and dvi backend build.
7828
7829 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7830
7831         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7832         (new_separator_pixbuf):
7833
7834         Don't leak windows.
7835
7836 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7837
7838         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7839
7840         HIGification of toolbar editor dialogue.
7841
7842 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7843
7844         * configure.ac:
7845         * shell/Makefile.am:
7846
7847         Ever build metadata manager since it's just
7848         disabled at runtime now.
7849
7850 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7853         (ev_metadata_manager_get), (ev_metadata_manager_set):
7854         * shell/ev-metadata-manager.h:
7855
7856         Add an _init functions that enabled metadata management
7857         at runtime.
7858
7859         * shell/ev-window.c: (page_changed_cb),
7860         (setup_document_from_metadata), (ev_window_setup_document),
7861         (setup_view_from_metadata), (ev_window_open_uri),
7862         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7863         (ev_window_run_presentation), (ev_window_stop_presentation),
7864         (save_sizing_mode), (ev_window_zoom_changed_cb),
7865         (ev_window_continuous_changed_cb),
7866         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7867         (window_configure_event_cb):
7868
7869         Remove all ugly metadata define since we deal with it
7870         at runtime now.
7871
7872         * shell/main.c: (load_files_remote), (main):
7873
7874         Add support for dbus cvs head. Hopefully didnt break one
7875         of the other versions now!
7876
7877         If we dont get a response from the dbus server just
7878         give up with it and not enable metadata.
7879
7880 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7881
7882         * Makefile.am:
7883         * backend/Makefile.am:
7884         * configure.ac:
7885         * cut-n-paste/recent-files/Makefile.am:
7886         * cut-n-paste/toolbar-editor/Makefile.am:
7887         * cut-n-paste/zoom-control/Makefile.am:
7888         * lib/Makefile.am:
7889         * pdf/Makefile.am:
7890         * pixbuf/Makefile.am:
7891         * properties/Makefile.am:
7892         * ps/Makefile.am:
7893         * shell/Makefile.am:
7894         * thumbnailer/Makefile.am:
7895         * tiff/Makefile.am:
7896
7897         Make frontends depend on just libev.
7898         Rework and group CFLAGS/LIBS definitions.
7899         Cleanups.
7900
7901 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7902
7903         * shell/ev-window:
7904
7905         do not unnecessarily save zoom
7906
7907         * configure.ac:
7908         * lib/ev-file-helpers.c: (ev_dot_dir):
7909         * shell/Makefile.am:
7910         * shell/dummy.cc:
7911
7912         Some cleanups
7913
7914 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7915
7916         * configure.ac:
7917         
7918         Remove unnecessary dependencies
7919
7920 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7921
7922         * properties/Makefile.am:
7923         * thumbnailer/Makefile.am:
7924         * tiff/Makefile.am:
7925
7926         Some more cleanups. Was really necessary
7927         but I probably introduced bugs, feel free
7928         to flame :)
7929
7930 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7931
7932         * backend/Makefile.am:
7933         * configure.ac:
7934         * cut-n-paste/recent-files/Makefile.am:
7935         * cut-n-paste/toolbar-editor/Makefile.am:
7936         * cut-n-paste/zoom-control/Makefile.am:
7937         * lib/Makefile.am:
7938         * pdf/Makefile.am:
7939         * pixbuf/Makefile.am:
7940         * properties/Makefile.am:
7941         * ps/Makefile.am:
7942         * shell/Makefile.am:
7943         * thumbnailer/Makefile.am:
7944         * tiff/Makefile.am:
7945
7946         Use gnome-common macros when possible.
7947         Cleanup dependencies.
7948         Actually disable deprecated where possible.
7949
7950 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7951
7952         * Makefile.am:
7953         * backend/Makefile.am:
7954         * properties/Makefile.am:
7955         * shell/Makefile.am:
7956         * thumbnailer/Makefile.am:
7957
7958         This should solve the circular dep without
7959         requiring dir reorg!
7960
7961         * shell/ev-window.c: (setup_view_from_metadata):
7962
7963         Never restore window size/position when the
7964         window is already visible.
7965
7966 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7967
7968         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7969
7970         Return a boolean from timeout func. Fix ported from gedit.
7971
7972 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7973
7974         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7975
7976 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7977
7978         * shell/ev-document-types.c: set "All Documents" as default filter in
7979         open dialog
7980
7981 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7982
7983         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7984         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7985         (ev_metadata_manager_set_boolean): fix value/val thinko.
7986
7987 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * shell/ev-window.c: (setup_view_from_metadata),
7990         (window_state_event_cb), (window_configure_event_cb),
7991         (ev_window_init):
7992
7993         Remember window position and maximized state
7994
7995 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7996
7997         * configure.ac:
7998
7999         Fix DBUS configure checks.
8000
8001         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8002         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8003         (ev_metadata_manager_set_boolean):
8004
8005         Plug mem leaks.
8006
8007         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8008         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8009         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8010         (ev_window_continuous_changed_cb),
8011         (ev_window_dual_mode_changed_cb), (ev_window_new):
8012
8013         Fix the build without DBUS.
8014
8015 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8016
8017         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8018         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8019         (ev_metadata_manager_set_string),
8020         (ev_metadata_manager_set_boolean):
8021         * shell/ev-metadata-manager.h:
8022
8023         Add support for some more types
8024
8025         * shell/ev-view.c: (scroll_to_current_page),
8026         (ev_view_get_continuous), (ev_view_set_continuous),
8027         (ev_view_get_dual_page):
8028         * shell/ev-view.h:
8029         * shell/ev-window.c: (page_changed_cb),
8030         (setup_document_from_metadata), (ev_window_setup_document),
8031         (setup_view_from_metadata), (ev_window_open_uri),
8032         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8033         (ev_window_run_presentation), (ev_window_stop_presentation),
8034         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8035         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8036         (ev_window_update_dual_page_action),
8037         (ev_window_continuous_changed_cb),
8038         (ev_window_dual_mode_changed_cb), (ev_window_init):
8039
8040         Remember a bunch of view/document properties. Prolly some
8041         are still missing but it's getting interesting.
8042
8043 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8044
8045         * configure.ac: check if dbus-binding-tool is installed. Not the
8046         case on current Ubuntu breezy, it seems.
8047
8048 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8049
8050         * data/evince.desktop.in.in:
8051         
8052         Allow open uri lists and add TryExec field.
8053
8054 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8055
8056         * configure.ac:
8057
8058         Enable dbus when available, do not require a configure
8059         option.
8060
8061 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8062
8063         * configure.ac:
8064
8065         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8066         disabled.
8067
8068 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8069         Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8072         
8073         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8074         functions to the format required by dbus
8075
8076         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8077         errors. Use the RPC parameters in the expected way
8078
8079 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * Makefile.am:
8082         * properties/Makefile.am:
8083         * properties/ev-properties-main.c: (ev_properties_get_pages):
8084
8085         Support all mime types
8086
8087         * shell/Makefile.am:
8088         * thumbnailer/Makefile.am:
8089         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8090         (evince_thumbnail_pngenc_get):
8091
8092         Use the document factory
8093
8094 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8095
8096         * backend/Makefile.am:
8097         * backend/ev-document-factory.c:
8098         (mime_type_supported_by_gdk_pixbuf),
8099         (ev_document_type_get_from_mime),
8100         (ev_document_factory_get_document),
8101         (ev_document_factory_get_backend),
8102         (ev_document_factory_get_mime_types),
8103         (ev_document_factory_get_all_mime_types):
8104         * backend/ev-document-factory.h:
8105         * shell/Makefile.am:
8106         * shell/ev-document-types.c: (get_document_from_uri),
8107         (ev_document_types_get_document),
8108         (file_filter_add_mime_list_and_free),
8109         (ev_document_types_add_filters):
8110         * shell/ev-document-types.h:
8111         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8112         * shell/ev-properties-dialog.c:
8113         (ev_properties_dialog_set_document):
8114         * shell/ev-window.c: (ev_window_cmd_file_open),
8115         (ev_window_cmd_save_as):
8116         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8117
8118         Rework document types managing to avoid code duplication
8119         and actually abstract from backend implementations.
8120         Also provide a minimal factory api that can be used by
8121         thumbnailer/properties.
8122
8123 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8124
8125         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8126         Plug a mem leak.
8127         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8128         HIG spacings.
8129
8130 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8131
8132         * shell/ev-properties-dialog.c
8133         (ev_properties_dialog_set_document): only call
8134         ev_properties_fonts_set_document() if the document implements the
8135         fonts interface
8136
8137 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8138
8139         * configure.ac:
8140         * properties/Makefile.am:
8141         * properties/ev-properties-view.c:
8142         (ev_properties_view_register_type):
8143         * properties/ev-properties-view.h:
8144         * properties/ev-properties-main.h:
8145
8146         Implement nautilus plugin for properties.
8147         Works only for pdf atm, I need to rework the
8148         document types stuff to get this to work
8149         for all backends...
8150
8151 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8152
8153         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8154         (ev_properties_fonts_set_document): use
8155         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8156
8157 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8158
8159         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8160         them
8161         (PlaceImage, tiff2ps_process_page): use
8162         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8163
8164
8165 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8166
8167         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8168         (main): to call gnome_authentication_manager_init. Should fix
8169         Bug #308510
8170
8171         * configure.ac: that requires libgnomeui 2.6.0.
8172
8173 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8174
8175         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8176         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8177         use the new tiff2ps interfaces
8178
8179         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8180         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8181
8182         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8183         structure instead of global variables.  Remove use of static
8184         variables in functions.
8185
8186 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8187
8188         * shell/ev-page-action.c: unref the completion after setting it to the
8189         entry
8190
8191 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8192
8193         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8194         postscript files
8195
8196 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8197
8198         * shell/ev-window.c (update_action_sensitivity): disable
8199         File->Print if the document does not implement the ps exporter
8200         interface
8201
8202 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8203
8204         * Makefile.am:
8205         * configure.ac:
8206         * data/evince-properties.glade:
8207         * properties/.cvsignore:
8208         * properties/Makefile.am:
8209         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8210         (ev_properties_view_class_init), (ev_properties_view_format_date),
8211         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8212         (ev_properties_view_init), (ev_properties_view_new):
8213         * properties/ev-properties-view.h:
8214         * shell/Makefile.am:
8215         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8216         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8217         (ev_properties_dialog_new):
8218         * shell/ev-properties-dialog.h:
8219         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8220         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8221         (update_progress_label), (job_fonts_finished_cb),
8222         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8223         * shell/ev-properties-fonts.h:
8224         * shell/ev-properties.c:
8225         * shell/ev-properties.h:
8226         * shell/ev-window.c: (ev_window_setup_document),
8227         (ev_window_cmd_file_properties):
8228
8229         Split the properties pages in two different objects, depend
8230         only on the backend where possible, use widgets instead
8231         of gobject for the glade part, reimplement the dialog
8232         itself with gtk.
8233         I need this to implement nautilus properties page.
8234
8235 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8236
8237         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8238         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8239         (tiff_document_document_ps_exporter_iface_init): implement the ps
8240         exporter interface for tiff documents
8241
8242         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8243         libtiff to implement TIFF postscript export
8244
8245         * tiff/tiff2ps.h: added a header file for external tiff2ps
8246         functions.
8247
8248         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8249         tiff2ps.h
8250
8251 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8252
8253         * shell/ev-view.c: (scroll_to_current_page),
8254         (ev_view_set_fullscreen), (ev_view_set_presentation):
8255         
8256         Scroll to current page when exit from presentation
8257
8258 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8259
8260         * shell/ev-window.c: (update_document_mode),
8261         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8262         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8263         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8264         
8265         Exit from fullscreen mode when switch to presentation. Fix for
8266         bug 309365
8267
8268 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8269
8270         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8271         return NULL if the document does not implement the selection
8272         interface.
8273
8274 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8275
8276         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8277         reported height by using the resolution aspect ratio
8278         (tiff_document_render_pixbuf): scale the pixbuf using the
8279         resolution aspect ratio
8280
8281 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * configure.ac:
8284         
8285         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8286         <kiltedaco@gmail.com>
8287         
8288         * djvu/djvu-document.c: (djvu_document_get_orientation),
8289         (djvu_document_set_orientation), (djvu_document_get_page_size),
8290         (rotate_pixbuf), (djvu_document_render_pixbuf),
8291         (djvu_document_document_iface_init):
8292         * dvi/dvi-document.c: (dvi_document_get_orientation),
8293         (dvi_document_set_orientation), (dvi_document_get_page_size),
8294         (rotate_pixbuf), (dvi_document_render_pixbuf),
8295         (dvi_document_document_iface_init):
8296         
8297         Dvi and djvu backends are ported to new API
8298
8299 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8300
8301         * backend/ev-selection.c: (ev_selection_get_selection_region),
8302         (ev_selection_get_selection_map):
8303         * backend/ev-selection.h:
8304         * pdf/ev-poppler.cc:
8305         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8306         * shell/ev-jobs.h:
8307         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8308         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8309         (ev_pixbuf_cache_get_text_mapping):
8310         * shell/ev-pixbuf-cache.h:
8311         * shell/ev-view.c: (location_in_text),
8312         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8313         support to EvView.  Now we can see where we can select!  Sweet!
8314
8315 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8316
8317         * shell/ev-view.c (ev_view_button_press_event): Fix
8318         event->y + view->scroll_x typo.
8319
8320 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8321
8322         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8323         sub-GdkPixbuf instead of passing dest_x and dest_y.
8324         
8325         * shell/ev-view.c: (view_point_to_doc_point),
8326         (view_rect_to_doc_rect), (ev_view_button_press_event),
8327         (ev_view_motion_notify_event), (compute_new_selection_rect),
8328         (gdk_rectangle_point_in), (compute_new_selection_text),
8329         (compute_selections): Update selection code to keep the selection
8330         around as two points and not as a normalized rectangle, and fix
8331         page level selection in two-column mode.
8332
8333 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8334
8335         * shell/ev-window.c: (window_configure_event_cb): 
8336         
8337         Fix compilation
8338         
8339 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * pdf/ev-poppler.cc:
8342
8343         Fix compilation
8344
8345 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * shell/Makefile.am:
8348         * shell/ev-metadata-manager.c: (item_free),
8349         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8350         (parse_value), (parseItem), (load_values),
8351         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8352         (save_values), (save_item), (get_oldest), (resize_items),
8353         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8354         * shell/ev-metadata-manager.h:
8355
8356         Metadata manager from gedit but modified to use GValue, so that
8357         we dont need to keep converting from strings.
8358
8359         * configure.ac:
8360
8361         ENABLE_METADATA conditional, on when dbus is on
8362
8363         * shell/ev-application.c: (ev_application_open_uri):
8364
8365         Show the window after load so that we can initialize
8366         window size before it's showed.
8367
8368         * shell/ev-window.c: (ev_window_setup_from_metadata),
8369         (ev_window_open_uri), (window_configure_event_cb),
8370         (ev_window_init):
8371
8372         Save and load metadata information about window size.
8373         Not yet keeping states in account.
8374
8375         * shell/main.c: (main):
8376
8377         Shutdown metadata manager.
8378
8379 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * shell/ev-application-service.xml:
8382         * configure.ac:
8383         * shell/Makefile.am:
8384         * shell/ev-application.c:
8385         * shell/ev-application.h:
8386         * shell/ev-window.c:
8387         * shell/ev-window.h:
8388         * shell/main.c:
8389
8390         Add an optional dbus interface (--enable-dbus).
8391         Rework application code, mainly to be easier to
8392         use "remotely".
8393         Do not open multiple windows with the same document,
8394         spatial evince!
8395
8396 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8397
8398         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8399         pixbuf iff it exists.
8400
8401 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8402
8403         * shell/*:
8404         * backend/ev-render-context.[ch]:
8405         * backend/ev-selection.[ch]:
8406
8407         Massive changes.  We now support text selection of pdfs, and not
8408         just rectangular selection.  This is pretty broken still, but I
8409         want to get something into CVS.
8410
8411 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8412
8413         * pdf/ev-poppler.cc:
8414         
8415         Fix for Bug 309080: crash on window close.
8416         
8417         * shell/ev-page-action.c: (page_changed_cb):
8418         
8419         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8420         jensgr@gmx.net (Jens Granseuer).
8421
8422 2005-06-25  Marcel Telka  <marcel@telka.sk>
8423
8424         * configure.in (ALL_LINGUAS): Added sk.
8425
8426 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8427
8428         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8429         not a document open
8430
8431 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8432
8433         * NEWS:
8434         * configure.ac:
8435
8436         Release 0.3.2
8437
8438         * cut-n-paste/recent-files/Makefile.am:
8439
8440         Fix make distcheck
8441
8442 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8445         (pixbuf_document_set_orientation), (rotate_pixbuf),
8446         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8447         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8448
8449         Implement rotation and cleanup the code a bit.
8450
8451         * tiff/tiff-document.c: (tiff_document_get_page_size),
8452         (tiff_document_get_orientation), (tiff_document_set_orientation),
8453         (rotate_pixbuf), (tiff_document_render_pixbuf),
8454         (tiff_document_document_iface_init), (tiff_document_init):
8455
8456         Implement rotation. Was the quicker solution for the release
8457         but we really need to share this code in the shell.
8458
8459 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * pdf/ev-poppler.cc:
8462
8463         Enable rotation, require poppler cvs. Fix a leak.
8464
8465 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8466
8467         * shell/ev-window.c: (update_action_sensitivity):
8468         
8469         Make properties unsensitive if document backend doesn't provide
8470         any info
8471
8472 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8473
8474         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8475         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8476         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8477         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8478         (bitmap_flip_rotate_counter_clockwise):
8479         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8480         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8481         (buff_gets):
8482         * dvi/mdvi-lib/common.h:
8483         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8484         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8485         (opendvi), (mdvi_reload), (mdvi_init_context),
8486         (mdvi_destroy_context), (mdvi_dopage), (special):
8487         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8488         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8489         (file_hash_free), (register_encoding), (parse_spec),
8490         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8491         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8492         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8493         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8494         (mdvi_register_font_type), (mdvi_unregister_font_type),
8495         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8496         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8497         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8498         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8499         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8500         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8501         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8502         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8503         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8504         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8505         (mdvi_unregister_special), (mdvi_flush_specials):
8506         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8507         (t1_font_remove):
8508         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8509         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8510         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8511         (free_font_metrics), (flush_font_metrics):
8512         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8513         (tt_font_remove):
8514         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8515         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8516         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8517         (dstring_insert), (dstring_new), (dstring_reset):
8518         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8519         
8520         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8521         avoid conflict with libtool on FC4
8522         
8523         * shell/ev-window.c: (ev_window_cmd_help_about):
8524         
8525         Update copyright year. Fix for bug 308828.
8526
8527 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * shell/ev-view.c: (add_scroll_binding_keypad),
8530         (ev_view_binding_activated), (ev_view_class_init),
8531         (on_adjustment_value_changed):
8532         
8533         Bug 170874: Arrow keys switch pages in presentation mode
8534
8535 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8538         
8539         Fix for Bug 308265: Sidebar dissappears coming out of 
8540         Presentation mode
8541
8542 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8543
8544         * shell/ev-application.c: (ev_application_open):
8545         * shell/ev-document-types.c: (ev_document_types_add_filters),
8546         (ev_document_types_add_filters_for_type):
8547         * shell/ev-document-types.h:
8548         * shell/ev-window.c: (ev_window_cmd_save_as):
8549         
8550         Suggest basename as template when saving, provide filters
8551         for save dialog. It's bug 308402
8552
8553 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8554
8555         * pdf/ev-poppler.cc:
8556         * shell/ev-sidebar-links.c: (job_finished_callback):
8557         * shell/ev-view.c: (update_find_status_message):
8558         
8559         Some leaks fixed
8560
8561 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8562
8563         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8564         (egg_recent_view_uimanager_set_list):
8565
8566         Fix buglet in !show_numbers case.
8567
8568 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8569
8570         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8571         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8572
8573         Use pango ellipsisation.
8574
8575         * pdf/ev-poppler.cc:
8576
8577         Fix refcount leak, from nsh.
8578
8579 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8580
8581         * cut-n-paste/recent-files/Makefile.am:
8582         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8583         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8584         
8585         Removed EggRecentViewGtk
8586         
8587         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8588         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8589         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8590         (ev_window_setup_recent):
8591         
8592         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8593         with other projects
8594
8595 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8598         (egg_recent_view_gtk_finalize):
8599
8600         Fix memory leak
8601
8602         * cut-n-paste/toolbar-editor/Makefile.am:
8603         
8604         Fix location of cursor icon.
8605         
8606         * pdf/ev-poppler.cc:
8607         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8608         (display_completion_text), (match_completion):
8609         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8610         (selection_changed_callback), (create_loading_model),
8611         (print_section_cb), (links_page_num_func),
8612         (update_page_callback_foreach):
8613         * shell/ev-window.c: (ev_window_dispose):
8614         
8615         Small memory fixes. Links model now store objects instead
8616         of pointers to improve memory management. 
8617
8618 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8619
8620         * shell/ev-window.c: (zoom_control_changed_cb):
8621         
8622         Fix update of zoom control (bug 308268).
8623
8624 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8625
8626         * shell/ev-properties.c (set_property): escape the text correctly.
8627         Handles non-UTF-8 properties and escaped properties.  Also, sets
8628         the text to "<i>None</i>" if the property isn't set.
8629
8630         * data/evince-properties.glade: Change the label to be ellipsized,
8631         and give it a minimum size.
8632
8633 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8634
8635         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8636         * shell/ev-sidebar-links.c: (create_loading_model):
8637         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8638         * shell/ev-view.c: (ev_view_set_document):
8639         * shell/ev-window.c: (ev_window_dispose):
8640         
8641         Various small fixes, mostly memory leaks. Thanks to valgrind.
8642
8643 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8644
8645         * ps/ps-document.c: remove the locale.h include again ;-). And
8646         kill the (bogus) setlocale/savelocale business.
8647
8648 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8649
8650         * ps/ps-document.c:
8651         
8652         Include locale.h to fix build
8653         
8654         * shell/ev-sidebar.c:
8655         
8656         Remove unnecessary includes
8657
8658 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8659
8660         * dvi/dvi-document.c: (dvi_document_load):
8661         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8662         * po/POTFILES.in:
8663         
8664         Check for incorrect dvi files. Fix parsing dvi on AMD64
8665         platform. Thanks to tester@tester.ca (Olivier Crete).
8666
8667 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8668
8669         * shell/ev-page-action.c: (match_selected_cb),
8670         (display_completion_text), (match_completion), (update_model):
8671         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8672         (expand_open_links):
8673         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8674         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8675         (ev_sidebar_set_document):
8676         * shell/ev-window.c: (ev_window_xfer_job_cb),
8677         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8678         
8679         Fixed lot's of memory leaks, for example, memory leak on reload, 
8680         described in bug 307793.
8681
8682 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * pdf/ev-poppler.cc:
8685         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8686         (update_visible_range), (adjustment_changed_cb),
8687         (ev_sidebar_thumbnails_fill_model),
8688         (ev_sidebar_thumbnails_refresh),
8689         (ev_sidebar_tree_selection_changed),
8690         (ev_sidebar_icon_selection_changed),
8691         (ev_sidebar_thumbnails_use_icon_view),
8692         (ev_sidebar_thumbnails_set_document):
8693         * shell/ev-sidebar-thumbnails.h:
8694         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8695         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8696
8697         Refresh thumbnails when changing orientation. Not fully
8698         working yet becuase of a sidebar bug.
8699
8700         Set page orientation to poppler page everywhere. This sucks
8701         really need to fix poppler.
8702
8703 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8706         (egg_recent_view_gtk_new_menu_item),
8707         (egg_recent_view_gtk_set_property),
8708         (egg_recent_view_gtk_get_property),
8709         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8710         (egg_recent_view_gtk_set_tooltip_func),
8711         (egg_recent_view_gtk_set_label_width),
8712         (egg_recent_view_gtk_get_label_width):
8713         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8714
8715         Sync with libegg (ellipsize labels)
8716
8717 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8718
8719         * data/evince-ui.xml:
8720         * shell/ev-window.c: (ev_window_cmd_go_forward),
8721         (ev_window_cmd_go_backward):
8722         
8723         Shift + PageUp moves 10 Pages. Fix for 306125
8724
8725 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * pdf/ev-poppler.cc:
8728
8729         Add a flag to check if orientation has been overriden
8730
8731 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8732
8733         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8734         field if necessary.
8735
8736         * ps/ps.h: add creator field to document.
8737
8738         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8739         set creator field.
8740
8741 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * data/evince-properties.glade:
8744         * shell/ev-properties.c: (ev_properties_set_document):
8745
8746         s/PDF Version/Format
8747
8748 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * shell/ev-properties.c: (ev_properties_set_document):
8751
8752         Remove unnecessary translations
8753
8754 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * cut-n-paste/toolbar-editor/Makefile.am:
8757
8758         Correct library name    
8759
8760 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * configure.ac:
8763         * cut-n-paste/recent-files/egg-recent-model.c:
8764         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8765         (egg_recent_model_unlock_file):
8766         * cut-n-paste/recent-files/egg-recent-util.c:
8767         (egg_recent_util_get_unique_id):
8768         * cut-n-paste/recent-files/update-from-egg.sh:
8769         * cut-n-paste/toolbar-editor/Makefile.am:
8770         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8771         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8772         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8773         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8774         (egg_toolbars_model_get_type):
8775         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8776
8777         Better makefile for toolbar editor and update everything
8778         to latest libegg.
8779
8780 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * shell/ev-window.c: (update_document_mode):
8783
8784         Prefer presentation mode when the document
8785         require fullscreen.
8786
8787 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * data/evince-ui.xml:
8790         * shell/ev-window.c:
8791
8792         Add control-equal for zooming
8793
8794 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8795
8796         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8797
8798 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * backend/ev-document.c: (ev_document_get_orientation):
8801         * backend/ev-document.h:
8802         * pdf/ev-poppler.cc:
8803         * ps/ps-document.c: (ps_document_get_orientation),
8804         (ps_document_set_orientation), (ps_document_document_iface_init):
8805
8806         Add a get_orientation api. Improve set_orientation.
8807
8808         * data/evince-ui.xml:
8809         * shell/ev-view.c: (ev_view_set_orientation),
8810         (ev_view_rotate_right), (ev_view_rotate_left):
8811         * shell/ev-view.h:
8812         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8813         (ev_window_cmd_edit_rotate_right):
8814
8815         Better ui for changing document orientation
8816
8817 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8818
8819         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8820         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8821         * shell/ev-sidebar-links.h:
8822         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8823         (ev_sidebar_page_iface_init):
8824         * shell/ev-sidebar-page.h:
8825         * shell/ev-sidebar-thumbnails.c:
8826         (ev_sidebar_thumbnails_get_property),
8827         (ev_sidebar_thumbnails_class_init),
8828         (ev_sidebar_thumbnails_set_document):
8829         * shell/ev-sidebar-thumbnails.h:
8830         * shell/ev-view.c: (ev_view_motion_notify_event):
8831         * shell/ev-window.c: (update_chrome_visibility),
8832         (ev_window_cmd_focus_page_selector),
8833         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8834         (sidebar_page_main_widget_update_cb), (ev_window_init):
8835         
8836         Autoraise toolbar on GoToPage binding and fix bindings in
8837         EvSidebarThumbnails page.
8838
8839 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8840
8841         * shell/ev-properties.c: (update_progress_label):
8842
8843         Hide the progress label when finished; bug #307697.
8844
8845 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8846
8847         * pdf/ev-poppler.cc:
8848
8849         Enable is_open for links, you will need poppler cvs
8850
8851         * shell/ev-properties.c: (job_fonts_finished_cb):
8852
8853         Get a lock on the document when filling the tree view
8854
8855 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8856
8857         * backend/ev-document-links.h:
8858         * pdf/ev-poppler.cc:
8859         * shell/ev-sidebar-links.c: (create_loading_model),
8860         (expand_open_links), (job_finished_callback):
8861
8862         Expand links when specified by the document.
8863         Depend on a poppler api (defined out for now)
8864
8865 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8866
8867         * shell/ev-properties.c: (ev_properties_dispose),
8868         (ev_properties_class_init), (dialog_destroy_cb),
8869         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8870         (ev_properties_set_document), (ev_properties_new),
8871         (ev_properties_show):
8872         * shell/ev-properties.h:
8873
8874         Make it an object, cleanup the code, api to show it as transient
8875         and to set the document.
8876
8877         * shell/ev-window.c: (ev_window_setup_document),
8878         (ev_window_cmd_file_properties):
8879
8880         Adapt to EvProperties changes, do not show multiple
8881         times, update it when document changes.
8882
8883 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8884
8885         * ps/gstypes.h:
8886         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8887         (ps_document_set_orientation), (ps_document_document_iface_init):
8888         * ps/ps-document.h:
8889
8890         Implement orientation here too
8891
8892         * shell/ev-properties.c: (ev_properties_new):
8893         * data/evince-properties.glade:
8894
8895         Hide the fonts page for backends that doesnt
8896         support it.     
8897
8898 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8899
8900         * backend/ev-document.c: (ev_document_set_orientation):
8901         * backend/ev-document.h:
8902         * pdf/ev-poppler.cc:
8903
8904         Add orientation api. Currently poppler api is not optimal,
8905         we need to set orientation every time we _get a page.
8906         I will try to fix that at some point.
8907
8908         * data/evince-ui.xml:
8909         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8910         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8911
8912         Add orientation menu items
8913
8914         * shell/ev-page-cache.c: (ev_page_cache_clear):
8915         * shell/ev-page-cache.h:
8916
8917         Add api to clear the cache
8918
8919         * shell/ev-view.c: (setup_caches), (clear_caches),
8920         (ev_view_set_document), (ev_view_zoom_out),
8921         (ev_view_set_orientation):
8922         * shell/ev-view.h:
8923
8924         Implement orientation changing
8925
8926 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8927
8928         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8929         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8930         * backend/ev-document-fonts.h:
8931
8932         Separate scan and fill so that we can incrementally fill from
8933         the main thread. Add a progress api.
8934
8935         * data/evince-properties.glade:
8936         * pdf/ev-poppler.cc:
8937         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8938         * shell/ev-jobs.h:
8939         * shell/ev-properties.c: (update_progress_label),
8940         (job_fonts_finished_cb), (setup_fonts_view):
8941
8942         Incrementally feel the list and show the progress
8943         percentage in a label like acrobat does.
8944
8945         You are going to need poppler cvs
8946
8947 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8948
8949         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8950         * backend/ev-document-fonts.h:
8951         * pdf/ev-poppler.cc:
8952
8953         Make fonts model fill incrementally.
8954
8955         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8956         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8957         (ev_job_queue_remove_job):
8958         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8959         (ev_job_fonts_new), (ev_job_fonts_run):
8960         * shell/ev-jobs.h:
8961
8962         New job for fonts scanning
8963
8964         * shell/ev-properties.c: (job_fonts_finished_cb),
8965         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8966         * shell/ev-properties.h:
8967         * shell/ev-window.c: (ev_window_cmd_file_properties):
8968
8969         Incrementally feel the treeview using the new job. Show Loading...
8970         message until scanning is completed.
8971
8972         Hopefully I didnt break the build without the poppler patch.
8973
8974 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8975
8976         * shell/ev-application.c: (ev_application_open):
8977         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8978         (ev_document_type_get_type), (ev_document_type_lookup):
8979         * shell/ev-document-types.h:
8980         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8981         * shell/ev-job-xfer.h:
8982         * shell/ev-window.c: (ev_window_clear_local_uri),
8983         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8984         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8985         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8986         
8987         Transfer remote documents to tmp directory to display them later.
8988
8989 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8990
8991         * backend/ev-document-info.h:
8992         * shell/ev-properties.c: (ev_properties_new):
8993
8994         s/GTime*/GTime. Not sure why we was using a pointer
8995         at all there!
8996
8997 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8998
8999         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9000         situations.  That situation is that you're using GTK+-HEAD with
9001         the patch at #306726 is applied, and you have a document with <
9002         1500 pages in it.  It's not quite as uniformly nice as the
9003         TreeView, but should be better in the long run.
9004
9005         I'm pretty sure I guarded against breaking compilation with
9006         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9007         I missed some.
9008
9009         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9010         widget yet, so I commented that code out
9011         enable_view_actions_for_widget() for now.  Need to figure this
9012         out.
9013
9014         * shell/ev-page-action.c (match_selected_cb): emit the right
9015         signals.  Our cool C-l completion now works.
9016
9017 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9018
9019         * backend/Makefile.am:
9020         * backend/ev-document-fonts.c:
9021         * backend/ev-document-links.c:
9022         * backend/ev-document.c: (ev_document_load):
9023         * backend/ev-document.h:
9024         * backend/ev-job-queue.c:
9025         * backend/ev-job-queue.h:
9026         * backend/ev-jobs.c:
9027         * backend/ev-jobs.h:
9028         * backend/ev-page-cache.c:
9029         * backend/ev-page-cache.h:
9030
9031         EvPageCache and EvJobs are moved to shell.
9032
9033         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9034         (ev_tmp_filename):
9035         * lib/ev-file-helpers.h:
9036         
9037         New helper to work with temporary files
9038         
9039         * shell/Makefile.am:
9040         * shell/ev-application.c: (ev_application_open):
9041         * shell/ev-application.h:
9042         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9043         (remove_job_from_async_queue), (add_job_to_async_queue),
9044         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9045         (handle_job), (search_for_jobs_unlocked),
9046         (no_jobs_available_unlocked), (ev_render_thread),
9047         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9048         (ev_job_queue_add_job), (move_job_async), (move_job),
9049         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9050         * shell/ev-job-queue.h:
9051         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9052         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9053         * shell/ev-job-xfer.h:
9054         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9055         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9056         (ev_job_links_class_init), (ev_job_render_init),
9057         (ev_job_render_dispose), (ev_job_render_class_init),
9058         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9059         (ev_job_thumbnail_class_init), (ev_job_load_init),
9060         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9061         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9062         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9063         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9064         * shell/ev-jobs.h:
9065         * shell/ev-page-action.c: (ev_page_action_set_document):
9066         * shell/ev-page-cache.c: (ev_page_cache_init),
9067         (ev_page_cache_class_init), (ev_page_cache_finalize),
9068         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9069         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9070         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9071         (ev_page_cache_get_title), (ev_page_cache_get_size),
9072         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9073         (ev_page_cache_get_height_to_page),
9074         (ev_page_cache_get_max_label_chars),
9075         (ev_page_cache_get_page_label),
9076         (ev_page_cache_has_nonnumeric_page_labels),
9077         (ev_page_cache_get_info), (ev_page_cache_next_page),
9078         (ev_page_cache_prev_page), (ev_page_cache_get):
9079         * shell/ev-page-cache.h:
9080         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9081         (ev_pixbuf_cache_clear_job_sizes),
9082         (ev_pixbuf_cache_add_jobs_if_needed),
9083         (ev_pixbuf_cache_set_page_range):
9084         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9085         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9086         * shell/ev-sidebar-thumbnails.c:
9087         (ev_sidebar_tree_selection_changed),
9088         (ev_sidebar_thumbnails_set_document):
9089         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9090         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9091         (ev_statusbar_get_context_id), (ev_statusbar_push),
9092         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9093         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9094         (ev_statusbar_set_progress):
9095         * shell/ev-statusbar.h:
9096         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9097         (ev_view_find_previous):
9098         * shell/ev-window.c: (ev_window_is_empty),
9099         (ev_window_setup_document), (password_dialog_response),
9100         (ev_window_clear_jobs), (ev_window_load_job_cb),
9101         (ev_window_xfer_job_cb), (ev_window_open_uri),
9102         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9103         (ev_window_print), (ev_window_print_range),
9104         (ev_window_state_event), (ev_window_cmd_view_reload),
9105         (menu_item_select_cb), (menu_item_deselect_cb),
9106         (view_status_changed_cb), (ev_window_dispose),
9107         (drag_data_received_cb), (ev_window_init):
9108         * shell/ev-window.h:
9109         * shell/main.c: (load_files):
9110         
9111         New statusbar to show progress on idle. Two new jobs - 
9112         xfer job and load job to load document in background. And update
9113         of page_cache clients to new location of code.
9114
9115 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9116
9117         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9118         selection in open dialog. It also remembers the last visited directory 
9119         in the current session.
9120
9121 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9122
9123         * shell/ev-properties.c: (ev_properties_new):
9124         * shell/ev-properties.h:
9125         * shell/ev-window.c: (ev_window_cmd_file_properties):
9126         
9127         Get document info from page cache instead of document itself.
9128         This should fix crash related to race conditions described in
9129         bug 306545.
9130
9131 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9132
9133         * ps/ps-document.c: (ps_document_init),
9134         (send_ps), (get_page_box), (output), (catchPipe), (input),
9135         (stop_interpreter), (file_length), (file_readable),
9136         (check_filecompressedb), (ps_document_enable_interpreter),
9137         (document_load), (ps_async_renderer_render_pixbuf):
9138         * ps/ps-document.h:
9139
9140         Big cleanup of the ps code
9141
9142 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9143
9144         * backend/Makefile.am:
9145         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9146         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9147         * backend/ev-async-renderer.h:
9148
9149         Add an async renderer interface (method + callback) which
9150         is useful for backends like ps.
9151
9152         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9153         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9154         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9155         (ev_job_queue_add_job), (move_job_async), (move_job),
9156         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9157
9158         Add queues for async renderer, these are executed on the
9159         main thread.
9160
9161         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9162         (ev_job_render_run):
9163         * backend/ev-jobs.h:
9164
9165         If the backend support async renderer interface use it.
9166
9167         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9168         (setup_pixmap), (ps_document_get_type),
9169         (ps_async_renderer_render_pixbuf),
9170         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9171
9172         Implement async renderer interface.
9173
9174 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9175
9176         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9177
9178         Cleanup links job on exit.
9179
9180 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9181
9182         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9183         (drag_data_get_cb), (drag_data_received_cb):
9184         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9185         (drag_data_get_cb), (parse_item_list),
9186         (egg_toolbar_editor_load_actions):
9187         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9188         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9189         (parse_item_list), (parse_toolbars):
9190         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9191         (dvi_pixbuf_put_pixel):
9192         
9193         Fix gcc 4.0 warnings
9194
9195 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9196
9197         * ps/ps-document.c: (start_interpreter):
9198
9199         Fix warning when loading ps
9200
9201 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9202
9203         * ps/ps-document.c: (output):
9204
9205         Fix crash when priting gs error messages.
9206
9207 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9208
9209         * backend/ev-page-cache.c: (_ev_page_cache_new):
9210         * backend/ev-page-cache.h:
9211
9212         Use a const to return title so that we dont double
9213         free it. Small cleanup and fix a leak.
9214
9215         * shell/ev-window.c: (update_window_title):
9216
9217         strdup value from get_title.
9218
9219 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9220
9221         * shell/ev-sidebar-links.c: (job_finished_callback),
9222         (ev_sidebar_links_set_document):
9223
9224         Cleanup the old job when changing document
9225
9226 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9227
9228         * shell/ev-stock-icons.c:
9229         * shell/ev-stock-icons.h:
9230         * shell/ev-window.c:
9231         
9232         Add stock icons for actions that can appear in toolbar. Fix for
9233         bug 306566.
9234
9235 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9236
9237         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9238         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9239         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9240         * backend/ev-page-cache.h:
9241         * shell/ev-view.c: (scroll_to_current_page),
9242         (view_update_range_and_current_page), (get_page_y_offset),
9243         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9244         (ev_view_size_request_continuous),
9245         (ev_view_zoom_for_size_continuous_and_dual_page),
9246         (ev_view_zoom_for_size_continuous):
9247         
9248         More compact EvView layout in document with pages of different size.
9249
9250 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9251
9252         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9253         compilation.
9254
9255 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9256
9257         * shell/ev-view.c: (view_set_adjustment_values):
9258         * shell/ev-window.c: (ev_window_cmd_file_properties):
9259         
9260         A bit different fix for rounding problem but it has no
9261         problems on startup. Make properties window transient to parent.
9262
9263 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9264
9265         * pdf/ev-poppler.cc:
9266         
9267         More commenting of font stuff.
9268
9269 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9270
9271         * pdf/ev-poppler.cc:
9272
9273         Comment out some more fonts stuff. Should really
9274         work without the poppler patch now.
9275
9276 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9277
9278         * pdf/ev-poppler.cc:
9279
9280         Adapt to api change
9281
9282 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9283
9284         * data/evince-properties.glade:
9285         * pdf/ev-poppler.cc:
9286         * shell/ev-properties.c: (setup_fonts_view):
9287
9288         Set the column title. Show the dialog only
9289         once everything is setup.
9290         Getting font info can be very slow... will
9291         prolly need to make this threaded too.
9292
9293 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9294
9295         * backend/Makefile.am:
9296         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9297         (ev_document_fonts_get_fonts_model):
9298         * backend/ev-document-fonts.h:
9299         * data/evince-properties.glade:
9300         * pdf/ev-poppler.cc:
9301         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9302         * shell/ev-properties.h:
9303         * shell/ev-window.c: (ev_window_cmd_file_properties):
9304
9305         Implement fonts list. Defined out for now, since it depends
9306         on a not yet committed poppler patch.
9307
9308 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9309
9310         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9311         page + 1.
9312
9313         * shell/ev-window.c: Make sure we add the timeout when we get a
9314         focus-in event.
9315
9316         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9317         adjustment->value before calculating the zoom factor to average
9318         out all of our rounding errors.  The page no longer 'drifts' when
9319         resizing.
9320
9321 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9322
9323         * data/evince-properties.glade:
9324         * shell/ev-properties.c: (ev_properties_format_date),
9325         (set_property):
9326         
9327         Labels don't expand when the dialogue is resized.
9328         strftime result needs to be converted to UTF-8. Thanks
9329         to Christian Persch <chpe@gnome.org>.
9330
9331 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * data/evince-properties.glade:
9334
9335         Hide the fonts tab
9336
9337 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9338
9339         * backend/ev-document-info.h:
9340         * backend/ev-document.c: (ev_document_info_free):
9341         * data/evince-properties.glade:
9342         * pdf/ev-poppler.cc:
9343         * ps/ps-document.c: (ps_document_get_info):
9344         * shell/ev-properties.c: (ev_properties_format_date),
9345         (set_property), (ev_properties_new):
9346         * shell/ev-properties.h:
9347         * shell/ev-window.c: (ev_window_cmd_file_properties):
9348
9349         Rework properties code to take only EvPropertyInfo
9350         in the constructor so that it can be useful for
9351         nautilus plugin too.
9352
9353         Deal with backends that doesnt support some properties.
9354         Make set property code generic.
9355
9356 2005-06-04  Christian Persch <chpe@gnome.org>
9357
9358         * data/evince-properties.glade:
9359
9360         fix spacings, make resizeable, and make data labels
9361         selectable + ellipsised
9362
9363 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9364
9365         * backend/ev-document-info.h:
9366         * data/Makefile.am:
9367         * data/evince-ui.xml:
9368         * pdf/ev-poppler.cc:
9369         * shell/Makefile.am:
9370         * shell/ev-window.c: (update_action_sensitivity),
9371         (ev_window_cmd_file_properties):
9372
9373         Initial go at file properties. Patch by
9374         Emil Soleyman-Zomalan <emil@soleyman.com>.
9375         Needs love see #169583
9376
9377 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9378
9379         * ps/ps-document.c: (output):
9380         * ps/ps.c: (psscan):
9381
9382         Try to render even if psscan fails.
9383
9384 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9385
9386         * ps/ps.c: (psscan), (pscopydoc):
9387
9388         Port buffered reading code from gv
9389
9390 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9391
9392         * ps/ps-document.c: (interpreter_message), (output):
9393
9394         Do not fail on interpreter messages
9395
9396 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9397
9398         * backend/ev-document-misc.c:
9399         (ev_document_misc_get_thumbnail_frame):
9400
9401         Pages can be 0 x 0, dont assert on this case
9402
9403 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9404
9405         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9406         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9407
9408         Correctly manage our reference on document. Finally the reload
9409         huge leak is gone...
9410
9411 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9412
9413         * ps/ps-document.c: (ps_document_dispose):
9414
9415         Forgot to chain it to the parent. Thanks chpe.
9416
9417 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9418
9419         * ps/ps-document.c: (ps_document_dispose),
9420         (ps_document_class_init), (stop_interpreter), (document_load):
9421
9422         Cleanup dispose a bit. Dont leak the whole pixmap.
9423
9424 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9425
9426         * pdf/ev-poppler.cc:
9427
9428         Release the poppler document on dispose
9429
9430 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9431
9432         * shell/ev-view.c: (ev_view_set_document):
9433
9434         Release ref on the pixbuf cache when changing
9435         document.
9436
9437 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9438
9439         * ps/ps-document.c: (ps_document_get_info):
9440
9441         Fix a double free
9442
9443 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9444
9445         * backend/ev-page-cache.c: (ev_page_cache_init),
9446         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9447         * backend/ev-page-cache.h:
9448         * shell/ev-page-action.c: (page_changed_cb):
9449         
9450         Set page action entry width depending on labels width. Fix
9451         for bug 305202.
9452
9453 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9454
9455         * backend/ev-link.c: (ev_link_class_init):
9456
9457         Allow -1 as page value (error)
9458
9459 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9460
9461         * shell/ev-sidebar-thumbnails.c:
9462         (ev_sidebar_thumbnails_set_document):
9463         * shell/ev-view.c: (scroll_to_current_page),
9464         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9465         (page_changed_cb), (on_adjustment_value_changed),
9466         (ev_view_set_document):
9467
9468         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9469         Fix bug 305377
9470
9471 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9472
9473         * configure.ac:
9474         * djvu/djvu-document.c: (djvu_document_get_page_size):
9475
9476         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9477         bug 301993.
9478
9479 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9480
9481         * shell/ev-view.c (draw_one_page): modify the expose handling to
9482         get the shadows.
9483
9484         * shell/ev-window.c (update_action_sensitivity): Respect
9485         permissions field.  Kowtow to the man.
9486
9487         * pdf/ev-poppler.cc: Get the permissions field.
9488
9489         * tiff/*c: Make a tiny bit more robust.
9490
9491 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9492
9493         * djvu/djvu-document.c:
9494         
9495         Pop messages from djvu context message queue.
9496
9497 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9498
9499         * configure.ac, Makefile.am, shell/Makefile.am:
9500         * tiff/Makefile.am, shell/ev-document-types.c:
9501         
9502         Cleanup tiff configure checks. Fix for bug 305218.
9503
9504 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9505
9506         * configure.ac: Added "uk" to ALL_LINGUAS.
9507
9508 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9509
9510         * cut-n-paste/zoom-control/ephy-zoom.c:
9511         (ephy_zoom_get_changed_zoom_level):
9512         * cut-n-paste/zoom-control/ephy-zoom.h:
9513         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9514         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9515         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9516         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9517         (zoom_control_changed_cb), (ev_window_init):
9518         
9519         Fix minor points related to moving best fit up. Introduce
9520         "zoom" property and make zoom control change it's value on
9521         notify::zoom signals. Fix for 305080.
9522
9523 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9524
9525         * data/evince-ui.xml:
9526         * shell/ev-window.c: (set_view_actions_sensitivity):
9527         
9528         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9529
9530 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9531
9532         * configure.ac:
9533
9534         Depends on poppler 0.3.2
9535
9536 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9537
9538         * cut-n-paste/recent-files/egg-recent-item.c:
9539         (egg_recent_item_get_short_name):
9540         * cut-n-paste/toolbar-editor/Makefile.am:
9541         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9542         (new_pixbuf_from_widget):
9543         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9544         * cut-n-paste/toolbar-editor/egg-marshal.c:
9545         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9546         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9547
9548         Sync
9549
9550 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9551
9552         * tiff/tiff-document.c: Rough TIFF backend.
9553
9554 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9555
9556         * NEWS:
9557         * configure.ac:
9558         * cut-n-paste/toolbar-editor/Makefile.am:
9559
9560         Release 0.3.1
9561
9562 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9563
9564         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9565         (ev_view_find_next), (ev_view_find_previous):
9566
9567         Remove the locks around get_n_results   
9568
9569 2005-05-21  Juerg Billeter  <j@bitron.ch>
9570
9571         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9572
9573         Pass correct number of pages to poppler.
9574
9575 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9576
9577         * configure.ac:
9578         * data/Makefile.am:
9579         * data/evince.desktop.in: 
9580         * data/evince.desktop.in.in:
9581         * po/POTFILES.in:
9582         
9583         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9584
9585 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9586
9587         * shell/ev-view.c: (view_update_adjustments),
9588         (view_set_adjustment_values): cast adjustmen->value to (int)
9589         before using it.  Otherwise, we get off by a pixel in some
9590         situations.
9591
9592         (draw_one_page): Draw the border on expose.
9593
9594 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9595
9596         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9597         adjustment when the mode changes, #304923
9598
9599 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9600
9601         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9602         flickering on resize but still use gdk_window_scroll on
9603         scrolling
9604
9605 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9606
9607         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9608         option, #170458
9609
9610 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9611
9612         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9613         second page on page_changed if possible, #304669
9614
9615 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9616
9617         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9618         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9619
9620 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9621
9622         * .cvsignore:
9623         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9624         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9625         (ev_view_zoom_for_size_presentation),
9626         (ev_view_zoom_for_size_continuous_and_dual_page),
9627         (ev_view_zoom_for_size_continuous),
9628         (ev_view_zoom_for_size_dual_page),
9629         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9630         * shell/ev-view.h:
9631         * shell/ev-window.c: (update_view_size),
9632         (ev_window_sizing_mode_changed_cb):
9633
9634         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9635         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9636         an infinite loop, #304769
9637
9638
9639 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9640
9641         * data/evince-ui.xml:
9642         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9643         * shell/ev-window.c: (set_view_actions_sensitivity):
9644
9645         Make PgUp/Down behave like Space
9646
9647 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9648
9649         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9650         * backend/ev-ps-exporter.h:
9651         * pdf/ev-poppler.cc:
9652         * ps/ps-document.c: (ps_document_ps_export_begin):
9653         * shell/ev-print-job.c: (idle_print_handler):
9654
9655         Adapt to new poppler api
9656
9657 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9658
9659         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9660         (ephy_zoom_control_init):
9661
9662         Translate zoom levels
9663
9664 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9665
9666         * cut-n-paste/zoom-control/ephy-zoom.c:
9667         (ephy_zoom_get_zoom_level_index):
9668
9669         Fix current zoom -> zoom control match
9670
9671 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9672
9673         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9674         rather than the scrolled_window that it's in. Fixes bug #304655.
9675
9676 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9677
9678         * shell/ev-view.c: (view_update_adjustments),
9679         (view_set_adjustment_values), (view_update_range_and_current_page),
9680         (view_scroll_to_page), (set_scroll_adjustment),
9681         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9682         (ev_view_scroll), (ev_view_scroll_view),
9683         (ensure_rectangle_is_visible), (find_page_at_location),
9684         (get_link_at_location), (go_to_link), (status_message_from_link),
9685         (ev_view_size_request_continuous_dual_page),
9686         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9687         (ev_view_unrealize), (ev_view_expose_event),
9688         (ev_view_button_press_event), (ev_view_motion_notify_event),
9689         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9690         (draw_rubberband), (highlight_find_results), (draw_one_page),
9691         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9692         (ev_view_init), (find_changed_cb), (page_changed_cb),
9693         (on_adjustment_value_changed), (ev_view_new),
9694         (ev_view_set_document), (ev_view_set_zoom),
9695         (ev_view_set_continuous), (ev_view_set_dual_page),
9696         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9697         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9698         (ev_view_zoom_for_size_presentation),
9699         (ev_view_zoom_for_size_continuous_dual_page),
9700         (ev_view_zoom_for_size_continuous),
9701         (ev_view_zoom_for_size_dual_page),
9702         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9703         (ev_view_get_status), (ev_view_set_status),
9704         (update_find_status_message), (ev_view_get_find_status),
9705         (ev_view_set_find_status), (jump_to_find_result),
9706         (jump_to_find_page), (compute_selections), (clear_selection),
9707         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9708         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9709         (ev_view_update_primary_selection),
9710         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9711         * shell/ev-view.h:
9712         * shell/ev-window.c: (ev_window_open_page_label),
9713         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9714         (ev_window_init):
9715         * shell/ev-window.h:
9716         * shell/main.c: (load_files):
9717
9718         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9719         when resizing.  Remove the bin_window().  Also, patch from James
9720         Bowes to fix command line page, #300641
9721         
9722 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9723
9724         * data/evince-ui.xml:
9725         * shell/ev-view.c:
9726         * shell/ev-view.h:
9727         * shell/ev-window.c: (update_action_sensitivity):
9728
9729         Get rid of View->Normal Size, it's just confusing
9730
9731 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9732
9733         * backend/ev-document-info.h:
9734         * backend/ev-document.c: (ev_document_info_free): Free the
9735         EvDocumentInfo.
9736
9737         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9738         (clear_range), (add_range), (update_visible_range),
9739         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9740         (ev_sidebar_thumbnails_set_document):
9741         * shell/ev-window.c: (ev_window_setup_document): Only render the
9742         visible thumbnails.  It takes an instant to render, but it uses
9743         much less memory.
9744
9745 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9746
9747         * shell/ev-sidebar-links.c: (popup_menu_cb):
9748
9749         Select first item
9750
9751 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9752
9753         * lib/Makefile.am:
9754         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9755         (button_press_cb), (ev_sidebar_links_construct):
9756
9757         Show the popup menu also on keybindings
9758
9759 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9760
9761         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9762         * shell/ev-window.h:
9763
9764         Expose api to print a range (with dialog). Make private _print use
9765         it.
9766
9767         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9768         (ev_sidebar_links_construct):
9769
9770         Show a print context menu on linkx, it prints the selected
9771         section.
9772
9773 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9774
9775         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9776         button.
9777
9778 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9779
9780         * AUTHORS:
9781
9782         Update
9783
9784         * shell/ev-window.c: (build_comments_string),
9785         (ev_window_cmd_help_about):
9786
9787         Show poppler version/backend and authors
9788
9789 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * cut-n-paste/zoom-control/ephy-zoom.c:
9792         (ephy_zoom_get_zoom_level_index):
9793         * cut-n-paste/zoom-control/ephy-zoom.h:
9794
9795         Move the best fit items at the top of the list
9796
9797 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9798
9799         * shell/ev-marshal.list:
9800         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9801         (activate_cb), (match_selected_cb), (activate_link_cb),
9802         (connect_proxy), (ev_page_action_class_init):
9803         * shell/ev-page-action.h:
9804
9805         Use signals to notify action activation. Hopefully
9806         I did not break completion since I cant test...
9807
9808         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9809         (register_custom_actions):
9810
9811         Connect to page selector actions and also grab focus on
9812         the view when activated.
9813
9814 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9815
9816         * pdf/ev-poppler.cc:
9817         * backend/ev-page-cache.c: make page size calculation consistent
9818         and set it to (int)( width * scale + 0.5).  This makes the weird
9819         line going through the middle of the page go away.
9820
9821         * shell/ev-view.c: move painting the background page after
9822         checking the expose area covers us.
9823
9824 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9825
9826         * data/evince-password.glade:
9827         
9828         Mark labels as not translatable. Fix for bug 302842.
9829
9830 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9831
9832         * configure.ac: Added "es" to ALL_LINGUAS.
9833
9834 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9835
9836         * data/evince-toolbar.xml:
9837         * shell/ev-window.c: (update_action_sensitivity),
9838         (ev_window_setup_document), (ev_window_set_page_mode),
9839         (ev_window_init):
9840
9841         Remove some leftover code from jrb first continous
9842         attempt. Use the new actions, we still need good icons
9843         though...
9844
9845 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9846
9847         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9848
9849         Update label when connecting proxy. Fix a warning with NULL
9850         page_cache.
9851
9852 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * data/evince-ui.xml:
9855         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9856         * shell/ev-page-action.h:
9857         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9858
9859         Add mnemonic for edit toolbar.
9860         ctrl+l focus the page entry.
9861
9862 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9863
9864         * lib/Makefile.am:
9865         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9866         (ev_window_init):
9867         * shell/main.c: (main):
9868
9869         Put the toolbar xml in evince own dot dir
9870
9871 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9872
9873         * shell/ev-window.c: (ev_window_init):
9874
9875         Make the toolbar not removable
9876
9877 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * data/evince-ui.xml:
9880         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9881         * shell/ev-sidebar-links.h:
9882         * shell/ev-sidebar-thumbnails.c:
9883         (ev_sidebar_thumbnails_get_treeview):
9884         * shell/ev-sidebar-thumbnails.h:
9885         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9886         (ev_view_class_init):
9887         * shell/ev-view.h:
9888         * shell/ev-window.c: (update_action_sensitivity),
9889         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9890         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9891         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9892         (ev_window_init):
9893
9894         This is evil... Make space/backspace global accelerators but
9895         enable them only for some widgets (sidebars and view).
9896         I dont like it, but I dont know a better way... :/
9897
9898 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9899
9900         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9901         (ev_page_action_widget_finalize),
9902         (ev_page_action_widget_class_init), (update_page_cache):
9903
9904         Keep a weak reference on proxy->page_cache so that we
9905         dont try to disconnect the signal if the object is already
9906         gone. Maybe there is a better way to cleanup reference handling
9907         in page action though...
9908
9909 2005-05-10  Juerg Billeter  <j@bitron.ch>
9910
9911         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9912         * backend/ev-ps-exporter.h:
9913         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9914         * ps/ps-document.c: (ps_document_ps_export_begin):
9915         
9916         Change api to pass print range to ps_exporter_begin. The pdf backend
9917         requires this information.
9918         
9919         * shell/ev-print-job.c: (idle_print_handler):
9920         
9921         Adapt to api change
9922
9923 2005-05-10  Juerg Billeter  <j@bitron.ch>
9924
9925         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9926         (idle_print_handler)
9927         * shell/ev-window.c: (ev_window_print):
9928
9929         Support printing page range, based on patch by Amaury Jacquot
9930
9931 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9932
9933         * data/evince-toolbar.xml:
9934
9935         Add zoom control to available items
9936
9937 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9938
9939         * shell/ev-window.c: (update_action_sensitivity):
9940
9941         Set slash action insensitive when appropriate
9942
9943 2005-05-10  Christian Persch <chpe@gnome.org>
9944
9945         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9946
9947         Fix warning on the overflow menu
9948
9949 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9950
9951         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9952
9953         Check for uri correctness/existence
9954
9955 2005-05-09  Juerg Billeter  <j@bitron.ch>
9956
9957         * shell/ev-window.c: (using_postscript_printer):
9958
9959         LPD printers use postscript, too
9960
9961 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9962
9963         * shell/ev-window.c: (register_custom_actions):
9964
9965         The zoom one is actually sort of useful,
9966         put it back
9967
9968 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9969
9970         * shell/ev-window.c: (register_custom_actions):
9971
9972         Hide page/zoom controls from overflow, they
9973         are useless.
9974
9975 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9976
9977         * cut-n-paste/update-from-egg.sh:
9978         
9979         Share it between all cut-n-paste subdirs
9980
9981         * cut-n-paste/recent-files/Makefile.am:
9982
9983         Fix to use "global" update-from-egg.sh
9984
9985         * cut-n-paste/recent-files/egg-recent-model.c:
9986         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9987         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9988         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9989         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9990
9991         Update from libegg
9992
9993         * cut-n-paste/toolbar-editor/Makefile.am:
9994
9995         Fix to use "global" update-from-egg.sh
9996
9997         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9998
9999         Update from libegg
10000
10001 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10002
10003         * configure.ac:
10004         * cut-n-paste/Makefile.am:
10005         * cut-n-paste/recent-files/Makefile.am:
10006         * cut-n-paste/toolbar-editor/.cvsignore:
10007         * cut-n-paste/toolbar-editor/Makefile.am:
10008         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10009         (egg_editable_toolbar_get_type), (get_toolbar_position),
10010         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10011         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10012         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10013         (set_item_drag_source), (create_item_from_action), (create_item),
10014         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10015         (popup_toolbar_context_menu_cb), (free_dragged_item),
10016         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10017         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10018         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10019         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10020         (item_added_cb), (item_removed_cb),
10021         (egg_editable_toolbar_construct),
10022         (egg_editable_toolbar_disconnect_model),
10023         (egg_editable_toolbar_deconstruct),
10024         (egg_editable_toolbar_set_model),
10025         (egg_editable_toolbar_set_ui_manager),
10026         (egg_editable_toolbar_set_property),
10027         (egg_editable_toolbar_get_property),
10028         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10029         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10030         (egg_editable_toolbar_new_with_model),
10031         (egg_editable_toolbar_get_edit_mode),
10032         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10033         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10034         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10035         (new_pixbuf_from_widget), (new_separator_pixbuf),
10036         (update_separator_image), (style_set_cb),
10037         (_egg_editable_toolbar_new_separator_image),
10038         (egg_editable_toolbar_get_model):
10039         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10040         * cut-n-paste/toolbar-editor/egg-marshal.c:
10041         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10042         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10043         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10044         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10045         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10046         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10047         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10048         (editor_drag_data_delete_cb), (drag_data_get_cb),
10049         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10050         (editor_create_item), (update_editor_sheet), (setup_editor),
10051         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10052         (parse_item_list), (model_has_action), (update_actions_list),
10053         (egg_toolbar_editor_load_actions):
10054         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10055         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10056         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10057         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10058         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10059         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10060         (egg_toolbars_model_add_separator), (impl_add_item),
10061         (parse_item_list), (egg_toolbars_model_add_toolbar),
10062         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10063         (impl_get_item_data), (impl_get_item_type),
10064         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10065         (egg_toolbars_model_init), (free_toolbar),
10066         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10067         (egg_toolbars_model_remove_toolbar),
10068         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10069         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10070         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10071         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10072         (egg_toolbars_model_get_item_data),
10073         (egg_toolbars_model_get_item_type):
10074         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10075         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10076         * data/Makefile.am:
10077         * data/evince-toolbar.xml:
10078         * data/evince-ui.xml:
10079         * data/hand-open.png:
10080         * po/POTFILES.in:
10081         * shell/Makefile.am:
10082         * shell/ev-window.c: (update_chrome_visibility),
10083         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10084         (ev_window_dispose), (ev_window_init):
10085
10086         Implement epiphany like toolbar editor. Based on patch by
10087         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10088
10089 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10090
10091         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10092
10093         Use set_cursor instead of set_selection, so that
10094         the keyboard focus moves too.
10095
10096 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10097
10098         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10099
10100         Fix infinite loop when loading Type1 fonts
10101
10102 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * data/evince-ui.xml:
10105         * shell/ev-window.c:
10106
10107         Slash -> Find
10108
10109 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10110
10111         * configure.ac:
10112
10113         Make --disable really disable
10114
10115 2005-05-07  Juerg Billeter  <j@bitron.ch>
10116
10117         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10118
10119         Compare page labels even without has_labels set, fixes setting page
10120         with entry
10121
10122 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10123
10124         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10125         (ev_view_set_cursor), (ev_view_button_press_event),
10126         (ev_view_motion_notify_event), (ev_view_button_release_event),
10127         (ev_view_init):
10128
10129         Implement middle button scrolling. Based on a patch
10130         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10131
10132 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10133
10134         * shell/ev-document-types.c: (get_slow_mime_type),
10135         (get_document_type_from_mime), (ev_document_type_lookup):
10136         * shell/ev-document-types.h:
10137
10138         Change api to lookup from uri. Do fast lookup first, if the
10139         type is unknown try with data sniffing.
10140
10141         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10142         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10143
10144         Adapt to api change
10145
10146 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10147
10148         * thumbnailer/Makefile.am:
10149
10150         Fix distcheck
10151
10152 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10153
10154         * NEWS:
10155         * configure.ac:
10156
10157         Release 0.3.0
10158
10159         * data/evince-ui.xml:
10160
10161         Hide presentation mode for now
10162
10163         * shell/ev-view.c: (highlight_find_results):
10164
10165         Show current find selection only on current page
10166
10167 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10168
10169         * shell/ev-view.c: (ev_view_select_all):
10170
10171         Compute size of the actual page, not of
10172         the current one.
10173
10174 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10175
10176         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10177         (view_rect_to_doc_rect), (compute_selections),
10178         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10179         (ev_view_copy), (ev_view_primary_get_cb),
10180         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10181         (ev_view_button_press_event), (ev_view_motion_notify_event),
10182         (ev_view_button_release_event), (page_changed_cb):
10183
10184         Fix text selection
10185
10186 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10187
10188         * shell/ev-view.c: (compute_border), (get_page_extents),
10189         (doc_rect_to_view_rect), (highlight_find_results),
10190         (ev_view_bin_expose), (ev_view_select_all),
10191         (ev_view_motion_notify_event), (update_find_status_message),
10192         (jump_to_find_result), (jump_to_find_page):
10193
10194         First go at fixing search, still buggy
10195
10196 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10197
10198         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10199         dropdown box and button at the top of the sidebar.
10200
10201 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10202
10203         * configure.ac: Output zoom-control Makefile.
10204         * cut-n-paste/Makefile.am: build zoom-control subdir.
10205         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10206         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10207         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10208         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10209         * cut-n-paste/zoom-control/ephy-zoom.c:
10210         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10211         from epiphany, and modified to add a separator into the menu.
10212         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10213         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10214         zoom-control action.
10215         * shell/Makefile.am: Include zoom-control flags.
10216         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10217         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10218         (ev_view_zoom_for_size_presentation),
10219         (ev_view_zoom_for_size_continuous_and_dual_page),
10220         (ev_view_zoom_for_size_continuous),
10221         (ev_view_zoom_for_size_dual_page),
10222         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10223         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10224         ev_view_get_zoom and ev_view_get_sizing_mode.
10225         * shell/ev-view.h:
10226         * shell/ev-window.c: (update_action_sensitivity),
10227         (update_sizing_buttons), (zoom_control_changed_cb),
10228         (register_custom_actions): Initialize and use the zoom-control 
10229         widget.
10230
10231 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10232
10233         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10234         preview cache back to 1.  Don't know when it got set to 0.
10235         
10236         * shell/ev-view.c: (compute_border), (ev_view_realize),
10237         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10238         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10239         (ev_view_get_fullscreen), (ev_view_set_presentation),
10240         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10241         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10242         * shell/ev-view.h:
10243         * shell/ev-window.c:
10244         (update_chrome_visibility),
10245         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10246         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10247         (update_document_mode), (ev_window_update_fullscreen_action),
10248         (ev_window_fullscreen), (ev_window_unfullscreen),
10249         (ev_window_cmd_view_fullscreen),
10250         (ev_window_update_presentation_action),
10251         (ev_window_run_presentation), (ev_window_stop_presentation),
10252         (ev_window_cmd_view_presentation), (ev_window_state_event),
10253         (ev_window_focus_in_event), (ev_window_focus_out_event),
10254         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10255         * data/evince-ui.xml: Initial presentation mode.  We should
10256         probably hide this until it's done, as it's quite rough.  Also,
10257         change full-screen to fullscreen and add two getters to EvView.
10258
10259 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10260
10261         * shell/ev-page-action.c: (update_page_cache),
10262         (ev_page_action_dispose):
10263         * shell/ev-window.c: (destroy_fullscreen_popup),
10264         (ev_window_create_fullscreen_popup):
10265
10266         Use connect_object rather than explicitly
10267         disconnect on dispose.
10268
10269 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10270
10271         * shell/ev-page-action.c: (update_page_cache),
10272         (ev_page_action_dispose):
10273
10274 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10275
10276         * backend/ev-page-cache.c: (_ev_page_cache_new),
10277         (ev_page_cache_set_page_label),
10278         (ev_page_cache_has_nonnumeric_page_labels):
10279         * backend/ev-page-cache.h:
10280         * shell/ev-page-action.c: (update_pages_label):
10281         
10282         If all page labels are numeric, fallback to default
10283         way to display number of pages. See bug 173185.
10284
10285 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10286
10287         * shell/ev-page-action.c: (ev_page_action_dispose):
10288         * shell/ev-view.c: (view_update_range_and_current_page):
10289         * shell/ev-window.c: (ev_window_dispose):
10290         
10291         Set page on scroll in continuous mode. Fixes bug 301986.
10292         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10293
10294 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10295
10296         * configure.ac:
10297
10298         Require poppler 0.3.0
10299
10300 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10301         
10302         * shell/Makefile.am, configure.ac: Fix build problems
10303         with t1lib. Bug 301996.
10304
10305 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10306
10307         * shell/ev-view.c: (ev_view_scroll_event):
10308         
10309         Scroll up increase zoom
10310
10311 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10312
10313         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10314         (ev_view_set_sizing_mode),
10315         (ev_view_zoom_for_size_continuous_and_dual_page),
10316         (ev_view_zoom_for_size_continuous):
10317         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10318         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10319         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10320         (ev_window_init):
10321
10322         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10323         Fix for 165473 and 165472.
10324
10325 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10326
10327         * po/POTFILES.in:
10328         * thumbnailer/Makefile.am:
10329         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10330         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10331         * thumbnailer/evince-thumbnailer.schemas.in:
10332         
10333         Make thumbnailer schemas translatable. Fix for bug 301773
10334         
10335         * thumbnailer/evince-thumbnailer-djvu.schemas:
10336         * thumbnailer/evince-thumbnailer-dvi.schemas:
10337         * thumbnailer/evince-thumbnailer.schemas:
10338
10339         Removed files
10340
10341 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10342
10343         * shell/ev-view.c (ev_view_init): forgot to set this.
10344
10345 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10346
10347         * shell/ev-view.c: (find_page_at_location),
10348         (get_link_at_location),
10349         (ev_view_set_show_border), (ev_view_set_spacing),
10350         (ev_view_zoom_for_size_continuous_and_dual_page),
10351         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10352         Also, add a quick fix measuring of widths.  Also, removed
10353         ev_view_set_spacing and ev_view_set_show_border.
10354         
10355         * shell/ev-window.c: (ev_window_unfullscreen),
10356         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10357
10358 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10359
10360         * shell/ev-view.c: (view_update_range_and_current_page),
10361         (page_changed_cb):
10362         
10363         Fix crash on exit and scrolling to page in continuous view.
10364
10365 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10366
10367         * TODO:
10368         * backend/ev-page-cache.c: (_ev_page_cache_new),
10369         (ev_page_cache_get_max_width_size),
10370         (ev_page_cache_get_max_height_size):
10371         * backend/ev-page-cache.h:
10372         * data/evince-ui.xml:
10373         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10374         * shell/ev-view.c: (view_update_adjustments),
10375         (view_update_range_and_current_page), (get_bounding_box_size),
10376         (ev_view_size_request_continuous_and_dual_page),
10377         (ev_view_size_request_continuous),
10378         (ev_view_size_request_dual_page),
10379         (ev_view_size_request_single_page), (ev_view_size_request),
10380         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10381         (ev_view_bin_expose), (ev_view_expose_event),
10382         (ev_view_set_property), (ev_view_get_property),
10383         (ev_view_class_init), (ev_view_init), (ev_view_new),
10384         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10385         (ev_view_set_dual_page), (ev_view_set_full_screen),
10386         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10387         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10388         (ev_view_zoom_out), (zoom_for_size_fit_width),
10389         (zoom_for_size_best_fit),
10390         (ev_view_zoom_for_size_continuous_and_dual_page),
10391         (ev_view_zoom_for_size_continuous),
10392         (ev_view_zoom_for_size_dual_page),
10393         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10394         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10395         * shell/ev-view.h:
10396         * shell/ev-window.c: (update_action_sensitivity),
10397         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10398         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10399         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10400         (ev_window_cmd_view_zoom_out), (update_view_size),
10401         (ev_window_set_sizing_mode), (ev_window_init):
10402
10403         Add Continuous and Dual page modes.
10404
10405 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10406
10407         * dvi/dvi-document.c: (dvi_document_load),
10408         (dvi_document_thumbnails_get_thumbnail),
10409         (dvi_document_init_params): Fix up some mixups between
10410         width and height to correct thumbnail rendering.
10411
10412 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10413
10414         * dvi/mdvi-lib/private.h:
10415         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10416         
10417         Suppess output for kpathsea during font generation. Thanks to
10418         James Bowes
10419
10420 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10421
10422         * NEWS:
10423         * configure.ac:
10424
10425         Release 0.2.1
10426
10427         * Makefile.am: fix distcheck.
10428
10429 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10430
10431         * shell/ev-sidebar-links.c: (selection_changed_callback),
10432         (update_page_callback), (row_activated_callback),
10433         (job_finished_callback), (ev_sidebar_links_set_document):
10434         
10435         Fix for bug #169901. Double click on links expands tree.
10436
10437 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10438
10439         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10440         hard-coded style. Fix for bug 170111
10441
10442 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10443
10444         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10445         locking.
10446
10447 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10448
10449         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10450
10451 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * pdf/ev-poppler.cc:
10454         * shell/ev-view.c: (highlight_find_results):
10455
10456         Fix find on single page documents
10457
10458 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10459
10460         * data/evince.schemas.in: fix for bug 301390
10461
10462 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10463
10464         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10465         (ev_view_zoom_out), (ev_view_zoom_normal):
10466         * shell/ev-view.h:
10467         * shell/ev-window.c: (update_action_sensitivity),
10468         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10469         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10470         (ev_window_cmd_view_normal_size):
10471
10472         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10473         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10474         better than oom. 
10475
10476 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10477
10478         * configure.ac:
10479
10480         Depend on 2.57, 2.59 doesnt seem to be necessary
10481
10482 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10483
10484         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10485         (create_tool_item):
10486
10487         Put back total number of pages as (1 of 1234)
10488
10489 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10490
10491         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10492         remove the job.
10493
10494         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10495         function.  This helps debugging.
10496
10497 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10498
10499         * djvu/djvu-document.c: (djvu_document_class_init),
10500         (djvu_document_get_info), (djvu_document_document_iface_init):
10501         * dvi/dvi-document.c: (dvi_document_class_init),
10502         (dvi_document_get_info), (dvi_document_document_iface_init):
10503
10504         Dummy implementation of get_info method for dvi and
10505         djvu. Fix crashes with those backends
10506
10507 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * data/evince.desktop.in:
10510
10511         Add application/x-gzpostscript
10512
10513 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10514
10515         * data/evince.schemas.in: Added real long descriptions, 
10516         closes bug 172496 
10517
10518         * README: Added actual text, closes bug 171869
10519
10520 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10521
10522         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10523
10524         Thumbnail page 0
10525
10526 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10527
10528         * backend/ev-document-info.h:
10529
10530         s/GDate */GDate so we can just use g_free
10531
10532 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10533
10534         * shell/ev-window.c: (update_document_mode),
10535         (ev_window_setup_document):
10536
10537         Show the window in fullscreen when specified by
10538         the document
10539
10540 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10541
10542         * backend/ev-document.c: (ev_document_class_init),
10543         (ev_document_get_info), (ev_document_render_pixbuf):
10544         * backend/ev-document.h:
10545         * backend/ev-page-cache.c: (_ev_page_cache_new):
10546         * pdf/ev-poppler.cc:
10547         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10548         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10549         * ps/ps-document.c: (ps_document_class_init), (document_load),
10550         (ps_document_get_info), (ps_document_document_iface_init):
10551
10552         Remove get_title from the interface, we can just use document info
10553
10554 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10555
10556         * backend/Makefile.am:
10557         * backend/ev-document.c: (ev_document_render_get_info):
10558         * backend/ev-document.h:
10559         * pdf/ev-poppler.cc:
10560
10561         Initial support for document info. Based on jrb patch.
10562
10563 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10564
10565         * shell/ev-window.c: (ev_window_state_event),
10566         (ev_window_class_init), (ev_window_init):
10567         
10568         Doesn't show resize grip when maximized. See bug #301053
10569
10570 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10571
10572         * po/POTFILES.in:
10573         
10574         ev-sidebar-thumbnails now has translatable labels
10575         
10576         * shell/Makefile.am:
10577         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10578         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10579         (ev_sidebar_links_page_iface_init):
10580         * shell/ev-sidebar-links.h:
10581         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10582         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10583         (ev_sidebar_page_get_label):
10584         * shell/ev-sidebar-page.h:
10585         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10586         (ev_sidebar_thumbnails_set_document),
10587         (ev_sidebar_thumbnails_support_document),
10588         (ev_sidebar_thumbnails_get_label),
10589         (ev_sidebar_thumbnails_page_iface_init):
10590         * shell/ev-sidebar-thumbnails.h:
10591         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10592         (ev_sidebar_set_document):
10593         * shell/ev-sidebar.h:
10594         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10595         
10596         Small rework of sidebar code. Now sidebar pages should implement
10597         EvSidebarPage interface. That makes page management in EvSidebar
10598         easier. See bug #164811 for details
10599
10600 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10601
10602         * shell/ev-application.c: (ev_application_open):
10603         * shell/ev-document-types.c:
10604         
10605         Fix build error and small problem with application exit
10606
10607 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10608
10609         * thumbnailer/Makefile.am:
10610         * thumbnailer/evince-thumbnailer-djvu.schemas:
10611         * thumbnailer/evince-thumbnailer-dvi.schemas:
10612         
10613         Conditionally install schemas for djvu/dvi thumbnailer
10614
10615 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10616
10617         * shell/ev-document-types.h: 
10618         * shell/ev-document-types.c: 
10619         New files, handling the mapping from mimetypes to backends
10620         
10621         * shell/ev-window.c: 
10622         * thumbnailer/evince-thumbnailer.c:     
10623         Use the ev-document-types code
10624         
10625         * shell/Makefile.am: 
10626         Added new convenience library libevbackendfactory_la, containing
10627         the new mimetype->backend logic; moved the backends into it.
10628
10629         * thumbnailer/Makefile.am:
10630         Make the thumbnailer link with the libevbackend.la convenience
10631         library, rather than having a duplicate of the backend logic here.
10632
10633 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10634
10635         * shell/ev-stock-icons.c: constify some vars.
10636         * shell/ev-window.c: ditto.
10637
10638 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10639
10640         * ps/ps-document.c (get_page_orientation):
10641
10642         Respect document orientation 
10643
10644 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10645
10646         * djvu/Makefile.am:
10647         * dvi/Makefile.am:
10648         * shell/Makefile.am:
10649         
10650         Move library dependencies to components.
10651         
10652         * shell/ev-window.c: (update_window_title),
10653         (start_loading_document):
10654         
10655         Fix display of uris with spaces. Bug 168358.
10656
10657 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10658
10659         * shell/ev-sidebar-links.c: (selection_changed_cb):
10660         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10661         (ev_view_button_release_event), (ev_view_set_document):
10662         * shell/ev-view.h:
10663         * shell/ev-window.c: (find_bar_search_changed_cb):
10664         * shell/ev-window.h: Minor cleanups removing some dead code.
10665
10666 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10667
10668         * backend/ev-page-cache.c: (_ev_page_cache_new):
10669         
10670         Set current page to 0 if document has pages.
10671
10672 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10673
10674         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10675
10676         Initialize GError to NULL, fix a crash when loading fails.
10677
10678 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10679
10680         * shell/ev-window.c: (update_view_size):
10681
10682         Calculate shadow size only when there is actually
10683         a shadow.
10684
10685 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10688         * shell/ev-view.h:
10689
10690         Allow setting view spacing, default to 0
10691
10692         * shell/ev-window.c: (ev_window_unfullscreen),
10693         (ev_window_cmd_view_fullscreen), (ev_window_init):
10694
10695         Remove spacing in fullscreen mode
10696
10697 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10698
10699         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10700         (ev_view_size_request), (expose_bin_window),
10701         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10702         * shell/ev-view.h:
10703         * shell/ev-window.c: (ev_window_unfullscreen),
10704         (ev_window_cmd_view_fullscreen):
10705
10706         Do not draw the border in fulscreen
10707
10708 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10709
10710         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10711         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10712         (find_page_at_location), (page_changed_cb):
10713
10714         Rework border calculation, so that I can more easily disable it.
10715         Code somewhat cleaner too.
10716
10717 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10718
10719         * backend/ev-page-cache.c: (ev_page_cache_init),
10720         (_ev_page_cache_new):
10721
10722         Remove some assertions, documents can have 0 pages.
10723         Make initial current page -1.
10724
10725         * shell/ev-page-action.c: (page_changed_cb):
10726
10727         Show "" if current page is -1
10728
10729         * shell/ev-window.c: (update_action_sensitivity),
10730         (ev_window_setup_document):
10731
10732         When document has 0 pages do not set the view
10733         and make nearly everything insensitive.
10734
10735 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10736
10737         * shell/ev-page-view.c:
10738         * shell/ev-page-view.h:
10739
10740         Remove unused files.
10741         
10742         * shell/ev-sidebar-thumbnails.c:
10743         (ev_sidebar_thumbnails_set_document):
10744         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10745         (ev_sidebar_supports_document):
10746         * shell/ev-sidebar.h:
10747         * shell/ev-window.c: (ev_window_setup_document):
10748         
10749         Doesn't show thumbnails if document has 1 page. Make
10750         sidebar menu entries sensitive only if if they have 
10751         sense. Fix bug 164811. 
10752
10753 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10754
10755         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10756         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10757         (ev_view_zoom_out), (ev_view_set_size):
10758
10759         Rework sizing to deal with documents with not uniform page
10760         size.
10761
10762 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10763
10764         * backend/ev-page-cache.c: (_ev_page_cache_new):
10765
10766         Fix several page size caching bugs
10767
10768 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10769
10770         * shell/ev-window.c: (set_action_properties):
10771
10772         Make all toolbar items translatable
10773
10774 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10775
10776         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10777         (save_page_list), (ps_document_save),
10778         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10779         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10780         (ps_document_ps_exporter_iface_init):
10781         * ps/ps-document.h:
10782
10783         Based on a patch by J�rg Billeter <j@bitron.ch>
10784         
10785         Implement print and save a copy for the ps backend.
10786
10787 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10788
10789         * backend/ev-document.h:
10790         * djvu/djvu-document.c: (djvu_document_can_get_text),
10791         (djvu_document_document_iface_init):
10792         * dvi/dvi-document.c: (dvi_document_can_get_text),
10793         (dvi_document_document_iface_init):
10794         * pdf/ev-poppler.cc:
10795         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10796         (pixbuf_document_document_iface_init):
10797         * ps/ps-document.c: (ps_document_can_get_text),
10798         (ps_document_document_iface_init):
10799         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10800         * shell/ev-window.c: (update_action_sensitivity):
10801
10802         Fix the crash when trying to copy in backends that doesnt
10803         support it. We can implement a better solution once we
10804         do real text selection.
10805
10806 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10807
10808         * data/evince-ui.xml:
10809         * shell/ev-window.c: (ev_window_cmd_escape):
10810         
10811         Work around the Escape conflict (find bar and unfullscreen)
10812
10813 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10814
10815         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10816         
10817         Fix for #300233. Next page correctly handles document end.
10818         
10819         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10820         (ev_sidebar_thumbnails_class_init),
10821         (ev_sidebar_thumbnails_set_document),
10822         (ev_sidebar_thumbnails_clear_job),
10823         (ev_sidebar_thumbnails_clear_model):
10824         
10825         Cleanup thumbnail jobs on document changes.
10826         
10827         * shell/ev-view.c: (add_scroll_binding_keypad),
10828         (add_scroll_binding_shifted), (ev_view_class_init):
10829         
10830         Shift + Space scrolls up. Fix for #173184
10831         
10832         * shell/ev-window.c: (ev_window_open_page),
10833         (ev_window_cmd_view_reload):
10834         
10835         Fix reload (Bug #300094)
10836
10837 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10838
10839         
10840         * dvi/mdvi-lib/assoc.c:
10841         * dvi/mdvi-lib/assoc.h: Removed garbage files
10842         
10843         * dvi/mdvi-lib/bitmap.c:
10844         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10845         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10846         * dvi/mdvi-lib/color.h: Antialias of rules
10847         
10848         * dvi/mdvi-lib/common.h:
10849         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10850         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10851         * dvi/mdvi-lib/files.c:
10852         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10853         * dvi/mdvi-lib/mdvi.h:
10854         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10855         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10856         * dvi/mdvi-lib/util.c: Fix compile warnings
10857         
10858         * dvi/dvi-document.c:
10859         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10860         (dvi_document_thumbnails_get_thumbnail),
10861         (dvi_document_document_thumbnails_iface_init):
10862         * dvi/mdvi-lib/Makefile.am:
10863         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10864         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10865         
10866         Dvi backend now renders thumbnails
10867
10868 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10869
10870         * shell/main.c: (main): 
10871         
10872         Save accelerators on exit. Fixes bug #172095.
10873
10874 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10875
10876         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10877         update priority" comment.
10878
10879         * backend/ev-job-queue.c: Give a way to change priority.
10880
10881 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10882
10883         * shell/ev-page-action.c: Fix logic.
10884
10885 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10886
10887         * shell/ev-view.c: (ev_view_can_find_next):
10888         * shell/ev-window.c: (ev_window_setup_document):
10889
10890         Check that the document supports find
10891
10892 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10893
10894         * data/evince-ui.xml:
10895         * shell/ev-view.c: (ev_view_can_find_next):
10896         * shell/ev-view.h:
10897         * shell/ev-window.c: (update_action_sensitivity),
10898         (find_changed_cb), (ev_window_setup_document),
10899         (ev_window_cmd_edit_find_next):
10900
10901         Add Edit->Find Next
10902
10903 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10904
10905         * pdf/ev-poppler.cc:
10906         * shell/ev-print-job.c: (idle_print_handler):
10907
10908         Make printing work again
10909
10910 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10911
10912         * shell/ev-page-action.h:
10913         * shell/ev-page-action.c: (ev_page_action_widget_init),
10914         (ev_page_action_widget_class_init), (page_changed_cb),
10915         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10916         (get_filter_model_from_model), (match_selected_cb),
10917         (display_completion_text), (match_completion), (update_model),
10918         (connect_proxy), (ev_page_action_set_property),
10919         (ev_page_action_get_property), (ev_page_action_set_document),
10920         (ev_page_action_set_model), (ev_page_action_class_init): Big
10921         reworking to make completions work iff we have >= GTK-2.7.0
10922                 
10923         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10924         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10925         (job_finished_cb): We now have a 'model' property that is set when
10926         the links are loaded.  This can be caught with "notify::model"
10927
10928         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10929         listen for the model to be set, and propagate it to the action.
10930
10931 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10932
10933         * cut-n-paste/recent-files/egg-recent-item.c:
10934         (egg_recent_item_set_uri), (make_valid_utf8),
10935         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10936         * cut-n-paste/recent-files/egg-recent-item.h:
10937         
10938         Update egg-recent from libegg. This should fix long
10939         startup problem. For details see
10940         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10941
10942 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10943
10944         * cut-n-paste/recent-files/Makefile.am:
10945         * data/evince-ui.xml, shell/Makefile.am:
10946         * shell/ev-application.c, shell/ev-application.h:
10947         * shell/ev-window.c: Recent files support.
10948         
10949         * configure.ac: Added "ru" to ALL_LINGUAS.
10950         
10951         * dvju: new backend to support DJVU files.
10952         * dvi: new backend to support DVI.
10953
10954         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10955         * ev-application.c: Support for new backends.
10956         
10957         * help, ev-window.c, main.c shell/Makefile.am: 
10958         Evince user documentation.
10959
10960 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * po/POTFILES.in:
10963         * shell/ev-window.c:
10964         * thumbnailer/evince-thumbnailer.c:
10965
10966         s/pdf-document/ev-poppler
10967
10968 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10969
10970         * NEWS:
10971         * configure.ac:
10972
10973         Release 0.2.0
10974
10975         * ps/ps-document.c: (setup_pixmap):
10976
10977         Remove debug code
10978
10979 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10980
10981         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10982         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10983         (ev_window_cmd_go_first_page): Fix of by one errors.
10984
10985 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10986
10987         * ps/ps-document.c: (get_page_box):
10988
10989         Fix page size calculation
10990
10991 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10992
10993         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10994         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10995         (get_page_orientation), (setup_page), (document_load),
10996         (ps_document_get_page_size), (render_pixbuf_idle):
10997         * ps/ps-document.h:
10998
10999         More refactoring to adapt to EvDocument changes
11000
11001 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11002
11003         * ps/ps-document.c: (start_interpreter):
11004
11005         Actually add alpha args
11006
11007 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * pdf/ev-poppler.cc:
11010
11011         Make clipboard work again
11012
11013 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11014
11015         Make searching work again.
11016         
11017         * backend/ev-document.c:
11018         * backend/ev-document.h:
11019         * backend/ev-document-find.c:
11020         * backend/ev-document-find.h: Change EvDocumentIface so we no
11021         longer store the current page or zoom level in the document.  The
11022         consequence is that all calls that operate on the current page now
11023         instead take the page number as an extra argument, and all
11024         coordinates are now doubles in document coordinate system.
11025
11026         * pdf/ev-poppler.cc:
11027         * pixbuf/pixbuf-document.c:
11028         * ps/ps-document.c: Update backends accordingly.
11029
11030 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11031
11032         * autogen.sh:
11033
11034         Add required gettext version
11035
11036 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11037
11038         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11039         make F1 bring up non-existent help.
11040
11041         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11042         epiphany's find bar, #167477
11043
11044         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11045         <emil@nishra.com> to add space-bar scrolling, 
11046
11047         * shell/ev-window.c (static GtkActionEntry entries): add default
11048         keybinding for Help (F1)
11049         Fixes #171068
11050
11051         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11052         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11053         170110
11054
11055 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11056
11057         * Makefile.am: 
11058         * pixbuf/pixbuf-document.c: 
11059
11060         Got pixbuf backend working again
11061
11062 2005-04-01  Steve Murphy  <murf@e-tools.com>
11063
11064         * configure.in: Added "rw" to ALL_LINGUAS.
11065
11066 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11067
11068         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11069         model types, noticed by Martin Kretzschmar.
11070
11071 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11072
11073         * pdf/ev-poppler.cc: Implement search based on
11074         poppler_page_find_text().  Currently a bit crude since we remember
11075         all matches from all pages.  Also, we grab the big document lock
11076         when we search since searching changes the underlying stream and
11077         thus conflicts with the rendering thread.
11078         
11079         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11080         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11081         (ev_view_find_previous): Fix some page indexes to be 0 based,
11082         offset rubber band by view offset,
11083
11084 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11085
11086         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11087
11088 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11089
11090         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11091         completely because I didn't understand GtkActions.  I should
11092         read Marco's code more carefully in the future.
11093
11094         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11095         function
11096
11097 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11098
11099         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11100         PopplerRectangle change from poppler CVS.
11101
11102 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11103
11104         * backend/ev-document.c: (ev_document_get_page_label):
11105         * backend/ev-document.h:
11106         * backend/ev-page-cache.c: (_ev_page_cache_new),
11107         (ev_page_cache_get_page_label):
11108         * backend/ev-page-cache.h:
11109         * pdf/ev-poppler.cc:
11110         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11111         (links_page_num_func):
11112         * shell/ev-sidebar-thumbnails.c:
11113         (ev_sidebar_thumbnails_set_document):
11114         * shell/ev-view.c: (status_message_from_link),
11115         (ev_view_motion_notify_event):
11116         * shell/ev-window.c: (document_supports_sidebar): Add in page
11117         label support.  It's not perfect yet, but it's the first 'feature'
11118         in a while.
11119         Also, fix a bogus comment noticed by crispin. 
11120
11121 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11122
11123         * Makefile.am: Remove pixbuf backend for now
11124
11125         * configure.ac: Require poppler-glib instead of just poppler.
11126
11127         * backend/ev-document-thumbnails.h: Add a comment
11128
11129         * backend/ev-document.h:
11130         * backend/ev-document.c: (ev_document_class_init),
11131         (ev_document_load), (ev_document_get_link),
11132         (ev_document_get_links): Remove 3 methods and add get_links.
11133         Also, made 0 based.
11134
11135         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11136         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11137
11138         * backend/ev-link.c: (ev_link_set_title),
11139         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11140         (ev_link_mapping_find):
11141         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11142         
11143         * backend/ev-page-cache.c: (ev_page_cache_init),
11144         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11145         (ev_page_cache_get_size), (ev_page_cache_next_page),
11146         (ev_page_cache_prev_page): Fix to be 0 based.
11147
11148         * pdf/Makefile.am: 
11149         * pdf/ev-poppler.h:
11150         * pdf/ev-poppler.cc: New backend.
11151         
11152         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11153         (ps_document_get_page), (ps_document_document_iface_init):
11154
11155         * shell/ev-pixbuf-cache.h:
11156         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11157         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11158         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11159         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11160         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11161         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11162         based.
11163         
11164         * shell/ev-sidebar-thumbnails.c:
11165         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11166         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11167
11168         * shell/ev-view.c: (status_message_from_link),
11169         (find_page_at_location), (get_link_at_location),
11170         (ev_view_motion_notify_event), (ev_view_button_release_event),
11171         (ev_view_init): Use the new link code.  Fix to be 0 based.
11172
11173         * shell/ev-window.c: (update_action_sensitivity),
11174         (document_supports_sidebar): 0 based.
11175
11176 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11177
11178         * pdf/pdf-document.cc: Patch from Fernando Herrera
11179         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11180         *blush*
11181
11182 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11183
11184         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11185         1 to the page, as this seems to be 1 based.  I thought we has this
11186         fixed.  grump.
11187
11188 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11189
11190         * TODO:
11191         * backend/Makefile.am:
11192         * backend/ev-document-links.c:
11193         (ev_document_links_has_document_links),
11194         (ev_document_links_get_links_model):
11195         * backend/ev-document-links.h:
11196         * backend/ev-document.c: (ev_document_get_page_cache),
11197         (ev_document_get_doc_mutex), (ev_document_load),
11198         (ev_document_save), (ev_document_get_title),
11199         (ev_document_get_n_pages), (ev_document_set_page),
11200         (ev_document_get_page), (ev_document_set_target),
11201         (ev_document_set_scale), (ev_document_set_page_offset),
11202         (ev_document_get_page_size), (ev_document_get_text),
11203         (ev_document_get_link), (ev_document_render),
11204         (ev_document_render_pixbuf), (ev_document_scale_changed):
11205         * backend/ev-document.h:
11206         * backend/ev-job-queue.c: (remove_object_from_queue),
11207         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11208         (no_jobs_available_unlocked), (ev_render_thread),
11209         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11210         (ev_job_queue_remove_job):
11211         * backend/ev-job-queue.h:
11212         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11213         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11214         (ev_job_links_class_init), (ev_job_render_init),
11215         (ev_job_render_dispose), (ev_job_render_class_init),
11216         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11217         (ev_job_thumbnail_class_init), (ev_job_finished),
11218         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11219         (ev_job_render_run), (ev_job_thumbnail_new),
11220         (ev_job_thumbnail_run):
11221         * backend/ev-jobs.h:
11222         * backend/ev-link.c:
11223         * backend/ev-link.h:
11224         * backend/ev-page-cache.c: (ev_page_cache_init),
11225         (ev_page_cache_class_init), (ev_page_cache_finalize),
11226         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11227         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11228         (ev_page_cache_set_link), (ev_page_cache_get_title),
11229         (ev_page_cache_get_size), (ev_page_cache_next_page),
11230         (ev_page_cache_prev_page):
11231         * backend/ev-page-cache.h:
11232         * pdf/pdf-document.cc:
11233         * ps/gsdefaults.c:
11234         * ps/gsdefaults.h:
11235         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11236         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11237         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11238         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11239         (is_interpreter_ready), (output), (catchPipe), (input),
11240         (start_interpreter), (check_filecompressed), (compute_dimensions),
11241         (ps_document_enable_interpreter), (document_load),
11242         (ps_document_next_page), (render_page), (ps_document_set_page),
11243         (ps_document_set_scale), (render_pixbuf_idle),
11244         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11245         * ps/ps-document.h:
11246         * shell/Makefile.am:
11247         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11248         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11249         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11250         (ev_pixbuf_cache_new), (job_finished_cb),
11251         (check_job_size_and_unref), (move_one_job),
11252         (ev_pixbuf_cache_update_range), (find_job_cache),
11253         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11254         (ev_pixbuf_cache_add_jobs_if_needed),
11255         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11256         * shell/ev-pixbuf-cache.h:
11257         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11258         (idle_print_handler):
11259         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11260         (selection_changed_cb), (create_loading_model),
11261         (ev_sidebar_links_construct), (links_page_num_func),
11262         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11263         (update_page_callback), (job_finished_cb),
11264         (ev_sidebar_links_set_document):
11265         * shell/ev-sidebar-thumbnails.c:
11266         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11267         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11268         (page_changed_cb), (thumbnail_job_completed_callback),
11269         (ev_sidebar_thumbnails_set_document):
11270         * shell/ev-sidebar-thumbnails.h:
11271         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11272         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11273         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11274         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11275         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11276         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11277         (ev_view_button_release_event), (ev_view_scroll_view),
11278         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11279         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11280         (ev_view_new), (job_finished_cb), (page_changed_cb),
11281         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11282         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11283         (ev_view_find_previous):
11284         * shell/ev-view.h:
11285         * shell/ev-window.c: (update_action_sensitivity),
11286         (ev_window_open_page), (update_window_title), (update_total_pages),
11287         (page_changed_cb), (ev_window_setup_document),
11288         (password_dialog_response), (ev_window_cmd_save_as),
11289         (ev_window_print), (ev_window_cmd_go_previous_page),
11290         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11291         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11292         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11293         * shell/main.c: (main):
11294
11295         Merge evince-threads branch
11296
11297 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11298
11299         * configure.ac: Added "lt" to ALL_LINGUAS.
11300
11301 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11302
11303         * NEWS:
11304         * configure.ac:
11305
11306         Release 0.1.9
11307
11308 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11309
11310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11311
11312         Fix here also the thumbnails 1-basedness :)
11313
11314 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * NEWS:
11317         * configure.ac:
11318
11319         Release 0.1.8
11320
11321 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * pdf/pdf-document.cc:
11324         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11325         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11326
11327         Fix the mess we did with thumbnails and 1-basedness
11328
11329 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11330
11331         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11332
11333 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11334
11335         * NEWS:
11336         * configure.ac:
11337
11338         Release 0.1.7
11339
11340 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11341
11342         * ps/Makefile.am:
11343         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11344         (gtk_gs_defaults_get_alpha_parameters),
11345         (gtk_gs_defaults_get_ungzip_cmd),
11346         (gtk_gs_defaults_get_unbzip2_cmd):
11347         * ps/gsdefaults.h:
11348         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11349         (ps_document_get_orientation), (document_load),
11350         (ps_document_goto_page), (ps_document_set_page_size):
11351         * ps/ps-document.h:
11352
11353         Some more sanitization of the ps backend. Remove a lot
11354         of unused code and do not base our defaults on ggv
11355         preferences (ugh!)
11356
11357 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11358
11359         * thumbnailer/evince-thumbnailer.schemas:
11360         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11361         (main): add -s option for thumbnail size.
11362
11363 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11364
11365         * configure.ac:
11366
11367         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11368         remove it.
11369
11370 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11371
11372         * pdf/pdf-document.cc:
11373
11374         Remove 4 pixels of useless border from the
11375         thumbnail.
11376
11377 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11378
11379         * backend/ev-document-thumbnails.c:
11380         (ev_document_thumbnails_get_thumbnail):
11381         * backend/ev-document-thumbnails.h:
11382
11383         Rework API a bit. Add a border flag and
11384         change sizing logic (now the size we specify
11385         applies to the bigger dimension).
11386
11387         * pdf/pdf-document.cc:
11388         * pixbuf/pixbuf-document.c:
11389         (pixbuf_document_thumbnails_get_thumbnail):
11390         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11391         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11392
11393         Adapt to the new API and do not draw a border for nautilus
11394         thumbnailer.
11395
11396 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11397
11398         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11399         take thumbnails from page "0" instead of "1". Added a copyright header.
11400
11401 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11402
11403         * ps/ps-document.c: (set_up_page), (start_interpreter):
11404
11405         Make it C89 compliant
11406
11407 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11408
11409         * Makefile.am:
11410         * configure.ac:
11411         * pdf/.cvsignore:
11412         * pdf/pdf-document.cc:
11413         * thumbnailer/Makefile.am:
11414         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11415         (main):
11416         * thumbnailer/evince-thumbnailer.schemas:
11417         * thumbnailer/pdf-icon.png:
11418
11419         Add a nautilus thumbnailer.
11420         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11421
11422 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11423
11424         * NEWS:
11425         * configure.ac:
11426         * po/POTFILES.in:
11427
11428         Release 0.1.6
11429
11430 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11431
11432         Use poppler instead of including xpdf source code.  Poppler is a
11433         fork of xpdf to build it as a shared library. See
11434         http://freedesktop.org/wiki/Software/poppler.
11435
11436         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11437         xpdf fork.
11438         
11439         * pdf/Makefile.am: Build libpdfdocument.a here.
11440         
11441         * pdf/GDKSplashOutputDev.cc:
11442         * pdf/GDKSplashOutputDev.h:
11443         * pdf/GnomeVFSStream.cc:
11444         * pdf/GnomeVFSStream.h:
11445         * pdf-document.cc:
11446         * pdf-document.h:
11447         * test-gdk-output-dev.cc
11448         * Thumb.cc:
11449         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11450         against poppler.
11451
11452 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11453
11454         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11455
11456         Clear idle stack before unsetting the document
11457
11458 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * ps/ps-document.c: (ps_document_widget_event),
11461         (ps_document_set_target), (ps_document_finalize),
11462         (ps_document_get_page):
11463
11464         Disconnect the widget event signal on finalize.
11465         Some code cleanups.
11466
11467 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * ps/ps-document.c: (set_up_page):
11470
11471         If there is no bpixmap create one, even if size
11472         is not changed.
11473
11474 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11475
11476         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11477         (set_up_page), (document_load), (ps_document_set_zoom):
11478
11479         Default page is 0. Calculate size even when we have no
11480         target yet.
11481
11482 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11483
11484         * shell/ev-sidebar.c: expand the selection widget to be always as
11485         wide as the sidebar
11486
11487 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11488
11489         * shell/ev-sidebar-thumbnails.c:
11490         (ev_sidebar_thumbnails_set_document):
11491
11492         Clear the list store when setting document
11493
11494 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11495
11496         * shell/ev-page-action.c: (update_entry), (sync_entry),
11497         (activate_cb), (entry_size_request_cb), (create_tool_item),
11498         (connect_proxy):
11499
11500         Use an entry for the page control instead of spinbuttons
11501
11502 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11503
11504         * data/evince.schemas.in:
11505
11506         Correct confusing string
11507
11508 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11509
11510         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11511         for real.  Gosh, how long has this been broken.
11512
11513         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11514         check for a NULL link.  We crash otherwise.
11515
11516 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11517
11518         * NEWS:
11519         * configure.ac:
11520
11521         Release 0.1.5
11522
11523 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11524
11525         * configure.ac: add the french translation.
11526
11527 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * shell/ev-window.c:
11530
11531         Remove unused header -> fix distcheck
11532
11533 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * shell/ev-window.c: (update_window_title),
11536         (ev_window_popup_password_dialog):
11537
11538         Unescape filename for display
11539
11540 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * pdf/xpdf/pdf-document.cc:
11543
11544         In get_page_size deal with rotation. Also
11545         cleanup the function a bit.
11546
11547 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11548
11549         * pdf/xpdf/pdf-document.cc:
11550
11551         Fix crash when opening in new window
11552
11553 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * configure.ac:
11556
11557         Check ghostscript >= 7
11558
11559 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11560
11561         * shell/ev-window.c:
11562
11563         Make page width the default sizing mode
11564
11565 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11566         Marco Pesenti Gritti <marco@gnome.org>
11567
11568         * shell/ev-window.c: Remember the sidebar size
11569
11570         * data/evince.schemas.in: Add a new gconf key to store the size of
11571         the sidebar
11572
11573 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11574
11575         * data/evince-ui.xml:
11576         * shell/ev-window.c: (update_action_sensitivity),
11577         (ev_window_cmd_view_reload):
11578         
11579         Add a "Reload" action and menu entry
11580
11581 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11582
11583         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11584         iff the type doesn't support thumbnailing and indexing.
11585
11586 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11587
11588         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11589
11590 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11591
11592         * pdf/splash/Splash.cc:
11593
11594         Port fix for a crasher from kde bug
11595         http://bugs.kde.org/show_bug.cgi?id=97131
11596
11597 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11598
11599         * pdf/xpdf/pdf-document.cc:
11600
11601         Return a link even if it's of an unrecognized
11602         type. Otherwise we go in an infinte cycle.
11603
11604 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11607         (size_allocate_cb), (ev_window_set_sizing_mode):
11608
11609         Update size when switching mode
11610
11611 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11612
11613         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11614         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11615         (ev_window_cmd_view_normal_size):
11616
11617         Fix size toggle buttons behavior
11618
11619 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11620
11621         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11622         (doc_rect_to_view_rect), (ev_view_size_allocate),
11623         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11624         (scale_changed_callback):
11625
11626         Do not cache offsets in size_allocate.
11627
11628 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11629
11630         * shell/ev-view.c: (ev_view_size_allocate):
11631
11632         Calculate offsets before calling the parent
11633         class (which does a redraw)
11634
11635 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11636
11637         * pdf/xpdf/pdf-document.cc:
11638
11639         Fix a crasher on exit. Unused code, put a TODO
11640
11641 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11642
11643         * backend/ev-document.c: (ev_document_class_init),
11644         (ev_document_page_changed), (ev_document_scale_changed):
11645         * backend/ev-document.h:
11646
11647         Separate page/scale notifications
11648
11649         * pdf/xpdf/pdf-document.cc:
11650
11651         Emit the new signals.
11652         Do not display the pdf page in _render, do it
11653         when scale/page are requested.
11654
11655         * ps/ps-document.c: (ps_document_set_zoom),
11656         (ps_document_widget_event):
11657         * ps/ps-document.h:
11658
11659         Emit the new signals.
11660
11661         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11662         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11663         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11664         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11665         * shell/ev-view.h:
11666         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11667         (ev_window_cmd_view_page_width), (size_allocate_cb),
11668         (ev_window_set_sizing_mode):
11669
11670         Rework sizing to be pixel based.
11671         There are bugs but should be already way better.
11672
11673 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11674
11675         * shell/ev-window.c: (ev_window_init):
11676
11677         Do not allow to shrink sidebar smaller then
11678         child requisition
11679
11680 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11681
11682         * shell/ev-sidebar.[ch]
11683         * shell/ev-window.c:
11684
11685         Improved sidebar widget. Fixes #166683
11686
11687 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11688
11689         * shell/ev-view.c (update_find_status_message): Give translators
11690         more flexibility with ngettext plural handling.
11691
11692 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11693
11694         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11695         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11696         page when we get the page size.
11697
11698 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11699
11700         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11701
11702         ps pages are 0 based, convert 
11703
11704 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11705
11706         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11707
11708         Initialize correct parent class. Set GError on document load
11709
11710 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11711
11712         * pdf/xpdf/pdf-document.cc:
11713
11714         Fixup selection offset calculation
11715
11716         * shell/ev-view.c: (view_rect_to_doc_rect),
11717         (doc_rect_to_view_rect), (ev_view_size_allocate),
11718         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11719         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11720
11721         Store selection as document relative, so that zooming
11722         and offset changing doesnt break it.
11723
11724 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11725
11726         * shell/ev-view.c: (ev_view_best_fit):
11727
11728         Do not try to best fit if the view is not realized
11729
11730 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11731           
11732         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11733
11734 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11735
11736         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11737
11738 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11739
11740         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11741         the popup window.  That prevents it resizing when in full screen
11742         mode.
11743
11744         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11745         multiple rerenders.  This pretty much sucks.
11746
11747         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11748         rest of the toolbar.
11749
11750 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11751
11752         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11753
11754 2005-02-17  Alexander Shopov  <ash@contact.bg>
11755
11756         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11757
11758 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11759
11760         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11761
11762 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11763
11764         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11765         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11766         (set_document_page), (document_changed_callback),
11767         (ev_view_set_document), (ev_view_find_previous),
11768         (ev_view_hide_cursor), (ev_view_show_cursor):
11769         * shell/ev-view.h:
11770         * shell/ev-window.c: (update_chrome_visibility),
11771         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11772         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11773         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11774         (ev_window_unfullscreen):
11775         * shell/main.c: (main):
11776
11777         Automatically hide the fullscreen button.
11778         Patch by Kristian Høgsberg <krh@redhat.com>
11779
11780 2005-02-16  Vincent Noel  <vnoel@cox.net>
11781
11782         * shell/main.c (main): Specify an icon for the window. Patch by
11783         Jaap A. Haitsma. Fixes #166177.
11784
11785 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11786
11787         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11788
11789 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11790
11791         * backend/ev-document-misc.h:
11792         * backend/ev-document-misc.c:
11793         (ev_document_misc_get_page_border_size),
11794         (ev_document_misc_paint_one_page): New function to canonicalize
11795         sizing/painting a border.
11796
11797         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11798         used.
11799
11800         * pdf/xpdf/pdf-document.cc: use new function
11801
11802         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11803         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11804         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11805         shell/ev-window.c: (update_sizing_buttons),
11806         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11807         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11808         (ev_window_cmd_view_page_width), (size_allocate_cb),
11809         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11810         and "fit width" values act as toggle buttons so they stay
11811         toggled.  It's not 100% perfect, and it's a little slow, but it's
11812         good enough to commit I think.
11813
11814 2005-02-15  David Lodge  <dave@cirt.net>
11815
11816         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11817
11818 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11819
11820         * shell/ev-window.c (update_window_title): replace newlines in
11821         the title by spaces. Bug #166107.
11822
11823 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11824
11825         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11826         parameters providing allocation width and height without
11827         scrollbars and width of a possible vertical scrollbar. With this
11828         additional information the functions can work as
11829         intended. Unfortunately they're not idempotent. We should
11830         transform these commands to toggles. Fixes Bug #164976
11831         Initial patch by Stephane Loeuillet, then heavily modified.
11832
11833         * shell/ev-view.h: update prototypes.
11834
11835         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11836         (ev_window_cmd_view_page_width): provide EvView fit functions with
11837         all the information they need. Formulas to calculate this
11838         information taken from GtkScrolledWindow.
11839
11840 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11841
11842         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11843         created a thumbnail, the list store is updated to know
11844         that the thumbnail is set. Fixes bug #166792
11845
11846 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11847
11848         * shell/ev-window.c: fixed typo, closes bug 166897
11849
11850         * TODO: updated TODO with bug numbers that are relevant
11851
11852 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11853
11854         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11855
11856 2005-02-09  Vincent Noel  <vnoel@cox.net>
11857
11858         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11859         and "Next" toolbar buttons as important to make them stand out.
11860
11861 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * lib/ev-debug.c:
11864         * lib/ev-debug.h:
11865         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11866         (start_interpreter), (stop_interpreter), (document_load),
11867         (ps_document_next_page), (ps_document_goto_page),
11868         (ps_document_set_page_size), (ps_document_widget_event),
11869         (ps_document_render):
11870         * shell/ev-page-view.c: (ev_page_view_dispose):
11871         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11872
11873         Fix compilation on non-gcc platforms
11874
11875 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * NEWS:
11878         * configure.ac:
11879
11880         Release 0.1.4
11881
11882         * pdf/xpdf/Catalog.cc:
11883         * pdf/xpdf/XRef.cc:
11884
11885         Fix the fix for CAN-2004-0888
11886
11887 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11888
11889         * data/Makefile.am:
11890         * data/evince-ui.xml:
11891         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11892         * shell/ev-stock-icons.h:
11893         * shell/ev-window.c: (update_action_sensitivity),
11894         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11895         (set_action_properties):
11896
11897         Improve toolbar layout/icons
11898
11899 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11900
11901         * pdf/xpdf/pdf-document.cc:
11902
11903         Add warnings about unimplemented/unknown link
11904         types.
11905
11906 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * ps/ps-document.c: (set_up_page):
11909
11910         Log gs property
11911
11912 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * ps/ps-document.c: (start_interpreter):
11915
11916         Log gs env var
11917
11918 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * shell/ev-page-view.c: (ev_page_view_dispose):
11921         * shell/ev-view.c: (ev_view_finalize):
11922         * shell/ev-window.c: (ev_window_setup_document),
11923         (ev_window_dispose), (ev_window_init):
11924
11925         Solve more refs issues.
11926
11927         I commented out the page_view initialization for now:
11928         it was never destroyed (because it's never added
11929         to a container). Because of that we was leaking
11930         gs processes. Couldnt think to a clean fix.
11931         We need to figure this out, password view has the
11932         same issue probably.
11933
11934 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11935
11936         * ps/ps-document.c: (ps_document_finalize),
11937         (ps_document_get_n_pages), (ps_document_get_page):
11938
11939         Some cleanups, stop the interpreter on finalize
11940
11941         * shell/ev-page-view.c: (ev_page_view_dispose),
11942         (ev_page_view_class_init):
11943
11944         Release our reference on the document
11945
11946 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * Makefile.am:
11949         * configure.ac:
11950         * doc/debugging.txt:
11951         * lib/.cvsignore:
11952         * lib/Makefile.am:
11953         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11954         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11955         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11956         * lib/ev-debug.h:
11957
11958         Add debugging helpers
11959
11960         * ps/Makefile.am:
11961         * ps/ps-document.c: (set_up_page), (start_interpreter),
11962         (stop_interpreter), (document_load), (ps_document_next_page),
11963         (ps_document_goto_page), (ps_document_set_page_size),
11964         (ps_document_widget_event), (ps_document_render):
11965         * shell/Makefile.am:
11966         * shell/ev-view.c: (expose_bin_window):
11967         * shell/main.c: (main):
11968
11969         Add some logs
11970         
11971 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * ps/ps-document.c: (ps_document_widget_event):
11974
11975         Initialize message_window, this should make ps
11976         rendering really work! (Never noticed because I was
11977         testing with a ps that is causing gs to exit every time!)
11978
11979 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11980
11981         * data/evince.schemas.in: updated simple error in applyto closing tag
11982
11983 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11984
11985         * Makefile.am:
11986         * configure.ac:
11987         * data/.cvsignore:
11988         * data/Makefile.am:
11989         * data/evince-ui.xml:
11990         A data/evince.schemas.in:
11991         * po/POTFILES.in:
11992         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11993         * shell/ev-stock-icons.h:
11994         * shell/ev-window.c: (update_chrome_visibility),
11995         (update_chrome_flag), (ev_window_cmd_edit_find),
11996         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11997         (ev_window_unfullscreen), (ev_window_focus_in_event),
11998         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11999         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12000         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12001         (ev_window_dispose), (ev_window_class_init),
12002         (set_action_properties), (set_chrome_actions), (load_chrome),
12003         (ev_window_init):
12004
12005         Implement fullscreen mode changes from bug #164776.
12006         Also implement persistent chrome toggles.
12007
12008 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12009
12010         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12011
12012 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12013
12014         * NEWS:
12015         * configure.ac:
12016         * shell/ev-view.c:
12017
12018         Add another check for find interface
12019
12020         Release 0.1.3
12021
12022 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12023
12024         * shell/ev-application.c: (ev_application_open):
12025         * shell/ev-window.c: (ev_window_open):
12026
12027         Open gzipped ps documents
12028
12029 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * TODO:
12032         * shell/ev-view.c: (set_document_page):
12033
12034         Clamp page number, dont try to move to
12035         not existant pages.
12036
12037 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * backend/ev-document-find.c: (ev_document_find_changed):
12040         * backend/ev-document-find.h:
12041         * pdf/xpdf/pdf-document.cc:
12042         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12043         * shell/ev-window.c: (find_bar_search_changed_cb):
12044
12045         Fix several bugs with find
12046
12047 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12048
12049         * shell/ev-sidebar-thumbnails.c
12050         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12051         document. Prevents warning from scroll_to_cell.
12052
12053 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12054
12055         * configure.ac: Add «nb» to ALL_LINGUAS too.
12056
12057 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12058
12059         * NOTES: New file with some random thoughts.
12060
12061         * TODO: Update.
12062
12063         * backend/ev-document-misc.c:
12064         (ev_document_misc_get_page_border_size): New function to
12065         canonicalize shadow drawing sizes.  Possibly goofy.
12066
12067         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12068         (ev_view_best_fit), (ev_view_fit_width):
12069         * pdf/xpdf/pdf-document.cc:
12070         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12071         * ps/ps-document.c: (ps_document_get_page_size):
12072         * backend/ev-document-misc.h:
12073         * backend/ev-document.c: (ev_document_get_page_size):
12074         * backend/ev-document.h: get_page_size now takes a page number
12075         parameter.  Made all the backends/frontends honor it.
12076
12077         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12078         see.  Doesn't work yet.
12079
12080         * shell/Makefile.am:
12081         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12082         Doesn't do anything yet.
12083
12084         * shell/ev-sidebar-thumbnails.c:
12085         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12086         [0..n_pages-1]
12087
12088         * shell/ev-window.c: (update_action_sensitivity),
12089         (ev_window_setup_document), (ev_window_set_page_mode),
12090         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12091         view-swapping code a bit so we can have multiple views on a
12092         document.  Add the multi-page view, though it can't be turned on
12093         yet.
12094
12095 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12096
12097         * shell/ev-application.c: (ev_application_open):
12098         * shell/ev-view.c: (expose_bin_window):
12099         * shell/ev-window.c: (ev_window_open):
12100
12101         Support eps and check document supports find
12102         before drawing highlightings in expose.
12103
12104 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12105
12106         * pixbuf/pixbuf-document.c:
12107         (pixbuf_document_thumbnails_get_dimensions),
12108         (pixbuf_document_document_thumbnails_iface_init):
12109
12110         implement get_dimensions
12111
12112 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12113
12114         * NEWS:
12115         * configure.ac:
12116
12117         Release 0.1.2
12118
12119 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12120
12121         * shell/ev-view.c: (set_document_page):
12122
12123         Scroll at the top of the page when changing page
12124
12125 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12126
12127         * shell/ev-view.c: (ev_view_motion_notify_event):
12128
12129         Do not redraw unnecessarily
12130
12131 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12132
12133         * pdf/xpdf/pdf-document.cc:
12134         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12135         (expose_bin_window), (find_changed_cb):
12136
12137         Yay! find works now... Now to find bugs...
12138
12139 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12140
12141         * backend/ev-document-find.c: (ev_document_find_base_init),
12142         (ev_document_find_changed):
12143         * backend/ev-document-find.h:
12144         * pdf/xpdf/pdf-document.cc:
12145         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12146         (expose_bin_window), (ev_view_init), (set_document_page),
12147         (ensure_rectangle_is_visible), (jump_to_find_result),
12148         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12149         (ev_view_find_next), (ev_view_find_previous):
12150         * shell/ev-view.h:
12151         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12152
12153         More work on find implementation, mostly there now
12154
12155 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12156
12157         * backend/ev-backend-marshalers.list:
12158         * backend/ev-document-find.c: (ev_document_find_base_init),
12159         (ev_document_find_cancel), (ev_document_find_page_has_results),
12160         (ev_document_find_get_n_results), (ev_document_find_get_result),
12161         (ev_document_find_get_progress), (ev_document_find_changed):
12162         * backend/ev-document-find.h:
12163
12164         Enanche the find interface to be really able to do
12165         multi page find.
12166
12167         * pdf/xpdf/pdf-document.cc:
12168
12169         Implement
12170
12171         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12172         (expose_bin_window), (ev_view_init),
12173         (ev_view_get_find_status_message), (find_changed_cb),
12174         (ev_view_set_document), (set_document_page):
12175
12176         Adapt to the new interface. A few things are regressed sorry,
12177         I will finish it soon.
12178
12179 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12180
12181         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12182         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12183         ev_sidebar_thumbnails_parent_class variable, don't define another
12184         parent_class variable.
12185
12186         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12187         (ev_page_action_class_init): ditto.
12188
12189         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12190         (pixbuf_document_class_init): ditto.
12191
12192         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12193         ditto.
12194
12195         * .cvsignore: ignore various valgrind output files.
12196
12197 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * data/evince-ui.xml:
12200         * shell/Makefile.am:
12201         * shell/ev-history.c:
12202         * shell/ev-history.h:
12203         * shell/ev-navigation-action.c:
12204         * shell/ev-navigation-action.h:
12205         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12206         (ev_view_set_page), (ev_view_fit_width):
12207         * shell/ev-view.h:
12208         * shell/ev-window.c: (update_action_sensitivity),
12209         (ev_window_setup_document), (register_custom_actions):
12210
12211         Kill session history
12212
12213 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12214
12215         * shell/ev-window.c: (update_action_sensitivity):
12216
12217         Fix inverted up/down buttons
12218
12219 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12220
12221         * shell/ev-sidebar-thumbnails.c
12222         (ev_sidebar_thumbnails_select_page): make sure the selected
12223         thumbnail stays visible.
12224
12225 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12226
12227         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12228         scrolled window for Federico.
12229
12230 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12231
12232         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12233
12234 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12235
12236         * configure.ac:
12237         * pdf/splash/SplashFTFontEngine.cc:
12238
12239         Fix CID fonts with freetype 2.1.9
12240
12241 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12242
12243         * TODO: added item for desktop icon thumbnailer
12244
12245 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12246
12247         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12248         unloaded docs when the title is accessed.
12249
12250         * shell/ev-password-view.[hc]: New widget for displaying password
12251         state.
12252
12253         * shell/ev-window.[ch]: Refactor password handling code to handle
12254         the new view.
12255
12256 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * NEWS:
12259         * configure.ac:
12260         * data/Makefile.am:
12261
12262         Release 0.1.1
12263
12264 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12265
12266         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12267         ignore page offset here, to make search results independent of it,
12268
12269         * shell/ev-view.c (expose_bin_window): but take offsets into
12270         account here. Bug #164932
12271
12272         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12273         scale at the right time. Bug #164996
12274
12275 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12276
12277         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12278         fix the problem. Now I just removed the Adobe font names and hope
12279         that the URW fonts are always in outline format. Bug #164934
12280
12281         * shell/ev-window.c (update_window_title): empty titles are
12282         useless, use filename in that case too.
12283
12284         * NEWS: Add some content.
12285
12286 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12287
12288         * TODO: added one more TODO item and a TODONE section :)
12289
12290 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12291
12292         * ps/ps-document.h: add page_[xy]_offset fields.
12293
12294         * ps/ps-document.c (ps_document_set_page_offset)
12295         (ps_document_render): Keep offset in consideration in a few
12296         places. Bug #164752 "postscript documents are not centered in
12297         window"
12298
12299         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12300         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12301
12302         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12303         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12304         stub out missing methods for complete EvDocument implementation.
12305         Fixes segfaults with Save A Copy and Copy actions.
12306
12307         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12308         (ps_document_document_iface_init): ditto.
12309         
12310 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12311
12312         * data/.cvsignore:
12313         * data/Makefile.am:
12314         * data/evince.desktop.in:
12315
12316         Add desktop file
12317
12318 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12319
12320         * shell/ev-view.c: (ev_view_button_press_event),
12321         (ev_view_motion_notify_event):
12322
12323         Make selection work in any direction
12324
12325 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * TODO:
12328         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12329
12330         Use shorter labels for some of the toolbars items
12331
12332 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12333
12334         * pdf/xpdf/pdf-document.cc:
12335
12336         Check the links info is initialized before
12337         using it. Should fix a crash on startup.
12338
12339 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12340
12341         * pixbuf/pixbuf-document.c
12342         (pixbuf_document_thumbnails_get_dimensions): force floating point
12343         division to calculate page_ratio. Fixes crash with landscape
12344         format pixbufs.
12345
12346 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12347
12348         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12349
12350 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12351
12352         * shell/ev-view.c (set_document_page): unset has_selection when
12353         the page changes.
12354         (set_document_page): handle paper size changes when the page
12355         changes (test with Free Culture, page 2).
12356
12357 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12360         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12361
12362         Use normal style color for the widget background and
12363         draw a black box around the page.
12364
12365 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * pdf/xpdf/pdf-document.cc:
12368
12369         Keep offset in consideration in a few places
12370
12371         * shell/ev-view.c: (expose_bin_window):
12372
12373         Set the offsets so that the document is ever centered
12374
12375 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12376
12377         * TODO: Added TODO items and finished off the first todo item
12378
12379         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12380         reflect current authors
12381
12382 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * pdf/xpdf/pdf-document.cc:
12385         * shell/ev-view.c: (ev_view_set_cursor),
12386         (ev_view_motion_notify_event), (document_changed_callback),
12387         (set_document_page):
12388
12389         Show a wait cursor while the page is rendering
12390
12391 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * shell/ev-sidebar-thumbnails.c:
12394         (ev_sidebar_tree_selection_changed),
12395         (ev_sidebar_thumbnails_select_page):
12396         * shell/ev-sidebar-thumbnails.h:
12397         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12398         (ev_view_can_go_forward):
12399         * shell/ev-window.c: (ev_window_open_page),
12400         (ev_window_setup_document), (update_current_page),
12401         (view_page_changed_cb), (ev_window_init):
12402         * shell/ev-window.h:
12403
12404         Ensure thumbnails selection, toolbar page control and
12405         current page are in sync.
12406
12407 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * pdf/xpdf/XRef.cc:
12410
12411         Fix CAN-2005-0064
12412
12413 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12414
12415         * backend/Makefile.am:
12416         * backend/ev-document-links.h:
12417         * backend/ev-document-security.c: (ev_document_security_get_type),
12418         (ev_document_security_has_document_security),
12419         (ev_document_security_set_password):
12420         * backend/ev-document-security.h:
12421         * backend/ev-document.c: (ev_document_error_quark):
12422         * backend/ev-document.h:
12423         * data/Makefile.am:
12424         * data/evince-password.glade:
12425         * pdf/xpdf/pdf-document.cc:
12426         * shell/Makefile.am:
12427         * shell/ev-password.c: (ev_password_set_bad_password_label),
12428         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12429         (ev_password_dialog_get_password),
12430         (ev_password_dialog_set_bad_pass):
12431         * shell/ev-password.h:
12432         * shell/ev-window.c: (ev_window_get_attribute),
12433         (ev_window_set_property), (update_action_sensitivity),
12434         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12435         (ev_window_setup_document), (ev_window_get_password),
12436         (ev_window_open), (ev_window_cmd_save_as),
12437         (using_postscript_printer), (ev_window_print),
12438         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12439         (update_fullscreen_popup), (ev_window_fullscreen),
12440         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12441         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12442         (menu_item_select_cb), (find_bar_search_changed_cb),
12443         (ev_window_dispose), (ev_window_init):
12444
12445         Add initial support for password-supported dialogs.  This could be
12446         a lot cooler, but it'll do for now.
12447
12448 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * pdf/xpdf/pdf-document.cc:
12451         * shell/ev-view.c: (status_message_from_link),
12452         (ev_view_set_status), (ev_view_set_cursor),
12453         (ev_view_motion_notify_event), (ev_view_init):
12454         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12455
12456         Fix bugs in the links implementation and change cursor
12457         when hovering a link.
12458
12459 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12460
12461         * viewer/.cvsignore: added cvsignore file for viewer directory
12462
12463         * TODO: created TODO document
12464
12465 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12466
12467         * shell/ev-view.h:
12468         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12469         new functions to help with implementation of sensitivity code
12470         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12471         of all actions that might require it.  Fixes a crash when you
12472         click on the Zoom actions in a window lacking a document.
12473
12474 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12475
12476         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12477         of the Find action
12478
12479 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12480
12481         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12482         (pixbuf_document_document_iface_init):
12483         * ps/ps-document.c: (ps_document_get_link),
12484         (ps_document_document_iface_init):
12485         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12486         (status_message_from_link), (ev_view_set_status),
12487         (ev_view_set_find_status), (ev_view_motion_notify_event),
12488         (ev_view_button_release_event), (ev_view_set_property),
12489         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12490         (ev_view_get_find_status_message), (update_find_results),
12491         (ev_view_get_status), (ev_view_get_find_status):
12492         * shell/ev-view.h:
12493         * shell/ev-window.c: (view_status_changed_cb),
12494         (view_find_status_changed_cb), (ev_window_init):
12495
12496         View status message support, use it to show the links.
12497         Needs work...
12498
12499 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * backend/ev-document.c: (ev_document_get_link):
12502         * backend/ev-document.h:
12503         * pdf/xpdf/pdf-document.cc:
12504         * shell/ev-application.c: (ev_application_open):
12505         * shell/ev-application.h:
12506         * shell/ev-sidebar-links.c: (selection_changed_cb):
12507         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12508         (ev_view_go_to_link):
12509
12510         Add support for document links
12511
12512 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12513
12514         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12515         (create_tool_item):
12516         Set the spin button limits correctly.
12517         
12518         * shell/ev-sidebar-thumbnails.c:
12519         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12520         Support changing pages by clicking on the thumbnails.
12521         
12522 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12523
12524         * pixbuf/pixbuf-document.c:
12525         (pixbuf_document_thumbnails_get_dimensions),
12526         (pixbuf_document_document_thumbnails_iface_init):
12527
12528         implement get_dimensions
12529
12530 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * ps/ps-document.c: (ps_document_goto_page):
12533
12534         Fix page switching on multipage documents
12535
12536 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12537
12538         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12539         
12540         check for NULL before assigning to width and height parameters
12541
12542 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12543
12544         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12545         (pixbuf_document_set_property), (pixbuf_document_get_property):
12546
12547         implement get/set properties
12548
12549 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12550
12551         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12552         
12553         return NULL instead of "Unknown", letting the title get set to
12554         the filename when the pdf has no title.
12555
12556 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * ps/ps-document.c: (ps_document_get_page_count),
12559         (ps_document_goto_page):
12560
12561 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12562
12563         * shell/ev-history.c: (ev_history_get_property),
12564         (ev_history_set_property), (ev_history_class_init),
12565         (ev_history_add_page), (ev_history_set_current_index):
12566         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12567         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12568         (ev_navigation_action_finalize):
12569         * shell/ev-navigation-action.h:
12570         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12571         (ev_view_go_forward), (ev_view_get_find_status_message),
12572         (history_index_changed_cb), (ev_view_set_history):
12573         * shell/ev-view.h:
12574         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12575         (update_current_page), (register_custom_actions):
12576
12577         Implement history dropdowns
12578
12579 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12582         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12583         (ev_view_go_forward):
12584         * shell/ev-window.c: (register_custom_actions):
12585
12586         Fix several history bugs
12587
12588 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12589
12590         * configure.ac: Add «nb» to ALL_LINGUAS.
12591
12592 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * backend/Makefile.am:
12595         * backend/ev-bookmark.c:
12596         * backend/ev-bookmark.h:
12597         * backend/ev-document-bookmarks.c:
12598         * backend/ev-document-bookmarks.h:
12599         * backend/ev-document-links.c: (ev_document_links_get_type),
12600         (ev_document_links_has_document_links),
12601         (ev_document_links_begin_read), (ev_document_links_get_link),
12602         (ev_document_links_get_child), (ev_document_links_next),
12603         (ev_document_links_free_iter):
12604         * backend/ev-document-links.h:
12605         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12606         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12607         (ev_link_get_link_type), (ev_link_set_link_type),
12608         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12609         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12610         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12611         (ev_link_new_external):
12612         * backend/ev-link.h:
12613         * pdf/xpdf/pdf-document.cc:
12614         * shell/Makefile.am:
12615         * shell/ev-application.c: (ev_application_open_link):
12616         * shell/ev-application.h:
12617         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12618         (ev_history_get_link_nth):
12619         * shell/ev-history.h:
12620         * shell/ev-sidebar-bookmarks.c:
12621         * shell/ev-sidebar-bookmarks.h:
12622         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12623         (ev_sidebar_links_class_init), (selection_changed_cb),
12624         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12625         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12626         (do_one_iteration), (populate_links_idle),
12627         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12628         * shell/ev-sidebar-links.h:
12629         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12630         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12631         (go_to_index):
12632         * shell/ev-view.h:
12633         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12634         * shell/ev-window.h:
12635
12636         Rename bookmark to link, and use "Index" for the sidebar panel.
12637
12638 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * shell/Makefile.am:
12641         * shell/ev-application.c: (ev_application_open_bookmark):
12642         * shell/ev-application.h:
12643         * shell/ev-history.c: (ev_history_init), (free_links_list),
12644         (ev_history_finalize), (ev_history_class_init),
12645         (ev_history_add_link), (ev_history_add_page),
12646         (ev_history_get_link_nth), (ev_history_get_n_links),
12647         (ev_history_get_current_index), (ev_history_set_current_index),
12648         (ev_history_new):
12649         * shell/ev-history.h:
12650         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12651         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12652         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12653         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12654         (ev_view_set_page):
12655         * shell/ev-view.h:
12656         * shell/ev-window.c: (ev_window_open_bookmark),
12657         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12658         (goto_page_cb), (register_custom_actions):
12659         * shell/ev-window.h:
12660
12661         Initial history implementation. Needs work.
12662
12663 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12664
12665         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12666
12667 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12668
12669         * cut-n-paste/recent-files/egg-recent-item.c:
12670         * cut-n-paste/recent-files/egg-recent-item.h:
12671         * cut-n-paste/recent-files/egg-recent-model.c:
12672         * cut-n-paste/recent-files/egg-recent-util.c:
12673         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12674         * cut-n-paste/recent-files/egg-recent-view.c:
12675
12676         Update
12677
12678 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12679
12680         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12681         (fillGlyph, fillImageMask, drawImage):
12682         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12683         pdf/splash/SplashTypes.h:
12684         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12685         packed mode for Splash.
12686
12687         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12688         RGB8 packed mode, eliminates the pixbuf data creation loop.
12689
12690         * shell/ev-print-job.c (ev_print_job_finalize)
12691         (ev_print_job_set_property, ev_print_job_get_property)
12692         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12693         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12694         (print_closure_finalize, ev_print_job_print): implement
12695         printing (for backends with EvPsExporter)
12696
12697         * shell/ev_print_job.h: update prototypes.
12698
12699         * shell/ev-window.c (ev_window_print): unref print job after
12700         printing.
12701
12702         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12703         unless the document implements the EvDocumentFind interface.
12704
12705 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12706
12707         * configure.ac: Added ja to ALL_LINGUAS.
12708
12709 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * pdf/xpdf/pdf-document.cc:
12712
12713         add a FIXME. We should probably not allocate
12714         a bookmark object every time
12715
12716 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12717
12718         * shell/ev-application.c: (ev_application_open),
12719         (ev_application_open_bookmark):
12720         * shell/ev-application.h:
12721         
12722         Add a way to open bookmarks
12723
12724         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12725         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12726         (ev_bookmark_set_property), (ev_bookmark_class_init),
12727         (ev_bookmark_new_title), (ev_bookmark_new_link),
12728         (ev_bookmark_new_external):
12729
12730         Support for external uris, better constructors.
12731
12732         * backend/ev-bookmark.h:
12733         * pdf/xpdf/pdf-document.cc:
12734         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12735
12736         Handle external uris
12737
12738 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12741         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12742
12743         Hook up bookmarks navigation
12744
12745 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * backend/Makefile.am:
12748         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12749         (ev_bookmark_get_title), (ev_bookmark_set_title),
12750         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12751         (ev_bookmark_get_page), (ev_bookmark_set_page),
12752         (ev_bookmark_get_property), (ev_bookmark_set_property),
12753         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12754         (ev_bookmark_new):
12755         * backend/ev-bookmark.h:
12756         * backend/ev-document-bookmarks.c:
12757         (ev_document_bookmarks_get_bookmark):
12758         * backend/ev-document-bookmarks.h:
12759         * pdf/xpdf/pdf-document.cc:
12760         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12761
12762         Add a bookmark object to the backend and use it instead of get_values
12763
12764 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12765
12766         * data/evince-ui.xml:
12767
12768         Cleanup and add select all.
12769
12770         * shell/ev-view.c: (ev_view_select_all),
12771         (ev_view_button_press_event):
12772         * shell/ev-view.h:
12773         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12774
12775         Add select all.
12776         Clear selection on click.
12777
12778 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12779
12780         * shell/ev-sidebar-thumbnails.c
12781         (ev_sidebar_thumbnails_set_document): forgot to unref the
12782         loading_icon.
12783
12784 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12785
12786         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12787         at the visible page, not just linearly.  This makes it look fast.
12788
12789 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12790
12791         * backend/ev-document-misc.c
12792         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12793         white.
12794         * backend/ev-document-thumbnails.h: New interface to get the size
12795         of a page.
12796
12797 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12798
12799         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12800         make dist works
12801
12802 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12803
12804         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12805         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12806         things up a bit.
12807
12808         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12809
12810 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12811
12812         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12813         fonts. Should fix font problems on systems that have the base
12814         fonts in bitmap format. Reported by James Henstridge
12815         <james@jamesh.id.au>.
12816
12817 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * pdf/xpdf/Gfx.cc:
12820         * pdf/xpdf/GfxState.cc:
12821
12822         Fix for CAN-2004-1125
12823
12824 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12825
12826         * shell/ev-view.c: (ev_view_copy):
12827         * shell/ev-view.h:
12828         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12829
12830         Implement Edit->Copy
12831
12832 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12833
12834         * backend/ev-document.c: (ev_document_get_text):
12835         * backend/ev-document.h:
12836         * pdf/xpdf/pdf-document.cc:
12837         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12838         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12839         (ev_view_update_primary_selection), (ev_view_button_press_event),
12840         (ev_view_motion_notify_event), (ev_view_button_release_event):
12841
12842         Beginnings of clipboard support. Incomplete but primary sort
12843         of work.
12844
12845 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12848         (expose_bin_window):
12849
12850         Nicer rubberband drawing, from GtkIconView.
12851
12852 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * backend/ev-document.c: (ev_document_save):
12855         * backend/ev-document.h:
12856         * data/evince-ui.xml:
12857         * pdf/xpdf/pdf-document.cc:
12858         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12859
12860         Implement "Save a copy..." menu item
12861
12862 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12863
12864         * shell/ev-view.c: (ev_view_zoom):
12865
12866         Queue a resize when zoom changes
12867
12868 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12869
12870         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12871         shadows.
12872
12873         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12874         thumbnails..
12875
12876 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12877
12878         * pdf/xpdf/pdf-document.cc
12879         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12880
12881 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12882
12883         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12884         It's slow, but I'll speed it up next!
12885
12886 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12887
12888         * shell/main.c (load_files):
12889
12890         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12891         from the command line and because it seems more appropriate.
12892
12893 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * data/evince-ui.xml:
12896         * shell/ev-window.c: (update_action_sensitivity),
12897         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12898
12899         s/next page/page down
12900         s/previous page/page up
12901
12902 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12903
12904         * data/evince-ui.xml:
12905
12906         Change the layout to match clarkbw design.
12907
12908         * shell/Makefile.am:
12909         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12910         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12911         (ev_navigation_action_finalize),
12912         (ev_navigation_action_set_property),
12913         (ev_navigation_action_get_property),
12914         (ev_navigation_action_class_init):
12915         * shell/ev-navigation-action.h:
12916
12917         Implement clarkbw toolbar navigation controls (incomplete)
12918
12919         * shell/ev-page-action.c: (update_label), (update_spin),
12920         (value_changed_cb), (create_tool_item), (connect_proxy),
12921         (ev_page_action_init), (ev_page_action_finalize),
12922         (ev_page_action_set_property), (ev_page_action_get_property),
12923         (ev_page_action_set_current_page),
12924         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12925         * shell/ev-page-action.h:
12926
12927         Implement a page switcher in the toolbar
12928
12929         * shell/ev-view.c: (ev_view_scroll_view):
12930         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12931         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12932         (register_custom_actions), (ev_window_init):
12933
12934         Change page on PageUp/Down.
12935
12936 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12937
12938         * pdf/xpdf/pdf-document.cc
12939         (pdf_document_thumbnails_get_thumbnail): initial stab at
12940         implementing thumbnail support for pdfs.  It only does documents
12941         with precached pdfs now.
12942
12943 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12944
12945         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12946         thumbnail code into a time-based idle as well.  Also, turn off the
12947         shadow temporarily as it's really slow.
12948
12949 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12950
12951         * backend/ev-document.c: (ev_document_class_init):
12952         * pdf/xpdf/pdf-document.cc:
12953         * shell/ev-window.c: (ev_window_open):
12954
12955         Fix document title bugs and fallback to
12956         filename when not available.
12957
12958 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * backend/ev-document.c: (ev_document_get_type),
12961         (ev_document_class_init), (ev_document_load),
12962         (ev_document_get_title):
12963         * backend/ev-document.h:
12964         * pdf/xpdf/pdf-document.cc:
12965         * ps/ps-document.c: (ps_document_set_property),
12966         (ps_document_get_property), (ps_document_class_init),
12967         (document_load):
12968         * ps/ps-document.h:
12969         * ps/ps.h:
12970         * shell/ev-window.c: (update_window_title), (ev_window_open),
12971         (ev_window_init):
12972
12973         Initial support for document title. Not working yet.
12974
12975 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12976
12977         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12978
12979         Grab focus on the view when clicking it
12980
12981 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12982
12983         * shell/ev-marshal.list:
12984         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12985         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12986
12987         Add key bindings to the view. Now if the focus would work
12988         right...
12989
12990 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12991
12992         * Makefile.am:
12993         * backend/Makefile.am:
12994         * data/Makefile.am:
12995         * dvi/Makefile.am:
12996         * dvi/dvilib/Makefile.am:
12997         * pdf/xpdf/Makefile.am:
12998         * po/POTFILES.in:
12999         * ps/Makefile.am:
13000
13001         Fix distcheck
13002
13003 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13004
13005         * shell/ev-view.c: (ev_view_realize):
13006
13007         Fix mouse wheel scrolling
13008
13009 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13010
13011         * ps/Makefile.am:
13012         * ps/gstypes.h:
13013         * ps/gtkgs.c:
13014         * ps/gtkgs.h:
13015         * ps/ps-document.c: (catchPipe), (ps_document_init),
13016         (ps_document_class_init), (ps_document_cleanup),
13017         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13018         (set_up_page), (close_pipe), (is_interpreter_ready),
13019         (interpreter_failed), (output), (input), (start_interpreter),
13020         (stop_interpreter), (file_length), (file_readable),
13021         (check_filecompressed), (check_pdf), (compute_xdpi),
13022         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13023         (ps_document_get_type), (ps_document_emit_error_msg),
13024         (document_load), (ps_document_next_page),
13025         (ps_document_get_current_page), (ps_document_get_page_count),
13026         (ps_document_goto_page), (ps_document_set_page_size),
13027         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13028         (ps_document_load), (ps_document_get_n_pages),
13029         (ps_document_set_page), (ps_document_get_page),
13030         (ps_document_widget_event), (ps_document_set_target),
13031         (ps_document_set_scale), (ps_document_set_page_offset),
13032         (ps_document_get_page_size), (ps_document_render),
13033         (ps_document_document_iface_init):
13034         * ps/ps-document.h:
13035         * ps/ps.c:
13036         * shell/ev-window.c: (ev_window_open):
13037
13038         Rename GtkGS to PSDocument
13039
13040 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13041
13042         * ps/gtkgs.c: (gtk_gs_class_init):
13043         * ps/gtkgs.h:
13044
13045         Some more leftover...
13046
13047 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13048
13049         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13050         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13051         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13052         * ps/gtkgs.h:
13053
13054         Remove unused code and make a lot of stuff private
13055
13056 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13057
13058         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13059         (gtk_gs_defaults_changed):
13060         * ps/gsdefaults.h:
13061         * ps/gtkgs.c:
13062         * ps/gtkgs.h:
13063         * ps/ps.h:
13064
13065         Cleanup headers dependencies
13066
13067 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * ps/Makefile.am:
13070         * ps/ggvutils.c:
13071         * ps/ggvutils.h:
13072         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13073         * ps/gsdefaults.h:
13074         * ps/gtkgs.c: (file_length), (file_readable),
13075         (check_filecompressed), (check_pdf), (gtk_gs_load),
13076         (gtk_gs_get_postscript):
13077
13078         Get rid of ggvutils
13079
13080 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * ps/ggvutils.c:
13083         * ps/ggvutils.h:
13084         * ps/gsio.h:
13085         * ps/gtkgs.c: (gtk_gs_set_zoom):
13086
13087         Cleanups
13088
13089 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13092
13093         Ensure the page is rerendered when changing zoom
13094
13095 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * backend/ev-document.c: (ev_document_base_init),
13098         (ev_document_changed):
13099         * backend/ev-document.h:
13100
13101         Add a changed event that is emitted when the page content
13102         changes. This is necessary to deal with the fact that
13103         in ps backend rendering happen asycrounously.
13104         This makes the ps backend mostly work.
13105
13106         * pdf/xpdf/pdf-document.cc:
13107
13108         Emit changed event
13109
13110         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13111         (ps_document_set_target):
13112
13113         Emit changed event
13114
13115         * shell/ev-view.c: (document_changed_callback),
13116         (ev_view_set_document), (ev_view_set_page):
13117
13118         Redraw on the changed signal
13119
13120 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13121
13122         * configure.ac: Added pt_BR to ALL_LINGUAS.
13123
13124 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13125
13126         * backend/ev-document-bookmarks.c:
13127         (ev_document_bookmarks_get_child): *
13128         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13129         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13130         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13131         (ev_sidebar_bookmarks_destroy),
13132         (ev_sidebar_bookmarks_class_init),
13133         (ev_sidebar_bookmarks_construct), (stack_data_free),
13134         (do_one_iteration), (populate_bookmarks_idle),
13135         (ev_sidebar_bookmarks_clear_document),
13136         (ev_sidebar_bookmarks_set_document): *
13137         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13138         (ev_sidebar_add_page),
13139         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13140         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13141         it displays both the topics and the page numbers.
13142
13143 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13144
13145         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13146         toggle.
13147         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13148         visible.
13149
13150 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13151
13152         * configure.ac: Added en_CA to ALL_LINGUAS.
13153
13154 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13155
13156         * ChangeLog: replace bottom of this ChangeLog (merged history of
13157         ggv and gpdf; where all paths were wrong and most of the files are
13158         not even in this tree) with ChangeLog (from arch) of the shell
13159         code.
13160
13161 2004-12-23  Havoc Pennington  <hp@redhat.com>
13162
13163         * shell/ev-window.c: hook up potentially-questionable "find
13164         results status text" feature - something involving the sidebar or
13165         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13166         might be better in the end.
13167
13168         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13169         with corresponding signal when it should be updated
13170
13171         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13172
13173 2004-12-22  Havoc Pennington  <hp@redhat.com>
13174
13175         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13176         find stuff on other pages, sort of (only returns one result on
13177         invisible pages, to show they have results; updates full results
13178         for a page when you view it). Currently repaints the current page
13179         every time a new result is found on any page, which isn't so nice.
13180
13181 2004-12-22  Havoc Pennington  <hp@redhat.com>
13182
13183         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13184         the document doesn't support find (better ideas?)
13185         (find_bar_search_changed_cb): handle missing document or document
13186         that doesn't support find
13187
13188         * pdf/xpdf/pdf-document.cc: port to implement the new
13189         EvDocumentFindIface
13190
13191         * backend/ev-document-find.c: create a new interface for searching
13192
13193         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13194
13195 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13196
13197         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13198         libevbackend.la.
13199
13200         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13201         EvPrintJob constructor arguments.
13202
13203         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13204         for documents that can export PostScript (page by page).
13205
13206         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13207         
13208         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13209         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13210         (pdf_document_ps_exporter_iface_init:
13211         Implement EvPSExporter.
13212
13213         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13214
13215 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13216
13217         * backend/Makefile.am:
13218         * backend/ev-document-thumbnails.c:
13219         (ev_document_thumbnails_get_type),
13220         (ev_document_thumbnails_get_thumbnail):
13221         * backend/ev-document-thumbnails.h:
13222         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13223         (pixbuf_document_thumbnails_get_thumbnail),
13224         (pixbuf_document_document_thumbnails_iface_init):
13225         * shell/Makefile.am:
13226         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13227         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13228         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13229         * shell/ev-sidebar-thumbnails.h:
13230         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13231         (ev_sidebar_set_document):
13232         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13233         (create_shadow), (ev_pixbuf_add_shadow):
13234         * shell/ev-utils.h:
13235         Add thumbnail support.
13236         
13237 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13238
13239         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13240         (using_postscript_printer): Set up a print dialog for "PostScript
13241         injection" method.
13242
13243         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13244         EvPrintJob.
13245
13246         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13247
13248 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13249
13250         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13251         (ps_document_set_target), (ps_document_get_page_size),
13252         (ps_document_render):
13253         * ps/gtkgs.h:
13254
13255         Fix a few bugs
13256
13257 2004-12-22  Christian Rose  <menthos@menthos.com>
13258
13259         * configure.ac: Added "sv" to ALL_LINGUAS.
13260
13261 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13262
13263         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13264         document supports bookmarks.
13265
13266 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13267
13268         * ps/ggvutils.c: (ggv_file_readable):
13269         * ps/ggvutils.h:
13270         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13271         (gtk_gs_get_postscript):
13272
13273         Remove unused utils
13274
13275 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13278         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13279         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13280         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13281         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13282         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13283         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13284         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13285         (gtk_gs_set_antialiasing), (ps_document_load),
13286         (ps_document_render):
13287         * ps/gtkgs.h:
13288
13289         Another check point for the ps backend. Now I can get it to show
13290         pages!
13291
13292 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13293
13294         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13295         document setting code.
13296
13297 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13298
13299         * shell/eggfindbar.c: (entry_activate_callback):
13300         Animate the next button when activate is pressed.
13301         
13302 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13303
13304         * shell/ev-window.c: (ev_window_cmd_edit_find),
13305         (update_fullscreen_popup), (ev_window_fullscreen),
13306         (ev_window_unfullscreen), (ev_window_state_event_cb),
13307         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13308         Fix bugs in fullscreen code.
13309         
13310 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13311
13312         * Makefile.am:
13313         * configure.ac:
13314         * pixbuf/Makefile.am:
13315         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13316         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13317         (pixbuf_document_set_page), (pixbuf_document_get_page),
13318         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13319         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13320         (pixbuf_document_render), (pixbuf_document_begin_find),
13321         (pixbuf_document_end_find), (pixbuf_document_finalize),
13322         (pixbuf_document_class_init),
13323         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13324         * pixbuf/pixbuf-document.h:
13325         * shell/Makefile.am:
13326         * shell/ev-application.c: (ev_application_open):
13327         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13328         (ev_window_open):
13329         Add pixbuf backend.
13330         
13331 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13332
13333         * Makefile.am: 
13334         * dvi/dvilib/Makefile.am:
13335         * dvi/Makefile.am:
13336         * configure.ac: Auto*ify dvi and dvi/dvilib
13337
13338         * dvi/Makefile: Remove from CVS
13339         
13340         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13341         confusion.
13342
13343         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13344         
13345         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13346         
13347 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13348
13349         * ps/Makefile.am:
13350         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13351         (gtk_gs_value_adjustment_changed), (compute_size),
13352         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13353         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13354         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13355         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13356         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13357         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13358         (ps_document_load), (ps_document_get_n_pages),
13359         (ps_document_set_page), (ps_document_get_page),
13360         (ps_document_set_target), (ps_document_set_scale),
13361         (ps_document_set_page_offset), (ps_document_get_page_size),
13362         (ps_document_render), (ps_document_begin_find),
13363         (ps_document_end_find), (ps_document_document_iface_init):
13364         * ps/gtkgs.h:
13365         * shell/Makefile.am:
13366         * shell/ev-window.c: (ev_window_open):
13367
13368         Some work to integrate gtkgs with EvDocument
13369
13370 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13371
13372         * shell/ev-window.c: (update_fullscreen_popup),
13373         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13374         (exit_fullscreen_button_clicked_cb),
13375         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13376         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13377         (ev_window_state_event_cb), (ev_window_init):
13378         Add fullscreen support from Epiphany.
13379         
13380 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13381
13382         * data/ev-stock-zoom-fit-width.png: fit-width
13383         stock icon from gpdf.
13384         
13385         * shell/ev-stock-icons.[ch]: copied from gpdf.
13386         
13387         * shell/main.c: (main): init stock icons.
13388         
13389         * shell/ev-window.c: use the fit-width icon.
13390         
13391         * data/evince-ui.xml: add zooming toolbar items.
13392
13393 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13394
13395         * shell/ev-view.c: 
13396         (ev_view_best_fit), (ev_view_fit_width): because
13397         get_page_size() returns the scaled page size, we
13398         need to calculate the scale factor relative to
13399         the previous scale factor. Should really just
13400         add get_real_page_size().
13401
13402 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13403
13404         * shell/ev-view.[ch]:
13405         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13406         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13407         add zooming.
13408         
13409         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13410         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13411         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13412         hook it up.
13413         
13414         * pdf/xpdf/pdf-document.cc:
13415         (pdf_document_begin_find),
13416         (pdf_document_end_find): make static.
13417
13418 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13419
13420         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13421
13422         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13423         names to fontconfig patterns.
13424         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13425
13426         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13427         setupBaseFontsFc.
13428
13429 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * Makefile.am:
13432         * configure.ac:
13433         * ps/Makefile.am:
13434         * ps/ggvutils.c:
13435         * ps/ggvutils.h:
13436         * ps/gsdefaults.c:
13437         * ps/gsdefaults.h:
13438         * ps/gsio.c:
13439         * ps/gsio.h:
13440         * ps/gtkgs.c:
13441         * ps/gtkgs.h:
13442         * ps/ps.c:
13443         * ps/ps.h:
13444
13445         Import ggv backend. Not hooked up yet.
13446
13447 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13448
13449         * shell/main.c: (load_files), (main): load files
13450         from the command line.
13451
13452 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13453
13454         * configure.ac: don't require bonobo.
13455         
13456         * cut-n-paste/recent-files/*: kill bonobo recent
13457         view.
13458
13459         * shell/ev-window.c:
13460         (ev_window_is_empty): upd.
13461         (unable_to_load), (ev_window_open): load backend
13462         based on the mime type.
13463
13464 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13465
13466         * backend/.cvsignore: ignore generated marshalers source.
13467
13468         * shell/main.c (main): this is not epiphany.
13469
13470 2004-12-22  Havoc Pennington  <hp@redhat.com>
13471
13472         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13473         (expose_bin_window): draw find highlights
13474
13475         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13476         
13477         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13478         (pdf_document_end_find): implement this interface
13479
13480         * backend/ev-document.c (ev_document_found): add this to emit
13481         signal
13482
13483 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13484
13485         * data/evince-ui.xml: Add a few more toolbar items.
13486
13487         * shell/ev-window.c: Hook up page navigation toolbar 
13488         items.
13489
13490         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13491         a page-changed signal.
13492
13493         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13494         Add ev_document_get_page().
13495
13496         * shell/ev-window.c: Sensitize/desensitize navigation
13497         actions.
13498
13499 2004-12-21  Havoc Pennington  <hp@redhat.com>
13500
13501         * backend/ev-backend-marshal.c,
13502         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13503         marshaler-generator thingy. I'm sure there's a better way to do
13504         this in the modern world.
13505
13506         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13507         end_find methods and "found" signal.
13508
13509         * configure.ac: find glib-genmarshal
13510
13511 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13512
13513         * shell/ev-sidebar.c: Construct an actual sidebar.
13514         * shell/ev-sidebar-bookmarks.[ch]:
13515         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13516
13517 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13518
13519         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13520         Redo size handling.
13521         
13522         * shell/ev-view.c: Track the size from the document.
13523
13524 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13525
13526         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13527         constructor assumes ownership of the string passed in.
13528         
13529         * shell/ev-window.c (ev_window_open): Destroy the error
13530         dialog once we've displayed it.
13531
13532 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13533
13534         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13535         a bit, it works! (sort of)
13536
13537         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13538         Move to .cc since we need to use C++ in the implementation.
13539
13540         * shell/dummy.cc: Add a CC file to force evince
13541         to be linked as a C++ program.
13542
13543 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13544
13545         * shell/ev-view.[ch]: Start of content-area widget.
13546
13547         * shell/ev-window.c: Create a EvView, update it
13548         as we change documents.
13549
13550         * shell/Makefile.am shell/ev-marshal.list: Add
13551         generated marshalers.
13552
13553 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13554
13555         * Makefile.am (SUBDIRS): move shell.
13556
13557 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13558
13559         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13560         .a to libtool convenience libraries.
13561
13562         * shell/ev-window.c (ev_window_open): Hard code loading
13563         a PDF document.
13564         
13565         * backend/ev-document.h: Add a boolean return to load(),
13566         fix GError * to GError **.
13567
13568         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13569         object for a PDF backend EvDocument.
13570
13571 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13572
13573         * dvi/*: New directory with the beginning of a .dvi backend.
13574
13575 2004-12-21  Havoc Pennington  <hp@redhat.com>
13576
13577         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13578         previous/next instead of back/forward
13579
13580 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13581
13582         * backend/ev-document.[ch]: Fix a couple of problems so
13583         it compile.
13584
13585 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13586
13587         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13588         to backend/ directory, rename EvViewer to EvDocument.
13589
13590 2004-12-21  Havoc Pennington  <hp@redhat.com>
13591
13592         * shell/ev-window.c: hook up the find bar widget; now we just need
13593         a document to find things in
13594
13595         * shell/eggfindbar.c: a find bar widget
13596
13597 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13598
13599         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13600
13601 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13602
13603         * pdf/**: Import of xpdf code from gpdf. 
13604
13605         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13606
13607         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13608         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13609         Fix FreeType includes.
13610
13611         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13612         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13613         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13614         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13615         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13616         Include xpdfconfig.h
13617         
13618 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13619
13620         * shell/ev-window.c (ev_window_dispose): dispose can be called
13621         multiple times.
13622
13623 2004-12-21  Havoc Pennington  <hp@redhat.com>
13624
13625         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13626         rather than Evince
13627
13628         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13629         items; really they should be synced with the strings, etc. from
13630         current gpdf, but just getting the boring typing out of the way 
13631
13632 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * po/POTFILES.in:
13635         * shell/ev-application.c: (window_destroy_cb):
13636         * shell/ev-window.c:
13637         * shell/main.c: (main):
13638
13639         Actually show the window...
13640
13641 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13642
13643         * Makefile.am:
13644         * shell/Makefile.am:
13645         * shell/ev-application.c: (ev_application_class_init):
13646         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13647
13648         Make it build again
13649
13650 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         Import to gnome cvs.
13653         
13654         * Remove copies of gpdf and ggv trees.
13655         * Rip out all the recursive configure code.
13656         * Remove bonobo machinery.
13657         * viewer/*: GInterfaces that backends should/can implement.
13658
13659 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13660
13661         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13662         typo
13663
13664 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13665
13666         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13667         (ev_application_finalize, ev_application_class_init)
13668         (ev_application_init): use GType instance private data for priv.
13669
13670         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13671         (ev_window_finalize, ev_window_class_init)
13672         (ev_window_init): ditto.
13673
13674 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13675
13676         * shell/ev-application.c (ev_application_new_window): make public
13677         (ev_application_show_initial_window): kill.
13678
13679         * shell/ev-application.h: update prototypes.
13680
13681         * shell/main.cc (main): inline ev_application_show_initial_window.
13682
13683 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13684
13685         * shell/ev-application.c (ev_application_new_window): impl.
13686         (ev_application_show_initial_window): use it.
13687         (is_window_empty, ev_application_get_empty_window): returns an
13688         existing empty window or a new one.
13689         (ev_application_open): from ev_window_cmd_file_open.
13690
13691         * shell/ev-application.h: update prototypes
13692
13693         * shell/ev-window.c (ev_window_is_empty): impl.
13694         (ev_window_open): make public.
13695         (ev_window_cmd_file_open): use ev_application_open
13696
13697         * shell/ev-window.h: update prototypes, remove unused.
13698
13699 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13700
13701         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13702         move destroy handler out of here...
13703
13704         * shell/ev-application.c, shell/ev-application.h: ...into this new
13705         class. Also handles initial window creation.
13706
13707         * shell/main.cc (main): use EvApplication to create initial
13708         window.
13709
13710 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13711
13712         * Makefile.am (SUBDIRS): add cut-n-paste
13713
13714         * cut-n-paste/Makefile.am: add
13715
13716         * configure.ac: generate Makefiles in cut-n-paste
13717
13718 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13719
13720         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13721         (ev_window_class_init): install ev_window_dispose.
13722
13723 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13724
13725         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13726         char (gchar looks stupid).
13727
13728 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13729
13730         * po/de.po: updated German translation.
13731
13732 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13733
13734         * configure.ac: add more pkg-config library checks for gnome-vfs,
13735         bonobo etc.
13736
13737         * gpdf/configure.in: temporarily disable libpaper
13738         checks. Otherwise I'd have to add the checks for the shell, too.
13739
13740 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13741
13742         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13743         and * file filters to the file choose.
13744
13745 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13746
13747         * po/de.po: Updated German translation.
13748
13749 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13750
13751         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13752
13753 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13754
13755         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13756
13757         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13758         (ev_window_init): implement those menuitems.
13759
13760 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13761
13762         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13763
13764         * shell/ev-window.c (ev_window_init): use the toolbar.
13765
13766 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13767
13768         * shell/ev-window.c (ev_window_init): use menu translations
13769
13770 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13771
13772         * configure.ac: add "de" to ALL_LINGUAS.
13773
13774         * po/de.po: add German translation.
13775
13776 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13777
13778         * Makefile.am (SUBDIRS): add po
13779
13780         * configure.ac: check intltool, glib-gettext etc, generate
13781         po/Makefile.in
13782
13783         * po, po/POTFILES.in, po/POTFILES.skip: new.
13784
13785 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13786
13787         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13788         already use (#ifdef ENABLE_NLS)
13789
13790         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13791         pointer indirection thinko.
13792
13793         * shell/main.c: include gi18n.h for bindtextdomain etc.
13794
13795 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13796
13797         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13798         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13799         tooltips for menu items in the statusbar.
13800
13801 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13802
13803         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13804         pkgdatadir drop UIDIR
13805
13806 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13807
13808         * data/evince-ui.xml: Add File->Open menu item
13809
13810         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13811         chooser), hook it up in the ui manager.
13812
13813 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13814
13815         * shell/ev-window.c: fix Help->About tooltip.
13816
13817 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13818
13819         * configure.ac: set CFLAGS for libevprivate.
13820
13821         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13822         definitions, factory etc.
13823
13824         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13825
13826         * shell/Makefile.am: link against libevprivate.a.
13827
13828         * shell/ev-window.c (entries): add stock icon to Help->About.
13829
13830         * shell/main.c (main): init stock icon code.
13831
13832 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13833
13834         * lib/recent-files: egg recent files code
13835
13836         * lib/Makefile.am: add.
13837
13838         * Makefile.am: add lib subdir.
13839
13840         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13841         set CFLAGS for recent-files.
13842
13843 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13844
13845         * configure.ac: disable -ansi and -pedantic gcc flags. They
13846         disable POSIX stuff in stdio.h, but egg-recent uses them.
13847
13848 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13849
13850         * configure.ac: add --disable-deprecated flag (defaults to on in
13851         "cvs" builds).
13852
13853         * shell/Makefile.am (INCLUDES): use it.
13854
13855 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13856
13857         * shell/main.c: add missing #include.
13858
13859         * shell/ev-window.c: fix for pedantic gcc.
13860         (ev_window_cmd_help_about): split license into paragraphs for
13861         translators and pedantic compilers.
13862
13863 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13864
13865         * configure.ac: add more warning flags if compiling with gcc from
13866         cvs (or explicitly requested with --enable-more-warnings).
13867
13868 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13869
13870         * data/evince-ui.xml: add File and File->Close menu.
13871
13872         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13873         (ev_window_destroy): quit after destroy.
13874         (ev_window_class_init): override GtkObject::destroy.
13875         (entries): install close_window callback.
13876
13877 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13878
13879         * Makefile.am (SUBDIRS): add data subdir.
13880
13881         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13882         gtk+ 2.5.0 for GtkAboutDialog.
13883
13884         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13885         main window.
13886
13887         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13888
13889         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13890         manager.
13891         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13892
13893 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13894
13895         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13896
13897 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13898
13899         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13900
13901 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13902
13903         * shell/*: Added shell directory boilerplate, build it.
13904
13905 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13906
13907         * configure.ac, Makefile.am: Added top-level configure.ac and
13908         Makefile.am