]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
cs.po: Updated Czech translation by Adrian Gunis (bug #544424).
[evince.git] / ChangeLog
1 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-debug.c: (profile_init):
4
5         Create the hash table also when profiling service is enabled for
6         all sections.
7         
8 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * libdocument/ev-debug.[ch]: (ev_profiler_start),
11         (ev_profiler_stop):
12         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
13         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
14         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
15         (ev_job_print_run):
16         * shell/main.c: (main):
17
18         Add a profile mode available when debug is enabled. Add profilers
19         in ev-jobs.
20         
21 2008-07-23  Götz Waschk <waschk@mandriva.org>
22
23         * configure.ac: Correctly build desktop file. Fixes
24         bug #544237.
25
26 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
27
28         * configure.ac:
29         
30         Update for release 2.23.5.
31
32 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * NEWS:
35
36         Update NEWS for 2.23.5 release.
37         
38 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-window.c: (ev_window_state_event),
41         (ev_window_class_init):
42
43         Intercept window manager's fullscreen request in order to run/stop
44         fullscreen mode. Fixes bug #493541.
45         
46 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * shell/ev-window.c: (find_bar_visibility_changed_cb):
49
50         Restart the job search when the find bar is opened for the second
51         time. Fixes bug #531956.
52         
53 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
56         (get_document_from_uri):
57
58         Make sure we always return a valid error struct when
59         get_document_from_uri fails. Fixes nautilus crash, see bug
60         #542548.
61         
62 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
63
64         * libdocument/ev-transition-effect.c
65         (ev_transition_effect_type_get_type),
66         (ev_transition_effect_alignment_get_type),
67         (ev_transition_effect_direction_get_type):
68         
69         Fixes bug #542924. Makes enums static to fix Solaris build.
70
71 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * shell/ev-view.c: (ev_view_key_press_event):
74
75         Add '.' keybinding for blanking the screen in presentation
76         mode. Fixes bug #542001.
77         
78 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * libdocument/ev-document-misc.c:
81         (ev_document_misc_pixbuf_from_surface):
82
83         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
84         #540950.
85         
86 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
87
88         * backend/comics/comics-document.c (comics_document_load):
89         * backend/comics/comicsdocument.evince-backend.in:
90         * configure.ac:
91         * thumbnailer/evince-thumbnailer-comics.schemas.in:
92         
93         Added support for 7-zip based cb7 comic book. Patch by
94         Kartik Rustagi. Fixes bug #532312.
95
96 2008-06-24  Bastien Nocera  <hadess@hadess.net>
97
98         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
99         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
100         Fixes bug #539972.
101
102 2008-06-24  Bastien Nocera  <hadess@hadess.net>
103
104         * shell/Makefile.am:
105         * shell/ev-application.c (ev_application_init),
106         (ev_application_get_media_keys):
107         * shell/ev-application.h:
108         * shell/ev-marshal.list:
109         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
110         (proxy_destroy), (on_media_player_key_pressed),
111         (ev_media_player_keys_init), (ev_media_player_keys_focused),
112         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
113         * shell/ev-media-player-keys.h:
114         * shell/ev-window.c (ev_window_go_previous_page),
115         (ev_window_go_next_page), (ev_window_go_first_page),
116         (ev_window_go_last_page), (ev_window_start_presentation),
117         (ev_window_dispose), (view_actions_focus_in_cb):
118         * shell/ev-window.h: When building with D-Bus support, listen
119         for multimedia key events from gnome-settings-daemon. This allows
120         to go to the next/previous/first/last pages using, respectively,
121         Next/Previous/Rewing/Fast Forward. The Play button is used to start
122         a presentation. Fixes bug #539971.
123
124 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
125
126         * configure.ac:
127         
128         Update for release 2.23.4.
129
130 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * NEWS:
133
134         Update news for 2.23.4 release.
135         
136 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
139         * shell/ev-sidebar-thumbnails.c:
140         (ev_sidebar_thumbnails_set_loading_icon),
141         (ev_sidebar_thumbnails_refresh):
142         * shell/ev-window.c: (ev_window_error_message),
143         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
144         (ev_window_set_document):
145
146         Do not crash opening documents with no pages and show a warning
147         message in the message area. Fixes bugs #537574 and #171588.
148         
149 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/Makefile.am:
152         * shell/ev-file-monitor.[ch]:
153         * shell/ev-window.c: (ev_window_document_changed),
154         (ev_window_clear_reload_job), (ev_window_load_job_cb),
155         (ev_window_reload_job_cb), (ev_window_open_uri),
156         (ev_window_reload_document), (ev_window_cmd_view_reload),
157         (ev_window_dispose):
158
159         Automaticly reload the document when the file has changed on
160         disk. Bug #304249.
161         
162 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
163
164         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
165         * libdocument/ev-image.c: (ev_image_save_tmp):
166         * libdocument/ev-module.c: (ev_module_load):
167         * shell/ev-application.c: (ev_application_shutdown),
168         (ev_application_get_print_settings):
169         * shell/ev-sidebar-attachments.c:
170         (ev_sidebar_attachments_button_press),
171         (ev_sidebar_attachments_drag_data_get):
172         * shell/ev-window.c: (window_save_file_copy_ready_cb),
173         (ev_window_print_finished), (ev_window_print_send),
174         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
175         (ev_window_preview_print_finished), (ev_window_do_preview_print),
176         (ev_window_cmd_preview_print):
177         * shell/main.c: (load_files_remote):
178         Fix some build warnings under GCC 4.3.0. (#537535).
179
180 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-jobs.c: (ev_job_render_dispose):
183
184         Fix a crash in debug mode. Patch by Daniel M German.
185         
186 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * shell/ev-window.c:
189
190         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
191         
192 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/ev-window.c: (ev_window_print_send),
195         (ev_window_do_preview_print):
196
197         Use the window title as print job name instead of just
198         "evince-print". Fixes bug #534493.
199         
200 2008-05-19  Frederic Peters  <fpeters@0d.be>
201
202         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
203         Bug #533897.
204
205 2008-05-19  Frederic Peters  <fpeters@0d.be>
206
207         * help/reference/Makefile.am: added missing libevmountoperation to
208         gtkdoc-scanobj libraries.  Bug #533896.
209
210 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
211
212         * properties/ev-properties-view.c (get_default_user_units):
213         Fixes check for default units string translation. Bug #533323.
214
215 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
216
217         * backend/impress/iksemel.c (sax_core): Fix a free() that should
218         be an iks_free(). Fix an array overflow in the XML parser that
219         would occur whenever the number of attributes in a tag was greater
220         than 0 and divisible by 6. Fixes GNOME bug #530852.
221
222 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * backend/djvu/djvu-document-private.h:
225         * backend/djvu/djvu-links.c:
226         * backend/djvu/djvu-text.c:
227         * backend/djvu/djvu-document.c: (djvu_handle_events),
228         (djvu_wait_for_message), (djvu_document_load),
229         (document_get_page_size), (djvu_document_render),
230         (djvu_document_thumbnails_get_thumbnail),
231         (djvu_document_file_exporter_end):
232
233         Make sure load job doesn't finish successfully when the document
234         is not successfully decoded by libdjvu. Fixes bug #530202.
235         
236 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * configure.ac:
239         * libdocument/Makefile.am:
240         * libdocument/ev-debug.[ch]:
241         * libdocument/ev-document.c:
242         * shell/ev-jobs.c: (ev_job_links_dispose),
243         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
244         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
245         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
246         (ev_job_render_page_ready), (ev_job_render_run),
247         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
248         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
249         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
250         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
251         (ev_job_print_new), (ev_job_print_run):
252         * shell/main.c: (main):
253
254         Add debug mode based on gedit code. Add debug messages in
255         ev-jobs.
256         
257 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * libdocument/ev-document-factory.c: (get_document_from_uri):
260
261         Fix memory leak.
262         
263 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
264
265         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
266         (get_mime_type_from_data), (get_document_from_uri),
267         (ev_document_factory_get_document):
268         
269         Improved error message about file opening failture.
270         Bug #529129.
271
272 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
273
274         * data/evince-toolbar.xml:
275         
276         Allow to add SaveAs to toolbar.
277
278 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * shell/ev-view-private.h:
281         * shell/ev-view.[ch]: (ev_view_button_release_event),
282         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
283         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
284         (ev_view_update_primary_selection), (clear_link_selected),
285         (ev_view_copy_link_address):
286         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
287
288         Update also the primary selection when copying a link
289         address. Fixes bug #520855.
290         
291 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * libdocument/ev-document-factory.c: (get_document_from_uri):
294
295         Use the pixbuf backend only when the mime type is not supported by
296         any of the other backend so that tiff documents, for instance, are
297         handled by the tiff backend instead of the pixbuf backend. fixes
298         bug #520290.
299         
300 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * cut-n-paste/Makefile.am:
303
304         Add evmountoperation to subdirs list.
305         
306 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * configure.ac:
309
310         Fix libspectre check in configure script. Fixes bug #528549.
311         
312 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * configure.ac:
315         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
316         * shell/Makefile.am:
317         * shell/ev-window.c: (ev_window_load_remote_failed),
318         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
319
320         Add GtkMountOperation (renamed to avoid conflicts) to be able to
321         open documents in remote locations that are not mounted.
322         
323 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
326         (bitmap_convert_msb8):
327         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
328         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
329
330         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
331         
332 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
335         (ev_job_render_new), (ev_job_render_set_selection_info),
336         (ev_job_render_run):
337         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
338         (check_job_size_and_unref),
339         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
340         (add_job), (ev_pixbuf_cache_get_selection_surface):
341
342         Create the render context needed for rendering a page in the render
343         thread so that we don't block the main thread. Simplify
344         EvJobRender API.
345         
346 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * libdocument/Makefile.am:
349         * libdocument/ev-page.[ch]:
350         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
351         (ev_render_context_new), (ev_render_context_set_page):
352         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
353         (ev_form_field_finalize), (ev_form_field_class_init):
354         * libdocument/ev-document-forms.[ch]:
355         (ev_document_forms_get_form_fields):
356         * libdocument/ev-document.[ch]: (ev_document_get_page),
357         (ev_document_get_page_size), (ev_document_get_page_label):
358         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
359         (ev_job_render_run), (ev_job_thumbnail_new),
360         (ev_job_thumbnail_run), (ev_job_print_run):
361         * shell/ev-page-cache.c: (ev_page_cache_new):
362         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
363         (check_job_size_and_unref), (add_job):
364         * shell/ev-sidebar-thumbnails.c: (add_range):
365         * shell/ev-view.c: (ev_view_form_field_get_region),
366         (ev_view_form_field_button_create_widget),
367         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
368         (ev_view_handle_form_field), (ev_view_size_allocate),
369         (get_selected_text):
370         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
371         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
372         (pdf_document_get_page), (pdf_document_get_page_label),
373         (pdf_document_render), (pdf_document_get_info),
374         (pdf_document_document_iface_init),
375         (pdf_document_thumbnails_get_thumbnail),
376         (pdf_document_thumbnails_get_dimensions),
377         (pdf_document_file_exporter_do_page),
378         (pdf_selection_render_selection),
379         (pdf_selection_get_selected_text),
380         (pdf_selection_get_selection_region),
381         (pdf_selection_get_selection_map),
382         (pdf_document_forms_get_form_fields),
383         (pdf_document_forms_form_field_text_get_text),
384         (pdf_document_forms_form_field_text_set_text),
385         (pdf_document_forms_form_field_button_set_state),
386         (pdf_document_forms_form_field_button_get_state),
387         (pdf_document_forms_form_field_choice_get_item),
388         (pdf_document_forms_form_field_choice_get_n_items),
389         (pdf_document_forms_form_field_choice_is_item_selected),
390         (pdf_document_forms_form_field_choice_select_item),
391         (pdf_document_forms_form_field_choice_toggle_item),
392         (pdf_document_forms_form_field_choice_unselect_all),
393         (pdf_document_forms_form_field_choice_set_text),
394         (pdf_document_forms_form_field_choice_get_text):
395         * backend/ps/ev-spectre.c: (ps_document_get_page),
396         (ps_document_get_page_size), (ps_document_get_page_label),
397         (ps_document_render), (ps_document_document_iface_init),
398         (ps_document_file_exporter_do_page):
399         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
400         (tiff_document_render), (tiff_document_render_pixbuf),
401         (tiff_document_file_exporter_do_page):
402         * backend/pixbuf/pixbuf-document.c:
403         (pixbuf_document_get_page_size):
404         * backend/comics/comics-document.c:
405         (comics_document_get_page_size), (comics_document_render_pixbuf):
406         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
407         (djvu_document_render), (djvu_selection_get_selected_text),
408         (djvu_document_thumbnails_get_thumbnail),
409         (djvu_document_file_exporter_do_page),
410         (djvu_document_find_get_result):
411         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
412         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
413         (dvi_document_thumbnails_get_thumbnail),
414         (dvi_document_file_exporter_do_page):
415         * backend/impress/impress-document.c:
416         (impress_document_get_page_size),
417         (impress_document_render_pixbuf):
418         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
419
420         Add EvPage so that we can hold a reference to the backend
421         page. Form fields keep now a reference to the poppler page
422         improving performance since we don't have to create/destroy the
423         poppler field for every form operation. This will be needed for
424         annotations too.
425         
426 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * data/evince-ui.xml:
429         * shell/ev-window.c:
430
431         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
432         
433 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * configure.ac:
436         * backend/ps/Makefile.am:
437
438         Remove gs stuff from ps backend.
439         
440 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * configure.ac:
443         * backend/pdf/ev-poppler.cc:
444
445         Bump poppler requirement to 0.8.0.
446         
447 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
448
449         * NEWS:
450         * configure.ac:
451
452         Update for release 2.22.1.1
453
454 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * configure.ac:
457
458         Fix build (again) when poppler version is 0.6
459         
460 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * backend/djvu/djvu-links.c: (build_tree):
463
464         Make sure link title is a valid utf8 string. Fixes bug #526517.
465         
466 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * configure.ac:
469
470         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
471         #526799.
472         
473 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
474
475         * configure.ac:
476         
477         Update for release 2.22.1.
478
479 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * NEWS:
482
483         Update for upcoming release.
484
485 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * configure.ac:
488         * backend/dvi/dvidocument.evince-backend.in:
489
490         Add compressed dvi to the list of supported mime types. Patch by
491         Ed Catmur. Fixes bug #307087.
492
493 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * shell/ev-jobs.c: (ev_job_print_get_page_list):
496
497         Fix a crash when printing a range that doesn't specify the start or
498         end page. Fixes bug #524288.
499
500 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-window.c: (ev_window_cmd_continuous),
503         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
504         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
505         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
506         (ev_window_run_presentation), (ev_window_stop_presentation),
507         (ev_window_cmd_view_presentation),
508         (ev_window_cmd_leave_fullscreen),
509         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
510
511         Do not unfullscreen and fullscreen again the window when changing
512         from fullscreen to presentation mode and vice versa. Fixes bug
513         #524112.
514         
515 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
518
519         Do not crash when thumbnail failed to render in PS backend. Fixes
520         bug #525015.
521         
522 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * shell/ev-window.c: (window_open_file_copy_ready_cb),
525         (ev_window_load_file_remote), (ev_window_open_uri):
526
527         Handle errors when opening remote files.
528         
529 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-page-action.c: (ev_page_action_grab_focus):
532
533         Only grab the focus for the current visible proxy widget. Fixes
534         bug #521224.
535         
536 2008-03-30  Emil Soleyman  <emil@nishra.com>
537
538         * shell/ev-window.c: (launch_external_uri):
539         
540         Reuse g_app_info_launch_default_for_uri to
541         save some code and fix bug #525009.
542
543 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
544
545         * shell/ev-window.c (image_save_dialog_response_cb):
546
547         Use g_str_has_suffix. See bug #523069.
548
549 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * configure.ac:
552
553         Add a configure option to enable/diable DBus. Patch by Rémi
554         Cardona. Fixes bug 521797.
555
556 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
559
560         Fix printing in documents with rotated pages. Patch by Eugen
561         Dedu. Fixes bug #512648.
562         
563 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
566         (ev_link_from_action):
567
568         Fix warning messages.
569         
570 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * shell/ev-window.c: (image_save_dialog_response_cb):
573
574         Do not append the extension to filename when saving an image
575         if the filename alredy contains the extension. Fixes bug #523069.
576         
577 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-view.[ch]: (ev_view_find_cancel):
580         * shell/ev-window.c: (find_bar_close_cb):
581
582         Cancel the find operation when the find bar is closed. Fixes bug
583         #508845.
584         
585 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * backend/ps/psdocument.evince-backend.in:
588
589         Make ps backend module resident. Fixes bug #520607.
590         
591 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-jobs.c: (ev_job_print_run):
594
595         Invert collate action in order to work as expected, fix reverse
596         printing so that it doesn't start with a blank page and fix number
597         of copies. Patch by Eugen Dedu. Fixes bug #365332.
598         
599 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
602
603         Fix build with poppler <= 0.7.2
604         
605 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * libdocument/ev-document-misc.c:
608         (ev_document_misc_surface_from_pixbuf):
609
610         Fix selections with poppler-splash.
611         
612 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * configure.ac:
615         * backend/pdf/ev-poppler.cc:
616
617         Fix build with poppler >= 0.7.2
618         
619 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
620
621         * configure.ac:
622         
623         Update for release 2.22.0
624
625 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * NEWS:
628
629         Update for upcoming release.
630
631 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
632
633         * shell/ev-window.c (ev_window_print_dialog_response_cb):
634
635         Bug 495107 – Handle print dialog responses correctly
636
637         Correctly handle print dialog response. Properly fixes
638         the above mentioned bug.
639
640 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
643
644         Make sure print job is only run when the print button is
645         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
646         
647 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * backend/pdf/pdfdocument.evince-backend.in:
650         * libdocument/ev-backends-manager.c:
651         (ev_backends_manager_load_backend),
652         (ev_backends_manager_get_document):
653         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
654
655         Allow making backend modules resident. This is needed only for
656         some backends like pdf to avoid registering glib types more than
657         once.
658         
659 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * backend/comics/comics-document.c:
662         * backend/djvu/djvu-document.c:
663         * backend/impress/impress-document.c:
664         * backend/pdf/ev-poppler.cc:
665         * backend/pixbuf/pixbuf-document.c:
666         * backend/ps/ev-spectre.c:
667         * backend/ps/ps-document.c:
668         * backend/tiff/tiff-document.c:
669         * libdocument/ev-document.h:
670         * properties/ev-properties-main.c:
671
672         Use g_type_module_add_interface instead of
673         g_type_add_interface_static. Fixes bug #519679.
674         
675 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
676
677         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
678         Added. Returns whether the animation has everything necessary to run.
679         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
680         is ready just because it's been created. Fixes #519106.
681         (draw_one_page): Do not show the "Loading..." text in presentation
682         mode, there was a slim probability that this could happen.
683
684 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
687
688         Duplicate mime_type string before freeing it so that it doesn't
689         always fail when getting mime type from uri. Fixes bug #518874.
690         
691 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-view.c: (ev_view_form_field_choice_changed):
694
695         Fix a crash when a choice form field doesn't have any item
696         selected. Fixes bug #518831
697         
698 2008-02-25  Alexander Larsson  <alexl@redhat.com>
699
700         * shell/ev-window.c (ev_window_clear_temp_file):
701         Use g_file_has_prefix instead of renamed
702         g_file_contains_file.
703
704         * configure.ac:
705         Require new glib for above change.
706         
707 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * libdocument/ev-image.c: (ev_image_finalize),
710         (ev_image_save_tmp):
711
712         Return a real uri instead of a filename when saving an
713         image. Fixes images drag an drop from evince to nautilus. 
714         
715 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * backend/pdf/ev-poppler.cc:
718         (pdf_document_images_get_image_mapping):
719
720         Return the image list in the right order. Fixes bug #516237.
721         
722 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
723
724         * backend/impress/impress-document.c:
725         (impress_document_thumbnails_get_thumbnail):
726
727         Remove unused variable to avoid a compiler warning.
728
729 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
730
731         * configure.ac:
732         
733         Update for release 2.21.91.
734
735 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * configure.ac:
738         * shell/Makefile.am:
739         * shell/ev-application.[ch]:
740         * shell/ev-sidebar-links.c:
741         * shell/ev-utils.[ch]:
742         * shell/ev-window.[ch]:
743
744         Remove libgnomeprint support. Fixes bug #512370.
745         
746 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
747
748         * thumbnailer/evince-thumbnailer.c: (main):
749
750         Initialize glib type system before using it. Fixes bug #513934.
751         
752 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * properties/ev-properties-main.c:
755
756         Add missing #include.
757         
758 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * configure.ac:
761         * backend/djvu/djvu-document.c: (djvu_document_render):
762         * backend/tiff/tiff-document.c: (tiff_document_render):
763
764         Use the new cairo function cairo_format_stride_for_width when
765         available. Fixes bug #482720.
766
767 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
770         (get_mime_type_from_data), (get_document_from_uri):
771
772         Use g_content_type_guess() only when slow is true in
773         get_document_from_uri(). Fix several memory leaks.
774         
775 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
776
777         * libdocument/ev-document-factory.c:
778         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
779         (get_document_from_uri):
780
781         Use g_content_type_guess () to get mimetype for files.
782         Bug #510401.
783
784 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * thumbnailer/Makefile.am:
787
788         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
789         
790 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * configure.ac:
793
794         Fix build with --without-libgnome. Fixes bug #512771.
795         
796 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
797
798         * backend/dvi/Makefile.am: Install only dvi
799         module. Fixes bug #512718.
800
801 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
802
803         * properties/ev-properties-main.c: (nautilus_module_initialize):
804         
805         Initialize backends in properties tab. Fixes bug
806         #512720.
807
808 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
809
810         * properties/Makefile.am: No need to link with 
811         libraries. Fixes bug #512719.
812
813 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
814
815         * NEWS:
816         * configure.ac:
817         
818         Update for release 2.21.90.
819
820 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * shell/ev-window.c: (ev_window_cmd_escape):
823
824         Fix compile warning.
825         
826 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
829
830         Fix printing in dvi backend when filename contains white
831         espaces. Fixes bug #502839.
832         
833 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
836         (screensaver_disable_x11):
837         * shell/Makefile.am:
838         * shell/xdg-user-dir-lookup.c: Removed
839         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
840         * shell/ev-view.c: (ev_view_presentation_transition_start):
841         * shell/ev-window.c: (ev_window_cmd_file_open),
842         (ev_window_cmd_save_as), (presentation_set_timeout):
843
844         Remove #ifdefs that are no longer needed.
845         
846 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * shell/ev-view.[ch]: (ev_view_button_release_event),
849         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
850         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
851         (ev_window_cmd_escape):
852
853         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
854         
855 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * configure.ac:
858         * backend/comics/comics-document.c: (comics_document_load):
859         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
860         (ev_attachment_set_property), (ev_attachment_init),
861         (ev_attachment_save), (ev_attachment_launch_app),
862         (ev_attachment_open):
863         * libdocument/ev-document-factory.c: (get_document_from_uri):
864         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
865         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
866         * shell/ev-jobs.c:
867         * shell/ev-password.c: (ev_password_dialog_set_property),
868         (ev_password_dialog_save_password):
869         * shell/ev-sidebar-attachments.c:
870         (ev_sidebar_attachments_drag_data_get):
871         * shell/ev-window-title.c: (get_filename_from_uri):
872         * shell/ev-window.c: (ev_window_clear_temp_file),
873         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
874         (ev_window_open_uri), (window_save_file_copy_ready_cb),
875         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
876         (launch_external_uri), (image_save_dialog_response_cb),
877         (attachment_save_dialog_response_cb):
878         * shell/main.c: (load_files), (load_files_remote), (main):
879         * thumbnailer/evince-thumbnailer.c: (main):
880
881         Port to gio and drop gnome-vfs dependency. Fixes bug
882         #510401. Based on patch by Cosimo Cecchi.
883         
884 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
885
886         * NEWS:
887
888         Fixed formatting inconsistencies (spaces vs. tabs)
889
890 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
891
892         * shell/ev-window.c:
893
894         Use top/up/bottom/down arrows instead of
895         first/left/last/right in the toolbar and menu actions.
896         This fixes issues with RTL languages and is visually
897         consistent with the page view. Fixes bug #170081.
898
899 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
900
901         * NEWS:
902
903         Fixed some inaccuracies pointed out by Carlos Garcia
904         Campos.
905
906 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
907
908         * NEWS:
909         * data/evince.schemas.in:
910         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
911
912         Override PDF restrictions by default. Fixes bug #382700.
913
914 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
915
916         * NEWS: Updated for upcoming release
917
918 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
921
922         Fix memory leak.
923         
924 2008-01-23  Gil Forcada <gilforcada@guifi.net>
925
926         * shell/ev-window.c: (register_custom_actions):
927         
928         Added comment for translators
929
930 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-view.c: (ev_view_button_release_event):
933
934         Do not create the idle function for kinetic scrolling if we are
935         not in a drag operation.
936
937 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
940         (ev_view_button_press_event), (ev_view_motion_notify_event),
941         (ev_view_button_release_event):
942
943         Restore cursor after autoscrolling. Fixes bug #509958.
944
945 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * configure.ac:
948         * backend/pdf/ev-poppler.cc:
949         (pdf_document_images_get_image_mapping),
950         (pdf_document_images_get_image),
951         (pdf_document_document_images_iface_init):
952         * libdocument/ev-document-images.[ch]:
953         (ev_document_images_get_image_mapping),
954         (ev_document_images_get_image):
955         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
956         (ev_image_get_id), (ev_image_save_tmp):
957         * shell/ev-jobs.c: (ev_job_render_run):
958         * shell/ev-view.c: (ev_view_drag_data_get):
959         * shell/ev-window.c: (image_save_dialog_response_cb),
960         (ev_view_popup_cmd_copy_image):
961
962         Do not render images when rendering the page but on demand. It
963         reduces the memory comsumption.
964         
965 2008-01-18  Marcelo Lira  <setanta@gmail.com>
966
967         * configure.a:
968         * shell/ev-password.c:
969
970         Make gnome-keyring optional. Fixes bug #509676.
971         
972 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-pixbuf-cache.c: (add_job):
975
976         Initialize include_images variable as FALSE instead of TRUE.
977         
978 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
979
980         * configure.ac:
981         * cut-n-paste/Makefile.am:
982         * cut-n-paste/fileformatchooser/Makefile.am:
983         * cut-n-paste/fileformatchooser/egg-macros.h:
984         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
985         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
986         * shell/Makefile.am:
987         * shell/ev-utils.c:
988         (file_chooser_dialog_add_writable_pixbuf_formats),
989         (get_gdk_pixbuf_format_by_extension):
990         * shell/ev-utils.h:
991         * shell/ev-window.c: (ev_window_error_message),
992         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
993         
994         Simplify image format selection on save.
995
996 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
997
998         * shell/ev-view.c: (ev_view_scroll_event):
999         
1000         Repair gorizontal scrolling with shift. Fixes
1001         bug #483412.
1002
1003 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1004         
1005         * MAINTAINERS:
1006
1007         Fix formatting issues.
1008         
1009 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1010
1011         * backend/comics/comics-document.c: (comics_regex_quote):
1012         
1013         Don't overquote special chars except of '. See bug 
1014         502500. Thanks to Tom Parker.
1015
1016 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1017
1018         * MAINTAINERS:
1019         
1020         Added Nickolay and Carlos, since they're doing most of
1021         the releases nowadays.
1022
1023 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1024
1025         * properties/Makefile.am:
1026
1027         Get the nautilus extension dir properly instead of using
1028         a hack. Fixes bug #505359.
1029
1030 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1031
1032         * properties/Makefile.am:
1033         
1034         Install nautilus extension into new place. See bug
1035         #505359. Thanks to Matthias Clasen, Brian Pepple and
1036         Damien Carbery.
1037
1038 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1039
1040         * shell/ev-window.c: (ev_window_get_recent_file_label):
1041         
1042         RTL marker in recent file list. See bug #509076.
1043
1044 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1047         * shell/ev-window.c: (image_save_dialog_response_cb):
1048
1049         Fix compile warnings due to unused variables.
1050         
1051 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * configure.ac:
1054         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1055         * backend/ps/ev-spectre.c: (ps_document_render):
1056
1057         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1058
1059 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1060
1061         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1062         (ev_transition_animation_paint): Implement "fade" effect.
1063
1064 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1065
1066         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1067         (ev_transition_animation_paint): Implement "uncover" effect.
1068
1069 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1070
1071         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1072         (ev_transition_animation_paint): Implement "cover" effect.
1073
1074 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1075
1076         * shell/ev-transition-animation.c (ev_transition_animation_push)
1077         (ev_transition_animation_paint): Implement "push" effect.
1078
1079 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1080
1081         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1082         (ev_transition_animation_paint): Implement "dissolve" effect.
1083
1084 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1085
1086         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1087         (ev_transition_animation_paint): Implement "wipe" effect.
1088
1089 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1090
1091         * shell/ev-transition-animation.c (ev_transition_animation_box)
1092         (ev_transition_animation_paint): Implement "box" effect.
1093
1094 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1095
1096         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1097         (ev_transition_animation_paint): Implement "blinds" effect.
1098
1099 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1100
1101         * shell/ev-transition-animation.c (ev_transition_animation_split)
1102         (ev_transition_animation_paint): Implement "split" effect.
1103
1104 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1105
1106         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1107         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1108         (ev_view_transition_animation_start) 
1109         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1110         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1111         (ev_view_next_page) (ev_view_previous_page):
1112         
1113         Use EvTransitionAnimation to drive page changes in the presentation
1114         mode, the animation will wait to start until both the origin and 
1115         destination page surfaces are available. Fixes #458460.
1116
1117         (draw_loading_text):
1118
1119         Remove workaround for bug #320352, it's now fixed properly.
1120
1121
1122 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1123
1124         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1125         will contain the implementations for page transition animations, at
1126         the moment it just has the "replace" effect.
1127         * shell/Makefile.am: Added these files to build.
1128
1129 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1130
1131         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1132         animations.
1133         * shell/Makefile.am: Added these files to build.
1134
1135 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1136
1137         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1138         implementation to get_effect() in EvDocumentTransitionIface.
1139
1140 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1141
1142         * libdocument/ev-transition-effect.[ch]: New files, define a page
1143         transition effect, at the moment it maps PopplerPageTransition to a
1144         GObject.
1145         * libdocument/Makefile.am: Added these files to build.
1146         * libdocument/ev-document-transition.[ch]
1147         (ev_document_transition_get_effect): New method, gets the
1148         EvTransitionEffect returned by the interface implementation, with
1149         fallback to the "replace" effect.
1150
1151 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1152
1153         * configure.ac:
1154         * cut-n-paste/Makefile.am:
1155         * cut-n-paste/fileformatchooser/Makefile.am:
1156         * cut-n-paste/fileformatchooser/egg-macros.h:
1157         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1158         * shell/Makefile.am:
1159         * shell/ev-window.c: (image_save_dialog_response_cb),
1160         (ev_view_popup_cmd_save_image_as):
1161
1162         Allow exporting images in any format supported by
1163         GdkPixbuf. Fixes bug #500209.
1164         
1165 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * backend/pixbuf/pixbuf-document.c:
1168
1169         More warnings fixed.
1170         
1171 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1174         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1175         * backend/djvu/djvu-text.h:
1176         * backend/tiff/tiff-document.c: (tiff_document_render):
1177
1178         Fix compile warnings.
1179         
1180 2007-12-28  Christian Persch  <chpe@gnome.org>
1181
1182         * **/*.c: Include config.h. Bug #504721.
1183
1184 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * configure.ac:
1187         * Makefile.am:
1188         * po/POTFILES.in:
1189         * backend/comics/Makefile.am:
1190         * backend/comics/comics-document.[ch]:
1191         * backend/comics/comicsdocument.evince-backend.in:
1192         * backend/djvu/Makefile.am:
1193         * backend/djvu/djvu-document.[ch]:
1194         * backend/djvu/djvudocument.evince-backend.in:
1195         * backend/dvi/Makefile.am:
1196         * backend/dvi/dvi-document.[c]:
1197         * backend/dvi/dvidocument.evince-backend.in:
1198         * backend/impress/Makefile.am:
1199         * backend/impress/impress-document.[ch]:
1200         * backend/impress/impressdocument.evince-backend.in:
1201         * backend/pdf/Makefile.am:
1202         * backend/pdf/ev-poppler.cc:
1203         * backend/pdf/ev-poppler.h:
1204         * backend/pdf/pdfdocument.evince-backend.in:
1205         * backend/pixbuf/Makefile.am:
1206         * backend/pixbuf/pixbuf-document.[ch]:
1207         * backend/pixbuf/pixbufdocument.evince-backend.in:
1208         * backend/ps/Makefile.am:
1209         * backend/ps/ev-spectre.[ch]:
1210         * backend/ps/ps-document.[ch]:
1211         * backend/ps/psdocument.evince-backend.in:
1212         * backend/tiff/Makefile.am:
1213         * backend/tiff/tiff-document.[ch]:
1214         * backend/tiff/tiffdocument.evince-backend.in:
1215         * libdocument/Makefile.am:
1216         * libdocument/ev-backends-manager.[ch]:
1217         * libdocument/ev-module.[ch]:
1218         * libdocument/ev-document.h:
1219         * libdocument/ev-document-factory.[ch]:
1220         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1221         (get_compression_from_mime_type), (get_document_from_uri),
1222         (ev_document_factory_get_document), (file_filter_add_mime_types),
1223         (ev_document_factory_add_filters):
1224         * shell/Makefile.am:
1225         * shell/ev-window-title.c: (get_filename_from_uri):
1226         * shell/main.c: (main):
1227         * thumbnailer/Makefile.am:
1228         * thumbnailer/evince-thumbnailer.c: (main):
1229
1230         Plugin system for backends. Fixes bug #351348.
1231         
1232 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1233
1234         * shell/ev-view-private.h:
1235         * shell/ev-view.c: (ev_view_drag_update_momentum),
1236         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1237         (ev_view_button_release_event), (ev_view_destroy):
1238         
1239         Kinetic scrolling implemented as requested in
1240         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1241
1242 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1243
1244         * data/evince-toolbar.xml:
1245         * data/evince-ui.xml:
1246         * shell/ev-view-private.h:
1247         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1248         (ev_view_button_press_event), (ev_view_motion_notify_event),
1249         (ev_view_button_release_event), (ev_view_init),
1250         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1251         (ev_view_set_cursor):
1252         * shell/ev-view.h:
1253         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1254         (ev_window_cmd_view_autoscroll):
1255         
1256         Autoscroll feature with the context menu. Fixes bug 
1257         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1258
1259 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1262
1263         Disconnect also page-ready signal when removing a job because the
1264         page size has changed. Thanks to kripken
1265         <kripkensteiner@gmail.com>.
1266
1267 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1268
1269         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1270         
1271         Scroll pages in page entry with mouse wheel. Fixes bug
1272         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1273
1274 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * backend/dvi/Makefile.am:
1277         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1278         (mdvi_cairo_device_init):
1279         * backend/dvi/mdvi-lib/common.h:
1280         * backend/dvi/mdvi-lib/mdvi.h:
1281         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1282         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1283         (mdvi_build_path_from_cwd):
1284
1285         Add ps specials support in dvi backend when libspectre is
1286         present. Fixes bug #386005.
1287         
1288 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * configure.ac:
1291         * backend/ps/Makefile.am:
1292         * backend/ps/ev-spectre.[ch]:
1293         
1294         Use libspectre, if available, for the ps backend. Fixes bugs
1295         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1296
1297 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1298         
1299         * backend/comics/comics-document.c: (comics_document_load):
1300         
1301         Cygwin build issue fix.
1302
1303 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * shell/ev-view.c: (ev_view_set_zoom):
1306
1307         Do not limit the minimum zoom factor when sizing mode is best bit
1308         or fit width. Fixes bug #503805.
1309         
1310 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1313         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1314         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1315         (ev_link_dest_get_property), (ev_link_dest_set_property),
1316         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1317         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1318         (ev_link_dest_new_fitr):
1319         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1320         (goto_fith_dest), (goto_xyz_dest):
1321
1322         Do not change left, top and zoom values when they are null in PDF
1323         destinations. Fixes bug #460658.
1324         
1325 2007-12-10  Christian Persch  <chpe@gnome.org>
1326
1327         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1328         (ev_view_accessible_class_init),
1329         (ev_view_accessible_idle_do_action),
1330         (ev_view_accessible_action_do_action),
1331         (ev_view_accessible_action_get_description),
1332         (ev_view_accessible_action_set_description),
1333         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1334         (ev_view_accessible_factory_init),
1335         (ev_view_accessible_factory_get_accessible_type):
1336         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1337         private data, and G_DEFINE_TYPE. Bug #502843.
1338
1339 2007-12-08  Christian Persch  <chpe@gnome.org>
1340
1341         * shell/ev-metadata-manager.c: (item_free),
1342         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1343         (value_free), (parse_value), (parseItem),
1344         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1345         (save_values): Use GSlice to allocate small amounts of memory. Bug
1346         #475972.
1347
1348 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1351
1352         Restore cursor to normal after a drag operation. Fixes bug
1353         #501603.
1354         
1355 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1356
1357         * NEWS:
1358         * configure.ac:
1359         
1360         Update for release 2.21.1
1361
1362 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * configure.ac:
1365         * cut-n-paste/gedit-message-area/Makefile.am:
1366         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1367         * shell/Makefile.am:
1368         * shell/ev-message-area.[ch]:
1369         * shell/ev-window.c: (ev_window_set_message_area),
1370         (ev_window_error_message_response_cb), (ev_window_error_message),
1371         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1372         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1373         (ev_attachment_popup_cmd_open_attachment),
1374         (attachment_save_dialog_response_cb), (ev_window_set_document),
1375         (ev_window_init):
1376
1377         Use a message area instead of a popup dialog for error
1378         notifications. Fixes bug #337495.
1379         
1380 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1383         (ev_window_run_fullscreen):
1384
1385         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1386         
1387 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * ev-sidebar-thumbnails.c: (update_visible_range),
1390         (ev_sidebar_thumbnails_refresh),
1391         (ev_sidebar_thumbnails_set_document),
1392         (ev_sidebar_thumbnails_support_document):
1393
1394         Show thumbnails for documents with one page. Fixes bug #358751.
1395         
1396 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/ev-window.c:
1399         (ev_window_load_print_settings_from_metadata),
1400         (ev_window_save_print_settings), (ev_window_print_finished),
1401         (ev_window_print_range):
1402
1403         Print settings that are specific to the document are now saved per
1404         document in the metadata file. Fixes bug #488806.
1405         
1406 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1407
1408         * backend/tiff/tiff-document.c: (tiff_document_render):
1409
1410         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1411         
1412 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-application.[ch]: (get_find_string_from_args),
1415         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1416         (ev_application_open_uri_list):
1417         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1418         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1419         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1420         (ev_window_cmd_recent_file_activate),
1421         (ev_window_open_recent_action_item_activated),
1422         (ev_window_print_send), (open_remote_link):
1423         * shell/main.c: (arguments_parse):
1424
1425         Add a command line option for search. Fixes bug #497710.
1426         
1427 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1428
1429         * shell/ev-jobs.c: (ev_job_print_new):
1430
1431         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1432         
1433 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * data/evince-toolbar.xml:
1436         * shell/Makefile.am:
1437         * shell/ev-application.c: (ev_application_init):
1438         * shell/ev-open-recent-action.[ch]:
1439         * shell/ev-window.c:
1440         (ev_window_open_recent_action_item_activated),
1441         (register_custom_actions):
1442
1443         Add an expander to the open toolbar item which pops up a dropdown
1444         menu with the recently used documents. Fixes bug #487215.
1445         
1446 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * shell/ev-window.c: (ev_window_open_uri),
1449         (ev_window_cmd_view_reload):
1450
1451         Do not jump to the first page when reloading by running evince
1452         from the command line. Fixes bug #490847.
1453         
1454 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1455
1456         * shell/ev-window.c: (ev_window_cmd_help_contents):
1457
1458         Plugged memory leak when help file is not found. Fixes bug
1459         #490762.
1460         
1461 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * configure.ac:
1464
1465         Enable djvu, dvi and comics backends by default. Fixes bug
1466         #437121.
1467         
1468 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * configure.ac:
1471         * cut-n-paste/Makefile.am:
1472         * cut-n-paste/recent-files/*: Removed
1473         * help/reference/Makefile.am:
1474         * shell/Makefile.am:
1475         * shell/ev-application.[ch]: (ev_application_shutdown),
1476         (ev_application_init):
1477         * shell/ev-window.c: (ev_window_add_recent),
1478         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1479
1480         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1481         
1482 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1483
1484         * shell/ev-window.c: (launch_external_uri):
1485
1486         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1487         and report error if the URL is not supported (#489910).
1488
1489 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1492         (pdf_document_file_exporter_begin_page),
1493         (pdf_document_file_exporter_end_page):
1494
1495         Fix printing with poppler splash backend. Fixes bug #489774.
1496         
1497 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1500         * shell/ev-print-job.c: (ev_print_job_class_init):
1501
1502         Fix a crash when printing with the gnome-print dialog. Fixes bug
1503         #488939.
1504         
1505 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1506
1507         * backend/pixbuf/pixbuf-document.c:
1508
1509         Fix an implicit function definition warning (#487655)
1510
1511 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * shell/ev-window.c:
1514
1515         Fix conflicting shortcut for view sade pane and presentation.
1516         
1517 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * backend/pdf/ev-poppler.cc:
1520         (pdf_document_file_exporter_begin_page),
1521         (pdf_document_file_exporter_do_page),
1522         (pdf_document_file_exporter_end_page),
1523         (pdf_document_file_exporter_iface_init):
1524         * libdocument/ev-file-exporter.[ch]:
1525         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1526         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1527         (ev_job_print_run):
1528
1529         When printing multiple pages per sheet in reverse option, do not
1530         invert the order of the pages in every sheet, but the order of the
1531         sheets. Do not print blank pages when page range is invalid. Fixes
1532         bugs #484857 and #485521.
1533         
1534 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1537         (ev_job_print_run):
1538         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1539
1540         Respect ranges order when printing more than one range in random
1541         order.
1542         
1543 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1544
1545         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1546         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1547
1548         Rotate also the window icon when document is rotated. Fixes bug
1549         #474681.
1550         
1551 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1554         (pdf_document_forms_get_form_fields):
1555
1556         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1557         Matthias Drochner.
1558         
1559 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * configure.ac:
1562         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1563
1564         Use poppler_page_render_for_printing() instead of
1565         poppler_page_render() if available when exporting to a ps or pdf
1566         file. Fixes bug #476627.
1567         
1568 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * shell/ev-window.c: (ev_window_run_fullscreen):
1571
1572         Do not show the toolbar in fullscreen mode if the main toolbar is
1573         not visible. Fixes bug #483048.
1574         
1575 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-view.c: (ev_view_button_press_event):
1578
1579         Give priority to form fields over images when deciding whether a
1580         button press event is over an image or form field. It allows edit
1581         form fields when they are over a background image. Fixes bug
1582         #477841.
1583         
1584 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1585
1586         * NEWS:
1587         * configure.ac:
1588         
1589         Update for release 2.20.0
1590
1591 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * backend/pdf/ev-poppler.cc:
1594
1595         Remove #ifdef HAVE_FORMS, so that forms support works again.
1596
1597 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1598
1599         * configure.ac:
1600         * data/evince.desktop.in.in:
1601         
1602         Fixes desktop file issues. See bug #473471.
1603
1604 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1607         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1608         (ev_job_queue_remove_job):
1609         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1610         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1611         * shell/ev-window.c: (ev_window_clear_save_job),
1612         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1613         (ev_window_dispose):
1614
1615         Move save a copy task to its own job so that it's carried out in a
1616         thread avoiding another lock in the main thread. Use
1617         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1618         can be saved to a pathin another file system. Fixes bug #456891.
1619         
1620 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1621
1622         * NEWS:
1623         * configure.ac:
1624         
1625         Update for release 2.19.92
1626
1627 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * configure.ac:
1630         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1631         (pdf_selection_get_selection_region),
1632         (pdf_selection_get_selection_map),
1633         (ev_form_field_from_poppler_field):
1634
1635         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1636         and triple click selections are enabled again now.
1637
1638 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * shell/ev-window.c: (ev_window_add_history):
1641
1642         Make sure not to use the history with documents not supporting
1643         links. Fixes bug #468954.
1644
1645 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * shell/ev-window.c: (ev_window_load_job_cb):
1648
1649         Restart the search when reloading a document with the find bar
1650         visible. Fixes bug #461962.
1651
1652 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * shell/ev-window.c: (setup_document_from_metadata),
1655         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1656
1657         Do not jump to the first page when reloading a document from the
1658         last page.
1659
1660 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * shell/ev-window.c: (update_chrome_flag),
1663         (setup_sidebar_from_metadata),
1664         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1665         (ev_window_cmd_edit_find_next),
1666         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1667         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1668         (find_bar_close_cb), (view_actions_focus_in_cb):
1669
1670         Do not update visibility when changing a chrome flag so that it's
1671         possible to update several flags and update visibility only once
1672         for all of them.
1673
1674 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1677
1678         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1679         supported by gtk+. Fixes bug #460907.
1680
1681 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * shell/ev-view.c: (view_update_range_and_current_page):
1684
1685         Make sure current-page <= end-page in continuous mode. Fixes bug
1686         #454950.
1687
1688 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * backend/pdf/ev-poppler.cc: (build_tree):
1691
1692         Ignore outline items without a title. Fixes bug #453913.
1693
1694 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1697         (ev_view_button_release_event), (ev_view_leave_notify_event):
1698
1699         Use always drag mouse cursor during a drag operation. Fixes bug
1700         #470564.
1701
1702 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1705         (pdf_selection_get_selection_region),
1706         (pdf_selection_get_selection_map):
1707
1708         Temporarily disable double and triple selections since it depends on
1709         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1710         released and the update of the external dependency minimal version
1711         approved.
1712
1713 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1716         (pdf_document_file_exporter_do_page):
1717         * libdocument/ev-file-exporter.h:
1718         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1719         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1720
1721         Actually fix printing regressions. Remove orientation from
1722         EvPrintContext since it's redundant.
1723
1724 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1727         * backend/impress/impress-document.c:
1728         (impress_document_document_iface_init):
1729         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1730         * backend/djvu/djvu-document.c:
1731         (djvu_document_document_iface_init),
1732         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1733         * backend/tiff/tiff-document.c:
1734         (tiff_document_document_iface_init):
1735         * backend/pixbuf/pixbuf-document.c:
1736         (pixbuf_document_document_iface_init):
1737         * backend/comics/comics-document.c:
1738         (comics_document_document_iface_init):
1739         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1740         (pdf_selection_render_selection),
1741         (pdf_selection_get_selected_text),
1742         (pdf_selection_get_selection_region),
1743         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1744         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1745         (ev_selection_get_selection_region),
1746         (ev_selection_get_selection_map):
1747         * libdocument/ev-document.[ch]:
1748         * shell/ev-pixbuf-cache.[ch]: (add_job),
1749         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1750         * shell/ev-view-private.h:
1751         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1752         (ev_job_render_run):
1753         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1754         * shell/ev-view.c: (start_selection_for_event),
1755         (ev_view_button_press_event), (ev_view_drag_data_get),
1756         (ev_view_drag_data_received), (ev_view_button_release_event),
1757         (compute_new_selection_text), (compute_selections),
1758         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1759         (ev_view_primary_get_cb):
1760
1761         Add support for double and triple click selections.
1762
1763 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * NEWS:
1766         * configure.ac:
1767
1768         Update for release 2.19.4
1769
1770 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1771
1772         * shell/ev-view-private.h:
1773         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1774         (ev_view_set_highlight_search):
1775         * shell/ev-view.h:
1776         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1777         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1778         (find_bar_visibility_changed_cb):
1779         
1780         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1781
1782 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1785         (pdf_document_file_exporter_begin),
1786         (pdf_document_file_exporter_do_page):
1787         * shell/ev-jobs.c: (ev_job_print_run):
1788         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1789
1790         Create always a portrait cairo surface and rotate when needed for
1791         landscape. It fixes printing problems in real printers.
1792
1793 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1796         * libdocument/ev-file-exporter.[ch]:
1797         (ev_file_exporter_get_capabilities):
1798         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1799         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1800
1801         Adjust number of pages per row according to page orientation when
1802         printing 2 or 6 pages per sheet.
1803
1804 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-window.c: (ev_window_print_send):
1807
1808         Reset also cups setting to 1 when printing multiple pages per
1809         sheet. Fixes bug #468853.
1810
1811 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * libdocument/ev-document-misc.c:
1814         (ev_document_misc_surface_rotate_and_scale):
1815
1816         Use directly cairo_surface_get_content() when creating a similar
1817         surface as suggested by Jeff Muizelaar. Thanks again.
1818
1819 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * backend/djvu/djvu-document.c: (djvu_document_render):
1822         * backend/tiff/tiff-document.c: (tiff_document_render):
1823         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1824         * libdocument/ev-document-misc.c:
1825         (ev_document_misc_surface_from_pixbuf),
1826         (ev_document_misc_surface_rotate_and_scale):
1827
1828         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1829         creating page surfaces. Fixes bug #453123. Thank you very much to
1830         Jeff Muizelaar <jeff@infidigm.net>.
1831
1832 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * shell/ev-page-cache.c: (ev_page_cache_new),
1835         (ev_page_cache_get_thumbnail_size):
1836         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1837         (ev_sidebar_thumbnails_set_loading_icon):
1838
1839         Also store in page-cache the dimensions of the thumbnails so that
1840         they can be used to create the correct loading icon in the side
1841         pane. Fixes bug #466857.
1842
1843 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * backend/pdf/ev-poppler.cc:
1846         (pdf_document_thumbnails_get_thumbnail):
1847
1848         Fix thumbnails rotation in pdf documents that include embedded 
1849         thumbnails.
1850
1851 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1852
1853         * backend/pdf/ev-poppler.cc:
1854
1855         Don't use #ifdef in macro expansion. Some compilers don't
1856         like that. Closes bug #467042.
1857
1858 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1859
1860         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1861         
1862         Fixes memory leak in djvu backend.
1863
1864 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1865
1866         * data/icons/32x32/Makefile.am:
1867         * data/icons/32x32/actions/Makefile.am:
1868         * data/icons/32x32/actions/view-page-cont.svg:
1869         * data/icons/32x32/actions/view-page-facing.svg:
1870         * data/icons/48x48/Makefile.am:
1871         * data/icons/48x48/actions/Makefile.am:
1872         * data/icons/48x48/actions/view-page-cont.svg:
1873         * data/icons/48x48/actions/view-page-facing.svg:
1874         
1875         Icons for a new sizes.
1876
1877 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1878
1879         * shell/ev-page-cache.c: (build_height_to_page),
1880         (ev_page_cache_get_height_to_page):
1881         
1882         Fixes invalid read, see bug #466401.
1883
1884 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1887         (set_drag_cursor):
1888         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1889         (configure_item_cursor), (new_pixbuf_from_widget):
1890
1891         Fix multihead problems in toolbar editor. Fixes bug #382055.
1892
1893 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (ev_window_cmd_file_open),
1896         (ev_window_cmd_save_as):
1897
1898         Use g_get_user_special_dir when available instead of
1899         xdg_user_dir_lookup.
1900
1901 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1902
1903         * MAINTAINERS:
1904         
1905         Updated according to request on desktop-devel.
1906
1907 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1910
1911         Do not use cairo_rectangle and cairo_clip since we are
1912         not using cairo_fill but cairo_paint. Use the same cairo context
1913         for every page in the same expose event.
1914
1915 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1916
1917         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1918         leak.
1919
1920 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * configure.ac:
1923         * NEWS:
1924
1925         Release 0.9.3
1926
1927 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * libdocument/ev-document-info.h:
1930         * libdocument/ev-document.h:
1931         * shell/ev-page-action.h:
1932         * shell/ev-sidebar-links.h:
1933
1934         Fix a headers problem with ev-link
1935         
1936         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1937         * shell/ev-view-private.h:
1938         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1939         (get_link_area), (ev_view_query_tooltip),
1940         (ev_view_leave_notify_event), (ev_view_destroy),
1941         (ev_view_class_init):
1942
1943         Use new gtk tooltips when available instead of ev-tooltip.
1944         
1945 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * shell/ev-window.c: (update_chrome_visibility),
1948         (ev_window_sidebar_visibility_changed_cb):
1949
1950         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1951         
1952 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * shell/ev-navigation-action.c:
1955         (ev_navigation_action_history_changed),
1956         (ev_navigation_action_set_history):
1957         * shell/ev-navigation-action-widget.c:
1958         (ev_navigation_action_widget_init):
1959         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1960
1961         Fix compile warnings.
1962         
1963 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1966         (egg_editable_toolbar_dispose):
1967
1968         Fix memory leak.
1969         
1970 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1973         (screensaver_disable_x11):
1974         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1975         * shell/ev-window.c: (presentation_set_timeout):
1976         * shell/ev-view.c: (ev_view_presentation_transition_start):
1977
1978         Use g_timeout_add_seconds instead of g_timeout_add when
1979         available.
1980         
1981 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1984
1985         Set horizontal scrollbar policy to AUTOMATIC instead of
1986         NEVER. Workaround for bug #449462.
1987         
1988 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * shell/ev-jobs.c: (ev_job_render_page_ready):
1991
1992         Add page_ready callback to main loop with high priority and hold
1993         a reference to job during idle.
1994         
1995 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * configure.ac:
1998         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1999         (pdf_document_file_exporter_begin),
2000         (pdf_document_file_exporter_do_page),
2001         (pdf_document_file_exporter_get_capabilities):
2002         * libdocument/ev-file-exporter.h:
2003         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2004         * shell/ev-window.c: (ev_window_print_send),
2005         (ev_window_print_dialog_response_cb):
2006
2007         Allow printing multiple pages per sheet. Fixes bug #395573.
2008         
2009 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2010
2011         * shell/ev-view.c: (tip_from_link):
2012         
2013         Check for NULL, fixes bug #460862.
2014
2015 2007-07-29  Christian Persch  <chpe@gnome.org>
2016
2017         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2018         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2019         (ev_window_cmd_preview_print):
2020         
2021         Fixes bug #437681 - blocks while enumerating printers.
2022
2023 2007-07-29  Christian Persch  <chpe@gnome.org>
2024
2025         * shell/ev-window.c: (ev_window_screen_changed):
2026         
2027         Don't use deprecated gtk+ function. See bug #460909.
2028
2029 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-utils.c: (get_num_monitors):
2032         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2033
2034         Do not use display before initializing it. Remove compile
2035         warnings.
2036
2037 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2038
2039         * shell/ev-view.c: (ev_view_class_init):
2040         
2041         Unix-like hjkl bindings added. See bug #458111.
2042
2043 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2044
2045         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2046         * shell/ev-utils.h:
2047         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2048         (ev_view_update_view_size):
2049         * shell/ev-view.h:
2050         * shell/ev-window.c: (ev_window_update_actions),
2051         (setup_view_from_metadata), (ev_window_screen_changed),
2052         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2053         (zoom_control_changed_cb):
2054         * shell/ev-window.h:
2055         
2056         Reorganizes utility functions.
2057
2058 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2061         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2062         (add_job), (ev_pixbuf_cache_get_surface),
2063         (ev_pixbuf_cache_get_link_mapping),
2064         (ev_pixbuf_cache_get_image_mapping),
2065         (ev_pixbuf_cache_get_form_field_mapping),
2066         (ev_pixbuf_cache_get_text_mapping):
2067         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2068         (notify_page_ready), (ev_job_render_page_ready),
2069         (ev_job_render_run):
2070
2071         Add page_ready signal to notify that page is ready as soon as
2072         possible even if other page elements like links, forms, images or
2073         text mapping are not ready yet.
2074
2075 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2078         (dvi_document_file_exporter_do_page),
2079         (dvi_document_file_exporter_get_capabilities),
2080         (dvi_document_file_exporter_iface_init):
2081         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2082         (ps_document_file_exporter_do_page),
2083         (ps_document_file_exporter_get_capabilities),
2084         (ps_document_file_exporter_iface_init):
2085         * backend/djvu/djvu-document.c:
2086         (djvu_document_file_exporter_begin),
2087         (djvu_document_file_exporter_end),
2088         (djvu_document_file_exporter_get_capabilities),
2089         (djvu_document_file_exporter_iface_init):
2090         * backend/tiff/tiff-document.c:
2091         (tiff_document_file_exporter_begin),
2092         (tiff_document_file_exporter_get_capabilities),
2093         (tiff_document_document_file_exporter_iface_init):
2094         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2095         (pdf_document_file_exporter_do_page),
2096         (pdf_document_file_exporter_get_capabilities),
2097         (pdf_document_file_exporter_iface_init):
2098         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2099         (ev_file_exporter_get_capabilities):
2100         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2101         (idle_print_handler), (ev_print_job_print):
2102         * shell/ev-jobs.c: (ev_job_print_run):
2103         * shell/ev-window.c: (ev_window_print_send),
2104         (ev_window_print_range):
2105
2106         Use capabilities to know which options should be offered by the
2107         print dialog depending on the document backend.
2108
2109 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2112
2113         Give priority to forms over text to set the cursor.
2114
2115 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * shell/ev-view-private.h:
2118         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2119         (ev_view_leave_notify_event), (ev_view_finalize),
2120         (ev_view_get_property), (ev_view_class_init):
2121
2122         Use IBEAM cursor for text form fields and NORMAL cursor for read
2123         only fields. Remove unused status attribute.
2124
2125 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2128
2129         Update region for current selected items also for checkbox
2130         buttons, since they can behave as radio buttons when they are in a
2131         set.
2132
2133 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * configure.ac:
2136         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2137
2138         Get max length of text form fields.
2139
2140 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2143         * libdocument/ev-form-field.h:
2144         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2145
2146         Fix build with current poppler cvs head.
2147
2148 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2151         * shell/eggfindbar.c: (egg_find_bar_init):
2152
2153         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2154         deprecation. Fixes bug #455667
2155
2156 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2157
2158         * NEWS:
2159         * configure.ac:
2160         
2161         Update for release 0.9.2
2162
2163 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/ev-view.c: (ev_view_form_field_text_save),
2166         (ev_view_form_field_choice_save):
2167
2168         Fix a crash when closing whith a form widget visible.
2169
2170 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2173
2174         Update also the region of the current selected button when
2175         clicking on another button if they are radio buttons.
2176
2177 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2180         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2181         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2182         (ev_pixbuf_cache_get_link_mapping),
2183         (ev_pixbuf_cache_get_image_mapping),
2184         (ev_pixbuf_cache_get_form_field_mapping),
2185         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2186         * shell/ev-view.c: (ev_view_form_field_get_region),
2187         (ev_view_form_field_button_create_widget),
2188         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2189         (job_finished_cb):
2190
2191         Redraw only form field region instead of the whole page when
2192         reloading a page to show changes on the form field.
2193
2194 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-view.c: (ev_view_form_field_choice_save):
2197
2198         Fix selection of first item in list form fields.
2199
2200 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2203         (ev_pixbuf_cache_reload_page),
2204         (ev_pixbuf_cache_get_form_field_mapping):
2205
2206         Some refactoring to avoid duplicated code.
2207
2208 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * configure.ac:
2211         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2212         (ev_form_field_from_poppler_field),
2213         (pdf_document_forms_get_form_fields),
2214         (pdf_document_forms_form_field_text_get_text),
2215         (pdf_document_forms_form_field_text_set_text),
2216         (pdf_document_forms_form_field_button_set_state),
2217         (pdf_document_forms_form_field_button_get_state),
2218         (pdf_document_forms_form_field_choice_get_item),
2219         (pdf_document_forms_form_field_choice_get_n_items),
2220         (pdf_document_forms_form_field_choice_is_item_selected),
2221         (pdf_document_forms_form_field_choice_select_item),
2222         (pdf_document_forms_form_field_choice_toggle_item),
2223         (pdf_document_forms_form_field_choice_unselect_all),
2224         (pdf_document_forms_form_field_choice_set_text),
2225         (pdf_document_forms_form_field_choice_get_text),
2226         (pdf_document_document_forms_iface_init):
2227         * libdocument/Makefile.am:
2228         * libdocument/ev-form-field.[ch]:
2229         * libdocument/ev-document-forms.[ch]:
2230         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2231         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2232         (add_job), (ev_pixbuf_cache_reload_page),
2233         (ev_pixbuf_cache_get_form_field_mapping):
2234         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2235         * shell/ev-view-private.h:
2236         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2237         (ev_view_handle_cursor_over_xy),
2238         (ev_view_get_form_field_at_location),
2239         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2240         (ev_view_form_field_button_create_widget),
2241         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2242         (ev_view_form_field_text_create_widget),
2243         (ev_view_form_field_choice_save),
2244         (ev_view_form_field_choice_changed),
2245         (ev_view_form_field_choice_create_widget),
2246         (ev_view_handle_form_field), (ev_view_size_allocate),
2247         (ev_view_realize), (draw_end_presentation_page),
2248         (ev_view_button_press_event), (ev_view_remove_all),
2249         (ev_view_motion_notify_event), (ev_view_key_press_event),
2250         (ev_view_enter_notify_event), (highlight_find_results),
2251         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2252         (ev_view_class_init), (page_changed_cb),
2253         (on_adjustment_value_changed), (ev_view_set_presentation),
2254         (merge_selection_region), (ev_view_set_cursor),
2255         (ev_view_reset_presentation_state):
2256         
2257         Merge evince-forms branch.
2258
2259 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2260
2261         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2262
2263         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2264         This script also updates itself from libegg
2265
2266         * cut-n-paste/toolbar-editor/egg*:
2267         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2268         libegg
2269
2270 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2271
2272         * shell/ev-window.c:
2273         
2274         Adds a nice icon to page action during toolbar editing.
2275         See bug #452872.
2276
2277 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2278
2279         * data/evince-toolbar.xml:
2280         * shell/ev-window.c:
2281         
2282         Let user add a presentation and fullscreen icons on toolbar.
2283         See bug #449734.
2284
2285 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2286
2287         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2288
2289         new script to keep in sync with toolbareditor in libegg
2290
2291         * cut-n-paste/toolbar-editor/*: 
2292
2293         Run update-toolbareditor-from-libegg so we are in sync again. 
2294         Fixes bug #452850.
2295         
2296
2297 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-sidebar-links.c: (job_finished_callback):
2300
2301         Do not connect selection changed signal more than once. Fixes bug
2302         #349433.
2303
2304 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2307
2308         Do not change sidebar chrome flag when pressing F9 key in
2309         presentation mode.
2310
2311 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * backend/pdf/ev-poppler.cc:
2314         (pdf_document_thumbnails_get_dimensions):
2315
2316         Make sure thumbnails width and height is not <= 0. Fixes a crash
2317         with some pdf documents which have really small pages.
2318
2319 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2320
2321         * shell/main.c: (main):
2322
2323         Fixes program description translation issue.
2324         Bug #450148.
2325
2326 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2327
2328         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2329
2330         Do not change current page when returning from black/white mode
2331         in presentation. Fixes bug #415032.
2332
2333 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2334
2335         * NEWS:
2336         * configure.ac:
2337         
2338         Update for release 0.9.1
2339
2340 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2341
2342         * backend/dvi/dvi-document.c:
2343         (dvi_document_finalize),
2344         (dvi_document_file_exporter_format_supported),
2345         (dvi_document_file_exporter_begin),
2346         (dvi_document_file_exporter_do_page),
2347         (dvi_document_file_exporter_end),
2348         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2349         
2350         PDF exporter for dvi documents. Fixes bug #441319.
2351
2352 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-window.c: (ev_window_clear_print_job):
2355
2356         Clear gtk print job when job has finished. Fixes bug #447612.
2357
2358 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * shell/ev-window.c: (ev_window_print_send),
2361         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2362
2363         Add preview button to print dialog. Fixes bug #445419.
2364
2365 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * backend/dvi/Makefile.am:
2368         * backend/dvi/pixbuf-device.[ch]: Removed
2369         * backend/dvi/cairo-device.[ch]: Added
2370         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2371         * backend/dvi/dvi-document.c: (dvi_document_load),
2372         (dvi_document_render), (dvi_document_finalize),
2373         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2374         (dvi_document_do_color_special):
2375         * libdocument/ev-document-misc.[ch]:
2376         (ev_document_misc_pixbuf_from_surface):
2377
2378         Port dvi backend to cairo and fix a problem with colors. 
2379
2380 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * shell/ev-view.c: (draw_one_page):
2383
2384         Draw only visible region.
2385
2386 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * backend/djvu/djvu-document.c: (djvu_document_render):
2389
2390         Fix rotation in djvu backend.
2391
2392 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2395         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2396         (ev_pixbuf_cache_get_image_mapping),
2397         (ev_pixbuf_cache_get_text_mapping):
2398
2399         Redraw view every time we have a new surface. Fixes bug #443587.
2400
2401 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * libdocument/ev-document.c: (ev_document_info_free):
2404
2405         Fix memory leaks.
2406
2407 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * backend/dvi/dvi-document.c: (dvi_document_render),
2410         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2411         * backend/impress/impress-document.c:
2412         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2413         (impress_document_render), (impress_document_document_iface_init),
2414         (impress_document_thumbnails_get_thumbnail):
2415         * backend/djvu/djvu-document-private.h:
2416         * backend/djvu/djvu-document.c: (djvu_document_render),
2417         (djvu_document_finalize), (djvu_document_document_iface_init),
2418         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2419         * backend/tiff/tiff-document.c: (tiff_document_render),
2420         (tiff_document_render_pixbuf),
2421         (tiff_document_document_iface_init):
2422         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2423         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2424         (pdf_selection_render_selection):
2425         * backend/comics/comics-document.c:
2426         (comics_document_render_pixbuf), (comics_document_render),
2427         (comics_document_document_iface_init):
2428         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2429         (pixbuf_document_document_iface_init):
2430         * libdocument/ev-document-misc.[ch]:
2431         (ev_document_misc_surface_from_pixbuf),
2432         (ev_document_misc_surface_rotate_and_scale):
2433         * libdocument/ev-document.[ch]: (ev_document_render):
2434         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2435         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2436         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2437         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2438         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2439         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2440         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2441         (render_finished_cb), (ev_job_render_run):
2442         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2443         (merge_selection_region):
2444
2445         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2446         and selections.
2447
2448 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * shell/ev-window-title.c: (ev_window_title_update):
2451
2452         Fix memory leak.
2453
2454 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * shell/ev-view.c: (draw_loading_text):
2457
2458         Show loading text centered. Fixes bug #433061
2459
2460 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-sidebar-thumbnails.c:
2463         (ev_sidebar_thumbnails_set_loading_icon):
2464
2465         Remove a mutex in the main thread that blocks the UI in heavy
2466         documents.
2467
2468 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2471
2472         Set points_set to TRUE so that selections don't disappear after a
2473         zoom change.
2474
2475 2007-06-07  Michael Monreal  <infernux@web.de>
2476
2477         * data/icons/16x16/actions/Makefile.am:
2478         * data/icons/16x16/actions/zoom.svg:
2479         * data/icons/22x22/actions/Makefile.am:
2480         * data/icons/22x22/actions/zoom.svg:
2481         * data/icons/24x24/actions/Makefile.am:
2482         * shell/ev-stock-icons.c:
2483         * shell/ev-stock-icons.h:
2484         * shell/ev-window.c:
2485         
2486         Zoom icon artwork. See bug #444795.
2487
2488 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2489
2490         * shell/ev-metadata-manager.c: Remove extraneous function
2491         (Closes: #444386)
2492
2493 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2494
2495         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2496         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2497         (ev_metadata_manager_set), (ev_metadata_manager_save):
2498         Simplify the timeout, no need for modified anymore
2499
2500 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2501
2502         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2503         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2504         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2505         (ev_metadata_manager_save): Adapted patch from Arjan van de
2506         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2507         time, saves on power (Closes: #443851)
2508
2509 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * configure.ac:
2512         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2513         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2514
2515         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2516
2517 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2518
2519         * shell/ev-window.c: (ev_window_add_history):
2520
2521         Check if history is NULL
2522
2523 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * libdocument/ev-image.c: (ev_image_finalize):
2526         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2527         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2528         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2529         (ev_tmp_uri_unlink):
2530
2531         Add functions to delete temporary files created by evince in a safe
2532         way.
2533
2534         * shell/ev-window.c: (ev_window_clear_local_uri),
2535         (open_xfer_update_progress_callback),
2536         (save_xfer_update_progress_callback), (ev_window_save_remote),
2537         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2538         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2539         (attachment_save_dialog_response_cb),
2540         (ev_attachment_popup_cmd_save_attachment_as):
2541
2542         Allow saving a copy of a document, image or attachment to a remote
2543         location. Fixes bug #440754. 
2544
2545 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * configure.ac:
2548         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2549
2550         Fix build with current poppler from cvs head. 
2551
2552 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2553
2554         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2555
2556         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2557         directory exists.
2558
2559 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2560
2561         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2562         * shell/ev-window.c:
2563
2564         Change sidebar ordering. Fixes bug #439939.
2565
2566 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2567
2568         * backend/comics/Makefile.am:
2569         
2570         Fixes build with --without-libgnome.
2571
2572 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2573         
2574         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2575
2576         Update cursor and tooltip on page change and view scroll. Fixes bug
2577         #439217.
2578
2579 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2580
2581         * NEWS:
2582         * configure.ac:
2583         
2584         Update for release 0.9.0
2585
2586 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2587
2588         * backend/djvu/djvu-document-private.h:
2589         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2590         (djvu_document_finalize),
2591         (djvu_document_file_exporter_format_supported),
2592         (djvu_document_file_exporter_begin),
2593         (djvu_document_file_exporter_do_page),
2594         (djvu_document_file_exporter_end),
2595         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2596         
2597         Implemented printing with djvu. Bug #437998.
2598
2599 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * backend/impress/zip.c:
2602         Add missing ulong definition.
2603
2604         * backend/ps/ps-interpreter.c:
2605         Add missing headers.
2606
2607         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2608
2609 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2612
2613         Add missing call to parent class dispose method. 
2614
2615 2007-05-12  Ross Burton  <ross@openedhand.com>
2616
2617         * shell/main.c:
2618         Sync keybindings manually when building without libgnome
2619         (#437925).
2620
2621 2007-05-12  Ross Burton  <ross@openedhand.com>
2622
2623         * shell/ev-window.c:
2624         Respect the screen when opening help (#437866).
2625
2626 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * data/evince-ui.xml:
2629         * shell/ev-application.[ch]: (get_print_settings_from_args),
2630         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2631         (ev_application_open_uri_list):
2632         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2633         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2634         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2635         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2636         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2637         (ev_window_dispose):
2638         * shell/main.c: (arguments_parse):
2639
2640         Add print button in preview mode. Fixes bug #396475. 
2641
2642 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2643
2644         * cut-n-paste/zoom-control/ephy-zoom.h:
2645         
2646         Fixes zoom level factors. See bug #408119 for details.
2647
2648 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2649
2650         * backend/comics/comics-document.c: (comics_regex_quote),
2651         (extract_argv):
2652         
2653         Correctly quote symbols. Fixes crash in the bug
2654         #415370.
2655
2656 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2657
2658         * shell/ev-navigation-action-widget.c:
2659         (ev_navigation_action_widget_init),
2660         (ev_navigation_action_widget_class_init),
2661         (ev_navigation_action_widget_button_press_event):
2662         
2663         Connect to button-press event on correct widget. Fixes
2664         bug #431988
2665
2666 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2667
2668         * shell/ev-application.c: (ev_application_open_window),
2669         (ev_application_add_icon_path_for_screen),
2670         (ev_application_open_uri_at_dest):
2671         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2672         * shell/ev-navigation-action.c: (build_menu):
2673         
2674         Add app-specific icons to our icon theme. Fixes bug
2675         #425508.
2676
2677 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2678
2679         * shell/ev-history.c: (ev_history_class_init),
2680         (ev_history_add_link):
2681         * shell/ev-history.h:
2682         * shell/ev-navigation-action.c:
2683         (ev_navigation_action_history_changed),
2684         (ev_navigation_action_set_history), (build_menu),
2685         (ev_navigation_action_finalize):
2686         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2687         
2688         Make navigation action unsensitive instead of showing
2689         menu with unsensitive word. Fixes bug #417392.
2690
2691 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-application.[ch]: (ev_application_shutdown),
2694         (ev_application_get_print_settings),
2695         (ev_application_set_print_settings):
2696         * shell/ev-window.c:
2697
2698         Remember print settings. Fixes bug #349102. 
2699
2700 2007-05-08  Christian Persch  <chpe@gnome.org>
2701
2702         * configure.ac:
2703         * properties/ev-properties-view.c:
2704
2705         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2706         Bug #382438.
2707
2708 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * configure.ac:
2711         * properties/ev-properties-view.c: (ev_regular_paper_size):
2712
2713         Use gtk+ builtin paper list to identify the document's paper size.
2714         Fixes bug #382438. 
2715
2716 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * configure.ac:
2719
2720         Fix build when compiling with thumbnailer and libgnome support. 
2721
2722 2007-05-04  Ross Burton  <ross@openedhand.com>
2723
2724         * configure.ac:
2725         Add --without-libgnome, check for libgnome and libgnomeui
2726         separately, and add them to the symbols as required.
2727
2728         * libdocument/ev-file-helpers.c:
2729         When building without libgnome, use g_get_user_config_dir instead
2730         of gnome_user_dir_get.
2731
2732         * shell/ev-application.c:
2733         When building without libgnome, don't use session management.
2734
2735         * shell/main.c:
2736         When building without libgnome, don't use GnomeProgram or
2737         initialise the authentication manager.
2738
2739         This fixes #328842.
2740
2741 2007-05-04  Ross Burton  <ross@openedhand.com>
2742
2743         * shell/ev-window.c:
2744         Don't use libgnome to open help, instead call Yelp directly.
2745
2746 2007-05-04  Ross Burton  <ross@openedhand.com>
2747
2748         * shell/ev-sidebar-attachments.c:
2749         Don't use libgnome to lookup icons for MIME types, instead copy
2750         code from GTK+ to do it manually.
2751
2752 2007-05-04  Ross Burton  <ross@openedhand.com>
2753
2754         * configure.ac:
2755         Add libxml to the dependencies for SHELL_CORE (#435818).
2756
2757 2007-05-02  Ross Burton  <ross@openedhand.com>
2758
2759         * configure.ac:
2760         * Makefile.am:
2761         Add --disable-thumbnailer (#434825)
2762
2763 2007-05-02  Ross Burton  <ross@openedhand.com>
2764
2765         * shell/ev-window.c:
2766         Add missing includes, fix indentation.
2767
2768         * shell/main.c:
2769         Fix indentation.
2770
2771 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2772
2773         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2774         ev_application_open_uri_at_dest instead of ev_application_open_uri
2775         preventing new document always being opened in a new window even if there
2776         is an empty window.
2777
2778 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2781         (egg_recent_view_uimanager_finalize):
2782         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2783         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2784         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2785         (ev_pixbuf_cache_dispose):
2786         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2787         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2788         
2789         Add missing chain to parent class methods. Fixes
2790         bug #433128.
2791
2792 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2793
2794         * data/Makefile.am (update-icon-cache): Updates
2795         gtk-update-icon-cache in uninstall-hook.
2796
2797 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window.c: (ev_window_setup_document),
2800         (ev_window_set_document), (ev_window_load_job_cb):
2801         * shell/ev-view.c: (setup_caches):
2802         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2803
2804         Start rendering pages before any other jobs. 
2805
2806 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-window.c: (ev_window_stop_fullscreen),
2809         (ev_window_stop_presentation):
2810
2811         Update chrome visibility before window unfullscreen. 
2812
2813 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * data/Makefile.am:
2816         * data/evince-ui.xml:
2817         * shell/ev-stock-icons.[ch]:
2818         * shell/ev-application.[ch]: (ev_application_shutdown),
2819         (ev_application_init), (ev_application_get_toolbars_model):
2820         * shell/ev-window.c: (update_chrome_visibility),
2821         (fullscreen_toolbar_setup_item_properties),
2822         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2823         (ev_window_run_presentation), (ev_window_stop_presentation),
2824         (ev_window_run_preview), (ev_window_screen_changed),
2825         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2826         (ev_window_dispose), (ev_window_init):
2827
2828         Make fullscreen toolbar always visible. Do not use egg toolbars for
2829         fullscreen and preview modes since such toolbars are not editables.
2830         Fixes bugs #300278, #338910 and #316188.  
2831
2832 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2833
2834         * shell/ev-application.c:
2835         * shell/ev-job-queue.c:
2836         * shell/ev-metadata-manager.c:
2837         * shell/ev-stock-icons.c:
2838         * shell/ev-window.c:
2839         * shell/main.c:
2840         
2841         Developers documentation updated.
2842
2843 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2846
2847         Check whether uri is valid before launching it. Fixes bug #427664.
2848
2849 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-window.c:
2852
2853         Change key accelerator for Open a Copy menu entry which is in conflict
2854         with Close. Fixes bug #427321.
2855
2856 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2857
2858         * NEWS:
2859         * configure.ac:
2860         
2861         Update for release 0.8.1
2862
2863 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2864
2865         * shell/ev-window.c: (setup_size_from_metadata):
2866         
2867         Do not make window bigger than screen. Fixes bug 
2868         #388985.
2869
2870 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2873         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2874
2875         Use default resolution when it's not provided by document. Fixes bug
2876         #408762.
2877
2878 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * configure.ac:
2881         * thumbnailer/Makefile.am:
2882         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2883         * thumbnailer/evince-thumbnailer.schemas.in:
2884         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2885
2886         Add support for ps, eps and compressed documents thumbnails. Do not
2887         ignore size parameter. 
2888
2889 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2890
2891         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2892         (dvi_document_do_color_special):
2893         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2894
2895         Implement font color specials in the DVI backend. Fixes bug #303651.
2896
2897 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2898
2899         Fixup the previous commit:
2900
2901         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2902         * shell/xdg-user-dir-lookup.c: Make the function non-static
2903         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2904
2905 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2906
2907         * shell/ev-window.c (file_open_dialog_response_cb): Use
2908         the xdg-user-dirs DOCUMENTS folder as default folder when
2909         opening a file chooser.  (#424858)
2910
2911         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2912         xdg-user-dirs.
2913
2914 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-window.c: (ev_window_load_job_cb):
2917
2918         Do not setup view from metadata on preview mode. 
2919
2920 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/main.c:
2923
2924         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2925
2926 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-view.c: (ev_view_primary_get_cb):
2929
2930         Check pointer != NULL before using it. Fixes bug #416841. 
2931
2932 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2933
2934         * NEWS:
2935         * configure.ac:
2936         
2937         Release 0.8.0
2938
2939 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2942
2943         Do not render thumbnails when sidebar thumbnail page is not visible
2944         at startup. Fixes bug #416447. 
2945
2946 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2947
2948         * data/evince.desktop.in.in:
2949
2950         "Application" is not a valid category in the freedesktop specification.
2951
2952 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * libdocument/ev-file-helpers.[ch]: (compression_run),
2955         (ev_file_uncompress), (ev_file_compress):
2956         * shell/ev-window.c: (file_save_dialog_response_cb):
2957
2958         Save document compressed when saving a copy of a compressed document.
2959         Fixes bug #334542.
2960
2961 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2964
2965         Allow deleting in goto window entry in presentation mode. 
2966
2967 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2968
2969         * Makefile.am: Dist MAINTAINERS.
2970
2971 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-window.c: (ev_window_update_actions):
2974
2975         Fix zoom shortcut keys when searching. Fixes bug #409828.
2976
2977 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * shell/ev-window.c: (ev_window_setup_document):
2980
2981         Fix crash when loading documents with only one page. 
2982
2983 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2984
2985         * backend/dvi/dvi-document.c:
2986         (dvi_document_thumbnails_get_dimensions),
2987         (dvi_document_thumbnails_get_thumbnail):
2988         * backend/impress/impress-document.c:
2989         (impress_document_thumbnails_get_thumbnail),
2990         (impress_document_thumbnails_get_dimensions):
2991         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2992         (ps_document_thumbnails_get_dimensions):
2993         * backend/djvu/djvu-document.c:
2994         (djvu_document_thumbnails_get_dimensions),
2995         (djvu_document_thumbnails_get_thumbnail):
2996         * backend/tiff/tiff-document.c:
2997         (tiff_document_thumbnails_get_thumbnail),
2998         (tiff_document_thumbnails_get_dimensions):
2999         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3000         (pdf_document_thumbnails_get_thumbnail),
3001         (pdf_document_thumbnails_get_dimensions):
3002         * backend/comics/comics-document.c:
3003         (comics_document_thumbnails_get_thumbnail),
3004         (comics_document_thumbnails_get_dimensions):
3005         * backend/pixbuf/pixbuf-document.c:
3006         (pixbuf_document_thumbnails_get_thumbnail),
3007         (pixbuf_document_thumbnails_get_dimensions):
3008         * libdocument/ev-document-thumbnails.[ch]:
3009         (ev_document_thumbnails_get_thumbnail),
3010         (ev_document_thumbnails_get_dimensions):
3011         * libdocument/ev-document-misc.[ch]:
3012         (ev_document_misc_get_thumbnail_frame):
3013         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3014         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3015         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3016         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3017         (ev_sidebar_thumbnails_refresh):
3018         * shell/ev-window.c: (ev_window_setup_document):
3019         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3020
3021         Use an EvRenderContext for rendering thumbnails instead of a suggested
3022         width, so that different sized pages get sized proportionally.
3023
3024 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3025
3026         * shell/ev-view.c: (ev_view_button_press_event),
3027         (ev_view_key_press_event):
3028
3029         Fix critical warnings when there is no document loaded. 
3030
3031 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3032
3033         * shell/ev-page-action-widget.c:
3034         * shell/ev-navigation-action.c:
3035         * shell/ev-window.c:
3036
3037         Fix compile warnings. 
3038
3039 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * backend/djvu/djvu-text.h:
3042         * backend/djvu/djvu-document.c:
3043         * backend/djvu/djvu-text-page.c:
3044         * backend/djvu/djvu-links.c:
3045         * backend/djvu/djvu-text-page.h:
3046         * backend/djvu/djvu-text.c:
3047         
3048         Fix build on Mac. Fixes bug #392186. Patch by
3049         <ephraim_owns@hotmail.com>
3050
3051 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3054
3055         Restore cairo context before rendering every page when printing a PDF
3056         document into a PDF file. 
3057
3058 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * backend/ps/gstypes.h:
3061         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3062         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3063         (ps_document_thumbnails_get_thumbnail):
3064
3065         Handle PostScript page orientation. Fixes bug #318568.
3066
3067 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * backend/ps/Makefile.am:
3070         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3071         (document_load), (ps_document_load), (save_document),
3072         (save_page_list), (ps_document_get_n_pages),
3073         (ps_document_get_page_size), (ps_document_get_info),
3074         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3075         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3076         (ps_document_thumbnails_get_thumbnail),
3077         (ps_document_thumbnails_get_dimensions),
3078         (ps_document_document_thumbnails_iface_init):
3079         * backend/ps/ps.[ch]: (psgetpagebox):
3080         * backend/ps/ps-interpreter.[ch]:
3081
3082         Add support for thumbnails in ps backend. Fixes bug #164755. 
3083
3084 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3085
3086         * NEWS:
3087         * configure.ac:
3088         
3089         Release 0.7.2
3090
3091 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3094         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3095         (ev_window_dispose):
3096
3097         Use document thumbnail as window icon. Fixes bug #384442.
3098
3099 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3100
3101         * configure.ac:
3102
3103         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3104         duplicated adding application/x-bzpostscript instead. 
3105
3106 2007-02-11  Tom Parker  <palfrey@tevp.net>
3107
3108         * backend/ps/ps-document.c: (document_load):
3109
3110         Check return value of psscan before trying
3111         to use it. Fixes bug #372414.
3112
3113 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3116
3117         Fix invalid free in ev-page-cache. Fixes bug #404745.
3118
3119 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3120
3121         * test/Makefile.am:
3122         * test/test3.py:
3123         
3124         Added reload test case.
3125
3126 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3127
3128         * po/POTFILES.in:
3129         * backend/djvu/djvu-document.c: (djvu_document_load):
3130
3131         Check whether there are missing files in indirect multipage djvu
3132         documents. Fixes bug #361683. 
3133
3134 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3135
3136         * test/Makefile.am:
3137         * test/test-mime.bin:
3138         * test/test3.py:
3139         
3140         Added test for slow mime type
3141
3142 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3145
3146         Add some checks and call parent_class->finalize. Fixes bug #404745.
3147
3148 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3149
3150         * shell/ev-navigation-action.c: (connect_proxy):
3151         
3152         Fixes dropdown history menu. Thanks a lot Carlos!
3153
3154 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3155
3156         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3157
3158         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3159         bug #373715.
3160
3161 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * backend/ps/ps.c: (psscan):
3164
3165         Fix memory leak. 
3166
3167 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * configure.ac:
3170         * libdocument/ev-file-helpers.c: 
3171
3172         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3173
3174 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * configure.ac:
3177         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3178         (ps_interpreter_start), (document_load), (save_document),
3179         (save_page_list):
3180         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3181         * libdocument/ev-document-factory.c:
3182         (ev_document_factory_get_from_mime), (get_document_from_uri),
3183         (free_uncompressed_uri), (ev_document_factory_get_document):
3184         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3185
3186         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3187
3188 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * libdocument/ev-document.h:
3191
3192         Fix typo in function name. 
3193
3194 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * backend/ps/ps-document.c: (ps_interpreter_finished),
3197         (ps_interpreter_start), (ps_interpreter_failed):
3198
3199         Handle ghostscript interpreter crashes. 
3200
3201 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-window.c: (ev_window_open_uri),
3204         (window_configure_event_cb):
3205
3206         Setup window size and position before showing it. Fixes bug #401711.
3207
3208 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * backend/ps/Makefile.am:
3211         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3212         (ps_document_dispose), (ps_document_class_init),
3213         (ps_interpreter_input), (ps_interpreter_output),
3214         (ps_interpreter_error), (setup_interpreter_env),
3215         (ps_interpreter_start), (ps_interpreter_stop),
3216         (ps_interpreter_failed), (ps_interpreter_is_ready),
3217         (check_filecompressed), (document_load), (ps_document_load),
3218         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3219         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3220         (render_page):
3221
3222         Rework ps-document. Code cleanups, remove deprecated code. 
3223
3224 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-view.c: (ev_view_button_press_event):
3227
3228         Do not start an image drag and drop operation when pointer is on 
3229         text, so that we can select text when the whole background is an
3230         image. 
3231
3232 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-window.c: (ev_window_update_actions): 
3235
3236         Disable all zoom related actions during presentation mode. 
3237
3238 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3239
3240         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3241
3242         Do not zoom in or out on presentation mode. Fixes bug #401305.
3243
3244 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3245
3246         * shell/ev-navigation-action.c: (connect_proxy),
3247         (create_menu_item), (ev_navigation_action_class_init):
3248         
3249         Correctly show menu and fix crash when navigaton 
3250         action is out of toolbar visible area.
3251
3252 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3253
3254         * data/Makefile.am:
3255         * data/evince.1:
3256         
3257         Added man file
3258
3259 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3260
3261         * help/reference/* :
3262         * configure.ac:
3263         
3264         Added gtk-doc based documentation for Evince.
3265         Still in initial state but I hope it will
3266         grow.
3267         
3268         * configure.ac:
3269         
3270         Lower dbus requirement to 0.70
3271
3272 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-window.c: (ev_window_add_history):
3275
3276         Fix memory leak. 
3277
3278 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3279
3280         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3281         * shell/ev-view.h:
3282         * shell/ev-window.c: (ev_window_add_history):
3283         
3284         Correctly handle named destination links
3285
3286 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3287
3288         * NOTES:
3289         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3290         * backend/pdf/ev-poppler.cc:
3291         * libdocument/ev-document-links.h:
3292         * libdocument/ev-link.c: (ev_link_get_page):
3293         * libdocument/ev-link.h:
3294         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3295         (ev_history_add_link):
3296         * shell/ev-history.h:
3297         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3298         (new_history_menu_item), (build_menu):
3299         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3300         * shell/ev-sidebar-links.c: (create_loading_model),
3301         (print_section_cb), (ev_sidebar_links_construct),
3302         (fill_page_labels), (update_page_callback_foreach),
3303         (update_page_callback), (job_finished_callback):
3304         * shell/ev-view.c: (ev_view_handle_link):
3305         * shell/ev-window.c: (ev_window_find_chapter),
3306         (ev_window_add_history), (view_handle_link_cb),
3307         (history_changed_cb):
3308         
3309         Implements another history variant
3310
3311 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * shell/ev-window.c: (view_external_link_cb):
3314         * shell/ev-view.c: (ev_view_button_release_event):
3315
3316         Open links in new window when clicking with middle button. 
3317
3318 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * shell/ev-navigation-action.c: (new_history_menu_item):
3321         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3322         * shell/ev-view.c: (ev_view_handle_link):
3323         * shell/ev-window.c:
3324         
3325         Store link before jump, not the destination. For me it 
3326         seems like more natural history behavior.
3327
3328 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3329
3330         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3331         (ev_navigation_action_class_init):
3332         * shell/ev-navigation-action.h:
3333         * shell/ev-page-action.c: (activate_cb):
3334         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3335         (ev_page_cache_set_current_page_history):
3336         * shell/ev-page-cache.h:
3337         * shell/ev-sidebar-thumbnails.c:
3338         (ev_sidebar_tree_selection_changed),
3339         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3340         * shell/ev-view-private.h:
3341         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3342         * shell/ev-view.h:
3343         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3344         (ev_window_setup_document), (ev_window_load_job_cb):
3345         * shell/ev-window.h:
3346         
3347         History finally works as expected.
3348
3349 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3352
3353         Do not update links treeview if it doesn't have a model assigned yet. 
3354
3355 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3358         (ev_sidebar_links_class_init), (update_page_callback):
3359
3360         Do not update links treeview when sidepane is not visible. 
3361
3362 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3363
3364         * shell/ev-marshal.list:
3365         * shell/ev-page-action.c: (activate_cb),
3366         (ev_page_action_class_init):
3367         * shell/ev-page-action.h:
3368         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3369         * shell/ev-window.c:
3370         
3371         Remove activate_link signal, not required.
3372
3373 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3374
3375         * shell/ev-navigation-action.c: (build_menu):
3376         
3377         Reorder menu items and build menu with fixed length.
3378
3379 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3380
3381         * shell/ev-view.c: (get_selected_text):
3382         
3383         Normalize text to fix ligatures problem. See bug
3384         #341947 for details.
3385
3386 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3389
3390         Fix memory leak in ev-page-cache. 
3391
3392 2007-01-25  Tom Parker <palfrey@tevp.net>
3393
3394         * backend/impress/impress-document.c: (impress_document_load),
3395         (impress_document_finalize), (impress_document_init):
3396         * properties/ev-properties-main.c: (ev_properties_get_pages):
3397         
3398         Correctly handle impress document errors. Fixes nautilus
3399         crash in property page #370491.
3400
3401 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3404         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3405         (ev_job_queue_remove_job):
3406         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3407         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3408         (ev_job_load_run):
3409         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3410         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3411         (ev_window_load_job_cb), (xfer_update_progress_callback),
3412         (ev_window_open_uri), (ev_window_dispose):
3413         * shell/main.c: (main):
3414
3415         Do file transfer asynchronously in the main thread instead of
3416         synchronously in the load thread. Fixes bugs #399694, #398307 and
3417         #343542.
3418
3419 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-jobs.c: (ev_job_xfer_run):
3422
3423         Load the document with the font-config lock held. 
3424
3425 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * backend/ps/ps-document.c: (start_interpreter):
3428
3429         Fix memory leaks in ps backend. 
3430
3431 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * backend/impress/impress-document.c:
3434         (impress_document_render_pixbuf):
3435
3436         Do not acquire fontconfig lock in impress backend, since it is using
3437         the main loop for rendering. 
3438
3439 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * po/POTFILES.in: 
3442
3443         Remove mdvi files that shouldn't be translated. 
3444
3445 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * shell/ev-view-private.h:
3448         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3449         (ev_view_set_zoom):
3450
3451         Render "loading..." text into a cairo surface instead of directly into
3452         the window so that fontconfig lock is only needed once and UI is not
3453         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3454
3455 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3458         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3459
3460         Use icon theme associated with the window screen rather than default. 
3461
3462 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3463
3464         * configure.ac:
3465
3466         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3467
3468 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3469
3470         * data/icons/*/apps/evince.*:
3471
3472         Move Evince icons under new apps directory.
3473
3474         * data/icons/*/actions/*:
3475
3476         Add new custom themeable Evince icons: view-page-continuous, 
3477         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3478         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3479
3480         * configure.ac:
3481
3482         Add new directories to AC_CONFIG_FILES.
3483
3484         * shell/ev-stock-icons.c:
3485         * shell/ev-stock-icons.h:
3486
3487         Use new custom themeable icons.
3488
3489 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3492
3493         Do not draw white background page in presentation mode. 
3494
3495 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3496
3497         * shell/ev-view.c: Remove unused gnome-vfs include.
3498
3499 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3500
3501         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3502         
3503         Format string is corrected, fixes bug #397129.
3504
3505 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3506
3507         * shell/ev-window.c: (ev_window_setup_recent):
3508
3509         Do not include in recent menu inexistent documents. Fixes
3510         bug #339171.
3511
3512 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * po/POTFILES.skip: 
3515
3516         Update POTFILES.skip file according to current source tree. 
3517
3518 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * shell/ev-window.c: (file_save_dialog_response_cb):
3521
3522         Do Save a copy in atomic way. Fixes bug #328266. 
3523
3524 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3527
3528         Keep selected cell always visible in index treeview.
3529
3530 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3531         
3532         * shell/ev-view.c: (ev_view_size_allocate):
3533
3534         Restore horizontal scrollbar after switching to/from fullscreen
3535         or presentation mode. Fixes bug #331728.
3536
3537 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-view-private.h:
3540         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3541         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3542         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3543         (ev_view_can_zoom_out):
3544
3545         Use max and min scale values in the view iby taking dpi into account. 
3546
3547 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * configure.ac:
3550         * NEWS:
3551
3552         Release 0.7.1
3553
3554 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * shell/ev-window.c: (ev_window_print_send):
3557
3558         Send print job to printer with some settings set to default values,
3559         since we have already exported to a file according to such settings
3560         and they could be taken twice by some printers. 
3561
3562 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * shell/ev-jobs.c: (ev_job_xfer_run):
3565         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3566
3567         Show main window and load document with the font-config lock held. 
3568
3569 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * configure.ac:
3572         * shell/ev-application.c: (ev_application_register_service):
3573         * shell/main.c: (load_files_remote):
3574
3575         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3576
3577 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3578
3579         * doc/debugging.txt:
3580         
3581         Remove obsolete documentation.
3582
3583 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * Makefile.am:
3586         * backend/Makefile.am:
3587         * backend/comics/Makefile.am:
3588         * backend/djvu/Makefile.am:
3589         * backend/dvi/Makefile.am:
3590         * backend/ev-async-renderer.c:
3591         * backend/ev-async-renderer.h:
3592         * backend/ev-attachment.c:
3593         * backend/ev-attachment.h:
3594         * backend/ev-backend-marshal.c:
3595         * backend/ev-document-factory.c:
3596         * backend/ev-document-factory.h:
3597         * backend/ev-document-find.c:
3598         * backend/ev-document-find.h:
3599         * backend/ev-document-fonts.c:
3600         * backend/ev-document-fonts.h:
3601         * backend/ev-document-images.c:
3602         * backend/ev-document-images.h:
3603         * backend/ev-document-info.h:
3604         * backend/ev-document-links.c:
3605         * backend/ev-document-links.h:
3606         * backend/ev-document-misc.c:
3607         * backend/ev-document-misc.h:
3608         * backend/ev-document-security.c:
3609         * backend/ev-document-security.h:
3610         * backend/ev-document-thumbnails.c:
3611         * backend/ev-document-thumbnails.h:
3612         * backend/ev-document-transition.c:
3613         * backend/ev-document-transition.h:
3614         * backend/ev-document.c:
3615         * backend/ev-document.h:
3616         * backend/ev-file-exporter.c:
3617         * backend/ev-file-exporter.h:
3618         * backend/ev-image.c:
3619         * backend/ev-image.h:
3620         * backend/ev-link-action.c:
3621         * backend/ev-link-action.h:
3622         * backend/ev-link-dest.c:
3623         * backend/ev-link-dest.h:
3624         * backend/ev-link.c:
3625         * backend/ev-link.h:
3626         * backend/ev-render-context.c:
3627         * backend/ev-render-context.h:
3628         * backend/ev-selection.c:
3629         * backend/ev-selection.h:
3630         * backend/impress/Makefile.am:
3631         * backend/pdf/Makefile.am:
3632         * backend/pixbuf/Makefile.am:
3633         * backend/ps/Makefile.am:
3634         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3635         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3636         (start_interpreter), (stop_interpreter), (document_load),
3637         (ps_document_next_page), (render_page):
3638         * backend/tiff/Makefile.am:
3639         * comics/Makefile.am:
3640         * comics/comics-document.c:
3641         * comics/comics-document.h:
3642         * configure.ac:
3643         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3644         * djvu/Makefile.am:
3645         * djvu/djvu-document-private.h:
3646         * djvu/djvu-document.c:
3647         * djvu/djvu-document.h:
3648         * djvu/djvu-links.c:
3649         * djvu/djvu-links.h:
3650         * djvu/djvu-text-page.c:
3651         * djvu/djvu-text-page.h:
3652         * djvu/djvu-text.c:
3653         * djvu/djvu-text.h:
3654         * dvi/Makefile.am:
3655         * dvi/dvi-document.c:
3656         * dvi/dvi-document.h:
3657         * dvi/fonts.c:
3658         * dvi/fonts.h:
3659         * dvi/mdvi-lib/Makefile.am:
3660         * dvi/mdvi-lib/afmparse.c:
3661         * dvi/mdvi-lib/afmparse.h:
3662         * dvi/mdvi-lib/bitmap.c:
3663         * dvi/mdvi-lib/bitmap.h:
3664         * dvi/mdvi-lib/color.c:
3665         * dvi/mdvi-lib/color.h:
3666         * dvi/mdvi-lib/common.c:
3667         * dvi/mdvi-lib/common.h:
3668         * dvi/mdvi-lib/defaults.h:
3669         * dvi/mdvi-lib/dvimisc.c:
3670         * dvi/mdvi-lib/dviopcodes.h:
3671         * dvi/mdvi-lib/dviread.c:
3672         * dvi/mdvi-lib/files.c:
3673         * dvi/mdvi-lib/font.c:
3674         * dvi/mdvi-lib/fontmap.c:
3675         * dvi/mdvi-lib/fontmap.h:
3676         * dvi/mdvi-lib/fontsrch.c:
3677         * dvi/mdvi-lib/gf.c:
3678         * dvi/mdvi-lib/hash.c:
3679         * dvi/mdvi-lib/hash.h:
3680         * dvi/mdvi-lib/list.c:
3681         * dvi/mdvi-lib/mdvi.h:
3682         * dvi/mdvi-lib/pagesel.c:
3683         * dvi/mdvi-lib/paper.c:
3684         * dvi/mdvi-lib/paper.h:
3685         * dvi/mdvi-lib/pk.c:
3686         * dvi/mdvi-lib/private.h:
3687         * dvi/mdvi-lib/setup.c:
3688         * dvi/mdvi-lib/sp-epsf.c:
3689         * dvi/mdvi-lib/special.c:
3690         * dvi/mdvi-lib/sysdeps.h:
3691         * dvi/mdvi-lib/t1.c:
3692         * dvi/mdvi-lib/tfm.c:
3693         * dvi/mdvi-lib/tfmfile.c:
3694         * dvi/mdvi-lib/tt.c:
3695         * dvi/mdvi-lib/util.c:
3696         * dvi/mdvi-lib/vf.c:
3697         * dvi/pixbuf-device.c:
3698         * dvi/pixbuf-device.h:
3699         * impress/Makefile.am:
3700         * impress/common.h:
3701         * impress/document.c:
3702         * impress/f_oasis.c:
3703         * impress/f_oo13.c:
3704         * impress/iksemel.c:
3705         * impress/iksemel.h:
3706         * impress/imposter.h:
3707         * impress/impress-document.c:
3708         * impress/impress-document.h:
3709         * impress/internal.h:
3710         * impress/r_back.c:
3711         * impress/r_draw.c:
3712         * impress/r_geometry.c:
3713         * impress/r_gradient.c:
3714         * impress/r_style.c:
3715         * impress/r_text.c:
3716         * impress/render.c:
3717         * impress/render.h:
3718         * impress/zip.c:
3719         * impress/zip.h:
3720         * lib/Makefile.am:
3721         * lib/ev-debug.c:
3722         * lib/ev-debug.h:
3723         * lib/ev-file-helpers.c:
3724         * lib/ev-file-helpers.h:
3725         * lib/ev-gui.c:
3726         * lib/ev-gui.h:
3727         * lib/ev-tooltip.c:
3728         * lib/ev-tooltip.h:
3729         * libdocument/Makefile.am:
3730         * libdocument/ev-file-helpers.c:
3731         * pdf/Makefile.am:
3732         * pdf/ev-poppler.cc:
3733         * pdf/ev-poppler.h:
3734         * pixbuf/Makefile.am:
3735         * pixbuf/pixbuf-document.c:
3736         * pixbuf/pixbuf-document.h:
3737         * properties/Makefile.am:
3738         * ps/Makefile.am:
3739         * ps/gsdefaults.c:
3740         * ps/gsdefaults.h:
3741         * ps/gsio.c:
3742         * ps/gsio.h:
3743         * ps/gstypes.h:
3744         * ps/ps-document.c:
3745         * ps/ps-document.h:
3746         * ps/ps.c:
3747         * ps/ps.h:
3748         * shell/Makefile.am:
3749         * shell/ev-application.h:
3750         * shell/ev-sidebar-links.c:
3751         * shell/ev-sidebar-links.h:
3752         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3753         (ev_gui_menu_position_tree_selection):
3754         * shell/ev-utils.h:
3755         * shell/ev-view.c: (ev_view_finalize):
3756         * shell/ev-window.c:
3757         * shell/main.c: (main):
3758         * thumbnailer/Makefile.am:
3759         * tiff/Makefile.am:
3760         * tiff/tiff-document.c:
3761         * tiff/tiff-document.h:
3762         * tiff/tiff2ps.c:
3763         * tiff/tiff2ps.h:
3764         
3765         Reorganize source tree.
3766
3767 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * backend/ev-document-factory.c:
3770
3771         Do not include ev-poppler.h when pdf is disabled. 
3772
3773 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3774
3775         * configure.ac:
3776         * data/evince-ui.xml:
3777         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3778         (pdf_document_document_images_iface_init):
3779         * backend/Makefile.am:
3780         * backend/ev-document-images.[ch]:
3781         * backend/ev-image.[ch]:
3782         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3783         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3784         (ev_job_xfer_run):
3785         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3786         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3787         (ev_pixbuf_cache_get_image_mapping):
3788         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3789         (view_menu_popup_cb), (ev_window_dispose),
3790         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3791         (ev_view_popup_cmd_copy_image):
3792         * shell/ev-view-private.h:
3793         * shell/ev-view.c: (ev_view_get_image_at_location),
3794         (ev_view_do_popup_menu), (ev_view_popup_menu),
3795         (ev_view_button_press_event), (ev_view_drag_data_get),
3796         (ev_view_drag_motion), (ev_view_drag_data_received),
3797         (ev_view_motion_notify_event), (ev_view_button_release_event),
3798         (ev_view_finalize), (ev_view_class_init):
3799
3800         Add image handling support. Fixes bugs #310008 and #325047. Images
3801         selection is not supported yet. 
3802
3803 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3806         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3807         (ev_view_init):
3808
3809         Move view drag and drop stuff to ev-view.
3810
3811 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3814         * shell/ev-view.c: (clear_selection): 
3815
3816         Clear selection also in pixbuf cache.
3817
3818 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3819
3820         * data/evince.desktop.in.in:
3821         
3822         Change icon name in desktop file. See bug #390734
3823         for details.
3824
3825 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3826
3827         * thumbnailer/Makefile.am:
3828
3829         Use top_builddir instead top_srcdir for generated schema
3830         file installation. Fixes bug #390161.
3831
3832 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * configure.ac:
3835         * backend/Makefile.am:
3836         * backend/ev-document-transition.[ch]:
3837         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3838         (pdf_document_page_transition_iface_init):
3839         * shell/ev-view-private.h:
3840         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3841         (ev_view_set_presentation), (transition_next_page),
3842         (ev_view_presentation_transition_stop),
3843         (ev_view_presentation_transition_start), (ev_view_next_page):
3844
3845         Add page transition support in presentation mode. At the moment only
3846         page duration is supported, but not transition effects. Fixes bug
3847         #309815.
3848
3849 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3852
3853         Run find_link_dest with document lock held, since it's called by links
3854         thread and main thread at the same time. 
3855
3856 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3857
3858         * shell/ev-view.c: (goto_dest):
3859
3860         Update page-cache when page is changed by the view, so that
3861         page-changed signal is emitted. 
3862
3863 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * test/test1.py:
3866         * test/test2.py:
3867
3868         Use C locale in tests. 
3869
3870 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-window.c: (ev_window_run_presentation):
3873         * shell/ev-view-private.h:
3874         * shell/ev-view.c: (ev_view_set_presentation):
3875
3876         Restore zoom settings when back from presentation mode. 
3877
3878 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3879
3880         * shell/ev-window.c: (ev_window_run_presentation):
3881
3882         Always use "best fit" zoom in presentation mode.
3883         Fixes bug #389195.
3884
3885 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3886
3887         * shell/ev-view.c: (ev_view_goto_window_create):
3888
3889         Show "Jump to page" label in the page jumping popup in
3890         presentation mode instead of just a GtkEntry.
3891
3892 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3893
3894         * shell/ev-window.c: (launch_external_uri):
3895
3896         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3897         #378085.
3898
3899 2006-12-22  Elijah Newren  <newren gmail com>
3900
3901         * configure.ac: explicitly check for libxml2.  Fixes #388795
3902
3903 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * shell/ev-view-private.h:
3906         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3907         (ev_view_goto_window_delete_event), (key_is_numeric),
3908         (ev_view_goto_window_key_press_event),
3909         (ev_view_goto_window_button_press_event),
3910         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3911         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3912         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3913
3914         Allow jumping to another page by typing a page number in presentation
3915         mode. It uses a popup window with an entry. Fixes bug #353625.
3916
3917 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3918
3919         * configure.ac:
3920         * properties/ev-properties-view.c: (ev_get_default_user_units),
3921         (ev_regular_paper_size):
3922         
3923         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3924         to Damien Carbery <damien.carbery@sun.com> and
3925         Yevgen Muntyan <muntyan@tamu.edu>.
3926
3927 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3928
3929         * shell/ev-window.c: (setup_document_from_metadata):
3930
3931         Make sure Evince doesn't restore the view on the last
3932         page when a document is reopened. Fixes bug #383381.
3933
3934 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3935
3936         * shell/ev-view.c: (draw_loading_text):
3937
3938         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3939
3940 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * configure.ac:
3943         * NEWS:
3944
3945         Release 0.7.0
3946
3947 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * configure.ac:
3950         * pdf/ev-poppler.cc: (pdf_print_context_free),
3951         (pdf_document_file_exporter_begin),
3952         (pdf_document_file_exporter_do_page):
3953
3954         Make cairo-pdf depedency optional. 
3955
3956 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3959
3960         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3961
3962 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3965         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3966         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3967         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3968         * shell/ev-view.c: (draw_loading_text):
3969         * shell/ev-window.c: (ev_window_cmd_file_properties):
3970
3971         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3972         related to using FontConfig from different threads.
3973         
3974 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * shell/ev-view.c: (draw_loading_text):
3977
3978         Acquire lock document when drawing "Loading..." text so that only one
3979         thread will use FontConfig at the same time. Fixes bug #374750.
3980
3981 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * shell/ev-page-action.[ch]: (activate_cb):
3984         * shell/ev-window.c: (activate_label_cb):
3985
3986         Check if text inserted in page entry is a valid page number when it
3987         doesn't match to any document page label. Fixes bug #383165.
3988
3989 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3990         * shell/ev-window.c:
3991
3992         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3993         available with GTK < 2.10. Added an ifdef to avoid compilation
3994         error.
3995
3996 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * configure.ac:
3999         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4000
4001         Fix ps backend in multihead systems.
4002
4003 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4004
4005         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4006         * shell/ev-window.c: (ev_window_get_screen_dpi),
4007         (ev_window_update_actions), (setup_view_from_metadata),
4008         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4009
4010         Take screen DPI into account when zooming. Fixes bug #318285.
4011
4012 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4013
4014         * data/Makefile.am:
4015
4016         Cleaned up/slightly refactored Makefile.am. Added GConf
4017         schemas uninstallation as well.
4018
4019 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4020
4021         * Makefile.am:
4022         * test/Makefile.am:
4023
4024         Fight with autotools to fix make check. Make distcheck
4025         works fine as well now!
4026
4027 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4028
4029         * shell/ev-view.c: (draw_end_presentation_page):
4030
4031         Corrected "end of presentation" string.
4032
4033 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4034
4035         * shell/ev-view.c: (ev_view_key_press_event):
4036
4037         Correctly propagate key press event so that up/down keys
4038         work as expected (correct behaviour was broken by
4039         black/white screen key bindings for presentations).
4040
4041 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4044         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4045         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4046         (pdf_selection_get_selection_region),
4047         (pdf_selection_get_selection_map):
4048
4049         Add "static" to some private functions. 
4050
4051 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4052
4053         * lib/ev-tooltip.h:
4054         * properties/ev-properties-view.h:
4055         * shell/ev-jobs.h:
4056         * shell/ev-properties-dialog.h:
4057         * shell/ev-properties-fonts.h:
4058         * shell/ev-sidebar-links.h:
4059         * shell/ev-sidebar-thumbnails.h:
4060         * shell/ev-sidebar.h:
4061         * shell/ev-window.h:
4062         
4063         Fixes CHACK type in class casts. See bug #385343
4064         for details.
4065
4066 2006-12-10  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_key_press_event),
4071         (ev_view_class_init), (ev_view_init):
4072
4073         Blank screen in presentation mode when pressing 'b' (filling with
4074         black) or 'w' (filling with white) keys. Fixes bug #358132.
4075
4076 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4077
4078         * data/evince-toolbar.xml:
4079         * shell/ev-window.c:
4080         
4081         Use stock icon for Select All action. Fixes
4082         bug #382652.
4083
4084 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4085
4086         * shell/ev-view.c: (get_doc_point_from_offset),
4087         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4088
4089         Add links support in rotated documents. Fixes bug #343733.
4090
4091 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * shell/ev-view-private.h:
4094         * shell/ev-view.c: (draw_end_presentation_page),
4095         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4096
4097         Show a blank page after the last page in presentation mode with a
4098         message indicating that presentation has finished and how to exit. 
4099
4100 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-window.c: (fullscreen_timeout_cb):
4103
4104         Hide cursor after a while in presentation mode. 
4105
4106 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4107
4108         * backend/ev-document-info.h:
4109         * data/evince-properties.glade:
4110         * pdf/ev-poppler.cc:
4111         * properties/ev-properties-view.c: (ev_regular_paper_size),
4112         (ev_properties_view_set_info):
4113         * ps/ps-document.c: (ps_document_get_info):
4114
4115         Adds a paper size field to the properties dialog. Fixes
4116         bug #307315. Patch by Kasper Svendsen (with some i18n
4117         changes done by me).
4118
4119 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4122         (screensaver_init_dbus), (totem_scrsaver_new),
4123         (totem_scrsaver_init):
4124         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4125         * shell/ev-application.c: (ev_application_register_service),
4126         (ev_application_screensaver_enable),
4127         (ev_application_screensaver_disable):
4128         * shell/ev-application.h:
4129         * shell/ev-window.c: (ev_window_run_presentation),
4130         (ev_window_stop_presentation), (build_comments_string),
4131         (ev_window_init):
4132         
4133         Move screensaver handling to application. No more
4134         message on startup.
4135
4136 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * configure.ac:
4139         * backend/Makefile.am:
4140         * backend/ev-file-exporter.[ch]:
4141         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4142         * ps/ps-document.c: (ps_document_file_exporter_*):
4143         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4144         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4145         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4146         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4147
4148         Allow printing to PDF when suppoted by the backend.
4149         
4150 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * shell/ev-window.c: (build_comments_string):
4153
4154         Use always "Document Viewer" in about dialog. 
4155
4156 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * djvu/djvu-document.c: (djvu_document_get_page_size):
4159
4160         Display a warning message when get_pageinfo fails. 
4161
4162 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4163
4164         * Makefile.am:
4165         * backend/Makefile.am:
4166         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4167         * configure.ac:
4168         * shell/ev-window.c: (build_comments_string):
4169         
4170         Make pdf compilation optional. See bug #38007.
4171
4172 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * ps/ps.c: (get_next_text):
4175
4176         Fix CVE-2006-5864.
4177
4178 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4181         * shell/ev-navigation-action.c: (connect_proxy),
4182         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4183         
4184         Do not call g_type_class_peek_parent twice.
4185
4186 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * configure.ac:
4189         * data/icons/24x24/.cvsignore:
4190         * data/icons/24x24/Makefile.am:
4191         * data/icons/24x24/evince.png:
4192         * data/icons/Makefile.am:
4193         
4194         Add 24x24 icon. Thanks to 
4195         Michael Monreal <infernux@web.de>.
4196
4197 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4198
4199         * configure.ac: Fix typo in configure.ac. Thanks
4200         to dmacks@netspace.org for notification.
4201
4202 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4203
4204         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4205         
4206         Drop dbus include, fixes compilation with older dbus.
4207
4208 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4209
4210         * configure.ac:
4211         * cut-n-paste/Makefile.am:
4212         * cut-n-paste/totem-screensaver/.cvsignore
4213         * cut-n-paste/totem-screensaver/Makefile.am:
4214         * cut-n-paste/totem-screensaver/README:
4215         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4216         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4217         * shell/Makefile.am:
4218         * shell/ev-window.c: (ev_window_run_presentation),
4219         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4220         (ev_window_init):
4221
4222         Implemented screensaver enabling/disabling for
4223         presentation mode (not fullscreen mode). Code stolen
4224         from Totem (with some minor tweaks). Fixes bug #338889.
4225
4226 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4227
4228         * configure.ac:
4229
4230         Bump gnome-icon-theme requirements. We use the rotation
4231         icons that appeared recently.
4232
4233 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * shell/ev-history.c: (ev_history_add_page):
4236         * shell/ev-history.h:
4237         * shell/ev-window.c: (page_changed_cb):
4238         
4239         Use page labels instead of numbers.
4240
4241 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * data/evince-toolbar.xml:
4244         * po/POTFILES.in:
4245         * shell/Makefile.am:
4246         * shell/ev-navigation-action-widget.c:
4247         (ev_navigation_action_widget_init),
4248         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4249         (menu_detacher), (ev_navigation_action_widget_set_menu),
4250         (menu_position_func), (popup_menu_under_arrow),
4251         (ev_navigation_action_widget_toggled),
4252         (ev_navigation_action_widget_button_press_event):
4253         * shell/ev-navigation-action-widget.h:
4254         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4255         (ev_navigation_action_set_window), (activate_menu_item_cb),
4256         (new_history_menu_item), (new_empty_history_menu_item),
4257         (build_menu), (menu_activated_cb), (connect_proxy),
4258         (create_tool_item), (ev_navigation_action_init),
4259         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4260         * shell/ev-navigation-action.h:
4261         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4262         (ev_page_action_widget_set_page_cache),
4263         (ev_page_action_widget_finalize),
4264         (ev_page_action_widget_class_init), (match_selected_cb),
4265         (display_completion_text), (match_completion), (build_new_tree_cb),
4266         (get_filter_model_from_model),
4267         (ev_page_action_widget_update_model):
4268         * shell/ev-page-action-widget.h:
4269         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4270         (connect_proxy):
4271         * shell/ev-page-action.h:
4272         * shell/ev-stock-icons.c:
4273         * shell/ev-stock-icons.h:
4274         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4275         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4276         (register_custom_actions):
4277         * shell/main.c:
4278         
4279         Preliminary history implementation
4280
4281 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4282
4283         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4284         (dvi_document_class_init), (dvi_document_init_params):
4285         * dvi/mdvi-lib/font.c: (font_reference):
4286         
4287         Add reference to subfont. Fixes bug #374277.
4288
4289 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4292         (ev_window_cmd_file_open_copy_at_dest):
4293
4294         Fix a race condition when creating symlink. Increase the counter
4295         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4296         Mathias Hasselmann).
4297
4298 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * backend/Makefile.am:
4301         * backend/ev-attachment.c: (ev_attachment_open):
4302         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4303         (ev_tmp_dir), (ev_tmp_filename):
4304         * shell/ev-sidebar-attachments.c:
4305         (ev_sidebar_attachments_drag_data_get):
4306         * shell/ev-window.c: (ev_window_clear_temp_file):
4307
4308         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4309         in ensure_dir_exists. Abort without crashing when we can't create
4310         user's directory.
4311
4312 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * data/evince-ui.xml:
4315         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4316         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4317         (ev_window_cmd_file_open_copy_at_dest),
4318         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4319         (ev_view_popup_cmd_open_link_new_window):
4320
4321         Allow opening a copy of the current document in a new window. Fixes bug
4322         #357472
4323
4324 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4325
4326         * data/evince-toolbar.xml:
4327         
4328         Add rotate right and rotate left to available items for toolbar.
4329         
4330         * data/evince-ui.xml:
4331         * shell/ev-window.c: (ev_window_init):
4332         
4333         Customize toolbar with right click. Fixes bug #372451.
4334
4335 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4336
4337         * shell/ev-window.c: 
4338         
4339         Use "object-rotate-{left,right}" stock icons. Fixes 
4340         bug #373863.
4341
4342 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4345         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4346         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4347         (ev_window_open_uri):
4348         * shell/main.c: (arguments_parse):
4349
4350         Remove temp file created when evince is used by GTK+ in
4351         preview mode. Fixes bug #365282. 
4352
4353 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4356         
4357         Fixes bug #372474 - Side pane disabled when entering 
4358         and leaving fullscreen mode.
4359
4360 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4363         * data/Makefile.am:
4364         * data/evince-preview-toolbar.xml:
4365         * data/evince-toolbar.xml:
4366         * shell/ev-application.c: (ev_application_shutdown),
4367         (ev_application_init), (ev_application_get_toolbars_model):
4368         * shell/ev-application.h:
4369         * shell/ev-window.c: (update_chrome_visibility),
4370         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4371         (ev_window_cmd_edit_toolbar), (ev_window_init):
4372         
4373         Fixes bug #364364 - toolbar editor shows zoom actions again.
4374
4375 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4378
4379         Do not take margins into consideration for paper size when printing.
4380         Really fixes bug #350491.
4381
4382 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * data/evince-ui.xml:
4385         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4386         (ev_window_cmd_file_print_setup),
4387         (ev_window_print_dialog_response_cb),
4388         (ev_window_setup_action_sensitivity):
4389
4390         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4391
4392 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4393
4394         * shell/ev-window.c: (ev_window_print_range):
4395
4396         Revert my previuos commit, since printing to PDF is not supported by
4397         evince yet. 
4398
4399 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * shell/ev-window.c: (ev_window_print_range):
4402
4403         Enable print to a PDF. Fixes bug #332121.
4404
4405 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * shell/ev-application-service.xml:
4408         * shell/ev-application.[ch]: (ev_application_open_window),
4409         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4410         (ev_application_open_uri), (ev_application_open_uri_list):
4411         * shell/ev-window.c: (file_open_dialog_response_cb),
4412         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4413         (drag_data_received_cb), (open_remote_link):
4414         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4415
4416         Add support for multiscreen systems. Fixes bug #316206.
4417
4418 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4419
4420         * shell/ev-jobs.[ch]: (ev_job_print_new),
4421         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4422         (ev_job_print_do_page):
4423         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4424
4425         Allow printing only odd/even pages. Fixes bug #367289.
4426
4427 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4428
4429         * test/test1.py:
4430         * test/test2.py:
4431
4432         Re-add locale settings to test files.
4433
4434 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4435
4436         * data/evince-ui.xml:
4437         * shell/ev-window.c: (set_action_properties):
4438         
4439         Removed garbage from code and ui.
4440
4441 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4442
4443         * shell/ev-window.c: (ev_window_cmd_help_about):
4444
4445         Shamelessly add my name to the list of contributors.
4446
4447 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4448
4449         * test/test1.py:
4450         * test/test2.py:
4451
4452         Cleaned up the dogtail scripts.
4453
4454 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4455
4456         * shell/ev-view.c: (draw_loading_text): Don't render
4457         "loading..." text in presentation mode. Temporary
4458         workaround for bug #320352.
4459
4460 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4463         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4464
4465         Use print settings scale, copies, collate and reverse which were
4466         ignored. Fixes bug #359032.
4467
4468 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4469
4470         * configure.ac:
4471         * data/evince-password.glade:
4472         * test/Makefile.am:
4473         * test/test-encrypt.pdf:
4474         * test/test-links.pdf:
4475         * test/test1.py:
4476         * test/test2.py:
4477
4478         Add automated UI tests for evince with dogtail. See
4479         bug #300948.    
4480
4481 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4484
4485         Hide fullscreen toolbar when switching to another desktop workspace.
4486         Fixes bug #338871
4487
4488 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * shell/ev-window-title.c: 
4491         
4492         Test for .dvi in title of pdf documents.
4493
4494 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4495
4496         * shell/ev-view.c: (ev_view_scroll):
4497
4498         Page Up/Down should do page jumps in "Best fit" mode.
4499         If a user has explicitly chosen to view exactly one page
4500         at a time, scrolling just a part of the page when
4501         pressing Page Up/Down is not right. Fixes bug #323107.
4502
4503 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * NEWS:
4506         * configure.ac:
4507         
4508         Update for 0.6.1
4509
4510 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4513         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4514         
4515         Correctly disconnect from job signals on destroy.
4516
4517 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * shell/ev-view-private.h:
4520         * shell/ev-view.c: (view_set_adjustment_values),
4521         (view_update_range_and_current_page),
4522         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4523         
4524         Fixes bug #343199, current page now follows find page.
4525
4526 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4527
4528         * backend/ev-document-factory.c:
4529         * configure.ac:
4530         Assigned OpenDocument presenation MIME type to the
4531         Impress backend. Added some missing (but harmless)
4532         #ifdefs in the document factory as well to make things
4533         consistent again. Fixes bug #360658.
4534
4535 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4536
4537         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4538         * backend/ev-document-find.c: (ev_document_find_get_type):
4539         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4540         * backend/ev-document-links.c: (ev_document_links_get_type):
4541         * backend/ev-document-security.c: (ev_document_security_get_type):
4542         * backend/ev-document-thumbnails.c:
4543         (ev_document_thumbnails_get_type):
4544         * backend/ev-document.c: (ev_document_get_type):
4545         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4546         * backend/ev-selection.c: (ev_selection_get_type):
4547         * cut-n-paste/recent-files/egg-recent-model.c:
4548         (egg_recent_model_get_type):
4549         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4550         (egg_recent_view_uimanager_get_type):
4551         * cut-n-paste/recent-files/egg-recent-view.c:
4552         (egg_recent_view_get_type):
4553         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4554         (egg_editable_toolbar_get_type):
4555         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4556         (egg_toolbar_editor_get_type):
4557         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4558         (egg_toolbars_model_get_type):
4559         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4560         (egg_tree_multi_drag_source_get_type):
4561         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4562         (ephy_zoom_action_get_type):
4563         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4564         (ephy_zoom_control_get_type):
4565         * impress/r_back.c: (_imp_fill_back):
4566         * properties/ev-properties-main.c:
4567         (ev_properties_plugin_register_type):
4568         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4569         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4570         (ev_view_accessible_factory_get_type):
4571
4572         Reduce relocations. Bug #360616.
4573
4574 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * backend/ev-document-factory.c:
4577         (ev_document_factory_get_document):
4578         
4579         Load document even if extension is wrong.
4580
4581 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-metadata-manager.c: (save_values):
4584         * shell/ev-window.c: (setup_size_from_metadata),
4585         (setup_view_from_metadata), (ev_window_setup_document),
4586         (ev_window_xfer_job_cb), (window_configure_event_cb):
4587         
4588         Set size according to the document size/page size ratio.
4589         That should correct rather wierd behaviour of the previous
4590         commit.
4591
4592 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * shell/ev-window.c: (setup_view_from_metadata):
4595         
4596         Set size for new windows from previous window size.
4597         See bugs #354968 and #168450 for details. Thanks
4598         to Meik Hellmund.
4599
4600 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * djvu/djvu-links.c: (build_tree):
4603
4604         Fix memory leak.
4605
4606 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4607
4608         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4609         
4610         Don't make sidebar close button insensitive. Fixes
4611         bug #357871.
4612
4613 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4616         (ev_window_set_view_accels_sensitivity):
4617         
4618         Don't enable Slash on documents which don't support
4619         find. Fixes bug #358648.
4620
4621 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4622
4623         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4624         open dialog fall back to the current document uri if the
4625         filechooser hasn't been used before. Fixes bug #356980.
4626
4627 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4628
4629         * shell/ev-window.c: (ev_window_setup_recent), 
4630         (ev_window_get_recent_file_label):
4631
4632         Escape underscores in filenames of recent file items.
4633
4634 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * configure.ac:
4637         
4638         Bumped poppler requirements, really 0.5.3 is very 
4639         buggy, now we require 0.5.4.
4640
4641 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4642
4643         * djvu/Makefile.am:
4644         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4645         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4646         (djvu_document_document_links_iface_init):
4647         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4648         (number_from_string_10), (get_djvu_link_dest),
4649         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4650         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4651         (djvu_links_get_links), (djvu_links_find_link_dest),
4652         (djvu_links_get_links_model):
4653         * djvu/djvu-links.h:
4654         
4655         Add support for links and bookmarks in djvu documents. Thanks
4656         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4657         patch.
4658
4659 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4660
4661         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4662         
4663         Reopen should reload document. Fixes 
4664         bug 327951.
4665
4666 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * configure.ac:
4669         * data/Makefile.am:
4670         * data/evince-16.png:
4671         * data/evince-22.png:
4672         * data/evince.png:
4673         * data/evince.svg:
4674         * data/icons/16x16/Makefile.am:
4675         * data/icons/16x16/evince.png:
4676         * data/icons/22x22/Makefile.am:
4677         * data/icons/22x22/evince.png:
4678         * data/icons/48x48/Makefile.am:
4679         * data/icons/48x48/evince.png:
4680         * data/icons/Makefile.am:
4681         * data/icons/scalable/Makefile.am:
4682         * data/icons/scalable/evince.svg:
4683         
4684         Install icons with correct names. Fixes
4685         bug #354429.
4686
4687 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * shell/ev-view.c: (ev_view_button_release_event):
4690
4691         Don't open links with middle mouse button. Fixes bug #353649
4692
4693 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4694
4695         * NEWS:
4696         * configure.ac:
4697         
4698         Update for release 0.6.0
4699
4700 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4701
4702         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4703         Implement Close named action. Patch by Carlos Garcia Campos.
4704
4705 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4706
4707         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4708         
4709         Don't clear link mapping on copy_job_to_job_info. Fixes
4710         bug 346168.
4711
4712 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/main.c: (main):
4715
4716         Revert my previous commit, gnome_program_init owns the option context.
4717         Fix another memory leak in main. Both caught by Christian Persch. 
4718
4719 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * shell/main.c: (main):
4722
4723         Fix memory leak.
4724
4725 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4728
4729         Fix crash when opening a pdf with password protection. 
4730
4731 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * pdf/ev-poppler.cc: (pdf_document_search_free):
4734
4735         Fix memory leak. 
4736
4737 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4738
4739         * backend/ev-document-factory.c:
4740         (ev_document_factory_get_document):
4741         * tiff/tiff-document.c: (tiff_document_finalize):
4742         
4743         More correct handling of document loading. Fixes
4744         bug #349043.
4745
4746 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4747
4748         * backend/ev-attachment.c: (ev_attachment_save):
4749
4750         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4751         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4752
4753 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4754         
4755         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4756         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4757
4758 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4759
4760         * shell/ev-sidebar-thumbnails.c:
4761
4762         Do not render thumbnails unless thumbnails page is active in the
4763         sidebar.
4764
4765 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4766
4767         * shell/ev-properties-dialog.c:
4768
4769         Fix dialogue spacing. Bug #351370.
4770
4771 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4772
4773         * configure.ac:
4774
4775         Use lowercase gettext catalog file names (evince.mo
4776         instead of Evince.mo)
4777
4778 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * shell/ev-sidebar-attachments.c:
4781
4782         GtkIconTheme is now screen safe too. Fixes bug #350878
4783
4784 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4785
4786         * shell/ev-window.c:
4787
4788         GtkRecent manager is now screen safe. Fixes bug #350145
4789
4790 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * shell/ev-sidebar.c: (ev_sidebar_init):
4793         
4794         Make sidebar close icon smaller. Fix for bug 350177.
4795         See also bugs 350176 and 165770.
4796
4797 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4798
4799         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4800
4801         Ignore zoom for xyz destinations when it's <= 1, keeping user
4802         preferences instead. Set correct sizing-mode for fith and fitv
4803         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4804
4805 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4806
4807         * NEWS:
4808         * configure.ac:
4809         
4810         Update for release 0.5.5
4811
4812 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4813         
4814         * shell/ev-window.c: (ev_window_cmd_escape)
4815
4816         Escape unfocus page entry. Fixes bug #345809.
4817
4818 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4821         (build_tree), (pdf_document_links_get_links),
4822         (pdf_document_links_find_link_dest):
4823         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4824         (goto_xyz_dest):
4825
4826         Convert from PDF style coordinates to X style coordinates in the
4827         backend rather than in the view. Fixes bug #338440
4828
4829 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * shell/ev-window.c:
4832         
4833         Remove Ctrl+Shift+T shortcut for toolbars. See
4834         the bug #350098.
4835
4836 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4837
4838         * configure.ac:
4839
4840         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4841         of this. 
4842
4843 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * configure.ac:
4846         * cut-n-paste/Makefile.am:
4847         * data/evince-ui.xml:
4848         * shell/Makefile.am:
4849         * shell/ev-application.[ch]:
4850         * shell/ev-window.c:
4851
4852         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4853         #349273
4854
4855 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4856
4857         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4858         findbar code: s/help/search/
4859
4860 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4861
4862         * shell/ev-window.c: (setup_document_from_metadata),
4863         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4864         (setup_view_from_metadata):
4865         
4866         Fix memory leaks.
4867
4868 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4869
4870         * autogen.sh, configure.ac: 
4871         
4872         Update automake usage. See bug 349292.
4873
4874 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4875
4876         * shell/eggfindbar.c: (egg_find_bar_class_init),
4877         (entry_activate_callback), (egg_find_bar_init),
4878         (egg_find_bar_set_status_text):
4879         * shell/eggfindbar.h:
4880         
4881         Unify Evince findbar with Epiphany. Nice patch
4882         from Fabricio Silva <silva@crans.org> and
4883         Frederic Peters <fpeters@entrouvert.com>. See
4884         bug #339966 for details.
4885
4886 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4887
4888         * data/evince.desktop.in.in:
4889         
4890         Correct information for bugzilla. Thanks to
4891         Olaf Vitters, see bug #348855.
4892
4893 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * shell/ev-jobs.[ch]:
4896         * shell/ev-sidebar-links.c:
4897         * shell/ev-window.[ch]:
4898
4899         GtkPrintJob doesn't support print ranges or current page, so we export
4900         to a ps file now when printing ranges or current page.
4901
4902 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * pdf/ev-poppler.cc:
4905         * shell/ev-window.c: (do_action_named):
4906
4907         We should be more clear about bugzilla. See the
4908         poppler bug #7623.
4909
4910 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4911
4912         * configure.ac:
4913         * shell/Makefile.am:
4914         * shell/ev-job-queue.c:
4915         * shell/ev-jobs.[ch]:
4916         * shell/ev-sidebar-links.c:
4917         * shell/ev-window.[ch]:
4918         
4919         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4920         #348422
4921
4922 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4925         * shell/ev-application-service.xml:
4926         * shell/ev-application.[ch]:
4927         * shell/ev-jobs.[ch]:
4928         * shell/ev-window.[ch]: (ev_window_run_preview):
4929         * shell/main.c: 
4930
4931         Add preview mode to use evince as a printing previewer. It also adds
4932         other command line options for fullscreen and presentation modes.
4933         Fixes bugs #347822, #317031
4934
4935 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * NEWS:
4938         * configure.ac:
4939         
4940         Update for release 0.5.4
4941
4942 2006-07-11  Bastien Nocera <hadess@hadess.net>
4943
4944         * Makefile.am:
4945         * backend/Makefile.am:
4946         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4947         * backend/ev-document-factory.h:
4948         * configure.ac:
4949         * impress/.cvsignore:
4950         * impress/Makefile.am:
4951         * impress/common.h:
4952         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4953         (imp_get_page), (imp_next_page), (imp_prev_page),
4954         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4955         * impress/f_oasis.c: (render_object), (render_page),
4956         (get_geometry), (_imp_oasis_load):
4957         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4958         (_imp_oo13_load):
4959         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4960         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4961         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4962         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4963         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4964         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4965         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4966         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4967         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4968         (iks_new_within), (iks_insert), (iks_insert_cdata),
4969         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4970         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4971         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4972         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4973         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4974         (iks_cdata), (iks_cdata_size), (iks_has_children),
4975         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4976         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4977         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4978         (iks_tree), (iks_load), (iks_save):
4979         * impress/iksemel.h:
4980         * impress/imposter.h:
4981         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4982         (imp_render_draw_bezier_real), (imp_render_get_size),
4983         (imp_render_set_fg_color), (imp_render_draw_line),
4984         (imp_render_draw_rect), (imp_render_draw_polygon),
4985         (imp_render_draw_arc), (imp_render_draw_bezier),
4986         (imp_render_open_image), (imp_render_get_image_size),
4987         (imp_render_scale_image), (imp_render_draw_image),
4988         (imp_render_close_image), (imp_render_markup),
4989         (imp_render_get_text_size), (imp_render_draw_text),
4990         (impress_document_load), (impress_document_save),
4991         (impress_document_get_n_pages), (impress_document_get_page_size),
4992         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4993         (impress_document_finalize), (impress_document_class_init),
4994         (impress_document_can_get_text), (impress_document_get_info),
4995         (impress_document_document_iface_init),
4996         (impress_document_thumbnails_get_thumbnail),
4997         (impress_document_thumbnails_get_dimensions),
4998         (impress_document_document_thumbnails_iface_init),
4999         (impress_document_init):
5000         * impress/impress-document.h:
5001         * impress/internal.h:
5002         * impress/r_back.c: (_imp_fill_back):
5003         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5004         (_imp_draw_image), (_imp_tile_image):
5005         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5006         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5007         (r_polyline):
5008         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5009         (r_draw_gradient_complex), (r_draw_gradient):
5010         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5011         (r_get_bullet):
5012         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5013         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5014         (r_text):
5015         * impress/render.c: (imp_create_context), (imp_context_set_page),
5016         (imp_context_set_step), (imp_render), (imp_delete_context):
5017         * impress/render.h:
5018         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5019         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5020         (zip_load_xml), (zip_get_size), (zip_load):
5021         * impress/zip.h:
5022         * shell/ev-utils.c:
5023         
5024         New backend to support impress slides. Fixes bug #30867.
5025
5026 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5027
5028         * shell/ev-utils.c: (using_postscript_printer):
5029         
5030         Fixes crash when print using PAPI backend,
5031         bug #345012.
5032
5033 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5034
5035         * shell/ev-jobs.c: (ev_job_xfer_run):
5036         * shell/ev-window.c: (password_dialog_response),
5037         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5038         (ev_window_dispose):
5039         Fixes bug #344160: if the xfer job doesn't complete
5040         because a password is required, reload the existing
5041         instance instead of creating a new one.
5042
5043 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * shell/main.c: (main): Call gdk_threads_init. Thus
5046         we'll avoid errors in auth dialog. Fix for the bug
5047         #343347.
5048
5049 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5050
5051         * configure.ac: Advertise pixbuf support, fix
5052         for the bug 343317.
5053
5054 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5057         (ev_sidebar_thumbnails_set_document):
5058         
5059         Update sidebar thumbnails after reloading.
5060
5061 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5064         * shell/ev-jobs.h:
5065         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5066         (ev_window_cmd_view_reload), (ev_window_init):
5067         
5068         Don't crash on reload. Fix for the bug #343167.
5069
5070 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5071
5072         * shell/ev-jobs.c: (ev_job_render_run):
5073         
5074         Check for document links.
5075
5076 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * backend/ev-attachment.c: (ev_attachment_save),
5079         (ev_attachment_launch_app), (ev_attachment_open):
5080         * backend/ev-document-factory.c: (get_document_from_uri):
5081         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5082         (egg_recent_view_uimanager_set_list):
5083         * ps/ps-document.c: (check_filecompressed), (document_load),
5084         (ps_document_load):
5085         * shell/ev-metadata-manager.c: (load_values):
5086         * shell/ev-password.c: (ev_password_dialog_set_property):
5087         * shell/ev-view.c: (tip_from_link):
5088         * shell/ev-window.c: (file_save_dialog_response_cb),
5089         (ev_window_print_dialog_response_cb):
5090         
5091         Use consistent quoting style. Fix for the bug #320285.
5092
5093 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * shell/ev-jobs.c: (ev_job_xfer_run):
5096         * shell/main.c: (load_files):
5097                 
5098         Open links with anchors. Fix for the bug #339836.
5099
5100 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5103         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5104         (ev_link_dest_set_property), (ev_link_dest_finalize),
5105         (ev_link_dest_class_init), (ev_link_dest_new_named),
5106         (ev_link_dest_new_page_label):
5107         * backend/ev-link-dest.h:
5108         * shell/ev-application.c: (ev_application_open_uri):
5109         * shell/ev-view.c: (goto_dest):
5110         * shell/ev-window.c:
5111         * shell/ev-window.h:
5112         
5113         Fix page-label command line option. Bug #342070.
5114
5115 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5116
5117         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5118         
5119         Don't show highlight rects if page can't be showed. Fix for 
5120         the bug #342076
5121
5122 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * shell/ev-window.c: (setup_sidebar_from_metadata),
5125         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5126         
5127         Setup sidebar from metadata even if there is no document
5128         loaded. Fix for the bug #342807.
5129
5130 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * cut-n-paste/toolbar-editor/Makefile.am:
5133         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5134         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5135         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5136         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5137         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5138         (popup_context_menu_cb), (button_press_event_cb),
5139         (configure_item_sensitivity), (configure_item_cursor),
5140         (configure_item_tooltip), (connect_widget_signals),
5141         (action_sensitive_cb), (create_item_from_action),
5142         (create_item_from_position), (toolbar_drag_data_received_cb),
5143         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5144         (toolbar_drag_leave_cb), (configure_drag_dest),
5145         (toggled_visibility_cb), (toolbar_visibility_refresh),
5146         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5147         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5148         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5149         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5150         (egg_editable_toolbar_dispose),
5151         (egg_editable_toolbar_set_ui_manager),
5152         (egg_editable_toolbar_get_selected),
5153         (egg_editable_toolbar_set_selected), (set_edit_mode),
5154         (egg_editable_toolbar_set_property),
5155         (egg_editable_toolbar_get_property),
5156         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5157         (egg_editable_toolbar_new_with_model),
5158         (egg_editable_toolbar_get_edit_mode),
5159         (egg_editable_toolbar_set_edit_mode),
5160         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5161         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5162         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5163         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5164         (item_added_or_removed_cb), (toolbar_removed_cb),
5165         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5166         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5167         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5168         (editor_create_item_from_name), (append_table),
5169         (update_editor_sheet), (egg_toolbar_editor_init):
5170         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5171         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5172         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5173         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5174         (toolbar_node_free), (egg_toolbars_model_get_flags),
5175         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5176         (egg_toolbars_model_get_name), (impl_add_item),
5177         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5178         (parse_data_list), (parse_item_list), (parse_toolbars),
5179         (egg_toolbars_model_load_toolbars), (parse_available_list),
5180         (parse_names), (egg_toolbars_model_load_names),
5181         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5182         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5183         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5184         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5185         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5186         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5187         (egg_toolbars_model_set_types), (fill_avail_array),
5188         (egg_toolbars_model_get_name_avail),
5189         (egg_toolbars_model_get_name_flags),
5190         (egg_toolbars_model_set_name_flags):
5191         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5192         * cut-n-paste/toolbar-editor/eggintl.h:
5193         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5194         (egg_tree_multi_drag_source_get_type),
5195         (egg_tree_multi_drag_source_row_draggable),
5196         (egg_tree_multi_drag_source_drag_data_delete),
5197         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5198         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5199         (path_list_free), (set_context_data), (get_context_data),
5200         (get_info), (egg_tree_multi_drag_drag_data_get),
5201         (egg_tree_multi_drag_motion_event),
5202         (egg_tree_multi_drag_button_press_event),
5203         (egg_tree_multi_drag_add_drag_support):
5204         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5205         * shell/ev-application.c: (ev_application_init),
5206         (ev_application_save_toolbars_model):
5207         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5208         (ev_window_cmd_edit_toolbar), (ev_window_init):
5209         
5210         Sync toolbareditor with epiphany and libegg
5211
5212 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5213
5214         * configure.ac: 
5215
5216         Depend on poppler 0.5.2
5217
5218 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * shell/ev-jobs.c: (ev_job_render_run):
5221         
5222         Check if document supports links iterface.
5223
5224 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * NEWS:
5227         * configure.ac:
5228         
5229         Update for release 0.5.3
5230
5231 2006-05-13  Michael Plump  <plumpy@skylab.org>
5232
5233         * configure.ac:
5234         * shell/Makefile.am:
5235         * shell/main.c: (main):
5236         
5237         Port to GOption command line parsing. Fix for the 
5238         bug #327518
5239
5240 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * shell/ev-window.c: (ev_window_cmd_help_about):
5243         
5244         Do not wrap license. Fix for the bug #309460.
5245
5246 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * configure.ac:
5249         * properties/ev-properties-main.c: (ev_properties_get_pages):
5250         * shell/ev-application.c: (ev_application_open_window),
5251         (ev_application_open_uri_at_dest):
5252         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5253         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5254         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5255         * shell/ev-utils.c: (save_print_config_to_file):
5256         * shell/ev-window.c: (ev_window_cmd_save_as),
5257         (ev_attachment_popup_cmd_save_attachment_as):
5258         * shell/main.c: (load_files_remote):
5259         
5260         Bump requirements to gtk 2.8 and drop all ifdefs used.
5261
5262 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5265         * shell/ev-window.c: (ev_window_init):
5266         
5267         Show attachments page.
5268
5269 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * po/POTFILES.in:
5272         * shell/ev-attachment-bar.c:
5273         * shell/ev-attachment-bar.h:
5274         * shell/ev-sidebar-attachments.c:
5275         (ev_sidebar_attachments_icon_cache_add),
5276         (icon_theme_get_pixbuf_from_mime_type),
5277         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5278         (ev_sidebar_attachments_icon_cache_refresh),
5279         (ev_sidebar_attachments_get_attachment_at_pos),
5280         (ev_sidebar_attachments_popup_menu_show),
5281         (ev_sidebar_attachments_popup_menu),
5282         (ev_sidebar_attachments_button_press),
5283         (ev_sidebar_attachments_update_icons),
5284         (ev_sidebar_attachments_drag_data_get),
5285         (ev_sidebar_attachments_get_property),
5286         (ev_sidebar_attachments_destroy),
5287         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5288         (ev_sidebar_attachments_new),
5289         (ev_sidebar_attachments_set_document),
5290         (ev_sidebar_attachments_support_document),
5291         (ev_sidebar_attachments_get_label),
5292         (ev_sidebar_attachments_page_iface_init):
5293         * shell/ev-sidebar-attachments.h:
5294         * shell/ev-window.c: (update_chrome_visibility),
5295         (setup_sidebar_from_metadata), (ev_window_setup_document),
5296         (ev_window_sidebar_current_page_changed_cb),
5297         (attachment_bar_menu_popup_cb), (ev_window_init):
5298         
5299         Move attachments bar to sidebar.
5300
5301 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * pdf/ev-poppler.cc:
5304         * shell/ev-application.[ch]:
5305         * shell/main.c:
5306
5307         Fix some memory leaks.
5308
5309 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5310
5311         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5312
5313         Change the properties dialog response to
5314         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5315         will make the dialog go away when the user presses
5316         enter. With gtk+ >= 2.9 this will happen anyway, but for
5317         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5318         escape by default. Fixes bug #340539. See also bug
5319         #101293 for the gtk+ part.
5320
5321 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5322
5323         * shell/ev-view.c (tip_from_action_named): Replace some strings
5324         that were wrong. Closes #340970.
5325
5326 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5327
5328         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5329
5330         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5331         #341049
5332
5333 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * djvu/Makefile.am:
5336         * dvi/Makefile.am:
5337         * dvi/mdvi-lib/Makefile.am:
5338         * properties/Makefile.am:
5339         * ps/Makefile.am:
5340         * shell/Makefile.am:
5341         * thumbnailer/Makefile.am:
5342         
5343         Due to broken libtool that is unable to track dependencies
5344         of noinst libraries we are forced to explicitely point
5345         libraries for binary. Fix for the bug #333334.
5346
5347 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * data/evince.desktop.in.in:
5350         * shell/ev-view.c: (view_update_range_and_current_page),
5351         (ev_view_next_page), (ev_view_previous_page):
5352         * shell/ev-window.c: (update_chrome_visibility),
5353         (setup_sidebar_from_metadata), (ev_window_setup_document),
5354         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5355         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5356         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5357         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5358         (ev_window_stop_presentation), (ev_window_focus_in_event),
5359         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5360         (ev_window_init):
5361         * thumbnailer/Makefile.am:
5362         
5363         Update fullscreen and presentation timeout handling. Hide
5364         cursor in presentation after timeout. Fix for the bugs
5365         #136359 and #336981.
5366
5367 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5368
5369         * backend/ev-link-action.[ch]:
5370         * pdf/ev-poppler.cc: (ev_link_from_action):
5371         * shell/ev-view-private.h:
5372         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5373         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5374
5375         Add support for Named Action links
5376
5377 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5378
5379         * backend/Makefile.am:
5380         * backend/ev-document-links.[ch]:
5381         * backend/ev-document.[ch]:
5382         * backend/ev-link-action.[ch]:
5383         * backend/ev-link-dest.[ch]:
5384         * backend/ev-link.[ch]:
5385         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5386         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5387         * shell/ev-page-action.c: (build_new_tree_cb):
5388         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5389         (links_page_num_func), (update_page_callback):
5390         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5391         (tip_from_link):
5392         * shell/ev-jobs.c:
5393         * shell/ev-window.[ch]: (ev_window_open_uri),
5394         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5395         * shell/ev-application.[ch]: (ev_application_open_window),
5396         (ev_application_open_uri):
5397
5398         Rework links system, it adds support for remote links now and it makes
5399         easier to add new kinds of actions and destinations. Fixes bug #317292
5400
5401 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5402
5403         * data/Makefile.am:
5404         * data/evince.png:
5405         * data/evince-16.png:
5406         * data/evince-22.png:
5407         * data/evince.svg:
5408         * shell/main.c: (main):
5409         
5410         Evince use it's own icon. Fix for the bug #313392.
5411
5412         * shell/ev-window.c: (fullscreen_timeout_cb),
5413         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5414         (ev_window_cmd_help_about), (ev_window_dispose):
5415         
5416         Simplify fullscreen timeout code.
5417
5418 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * backend/ev-attachment.c: 
5421         * shell/ev-attachment-bar.c:
5422         * shell/ev-window.c:
5423
5424         Allow multiple selection of attachments
5425
5426 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * shell/ev-view.c: (view_update_range_and_current_page),
5429         (ev_view_scroll):
5430         
5431         Fix for the bug #312573 – Optimal selection of current 
5432         page among visible pages.
5433
5434 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * configure.ac:
5437         * djvu/Makefile.am:
5438         * djvu/djvu-text.h:
5439         
5440         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5441         for the bug 339868.
5442
5443 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5444
5445         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5446
5447 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5448
5449         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5450         dictated by the GNOME HIG. Fixes bug #339235.
5451
5452 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5453
5454         * data/evince-ui.xml:
5455         * shell/ev-view.c: (ev_view_can_find_previous):
5456         * shell/ev-view.h:
5457         * shell/ev-window.c: (ev_window_update_actions),
5458         (ev_window_cmd_edit_find_previous):
5459
5460         Add support for "Find Previous" as dictated by the GNOME HIG. A
5461         menu item is added and some glue code to make it all work is added
5462         to various files.
5463
5464 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5465
5466         * configure.ac: Award myself the "useless use of cat" award.
5467
5468 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5469
5470         * po/LINGUAS: New file listing all supported languages.
5471
5472         * configure.in: Use po/LINGUAS instead of including all languages
5473         directly in this file. See the wiki for more information:
5474         http://live.gnome.org/GnomeGoals/PoLinguas
5475
5476 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5477
5478         * backend/ev-document-factory.c:
5479
5480         Do not load the document twice when there isn't errors
5481
5482 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5483
5484         * backend/ev-attachment.c: 
5485
5486         Fix a crash when there isn't a default application to open an
5487         attachment
5488
5489 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5490
5491         * backend/ev-attachment.[ch]:
5492         * shell/ev-attachment-bar.[ch]:
5493
5494         Added missing files. 
5495
5496 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5497
5498         * backend/Makefile.am:
5499         * data/evince-ui.xml:
5500         * backend/ev-attachment.[ch]:
5501         * backend/ev-document.[ch]: (ev_document_has_attachments),
5502         (ev_document_get_attachments):
5503         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5504         (attachment_save_to_buffer), (pdf_document_get_attachments),
5505         (pdf_document_document_iface_init):
5506         * shell/Makefile.am:
5507         * shell/ev-attachment-bar.[ch]:
5508         * shell/ev-window.c:
5509
5510         Add support for PDF attachments. Fixes bug #325143
5511
5512 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * backend/ev-document-factory.c: (get_document_from_uri),
5515         (ev_document_factory_get_document):
5516         * backend/ev-document-factory.h:
5517         * properties/ev-properties-main.c: (ev_properties_get_pages):
5518         * shell/Makefile.am:
5519         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5520         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5521         (ev_job_queue_remove_job):
5522         * shell/ev-job-queue.h:
5523         * shell/ev-job-xfer.c:
5524         * shell/ev-job-xfer.h:
5525         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5526         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5527         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5528         (ev_job_xfer_run):
5529         * shell/ev-jobs.h:
5530         * shell/ev-window.c: (ev_window_is_empty),
5531         (password_dialog_response), (ev_window_clear_xfer_job),
5532         (ev_window_xfer_job_cb), (ev_window_open_uri),
5533         (ev_window_cmd_focus_page_selector),
5534         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5535         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5536         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5537         (ev_window_dispose):
5538         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5539         
5540         * Cleanup mime type detection on document load. Fix for the
5541         bug #336448.
5542
5543 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5546         
5547         Fix crash on exit, described in the bug #336825.
5548
5549 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * backend/ev-document-factory.c:
5552         (ev_document_factory_get_from_mime),
5553         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5554         (ev_document_factory_get_document),
5555         (file_filter_add_mime_list_and_free),
5556         (ev_document_factory_add_filters):
5557         * backend/ev-document-factory.h:
5558         * properties/ev-properties-main.c: (ev_properties_get_pages):
5559         * shell/Makefile.am:
5560         * shell/ev-application.c:
5561         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5562         * shell/ev-window.c: (ev_window_cmd_file_open),
5563         (ev_window_cmd_save_as):
5564         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5565         
5566         Rework factory functions so they are placed now in a single 
5567         file ev-document-factory.c
5568
5569 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * shell/ev-window.c: (update_chrome_visibility):
5572         
5573         Fix for the bug 166566 - don't show menubar in fullscreen
5574         mode.
5575
5576 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5577
5578         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5579
5580 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5581
5582         * shell/ev-view.c: (ev_view_expose_event):
5583         
5584         More correctly draw loading text when document
5585         is empty.
5586
5587 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5588
5589         * shell/ev-view.c: (ev_view_scroll):
5590         
5591         Fix for the bug #334854, page down and page up switch
5592         pages in presentation mode.
5593
5594 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5595
5596         * shell/ev-window.c: (ev_window_set_action_sensitive),
5597         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5598         (ev_window_set_view_accels_sensitivity),
5599         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5600         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5601         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5602         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5603         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5604         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5605         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5606         (view_actions_focus_in_cb), (ev_window_init):
5607         
5608         Fix for the bug #333902, now it's possible to search
5609         words with slash.
5610
5611 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5612
5613         * configure.ac: Added Breton translation.
5614         * po/br.po: Added Breton translation.
5615
5616 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5617
5618         * shell/ev-window-title (ev_window_title_update):
5619
5620         Fix memory leak in window title. Fixes bug #333944
5621
5622 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * shell/ev-metadata-manager.c (parseItem):
5625
5626         Fix memory leaks. Fixes bug #333945
5627
5628 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5629         
5630         * NEWS, configure.ac, TODO:
5631         
5632         Update for release 0.5.2.
5633
5634 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5635
5636         * shell/ev-view.c: (view_update_range_and_current_page),
5637         (page_changed_cb):
5638         
5639         Don't jump on scrolling, fix for the bug #333127.
5640
5641 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5644         
5645         Scroll by one page in presentation mode. Fix for the bug
5646         #332993.
5647
5648 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5649
5650         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5651
5652 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5653
5654         * configure.ac  Added lv in ALL_LINGUAS line.
5655
5656 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5657         
5658         * NEWS, configure.ac:
5659         
5660         Update for release 0.5.1
5661
5662 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5663
5664         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5665         * backend/ev-document-misc.h:
5666         * shell/ev-view.c: (draw_one_page):
5667         
5668          Clairfy what page the toolbar page number applies to. Fix
5669          for the bug #328102.
5670
5671 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5672
5673         * shell/ev-view-private.h:
5674         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5675         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5676         (ev_view_search_changed):
5677         * shell/ev-view.h:
5678         * shell/ev-window.c: (find_bar_search_changed_cb):
5679         
5680         Dont't jump to find result if window was scrolled during search.
5681         Fix for the bug #313266.
5682
5683 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5684
5685         * shell/eggfindbar.c: (egg_find_bar_class_init):
5686         * shell/eggfindbar.h:
5687         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5688         * shell/ev-view-private.h:
5689         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5690         (ev_view_class_init), (ev_sizing_mode_get_type),
5691         (ev_scroll_type_get_type):
5692         * shell/ev-view.h:
5693         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5694         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5695         (ev_window_init):
5696         
5697         Fix for the bug 319133 - Find entry should allow text scroll.
5698
5699 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5700
5701         * shell/ev-view-private.h:
5702         * shell/ev-view.c: (view_update_range_and_current_page),
5703         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5704         (ev_view_set_document), (update_find_status_message),
5705         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5706         (ev_view_find_previous):
5707         
5708         Fix for the bug #319137. Search now takes account for scrolling.
5709
5710 2006-02-19  Michael Hofmann <mh21@piware.de>
5711
5712         * configure.ac:
5713         * djvu/Makefile.am:
5714         * djvu/djvu-document-private.h:
5715         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5716         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5717         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5718         (djvu_document_can_get_text), (djvu_document_get_text),
5719         (djvu_document_document_iface_init),
5720         (djvu_document_thumbnails_get_thumbnail),
5721         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5722         (djvu_document_find_get_result),
5723         (djvu_document_find_page_has_results),
5724         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5725         (djvu_document_find_iface_init):
5726         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5727         (djvu_text_page_selection), (djvu_text_page_limits_process),
5728         (djvu_text_page_limits), (djvu_text_page_copy),
5729         (djvu_text_page_position), (djvu_text_page_union),
5730         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5731         (djvu_text_page_box), (djvu_text_page_append_text),
5732         (djvu_text_page_search), (djvu_text_page_prepare_search),
5733         (djvu_text_page_new), (djvu_text_page_free):
5734         * djvu/djvu-text-page.h:
5735         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5736         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5737         (djvu_text_n_results), (djvu_text_has_results),
5738         (djvu_text_get_result), (djvu_text_get_progress):
5739         * djvu/djvu-text.h:
5740         
5741         Text search in djvu. Fix for the bug #303415.
5742
5743 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * configure.ac:
5746         * shell/ev-window.c: (ev_window_cmd_save_as):
5747         
5748         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5749         Thanks to Gary Coady <gary@lyranthe.org>
5750
5751 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * shell/ev-print-job.c: (idle_print_handler):
5754         
5755         Inverse order printing, bug #320919.
5756
5757 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * data/evince-toolbar.xml:
5760         * shell/ev-window.c:
5761         
5762         Allow to add sidebar checkbutton on toolbar. Fix
5763         for the bug #144577.
5764
5765 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5766
5767         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5768         
5769         Add checks that have sense for empty ps document.
5770
5771 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5772
5773         * configure.ac: Include PS in mime types list. 
5774
5775 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * configure.ac:
5778         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5779         * ps/gsdefaults.h:
5780         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5781         
5782         Runtime check for gs interpreter. Fix for the bug #320868.
5783         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5784
5785 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * shell/ev-application.c: 
5788
5789         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5790         dbus>=0.60, so that the request is not queued. 
5791
5792 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5793
5794         * configure.ac:
5795         * shell/Makefile.am:
5796         * shell/ev-sidebar-links.c: (print_section_cb):
5797         * shell/ev-utils.c:
5798         * shell/ev-utils.h:
5799         * shell/ev-window.c: (update_action_sensitivity),
5800         (ev_window_close_dialogs), (ev_window_print):
5801         * shell/ev-window.h:
5802         
5803         Make printing support optional. Patch from Eduardo de Barros Lima
5804         <eduardo.lima@indt.org.br> for the bug #330546.
5805
5806 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5807
5808         * shell/ev-view-private.h:
5809         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5810         (ev_view_set_document):
5811         * shell/ev-view.h:
5812         * shell/ev-window.c: (ev_window_load_job_cb),
5813         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5814         (ev_window_init):
5815
5816         Draw Loading message during xfer job. Fix for the bug #329495.
5817
5818 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5819
5820         * comics/comics-document.c: (comics_regex_quote),
5821         (comics_document_load), (extract_argv):
5822         
5823         Correcly quote regexp before passing it to unzip.
5824
5825 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * shell/ev-page-cache.c: (build_height_to_page),
5828         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5829         (ev_page_cache_get_dual_even_left):
5830         * shell/ev-page-cache.h:
5831         * shell/ev-view.c: (view_update_range_and_current_page),
5832         (get_page_y_offset), (get_page_extents):
5833         
5834         Place even pages to the left if document has less then
5835         two pages. Fix for the bug #328856.
5836
5837 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5840         
5841         Correct comics scheme. This make evince create thumbnails
5842         for comic books. Fix for the bug 329088.
5843
5844 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5845
5846         * data/evince-password.glade: Don't explicitly set
5847         invisible_char to the current default value in case
5848         the default changes; let GTK+ do its magic.
5849
5850 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5853         real filename to tmp filename since often document
5854         type is determined by extension.
5855
5856 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5857
5858         * shell/ev-view.c: (add_scroll_binding_keypad),
5859         (ev_view_binding_activated), (ev_view_class_init):
5860         
5861         Add keybindings for percision-scrolling of display area. 
5862         Fix for the bug #314072.
5863
5864 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * data/evince.desktop.in.in:
5867         
5868         Add GTK to the list of categories. Fix for the bug #328034.
5869
5870 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * shell/ev-application.c: (ev_application_shutdown),
5873         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5874         * shell/ev-application.h:
5875         * shell/ev-window.c: (file_open_dialog_response_cb),
5876         (ev_window_cmd_file_open):
5877         
5878         Save last uri in file chooser dialog. Fix for the bug #327950.
5879
5880 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * NEWS:
5883         * README:
5884         
5885         Final update for release 0.5.0
5886         
5887         * shell/Makefile.am:
5888         
5889         Remove disable deprecated until we'll require libgnome-2.13.7
5890         and port to GOption argument parsing. See bug 327518.
5891
5892 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5893
5894         * comics/comics-document.c: (comics_document_save):
5895         * djvu/djvu-document.c: (djvu_document_save):
5896         * dvi/dvi-document.c: (dvi_document_save):
5897         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5898         * lib/ev-file-helpers.h:
5899         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5900         * tiff/tiff-document.c: (tiff_document_save):
5901         
5902         Use common save function for backends.
5903
5904 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5905
5906         * backend/ev-document-types.c:
5907         
5908         Fix crash on saving pixbuf.
5909
5910 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5911
5912         * cut-n-paste/recent-files/egg-recent-item.c:
5913         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5914         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5915         (parse_info_free), (valid_element), (start_element_handler),
5916         (end_element_handler), (text_handler), (egg_recent_model_filter),
5917         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5918         (egg_recent_model_monitor), (egg_recent_model_read),
5919         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5920         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5921         (egg_recent_model_set_property), (egg_recent_model_class_init),
5922         (egg_recent_model_init), (egg_recent_model_add_full),
5923         (egg_recent_model_delete), (egg_recent_model_get_list),
5924         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5925         (egg_recent_model_set_filter_mime_types),
5926         (egg_recent_model_clear_group_filter),
5927         (egg_recent_model_set_filter_groups),
5928         (egg_recent_model_clear_scheme_filter),
5929         (egg_recent_model_set_filter_uri_schemes),
5930         (egg_recent_model_remove_expired):
5931         * cut-n-paste/recent-files/egg-recent-util.c:
5932         (egg_recent_util_get_icon):
5933         * cut-n-paste/recent-files/egg-recent-util.h:
5934         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5935         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5936         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5937         (egg_recent_view_uimanager_set_property),
5938         (egg_recent_view_uimanager_get_property),
5939         (egg_recent_view_uimanager_class_init),
5940         (egg_recent_view_uimanager_init),
5941         (egg_recent_view_uimanager_set_label_width),
5942         (egg_recent_view_uimanager_get_label_width):
5943         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5944         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5945         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5946         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5947         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5948         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5949         
5950         Update from libegg.
5951
5952 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * shell/ev-page-cache.c: (build_height_to_page),
5955         (ev_page_cache_get_height_to_page):
5956         * shell/ev-page-cache.h:
5957         * shell/ev-view.c: (view_update_range_and_current_page),
5958         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5959         (ev_view_previous_page):
5960         
5961         Dual mode places even pages to the left. Fix for the bug #309393.
5962
5963         * shell/ev-view.h:
5964         * shell/ev-window.c: (update_action_sensitivity),
5965         (setup_view_from_metadata), (view_menu_popup_cb):
5966         
5967         Don't restore presentation in empty windows, more intelligent
5968         next page behaviour in dual mode.
5969
5970         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5971         (ev_pixbuf_cache_clear_job_sizes):
5972         
5973         Cleanup job callback on removal. Fix for the bug #325886.
5974
5975 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * ps/ps.c: (psscan):
5978         
5979         Commit workaround Mozilla problem. Fix for the bug #325919
5980         
5981         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5982         (save_item):
5983         
5984         Fix for year 2038 problem.
5985
5986 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * shell/ev-window.c: (setup_document_from_metadata),
5989         (ev_window_cmd_view_reload):
5990
5991         Clamp page recieved from metadata in valid values. Fix
5992         for the bug #325986.
5993
5994 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5995
5996         * MAINTAINERS: 
5997         Add MAINTAINERS as requested on desktop-devel-list.
5998
5999 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6000
6001         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6002         (mime_type_supported_by_gdk_pixbuf),
6003         (ev_document_factory_get_mime_types),
6004         (ev_document_factory_get_all_mime_types):
6005         
6006         Don't add pixbuf mime types if pixbuf backend is disabled.
6007         
6008         * shell/ev-application.c: (ev_application_get_uri_window):
6009         
6010         Fix for the bug 325815 - unhandled MIME type message doesn't 
6011         appear a second time. 
6012         
6013         * shell/ev-document-types.c: (ev_document_types_add_filters):
6014         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6015         (password_dialog_response), (ev_window_popup_password_dialog),
6016         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6017         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6018         (ev_window_run_presentation), (ev_window_stop_presentation),
6019         (save_sizing_mode), (ev_window_zoom_changed_cb),
6020         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6021         (ev_window_dual_mode_changed_cb),
6022         (ev_window_sidebar_current_page_changed_cb),
6023         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6024         (window_state_event_cb), (window_configure_event_cb):
6025         
6026         Cleanup additional uris holded by EvWindow.
6027
6028 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6031         (ev_view_can_previous_page), (ev_view_can_next_page):
6032         * shell/ev-view.h:
6033         * shell/ev-window.c: (update_action_sensitivity):
6034         
6035         Two page scrolling with Space and PageUp in dual mode. Second fix 
6036         for the bug #316608.
6037
6038 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * shell/ev-view.c: (scroll_to_current_page):
6041         
6042         Correctly clamp adjustment value. Fix for the bug
6043         #325808.
6044
6045 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * shell/ev-sidebar-links.c: (print_section_cb):
6048         * shell/ev-window.c: (ev_window_get_uri),
6049         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6050         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6051         (ev_window_dispose):
6052         
6053         Make print dialog non-modal. Fix for the bug #325622.
6054
6055 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * shell/ev-metadata-manager.c:
6058         * shell/ev-utils.c: (using_pdf_printer),
6059         (using_postscript_printer), (load_print_config_from_file),
6060         (save_print_config_to_file):
6061         * shell/ev-utils.h:
6062         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6063         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6064         (setup_view_from_metadata), (ev_window_setup_document),
6065         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6066         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6067         (ev_window_run_presentation), (ev_window_stop_presentation),
6068         (save_sizing_mode), (ev_window_zoom_changed_cb),
6069         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6070         (ev_window_dual_mode_changed_cb),
6071         (ev_window_sidebar_current_page_changed_cb),
6072         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6073         (window_state_event_cb), (window_configure_event_cb),
6074         (ev_window_init):
6075         
6076         Setting saving behaviour fixes.
6077
6078 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080         * configure.ac:
6081         
6082         Make antialiasing gs options better and allow
6083         to change them during configure. Fix for the 
6084         bug #319049.
6085
6086 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6087
6088         * shell/ev-window.c: (setup_view_from_metadata):
6089         
6090         Remember if last window was maximized. Fix for the
6091         bug #323797.
6092
6093 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6094
6095         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6096
6097 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6098
6099         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6100         * shell/ev-page-action.c: (build_new_tree_cb):
6101         * shell/ev-sidebar-links.c: (links_page_num_func),
6102         (update_page_callback_foreach), (update_page_callback):
6103         * shell/ev-view.c: (scroll_to_current_page):
6104         
6105         Fix for the bug #325067 with more intelligent selection
6106         of current link in sidebar. Make sidebar handle links
6107         of FITR-like type more correctly.
6108
6109         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6110         (dvi_pixbuf_put_pixel):
6111         
6112         Fix memory consumtion with disabled alpha channel.
6113
6114 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * data/evince-ui.xml:
6117         * shell/ev-window.c: (view_menu_popup_cb),
6118         (ev_popup_cmd_open_link), (ev_window_init):
6119         
6120         Update context menu for internal links. Fix for the bug
6121         #325066.
6122
6123 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6126         
6127         Bind context menu to keyboard also. Fix for the bug
6128         #325065.
6129
6130 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6131
6132         * shell/ev-view.c: (selection_scroll_timeout_cb):
6133         
6134         Horizontal scroll on selection also.
6135
6136 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * shell/ev-metadata-manager.c: (parse_value):
6139         * shell/ev-view.c: (goto_xyz_link):
6140         
6141         Correct zoom setup and metadata save broken in 
6142         some locales.
6143
6144 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6145
6146         * shell/ev-view-private.h:
6147         * shell/ev-view.c: (scroll_to_current_page),
6148         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6149         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6150         (page_changed_cb), (ev_view_set_continuous),
6151         (ev_view_set_dual_page), (ev_view_set_presentation):
6152         
6153         Delay scroll until allocation to correctly position page. Fix
6154         for the bug #317334.
6155
6156 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6157
6158         * NEWS:
6159         * configure.ac:
6160         
6161         Update NEWS and require poppler 0.5.0.
6162
6163 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6164         
6165         * data/evince-ui.xml:
6166         * shell/ev-view-private.h:
6167         * shell/ev-view.c: (ev_view_get_link_at_location),
6168         (handle_link_over_xy), (ev_view_button_press_event),
6169         (ev_view_button_release_event), (ev_view_class_init):
6170         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6171         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6172         (ev_window_init):
6173         
6174         Implement right-click context menu.
6175
6176 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6177
6178         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6179         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6180         (mdvi_pixbuf_device_render):
6181         * pdf/ev-poppler.cc:
6182
6183         Don't generate thumbnails with alpha. See bug #324077.
6184         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6185
6186 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * shell/ev-window.c: (setup_chrome_from_metadata):
6189         
6190         Fix typo that was hiding toolbar.
6191
6192 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-view-private.h:
6195         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6196         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6197         (ev_view_button_release_event), (ev_view_destroy):
6198         
6199         Small cleanup and autoscrolling during selection. Thanks to 
6200         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6201
6202 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6203
6204         * configure.ac:
6205         
6206         Correctly check for comics option.
6207
6208 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6209         * Makefile.am:
6210         * configure.ac:
6211         * backend/Makefile.am:
6212         * backend/ev-document-factory.c:
6213         * shell/ev-document-types.c:
6214
6215         Included option in configure to make ps backend 
6216         compilation optional with --disable-ps.
6217
6218 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * backend/ev-document-factory.c:
6221         * comics/Makefile.am:
6222         * comics/comics-document.c: (comics_document_load):
6223         * comics/ev-cbr-mime.xml:
6224         * configure.ac:
6225         
6226         Comics mime types are added to shared-mime-info CVS. Now
6227         we don't need to install our own mime types.
6228
6229 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * shell/ev-window.c:
6232         
6233         Add shortcut for "save a copy" menu entry. Fix for
6234         the bug #324582.
6235
6236 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6237
6238         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6239         (job_finished_cb), (new_selection_pixbuf_needed),
6240         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6241         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6242         
6243         Rework selection job info logic and fix critical warning.
6244
6245 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6246
6247         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6248
6249 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6250
6251         * data/evince-ui.xml:
6252         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6253         
6254         Enter as shortcut key for next page. Fix for the bug
6255         #321394.
6256
6257 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6258
6259         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6260
6261 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6264         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6265         (new_selection_pixbuf_needed),
6266         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6267         (clear_job_selection):
6268         
6269         Too early for 0.5. Pixbuf cache code cleaned a bit.
6270
6271 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * NEWS:
6274         * configure.ac:
6275         
6276         Release 0.5.0 preparation
6277
6278 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * comics/Makefile.am:
6281         * configure.ac:
6282         * shell/ev-document-types.c: (ev_document_types_add_filters):
6283         
6284         More advanced handling of custom mime type installation.
6285
6286 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6287
6288         * data/evince.schemas.in:
6289         * shell/ev-metadata-manager.c: (value_free),
6290         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6291         (ev_metadata_manager_get), (ev_metadata_manager_set):
6292         * shell/ev-metadata-manager.h:
6293         * shell/ev-window.c: (update_chrome_flag),
6294         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6295         (setup_document_from_metadata), (setup_chrome_from_metadata),
6296         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6297         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6298         (ev_window_view_toolbar_cb),
6299         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6300         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6301         
6302         Save last document settings and reuse them for new documents.
6303
6304 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * Makefile.am:
6307         * backend/Makefile.am:
6308         * backend/ev-document-factory.c:
6309         * backend/ev-document-factory.h:
6310         * comics/Makefile.am:
6311         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6312         (comics_document_load), (comics_document_save),
6313         (comics_document_get_n_pages), (comics_document_get_page_size),
6314         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6315         (comics_document_class_init), (comics_document_can_get_text),
6316         (comics_document_get_info), (comics_document_document_iface_init),
6317         (comics_document_init), (get_supported_image_extensions),
6318         (comics_document_thumbnails_get_geometry),
6319         (comics_document_thumbnails_get_thumbnail),
6320         (comics_document_thumbnails_get_dimensions),
6321         (comics_document_document_thumbnails_iface_init), (extract_argv):
6322         * comics/comics-document.h:
6323         * comics/ev-cbr-mime.xml:
6324         * configure.ac:
6325         * po/POTFILES.in:
6326         * shell/ev-application.c: (ev_application_register_service):
6327         * shell/ev-document-types.c: (ev_document_types_add_filters):
6328         * thumbnailer/Makefile.am:
6329         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6330         
6331         New CBR/CBZ backend for comic books.
6332
6333 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6334
6335         * shell/main.c: (load_files_remote):
6336
6337         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6338         warning on startup of second instance is fixed. It
6339         is bug #320353.
6340
6341 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * shell/ev-window.c: (ev_window_finalize):
6344         
6345         Fix double free that cause crash.
6346
6347 2005-10-29  Bastien Nocera <hadess@hadess.net>
6348
6349         * tiff/tiff-document.c: (tiff_document_load):
6350         
6351         Fix memory leak.
6352
6353 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * po/POTFILES.in:
6356         * shell/Makefile.am:
6357         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6358         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6359         (ev_view_accessible_get_text),
6360         (ev_view_accessible_get_character_at_offset),
6361         (ev_view_accessible_get_text_before_offset),
6362         (ev_view_accessible_get_text_at_offset),
6363         (ev_view_accessible_get_text_after_offset),
6364         (ev_view_accessible_get_character_count),
6365         (ev_view_accessible_get_caret_offset),
6366         (ev_view_accessible_set_caret_offset),
6367         (ev_view_accessible_get_run_attributes),
6368         (ev_view_accessible_get_default_attributes),
6369         (ev_view_accessible_get_character_extents),
6370         (ev_view_accessible_get_offset_at_point),
6371         (ev_view_accessible_get_n_selections),
6372         (ev_view_accessible_get_selection),
6373         (ev_view_accessible_add_selection),
6374         (ev_view_accessible_remove_selection),
6375         (ev_view_accessible_set_selection),
6376         (ev_view_accessible_text_iface_init),
6377         (ev_view_accessible_idle_do_action),
6378         (ev_view_accessible_action_do_action),
6379         (ev_view_accessible_action_get_n_actions),
6380         (ev_view_accessible_action_get_description),
6381         (ev_view_accessible_action_get_name),
6382         (ev_view_accessible_action_set_description),
6383         (ev_view_accessible_action_iface_init),
6384         (ev_view_accessible_get_type), (ev_view_accessible_new),
6385         (ev_view_accessible_factory_get_accessible_type),
6386         (ev_view_accessible_factory_create_accessible),
6387         (ev_view_accessible_factory_class_init),
6388         (ev_view_accessible_factory_get_type):
6389         * shell/ev-view-accessible.h:
6390         * shell/ev-view-private.h:
6391         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6392         * shell/ev-view.h:
6393         
6394         Initial accessibility support.
6395
6396 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6397
6398         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6399
6400 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6401
6402         * shell/ev-print-job.c: (idle_print_handler):
6403         
6404         Fix for bug Bug 318916: Printing multiple pages.
6405
6406 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6407
6408         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6409
6410 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6411
6412         * pdf/ev-poppler.cc:
6413         
6414         Thumnail dimensions unified with other backends.
6415         
6416         * shell/ev-window-title.c: (ev_window_title_update):
6417         
6418         Fix warning.
6419
6420 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * data/ev-stock-zoom-fit-width.png:
6423         
6424         Remove unused file.
6425
6426 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * configure.ac:
6429         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6430         (djvu_document_finalize):
6431         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6432         (dvi_document_finalize):
6433         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6434         (pixbuf_document_save), (pixbuf_document_finalize):
6435         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6436         (tiff_document_finalize):
6437         
6438         Save a copy implemented for various backends.
6439
6440 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6441
6442         * configure.ac:
6443         
6444         Don't link with ltiff if tiff is disabled.
6445
6446 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * pdf/GDKSplashOutputDev.cc:
6449         * pdf/GDKSplashOutputDev.h:
6450         * pdf/Thumb.cc:
6451         * pdf/Thumb.h:
6452         * pdf/pdf-document.cc:
6453         * pdf/pdf-document.h:
6454         * pdf/test-gdk-output-dev.cc:
6455         
6456         Remove old unused files.
6457
6458 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6459
6460         * shell/ev-window.c: (ev_window_setup_document):
6461         
6462         Fixed warnings on reload and probably crash reason.
6463
6464 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6465
6466         * properties/ev-properties-view.c:
6467         (ev_properties_view_format_date):
6468         
6469         Check if date is invalid. Fix for bug 318134.
6470
6471 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6472
6473         * shell/ev-window-title.c:
6474         
6475         Add .indd files (Adobe Indesign) to the list of "bad
6476         extensions".
6477
6478 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * data/evince-ui.xml:
6481         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6482         
6483         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6484
6485 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6486
6487         * shell/ev-window.c: (launch_link), (launch_external_uri),
6488         (view_external_link_cb):
6489
6490         URL-escape link before passing it to gnome_vfs_url_show.
6491
6492 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6493
6494         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6495         there isn't text selected.
6496
6497 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6498
6499         * shell/ev-view.c: (handle_link_over_xy):
6500
6501         Check tooltip is valid utf8 before showing it
6502
6503 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6504
6505         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6506
6507 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6508
6509         * shell/ev-window-title.c: (ev_window_title_update):
6510
6511         Guard against using g_strstrip on NULL. Fixes bug #317291.
6512
6513 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * pdf/ev-poppler.cc:
6516
6517         Show title even for unknown links
6518
6519 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6520
6521         * shell/ev-window-title.c: (ev_window_title_update):
6522
6523         Strip the title string
6524
6525 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6526
6527         * shell/ev-window-title.c:
6528
6529         Add .rtf to the bad extensions list
6530
6531 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6532
6533         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6534         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6535
6536         Ignore link coordinates if they are outside page bounds
6537
6538 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6539
6540         * backend/ev-link.c: (ev_link_type_get_type),
6541         (ev_link_get_filename), (ev_link_get_params),
6542         (ev_link_get_property), (ev_link_set_property),
6543         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6544         * backend/ev-link.h:
6545         * pdf/ev-poppler.cc:
6546         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6547         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6548         (ev_window_init):
6549
6550         Implement launch links. Delegate external link opening to
6551         the window.
6552
6553 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6554
6555         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6556         (ev_link_get_right), (ev_link_get_property),
6557         (ev_link_set_property), (ev_link_class_init),
6558         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6559         * backend/ev-link.h:
6560         * pdf/ev-poppler.cc:
6561         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6562
6563         Implement fitr links
6564
6565 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6566
6567         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6568         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6569         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6570         (ev_view_size_request_continuous),
6571         (ev_view_size_request_dual_page),
6572         (ev_view_size_request_single_page), (ev_view_size_allocate),
6573         (ev_view_zoom_for_size_continuous_and_dual_page),
6574         (ev_view_zoom_for_size_continuous),
6575         (ev_view_zoom_for_size_dual_page),
6576         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6577         (ev_sizing_mode_get_type):
6578         * shell/ev-view.h:
6579         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6580
6581         Do not use modes for link, we need to calculate size ad hoc.
6582         Still not perfect because of the usual scrollbar issues grrr.
6583
6584 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6585
6586         * backend/ev-link.c: (ev_link_type_get_type),
6587         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6588         * backend/ev-link.h:
6589         * pdf/ev-poppler.cc:
6590         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6591         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6592         (ev_view_size_request_continuous),
6593         (ev_view_size_request_dual_page),
6594         (ev_view_size_request_single_page), (ev_view_size_allocate),
6595         (zoom_for_size_fit_height),
6596         (ev_view_zoom_for_size_continuous_and_dual_page),
6597         (ev_view_zoom_for_size_continuous),
6598         (ev_view_zoom_for_size_dual_page),
6599         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6600         (ev_sizing_mode_get_type):
6601         * shell/ev-view.h:
6602         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6603
6604         Implement FIT_HEIGHT mode (only for links).
6605         Implement FITH links
6606
6607 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6608
6609         * shell/ev-window-title.c: (get_filename_from_uri),
6610         (ev_window_title_sanitize_extension), (ev_window_title_update),
6611         (ev_window_title_set_document), (ev_window_title_set_uri),
6612         (ev_window_title_free):
6613         * shell/ev-window-title.h:
6614         * shell/ev-window.c: (ev_window_setup_document),
6615         (ev_window_popup_password_dialog):
6616
6617         Refactor window title building while fixing it for
6618         password documents.
6619
6620 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * pdf/ev-poppler.cc:
6623
6624         Escape link title before setting it in the model
6625
6626 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6627
6628         * shell/ev-application.c: (removed_from_session), (save_session),
6629         (init_session), (ev_application_get_empty_window),
6630         (ev_application_init), (ev_application_get_windows):
6631         * shell/ev-application.h:
6632         * shell/ev-window.c: (ev_window_finalize):
6633
6634         Add a function to retrieve window list and share it where
6635         necessary.
6636         Implement session handling, works pretty well thanks to the
6637         metadata system.
6638
6639 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * shell/ev-password.c: (ev_password_item_created_callback),
6642         (ev_password_dialog_save_password):
6643         
6644         Fix for bug 316972. Use async gnome-keyring API.
6645
6646 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6647
6648         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6649         Remove unused unrealize handler. Add scroll handling to
6650         ev_view_scroll_event for presentation mode (bug #316708),
6651         and fix the event state checks there.
6652
6653 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6654
6655         * shell/ev-page-action.c: (page_changed_cb):
6656
6657         "marco, maybe we should be crazy and jump right to 6! :)"
6658
6659         Bryan Clark, Sep 2005
6660
6661 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * ps/ps-document.c: (save_document), (ps_document_save),
6664         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6665         (ps_document_ps_export_end):
6666
6667         Fix unstructured documents save and print
6668
6669 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6670
6671         * shell/ev-application.c: (ev_application_open_uri):
6672
6673         Fix window size persistance
6674
6675 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6676
6677         * shell/ev-view.c: (ev_view_button_release_event):
6678
6679         Based on a patch from carlosgc@gnome.org. Mouse buttons
6680         switch pages in presentation mode.
6681
6682 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6683
6684         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6685
6686         Dont cast to int before scaling
6687
6688 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * backend/ev-link.c: (ev_link_type_get_type),
6691         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6692         (ev_link_new_page_fith):
6693         * backend/ev-link.h:
6694         * pdf/ev-poppler.cc:
6695         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6696
6697         Implement FIT and FITH links
6698
6699 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6700
6701         * pdf/ev-poppler.cc:
6702
6703         Return 0 results when search is not in progress.
6704
6705         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6706         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6707
6708         Update menu sensitivity when cancelling search
6709
6710 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6711
6712         * shell/ev-view.c: (ev_view_can_find_next):
6713
6714         Take all pages in consideration, not just current one
6715
6716 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * shell/ev-page-cache.c:
6719         * shell/ev-page-cache.h:
6720         * shell/ev-view.c: (ev_view_binding_activated),
6721         (ev_view_next_page), (ev_view_previous_page),
6722         (ev_sizing_mode_get_type):
6723         * shell/ev-view.h:
6724         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6725         (ev_window_cmd_go_next_page):
6726
6727         Move page next/previous functions from page chace to
6728         view and change it to move by 2 page steps in dual mode.
6729
6730 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6731
6732         * shell/ev-window.c: (update_sidebar_visibility),
6733         (setup_sidebar_from_metadata), (ev_window_setup_document),
6734         (setup_view_from_metadata):
6735
6736         Show the index by default when there is one     
6737
6738 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6739
6740         * shell/ev-window-title.c: (ev_window_title_set_document):
6741
6742         Missing null check
6743
6744 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6745
6746         * shell/ev-view.c: (view_update_range_and_current_page):
6747         
6748         Allow display of last odd page in dual view. Fix for 316347.
6749
6750 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6751
6752         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6753         
6754         Make close button default. Fix for 316383.
6755
6756 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6757
6758         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6759         
6760         Mark close button as default. Fix for 316381.
6761
6762 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6763
6764         * backend/ev-link.c: (ev_link_class_init):
6765
6766         Allow negative doubles in left/top properties
6767
6768 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6769
6770         * shell/ev-window.c:
6771
6772         Remove a bunch of strings that was used only
6773         by the statusbar.
6774
6775 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6776
6777         * shell/ev-window-title.c: (get_filename_from_uri),
6778         (ev_window_title_set_document):
6779
6780         When title has a confusing extension, show also
6781         the document filename inside ()
6782
6783 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * shell/Makefile.am:
6786         * shell/ev-window-title.c: (ev_window_title_new),
6787         (ev_window_title_update), (ev_window_title_set_type),
6788         (ev_window_title_set_document), (ev_window_title_free):
6789         * shell/ev-window-title.h:
6790         * shell/ev-window.c: (ev_window_setup_document),
6791         (password_dialog_response), (ev_window_popup_password_dialog),
6792         (ev_window_dispose), (ev_window_init):
6793
6794         Factor out and cleanup window title code
6795
6796 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6797
6798         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6799         (unable_to_load):
6800
6801         Make dialog transient so it doesnt block other windows
6802
6803 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * pdf/ev-poppler.cc:
6806         
6807         Fix pdf thumbnails rendering.
6808
6809 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6810
6811         * shell/ev-window.c: (fullscreen_set_timeout):
6812         
6813         Increase timeout to hide full screen popup. Bug 
6814         316123. 
6815
6816 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * data/evince.schemas.in:
6819         * shell/ev-window.c: (update_action_sensitivity):
6820
6821         Allow the user to override document restrictions. Fix for bug
6822         305818.
6823
6824 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6825
6826         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6827         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6828         (ev_window_class_init): Fix multihead behaviour of fullscreen
6829         toolbar popup. Fixes bug #315451.
6830
6831 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * configure.ac:
6834         * data/evince-password.glade:
6835         * shell/ev-password.c: (ev_password_dialog_set_property),
6836         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6837         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6838         (ev_password_dialog_entry_changed_cb),
6839         (ev_password_dialog_entry_activated_cb),
6840         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6841         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6842         (ev_password_dialog_set_bad_pass):
6843         * shell/ev-password.h:
6844         * shell/ev-window.c: (password_dialog_response),
6845         (ev_window_popup_password_dialog):
6846         
6847         Support for gnome-keyring for encrypted PDF's.
6848
6849 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6850
6851         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6852         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6853         (ev_view_enter_notify_event), (ev_view_class_init):
6854         
6855         More precise handling of enter_notify/leave_notify events
6856         in EvView. Fix for bug 315470.
6857
6858 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6859
6860         * shell/ev-window.c: (fullscreen_timeout_cb),
6861         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6862         (ev_window_dispose):
6863
6864         leak fix: unref fullscreen_timeout_source before clearing it
6865
6866 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * configure.ac, dvi/mdvi/Makefile.am: 
6869         
6870         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6871
6872 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * backend/ev-link.c: (ev_link_new_page_xyz):
6875         * pdf/ev-poppler.cc:
6876         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6877
6878         Fix some bugs with xyz links, respect zoom
6879
6880 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6881
6882         * shell/ev-window.c: (page_changed_cb),
6883         (setup_document_from_metadata), (update_sidebar_visibility),
6884         (setup_view_from_metadata), (ev_window_run_fullscreen),
6885         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6886         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6887         (ev_window_dual_mode_changed_cb),
6888         (ev_window_sidebar_current_page_changed_cb):
6889
6890         null check uri before setting and getting metadata
6891
6892 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6893
6894         * dvi/Makefile.am:
6895         * properties/Makefile.am:
6896         * shell/Makefile.am:
6897         * thumbnailer/Makefile.am:
6898
6899         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6900
6901 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6902
6903         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6904         (selection_changed_callback):
6905         * shell/ev-sidebar-links.h:
6906
6907         Add a signal for link activation.
6908
6909         * shell/ev-view.c: (ev_view_goto_link),
6910         (ev_view_button_release_event):
6911         * shell/ev-view.h:
6912         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6913         (ev_window_init):
6914
6915         Implement the signal so that we can handle all link types.
6916
6917         * shell/ev-page-cache.c:
6918
6919         Remove unused set_link function
6920
6921 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6924
6925         Add some space from the cursor, hardcoded but I couldnt
6926         find a better way.
6927
6928 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6929
6930         * lib/ev-tooltip.c:
6931
6932         Use mozilla style vs gtk style, way better for links.
6933
6934         * shell/ev-view.c: (ev_view_motion_notify_event),
6935         (ev_view_destroy), (ev_view_init):
6936
6937         Deactive tooltip when the link hovered is changed.
6938
6939 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * backend/ev-document.h:
6942         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6943         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6944         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6945         (ev_link_new_page), (ev_link_new_page_xyz):
6946         * backend/ev-link.h:
6947         * pdf/ev-poppler.cc:
6948         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6949         (go_to_link), (tip_from_link):
6950
6951         Implement xyz links, still not functional. Links are a total
6952         mess, will need to refactor and bugfix a lot :(
6953
6954 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6955
6956         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6957
6958 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6959
6960         * data/evince-ui.xml:
6961         * data/evince.schemas.in:
6962         * shell/Makefile.am:
6963         * shell/ev-window.c: (update_chrome_visibility),
6964         (password_dialog_response), (ev_window_load_job_cb),
6965         (ev_window_xfer_job_cb), (ev_window_open_uri),
6966         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6967         (ev_window_init):
6968
6969         Remove the statusbar. This regress loading feedback, need to
6970         check with Bryan what we want to do there...
6971
6972 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6973
6974         * lib/ev-tooltip.c: (ev_tooltip_init):
6975
6976         Fix tooltip border and size handling
6977
6978 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6979
6980         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6981         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6982         (ev_tooltip_timeout), (ev_tooltip_activate),
6983         (ev_tooltip_deactivate):
6984         * lib/ev-tooltip.h:
6985         * shell/ev-view.c: (ev_view_motion_notify_event):
6986
6987         Delay popup showing. Mirror gtk logic/times.
6988
6989 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6990
6991         * lib/Makefile.am:
6992         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6993         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6994         (ev_tooltip_set_text), (ev_tooltip_set_position):
6995         * lib/ev-tooltip.h:
6996
6997         Simple widget to show tooltips at a custom position
6998
6999         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7000         (ev_view_destroy):
7001
7002         Use it for links. First go, needs work
7003
7004 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7005
7006         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7007         HIG fixes.  Use title capitalization for window title. Use 12 
7008         pixels of space between the dialog's vbox and action area.
7009
7010 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7011
7012         * shell/ev-window.c: (file_open_dialog_response_cb),
7013         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7014         (ev_window_cmd_save_as):
7015
7016         Make file pickers not modal and refactor code some
7017
7018 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7019
7020         * shell/ev-sidebar.h:
7021         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7022         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7023         (ev_sidebar_class_init), (ev_sidebar_select_page),
7024         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7025         (ev_sidebar_set_page):
7026
7027         Add a current page property and allow to get/set it
7028
7029         * shell/ev-window.c: (setup_view_from_metadata),
7030         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7031
7032         Persist current sidebar page per document
7033
7034 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * data/evince.schemas.in:
7037         * shell/ev-window.c: (update_chrome_visibility),
7038         (setup_document_from_metadata), (update_sidebar_visibility),
7039         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7040         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7041         (ev_window_run_presentation), (ev_window_stop_presentation),
7042         (ev_window_view_sidebar_cb),
7043         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7044         (load_chrome), (ev_window_init):
7045
7046         Persist size/visibility of sidebar per document
7047
7048 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7049
7050         * shell/ev-view.c (draw_loading_text): Draw loading text.
7051
7052 2005-09-02  Dan Damian  <dand@gnome.ro>
7053
7054         * configure.in: Added "ro" to ALL_LINGUAS.
7055
7056 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7057
7058         * shell/ev-view.c: (clear_caches):
7059
7060         ev_page_cache_get doesnt return a reference,
7061         dont try to unref it.
7062
7063 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7064
7065         * shell/main.c: (load_files_remote):
7066
7067         Fix timestamp parameter with dbus <= 0.33
7068
7069 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7070
7071         * data/evince.schemas.in:
7072
7073         Add missing full stop
7074
7075 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7076
7077         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7078         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7079
7080         Plug some memory leaks
7081
7082 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7083
7084         * configure.ac:
7085         * lib/ev-debug.c: (trap_handler):
7086
7087         Check for execinfo.h and use it only if it exists.
7088         Ported from Epiphany (bug #314776).
7089
7090 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7091
7092         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7093
7094 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7095
7096         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7097         * po/id.po      : Added Indonesian translation
7098
7099 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7100
7101         * shell/main.c:
7102         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7103         * NEWS: Release 0.4.0
7104
7105 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7106
7107         * configure.ac: catch another gtk+-2.8ism
7108         * shell/main.c: Make work with gtk+-2.6
7109
7110 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7111
7112         * shell/ev-application-service.xml: Add 'timestamp' argument to
7113           ev_application_open_window and ev_application_open_uri methods.
7114
7115         * shell/ev-application.h: Add 'timestamp' argument to
7116           ev_application_open_window, ev_application_open_uri,
7117           and ev_application_open_uri_list functions.
7118
7119         * shell/ev-application.c (ev_application_open_window,
7120           ev_application_open_uri, ev_application_open_uri_list): Change
7121           functions that show/present windows to use a timestamp if one
7122           is passed in.
7123
7124         * shell/ev-window.c (ev_window_cmd_file_open,
7125           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7126         * shell/main.c (load_files): Modify calls to ev_application to
7127           include GDK_CURRENT_TIME as timestamp.
7128
7129         * shell/main.c (load_files_remote): Obtain timestamp for client
7130           instance from GDK and pass to server instance so new windows are
7131           focused properly.  Fix dbus_g_proxy_call() calls by including second
7132           G_TYPE_INVALID.
7133           
7134         Closes bug #314475.
7135
7136 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7137
7138         * shell/ev-window.c (ev_window_finalize): Check for
7139         avail. EvWindows when quiting to handle the finalize better,
7140         #314497
7141
7142 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143         
7144         * properties/ev-properties-view.c: 
7145         
7146         Set textdomain to libglade. Fixes translation problem in property page.
7147
7148 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7149
7150         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7151         * dvi/Makefile.am:
7152         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7153         * dvi/mdvi-lib/Makefile.am:
7154         
7155         Fix rotation of thumbnails, ported to new API. Moved library
7156         dependencies earlier, probably it will fix linkage problem.
7157
7158 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7159
7160         * backend/ev-document-misc.c:
7161         (ev_document_misc_get_thumbnail_frame):
7162         * backend/ev-document-misc.h:
7163         * configure.ac:
7164         * pdf/ev-poppler.cc:
7165         * shell/Makefile.am:
7166         * shell/ev-sidebar-thumbnails.c: (add_range),
7167         (ev_sidebar_thumbnails_set_loading_icon),
7168         (ev_sidebar_thumbnails_refresh),
7169         (ev_sidebar_thumbnails_set_document):
7170         * shell/ev-sidebar-thumbnails.h:
7171         * shell/ev-view.c: (ev_view_motion_notify_event),
7172         (ev_view_set_property), (ev_view_get_property),
7173         (ev_view_class_init), (ev_view_set_rotation):
7174         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7175         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7176         (ev_window_init):
7177         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7178         Redo rotation (again).  prepare for 0.4.0
7179
7180 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7181
7182         * configure.ac: Bump poppler requirement to 0.4.1.
7183
7184         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7185         argument to poppler_page_render_selection() call.
7186
7187 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7190         (djvu_document_thumbnails_get_thumbnail):
7191         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7192         (dvi_document_thumbnails_get_thumbnail):
7193         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7194         (pixbuf_document_thumbnails_get_thumbnail):
7195         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7196         
7197         Update rotation direction of backends to fit with pdf and ps.
7198
7199 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7200
7201         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7202         * backend/ev-async-renderer.h:
7203         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7204         (setup_page), (ps_document_get_page_size),
7205         (ps_async_renderer_render_pixbuf):
7206         * ps/ps-document.h:
7207         * shell/ev-jobs.c: (ev_job_render_run):
7208
7209         Fix orientation in the postscript document
7210
7211 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7212
7213         * pdf/ev-poppler.cc:
7214         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7215         * shell/ev-view.c: (highlight_find_results):
7216
7217         Adapt to the new poppler rotation API. Fix text maps on landscape
7218         documents.
7219
7220 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7221
7222         * shell/ev-view.c (compute_new_selection_text): get the correct
7223         region when selecting in modes other than continuous.
7224
7225 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7226
7227         * shell/main.c (main): remove redundant g_warnings.
7228
7229 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * shell/Makefile.am: Don't include autogenerated
7232         file ev-application-service.h into distribution, since
7233         it causes dbus crash. Fix for bugs 313724 and 313443. 
7234
7235 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7236
7237         * configure.ac: Fix sed expression for FreeBSD. Thanks
7238         to Joe Marcus Clark <marcus@freebsd.org>
7239         
7240         * shell/eggfindbar.c: (entry_activate_callback),
7241         (entry_changed_callback), (egg_find_bar_init),
7242         (egg_find_bar_set_search_string):
7243         
7244         Made findbar buttons unsensitive if there is no text in
7245         entry. Fix for the bug 313285.
7246
7247 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7248
7249         * ps/ps-document.c: Use g_filename_display_name for displaying
7250         filenames and revert string freeze breackage
7251
7252 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7253
7254         * NEWS:
7255         * configure.ac:
7256
7257         Update for 0.3.4
7258
7259         * shell/Makefile.am:
7260
7261         Add ev-application-service.xml to extra dist
7262
7263         * shell/ev-view.c: (find_page_at_location):
7264
7265         Remove unused function (fix warning)
7266
7267 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7268
7269         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7270         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7271         
7272         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7273         bug 313623.
7274
7275 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7278         * shell/ev-window.c:
7279         Fix build warnings
7280
7281 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7282
7283         * configure.ac: Update script to get dbus version.
7284         Fix for the bug #313443.
7285
7286 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * shell/ev-window.c: (ev_window_cmd_escape):
7289         
7290         Return focus back to view on escape. Fix for bug 313295.
7291
7292 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7293
7294         * shell/ev-window.c: (update_window_title),
7295         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7296         (ev_window_cmd_save_as):
7297         
7298         Correct conversion from uri to displayable string. Fix for
7299         bug 313296.
7300
7301 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7302
7303         * ps/ps-document.c: convert filename to utf8 when there is an error
7304         loading document. Fixes #309915
7305
7306 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * configure.ac:
7309
7310         We depend on poppler 0.4.0
7311
7312 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7313
7314         * configure.ac:
7315         * NEWS: Release 0.3.3.
7316         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7317
7318 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7319
7320         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7321         add a couple missing mnemonics to menu items, use title 
7322         capitalization for menu items and window titles, and add 
7323         ellipsis to open menu item.     
7324
7325 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7326
7327         * pdf/ev-poppler.cc:
7328         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7329         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7330         (ev_view_get_rotation):
7331         * shell/ev-view.h:
7332         * shell/ev-window.c: (setup_view_from_metadata),
7333         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7334         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7335         disk.
7336
7337 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7338
7339         * configure.ac: Added tr to ALL_LINGUAS
7340
7341 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7342
7343         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7344         requires several clicks to find word. Thanks to 
7345         Colin Slater <kiltedtaco@gmail.com>.
7346
7347 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7348
7349         * data/evince.desktop.in.in: Hide menu entry and
7350         rename it to "Document Viewer". Fix for bug 
7351         #312399.
7352
7353 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7354
7355         * shell/ev-page-action.c (ev_page_action_class_init): 
7356
7357         Point to the correct function in constructor of the
7358         activate_label signal
7359
7360 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7361
7362         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7363         * shell/ev-jobs.h: Make thread safe.
7364
7365 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7366
7367         * shell/ev-view.c: (view_update_range_and_current_page):
7368         Don't update page range if we are scrolling to some document
7369         point.
7370
7371 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7372
7373         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7374         when getting max_page_width, fix drawing in dual mode.
7375
7376 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7377
7378         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7379         getting the area for select_all.
7380
7381 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7382
7383         * backend/ev-selection.c: (ev_selection_render_selection):
7384         * backend/ev-selection.h:
7385         * pdf/ev-poppler.cc:
7386         * shell/ev-jobs.c: (ev_job_render_new):
7387         * shell/ev-jobs.h:
7388         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7389         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7390         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7391         (ev_view_class_init):
7392
7393         Change selection color on focus in and focus out events.  Also,
7394         poppler now uses GdkColor for specifying the selection colors, so
7395         drop some awkward conversion code.
7396
7397 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7398
7399         * configure.ac: Added Hebrew translation
7400
7401 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7402
7403         * NOTES:
7404         * backend/ev-selection.c: (ev_selection_render_selection):
7405         * backend/ev-selection.h:
7406         * pdf/ev-poppler.cc:
7407         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7408         (ev_job_render_run):
7409         * shell/ev-jobs.h:
7410         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7411         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7412         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7413         (ev_pixbuf_cache_style_changed),
7414         (ev_pixbuf_cache_get_selection_pixbuf),
7415         (ev_pixbuf_cache_set_selection_list),
7416         (ev_pixbuf_cache_get_selection_list):
7417         * shell/ev-pixbuf-cache.h:
7418         * shell/ev-utils.c: (ev_print_region_contents):
7419         * shell/ev-utils.h:
7420         * shell/ev-view.c: (ev_view_queue_draw_page),
7421         (selection_update_idle_cb), (ev_view_motion_notify_event),
7422         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7423         (setup_caches), (ev_view_find_next), (merge_selection_region),
7424         (selection_free):
7425         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7426
7427         Clean up selection to be much smoother!
7428
7429 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7430
7431         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7432         to poppler_page_render_selection().
7433
7434 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * ps/ps-document.c: (save_page_list): Use
7437         unzipped document when printing. Thanks to 
7438         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7439         311016.
7440
7441 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * shell/ev-window.c: (update_action_sensitivity):
7444         
7445         Disable print and save respect to lockdown gconf keys. Fix
7446         for 312342.
7447
7448 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7449
7450         * configure.ac:
7451         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7452         (write_to_temp_file), (ev_file_set_contents):
7453         * shell/ev-utils.h:
7454         * shell/ev-window.c: (save_print_config_to_file):
7455         
7456         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7457         Fix for bug 312238
7458
7459 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7460
7461         * shell/ev-window.c: (load_print_config_from_file),
7462         (save_print_config_to_file), (ev_window_print_range):
7463
7464         Persist the print settings. Fixes bug #311578.
7465
7466 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7467
7468         * djvu/djvu-document.c: (djvu_document_get_page_size),
7469         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7470         (djvu_document_thumbnails_get_thumbnail):
7471         * dvi/dvi-document.c: (dvi_document_get_page_size),
7472         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7473         (dvi_document_thumbnails_get_dimensions),
7474         (dvi_document_thumbnails_get_thumbnail):
7475         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7476         (pixbuf_document_render_pixbuf),
7477         (pixbuf_document_document_iface_init),
7478         (pixbuf_document_thumbnails_get_thumbnail):
7479         
7480         Update backends to make them build with new rotation system.
7481
7482 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * help/C/figures/evince_start_window.png:
7485         
7486         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7487
7488 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7489
7490         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7491         * shell/ev-pixbuf-cache.h:
7492         * shell/ev-sidebar-thumbnails.c:
7493         (ev_sidebar_thumbnails_get_property), (add_range),
7494         (adjustment_changed_cb):
7495         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7496         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7497         we were thumbnailing the entire docment on startup, slowing us
7498         down hugely. 
7499
7500 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7501
7502         * shell/ev-page-cache.c: (ev_page_cache_new):
7503         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7504         == 0, fixes #310306.
7505
7506 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7507
7508         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7509         (ev_view_rotate_left):
7510
7511         Account rotation in doc_rect_to_view_rect.
7512         Ensure rotation doesnt go out of bounds.
7513
7514 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7515
7516         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7517
7518         Correct and cleanup w/h swapping
7519
7520 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7521
7522         * backend/ev-document-thumbnails.c:
7523         (ev_document_thumbnails_get_thumbnail):
7524         * backend/ev-document-thumbnails.h:
7525         * backend/ev-document.c:
7526         * backend/ev-document.h:
7527         * backend/ev-render-context.c: (ev_render_context_new),
7528         (ev_render_context_set_rotation):
7529         * backend/ev-render-context.h:
7530         * pdf/ev-poppler.cc:
7531         * ps/ps-document.c: (ps_document_document_iface_init):
7532         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7533         * shell/ev-jobs.h:
7534         * shell/ev-page-cache.c: (build_height_to_page),
7535         (ev_page_cache_new), (ev_page_cache_get_size),
7536         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7537         (ev_page_cache_get_height_to_page):
7538         * shell/ev-page-cache.h:
7539         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7540         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7541         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7542         (ev_pixbuf_cache_get_selection_pixbuf):
7543         * shell/ev-pixbuf-cache.h:
7544         * shell/ev-print-job.c: (idle_print_handler):
7545         * shell/ev-sidebar-thumbnails.c: (add_range):
7546         * shell/ev-view.c: (view_update_range_and_current_page),
7547         (get_page_y_offset), (get_page_extents),
7548         (ev_view_size_request_continuous_dual_page),
7549         (ev_view_size_request_continuous),
7550         (ev_view_size_request_dual_page),
7551         (ev_view_size_request_single_page), (draw_one_page),
7552         (ev_view_set_rotation), (ev_view_rotate_right),
7553         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7554         (ev_view_zoom_for_size_continuous_and_dual_page),
7555         (ev_view_zoom_for_size_continuous),
7556         (ev_view_zoom_for_size_dual_page),
7557         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7558         (ev_view_select_all):
7559         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7560         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7561         (tiff_document_document_iface_init),
7562         (tiff_document_thumbnails_get_thumbnail):
7563
7564         Use rotation rather than orientation. It's easier and enough
7565         for our needs.
7566
7567 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * shell/ev-page-cache.c: (build_height_to_page),
7570         (ev_page_cache_new), (ev_page_cache_get_size),
7571         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7572         (ev_page_cache_get_height_to_page):
7573         * shell/ev-page-cache.h:
7574         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7575         (ev_view_size_request_continuous_dual_page),
7576         (ev_view_size_request_continuous),
7577         (ev_view_zoom_for_size_continuous_and_dual_page),
7578         (ev_view_zoom_for_size_continuous):
7579
7580         Make the page cache aware of page orientation.
7581
7582 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7583
7584         * backend/ev-document-thumbnails.c:
7585         (ev_document_thumbnails_get_thumbnail):
7586         * backend/ev-document-thumbnails.h:
7587         * backend/ev-document.c:
7588         * backend/ev-document.h:
7589         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7590         * backend/ev-ps-exporter.h:
7591         * pdf/ev-poppler.cc:
7592         * ps/ps-document.c: (ps_document_document_iface_init),
7593         (ps_document_ps_export_do_page):
7594         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7595         * shell/ev-jobs.h:
7596         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7597         (ev_page_cache_get):
7598         * shell/ev-page-cache.h:
7599         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7600         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7601         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7602         * shell/ev-pixbuf-cache.h:
7603         * shell/ev-print-job.c: (idle_print_handler):
7604         * shell/ev-sidebar-thumbnails.c: (add_range):
7605         * shell/ev-view.c: (view_update_range_and_current_page),
7606         (get_page_extents), (ev_view_size_request_dual_page),
7607         (ev_view_size_request_single_page), (draw_one_page),
7608         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7609         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7610         (ev_view_zoom_for_size_dual_page),
7611         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7612         (ev_view_select_all):
7613         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7614         * tiff/tiff-document.c: (tiff_document_get_page_size),
7615         (tiff_document_get_orientation), (rotate_pixbuf),
7616         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7617         (tiff_document_thumbnails_get_thumbnail),
7618         (tiff_document_ps_export_do_page), (tiff_document_init):
7619
7620         Really make use of the orientation bit of the render context.
7621         Use the render context in a few more places in the backend API.
7622         This regress orientation, but now it's done right. Will try to
7623         fix it up asap...
7624
7625 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7626
7627         * shell/ev-view.c: (ensure_rectangle_is_visible):
7628
7629         Patch by Nickolay V. Shmyrev to fix find flickering
7630
7631 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7632
7633         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7634         duplex parameters to ::begin.
7635
7636         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7637         * shell/ev-print-job.c (idle_print_handler): 
7638         * ps/ps-document.c (ps_document_ps_export_begin): 
7639         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7640         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7641         implementations. Poppler backend needs poppler cvs. Rest has
7642         unchanged behavior.
7643
7644 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7645
7646         * shell/ev-window.c (using_pdf_printer): new function.
7647         (ev_window_print_range): print a less techy message if someone
7648         tries to print to PDF.
7649
7650 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7651
7652         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7653         from "unknown font" string. Bug #311431
7654
7655 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7656
7657         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7658
7659 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7660
7661         Bug #311280
7662         
7663         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7664         name for PopplerFontTypes
7665         (pdf_document_fonts_fill_model): add font type to the detail column
7666
7667         * backend/ev-document-fonts.h: added
7668         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7669
7670         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7671         font name and font details, add a little markup.
7672         (ev_properties_fonts_init): use the new cell data func, specify ypad
7673         property for the cell renderer.
7674         (ev_properties_fonts_set_document): add the details column.
7675
7676 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7677
7678         * configure.ac: Added "pl" to ALL_LINGUAS.
7679
7680 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7681
7682         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7683
7684 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7685
7686         * help/ChangeLog: Started this for translations of manual.
7687         * configure.ac, autogen.sh, .cvsignore: Migrated to
7688         gnome-doc-utils. Patch in bug #311222.
7689
7690 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7691
7692         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7693         #ifdef this away to fix an unused-function warning.
7694
7695 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7696
7697         * configure.ac: Added 'gl' to ALL_LINGUAS.
7698
7699 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7700
7701         * configure.ac: Added ne in ALL_LINGUAS
7702         
7703 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * shell/ev-view.c: (ev_view_leave_notify_event):
7706         
7707         Clear status message when pointer leaves view. Fix for bug
7708         #310818 
7709
7710 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7711
7712         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7713
7714 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * shell/ev-view.c: (ev_view_leave_notify_event),
7717         (ev_view_class_init):
7718         
7719         Set cursor to normal then leaving view.
7720
7721 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * configure.ac:
7724         
7725         Fix required djvulibre version.
7726
7727 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7728
7729         *configure.ac: Hindi (hi) language added
7730
7731 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7732
7733         *configure.ac: Punjabi (pa) Language added
7734
7735 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7736
7737         * data/evince-ui.xml, shell/ev-window.c:
7738         
7739         Add keypad accelerators for zooming. Fix for bug 308128.
7740
7741 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * Makefile.am:
7744         * backend/Makefile.am:
7745         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7746         * configure.ac:
7747         * shell/ev-document-types.c: (ev_document_types_add_filters):
7748
7749         Allow to enable/disable the pixbuf backend.
7750         Default to off for now. If we want it enabled we should
7751         really put mime types in the desktop, implement properties etc.
7752
7753         * properties/evince-properties.c:
7754
7755         Initialize error to NULL.
7756         Check error is not NULL before freeing.
7757
7758 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7759
7760         * shell/ev-window.c:
7761
7762         Use F5 as presentation accell
7763
7764 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7765
7766         * shell/ev-window.c: (update_chrome_visibility),
7767         (ev_window_create_fullscreen_popup), (ev_window_init):
7768
7769         Do not leak the fullscreen toolbar
7770
7771 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * shell/ev-window.c: (view_actions_focus_in_cb),
7774         (view_actions_focus_out_cb):
7775
7776         These has a return value! Fix totally random focus
7777         issues we was seeing.
7778
7779 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7780
7781         * shell/main.c: (load_files_remote):
7782
7783         Allow open more than one file
7784
7785 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7786
7787         * shell/main.c: (load_files_remote):
7788
7789         Fix for dbus 0.33. bug #309975
7790
7791 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7792
7793         * properties/ev-properties-main.c: (ev_properties_get_pages):
7794
7795         Actually return NULL for types we dont support
7796
7797 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7798
7799         * po/POTFILES.in:
7800
7801         Remove empty lines.
7802
7803 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7804
7805         * backend/ev-document-factory.c:
7806         (ev_document_factory_get_document):
7807
7808         Do not try to create the object if type
7809         is invalid.
7810
7811 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * ps/ps-document.c: (ps_document_dispose),
7814         (ps_async_renderer_render_pixbuf):
7815         * ps/ps-document.h:
7816
7817         Do not leak the target window
7818
7819 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7820
7821         * shell/ev-application.c: (ev_application_init):
7822
7823         Let tbe check file existence for us.
7824         Add a comment about eggrecent mime filter.
7825
7826 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7827
7828         * data/evince-ui.xml:
7829         * shell/ev-application.c: (ev_application_shutdown),
7830         (ev_application_init), (ev_application_get_toolbars_model),
7831         (ev_application_get_recent_model),
7832         (ev_application_save_toolbars_model):
7833         * shell/ev-application.h:
7834         * shell/ev-window.c: (ev_window_add_recent),
7835         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7836         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7837         (ev_window_init):
7838
7839         Use common toolbar and recent models for all windows.
7840         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7843
7844         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7845         successfully check for gtk_icon_view_get_visible_range.
7846
7847 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * djvu/Makefile.am:
7850         * dvi/Makefile.am:
7851         
7852         Fix djvu and dvi backend build.
7853
7854 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7855
7856         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7857         (new_separator_pixbuf):
7858
7859         Don't leak windows.
7860
7861 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7862
7863         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7864
7865         HIGification of toolbar editor dialogue.
7866
7867 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7868
7869         * configure.ac:
7870         * shell/Makefile.am:
7871
7872         Ever build metadata manager since it's just
7873         disabled at runtime now.
7874
7875 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7878         (ev_metadata_manager_get), (ev_metadata_manager_set):
7879         * shell/ev-metadata-manager.h:
7880
7881         Add an _init functions that enabled metadata management
7882         at runtime.
7883
7884         * shell/ev-window.c: (page_changed_cb),
7885         (setup_document_from_metadata), (ev_window_setup_document),
7886         (setup_view_from_metadata), (ev_window_open_uri),
7887         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7888         (ev_window_run_presentation), (ev_window_stop_presentation),
7889         (save_sizing_mode), (ev_window_zoom_changed_cb),
7890         (ev_window_continuous_changed_cb),
7891         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7892         (window_configure_event_cb):
7893
7894         Remove all ugly metadata define since we deal with it
7895         at runtime now.
7896
7897         * shell/main.c: (load_files_remote), (main):
7898
7899         Add support for dbus cvs head. Hopefully didnt break one
7900         of the other versions now!
7901
7902         If we dont get a response from the dbus server just
7903         give up with it and not enable metadata.
7904
7905 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * Makefile.am:
7908         * backend/Makefile.am:
7909         * configure.ac:
7910         * cut-n-paste/recent-files/Makefile.am:
7911         * cut-n-paste/toolbar-editor/Makefile.am:
7912         * cut-n-paste/zoom-control/Makefile.am:
7913         * lib/Makefile.am:
7914         * pdf/Makefile.am:
7915         * pixbuf/Makefile.am:
7916         * properties/Makefile.am:
7917         * ps/Makefile.am:
7918         * shell/Makefile.am:
7919         * thumbnailer/Makefile.am:
7920         * tiff/Makefile.am:
7921
7922         Make frontends depend on just libev.
7923         Rework and group CFLAGS/LIBS definitions.
7924         Cleanups.
7925
7926 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7927
7928         * shell/ev-window:
7929
7930         do not unnecessarily save zoom
7931
7932         * configure.ac:
7933         * lib/ev-file-helpers.c: (ev_dot_dir):
7934         * shell/Makefile.am:
7935         * shell/dummy.cc:
7936
7937         Some cleanups
7938
7939 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * configure.ac:
7942         
7943         Remove unnecessary dependencies
7944
7945 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * properties/Makefile.am:
7948         * thumbnailer/Makefile.am:
7949         * tiff/Makefile.am:
7950
7951         Some more cleanups. Was really necessary
7952         but I probably introduced bugs, feel free
7953         to flame :)
7954
7955 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7956
7957         * backend/Makefile.am:
7958         * configure.ac:
7959         * cut-n-paste/recent-files/Makefile.am:
7960         * cut-n-paste/toolbar-editor/Makefile.am:
7961         * cut-n-paste/zoom-control/Makefile.am:
7962         * lib/Makefile.am:
7963         * pdf/Makefile.am:
7964         * pixbuf/Makefile.am:
7965         * properties/Makefile.am:
7966         * ps/Makefile.am:
7967         * shell/Makefile.am:
7968         * thumbnailer/Makefile.am:
7969         * tiff/Makefile.am:
7970
7971         Use gnome-common macros when possible.
7972         Cleanup dependencies.
7973         Actually disable deprecated where possible.
7974
7975 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7976
7977         * Makefile.am:
7978         * backend/Makefile.am:
7979         * properties/Makefile.am:
7980         * shell/Makefile.am:
7981         * thumbnailer/Makefile.am:
7982
7983         This should solve the circular dep without
7984         requiring dir reorg!
7985
7986         * shell/ev-window.c: (setup_view_from_metadata):
7987
7988         Never restore window size/position when the
7989         window is already visible.
7990
7991 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7992
7993         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7994
7995         Return a boolean from timeout func. Fix ported from gedit.
7996
7997 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7998
7999         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8000
8001 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8002
8003         * shell/ev-document-types.c: set "All Documents" as default filter in
8004         open dialog
8005
8006 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8007
8008         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8009         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8010         (ev_metadata_manager_set_boolean): fix value/val thinko.
8011
8012 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * shell/ev-window.c: (setup_view_from_metadata),
8015         (window_state_event_cb), (window_configure_event_cb),
8016         (ev_window_init):
8017
8018         Remember window position and maximized state
8019
8020 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8021
8022         * configure.ac:
8023
8024         Fix DBUS configure checks.
8025
8026         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8027         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8028         (ev_metadata_manager_set_boolean):
8029
8030         Plug mem leaks.
8031
8032         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8033         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8034         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8035         (ev_window_continuous_changed_cb),
8036         (ev_window_dual_mode_changed_cb), (ev_window_new):
8037
8038         Fix the build without DBUS.
8039
8040 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8041
8042         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8043         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8044         (ev_metadata_manager_set_string),
8045         (ev_metadata_manager_set_boolean):
8046         * shell/ev-metadata-manager.h:
8047
8048         Add support for some more types
8049
8050         * shell/ev-view.c: (scroll_to_current_page),
8051         (ev_view_get_continuous), (ev_view_set_continuous),
8052         (ev_view_get_dual_page):
8053         * shell/ev-view.h:
8054         * shell/ev-window.c: (page_changed_cb),
8055         (setup_document_from_metadata), (ev_window_setup_document),
8056         (setup_view_from_metadata), (ev_window_open_uri),
8057         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8058         (ev_window_run_presentation), (ev_window_stop_presentation),
8059         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8060         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8061         (ev_window_update_dual_page_action),
8062         (ev_window_continuous_changed_cb),
8063         (ev_window_dual_mode_changed_cb), (ev_window_init):
8064
8065         Remember a bunch of view/document properties. Prolly some
8066         are still missing but it's getting interesting.
8067
8068 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8069
8070         * configure.ac: check if dbus-binding-tool is installed. Not the
8071         case on current Ubuntu breezy, it seems.
8072
8073 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8074
8075         * data/evince.desktop.in.in:
8076         
8077         Allow open uri lists and add TryExec field.
8078
8079 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * configure.ac:
8082
8083         Enable dbus when available, do not require a configure
8084         option.
8085
8086 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8087
8088         * configure.ac:
8089
8090         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8091         disabled.
8092
8093 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8094         Marco Pesenti Gritti  <mpg@redhat.com>
8095
8096         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8097         
8098         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8099         functions to the format required by dbus
8100
8101         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8102         errors. Use the RPC parameters in the expected way
8103
8104 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8105
8106         * Makefile.am:
8107         * properties/Makefile.am:
8108         * properties/ev-properties-main.c: (ev_properties_get_pages):
8109
8110         Support all mime types
8111
8112         * shell/Makefile.am:
8113         * thumbnailer/Makefile.am:
8114         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8115         (evince_thumbnail_pngenc_get):
8116
8117         Use the document factory
8118
8119 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8120
8121         * backend/Makefile.am:
8122         * backend/ev-document-factory.c:
8123         (mime_type_supported_by_gdk_pixbuf),
8124         (ev_document_type_get_from_mime),
8125         (ev_document_factory_get_document),
8126         (ev_document_factory_get_backend),
8127         (ev_document_factory_get_mime_types),
8128         (ev_document_factory_get_all_mime_types):
8129         * backend/ev-document-factory.h:
8130         * shell/Makefile.am:
8131         * shell/ev-document-types.c: (get_document_from_uri),
8132         (ev_document_types_get_document),
8133         (file_filter_add_mime_list_and_free),
8134         (ev_document_types_add_filters):
8135         * shell/ev-document-types.h:
8136         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8137         * shell/ev-properties-dialog.c:
8138         (ev_properties_dialog_set_document):
8139         * shell/ev-window.c: (ev_window_cmd_file_open),
8140         (ev_window_cmd_save_as):
8141         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8142
8143         Rework document types managing to avoid code duplication
8144         and actually abstract from backend implementations.
8145         Also provide a minimal factory api that can be used by
8146         thumbnailer/properties.
8147
8148 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8149
8150         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8151         Plug a mem leak.
8152         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8153         HIG spacings.
8154
8155 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8156
8157         * shell/ev-properties-dialog.c
8158         (ev_properties_dialog_set_document): only call
8159         ev_properties_fonts_set_document() if the document implements the
8160         fonts interface
8161
8162 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8163
8164         * configure.ac:
8165         * properties/Makefile.am:
8166         * properties/ev-properties-view.c:
8167         (ev_properties_view_register_type):
8168         * properties/ev-properties-view.h:
8169         * properties/ev-properties-main.h:
8170
8171         Implement nautilus plugin for properties.
8172         Works only for pdf atm, I need to rework the
8173         document types stuff to get this to work
8174         for all backends...
8175
8176 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8177
8178         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8179         (ev_properties_fonts_set_document): use
8180         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8181
8182 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8183
8184         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8185         them
8186         (PlaceImage, tiff2ps_process_page): use
8187         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8188
8189
8190 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8191
8192         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8193         (main): to call gnome_authentication_manager_init. Should fix
8194         Bug #308510
8195
8196         * configure.ac: that requires libgnomeui 2.6.0.
8197
8198 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8199
8200         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8201         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8202         use the new tiff2ps interfaces
8203
8204         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8205         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8206
8207         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8208         structure instead of global variables.  Remove use of static
8209         variables in functions.
8210
8211 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8212
8213         * shell/ev-page-action.c: unref the completion after setting it to the
8214         entry
8215
8216 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8217
8218         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8219         postscript files
8220
8221 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8222
8223         * shell/ev-window.c (update_action_sensitivity): disable
8224         File->Print if the document does not implement the ps exporter
8225         interface
8226
8227 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * Makefile.am:
8230         * configure.ac:
8231         * data/evince-properties.glade:
8232         * properties/.cvsignore:
8233         * properties/Makefile.am:
8234         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8235         (ev_properties_view_class_init), (ev_properties_view_format_date),
8236         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8237         (ev_properties_view_init), (ev_properties_view_new):
8238         * properties/ev-properties-view.h:
8239         * shell/Makefile.am:
8240         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8241         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8242         (ev_properties_dialog_new):
8243         * shell/ev-properties-dialog.h:
8244         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8245         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8246         (update_progress_label), (job_fonts_finished_cb),
8247         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8248         * shell/ev-properties-fonts.h:
8249         * shell/ev-properties.c:
8250         * shell/ev-properties.h:
8251         * shell/ev-window.c: (ev_window_setup_document),
8252         (ev_window_cmd_file_properties):
8253
8254         Split the properties pages in two different objects, depend
8255         only on the backend where possible, use widgets instead
8256         of gobject for the glade part, reimplement the dialog
8257         itself with gtk.
8258         I need this to implement nautilus properties page.
8259
8260 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8261
8262         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8263         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8264         (tiff_document_document_ps_exporter_iface_init): implement the ps
8265         exporter interface for tiff documents
8266
8267         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8268         libtiff to implement TIFF postscript export
8269
8270         * tiff/tiff2ps.h: added a header file for external tiff2ps
8271         functions.
8272
8273         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8274         tiff2ps.h
8275
8276 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8277
8278         * shell/ev-view.c: (scroll_to_current_page),
8279         (ev_view_set_fullscreen), (ev_view_set_presentation):
8280         
8281         Scroll to current page when exit from presentation
8282
8283 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8284
8285         * shell/ev-window.c: (update_document_mode),
8286         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8287         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8288         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8289         
8290         Exit from fullscreen mode when switch to presentation. Fix for
8291         bug 309365
8292
8293 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8294
8295         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8296         return NULL if the document does not implement the selection
8297         interface.
8298
8299 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8300
8301         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8302         reported height by using the resolution aspect ratio
8303         (tiff_document_render_pixbuf): scale the pixbuf using the
8304         resolution aspect ratio
8305
8306 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8307
8308         * configure.ac:
8309         
8310         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8311         <kiltedaco@gmail.com>
8312         
8313         * djvu/djvu-document.c: (djvu_document_get_orientation),
8314         (djvu_document_set_orientation), (djvu_document_get_page_size),
8315         (rotate_pixbuf), (djvu_document_render_pixbuf),
8316         (djvu_document_document_iface_init):
8317         * dvi/dvi-document.c: (dvi_document_get_orientation),
8318         (dvi_document_set_orientation), (dvi_document_get_page_size),
8319         (rotate_pixbuf), (dvi_document_render_pixbuf),
8320         (dvi_document_document_iface_init):
8321         
8322         Dvi and djvu backends are ported to new API
8323
8324 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8325
8326         * backend/ev-selection.c: (ev_selection_get_selection_region),
8327         (ev_selection_get_selection_map):
8328         * backend/ev-selection.h:
8329         * pdf/ev-poppler.cc:
8330         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8331         * shell/ev-jobs.h:
8332         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8333         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8334         (ev_pixbuf_cache_get_text_mapping):
8335         * shell/ev-pixbuf-cache.h:
8336         * shell/ev-view.c: (location_in_text),
8337         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8338         support to EvView.  Now we can see where we can select!  Sweet!
8339
8340 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8341
8342         * shell/ev-view.c (ev_view_button_press_event): Fix
8343         event->y + view->scroll_x typo.
8344
8345 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8346
8347         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8348         sub-GdkPixbuf instead of passing dest_x and dest_y.
8349         
8350         * shell/ev-view.c: (view_point_to_doc_point),
8351         (view_rect_to_doc_rect), (ev_view_button_press_event),
8352         (ev_view_motion_notify_event), (compute_new_selection_rect),
8353         (gdk_rectangle_point_in), (compute_new_selection_text),
8354         (compute_selections): Update selection code to keep the selection
8355         around as two points and not as a normalized rectangle, and fix
8356         page level selection in two-column mode.
8357
8358 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8359
8360         * shell/ev-window.c: (window_configure_event_cb): 
8361         
8362         Fix compilation
8363         
8364 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8365
8366         * pdf/ev-poppler.cc:
8367
8368         Fix compilation
8369
8370 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8371
8372         * shell/Makefile.am:
8373         * shell/ev-metadata-manager.c: (item_free),
8374         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8375         (parse_value), (parseItem), (load_values),
8376         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8377         (save_values), (save_item), (get_oldest), (resize_items),
8378         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8379         * shell/ev-metadata-manager.h:
8380
8381         Metadata manager from gedit but modified to use GValue, so that
8382         we dont need to keep converting from strings.
8383
8384         * configure.ac:
8385
8386         ENABLE_METADATA conditional, on when dbus is on
8387
8388         * shell/ev-application.c: (ev_application_open_uri):
8389
8390         Show the window after load so that we can initialize
8391         window size before it's showed.
8392
8393         * shell/ev-window.c: (ev_window_setup_from_metadata),
8394         (ev_window_open_uri), (window_configure_event_cb),
8395         (ev_window_init):
8396
8397         Save and load metadata information about window size.
8398         Not yet keeping states in account.
8399
8400         * shell/main.c: (main):
8401
8402         Shutdown metadata manager.
8403
8404 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * shell/ev-application-service.xml:
8407         * configure.ac:
8408         * shell/Makefile.am:
8409         * shell/ev-application.c:
8410         * shell/ev-application.h:
8411         * shell/ev-window.c:
8412         * shell/ev-window.h:
8413         * shell/main.c:
8414
8415         Add an optional dbus interface (--enable-dbus).
8416         Rework application code, mainly to be easier to
8417         use "remotely".
8418         Do not open multiple windows with the same document,
8419         spatial evince!
8420
8421 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8422
8423         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8424         pixbuf iff it exists.
8425
8426 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8427
8428         * shell/*:
8429         * backend/ev-render-context.[ch]:
8430         * backend/ev-selection.[ch]:
8431
8432         Massive changes.  We now support text selection of pdfs, and not
8433         just rectangular selection.  This is pretty broken still, but I
8434         want to get something into CVS.
8435
8436 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8437
8438         * pdf/ev-poppler.cc:
8439         
8440         Fix for Bug 309080: crash on window close.
8441         
8442         * shell/ev-page-action.c: (page_changed_cb):
8443         
8444         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8445         jensgr@gmx.net (Jens Granseuer).
8446
8447 2005-06-25  Marcel Telka  <marcel@telka.sk>
8448
8449         * configure.in (ALL_LINGUAS): Added sk.
8450
8451 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8452
8453         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8454         not a document open
8455
8456 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * NEWS:
8459         * configure.ac:
8460
8461         Release 0.3.2
8462
8463         * cut-n-paste/recent-files/Makefile.am:
8464
8465         Fix make distcheck
8466
8467 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8470         (pixbuf_document_set_orientation), (rotate_pixbuf),
8471         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8472         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8473
8474         Implement rotation and cleanup the code a bit.
8475
8476         * tiff/tiff-document.c: (tiff_document_get_page_size),
8477         (tiff_document_get_orientation), (tiff_document_set_orientation),
8478         (rotate_pixbuf), (tiff_document_render_pixbuf),
8479         (tiff_document_document_iface_init), (tiff_document_init):
8480
8481         Implement rotation. Was the quicker solution for the release
8482         but we really need to share this code in the shell.
8483
8484 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * pdf/ev-poppler.cc:
8487
8488         Enable rotation, require poppler cvs. Fix a leak.
8489
8490 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8491
8492         * shell/ev-window.c: (update_action_sensitivity):
8493         
8494         Make properties unsensitive if document backend doesn't provide
8495         any info
8496
8497 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8500         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8501         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8502         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8503         (bitmap_flip_rotate_counter_clockwise):
8504         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8505         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8506         (buff_gets):
8507         * dvi/mdvi-lib/common.h:
8508         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8509         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8510         (opendvi), (mdvi_reload), (mdvi_init_context),
8511         (mdvi_destroy_context), (mdvi_dopage), (special):
8512         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8513         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8514         (file_hash_free), (register_encoding), (parse_spec),
8515         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8516         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8517         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8518         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8519         (mdvi_register_font_type), (mdvi_unregister_font_type),
8520         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8521         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8522         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8523         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8524         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8525         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8526         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8527         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8528         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8529         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8530         (mdvi_unregister_special), (mdvi_flush_specials):
8531         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8532         (t1_font_remove):
8533         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8534         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8535         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8536         (free_font_metrics), (flush_font_metrics):
8537         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8538         (tt_font_remove):
8539         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8540         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8541         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8542         (dstring_insert), (dstring_new), (dstring_reset):
8543         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8544         
8545         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8546         avoid conflict with libtool on FC4
8547         
8548         * shell/ev-window.c: (ev_window_cmd_help_about):
8549         
8550         Update copyright year. Fix for bug 308828.
8551
8552 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8553
8554         * shell/ev-view.c: (add_scroll_binding_keypad),
8555         (ev_view_binding_activated), (ev_view_class_init),
8556         (on_adjustment_value_changed):
8557         
8558         Bug 170874: Arrow keys switch pages in presentation mode
8559
8560 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8561
8562         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8563         
8564         Fix for Bug 308265: Sidebar dissappears coming out of 
8565         Presentation mode
8566
8567 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8568
8569         * shell/ev-application.c: (ev_application_open):
8570         * shell/ev-document-types.c: (ev_document_types_add_filters),
8571         (ev_document_types_add_filters_for_type):
8572         * shell/ev-document-types.h:
8573         * shell/ev-window.c: (ev_window_cmd_save_as):
8574         
8575         Suggest basename as template when saving, provide filters
8576         for save dialog. It's bug 308402
8577
8578 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8579
8580         * pdf/ev-poppler.cc:
8581         * shell/ev-sidebar-links.c: (job_finished_callback):
8582         * shell/ev-view.c: (update_find_status_message):
8583         
8584         Some leaks fixed
8585
8586 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8587
8588         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8589         (egg_recent_view_uimanager_set_list):
8590
8591         Fix buglet in !show_numbers case.
8592
8593 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8594
8595         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8596         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8597
8598         Use pango ellipsisation.
8599
8600         * pdf/ev-poppler.cc:
8601
8602         Fix refcount leak, from nsh.
8603
8604 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8605
8606         * cut-n-paste/recent-files/Makefile.am:
8607         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8608         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8609         
8610         Removed EggRecentViewGtk
8611         
8612         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8613         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8614         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8615         (ev_window_setup_recent):
8616         
8617         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8618         with other projects
8619
8620 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8621
8622         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8623         (egg_recent_view_gtk_finalize):
8624
8625         Fix memory leak
8626
8627         * cut-n-paste/toolbar-editor/Makefile.am:
8628         
8629         Fix location of cursor icon.
8630         
8631         * pdf/ev-poppler.cc:
8632         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8633         (display_completion_text), (match_completion):
8634         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8635         (selection_changed_callback), (create_loading_model),
8636         (print_section_cb), (links_page_num_func),
8637         (update_page_callback_foreach):
8638         * shell/ev-window.c: (ev_window_dispose):
8639         
8640         Small memory fixes. Links model now store objects instead
8641         of pointers to improve memory management. 
8642
8643 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8644
8645         * shell/ev-window.c: (zoom_control_changed_cb):
8646         
8647         Fix update of zoom control (bug 308268).
8648
8649 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8650
8651         * shell/ev-properties.c (set_property): escape the text correctly.
8652         Handles non-UTF-8 properties and escaped properties.  Also, sets
8653         the text to "<i>None</i>" if the property isn't set.
8654
8655         * data/evince-properties.glade: Change the label to be ellipsized,
8656         and give it a minimum size.
8657
8658 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8659
8660         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8661         * shell/ev-sidebar-links.c: (create_loading_model):
8662         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8663         * shell/ev-view.c: (ev_view_set_document):
8664         * shell/ev-window.c: (ev_window_dispose):
8665         
8666         Various small fixes, mostly memory leaks. Thanks to valgrind.
8667
8668 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8669
8670         * ps/ps-document.c: remove the locale.h include again ;-). And
8671         kill the (bogus) setlocale/savelocale business.
8672
8673 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8674
8675         * ps/ps-document.c:
8676         
8677         Include locale.h to fix build
8678         
8679         * shell/ev-sidebar.c:
8680         
8681         Remove unnecessary includes
8682
8683 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8684
8685         * dvi/dvi-document.c: (dvi_document_load):
8686         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8687         * po/POTFILES.in:
8688         
8689         Check for incorrect dvi files. Fix parsing dvi on AMD64
8690         platform. Thanks to tester@tester.ca (Olivier Crete).
8691
8692 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8693
8694         * shell/ev-page-action.c: (match_selected_cb),
8695         (display_completion_text), (match_completion), (update_model):
8696         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8697         (expand_open_links):
8698         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8699         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8700         (ev_sidebar_set_document):
8701         * shell/ev-window.c: (ev_window_xfer_job_cb),
8702         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8703         
8704         Fixed lot's of memory leaks, for example, memory leak on reload, 
8705         described in bug 307793.
8706
8707 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * pdf/ev-poppler.cc:
8710         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8711         (update_visible_range), (adjustment_changed_cb),
8712         (ev_sidebar_thumbnails_fill_model),
8713         (ev_sidebar_thumbnails_refresh),
8714         (ev_sidebar_tree_selection_changed),
8715         (ev_sidebar_icon_selection_changed),
8716         (ev_sidebar_thumbnails_use_icon_view),
8717         (ev_sidebar_thumbnails_set_document):
8718         * shell/ev-sidebar-thumbnails.h:
8719         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8720         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8721
8722         Refresh thumbnails when changing orientation. Not fully
8723         working yet becuase of a sidebar bug.
8724
8725         Set page orientation to poppler page everywhere. This sucks
8726         really need to fix poppler.
8727
8728 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8729
8730         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8731         (egg_recent_view_gtk_new_menu_item),
8732         (egg_recent_view_gtk_set_property),
8733         (egg_recent_view_gtk_get_property),
8734         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8735         (egg_recent_view_gtk_set_tooltip_func),
8736         (egg_recent_view_gtk_set_label_width),
8737         (egg_recent_view_gtk_get_label_width):
8738         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8739
8740         Sync with libegg (ellipsize labels)
8741
8742 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8743
8744         * data/evince-ui.xml:
8745         * shell/ev-window.c: (ev_window_cmd_go_forward),
8746         (ev_window_cmd_go_backward):
8747         
8748         Shift + PageUp moves 10 Pages. Fix for 306125
8749
8750 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8751
8752         * pdf/ev-poppler.cc:
8753
8754         Add a flag to check if orientation has been overriden
8755
8756 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8757
8758         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8759         field if necessary.
8760
8761         * ps/ps.h: add creator field to document.
8762
8763         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8764         set creator field.
8765
8766 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * data/evince-properties.glade:
8769         * shell/ev-properties.c: (ev_properties_set_document):
8770
8771         s/PDF Version/Format
8772
8773 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * shell/ev-properties.c: (ev_properties_set_document):
8776
8777         Remove unnecessary translations
8778
8779 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * cut-n-paste/toolbar-editor/Makefile.am:
8782
8783         Correct library name    
8784
8785 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * configure.ac:
8788         * cut-n-paste/recent-files/egg-recent-model.c:
8789         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8790         (egg_recent_model_unlock_file):
8791         * cut-n-paste/recent-files/egg-recent-util.c:
8792         (egg_recent_util_get_unique_id):
8793         * cut-n-paste/recent-files/update-from-egg.sh:
8794         * cut-n-paste/toolbar-editor/Makefile.am:
8795         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8797         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8798         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8799         (egg_toolbars_model_get_type):
8800         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8801
8802         Better makefile for toolbar editor and update everything
8803         to latest libegg.
8804
8805 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * shell/ev-window.c: (update_document_mode):
8808
8809         Prefer presentation mode when the document
8810         require fullscreen.
8811
8812 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * data/evince-ui.xml:
8815         * shell/ev-window.c:
8816
8817         Add control-equal for zooming
8818
8819 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8820
8821         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8822
8823 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * backend/ev-document.c: (ev_document_get_orientation):
8826         * backend/ev-document.h:
8827         * pdf/ev-poppler.cc:
8828         * ps/ps-document.c: (ps_document_get_orientation),
8829         (ps_document_set_orientation), (ps_document_document_iface_init):
8830
8831         Add a get_orientation api. Improve set_orientation.
8832
8833         * data/evince-ui.xml:
8834         * shell/ev-view.c: (ev_view_set_orientation),
8835         (ev_view_rotate_right), (ev_view_rotate_left):
8836         * shell/ev-view.h:
8837         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8838         (ev_window_cmd_edit_rotate_right):
8839
8840         Better ui for changing document orientation
8841
8842 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8843
8844         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8845         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8846         * shell/ev-sidebar-links.h:
8847         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8848         (ev_sidebar_page_iface_init):
8849         * shell/ev-sidebar-page.h:
8850         * shell/ev-sidebar-thumbnails.c:
8851         (ev_sidebar_thumbnails_get_property),
8852         (ev_sidebar_thumbnails_class_init),
8853         (ev_sidebar_thumbnails_set_document):
8854         * shell/ev-sidebar-thumbnails.h:
8855         * shell/ev-view.c: (ev_view_motion_notify_event):
8856         * shell/ev-window.c: (update_chrome_visibility),
8857         (ev_window_cmd_focus_page_selector),
8858         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8859         (sidebar_page_main_widget_update_cb), (ev_window_init):
8860         
8861         Autoraise toolbar on GoToPage binding and fix bindings in
8862         EvSidebarThumbnails page.
8863
8864 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8865
8866         * shell/ev-properties.c: (update_progress_label):
8867
8868         Hide the progress label when finished; bug #307697.
8869
8870 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8871
8872         * pdf/ev-poppler.cc:
8873
8874         Enable is_open for links, you will need poppler cvs
8875
8876         * shell/ev-properties.c: (job_fonts_finished_cb):
8877
8878         Get a lock on the document when filling the tree view
8879
8880 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8881
8882         * backend/ev-document-links.h:
8883         * pdf/ev-poppler.cc:
8884         * shell/ev-sidebar-links.c: (create_loading_model),
8885         (expand_open_links), (job_finished_callback):
8886
8887         Expand links when specified by the document.
8888         Depend on a poppler api (defined out for now)
8889
8890 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8891
8892         * shell/ev-properties.c: (ev_properties_dispose),
8893         (ev_properties_class_init), (dialog_destroy_cb),
8894         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8895         (ev_properties_set_document), (ev_properties_new),
8896         (ev_properties_show):
8897         * shell/ev-properties.h:
8898
8899         Make it an object, cleanup the code, api to show it as transient
8900         and to set the document.
8901
8902         * shell/ev-window.c: (ev_window_setup_document),
8903         (ev_window_cmd_file_properties):
8904
8905         Adapt to EvProperties changes, do not show multiple
8906         times, update it when document changes.
8907
8908 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8909
8910         * ps/gstypes.h:
8911         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8912         (ps_document_set_orientation), (ps_document_document_iface_init):
8913         * ps/ps-document.h:
8914
8915         Implement orientation here too
8916
8917         * shell/ev-properties.c: (ev_properties_new):
8918         * data/evince-properties.glade:
8919
8920         Hide the fonts page for backends that doesnt
8921         support it.     
8922
8923 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8924
8925         * backend/ev-document.c: (ev_document_set_orientation):
8926         * backend/ev-document.h:
8927         * pdf/ev-poppler.cc:
8928
8929         Add orientation api. Currently poppler api is not optimal,
8930         we need to set orientation every time we _get a page.
8931         I will try to fix that at some point.
8932
8933         * data/evince-ui.xml:
8934         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8935         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8936
8937         Add orientation menu items
8938
8939         * shell/ev-page-cache.c: (ev_page_cache_clear):
8940         * shell/ev-page-cache.h:
8941
8942         Add api to clear the cache
8943
8944         * shell/ev-view.c: (setup_caches), (clear_caches),
8945         (ev_view_set_document), (ev_view_zoom_out),
8946         (ev_view_set_orientation):
8947         * shell/ev-view.h:
8948
8949         Implement orientation changing
8950
8951 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8952
8953         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8954         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8955         * backend/ev-document-fonts.h:
8956
8957         Separate scan and fill so that we can incrementally fill from
8958         the main thread. Add a progress api.
8959
8960         * data/evince-properties.glade:
8961         * pdf/ev-poppler.cc:
8962         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8963         * shell/ev-jobs.h:
8964         * shell/ev-properties.c: (update_progress_label),
8965         (job_fonts_finished_cb), (setup_fonts_view):
8966
8967         Incrementally feel the list and show the progress
8968         percentage in a label like acrobat does.
8969
8970         You are going to need poppler cvs
8971
8972 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8973
8974         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8975         * backend/ev-document-fonts.h:
8976         * pdf/ev-poppler.cc:
8977
8978         Make fonts model fill incrementally.
8979
8980         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8981         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8982         (ev_job_queue_remove_job):
8983         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8984         (ev_job_fonts_new), (ev_job_fonts_run):
8985         * shell/ev-jobs.h:
8986
8987         New job for fonts scanning
8988
8989         * shell/ev-properties.c: (job_fonts_finished_cb),
8990         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8991         * shell/ev-properties.h:
8992         * shell/ev-window.c: (ev_window_cmd_file_properties):
8993
8994         Incrementally feel the treeview using the new job. Show Loading...
8995         message until scanning is completed.
8996
8997         Hopefully I didnt break the build without the poppler patch.
8998
8999 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9000
9001         * shell/ev-application.c: (ev_application_open):
9002         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9003         (ev_document_type_get_type), (ev_document_type_lookup):
9004         * shell/ev-document-types.h:
9005         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9006         * shell/ev-job-xfer.h:
9007         * shell/ev-window.c: (ev_window_clear_local_uri),
9008         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9009         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9010         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9011         
9012         Transfer remote documents to tmp directory to display them later.
9013
9014 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9015
9016         * backend/ev-document-info.h:
9017         * shell/ev-properties.c: (ev_properties_new):
9018
9019         s/GTime*/GTime. Not sure why we was using a pointer
9020         at all there!
9021
9022 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9023
9024         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9025         situations.  That situation is that you're using GTK+-HEAD with
9026         the patch at #306726 is applied, and you have a document with <
9027         1500 pages in it.  It's not quite as uniformly nice as the
9028         TreeView, but should be better in the long run.
9029
9030         I'm pretty sure I guarded against breaking compilation with
9031         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9032         I missed some.
9033
9034         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9035         widget yet, so I commented that code out
9036         enable_view_actions_for_widget() for now.  Need to figure this
9037         out.
9038
9039         * shell/ev-page-action.c (match_selected_cb): emit the right
9040         signals.  Our cool C-l completion now works.
9041
9042 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9043
9044         * backend/Makefile.am:
9045         * backend/ev-document-fonts.c:
9046         * backend/ev-document-links.c:
9047         * backend/ev-document.c: (ev_document_load):
9048         * backend/ev-document.h:
9049         * backend/ev-job-queue.c:
9050         * backend/ev-job-queue.h:
9051         * backend/ev-jobs.c:
9052         * backend/ev-jobs.h:
9053         * backend/ev-page-cache.c:
9054         * backend/ev-page-cache.h:
9055
9056         EvPageCache and EvJobs are moved to shell.
9057
9058         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9059         (ev_tmp_filename):
9060         * lib/ev-file-helpers.h:
9061         
9062         New helper to work with temporary files
9063         
9064         * shell/Makefile.am:
9065         * shell/ev-application.c: (ev_application_open):
9066         * shell/ev-application.h:
9067         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9068         (remove_job_from_async_queue), (add_job_to_async_queue),
9069         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9070         (handle_job), (search_for_jobs_unlocked),
9071         (no_jobs_available_unlocked), (ev_render_thread),
9072         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9073         (ev_job_queue_add_job), (move_job_async), (move_job),
9074         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9075         * shell/ev-job-queue.h:
9076         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9077         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9078         * shell/ev-job-xfer.h:
9079         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9080         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9081         (ev_job_links_class_init), (ev_job_render_init),
9082         (ev_job_render_dispose), (ev_job_render_class_init),
9083         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9084         (ev_job_thumbnail_class_init), (ev_job_load_init),
9085         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9086         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9087         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9088         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9089         * shell/ev-jobs.h:
9090         * shell/ev-page-action.c: (ev_page_action_set_document):
9091         * shell/ev-page-cache.c: (ev_page_cache_init),
9092         (ev_page_cache_class_init), (ev_page_cache_finalize),
9093         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9094         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9095         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9096         (ev_page_cache_get_title), (ev_page_cache_get_size),
9097         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9098         (ev_page_cache_get_height_to_page),
9099         (ev_page_cache_get_max_label_chars),
9100         (ev_page_cache_get_page_label),
9101         (ev_page_cache_has_nonnumeric_page_labels),
9102         (ev_page_cache_get_info), (ev_page_cache_next_page),
9103         (ev_page_cache_prev_page), (ev_page_cache_get):
9104         * shell/ev-page-cache.h:
9105         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9106         (ev_pixbuf_cache_clear_job_sizes),
9107         (ev_pixbuf_cache_add_jobs_if_needed),
9108         (ev_pixbuf_cache_set_page_range):
9109         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9110         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9111         * shell/ev-sidebar-thumbnails.c:
9112         (ev_sidebar_tree_selection_changed),
9113         (ev_sidebar_thumbnails_set_document):
9114         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9115         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9116         (ev_statusbar_get_context_id), (ev_statusbar_push),
9117         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9118         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9119         (ev_statusbar_set_progress):
9120         * shell/ev-statusbar.h:
9121         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9122         (ev_view_find_previous):
9123         * shell/ev-window.c: (ev_window_is_empty),
9124         (ev_window_setup_document), (password_dialog_response),
9125         (ev_window_clear_jobs), (ev_window_load_job_cb),
9126         (ev_window_xfer_job_cb), (ev_window_open_uri),
9127         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9128         (ev_window_print), (ev_window_print_range),
9129         (ev_window_state_event), (ev_window_cmd_view_reload),
9130         (menu_item_select_cb), (menu_item_deselect_cb),
9131         (view_status_changed_cb), (ev_window_dispose),
9132         (drag_data_received_cb), (ev_window_init):
9133         * shell/ev-window.h:
9134         * shell/main.c: (load_files):
9135         
9136         New statusbar to show progress on idle. Two new jobs - 
9137         xfer job and load job to load document in background. And update
9138         of page_cache clients to new location of code.
9139
9140 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9141
9142         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9143         selection in open dialog. It also remembers the last visited directory 
9144         in the current session.
9145
9146 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9147
9148         * shell/ev-properties.c: (ev_properties_new):
9149         * shell/ev-properties.h:
9150         * shell/ev-window.c: (ev_window_cmd_file_properties):
9151         
9152         Get document info from page cache instead of document itself.
9153         This should fix crash related to race conditions described in
9154         bug 306545.
9155
9156 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9157
9158         * ps/ps-document.c: (ps_document_init),
9159         (send_ps), (get_page_box), (output), (catchPipe), (input),
9160         (stop_interpreter), (file_length), (file_readable),
9161         (check_filecompressedb), (ps_document_enable_interpreter),
9162         (document_load), (ps_async_renderer_render_pixbuf):
9163         * ps/ps-document.h:
9164
9165         Big cleanup of the ps code
9166
9167 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9168
9169         * backend/Makefile.am:
9170         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9171         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9172         * backend/ev-async-renderer.h:
9173
9174         Add an async renderer interface (method + callback) which
9175         is useful for backends like ps.
9176
9177         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9178         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9179         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9180         (ev_job_queue_add_job), (move_job_async), (move_job),
9181         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9182
9183         Add queues for async renderer, these are executed on the
9184         main thread.
9185
9186         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9187         (ev_job_render_run):
9188         * backend/ev-jobs.h:
9189
9190         If the backend support async renderer interface use it.
9191
9192         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9193         (setup_pixmap), (ps_document_get_type),
9194         (ps_async_renderer_render_pixbuf),
9195         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9196
9197         Implement async renderer interface.
9198
9199 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9200
9201         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9202
9203         Cleanup links job on exit.
9204
9205 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9206
9207         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9208         (drag_data_get_cb), (drag_data_received_cb):
9209         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9210         (drag_data_get_cb), (parse_item_list),
9211         (egg_toolbar_editor_load_actions):
9212         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9213         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9214         (parse_item_list), (parse_toolbars):
9215         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9216         (dvi_pixbuf_put_pixel):
9217         
9218         Fix gcc 4.0 warnings
9219
9220 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9221
9222         * ps/ps-document.c: (start_interpreter):
9223
9224         Fix warning when loading ps
9225
9226 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9227
9228         * ps/ps-document.c: (output):
9229
9230         Fix crash when priting gs error messages.
9231
9232 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9233
9234         * backend/ev-page-cache.c: (_ev_page_cache_new):
9235         * backend/ev-page-cache.h:
9236
9237         Use a const to return title so that we dont double
9238         free it. Small cleanup and fix a leak.
9239
9240         * shell/ev-window.c: (update_window_title):
9241
9242         strdup value from get_title.
9243
9244 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9245
9246         * shell/ev-sidebar-links.c: (job_finished_callback),
9247         (ev_sidebar_links_set_document):
9248
9249         Cleanup the old job when changing document
9250
9251 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9252
9253         * shell/ev-stock-icons.c:
9254         * shell/ev-stock-icons.h:
9255         * shell/ev-window.c:
9256         
9257         Add stock icons for actions that can appear in toolbar. Fix for
9258         bug 306566.
9259
9260 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9261
9262         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9263         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9264         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9265         * backend/ev-page-cache.h:
9266         * shell/ev-view.c: (scroll_to_current_page),
9267         (view_update_range_and_current_page), (get_page_y_offset),
9268         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9269         (ev_view_size_request_continuous),
9270         (ev_view_zoom_for_size_continuous_and_dual_page),
9271         (ev_view_zoom_for_size_continuous):
9272         
9273         More compact EvView layout in document with pages of different size.
9274
9275 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9276
9277         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9278         compilation.
9279
9280 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9281
9282         * shell/ev-view.c: (view_set_adjustment_values):
9283         * shell/ev-window.c: (ev_window_cmd_file_properties):
9284         
9285         A bit different fix for rounding problem but it has no
9286         problems on startup. Make properties window transient to parent.
9287
9288 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9289
9290         * pdf/ev-poppler.cc:
9291         
9292         More commenting of font stuff.
9293
9294 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9295
9296         * pdf/ev-poppler.cc:
9297
9298         Comment out some more fonts stuff. Should really
9299         work without the poppler patch now.
9300
9301 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9302
9303         * pdf/ev-poppler.cc:
9304
9305         Adapt to api change
9306
9307 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9308
9309         * data/evince-properties.glade:
9310         * pdf/ev-poppler.cc:
9311         * shell/ev-properties.c: (setup_fonts_view):
9312
9313         Set the column title. Show the dialog only
9314         once everything is setup.
9315         Getting font info can be very slow... will
9316         prolly need to make this threaded too.
9317
9318 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * backend/Makefile.am:
9321         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9322         (ev_document_fonts_get_fonts_model):
9323         * backend/ev-document-fonts.h:
9324         * data/evince-properties.glade:
9325         * pdf/ev-poppler.cc:
9326         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9327         * shell/ev-properties.h:
9328         * shell/ev-window.c: (ev_window_cmd_file_properties):
9329
9330         Implement fonts list. Defined out for now, since it depends
9331         on a not yet committed poppler patch.
9332
9333 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9334
9335         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9336         page + 1.
9337
9338         * shell/ev-window.c: Make sure we add the timeout when we get a
9339         focus-in event.
9340
9341         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9342         adjustment->value before calculating the zoom factor to average
9343         out all of our rounding errors.  The page no longer 'drifts' when
9344         resizing.
9345
9346 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9347
9348         * data/evince-properties.glade:
9349         * shell/ev-properties.c: (ev_properties_format_date),
9350         (set_property):
9351         
9352         Labels don't expand when the dialogue is resized.
9353         strftime result needs to be converted to UTF-8. Thanks
9354         to Christian Persch <chpe@gnome.org>.
9355
9356 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9357
9358         * data/evince-properties.glade:
9359
9360         Hide the fonts tab
9361
9362 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9363
9364         * backend/ev-document-info.h:
9365         * backend/ev-document.c: (ev_document_info_free):
9366         * data/evince-properties.glade:
9367         * pdf/ev-poppler.cc:
9368         * ps/ps-document.c: (ps_document_get_info):
9369         * shell/ev-properties.c: (ev_properties_format_date),
9370         (set_property), (ev_properties_new):
9371         * shell/ev-properties.h:
9372         * shell/ev-window.c: (ev_window_cmd_file_properties):
9373
9374         Rework properties code to take only EvPropertyInfo
9375         in the constructor so that it can be useful for
9376         nautilus plugin too.
9377
9378         Deal with backends that doesnt support some properties.
9379         Make set property code generic.
9380
9381 2005-06-04  Christian Persch <chpe@gnome.org>
9382
9383         * data/evince-properties.glade:
9384
9385         fix spacings, make resizeable, and make data labels
9386         selectable + ellipsised
9387
9388 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9389
9390         * backend/ev-document-info.h:
9391         * data/Makefile.am:
9392         * data/evince-ui.xml:
9393         * pdf/ev-poppler.cc:
9394         * shell/Makefile.am:
9395         * shell/ev-window.c: (update_action_sensitivity),
9396         (ev_window_cmd_file_properties):
9397
9398         Initial go at file properties. Patch by
9399         Emil Soleyman-Zomalan <emil@soleyman.com>.
9400         Needs love see #169583
9401
9402 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9403
9404         * ps/ps-document.c: (output):
9405         * ps/ps.c: (psscan):
9406
9407         Try to render even if psscan fails.
9408
9409 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9410
9411         * ps/ps.c: (psscan), (pscopydoc):
9412
9413         Port buffered reading code from gv
9414
9415 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9416
9417         * ps/ps-document.c: (interpreter_message), (output):
9418
9419         Do not fail on interpreter messages
9420
9421 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9422
9423         * backend/ev-document-misc.c:
9424         (ev_document_misc_get_thumbnail_frame):
9425
9426         Pages can be 0 x 0, dont assert on this case
9427
9428 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9429
9430         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9431         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9432
9433         Correctly manage our reference on document. Finally the reload
9434         huge leak is gone...
9435
9436 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9437
9438         * ps/ps-document.c: (ps_document_dispose):
9439
9440         Forgot to chain it to the parent. Thanks chpe.
9441
9442 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9443
9444         * ps/ps-document.c: (ps_document_dispose),
9445         (ps_document_class_init), (stop_interpreter), (document_load):
9446
9447         Cleanup dispose a bit. Dont leak the whole pixmap.
9448
9449 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9450
9451         * pdf/ev-poppler.cc:
9452
9453         Release the poppler document on dispose
9454
9455 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9456
9457         * shell/ev-view.c: (ev_view_set_document):
9458
9459         Release ref on the pixbuf cache when changing
9460         document.
9461
9462 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9463
9464         * ps/ps-document.c: (ps_document_get_info):
9465
9466         Fix a double free
9467
9468 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9469
9470         * backend/ev-page-cache.c: (ev_page_cache_init),
9471         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9472         * backend/ev-page-cache.h:
9473         * shell/ev-page-action.c: (page_changed_cb):
9474         
9475         Set page action entry width depending on labels width. Fix
9476         for bug 305202.
9477
9478 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9479
9480         * backend/ev-link.c: (ev_link_class_init):
9481
9482         Allow -1 as page value (error)
9483
9484 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9485
9486         * shell/ev-sidebar-thumbnails.c:
9487         (ev_sidebar_thumbnails_set_document):
9488         * shell/ev-view.c: (scroll_to_current_page),
9489         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9490         (page_changed_cb), (on_adjustment_value_changed),
9491         (ev_view_set_document):
9492
9493         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9494         Fix bug 305377
9495
9496 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9497
9498         * configure.ac:
9499         * djvu/djvu-document.c: (djvu_document_get_page_size):
9500
9501         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9502         bug 301993.
9503
9504 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9505
9506         * shell/ev-view.c (draw_one_page): modify the expose handling to
9507         get the shadows.
9508
9509         * shell/ev-window.c (update_action_sensitivity): Respect
9510         permissions field.  Kowtow to the man.
9511
9512         * pdf/ev-poppler.cc: Get the permissions field.
9513
9514         * tiff/*c: Make a tiny bit more robust.
9515
9516 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9517
9518         * djvu/djvu-document.c:
9519         
9520         Pop messages from djvu context message queue.
9521
9522 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9523
9524         * configure.ac, Makefile.am, shell/Makefile.am:
9525         * tiff/Makefile.am, shell/ev-document-types.c:
9526         
9527         Cleanup tiff configure checks. Fix for bug 305218.
9528
9529 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9530
9531         * configure.ac: Added "uk" to ALL_LINGUAS.
9532
9533 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9534
9535         * cut-n-paste/zoom-control/ephy-zoom.c:
9536         (ephy_zoom_get_changed_zoom_level):
9537         * cut-n-paste/zoom-control/ephy-zoom.h:
9538         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9539         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9540         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9541         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9542         (zoom_control_changed_cb), (ev_window_init):
9543         
9544         Fix minor points related to moving best fit up. Introduce
9545         "zoom" property and make zoom control change it's value on
9546         notify::zoom signals. Fix for 305080.
9547
9548 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9549
9550         * data/evince-ui.xml:
9551         * shell/ev-window.c: (set_view_actions_sensitivity):
9552         
9553         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9554
9555 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9556
9557         * configure.ac:
9558
9559         Depends on poppler 0.3.2
9560
9561 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9562
9563         * cut-n-paste/recent-files/egg-recent-item.c:
9564         (egg_recent_item_get_short_name):
9565         * cut-n-paste/toolbar-editor/Makefile.am:
9566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9567         (new_pixbuf_from_widget):
9568         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9569         * cut-n-paste/toolbar-editor/egg-marshal.c:
9570         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9571         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9572
9573         Sync
9574
9575 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9576
9577         * tiff/tiff-document.c: Rough TIFF backend.
9578
9579 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9580
9581         * NEWS:
9582         * configure.ac:
9583         * cut-n-paste/toolbar-editor/Makefile.am:
9584
9585         Release 0.3.1
9586
9587 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9590         (ev_view_find_next), (ev_view_find_previous):
9591
9592         Remove the locks around get_n_results   
9593
9594 2005-05-21  Juerg Billeter  <j@bitron.ch>
9595
9596         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9597
9598         Pass correct number of pages to poppler.
9599
9600 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * configure.ac:
9603         * data/Makefile.am:
9604         * data/evince.desktop.in: 
9605         * data/evince.desktop.in.in:
9606         * po/POTFILES.in:
9607         
9608         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9609
9610 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9611
9612         * shell/ev-view.c: (view_update_adjustments),
9613         (view_set_adjustment_values): cast adjustmen->value to (int)
9614         before using it.  Otherwise, we get off by a pixel in some
9615         situations.
9616
9617         (draw_one_page): Draw the border on expose.
9618
9619 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9620
9621         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9622         adjustment when the mode changes, #304923
9623
9624 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9625
9626         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9627         flickering on resize but still use gdk_window_scroll on
9628         scrolling
9629
9630 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9631
9632         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9633         option, #170458
9634
9635 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9636
9637         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9638         second page on page_changed if possible, #304669
9639
9640 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9641
9642         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9643         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9644
9645 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9646
9647         * .cvsignore:
9648         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9649         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9650         (ev_view_zoom_for_size_presentation),
9651         (ev_view_zoom_for_size_continuous_and_dual_page),
9652         (ev_view_zoom_for_size_continuous),
9653         (ev_view_zoom_for_size_dual_page),
9654         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9655         * shell/ev-view.h:
9656         * shell/ev-window.c: (update_view_size),
9657         (ev_window_sizing_mode_changed_cb):
9658
9659         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9660         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9661         an infinite loop, #304769
9662
9663
9664 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9665
9666         * data/evince-ui.xml:
9667         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9668         * shell/ev-window.c: (set_view_actions_sensitivity):
9669
9670         Make PgUp/Down behave like Space
9671
9672 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9673
9674         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9675         * backend/ev-ps-exporter.h:
9676         * pdf/ev-poppler.cc:
9677         * ps/ps-document.c: (ps_document_ps_export_begin):
9678         * shell/ev-print-job.c: (idle_print_handler):
9679
9680         Adapt to new poppler api
9681
9682 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9683
9684         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9685         (ephy_zoom_control_init):
9686
9687         Translate zoom levels
9688
9689 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9690
9691         * cut-n-paste/zoom-control/ephy-zoom.c:
9692         (ephy_zoom_get_zoom_level_index):
9693
9694         Fix current zoom -> zoom control match
9695
9696 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9697
9698         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9699         rather than the scrolled_window that it's in. Fixes bug #304655.
9700
9701 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9702
9703         * shell/ev-view.c: (view_update_adjustments),
9704         (view_set_adjustment_values), (view_update_range_and_current_page),
9705         (view_scroll_to_page), (set_scroll_adjustment),
9706         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9707         (ev_view_scroll), (ev_view_scroll_view),
9708         (ensure_rectangle_is_visible), (find_page_at_location),
9709         (get_link_at_location), (go_to_link), (status_message_from_link),
9710         (ev_view_size_request_continuous_dual_page),
9711         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9712         (ev_view_unrealize), (ev_view_expose_event),
9713         (ev_view_button_press_event), (ev_view_motion_notify_event),
9714         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9715         (draw_rubberband), (highlight_find_results), (draw_one_page),
9716         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9717         (ev_view_init), (find_changed_cb), (page_changed_cb),
9718         (on_adjustment_value_changed), (ev_view_new),
9719         (ev_view_set_document), (ev_view_set_zoom),
9720         (ev_view_set_continuous), (ev_view_set_dual_page),
9721         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9722         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9723         (ev_view_zoom_for_size_presentation),
9724         (ev_view_zoom_for_size_continuous_dual_page),
9725         (ev_view_zoom_for_size_continuous),
9726         (ev_view_zoom_for_size_dual_page),
9727         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9728         (ev_view_get_status), (ev_view_set_status),
9729         (update_find_status_message), (ev_view_get_find_status),
9730         (ev_view_set_find_status), (jump_to_find_result),
9731         (jump_to_find_page), (compute_selections), (clear_selection),
9732         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9733         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9734         (ev_view_update_primary_selection),
9735         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9736         * shell/ev-view.h:
9737         * shell/ev-window.c: (ev_window_open_page_label),
9738         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9739         (ev_window_init):
9740         * shell/ev-window.h:
9741         * shell/main.c: (load_files):
9742
9743         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9744         when resizing.  Remove the bin_window().  Also, patch from James
9745         Bowes to fix command line page, #300641
9746         
9747 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * data/evince-ui.xml:
9750         * shell/ev-view.c:
9751         * shell/ev-view.h:
9752         * shell/ev-window.c: (update_action_sensitivity):
9753
9754         Get rid of View->Normal Size, it's just confusing
9755
9756 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * backend/ev-document-info.h:
9759         * backend/ev-document.c: (ev_document_info_free): Free the
9760         EvDocumentInfo.
9761
9762         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9763         (clear_range), (add_range), (update_visible_range),
9764         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9765         (ev_sidebar_thumbnails_set_document):
9766         * shell/ev-window.c: (ev_window_setup_document): Only render the
9767         visible thumbnails.  It takes an instant to render, but it uses
9768         much less memory.
9769
9770 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * shell/ev-sidebar-links.c: (popup_menu_cb):
9773
9774         Select first item
9775
9776 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9777
9778         * lib/Makefile.am:
9779         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9780         (button_press_cb), (ev_sidebar_links_construct):
9781
9782         Show the popup menu also on keybindings
9783
9784 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9785
9786         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9787         * shell/ev-window.h:
9788
9789         Expose api to print a range (with dialog). Make private _print use
9790         it.
9791
9792         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9793         (ev_sidebar_links_construct):
9794
9795         Show a print context menu on linkx, it prints the selected
9796         section.
9797
9798 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9799
9800         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9801         button.
9802
9803 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * AUTHORS:
9806
9807         Update
9808
9809         * shell/ev-window.c: (build_comments_string),
9810         (ev_window_cmd_help_about):
9811
9812         Show poppler version/backend and authors
9813
9814 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * cut-n-paste/zoom-control/ephy-zoom.c:
9817         (ephy_zoom_get_zoom_level_index):
9818         * cut-n-paste/zoom-control/ephy-zoom.h:
9819
9820         Move the best fit items at the top of the list
9821
9822 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * shell/ev-marshal.list:
9825         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9826         (activate_cb), (match_selected_cb), (activate_link_cb),
9827         (connect_proxy), (ev_page_action_class_init):
9828         * shell/ev-page-action.h:
9829
9830         Use signals to notify action activation. Hopefully
9831         I did not break completion since I cant test...
9832
9833         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9834         (register_custom_actions):
9835
9836         Connect to page selector actions and also grab focus on
9837         the view when activated.
9838
9839 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9840
9841         * pdf/ev-poppler.cc:
9842         * backend/ev-page-cache.c: make page size calculation consistent
9843         and set it to (int)( width * scale + 0.5).  This makes the weird
9844         line going through the middle of the page go away.
9845
9846         * shell/ev-view.c: move painting the background page after
9847         checking the expose area covers us.
9848
9849 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9850
9851         * data/evince-password.glade:
9852         
9853         Mark labels as not translatable. Fix for bug 302842.
9854
9855 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9856
9857         * configure.ac: Added "es" to ALL_LINGUAS.
9858
9859 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * data/evince-toolbar.xml:
9862         * shell/ev-window.c: (update_action_sensitivity),
9863         (ev_window_setup_document), (ev_window_set_page_mode),
9864         (ev_window_init):
9865
9866         Remove some leftover code from jrb first continous
9867         attempt. Use the new actions, we still need good icons
9868         though...
9869
9870 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9871
9872         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9873
9874         Update label when connecting proxy. Fix a warning with NULL
9875         page_cache.
9876
9877 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * data/evince-ui.xml:
9880         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9881         * shell/ev-page-action.h:
9882         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9883
9884         Add mnemonic for edit toolbar.
9885         ctrl+l focus the page entry.
9886
9887 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9888
9889         * lib/Makefile.am:
9890         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9891         (ev_window_init):
9892         * shell/main.c: (main):
9893
9894         Put the toolbar xml in evince own dot dir
9895
9896 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9897
9898         * shell/ev-window.c: (ev_window_init):
9899
9900         Make the toolbar not removable
9901
9902 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9903
9904         * data/evince-ui.xml:
9905         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9906         * shell/ev-sidebar-links.h:
9907         * shell/ev-sidebar-thumbnails.c:
9908         (ev_sidebar_thumbnails_get_treeview):
9909         * shell/ev-sidebar-thumbnails.h:
9910         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9911         (ev_view_class_init):
9912         * shell/ev-view.h:
9913         * shell/ev-window.c: (update_action_sensitivity),
9914         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9915         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9916         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9917         (ev_window_init):
9918
9919         This is evil... Make space/backspace global accelerators but
9920         enable them only for some widgets (sidebars and view).
9921         I dont like it, but I dont know a better way... :/
9922
9923 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9926         (ev_page_action_widget_finalize),
9927         (ev_page_action_widget_class_init), (update_page_cache):
9928
9929         Keep a weak reference on proxy->page_cache so that we
9930         dont try to disconnect the signal if the object is already
9931         gone. Maybe there is a better way to cleanup reference handling
9932         in page action though...
9933
9934 2005-05-10  Juerg Billeter  <j@bitron.ch>
9935
9936         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9937         * backend/ev-ps-exporter.h:
9938         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9939         * ps/ps-document.c: (ps_document_ps_export_begin):
9940         
9941         Change api to pass print range to ps_exporter_begin. The pdf backend
9942         requires this information.
9943         
9944         * shell/ev-print-job.c: (idle_print_handler):
9945         
9946         Adapt to api change
9947
9948 2005-05-10  Juerg Billeter  <j@bitron.ch>
9949
9950         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9951         (idle_print_handler)
9952         * shell/ev-window.c: (ev_window_print):
9953
9954         Support printing page range, based on patch by Amaury Jacquot
9955
9956 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9957
9958         * data/evince-toolbar.xml:
9959
9960         Add zoom control to available items
9961
9962 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9963
9964         * shell/ev-window.c: (update_action_sensitivity):
9965
9966         Set slash action insensitive when appropriate
9967
9968 2005-05-10  Christian Persch <chpe@gnome.org>
9969
9970         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9971
9972         Fix warning on the overflow menu
9973
9974 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9975
9976         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9977
9978         Check for uri correctness/existence
9979
9980 2005-05-09  Juerg Billeter  <j@bitron.ch>
9981
9982         * shell/ev-window.c: (using_postscript_printer):
9983
9984         LPD printers use postscript, too
9985
9986 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9987
9988         * shell/ev-window.c: (register_custom_actions):
9989
9990         The zoom one is actually sort of useful,
9991         put it back
9992
9993 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9994
9995         * shell/ev-window.c: (register_custom_actions):
9996
9997         Hide page/zoom controls from overflow, they
9998         are useless.
9999
10000 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10001
10002         * cut-n-paste/update-from-egg.sh:
10003         
10004         Share it between all cut-n-paste subdirs
10005
10006         * cut-n-paste/recent-files/Makefile.am:
10007
10008         Fix to use "global" update-from-egg.sh
10009
10010         * cut-n-paste/recent-files/egg-recent-model.c:
10011         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10012         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10013         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10014         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10015
10016         Update from libegg
10017
10018         * cut-n-paste/toolbar-editor/Makefile.am:
10019
10020         Fix to use "global" update-from-egg.sh
10021
10022         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10023
10024         Update from libegg
10025
10026 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10027
10028         * configure.ac:
10029         * cut-n-paste/Makefile.am:
10030         * cut-n-paste/recent-files/Makefile.am:
10031         * cut-n-paste/toolbar-editor/.cvsignore:
10032         * cut-n-paste/toolbar-editor/Makefile.am:
10033         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10034         (egg_editable_toolbar_get_type), (get_toolbar_position),
10035         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10036         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10037         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10038         (set_item_drag_source), (create_item_from_action), (create_item),
10039         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10040         (popup_toolbar_context_menu_cb), (free_dragged_item),
10041         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10042         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10043         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10044         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10045         (item_added_cb), (item_removed_cb),
10046         (egg_editable_toolbar_construct),
10047         (egg_editable_toolbar_disconnect_model),
10048         (egg_editable_toolbar_deconstruct),
10049         (egg_editable_toolbar_set_model),
10050         (egg_editable_toolbar_set_ui_manager),
10051         (egg_editable_toolbar_set_property),
10052         (egg_editable_toolbar_get_property),
10053         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10054         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10055         (egg_editable_toolbar_new_with_model),
10056         (egg_editable_toolbar_get_edit_mode),
10057         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10058         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10059         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10060         (new_pixbuf_from_widget), (new_separator_pixbuf),
10061         (update_separator_image), (style_set_cb),
10062         (_egg_editable_toolbar_new_separator_image),
10063         (egg_editable_toolbar_get_model):
10064         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10065         * cut-n-paste/toolbar-editor/egg-marshal.c:
10066         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10067         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10068         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10069         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10070         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10071         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10072         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10073         (editor_drag_data_delete_cb), (drag_data_get_cb),
10074         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10075         (editor_create_item), (update_editor_sheet), (setup_editor),
10076         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10077         (parse_item_list), (model_has_action), (update_actions_list),
10078         (egg_toolbar_editor_load_actions):
10079         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10080         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10081         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10082         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10083         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10084         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10085         (egg_toolbars_model_add_separator), (impl_add_item),
10086         (parse_item_list), (egg_toolbars_model_add_toolbar),
10087         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10088         (impl_get_item_data), (impl_get_item_type),
10089         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10090         (egg_toolbars_model_init), (free_toolbar),
10091         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10092         (egg_toolbars_model_remove_toolbar),
10093         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10094         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10095         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10096         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10097         (egg_toolbars_model_get_item_data),
10098         (egg_toolbars_model_get_item_type):
10099         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10100         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10101         * data/Makefile.am:
10102         * data/evince-toolbar.xml:
10103         * data/evince-ui.xml:
10104         * data/hand-open.png:
10105         * po/POTFILES.in:
10106         * shell/Makefile.am:
10107         * shell/ev-window.c: (update_chrome_visibility),
10108         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10109         (ev_window_dispose), (ev_window_init):
10110
10111         Implement epiphany like toolbar editor. Based on patch by
10112         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10113
10114 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10115
10116         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10117
10118         Use set_cursor instead of set_selection, so that
10119         the keyboard focus moves too.
10120
10121 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10122
10123         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10124
10125         Fix infinite loop when loading Type1 fonts
10126
10127 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10128
10129         * data/evince-ui.xml:
10130         * shell/ev-window.c:
10131
10132         Slash -> Find
10133
10134 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10135
10136         * configure.ac:
10137
10138         Make --disable really disable
10139
10140 2005-05-07  Juerg Billeter  <j@bitron.ch>
10141
10142         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10143
10144         Compare page labels even without has_labels set, fixes setting page
10145         with entry
10146
10147 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10148
10149         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10150         (ev_view_set_cursor), (ev_view_button_press_event),
10151         (ev_view_motion_notify_event), (ev_view_button_release_event),
10152         (ev_view_init):
10153
10154         Implement middle button scrolling. Based on a patch
10155         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10156
10157 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10158
10159         * shell/ev-document-types.c: (get_slow_mime_type),
10160         (get_document_type_from_mime), (ev_document_type_lookup):
10161         * shell/ev-document-types.h:
10162
10163         Change api to lookup from uri. Do fast lookup first, if the
10164         type is unknown try with data sniffing.
10165
10166         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10167         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10168
10169         Adapt to api change
10170
10171 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * thumbnailer/Makefile.am:
10174
10175         Fix distcheck
10176
10177 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10178
10179         * NEWS:
10180         * configure.ac:
10181
10182         Release 0.3.0
10183
10184         * data/evince-ui.xml:
10185
10186         Hide presentation mode for now
10187
10188         * shell/ev-view.c: (highlight_find_results):
10189
10190         Show current find selection only on current page
10191
10192 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10193
10194         * shell/ev-view.c: (ev_view_select_all):
10195
10196         Compute size of the actual page, not of
10197         the current one.
10198
10199 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10200
10201         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10202         (view_rect_to_doc_rect), (compute_selections),
10203         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10204         (ev_view_copy), (ev_view_primary_get_cb),
10205         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10206         (ev_view_button_press_event), (ev_view_motion_notify_event),
10207         (ev_view_button_release_event), (page_changed_cb):
10208
10209         Fix text selection
10210
10211 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10212
10213         * shell/ev-view.c: (compute_border), (get_page_extents),
10214         (doc_rect_to_view_rect), (highlight_find_results),
10215         (ev_view_bin_expose), (ev_view_select_all),
10216         (ev_view_motion_notify_event), (update_find_status_message),
10217         (jump_to_find_result), (jump_to_find_page):
10218
10219         First go at fixing search, still buggy
10220
10221 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10222
10223         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10224         dropdown box and button at the top of the sidebar.
10225
10226 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10227
10228         * configure.ac: Output zoom-control Makefile.
10229         * cut-n-paste/Makefile.am: build zoom-control subdir.
10230         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10231         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10232         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10233         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10234         * cut-n-paste/zoom-control/ephy-zoom.c:
10235         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10236         from epiphany, and modified to add a separator into the menu.
10237         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10238         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10239         zoom-control action.
10240         * shell/Makefile.am: Include zoom-control flags.
10241         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10242         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10243         (ev_view_zoom_for_size_presentation),
10244         (ev_view_zoom_for_size_continuous_and_dual_page),
10245         (ev_view_zoom_for_size_continuous),
10246         (ev_view_zoom_for_size_dual_page),
10247         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10248         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10249         ev_view_get_zoom and ev_view_get_sizing_mode.
10250         * shell/ev-view.h:
10251         * shell/ev-window.c: (update_action_sensitivity),
10252         (update_sizing_buttons), (zoom_control_changed_cb),
10253         (register_custom_actions): Initialize and use the zoom-control 
10254         widget.
10255
10256 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10257
10258         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10259         preview cache back to 1.  Don't know when it got set to 0.
10260         
10261         * shell/ev-view.c: (compute_border), (ev_view_realize),
10262         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10263         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10264         (ev_view_get_fullscreen), (ev_view_set_presentation),
10265         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10266         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10267         * shell/ev-view.h:
10268         * shell/ev-window.c:
10269         (update_chrome_visibility),
10270         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10271         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10272         (update_document_mode), (ev_window_update_fullscreen_action),
10273         (ev_window_fullscreen), (ev_window_unfullscreen),
10274         (ev_window_cmd_view_fullscreen),
10275         (ev_window_update_presentation_action),
10276         (ev_window_run_presentation), (ev_window_stop_presentation),
10277         (ev_window_cmd_view_presentation), (ev_window_state_event),
10278         (ev_window_focus_in_event), (ev_window_focus_out_event),
10279         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10280         * data/evince-ui.xml: Initial presentation mode.  We should
10281         probably hide this until it's done, as it's quite rough.  Also,
10282         change full-screen to fullscreen and add two getters to EvView.
10283
10284 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10285
10286         * shell/ev-page-action.c: (update_page_cache),
10287         (ev_page_action_dispose):
10288         * shell/ev-window.c: (destroy_fullscreen_popup),
10289         (ev_window_create_fullscreen_popup):
10290
10291         Use connect_object rather than explicitly
10292         disconnect on dispose.
10293
10294 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10295
10296         * shell/ev-page-action.c: (update_page_cache),
10297         (ev_page_action_dispose):
10298
10299 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10300
10301         * backend/ev-page-cache.c: (_ev_page_cache_new),
10302         (ev_page_cache_set_page_label),
10303         (ev_page_cache_has_nonnumeric_page_labels):
10304         * backend/ev-page-cache.h:
10305         * shell/ev-page-action.c: (update_pages_label):
10306         
10307         If all page labels are numeric, fallback to default
10308         way to display number of pages. See bug 173185.
10309
10310 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10311
10312         * shell/ev-page-action.c: (ev_page_action_dispose):
10313         * shell/ev-view.c: (view_update_range_and_current_page):
10314         * shell/ev-window.c: (ev_window_dispose):
10315         
10316         Set page on scroll in continuous mode. Fixes bug 301986.
10317         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10318
10319 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10320
10321         * configure.ac:
10322
10323         Require poppler 0.3.0
10324
10325 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10326         
10327         * shell/Makefile.am, configure.ac: Fix build problems
10328         with t1lib. Bug 301996.
10329
10330 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10331
10332         * shell/ev-view.c: (ev_view_scroll_event):
10333         
10334         Scroll up increase zoom
10335
10336 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10337
10338         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10339         (ev_view_set_sizing_mode),
10340         (ev_view_zoom_for_size_continuous_and_dual_page),
10341         (ev_view_zoom_for_size_continuous):
10342         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10343         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10344         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10345         (ev_window_init):
10346
10347         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10348         Fix for 165473 and 165472.
10349
10350 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10351
10352         * po/POTFILES.in:
10353         * thumbnailer/Makefile.am:
10354         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10355         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10356         * thumbnailer/evince-thumbnailer.schemas.in:
10357         
10358         Make thumbnailer schemas translatable. Fix for bug 301773
10359         
10360         * thumbnailer/evince-thumbnailer-djvu.schemas:
10361         * thumbnailer/evince-thumbnailer-dvi.schemas:
10362         * thumbnailer/evince-thumbnailer.schemas:
10363
10364         Removed files
10365
10366 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10367
10368         * shell/ev-view.c (ev_view_init): forgot to set this.
10369
10370 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10371
10372         * shell/ev-view.c: (find_page_at_location),
10373         (get_link_at_location),
10374         (ev_view_set_show_border), (ev_view_set_spacing),
10375         (ev_view_zoom_for_size_continuous_and_dual_page),
10376         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10377         Also, add a quick fix measuring of widths.  Also, removed
10378         ev_view_set_spacing and ev_view_set_show_border.
10379         
10380         * shell/ev-window.c: (ev_window_unfullscreen),
10381         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10382
10383 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10384
10385         * shell/ev-view.c: (view_update_range_and_current_page),
10386         (page_changed_cb):
10387         
10388         Fix crash on exit and scrolling to page in continuous view.
10389
10390 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10391
10392         * TODO:
10393         * backend/ev-page-cache.c: (_ev_page_cache_new),
10394         (ev_page_cache_get_max_width_size),
10395         (ev_page_cache_get_max_height_size):
10396         * backend/ev-page-cache.h:
10397         * data/evince-ui.xml:
10398         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10399         * shell/ev-view.c: (view_update_adjustments),
10400         (view_update_range_and_current_page), (get_bounding_box_size),
10401         (ev_view_size_request_continuous_and_dual_page),
10402         (ev_view_size_request_continuous),
10403         (ev_view_size_request_dual_page),
10404         (ev_view_size_request_single_page), (ev_view_size_request),
10405         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10406         (ev_view_bin_expose), (ev_view_expose_event),
10407         (ev_view_set_property), (ev_view_get_property),
10408         (ev_view_class_init), (ev_view_init), (ev_view_new),
10409         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10410         (ev_view_set_dual_page), (ev_view_set_full_screen),
10411         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10412         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10413         (ev_view_zoom_out), (zoom_for_size_fit_width),
10414         (zoom_for_size_best_fit),
10415         (ev_view_zoom_for_size_continuous_and_dual_page),
10416         (ev_view_zoom_for_size_continuous),
10417         (ev_view_zoom_for_size_dual_page),
10418         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10419         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10420         * shell/ev-view.h:
10421         * shell/ev-window.c: (update_action_sensitivity),
10422         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10423         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10424         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10425         (ev_window_cmd_view_zoom_out), (update_view_size),
10426         (ev_window_set_sizing_mode), (ev_window_init):
10427
10428         Add Continuous and Dual page modes.
10429
10430 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10431
10432         * dvi/dvi-document.c: (dvi_document_load),
10433         (dvi_document_thumbnails_get_thumbnail),
10434         (dvi_document_init_params): Fix up some mixups between
10435         width and height to correct thumbnail rendering.
10436
10437 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10438
10439         * dvi/mdvi-lib/private.h:
10440         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10441         
10442         Suppess output for kpathsea during font generation. Thanks to
10443         James Bowes
10444
10445 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10446
10447         * NEWS:
10448         * configure.ac:
10449
10450         Release 0.2.1
10451
10452         * Makefile.am: fix distcheck.
10453
10454 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10455
10456         * shell/ev-sidebar-links.c: (selection_changed_callback),
10457         (update_page_callback), (row_activated_callback),
10458         (job_finished_callback), (ev_sidebar_links_set_document):
10459         
10460         Fix for bug #169901. Double click on links expands tree.
10461
10462 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10463
10464         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10465         hard-coded style. Fix for bug 170111
10466
10467 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10468
10469         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10470         locking.
10471
10472 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10473
10474         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10475
10476 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10477
10478         * pdf/ev-poppler.cc:
10479         * shell/ev-view.c: (highlight_find_results):
10480
10481         Fix find on single page documents
10482
10483 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10484
10485         * data/evince.schemas.in: fix for bug 301390
10486
10487 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10488
10489         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10490         (ev_view_zoom_out), (ev_view_zoom_normal):
10491         * shell/ev-view.h:
10492         * shell/ev-window.c: (update_action_sensitivity),
10493         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10494         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10495         (ev_window_cmd_view_normal_size):
10496
10497         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10498         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10499         better than oom. 
10500
10501 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * configure.ac:
10504
10505         Depend on 2.57, 2.59 doesnt seem to be necessary
10506
10507 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10510         (create_tool_item):
10511
10512         Put back total number of pages as (1 of 1234)
10513
10514 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10515
10516         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10517         remove the job.
10518
10519         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10520         function.  This helps debugging.
10521
10522 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10523
10524         * djvu/djvu-document.c: (djvu_document_class_init),
10525         (djvu_document_get_info), (djvu_document_document_iface_init):
10526         * dvi/dvi-document.c: (dvi_document_class_init),
10527         (dvi_document_get_info), (dvi_document_document_iface_init):
10528
10529         Dummy implementation of get_info method for dvi and
10530         djvu. Fix crashes with those backends
10531
10532 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10533
10534         * data/evince.desktop.in:
10535
10536         Add application/x-gzpostscript
10537
10538 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10539
10540         * data/evince.schemas.in: Added real long descriptions, 
10541         closes bug 172496 
10542
10543         * README: Added actual text, closes bug 171869
10544
10545 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10546
10547         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10548
10549         Thumbnail page 0
10550
10551 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10552
10553         * backend/ev-document-info.h:
10554
10555         s/GDate */GDate so we can just use g_free
10556
10557 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * shell/ev-window.c: (update_document_mode),
10560         (ev_window_setup_document):
10561
10562         Show the window in fullscreen when specified by
10563         the document
10564
10565 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10566
10567         * backend/ev-document.c: (ev_document_class_init),
10568         (ev_document_get_info), (ev_document_render_pixbuf):
10569         * backend/ev-document.h:
10570         * backend/ev-page-cache.c: (_ev_page_cache_new):
10571         * pdf/ev-poppler.cc:
10572         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10573         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10574         * ps/ps-document.c: (ps_document_class_init), (document_load),
10575         (ps_document_get_info), (ps_document_document_iface_init):
10576
10577         Remove get_title from the interface, we can just use document info
10578
10579 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10580
10581         * backend/Makefile.am:
10582         * backend/ev-document.c: (ev_document_render_get_info):
10583         * backend/ev-document.h:
10584         * pdf/ev-poppler.cc:
10585
10586         Initial support for document info. Based on jrb patch.
10587
10588 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10589
10590         * shell/ev-window.c: (ev_window_state_event),
10591         (ev_window_class_init), (ev_window_init):
10592         
10593         Doesn't show resize grip when maximized. See bug #301053
10594
10595 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10596
10597         * po/POTFILES.in:
10598         
10599         ev-sidebar-thumbnails now has translatable labels
10600         
10601         * shell/Makefile.am:
10602         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10603         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10604         (ev_sidebar_links_page_iface_init):
10605         * shell/ev-sidebar-links.h:
10606         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10607         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10608         (ev_sidebar_page_get_label):
10609         * shell/ev-sidebar-page.h:
10610         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10611         (ev_sidebar_thumbnails_set_document),
10612         (ev_sidebar_thumbnails_support_document),
10613         (ev_sidebar_thumbnails_get_label),
10614         (ev_sidebar_thumbnails_page_iface_init):
10615         * shell/ev-sidebar-thumbnails.h:
10616         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10617         (ev_sidebar_set_document):
10618         * shell/ev-sidebar.h:
10619         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10620         
10621         Small rework of sidebar code. Now sidebar pages should implement
10622         EvSidebarPage interface. That makes page management in EvSidebar
10623         easier. See bug #164811 for details
10624
10625 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10626
10627         * shell/ev-application.c: (ev_application_open):
10628         * shell/ev-document-types.c:
10629         
10630         Fix build error and small problem with application exit
10631
10632 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10633
10634         * thumbnailer/Makefile.am:
10635         * thumbnailer/evince-thumbnailer-djvu.schemas:
10636         * thumbnailer/evince-thumbnailer-dvi.schemas:
10637         
10638         Conditionally install schemas for djvu/dvi thumbnailer
10639
10640 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10641
10642         * shell/ev-document-types.h: 
10643         * shell/ev-document-types.c: 
10644         New files, handling the mapping from mimetypes to backends
10645         
10646         * shell/ev-window.c: 
10647         * thumbnailer/evince-thumbnailer.c:     
10648         Use the ev-document-types code
10649         
10650         * shell/Makefile.am: 
10651         Added new convenience library libevbackendfactory_la, containing
10652         the new mimetype->backend logic; moved the backends into it.
10653
10654         * thumbnailer/Makefile.am:
10655         Make the thumbnailer link with the libevbackend.la convenience
10656         library, rather than having a duplicate of the backend logic here.
10657
10658 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10659
10660         * shell/ev-stock-icons.c: constify some vars.
10661         * shell/ev-window.c: ditto.
10662
10663 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10664
10665         * ps/ps-document.c (get_page_orientation):
10666
10667         Respect document orientation 
10668
10669 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10670
10671         * djvu/Makefile.am:
10672         * dvi/Makefile.am:
10673         * shell/Makefile.am:
10674         
10675         Move library dependencies to components.
10676         
10677         * shell/ev-window.c: (update_window_title),
10678         (start_loading_document):
10679         
10680         Fix display of uris with spaces. Bug 168358.
10681
10682 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10683
10684         * shell/ev-sidebar-links.c: (selection_changed_cb):
10685         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10686         (ev_view_button_release_event), (ev_view_set_document):
10687         * shell/ev-view.h:
10688         * shell/ev-window.c: (find_bar_search_changed_cb):
10689         * shell/ev-window.h: Minor cleanups removing some dead code.
10690
10691 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * backend/ev-page-cache.c: (_ev_page_cache_new):
10694         
10695         Set current page to 0 if document has pages.
10696
10697 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10698
10699         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10700
10701         Initialize GError to NULL, fix a crash when loading fails.
10702
10703 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10704
10705         * shell/ev-window.c: (update_view_size):
10706
10707         Calculate shadow size only when there is actually
10708         a shadow.
10709
10710 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10711
10712         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10713         * shell/ev-view.h:
10714
10715         Allow setting view spacing, default to 0
10716
10717         * shell/ev-window.c: (ev_window_unfullscreen),
10718         (ev_window_cmd_view_fullscreen), (ev_window_init):
10719
10720         Remove spacing in fullscreen mode
10721
10722 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10723
10724         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10725         (ev_view_size_request), (expose_bin_window),
10726         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10727         * shell/ev-view.h:
10728         * shell/ev-window.c: (ev_window_unfullscreen),
10729         (ev_window_cmd_view_fullscreen):
10730
10731         Do not draw the border in fulscreen
10732
10733 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10736         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10737         (find_page_at_location), (page_changed_cb):
10738
10739         Rework border calculation, so that I can more easily disable it.
10740         Code somewhat cleaner too.
10741
10742 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10743
10744         * backend/ev-page-cache.c: (ev_page_cache_init),
10745         (_ev_page_cache_new):
10746
10747         Remove some assertions, documents can have 0 pages.
10748         Make initial current page -1.
10749
10750         * shell/ev-page-action.c: (page_changed_cb):
10751
10752         Show "" if current page is -1
10753
10754         * shell/ev-window.c: (update_action_sensitivity),
10755         (ev_window_setup_document):
10756
10757         When document has 0 pages do not set the view
10758         and make nearly everything insensitive.
10759
10760 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10761
10762         * shell/ev-page-view.c:
10763         * shell/ev-page-view.h:
10764
10765         Remove unused files.
10766         
10767         * shell/ev-sidebar-thumbnails.c:
10768         (ev_sidebar_thumbnails_set_document):
10769         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10770         (ev_sidebar_supports_document):
10771         * shell/ev-sidebar.h:
10772         * shell/ev-window.c: (ev_window_setup_document):
10773         
10774         Doesn't show thumbnails if document has 1 page. Make
10775         sidebar menu entries sensitive only if if they have 
10776         sense. Fix bug 164811. 
10777
10778 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10779
10780         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10781         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10782         (ev_view_zoom_out), (ev_view_set_size):
10783
10784         Rework sizing to deal with documents with not uniform page
10785         size.
10786
10787 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10788
10789         * backend/ev-page-cache.c: (_ev_page_cache_new):
10790
10791         Fix several page size caching bugs
10792
10793 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10794
10795         * shell/ev-window.c: (set_action_properties):
10796
10797         Make all toolbar items translatable
10798
10799 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10800
10801         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10802         (save_page_list), (ps_document_save),
10803         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10804         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10805         (ps_document_ps_exporter_iface_init):
10806         * ps/ps-document.h:
10807
10808         Based on a patch by J�rg Billeter <j@bitron.ch>
10809         
10810         Implement print and save a copy for the ps backend.
10811
10812 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10813
10814         * backend/ev-document.h:
10815         * djvu/djvu-document.c: (djvu_document_can_get_text),
10816         (djvu_document_document_iface_init):
10817         * dvi/dvi-document.c: (dvi_document_can_get_text),
10818         (dvi_document_document_iface_init):
10819         * pdf/ev-poppler.cc:
10820         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10821         (pixbuf_document_document_iface_init):
10822         * ps/ps-document.c: (ps_document_can_get_text),
10823         (ps_document_document_iface_init):
10824         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10825         * shell/ev-window.c: (update_action_sensitivity):
10826
10827         Fix the crash when trying to copy in backends that doesnt
10828         support it. We can implement a better solution once we
10829         do real text selection.
10830
10831 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10832
10833         * data/evince-ui.xml:
10834         * shell/ev-window.c: (ev_window_cmd_escape):
10835         
10836         Work around the Escape conflict (find bar and unfullscreen)
10837
10838 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10839
10840         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10841         
10842         Fix for #300233. Next page correctly handles document end.
10843         
10844         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10845         (ev_sidebar_thumbnails_class_init),
10846         (ev_sidebar_thumbnails_set_document),
10847         (ev_sidebar_thumbnails_clear_job),
10848         (ev_sidebar_thumbnails_clear_model):
10849         
10850         Cleanup thumbnail jobs on document changes.
10851         
10852         * shell/ev-view.c: (add_scroll_binding_keypad),
10853         (add_scroll_binding_shifted), (ev_view_class_init):
10854         
10855         Shift + Space scrolls up. Fix for #173184
10856         
10857         * shell/ev-window.c: (ev_window_open_page),
10858         (ev_window_cmd_view_reload):
10859         
10860         Fix reload (Bug #300094)
10861
10862 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10863
10864         
10865         * dvi/mdvi-lib/assoc.c:
10866         * dvi/mdvi-lib/assoc.h: Removed garbage files
10867         
10868         * dvi/mdvi-lib/bitmap.c:
10869         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10870         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10871         * dvi/mdvi-lib/color.h: Antialias of rules
10872         
10873         * dvi/mdvi-lib/common.h:
10874         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10875         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10876         * dvi/mdvi-lib/files.c:
10877         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10878         * dvi/mdvi-lib/mdvi.h:
10879         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10880         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10881         * dvi/mdvi-lib/util.c: Fix compile warnings
10882         
10883         * dvi/dvi-document.c:
10884         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10885         (dvi_document_thumbnails_get_thumbnail),
10886         (dvi_document_document_thumbnails_iface_init):
10887         * dvi/mdvi-lib/Makefile.am:
10888         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10889         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10890         
10891         Dvi backend now renders thumbnails
10892
10893 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10894
10895         * shell/main.c: (main): 
10896         
10897         Save accelerators on exit. Fixes bug #172095.
10898
10899 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10900
10901         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10902         update priority" comment.
10903
10904         * backend/ev-job-queue.c: Give a way to change priority.
10905
10906 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10907
10908         * shell/ev-page-action.c: Fix logic.
10909
10910 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10911
10912         * shell/ev-view.c: (ev_view_can_find_next):
10913         * shell/ev-window.c: (ev_window_setup_document):
10914
10915         Check that the document supports find
10916
10917 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10918
10919         * data/evince-ui.xml:
10920         * shell/ev-view.c: (ev_view_can_find_next):
10921         * shell/ev-view.h:
10922         * shell/ev-window.c: (update_action_sensitivity),
10923         (find_changed_cb), (ev_window_setup_document),
10924         (ev_window_cmd_edit_find_next):
10925
10926         Add Edit->Find Next
10927
10928 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10929
10930         * pdf/ev-poppler.cc:
10931         * shell/ev-print-job.c: (idle_print_handler):
10932
10933         Make printing work again
10934
10935 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10936
10937         * shell/ev-page-action.h:
10938         * shell/ev-page-action.c: (ev_page_action_widget_init),
10939         (ev_page_action_widget_class_init), (page_changed_cb),
10940         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10941         (get_filter_model_from_model), (match_selected_cb),
10942         (display_completion_text), (match_completion), (update_model),
10943         (connect_proxy), (ev_page_action_set_property),
10944         (ev_page_action_get_property), (ev_page_action_set_document),
10945         (ev_page_action_set_model), (ev_page_action_class_init): Big
10946         reworking to make completions work iff we have >= GTK-2.7.0
10947                 
10948         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10949         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10950         (job_finished_cb): We now have a 'model' property that is set when
10951         the links are loaded.  This can be caught with "notify::model"
10952
10953         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10954         listen for the model to be set, and propagate it to the action.
10955
10956 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10957
10958         * cut-n-paste/recent-files/egg-recent-item.c:
10959         (egg_recent_item_set_uri), (make_valid_utf8),
10960         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10961         * cut-n-paste/recent-files/egg-recent-item.h:
10962         
10963         Update egg-recent from libegg. This should fix long
10964         startup problem. For details see
10965         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10966
10967 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10968
10969         * cut-n-paste/recent-files/Makefile.am:
10970         * data/evince-ui.xml, shell/Makefile.am:
10971         * shell/ev-application.c, shell/ev-application.h:
10972         * shell/ev-window.c: Recent files support.
10973         
10974         * configure.ac: Added "ru" to ALL_LINGUAS.
10975         
10976         * dvju: new backend to support DJVU files.
10977         * dvi: new backend to support DVI.
10978
10979         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10980         * ev-application.c: Support for new backends.
10981         
10982         * help, ev-window.c, main.c shell/Makefile.am: 
10983         Evince user documentation.
10984
10985 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10986
10987         * po/POTFILES.in:
10988         * shell/ev-window.c:
10989         * thumbnailer/evince-thumbnailer.c:
10990
10991         s/pdf-document/ev-poppler
10992
10993 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10994
10995         * NEWS:
10996         * configure.ac:
10997
10998         Release 0.2.0
10999
11000         * ps/ps-document.c: (setup_pixmap):
11001
11002         Remove debug code
11003
11004 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11005
11006         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11007         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11008         (ev_window_cmd_go_first_page): Fix of by one errors.
11009
11010 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11011
11012         * ps/ps-document.c: (get_page_box):
11013
11014         Fix page size calculation
11015
11016 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11017
11018         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11019         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11020         (get_page_orientation), (setup_page), (document_load),
11021         (ps_document_get_page_size), (render_pixbuf_idle):
11022         * ps/ps-document.h:
11023
11024         More refactoring to adapt to EvDocument changes
11025
11026 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11027
11028         * ps/ps-document.c: (start_interpreter):
11029
11030         Actually add alpha args
11031
11032 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11033
11034         * pdf/ev-poppler.cc:
11035
11036         Make clipboard work again
11037
11038 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11039
11040         Make searching work again.
11041         
11042         * backend/ev-document.c:
11043         * backend/ev-document.h:
11044         * backend/ev-document-find.c:
11045         * backend/ev-document-find.h: Change EvDocumentIface so we no
11046         longer store the current page or zoom level in the document.  The
11047         consequence is that all calls that operate on the current page now
11048         instead take the page number as an extra argument, and all
11049         coordinates are now doubles in document coordinate system.
11050
11051         * pdf/ev-poppler.cc:
11052         * pixbuf/pixbuf-document.c:
11053         * ps/ps-document.c: Update backends accordingly.
11054
11055 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11056
11057         * autogen.sh:
11058
11059         Add required gettext version
11060
11061 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11064         make F1 bring up non-existent help.
11065
11066         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11067         epiphany's find bar, #167477
11068
11069         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11070         <emil@nishra.com> to add space-bar scrolling, 
11071
11072         * shell/ev-window.c (static GtkActionEntry entries): add default
11073         keybinding for Help (F1)
11074         Fixes #171068
11075
11076         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11077         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11078         170110
11079
11080 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11081
11082         * Makefile.am: 
11083         * pixbuf/pixbuf-document.c: 
11084
11085         Got pixbuf backend working again
11086
11087 2005-04-01  Steve Murphy  <murf@e-tools.com>
11088
11089         * configure.in: Added "rw" to ALL_LINGUAS.
11090
11091 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11094         model types, noticed by Martin Kretzschmar.
11095
11096 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11097
11098         * pdf/ev-poppler.cc: Implement search based on
11099         poppler_page_find_text().  Currently a bit crude since we remember
11100         all matches from all pages.  Also, we grab the big document lock
11101         when we search since searching changes the underlying stream and
11102         thus conflicts with the rendering thread.
11103         
11104         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11105         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11106         (ev_view_find_previous): Fix some page indexes to be 0 based,
11107         offset rubber band by view offset,
11108
11109 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11110
11111         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11112
11113 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11114
11115         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11116         completely because I didn't understand GtkActions.  I should
11117         read Marco's code more carefully in the future.
11118
11119         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11120         function
11121
11122 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11123
11124         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11125         PopplerRectangle change from poppler CVS.
11126
11127 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * backend/ev-document.c: (ev_document_get_page_label):
11130         * backend/ev-document.h:
11131         * backend/ev-page-cache.c: (_ev_page_cache_new),
11132         (ev_page_cache_get_page_label):
11133         * backend/ev-page-cache.h:
11134         * pdf/ev-poppler.cc:
11135         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11136         (links_page_num_func):
11137         * shell/ev-sidebar-thumbnails.c:
11138         (ev_sidebar_thumbnails_set_document):
11139         * shell/ev-view.c: (status_message_from_link),
11140         (ev_view_motion_notify_event):
11141         * shell/ev-window.c: (document_supports_sidebar): Add in page
11142         label support.  It's not perfect yet, but it's the first 'feature'
11143         in a while.
11144         Also, fix a bogus comment noticed by crispin. 
11145
11146 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11147
11148         * Makefile.am: Remove pixbuf backend for now
11149
11150         * configure.ac: Require poppler-glib instead of just poppler.
11151
11152         * backend/ev-document-thumbnails.h: Add a comment
11153
11154         * backend/ev-document.h:
11155         * backend/ev-document.c: (ev_document_class_init),
11156         (ev_document_load), (ev_document_get_link),
11157         (ev_document_get_links): Remove 3 methods and add get_links.
11158         Also, made 0 based.
11159
11160         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11161         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11162
11163         * backend/ev-link.c: (ev_link_set_title),
11164         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11165         (ev_link_mapping_find):
11166         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11167         
11168         * backend/ev-page-cache.c: (ev_page_cache_init),
11169         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11170         (ev_page_cache_get_size), (ev_page_cache_next_page),
11171         (ev_page_cache_prev_page): Fix to be 0 based.
11172
11173         * pdf/Makefile.am: 
11174         * pdf/ev-poppler.h:
11175         * pdf/ev-poppler.cc: New backend.
11176         
11177         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11178         (ps_document_get_page), (ps_document_document_iface_init):
11179
11180         * shell/ev-pixbuf-cache.h:
11181         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11182         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11183         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11184         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11185         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11186         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11187         based.
11188         
11189         * shell/ev-sidebar-thumbnails.c:
11190         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11191         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11192
11193         * shell/ev-view.c: (status_message_from_link),
11194         (find_page_at_location), (get_link_at_location),
11195         (ev_view_motion_notify_event), (ev_view_button_release_event),
11196         (ev_view_init): Use the new link code.  Fix to be 0 based.
11197
11198         * shell/ev-window.c: (update_action_sensitivity),
11199         (document_supports_sidebar): 0 based.
11200
11201 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11202
11203         * pdf/pdf-document.cc: Patch from Fernando Herrera
11204         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11205         *blush*
11206
11207 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11208
11209         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11210         1 to the page, as this seems to be 1 based.  I thought we has this
11211         fixed.  grump.
11212
11213 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11214
11215         * TODO:
11216         * backend/Makefile.am:
11217         * backend/ev-document-links.c:
11218         (ev_document_links_has_document_links),
11219         (ev_document_links_get_links_model):
11220         * backend/ev-document-links.h:
11221         * backend/ev-document.c: (ev_document_get_page_cache),
11222         (ev_document_get_doc_mutex), (ev_document_load),
11223         (ev_document_save), (ev_document_get_title),
11224         (ev_document_get_n_pages), (ev_document_set_page),
11225         (ev_document_get_page), (ev_document_set_target),
11226         (ev_document_set_scale), (ev_document_set_page_offset),
11227         (ev_document_get_page_size), (ev_document_get_text),
11228         (ev_document_get_link), (ev_document_render),
11229         (ev_document_render_pixbuf), (ev_document_scale_changed):
11230         * backend/ev-document.h:
11231         * backend/ev-job-queue.c: (remove_object_from_queue),
11232         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11233         (no_jobs_available_unlocked), (ev_render_thread),
11234         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11235         (ev_job_queue_remove_job):
11236         * backend/ev-job-queue.h:
11237         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11238         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11239         (ev_job_links_class_init), (ev_job_render_init),
11240         (ev_job_render_dispose), (ev_job_render_class_init),
11241         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11242         (ev_job_thumbnail_class_init), (ev_job_finished),
11243         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11244         (ev_job_render_run), (ev_job_thumbnail_new),
11245         (ev_job_thumbnail_run):
11246         * backend/ev-jobs.h:
11247         * backend/ev-link.c:
11248         * backend/ev-link.h:
11249         * backend/ev-page-cache.c: (ev_page_cache_init),
11250         (ev_page_cache_class_init), (ev_page_cache_finalize),
11251         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11252         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11253         (ev_page_cache_set_link), (ev_page_cache_get_title),
11254         (ev_page_cache_get_size), (ev_page_cache_next_page),
11255         (ev_page_cache_prev_page):
11256         * backend/ev-page-cache.h:
11257         * pdf/pdf-document.cc:
11258         * ps/gsdefaults.c:
11259         * ps/gsdefaults.h:
11260         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11261         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11262         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11263         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11264         (is_interpreter_ready), (output), (catchPipe), (input),
11265         (start_interpreter), (check_filecompressed), (compute_dimensions),
11266         (ps_document_enable_interpreter), (document_load),
11267         (ps_document_next_page), (render_page), (ps_document_set_page),
11268         (ps_document_set_scale), (render_pixbuf_idle),
11269         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11270         * ps/ps-document.h:
11271         * shell/Makefile.am:
11272         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11273         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11274         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11275         (ev_pixbuf_cache_new), (job_finished_cb),
11276         (check_job_size_and_unref), (move_one_job),
11277         (ev_pixbuf_cache_update_range), (find_job_cache),
11278         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11279         (ev_pixbuf_cache_add_jobs_if_needed),
11280         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11281         * shell/ev-pixbuf-cache.h:
11282         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11283         (idle_print_handler):
11284         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11285         (selection_changed_cb), (create_loading_model),
11286         (ev_sidebar_links_construct), (links_page_num_func),
11287         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11288         (update_page_callback), (job_finished_cb),
11289         (ev_sidebar_links_set_document):
11290         * shell/ev-sidebar-thumbnails.c:
11291         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11292         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11293         (page_changed_cb), (thumbnail_job_completed_callback),
11294         (ev_sidebar_thumbnails_set_document):
11295         * shell/ev-sidebar-thumbnails.h:
11296         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11297         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11298         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11299         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11300         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11301         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11302         (ev_view_button_release_event), (ev_view_scroll_view),
11303         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11304         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11305         (ev_view_new), (job_finished_cb), (page_changed_cb),
11306         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11307         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11308         (ev_view_find_previous):
11309         * shell/ev-view.h:
11310         * shell/ev-window.c: (update_action_sensitivity),
11311         (ev_window_open_page), (update_window_title), (update_total_pages),
11312         (page_changed_cb), (ev_window_setup_document),
11313         (password_dialog_response), (ev_window_cmd_save_as),
11314         (ev_window_print), (ev_window_cmd_go_previous_page),
11315         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11316         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11317         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11318         * shell/main.c: (main):
11319
11320         Merge evince-threads branch
11321
11322 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11323
11324         * configure.ac: Added "lt" to ALL_LINGUAS.
11325
11326 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11327
11328         * NEWS:
11329         * configure.ac:
11330
11331         Release 0.1.9
11332
11333 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11334
11335         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11336
11337         Fix here also the thumbnails 1-basedness :)
11338
11339 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * NEWS:
11342         * configure.ac:
11343
11344         Release 0.1.8
11345
11346 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11347
11348         * pdf/pdf-document.cc:
11349         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11350         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11351
11352         Fix the mess we did with thumbnails and 1-basedness
11353
11354 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11355
11356         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11357
11358 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11359
11360         * NEWS:
11361         * configure.ac:
11362
11363         Release 0.1.7
11364
11365 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11366
11367         * ps/Makefile.am:
11368         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11369         (gtk_gs_defaults_get_alpha_parameters),
11370         (gtk_gs_defaults_get_ungzip_cmd),
11371         (gtk_gs_defaults_get_unbzip2_cmd):
11372         * ps/gsdefaults.h:
11373         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11374         (ps_document_get_orientation), (document_load),
11375         (ps_document_goto_page), (ps_document_set_page_size):
11376         * ps/ps-document.h:
11377
11378         Some more sanitization of the ps backend. Remove a lot
11379         of unused code and do not base our defaults on ggv
11380         preferences (ugh!)
11381
11382 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11383
11384         * thumbnailer/evince-thumbnailer.schemas:
11385         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11386         (main): add -s option for thumbnail size.
11387
11388 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11389
11390         * configure.ac:
11391
11392         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11393         remove it.
11394
11395 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11396
11397         * pdf/pdf-document.cc:
11398
11399         Remove 4 pixels of useless border from the
11400         thumbnail.
11401
11402 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11403
11404         * backend/ev-document-thumbnails.c:
11405         (ev_document_thumbnails_get_thumbnail):
11406         * backend/ev-document-thumbnails.h:
11407
11408         Rework API a bit. Add a border flag and
11409         change sizing logic (now the size we specify
11410         applies to the bigger dimension).
11411
11412         * pdf/pdf-document.cc:
11413         * pixbuf/pixbuf-document.c:
11414         (pixbuf_document_thumbnails_get_thumbnail):
11415         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11416         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11417
11418         Adapt to the new API and do not draw a border for nautilus
11419         thumbnailer.
11420
11421 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11422
11423         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11424         take thumbnails from page "0" instead of "1". Added a copyright header.
11425
11426 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11427
11428         * ps/ps-document.c: (set_up_page), (start_interpreter):
11429
11430         Make it C89 compliant
11431
11432 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * Makefile.am:
11435         * configure.ac:
11436         * pdf/.cvsignore:
11437         * pdf/pdf-document.cc:
11438         * thumbnailer/Makefile.am:
11439         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11440         (main):
11441         * thumbnailer/evince-thumbnailer.schemas:
11442         * thumbnailer/pdf-icon.png:
11443
11444         Add a nautilus thumbnailer.
11445         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11446
11447 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * NEWS:
11450         * configure.ac:
11451         * po/POTFILES.in:
11452
11453         Release 0.1.6
11454
11455 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11456
11457         Use poppler instead of including xpdf source code.  Poppler is a
11458         fork of xpdf to build it as a shared library. See
11459         http://freedesktop.org/wiki/Software/poppler.
11460
11461         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11462         xpdf fork.
11463         
11464         * pdf/Makefile.am: Build libpdfdocument.a here.
11465         
11466         * pdf/GDKSplashOutputDev.cc:
11467         * pdf/GDKSplashOutputDev.h:
11468         * pdf/GnomeVFSStream.cc:
11469         * pdf/GnomeVFSStream.h:
11470         * pdf-document.cc:
11471         * pdf-document.h:
11472         * test-gdk-output-dev.cc
11473         * Thumb.cc:
11474         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11475         against poppler.
11476
11477 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11478
11479         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11480
11481         Clear idle stack before unsetting the document
11482
11483 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11484
11485         * ps/ps-document.c: (ps_document_widget_event),
11486         (ps_document_set_target), (ps_document_finalize),
11487         (ps_document_get_page):
11488
11489         Disconnect the widget event signal on finalize.
11490         Some code cleanups.
11491
11492 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11493
11494         * ps/ps-document.c: (set_up_page):
11495
11496         If there is no bpixmap create one, even if size
11497         is not changed.
11498
11499 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11500
11501         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11502         (set_up_page), (document_load), (ps_document_set_zoom):
11503
11504         Default page is 0. Calculate size even when we have no
11505         target yet.
11506
11507 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11508
11509         * shell/ev-sidebar.c: expand the selection widget to be always as
11510         wide as the sidebar
11511
11512 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11513
11514         * shell/ev-sidebar-thumbnails.c:
11515         (ev_sidebar_thumbnails_set_document):
11516
11517         Clear the list store when setting document
11518
11519 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11520
11521         * shell/ev-page-action.c: (update_entry), (sync_entry),
11522         (activate_cb), (entry_size_request_cb), (create_tool_item),
11523         (connect_proxy):
11524
11525         Use an entry for the page control instead of spinbuttons
11526
11527 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * data/evince.schemas.in:
11530
11531         Correct confusing string
11532
11533 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11534
11535         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11536         for real.  Gosh, how long has this been broken.
11537
11538         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11539         check for a NULL link.  We crash otherwise.
11540
11541 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * NEWS:
11544         * configure.ac:
11545
11546         Release 0.1.5
11547
11548 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11549
11550         * configure.ac: add the french translation.
11551
11552 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11553
11554         * shell/ev-window.c:
11555
11556         Remove unused header -> fix distcheck
11557
11558 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11559
11560         * shell/ev-window.c: (update_window_title),
11561         (ev_window_popup_password_dialog):
11562
11563         Unescape filename for display
11564
11565 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11566
11567         * pdf/xpdf/pdf-document.cc:
11568
11569         In get_page_size deal with rotation. Also
11570         cleanup the function a bit.
11571
11572 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11573
11574         * pdf/xpdf/pdf-document.cc:
11575
11576         Fix crash when opening in new window
11577
11578 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * configure.ac:
11581
11582         Check ghostscript >= 7
11583
11584 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11585
11586         * shell/ev-window.c:
11587
11588         Make page width the default sizing mode
11589
11590 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11591         Marco Pesenti Gritti <marco@gnome.org>
11592
11593         * shell/ev-window.c: Remember the sidebar size
11594
11595         * data/evince.schemas.in: Add a new gconf key to store the size of
11596         the sidebar
11597
11598 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11599
11600         * data/evince-ui.xml:
11601         * shell/ev-window.c: (update_action_sensitivity),
11602         (ev_window_cmd_view_reload):
11603         
11604         Add a "Reload" action and menu entry
11605
11606 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11607
11608         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11609         iff the type doesn't support thumbnailing and indexing.
11610
11611 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11612
11613         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11614
11615 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11616
11617         * pdf/splash/Splash.cc:
11618
11619         Port fix for a crasher from kde bug
11620         http://bugs.kde.org/show_bug.cgi?id=97131
11621
11622 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11623
11624         * pdf/xpdf/pdf-document.cc:
11625
11626         Return a link even if it's of an unrecognized
11627         type. Otherwise we go in an infinte cycle.
11628
11629 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11630
11631         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11632         (size_allocate_cb), (ev_window_set_sizing_mode):
11633
11634         Update size when switching mode
11635
11636 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11639         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11640         (ev_window_cmd_view_normal_size):
11641
11642         Fix size toggle buttons behavior
11643
11644 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11645
11646         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11647         (doc_rect_to_view_rect), (ev_view_size_allocate),
11648         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11649         (scale_changed_callback):
11650
11651         Do not cache offsets in size_allocate.
11652
11653 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11654
11655         * shell/ev-view.c: (ev_view_size_allocate):
11656
11657         Calculate offsets before calling the parent
11658         class (which does a redraw)
11659
11660 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * pdf/xpdf/pdf-document.cc:
11663
11664         Fix a crasher on exit. Unused code, put a TODO
11665
11666 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * backend/ev-document.c: (ev_document_class_init),
11669         (ev_document_page_changed), (ev_document_scale_changed):
11670         * backend/ev-document.h:
11671
11672         Separate page/scale notifications
11673
11674         * pdf/xpdf/pdf-document.cc:
11675
11676         Emit the new signals.
11677         Do not display the pdf page in _render, do it
11678         when scale/page are requested.
11679
11680         * ps/ps-document.c: (ps_document_set_zoom),
11681         (ps_document_widget_event):
11682         * ps/ps-document.h:
11683
11684         Emit the new signals.
11685
11686         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11687         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11688         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11689         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11690         * shell/ev-view.h:
11691         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11692         (ev_window_cmd_view_page_width), (size_allocate_cb),
11693         (ev_window_set_sizing_mode):
11694
11695         Rework sizing to be pixel based.
11696         There are bugs but should be already way better.
11697
11698 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11699
11700         * shell/ev-window.c: (ev_window_init):
11701
11702         Do not allow to shrink sidebar smaller then
11703         child requisition
11704
11705 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11706
11707         * shell/ev-sidebar.[ch]
11708         * shell/ev-window.c:
11709
11710         Improved sidebar widget. Fixes #166683
11711
11712 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11713
11714         * shell/ev-view.c (update_find_status_message): Give translators
11715         more flexibility with ngettext plural handling.
11716
11717 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11718
11719         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11720         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11721         page when we get the page size.
11722
11723 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11724
11725         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11726
11727         ps pages are 0 based, convert 
11728
11729 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11730
11731         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11732
11733         Initialize correct parent class. Set GError on document load
11734
11735 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11736
11737         * pdf/xpdf/pdf-document.cc:
11738
11739         Fixup selection offset calculation
11740
11741         * shell/ev-view.c: (view_rect_to_doc_rect),
11742         (doc_rect_to_view_rect), (ev_view_size_allocate),
11743         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11744         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11745
11746         Store selection as document relative, so that zooming
11747         and offset changing doesnt break it.
11748
11749 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * shell/ev-view.c: (ev_view_best_fit):
11752
11753         Do not try to best fit if the view is not realized
11754
11755 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11756           
11757         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11758
11759 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11760
11761         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11762
11763 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11764
11765         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11766         the popup window.  That prevents it resizing when in full screen
11767         mode.
11768
11769         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11770         multiple rerenders.  This pretty much sucks.
11771
11772         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11773         rest of the toolbar.
11774
11775 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11776
11777         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11778
11779 2005-02-17  Alexander Shopov  <ash@contact.bg>
11780
11781         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11782
11783 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11784
11785         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11786
11787 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11790         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11791         (set_document_page), (document_changed_callback),
11792         (ev_view_set_document), (ev_view_find_previous),
11793         (ev_view_hide_cursor), (ev_view_show_cursor):
11794         * shell/ev-view.h:
11795         * shell/ev-window.c: (update_chrome_visibility),
11796         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11797         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11798         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11799         (ev_window_unfullscreen):
11800         * shell/main.c: (main):
11801
11802         Automatically hide the fullscreen button.
11803         Patch by Kristian Høgsberg <krh@redhat.com>
11804
11805 2005-02-16  Vincent Noel  <vnoel@cox.net>
11806
11807         * shell/main.c (main): Specify an icon for the window. Patch by
11808         Jaap A. Haitsma. Fixes #166177.
11809
11810 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11811
11812         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11813
11814 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11815
11816         * backend/ev-document-misc.h:
11817         * backend/ev-document-misc.c:
11818         (ev_document_misc_get_page_border_size),
11819         (ev_document_misc_paint_one_page): New function to canonicalize
11820         sizing/painting a border.
11821
11822         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11823         used.
11824
11825         * pdf/xpdf/pdf-document.cc: use new function
11826
11827         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11828         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11829         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11830         shell/ev-window.c: (update_sizing_buttons),
11831         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11832         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11833         (ev_window_cmd_view_page_width), (size_allocate_cb),
11834         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11835         and "fit width" values act as toggle buttons so they stay
11836         toggled.  It's not 100% perfect, and it's a little slow, but it's
11837         good enough to commit I think.
11838
11839 2005-02-15  David Lodge  <dave@cirt.net>
11840
11841         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11842
11843 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11844
11845         * shell/ev-window.c (update_window_title): replace newlines in
11846         the title by spaces. Bug #166107.
11847
11848 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11849
11850         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11851         parameters providing allocation width and height without
11852         scrollbars and width of a possible vertical scrollbar. With this
11853         additional information the functions can work as
11854         intended. Unfortunately they're not idempotent. We should
11855         transform these commands to toggles. Fixes Bug #164976
11856         Initial patch by Stephane Loeuillet, then heavily modified.
11857
11858         * shell/ev-view.h: update prototypes.
11859
11860         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11861         (ev_window_cmd_view_page_width): provide EvView fit functions with
11862         all the information they need. Formulas to calculate this
11863         information taken from GtkScrolledWindow.
11864
11865 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11866
11867         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11868         created a thumbnail, the list store is updated to know
11869         that the thumbnail is set. Fixes bug #166792
11870
11871 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11872
11873         * shell/ev-window.c: fixed typo, closes bug 166897
11874
11875         * TODO: updated TODO with bug numbers that are relevant
11876
11877 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11878
11879         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11880
11881 2005-02-09  Vincent Noel  <vnoel@cox.net>
11882
11883         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11884         and "Next" toolbar buttons as important to make them stand out.
11885
11886 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11887
11888         * lib/ev-debug.c:
11889         * lib/ev-debug.h:
11890         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11891         (start_interpreter), (stop_interpreter), (document_load),
11892         (ps_document_next_page), (ps_document_goto_page),
11893         (ps_document_set_page_size), (ps_document_widget_event),
11894         (ps_document_render):
11895         * shell/ev-page-view.c: (ev_page_view_dispose):
11896         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11897
11898         Fix compilation on non-gcc platforms
11899
11900 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * NEWS:
11903         * configure.ac:
11904
11905         Release 0.1.4
11906
11907         * pdf/xpdf/Catalog.cc:
11908         * pdf/xpdf/XRef.cc:
11909
11910         Fix the fix for CAN-2004-0888
11911
11912 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11913
11914         * data/Makefile.am:
11915         * data/evince-ui.xml:
11916         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11917         * shell/ev-stock-icons.h:
11918         * shell/ev-window.c: (update_action_sensitivity),
11919         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11920         (set_action_properties):
11921
11922         Improve toolbar layout/icons
11923
11924 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11925
11926         * pdf/xpdf/pdf-document.cc:
11927
11928         Add warnings about unimplemented/unknown link
11929         types.
11930
11931 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * ps/ps-document.c: (set_up_page):
11934
11935         Log gs property
11936
11937 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * ps/ps-document.c: (start_interpreter):
11940
11941         Log gs env var
11942
11943 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11944
11945         * shell/ev-page-view.c: (ev_page_view_dispose):
11946         * shell/ev-view.c: (ev_view_finalize):
11947         * shell/ev-window.c: (ev_window_setup_document),
11948         (ev_window_dispose), (ev_window_init):
11949
11950         Solve more refs issues.
11951
11952         I commented out the page_view initialization for now:
11953         it was never destroyed (because it's never added
11954         to a container). Because of that we was leaking
11955         gs processes. Couldnt think to a clean fix.
11956         We need to figure this out, password view has the
11957         same issue probably.
11958
11959 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11960
11961         * ps/ps-document.c: (ps_document_finalize),
11962         (ps_document_get_n_pages), (ps_document_get_page):
11963
11964         Some cleanups, stop the interpreter on finalize
11965
11966         * shell/ev-page-view.c: (ev_page_view_dispose),
11967         (ev_page_view_class_init):
11968
11969         Release our reference on the document
11970
11971 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * Makefile.am:
11974         * configure.ac:
11975         * doc/debugging.txt:
11976         * lib/.cvsignore:
11977         * lib/Makefile.am:
11978         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11979         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11980         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11981         * lib/ev-debug.h:
11982
11983         Add debugging helpers
11984
11985         * ps/Makefile.am:
11986         * ps/ps-document.c: (set_up_page), (start_interpreter),
11987         (stop_interpreter), (document_load), (ps_document_next_page),
11988         (ps_document_goto_page), (ps_document_set_page_size),
11989         (ps_document_widget_event), (ps_document_render):
11990         * shell/Makefile.am:
11991         * shell/ev-view.c: (expose_bin_window):
11992         * shell/main.c: (main):
11993
11994         Add some logs
11995         
11996 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * ps/ps-document.c: (ps_document_widget_event):
11999
12000         Initialize message_window, this should make ps
12001         rendering really work! (Never noticed because I was
12002         testing with a ps that is causing gs to exit every time!)
12003
12004 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12005
12006         * data/evince.schemas.in: updated simple error in applyto closing tag
12007
12008 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12009
12010         * Makefile.am:
12011         * configure.ac:
12012         * data/.cvsignore:
12013         * data/Makefile.am:
12014         * data/evince-ui.xml:
12015         A data/evince.schemas.in:
12016         * po/POTFILES.in:
12017         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12018         * shell/ev-stock-icons.h:
12019         * shell/ev-window.c: (update_chrome_visibility),
12020         (update_chrome_flag), (ev_window_cmd_edit_find),
12021         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12022         (ev_window_unfullscreen), (ev_window_focus_in_event),
12023         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12024         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12025         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12026         (ev_window_dispose), (ev_window_class_init),
12027         (set_action_properties), (set_chrome_actions), (load_chrome),
12028         (ev_window_init):
12029
12030         Implement fullscreen mode changes from bug #164776.
12031         Also implement persistent chrome toggles.
12032
12033 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12034
12035         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12036
12037 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * NEWS:
12040         * configure.ac:
12041         * shell/ev-view.c:
12042
12043         Add another check for find interface
12044
12045         Release 0.1.3
12046
12047 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * shell/ev-application.c: (ev_application_open):
12050         * shell/ev-window.c: (ev_window_open):
12051
12052         Open gzipped ps documents
12053
12054 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12055
12056         * TODO:
12057         * shell/ev-view.c: (set_document_page):
12058
12059         Clamp page number, dont try to move to
12060         not existant pages.
12061
12062 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12063
12064         * backend/ev-document-find.c: (ev_document_find_changed):
12065         * backend/ev-document-find.h:
12066         * pdf/xpdf/pdf-document.cc:
12067         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12068         * shell/ev-window.c: (find_bar_search_changed_cb):
12069
12070         Fix several bugs with find
12071
12072 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12073
12074         * shell/ev-sidebar-thumbnails.c
12075         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12076         document. Prevents warning from scroll_to_cell.
12077
12078 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12079
12080         * configure.ac: Add «nb» to ALL_LINGUAS too.
12081
12082 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12083
12084         * NOTES: New file with some random thoughts.
12085
12086         * TODO: Update.
12087
12088         * backend/ev-document-misc.c:
12089         (ev_document_misc_get_page_border_size): New function to
12090         canonicalize shadow drawing sizes.  Possibly goofy.
12091
12092         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12093         (ev_view_best_fit), (ev_view_fit_width):
12094         * pdf/xpdf/pdf-document.cc:
12095         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12096         * ps/ps-document.c: (ps_document_get_page_size):
12097         * backend/ev-document-misc.h:
12098         * backend/ev-document.c: (ev_document_get_page_size):
12099         * backend/ev-document.h: get_page_size now takes a page number
12100         parameter.  Made all the backends/frontends honor it.
12101
12102         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12103         see.  Doesn't work yet.
12104
12105         * shell/Makefile.am:
12106         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12107         Doesn't do anything yet.
12108
12109         * shell/ev-sidebar-thumbnails.c:
12110         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12111         [0..n_pages-1]
12112
12113         * shell/ev-window.c: (update_action_sensitivity),
12114         (ev_window_setup_document), (ev_window_set_page_mode),
12115         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12116         view-swapping code a bit so we can have multiple views on a
12117         document.  Add the multi-page view, though it can't be turned on
12118         yet.
12119
12120 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12121
12122         * shell/ev-application.c: (ev_application_open):
12123         * shell/ev-view.c: (expose_bin_window):
12124         * shell/ev-window.c: (ev_window_open):
12125
12126         Support eps and check document supports find
12127         before drawing highlightings in expose.
12128
12129 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12130
12131         * pixbuf/pixbuf-document.c:
12132         (pixbuf_document_thumbnails_get_dimensions),
12133         (pixbuf_document_document_thumbnails_iface_init):
12134
12135         implement get_dimensions
12136
12137 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12138
12139         * NEWS:
12140         * configure.ac:
12141
12142         Release 0.1.2
12143
12144 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12145
12146         * shell/ev-view.c: (set_document_page):
12147
12148         Scroll at the top of the page when changing page
12149
12150 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12151
12152         * shell/ev-view.c: (ev_view_motion_notify_event):
12153
12154         Do not redraw unnecessarily
12155
12156 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * pdf/xpdf/pdf-document.cc:
12159         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12160         (expose_bin_window), (find_changed_cb):
12161
12162         Yay! find works now... Now to find bugs...
12163
12164 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12165
12166         * backend/ev-document-find.c: (ev_document_find_base_init),
12167         (ev_document_find_changed):
12168         * backend/ev-document-find.h:
12169         * pdf/xpdf/pdf-document.cc:
12170         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12171         (expose_bin_window), (ev_view_init), (set_document_page),
12172         (ensure_rectangle_is_visible), (jump_to_find_result),
12173         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12174         (ev_view_find_next), (ev_view_find_previous):
12175         * shell/ev-view.h:
12176         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12177
12178         More work on find implementation, mostly there now
12179
12180 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * backend/ev-backend-marshalers.list:
12183         * backend/ev-document-find.c: (ev_document_find_base_init),
12184         (ev_document_find_cancel), (ev_document_find_page_has_results),
12185         (ev_document_find_get_n_results), (ev_document_find_get_result),
12186         (ev_document_find_get_progress), (ev_document_find_changed):
12187         * backend/ev-document-find.h:
12188
12189         Enanche the find interface to be really able to do
12190         multi page find.
12191
12192         * pdf/xpdf/pdf-document.cc:
12193
12194         Implement
12195
12196         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12197         (expose_bin_window), (ev_view_init),
12198         (ev_view_get_find_status_message), (find_changed_cb),
12199         (ev_view_set_document), (set_document_page):
12200
12201         Adapt to the new interface. A few things are regressed sorry,
12202         I will finish it soon.
12203
12204 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12205
12206         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12207         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12208         ev_sidebar_thumbnails_parent_class variable, don't define another
12209         parent_class variable.
12210
12211         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12212         (ev_page_action_class_init): ditto.
12213
12214         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12215         (pixbuf_document_class_init): ditto.
12216
12217         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12218         ditto.
12219
12220         * .cvsignore: ignore various valgrind output files.
12221
12222 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * data/evince-ui.xml:
12225         * shell/Makefile.am:
12226         * shell/ev-history.c:
12227         * shell/ev-history.h:
12228         * shell/ev-navigation-action.c:
12229         * shell/ev-navigation-action.h:
12230         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12231         (ev_view_set_page), (ev_view_fit_width):
12232         * shell/ev-view.h:
12233         * shell/ev-window.c: (update_action_sensitivity),
12234         (ev_window_setup_document), (register_custom_actions):
12235
12236         Kill session history
12237
12238 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * shell/ev-window.c: (update_action_sensitivity):
12241
12242         Fix inverted up/down buttons
12243
12244 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12245
12246         * shell/ev-sidebar-thumbnails.c
12247         (ev_sidebar_thumbnails_select_page): make sure the selected
12248         thumbnail stays visible.
12249
12250 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12251
12252         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12253         scrolled window for Federico.
12254
12255 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12256
12257         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12258
12259 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * configure.ac:
12262         * pdf/splash/SplashFTFontEngine.cc:
12263
12264         Fix CID fonts with freetype 2.1.9
12265
12266 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12267
12268         * TODO: added item for desktop icon thumbnailer
12269
12270 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12271
12272         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12273         unloaded docs when the title is accessed.
12274
12275         * shell/ev-password-view.[hc]: New widget for displaying password
12276         state.
12277
12278         * shell/ev-window.[ch]: Refactor password handling code to handle
12279         the new view.
12280
12281 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12282
12283         * NEWS:
12284         * configure.ac:
12285         * data/Makefile.am:
12286
12287         Release 0.1.1
12288
12289 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12290
12291         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12292         ignore page offset here, to make search results independent of it,
12293
12294         * shell/ev-view.c (expose_bin_window): but take offsets into
12295         account here. Bug #164932
12296
12297         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12298         scale at the right time. Bug #164996
12299
12300 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12301
12302         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12303         fix the problem. Now I just removed the Adobe font names and hope
12304         that the URW fonts are always in outline format. Bug #164934
12305
12306         * shell/ev-window.c (update_window_title): empty titles are
12307         useless, use filename in that case too.
12308
12309         * NEWS: Add some content.
12310
12311 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12312
12313         * TODO: added one more TODO item and a TODONE section :)
12314
12315 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12316
12317         * ps/ps-document.h: add page_[xy]_offset fields.
12318
12319         * ps/ps-document.c (ps_document_set_page_offset)
12320         (ps_document_render): Keep offset in consideration in a few
12321         places. Bug #164752 "postscript documents are not centered in
12322         window"
12323
12324         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12325         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12326
12327         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12328         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12329         stub out missing methods for complete EvDocument implementation.
12330         Fixes segfaults with Save A Copy and Copy actions.
12331
12332         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12333         (ps_document_document_iface_init): ditto.
12334         
12335 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * data/.cvsignore:
12338         * data/Makefile.am:
12339         * data/evince.desktop.in:
12340
12341         Add desktop file
12342
12343 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12344
12345         * shell/ev-view.c: (ev_view_button_press_event),
12346         (ev_view_motion_notify_event):
12347
12348         Make selection work in any direction
12349
12350 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12351
12352         * TODO:
12353         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12354
12355         Use shorter labels for some of the toolbars items
12356
12357 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * pdf/xpdf/pdf-document.cc:
12360
12361         Check the links info is initialized before
12362         using it. Should fix a crash on startup.
12363
12364 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12365
12366         * pixbuf/pixbuf-document.c
12367         (pixbuf_document_thumbnails_get_dimensions): force floating point
12368         division to calculate page_ratio. Fixes crash with landscape
12369         format pixbufs.
12370
12371 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12372
12373         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12374
12375 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12376
12377         * shell/ev-view.c (set_document_page): unset has_selection when
12378         the page changes.
12379         (set_document_page): handle paper size changes when the page
12380         changes (test with Free Culture, page 2).
12381
12382 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12385         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12386
12387         Use normal style color for the widget background and
12388         draw a black box around the page.
12389
12390 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * pdf/xpdf/pdf-document.cc:
12393
12394         Keep offset in consideration in a few places
12395
12396         * shell/ev-view.c: (expose_bin_window):
12397
12398         Set the offsets so that the document is ever centered
12399
12400 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12401
12402         * TODO: Added TODO items and finished off the first todo item
12403
12404         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12405         reflect current authors
12406
12407 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * pdf/xpdf/pdf-document.cc:
12410         * shell/ev-view.c: (ev_view_set_cursor),
12411         (ev_view_motion_notify_event), (document_changed_callback),
12412         (set_document_page):
12413
12414         Show a wait cursor while the page is rendering
12415
12416 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * shell/ev-sidebar-thumbnails.c:
12419         (ev_sidebar_tree_selection_changed),
12420         (ev_sidebar_thumbnails_select_page):
12421         * shell/ev-sidebar-thumbnails.h:
12422         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12423         (ev_view_can_go_forward):
12424         * shell/ev-window.c: (ev_window_open_page),
12425         (ev_window_setup_document), (update_current_page),
12426         (view_page_changed_cb), (ev_window_init):
12427         * shell/ev-window.h:
12428
12429         Ensure thumbnails selection, toolbar page control and
12430         current page are in sync.
12431
12432 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * pdf/xpdf/XRef.cc:
12435
12436         Fix CAN-2005-0064
12437
12438 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12439
12440         * backend/Makefile.am:
12441         * backend/ev-document-links.h:
12442         * backend/ev-document-security.c: (ev_document_security_get_type),
12443         (ev_document_security_has_document_security),
12444         (ev_document_security_set_password):
12445         * backend/ev-document-security.h:
12446         * backend/ev-document.c: (ev_document_error_quark):
12447         * backend/ev-document.h:
12448         * data/Makefile.am:
12449         * data/evince-password.glade:
12450         * pdf/xpdf/pdf-document.cc:
12451         * shell/Makefile.am:
12452         * shell/ev-password.c: (ev_password_set_bad_password_label),
12453         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12454         (ev_password_dialog_get_password),
12455         (ev_password_dialog_set_bad_pass):
12456         * shell/ev-password.h:
12457         * shell/ev-window.c: (ev_window_get_attribute),
12458         (ev_window_set_property), (update_action_sensitivity),
12459         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12460         (ev_window_setup_document), (ev_window_get_password),
12461         (ev_window_open), (ev_window_cmd_save_as),
12462         (using_postscript_printer), (ev_window_print),
12463         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12464         (update_fullscreen_popup), (ev_window_fullscreen),
12465         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12466         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12467         (menu_item_select_cb), (find_bar_search_changed_cb),
12468         (ev_window_dispose), (ev_window_init):
12469
12470         Add initial support for password-supported dialogs.  This could be
12471         a lot cooler, but it'll do for now.
12472
12473 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12474
12475         * pdf/xpdf/pdf-document.cc:
12476         * shell/ev-view.c: (status_message_from_link),
12477         (ev_view_set_status), (ev_view_set_cursor),
12478         (ev_view_motion_notify_event), (ev_view_init):
12479         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12480
12481         Fix bugs in the links implementation and change cursor
12482         when hovering a link.
12483
12484 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12485
12486         * viewer/.cvsignore: added cvsignore file for viewer directory
12487
12488         * TODO: created TODO document
12489
12490 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12491
12492         * shell/ev-view.h:
12493         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12494         new functions to help with implementation of sensitivity code
12495         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12496         of all actions that might require it.  Fixes a crash when you
12497         click on the Zoom actions in a window lacking a document.
12498
12499 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12500
12501         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12502         of the Find action
12503
12504 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12507         (pixbuf_document_document_iface_init):
12508         * ps/ps-document.c: (ps_document_get_link),
12509         (ps_document_document_iface_init):
12510         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12511         (status_message_from_link), (ev_view_set_status),
12512         (ev_view_set_find_status), (ev_view_motion_notify_event),
12513         (ev_view_button_release_event), (ev_view_set_property),
12514         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12515         (ev_view_get_find_status_message), (update_find_results),
12516         (ev_view_get_status), (ev_view_get_find_status):
12517         * shell/ev-view.h:
12518         * shell/ev-window.c: (view_status_changed_cb),
12519         (view_find_status_changed_cb), (ev_window_init):
12520
12521         View status message support, use it to show the links.
12522         Needs work...
12523
12524 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * backend/ev-document.c: (ev_document_get_link):
12527         * backend/ev-document.h:
12528         * pdf/xpdf/pdf-document.cc:
12529         * shell/ev-application.c: (ev_application_open):
12530         * shell/ev-application.h:
12531         * shell/ev-sidebar-links.c: (selection_changed_cb):
12532         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12533         (ev_view_go_to_link):
12534
12535         Add support for document links
12536
12537 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12538
12539         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12540         (create_tool_item):
12541         Set the spin button limits correctly.
12542         
12543         * shell/ev-sidebar-thumbnails.c:
12544         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12545         Support changing pages by clicking on the thumbnails.
12546         
12547 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12548
12549         * pixbuf/pixbuf-document.c:
12550         (pixbuf_document_thumbnails_get_dimensions),
12551         (pixbuf_document_document_thumbnails_iface_init):
12552
12553         implement get_dimensions
12554
12555 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12556
12557         * ps/ps-document.c: (ps_document_goto_page):
12558
12559         Fix page switching on multipage documents
12560
12561 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12562
12563         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12564         
12565         check for NULL before assigning to width and height parameters
12566
12567 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12568
12569         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12570         (pixbuf_document_set_property), (pixbuf_document_get_property):
12571
12572         implement get/set properties
12573
12574 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12575
12576         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12577         
12578         return NULL instead of "Unknown", letting the title get set to
12579         the filename when the pdf has no title.
12580
12581 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12582
12583         * ps/ps-document.c: (ps_document_get_page_count),
12584         (ps_document_goto_page):
12585
12586 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12587
12588         * shell/ev-history.c: (ev_history_get_property),
12589         (ev_history_set_property), (ev_history_class_init),
12590         (ev_history_add_page), (ev_history_set_current_index):
12591         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12592         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12593         (ev_navigation_action_finalize):
12594         * shell/ev-navigation-action.h:
12595         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12596         (ev_view_go_forward), (ev_view_get_find_status_message),
12597         (history_index_changed_cb), (ev_view_set_history):
12598         * shell/ev-view.h:
12599         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12600         (update_current_page), (register_custom_actions):
12601
12602         Implement history dropdowns
12603
12604 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12605
12606         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12607         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12608         (ev_view_go_forward):
12609         * shell/ev-window.c: (register_custom_actions):
12610
12611         Fix several history bugs
12612
12613 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12614
12615         * configure.ac: Add «nb» to ALL_LINGUAS.
12616
12617 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * backend/Makefile.am:
12620         * backend/ev-bookmark.c:
12621         * backend/ev-bookmark.h:
12622         * backend/ev-document-bookmarks.c:
12623         * backend/ev-document-bookmarks.h:
12624         * backend/ev-document-links.c: (ev_document_links_get_type),
12625         (ev_document_links_has_document_links),
12626         (ev_document_links_begin_read), (ev_document_links_get_link),
12627         (ev_document_links_get_child), (ev_document_links_next),
12628         (ev_document_links_free_iter):
12629         * backend/ev-document-links.h:
12630         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12631         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12632         (ev_link_get_link_type), (ev_link_set_link_type),
12633         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12634         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12635         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12636         (ev_link_new_external):
12637         * backend/ev-link.h:
12638         * pdf/xpdf/pdf-document.cc:
12639         * shell/Makefile.am:
12640         * shell/ev-application.c: (ev_application_open_link):
12641         * shell/ev-application.h:
12642         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12643         (ev_history_get_link_nth):
12644         * shell/ev-history.h:
12645         * shell/ev-sidebar-bookmarks.c:
12646         * shell/ev-sidebar-bookmarks.h:
12647         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12648         (ev_sidebar_links_class_init), (selection_changed_cb),
12649         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12650         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12651         (do_one_iteration), (populate_links_idle),
12652         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12653         * shell/ev-sidebar-links.h:
12654         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12655         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12656         (go_to_index):
12657         * shell/ev-view.h:
12658         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12659         * shell/ev-window.h:
12660
12661         Rename bookmark to link, and use "Index" for the sidebar panel.
12662
12663 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * shell/Makefile.am:
12666         * shell/ev-application.c: (ev_application_open_bookmark):
12667         * shell/ev-application.h:
12668         * shell/ev-history.c: (ev_history_init), (free_links_list),
12669         (ev_history_finalize), (ev_history_class_init),
12670         (ev_history_add_link), (ev_history_add_page),
12671         (ev_history_get_link_nth), (ev_history_get_n_links),
12672         (ev_history_get_current_index), (ev_history_set_current_index),
12673         (ev_history_new):
12674         * shell/ev-history.h:
12675         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12676         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12677         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12678         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12679         (ev_view_set_page):
12680         * shell/ev-view.h:
12681         * shell/ev-window.c: (ev_window_open_bookmark),
12682         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12683         (goto_page_cb), (register_custom_actions):
12684         * shell/ev-window.h:
12685
12686         Initial history implementation. Needs work.
12687
12688 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12689
12690         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12691
12692 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * cut-n-paste/recent-files/egg-recent-item.c:
12695         * cut-n-paste/recent-files/egg-recent-item.h:
12696         * cut-n-paste/recent-files/egg-recent-model.c:
12697         * cut-n-paste/recent-files/egg-recent-util.c:
12698         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12699         * cut-n-paste/recent-files/egg-recent-view.c:
12700
12701         Update
12702
12703 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12704
12705         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12706         (fillGlyph, fillImageMask, drawImage):
12707         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12708         pdf/splash/SplashTypes.h:
12709         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12710         packed mode for Splash.
12711
12712         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12713         RGB8 packed mode, eliminates the pixbuf data creation loop.
12714
12715         * shell/ev-print-job.c (ev_print_job_finalize)
12716         (ev_print_job_set_property, ev_print_job_get_property)
12717         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12718         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12719         (print_closure_finalize, ev_print_job_print): implement
12720         printing (for backends with EvPsExporter)
12721
12722         * shell/ev_print_job.h: update prototypes.
12723
12724         * shell/ev-window.c (ev_window_print): unref print job after
12725         printing.
12726
12727         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12728         unless the document implements the EvDocumentFind interface.
12729
12730 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12731
12732         * configure.ac: Added ja to ALL_LINGUAS.
12733
12734 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * pdf/xpdf/pdf-document.cc:
12737
12738         add a FIXME. We should probably not allocate
12739         a bookmark object every time
12740
12741 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12742
12743         * shell/ev-application.c: (ev_application_open),
12744         (ev_application_open_bookmark):
12745         * shell/ev-application.h:
12746         
12747         Add a way to open bookmarks
12748
12749         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12750         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12751         (ev_bookmark_set_property), (ev_bookmark_class_init),
12752         (ev_bookmark_new_title), (ev_bookmark_new_link),
12753         (ev_bookmark_new_external):
12754
12755         Support for external uris, better constructors.
12756
12757         * backend/ev-bookmark.h:
12758         * pdf/xpdf/pdf-document.cc:
12759         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12760
12761         Handle external uris
12762
12763 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12764
12765         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12766         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12767
12768         Hook up bookmarks navigation
12769
12770 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * backend/Makefile.am:
12773         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12774         (ev_bookmark_get_title), (ev_bookmark_set_title),
12775         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12776         (ev_bookmark_get_page), (ev_bookmark_set_page),
12777         (ev_bookmark_get_property), (ev_bookmark_set_property),
12778         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12779         (ev_bookmark_new):
12780         * backend/ev-bookmark.h:
12781         * backend/ev-document-bookmarks.c:
12782         (ev_document_bookmarks_get_bookmark):
12783         * backend/ev-document-bookmarks.h:
12784         * pdf/xpdf/pdf-document.cc:
12785         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12786
12787         Add a bookmark object to the backend and use it instead of get_values
12788
12789 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12790
12791         * data/evince-ui.xml:
12792
12793         Cleanup and add select all.
12794
12795         * shell/ev-view.c: (ev_view_select_all),
12796         (ev_view_button_press_event):
12797         * shell/ev-view.h:
12798         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12799
12800         Add select all.
12801         Clear selection on click.
12802
12803 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12804
12805         * shell/ev-sidebar-thumbnails.c
12806         (ev_sidebar_thumbnails_set_document): forgot to unref the
12807         loading_icon.
12808
12809 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12810
12811         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12812         at the visible page, not just linearly.  This makes it look fast.
12813
12814 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12815
12816         * backend/ev-document-misc.c
12817         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12818         white.
12819         * backend/ev-document-thumbnails.h: New interface to get the size
12820         of a page.
12821
12822 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12823
12824         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12825         make dist works
12826
12827 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12828
12829         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12830         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12831         things up a bit.
12832
12833         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12834
12835 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12836
12837         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12838         fonts. Should fix font problems on systems that have the base
12839         fonts in bitmap format. Reported by James Henstridge
12840         <james@jamesh.id.au>.
12841
12842 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12843
12844         * pdf/xpdf/Gfx.cc:
12845         * pdf/xpdf/GfxState.cc:
12846
12847         Fix for CAN-2004-1125
12848
12849 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12850
12851         * shell/ev-view.c: (ev_view_copy):
12852         * shell/ev-view.h:
12853         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12854
12855         Implement Edit->Copy
12856
12857 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12858
12859         * backend/ev-document.c: (ev_document_get_text):
12860         * backend/ev-document.h:
12861         * pdf/xpdf/pdf-document.cc:
12862         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12863         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12864         (ev_view_update_primary_selection), (ev_view_button_press_event),
12865         (ev_view_motion_notify_event), (ev_view_button_release_event):
12866
12867         Beginnings of clipboard support. Incomplete but primary sort
12868         of work.
12869
12870 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12871
12872         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12873         (expose_bin_window):
12874
12875         Nicer rubberband drawing, from GtkIconView.
12876
12877 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12878
12879         * backend/ev-document.c: (ev_document_save):
12880         * backend/ev-document.h:
12881         * data/evince-ui.xml:
12882         * pdf/xpdf/pdf-document.cc:
12883         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12884
12885         Implement "Save a copy..." menu item
12886
12887 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12888
12889         * shell/ev-view.c: (ev_view_zoom):
12890
12891         Queue a resize when zoom changes
12892
12893 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12894
12895         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12896         shadows.
12897
12898         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12899         thumbnails..
12900
12901 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12902
12903         * pdf/xpdf/pdf-document.cc
12904         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12905
12906 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12907
12908         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12909         It's slow, but I'll speed it up next!
12910
12911 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12912
12913         * shell/main.c (load_files):
12914
12915         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12916         from the command line and because it seems more appropriate.
12917
12918 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12919
12920         * data/evince-ui.xml:
12921         * shell/ev-window.c: (update_action_sensitivity),
12922         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12923
12924         s/next page/page down
12925         s/previous page/page up
12926
12927 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * data/evince-ui.xml:
12930
12931         Change the layout to match clarkbw design.
12932
12933         * shell/Makefile.am:
12934         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12935         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12936         (ev_navigation_action_finalize),
12937         (ev_navigation_action_set_property),
12938         (ev_navigation_action_get_property),
12939         (ev_navigation_action_class_init):
12940         * shell/ev-navigation-action.h:
12941
12942         Implement clarkbw toolbar navigation controls (incomplete)
12943
12944         * shell/ev-page-action.c: (update_label), (update_spin),
12945         (value_changed_cb), (create_tool_item), (connect_proxy),
12946         (ev_page_action_init), (ev_page_action_finalize),
12947         (ev_page_action_set_property), (ev_page_action_get_property),
12948         (ev_page_action_set_current_page),
12949         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12950         * shell/ev-page-action.h:
12951
12952         Implement a page switcher in the toolbar
12953
12954         * shell/ev-view.c: (ev_view_scroll_view):
12955         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12956         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12957         (register_custom_actions), (ev_window_init):
12958
12959         Change page on PageUp/Down.
12960
12961 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12962
12963         * pdf/xpdf/pdf-document.cc
12964         (pdf_document_thumbnails_get_thumbnail): initial stab at
12965         implementing thumbnail support for pdfs.  It only does documents
12966         with precached pdfs now.
12967
12968 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12969
12970         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12971         thumbnail code into a time-based idle as well.  Also, turn off the
12972         shadow temporarily as it's really slow.
12973
12974 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12975
12976         * backend/ev-document.c: (ev_document_class_init):
12977         * pdf/xpdf/pdf-document.cc:
12978         * shell/ev-window.c: (ev_window_open):
12979
12980         Fix document title bugs and fallback to
12981         filename when not available.
12982
12983 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * backend/ev-document.c: (ev_document_get_type),
12986         (ev_document_class_init), (ev_document_load),
12987         (ev_document_get_title):
12988         * backend/ev-document.h:
12989         * pdf/xpdf/pdf-document.cc:
12990         * ps/ps-document.c: (ps_document_set_property),
12991         (ps_document_get_property), (ps_document_class_init),
12992         (document_load):
12993         * ps/ps-document.h:
12994         * ps/ps.h:
12995         * shell/ev-window.c: (update_window_title), (ev_window_open),
12996         (ev_window_init):
12997
12998         Initial support for document title. Not working yet.
12999
13000 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13001
13002         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13003
13004         Grab focus on the view when clicking it
13005
13006 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13007
13008         * shell/ev-marshal.list:
13009         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13010         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13011
13012         Add key bindings to the view. Now if the focus would work
13013         right...
13014
13015 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13016
13017         * Makefile.am:
13018         * backend/Makefile.am:
13019         * data/Makefile.am:
13020         * dvi/Makefile.am:
13021         * dvi/dvilib/Makefile.am:
13022         * pdf/xpdf/Makefile.am:
13023         * po/POTFILES.in:
13024         * ps/Makefile.am:
13025
13026         Fix distcheck
13027
13028 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13029
13030         * shell/ev-view.c: (ev_view_realize):
13031
13032         Fix mouse wheel scrolling
13033
13034 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * ps/Makefile.am:
13037         * ps/gstypes.h:
13038         * ps/gtkgs.c:
13039         * ps/gtkgs.h:
13040         * ps/ps-document.c: (catchPipe), (ps_document_init),
13041         (ps_document_class_init), (ps_document_cleanup),
13042         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13043         (set_up_page), (close_pipe), (is_interpreter_ready),
13044         (interpreter_failed), (output), (input), (start_interpreter),
13045         (stop_interpreter), (file_length), (file_readable),
13046         (check_filecompressed), (check_pdf), (compute_xdpi),
13047         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13048         (ps_document_get_type), (ps_document_emit_error_msg),
13049         (document_load), (ps_document_next_page),
13050         (ps_document_get_current_page), (ps_document_get_page_count),
13051         (ps_document_goto_page), (ps_document_set_page_size),
13052         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13053         (ps_document_load), (ps_document_get_n_pages),
13054         (ps_document_set_page), (ps_document_get_page),
13055         (ps_document_widget_event), (ps_document_set_target),
13056         (ps_document_set_scale), (ps_document_set_page_offset),
13057         (ps_document_get_page_size), (ps_document_render),
13058         (ps_document_document_iface_init):
13059         * ps/ps-document.h:
13060         * ps/ps.c:
13061         * shell/ev-window.c: (ev_window_open):
13062
13063         Rename GtkGS to PSDocument
13064
13065 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13066
13067         * ps/gtkgs.c: (gtk_gs_class_init):
13068         * ps/gtkgs.h:
13069
13070         Some more leftover...
13071
13072 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13073
13074         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13075         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13076         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13077         * ps/gtkgs.h:
13078
13079         Remove unused code and make a lot of stuff private
13080
13081 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13084         (gtk_gs_defaults_changed):
13085         * ps/gsdefaults.h:
13086         * ps/gtkgs.c:
13087         * ps/gtkgs.h:
13088         * ps/ps.h:
13089
13090         Cleanup headers dependencies
13091
13092 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13093
13094         * ps/Makefile.am:
13095         * ps/ggvutils.c:
13096         * ps/ggvutils.h:
13097         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13098         * ps/gsdefaults.h:
13099         * ps/gtkgs.c: (file_length), (file_readable),
13100         (check_filecompressed), (check_pdf), (gtk_gs_load),
13101         (gtk_gs_get_postscript):
13102
13103         Get rid of ggvutils
13104
13105 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13106
13107         * ps/ggvutils.c:
13108         * ps/ggvutils.h:
13109         * ps/gsio.h:
13110         * ps/gtkgs.c: (gtk_gs_set_zoom):
13111
13112         Cleanups
13113
13114 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13117
13118         Ensure the page is rerendered when changing zoom
13119
13120 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * backend/ev-document.c: (ev_document_base_init),
13123         (ev_document_changed):
13124         * backend/ev-document.h:
13125
13126         Add a changed event that is emitted when the page content
13127         changes. This is necessary to deal with the fact that
13128         in ps backend rendering happen asycrounously.
13129         This makes the ps backend mostly work.
13130
13131         * pdf/xpdf/pdf-document.cc:
13132
13133         Emit changed event
13134
13135         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13136         (ps_document_set_target):
13137
13138         Emit changed event
13139
13140         * shell/ev-view.c: (document_changed_callback),
13141         (ev_view_set_document), (ev_view_set_page):
13142
13143         Redraw on the changed signal
13144
13145 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13146
13147         * configure.ac: Added pt_BR to ALL_LINGUAS.
13148
13149 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13150
13151         * backend/ev-document-bookmarks.c:
13152         (ev_document_bookmarks_get_child): *
13153         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13154         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13155         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13156         (ev_sidebar_bookmarks_destroy),
13157         (ev_sidebar_bookmarks_class_init),
13158         (ev_sidebar_bookmarks_construct), (stack_data_free),
13159         (do_one_iteration), (populate_bookmarks_idle),
13160         (ev_sidebar_bookmarks_clear_document),
13161         (ev_sidebar_bookmarks_set_document): *
13162         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13163         (ev_sidebar_add_page),
13164         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13165         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13166         it displays both the topics and the page numbers.
13167
13168 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13169
13170         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13171         toggle.
13172         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13173         visible.
13174
13175 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13176
13177         * configure.ac: Added en_CA to ALL_LINGUAS.
13178
13179 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13180
13181         * ChangeLog: replace bottom of this ChangeLog (merged history of
13182         ggv and gpdf; where all paths were wrong and most of the files are
13183         not even in this tree) with ChangeLog (from arch) of the shell
13184         code.
13185
13186 2004-12-23  Havoc Pennington  <hp@redhat.com>
13187
13188         * shell/ev-window.c: hook up potentially-questionable "find
13189         results status text" feature - something involving the sidebar or
13190         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13191         might be better in the end.
13192
13193         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13194         with corresponding signal when it should be updated
13195
13196         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13197
13198 2004-12-22  Havoc Pennington  <hp@redhat.com>
13199
13200         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13201         find stuff on other pages, sort of (only returns one result on
13202         invisible pages, to show they have results; updates full results
13203         for a page when you view it). Currently repaints the current page
13204         every time a new result is found on any page, which isn't so nice.
13205
13206 2004-12-22  Havoc Pennington  <hp@redhat.com>
13207
13208         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13209         the document doesn't support find (better ideas?)
13210         (find_bar_search_changed_cb): handle missing document or document
13211         that doesn't support find
13212
13213         * pdf/xpdf/pdf-document.cc: port to implement the new
13214         EvDocumentFindIface
13215
13216         * backend/ev-document-find.c: create a new interface for searching
13217
13218         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13219
13220 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13221
13222         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13223         libevbackend.la.
13224
13225         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13226         EvPrintJob constructor arguments.
13227
13228         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13229         for documents that can export PostScript (page by page).
13230
13231         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13232         
13233         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13234         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13235         (pdf_document_ps_exporter_iface_init:
13236         Implement EvPSExporter.
13237
13238         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13239
13240 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13241
13242         * backend/Makefile.am:
13243         * backend/ev-document-thumbnails.c:
13244         (ev_document_thumbnails_get_type),
13245         (ev_document_thumbnails_get_thumbnail):
13246         * backend/ev-document-thumbnails.h:
13247         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13248         (pixbuf_document_thumbnails_get_thumbnail),
13249         (pixbuf_document_document_thumbnails_iface_init):
13250         * shell/Makefile.am:
13251         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13252         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13253         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13254         * shell/ev-sidebar-thumbnails.h:
13255         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13256         (ev_sidebar_set_document):
13257         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13258         (create_shadow), (ev_pixbuf_add_shadow):
13259         * shell/ev-utils.h:
13260         Add thumbnail support.
13261         
13262 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13263
13264         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13265         (using_postscript_printer): Set up a print dialog for "PostScript
13266         injection" method.
13267
13268         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13269         EvPrintJob.
13270
13271         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13272
13273 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13276         (ps_document_set_target), (ps_document_get_page_size),
13277         (ps_document_render):
13278         * ps/gtkgs.h:
13279
13280         Fix a few bugs
13281
13282 2004-12-22  Christian Rose  <menthos@menthos.com>
13283
13284         * configure.ac: Added "sv" to ALL_LINGUAS.
13285
13286 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13287
13288         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13289         document supports bookmarks.
13290
13291 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * ps/ggvutils.c: (ggv_file_readable):
13294         * ps/ggvutils.h:
13295         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13296         (gtk_gs_get_postscript):
13297
13298         Remove unused utils
13299
13300 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13303         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13304         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13305         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13306         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13307         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13308         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13309         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13310         (gtk_gs_set_antialiasing), (ps_document_load),
13311         (ps_document_render):
13312         * ps/gtkgs.h:
13313
13314         Another check point for the ps backend. Now I can get it to show
13315         pages!
13316
13317 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13318
13319         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13320         document setting code.
13321
13322 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13323
13324         * shell/eggfindbar.c: (entry_activate_callback):
13325         Animate the next button when activate is pressed.
13326         
13327 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13328
13329         * shell/ev-window.c: (ev_window_cmd_edit_find),
13330         (update_fullscreen_popup), (ev_window_fullscreen),
13331         (ev_window_unfullscreen), (ev_window_state_event_cb),
13332         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13333         Fix bugs in fullscreen code.
13334         
13335 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13336
13337         * Makefile.am:
13338         * configure.ac:
13339         * pixbuf/Makefile.am:
13340         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13341         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13342         (pixbuf_document_set_page), (pixbuf_document_get_page),
13343         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13344         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13345         (pixbuf_document_render), (pixbuf_document_begin_find),
13346         (pixbuf_document_end_find), (pixbuf_document_finalize),
13347         (pixbuf_document_class_init),
13348         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13349         * pixbuf/pixbuf-document.h:
13350         * shell/Makefile.am:
13351         * shell/ev-application.c: (ev_application_open):
13352         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13353         (ev_window_open):
13354         Add pixbuf backend.
13355         
13356 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13357
13358         * Makefile.am: 
13359         * dvi/dvilib/Makefile.am:
13360         * dvi/Makefile.am:
13361         * configure.ac: Auto*ify dvi and dvi/dvilib
13362
13363         * dvi/Makefile: Remove from CVS
13364         
13365         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13366         confusion.
13367
13368         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13369         
13370         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13371         
13372 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * ps/Makefile.am:
13375         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13376         (gtk_gs_value_adjustment_changed), (compute_size),
13377         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13378         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13379         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13380         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13381         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13382         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13383         (ps_document_load), (ps_document_get_n_pages),
13384         (ps_document_set_page), (ps_document_get_page),
13385         (ps_document_set_target), (ps_document_set_scale),
13386         (ps_document_set_page_offset), (ps_document_get_page_size),
13387         (ps_document_render), (ps_document_begin_find),
13388         (ps_document_end_find), (ps_document_document_iface_init):
13389         * ps/gtkgs.h:
13390         * shell/Makefile.am:
13391         * shell/ev-window.c: (ev_window_open):
13392
13393         Some work to integrate gtkgs with EvDocument
13394
13395 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13396
13397         * shell/ev-window.c: (update_fullscreen_popup),
13398         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13399         (exit_fullscreen_button_clicked_cb),
13400         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13401         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13402         (ev_window_state_event_cb), (ev_window_init):
13403         Add fullscreen support from Epiphany.
13404         
13405 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13406
13407         * data/ev-stock-zoom-fit-width.png: fit-width
13408         stock icon from gpdf.
13409         
13410         * shell/ev-stock-icons.[ch]: copied from gpdf.
13411         
13412         * shell/main.c: (main): init stock icons.
13413         
13414         * shell/ev-window.c: use the fit-width icon.
13415         
13416         * data/evince-ui.xml: add zooming toolbar items.
13417
13418 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13419
13420         * shell/ev-view.c: 
13421         (ev_view_best_fit), (ev_view_fit_width): because
13422         get_page_size() returns the scaled page size, we
13423         need to calculate the scale factor relative to
13424         the previous scale factor. Should really just
13425         add get_real_page_size().
13426
13427 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13428
13429         * shell/ev-view.[ch]:
13430         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13431         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13432         add zooming.
13433         
13434         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13435         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13436         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13437         hook it up.
13438         
13439         * pdf/xpdf/pdf-document.cc:
13440         (pdf_document_begin_find),
13441         (pdf_document_end_find): make static.
13442
13443 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13444
13445         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13446
13447         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13448         names to fontconfig patterns.
13449         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13450
13451         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13452         setupBaseFontsFc.
13453
13454 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * Makefile.am:
13457         * configure.ac:
13458         * ps/Makefile.am:
13459         * ps/ggvutils.c:
13460         * ps/ggvutils.h:
13461         * ps/gsdefaults.c:
13462         * ps/gsdefaults.h:
13463         * ps/gsio.c:
13464         * ps/gsio.h:
13465         * ps/gtkgs.c:
13466         * ps/gtkgs.h:
13467         * ps/ps.c:
13468         * ps/ps.h:
13469
13470         Import ggv backend. Not hooked up yet.
13471
13472 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13473
13474         * shell/main.c: (load_files), (main): load files
13475         from the command line.
13476
13477 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13478
13479         * configure.ac: don't require bonobo.
13480         
13481         * cut-n-paste/recent-files/*: kill bonobo recent
13482         view.
13483
13484         * shell/ev-window.c:
13485         (ev_window_is_empty): upd.
13486         (unable_to_load), (ev_window_open): load backend
13487         based on the mime type.
13488
13489 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13490
13491         * backend/.cvsignore: ignore generated marshalers source.
13492
13493         * shell/main.c (main): this is not epiphany.
13494
13495 2004-12-22  Havoc Pennington  <hp@redhat.com>
13496
13497         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13498         (expose_bin_window): draw find highlights
13499
13500         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13501         
13502         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13503         (pdf_document_end_find): implement this interface
13504
13505         * backend/ev-document.c (ev_document_found): add this to emit
13506         signal
13507
13508 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13509
13510         * data/evince-ui.xml: Add a few more toolbar items.
13511
13512         * shell/ev-window.c: Hook up page navigation toolbar 
13513         items.
13514
13515         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13516         a page-changed signal.
13517
13518         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13519         Add ev_document_get_page().
13520
13521         * shell/ev-window.c: Sensitize/desensitize navigation
13522         actions.
13523
13524 2004-12-21  Havoc Pennington  <hp@redhat.com>
13525
13526         * backend/ev-backend-marshal.c,
13527         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13528         marshaler-generator thingy. I'm sure there's a better way to do
13529         this in the modern world.
13530
13531         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13532         end_find methods and "found" signal.
13533
13534         * configure.ac: find glib-genmarshal
13535
13536 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13537
13538         * shell/ev-sidebar.c: Construct an actual sidebar.
13539         * shell/ev-sidebar-bookmarks.[ch]:
13540         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13541
13542 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13543
13544         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13545         Redo size handling.
13546         
13547         * shell/ev-view.c: Track the size from the document.
13548
13549 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13550
13551         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13552         constructor assumes ownership of the string passed in.
13553         
13554         * shell/ev-window.c (ev_window_open): Destroy the error
13555         dialog once we've displayed it.
13556
13557 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13558
13559         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13560         a bit, it works! (sort of)
13561
13562         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13563         Move to .cc since we need to use C++ in the implementation.
13564
13565         * shell/dummy.cc: Add a CC file to force evince
13566         to be linked as a C++ program.
13567
13568 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13569
13570         * shell/ev-view.[ch]: Start of content-area widget.
13571
13572         * shell/ev-window.c: Create a EvView, update it
13573         as we change documents.
13574
13575         * shell/Makefile.am shell/ev-marshal.list: Add
13576         generated marshalers.
13577
13578 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13579
13580         * Makefile.am (SUBDIRS): move shell.
13581
13582 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13583
13584         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13585         .a to libtool convenience libraries.
13586
13587         * shell/ev-window.c (ev_window_open): Hard code loading
13588         a PDF document.
13589         
13590         * backend/ev-document.h: Add a boolean return to load(),
13591         fix GError * to GError **.
13592
13593         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13594         object for a PDF backend EvDocument.
13595
13596 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13597
13598         * dvi/*: New directory with the beginning of a .dvi backend.
13599
13600 2004-12-21  Havoc Pennington  <hp@redhat.com>
13601
13602         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13603         previous/next instead of back/forward
13604
13605 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13606
13607         * backend/ev-document.[ch]: Fix a couple of problems so
13608         it compile.
13609
13610 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13611
13612         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13613         to backend/ directory, rename EvViewer to EvDocument.
13614
13615 2004-12-21  Havoc Pennington  <hp@redhat.com>
13616
13617         * shell/ev-window.c: hook up the find bar widget; now we just need
13618         a document to find things in
13619
13620         * shell/eggfindbar.c: a find bar widget
13621
13622 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13623
13624         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13625
13626 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13627
13628         * pdf/**: Import of xpdf code from gpdf. 
13629
13630         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13631
13632         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13633         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13634         Fix FreeType includes.
13635
13636         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13637         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13638         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13639         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13640         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13641         Include xpdfconfig.h
13642         
13643 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13644
13645         * shell/ev-window.c (ev_window_dispose): dispose can be called
13646         multiple times.
13647
13648 2004-12-21  Havoc Pennington  <hp@redhat.com>
13649
13650         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13651         rather than Evince
13652
13653         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13654         items; really they should be synced with the strings, etc. from
13655         current gpdf, but just getting the boring typing out of the way 
13656
13657 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13658
13659         * po/POTFILES.in:
13660         * shell/ev-application.c: (window_destroy_cb):
13661         * shell/ev-window.c:
13662         * shell/main.c: (main):
13663
13664         Actually show the window...
13665
13666 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13667
13668         * Makefile.am:
13669         * shell/Makefile.am:
13670         * shell/ev-application.c: (ev_application_class_init):
13671         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13672
13673         Make it build again
13674
13675 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         Import to gnome cvs.
13678         
13679         * Remove copies of gpdf and ggv trees.
13680         * Rip out all the recursive configure code.
13681         * Remove bonobo machinery.
13682         * viewer/*: GInterfaces that backends should/can implement.
13683
13684 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13685
13686         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13687         typo
13688
13689 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13690
13691         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13692         (ev_application_finalize, ev_application_class_init)
13693         (ev_application_init): use GType instance private data for priv.
13694
13695         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13696         (ev_window_finalize, ev_window_class_init)
13697         (ev_window_init): ditto.
13698
13699 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13700
13701         * shell/ev-application.c (ev_application_new_window): make public
13702         (ev_application_show_initial_window): kill.
13703
13704         * shell/ev-application.h: update prototypes.
13705
13706         * shell/main.cc (main): inline ev_application_show_initial_window.
13707
13708 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13709
13710         * shell/ev-application.c (ev_application_new_window): impl.
13711         (ev_application_show_initial_window): use it.
13712         (is_window_empty, ev_application_get_empty_window): returns an
13713         existing empty window or a new one.
13714         (ev_application_open): from ev_window_cmd_file_open.
13715
13716         * shell/ev-application.h: update prototypes
13717
13718         * shell/ev-window.c (ev_window_is_empty): impl.
13719         (ev_window_open): make public.
13720         (ev_window_cmd_file_open): use ev_application_open
13721
13722         * shell/ev-window.h: update prototypes, remove unused.
13723
13724 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13725
13726         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13727         move destroy handler out of here...
13728
13729         * shell/ev-application.c, shell/ev-application.h: ...into this new
13730         class. Also handles initial window creation.
13731
13732         * shell/main.cc (main): use EvApplication to create initial
13733         window.
13734
13735 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13736
13737         * Makefile.am (SUBDIRS): add cut-n-paste
13738
13739         * cut-n-paste/Makefile.am: add
13740
13741         * configure.ac: generate Makefiles in cut-n-paste
13742
13743 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13744
13745         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13746         (ev_window_class_init): install ev_window_dispose.
13747
13748 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13749
13750         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13751         char (gchar looks stupid).
13752
13753 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13754
13755         * po/de.po: updated German translation.
13756
13757 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13758
13759         * configure.ac: add more pkg-config library checks for gnome-vfs,
13760         bonobo etc.
13761
13762         * gpdf/configure.in: temporarily disable libpaper
13763         checks. Otherwise I'd have to add the checks for the shell, too.
13764
13765 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13766
13767         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13768         and * file filters to the file choose.
13769
13770 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13771
13772         * po/de.po: Updated German translation.
13773
13774 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13775
13776         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13777
13778 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13779
13780         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13781
13782         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13783         (ev_window_init): implement those menuitems.
13784
13785 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13786
13787         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13788
13789         * shell/ev-window.c (ev_window_init): use the toolbar.
13790
13791 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13792
13793         * shell/ev-window.c (ev_window_init): use menu translations
13794
13795 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13796
13797         * configure.ac: add "de" to ALL_LINGUAS.
13798
13799         * po/de.po: add German translation.
13800
13801 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13802
13803         * Makefile.am (SUBDIRS): add po
13804
13805         * configure.ac: check intltool, glib-gettext etc, generate
13806         po/Makefile.in
13807
13808         * po, po/POTFILES.in, po/POTFILES.skip: new.
13809
13810 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13811
13812         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13813         already use (#ifdef ENABLE_NLS)
13814
13815         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13816         pointer indirection thinko.
13817
13818         * shell/main.c: include gi18n.h for bindtextdomain etc.
13819
13820 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13821
13822         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13823         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13824         tooltips for menu items in the statusbar.
13825
13826 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13827
13828         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13829         pkgdatadir drop UIDIR
13830
13831 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13832
13833         * data/evince-ui.xml: Add File->Open menu item
13834
13835         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13836         chooser), hook it up in the ui manager.
13837
13838 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13839
13840         * shell/ev-window.c: fix Help->About tooltip.
13841
13842 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13843
13844         * configure.ac: set CFLAGS for libevprivate.
13845
13846         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13847         definitions, factory etc.
13848
13849         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13850
13851         * shell/Makefile.am: link against libevprivate.a.
13852
13853         * shell/ev-window.c (entries): add stock icon to Help->About.
13854
13855         * shell/main.c (main): init stock icon code.
13856
13857 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13858
13859         * lib/recent-files: egg recent files code
13860
13861         * lib/Makefile.am: add.
13862
13863         * Makefile.am: add lib subdir.
13864
13865         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13866         set CFLAGS for recent-files.
13867
13868 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13869
13870         * configure.ac: disable -ansi and -pedantic gcc flags. They
13871         disable POSIX stuff in stdio.h, but egg-recent uses them.
13872
13873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13874
13875         * configure.ac: add --disable-deprecated flag (defaults to on in
13876         "cvs" builds).
13877
13878         * shell/Makefile.am (INCLUDES): use it.
13879
13880 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13881
13882         * shell/main.c: add missing #include.
13883
13884         * shell/ev-window.c: fix for pedantic gcc.
13885         (ev_window_cmd_help_about): split license into paragraphs for
13886         translators and pedantic compilers.
13887
13888 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13889
13890         * configure.ac: add more warning flags if compiling with gcc from
13891         cvs (or explicitly requested with --enable-more-warnings).
13892
13893 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13894
13895         * data/evince-ui.xml: add File and File->Close menu.
13896
13897         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13898         (ev_window_destroy): quit after destroy.
13899         (ev_window_class_init): override GtkObject::destroy.
13900         (entries): install close_window callback.
13901
13902 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13903
13904         * Makefile.am (SUBDIRS): add data subdir.
13905
13906         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13907         gtk+ 2.5.0 for GtkAboutDialog.
13908
13909         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13910         main window.
13911
13912         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13913
13914         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13915         manager.
13916         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13917
13918 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13919
13920         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13921
13922 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13923
13924         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13925
13926 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13927
13928         * shell/*: Added shell directory boilerplate, build it.
13929
13930 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13931
13932         * configure.ac, Makefile.am: Added top-level configure.ac and
13933         Makefile.am