]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Added missing bug number to ChangeLog.
[evince.git] / ChangeLog
1 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
2
3         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
4         When saving a file, using the default permissions for the user/system,
5         respecting umask and any setgid bit on the directory. Uses the new
6         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
7         Bug #568593.
8
9 2009-01-21  Christian Persch  <chpe@gnome.org>
10
11         * configure.ac:
12         * libdocument/Makefile.am:
13         * libview/Makefile.am: Add libtool versioning to libevbackend and
14         libevview. Bug #568229.
15
16 2009-01-21  Christian Persch  <chpe@gnome.org>
17
18         * Makefile.am:
19         * configure.ac:
20         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
21
22 2009-01-21  Christian Persch  <chpe@gnome.org>
23
24         * configure.ac:
25         * libdocument/Makefile.am:
26         A libdocument/ev-version.h.in: Add version defines and version check
27         macro. Bug #568224.
28
29 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
30
31         * shell/ev-sidebar-links.c
32         * shell/ev-print-operation.c:
33         * shell/ev-history.c:
34         * shell/ev-file-monitor.c:
35         * shell/ev-window.c:
36         * shell/ev-password-view.c:
37         * shell/ev-sidebar-thumbnails.c:
38         * shell/ev-sidebar-attachments.c:
39         * libview/ev-pixbuf-cache.c:
40         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
41         Bug #568386.
42
43 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
44
45         * libdocument/ev-document-info.h:
46
47         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
48         
49 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
50
51         * libview/Makefile.am:
52
53         Install ev-job-scheduler.h. See bug #567790.
54         
55 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
56
57         * libdocument/Makefile.am:
58
59         Install ev-backends-manager.h and
60         ev-document-type-builtins.h. Fixes bug #567787.
61         
62 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * NEWS:
65         * configure.ac:
66
67         Update for release 2.25.5
68         
69 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * libview/ev-view.c: (ev_view_drag_data_get):
72
73         Fix second parameter passed to gtk_selection_data_set_uris(), 
74         it expects a gchar **.
75         
76 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
77
78         * libdocument/Makefile.am:
79         * libdocument/ev-document-info.h:
80         * libdocument/ev-document-type-builtins.c.template:
81         * libdocument/ev-document-type-builtins.h.template:
82         * libdocument/ev-document.c: (ev_document_info_get_type),
83         (ev_document_info_copy):
84
85         Make EvDocumentInfo and enums definded in ev-document-info.h
86         GTypes. Fixes bug #567789.
87         
88 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
89
90         * shell/main.c (arguments_parse): Fix for a minor code typo.
91
92 2009-01-18  Christian Persch  <chpe@gnome.org>
93
94         * help/reference/Makefile.am:
95         * help/reference/evince.types: Fix the API docs build. Bug #568171.
96
97 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
98
99         * libview/Makefile.am:
100         * libview/ev-view-type-builtins.c.template:
101         * libview/ev-view-type-builtins.h.template:
102
103         Make EvJobPriority a proper GType. Fixes bug #567788.
104         
105 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * configure.ac:
108         * cut-n-paste/*/Makefile.am:
109         * libdocument/Makefile.am:
110
111         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
112         code.
113         
114 2009-01-18  Christian Persch  <chpe@gnome.org>
115
116         * libview/ev-view.c: (ev_view_drag_data_get),
117         (ev_view_drag_motion), (ev_view_update_primary_selection),
118         (clear_link_selected):
119         * shell/ev-sidebar-attachments.c:
120         (ev_sidebar_attachments_drag_data_get),
121         (ev_sidebar_attachments_get_property),
122         (ev_sidebar_attachments_init):
123         * shell/ev-window.c: Update drag handling code to use the
124         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
125         hardcoding the targets lists. Bug #558084.
126         
127 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * libdocument/Makefile.am:
130         * libdocument/ev-backend-marshal.c:
131         * libdocument/ev-backend-marshalers.list:
132         * libdocument/ev-document.c:
133
134         Remove unused marshalers stuff from libdocument.
135         
136 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * po/POTFILES.in:
139
140         Update for the current source tree.
141         
142 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * configure.ac:
145         * Makefile.am:
146         * libdocument/Makefile.am:
147         * libview/Makefile.am:
148         * libview/ev-job-scheduler.[ch]:
149         * libview/ev-jobs.[ch]:
150         * libview/ev-page-cache.[ch]:
151         * libview/ev-pixbuf-cache.[ch]:
152         * libview/ev-timeline.[ch]:
153         * libview/ev-transition-animation.[ch]:
154         * libview/ev-view-accessible.[ch]:
155         * libview/ev-view-marshal.list:
156         * libview/ev-view.[ch]:
157         * shell/Makefile.am:
158
159         Move EvView specific code to a libeviview library so that it can
160         be embbeded in other applications. Based on patches by Tomeu
161         Vizoso. Fixes bug #567751.
162         
163 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
166         * shell/ev-window.c: (ev_window_load_job_cb),
167         (ev_window_load_job_cb), (ev_window_open_uri),
168         (ev_window_reload_local), (ev_window_dispose):
169
170         Remove dest, mode and search_string from EvJobLoad since they are
171         not really needed by the job, but for the window.
172         
173 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/ev-view.c: (ev_view_drag_data_received),
176         (ev_view_class_init), (ev_view_init):
177         * shell/ev-window.c: (ev_window_drag_data_received),
178         (ev_window_class_init), (ev_window_init):
179
180         Make the whole EvWindow the destination of a drag and drop
181         operation.
182         
183 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * shell/ev-window.c: (window_open_file_copy_progress_cb):
186
187         Add missing brakets around the percentage in progress
188         messages. See bug #567910.
189         
190 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-application.c: (ev_application_open_window),
193         (ev_application_open_uri_at_dest):
194
195         Do no use gdk_x11_* when not available. Based on patch by Hib
196         Eris, see bug #339172.
197         
198 2009-01-16  Hib Eris  <hib@hiberis.nl>
199
200         * configure.ac:
201         * properties/ev-properties-view.c:
202         (ev_properties_view_format_date):
203
204         Check for localtime_r. See bug #339172.
205         
206 2009-01-16  Hib Eris  <hib@hiberis.nl>
207
208         * shell/main.c:
209
210         Include gdkx only for dbus support. See bug #339172.
211         
212 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
213
214         * shell/ev-view.c: (ev_view_set_zoom_for_size):
215
216         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
217         #567785.
218         
219 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * shell/ev-window.c: (reload_remote_copy_progress_cb),
222         (window_save_file_copy_progress_cb):
223
224         Use brakets around the percentage in progress messages. See bug
225         #567910.
226         
227 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (reload_remote_copy_ready_cb):
230
231         Fix typo in error message. See bug #567910.
232         
233 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-window.c: (ev_window_cmd_file_close_window):
236
237         Fix mnemonic conflict. Fixes bug #567937.
238         
239 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
240
241         * NEWS:
242         * configure.ac:
243
244         Update for release 2.25.4
245         
246 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
247
248         * configure.ac:
249         
250         GLib version requirement bumped to 2.18 due to g_set_error_literal.
251         Thanks to Christian Spurk.
252
253 2008-12-31  Hib Eris  <hib@hiberis.nl>
254         
255         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
256
257         Fix mime type handling.
258         
259 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * po/POTFILES.in:
262
263         Add ev-print-operation.c.
264         
265 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * shell/ev-window.c: (ev_window_clear_progress_idle),
268         (reset_progress_idle), (ev_window_show_progress_message),
269         (ev_window_reset_progress_cancellable),
270         (ev_window_progress_response_cb), (show_loading_progress),
271         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
272         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
273         (show_reloading_progress), (reload_remote_copy_ready_cb),
274         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
275         (show_saving_progress), (window_save_file_copy_ready_cb),
276         (window_save_file_copy_progress_cb), (ev_window_save_remote),
277         (ev_window_dispose):
278
279         Show progress information when loading/saving remote files. Fixes
280         bug #370958.
281         
282 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
285
286         Show better warning message when temp file cannot be deleted.
287         
288 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * shell/ev-window.c: (image_save_dialog_response_cb):
291
292         Fix saving images to remote locations.
293         
294 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-application.[ch]: (ev_application_shutdown),
297         (ev_application_get_print_settings_file),
298         (ev_application_save_print_settings),
299         (ev_application_get_print_settings),
300         (ev_application_set_print_settings),
301         (ev_application_get_page_setup), (ev_application_set_page_setup):
302         * shell/ev-window.c: (ev_window_save_print_page_setup),
303         (ev_window_load_print_page_setup_from_metadata),
304         (ev_window_print_page_setup_done_cb),
305         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
306         (ev_window_cmd_preview_print):
307
308         Remember page setup options too. Paper size is globally remembered
309         while page margins are stored per document in metadata file. Fixes
310         bugs #525185 and #349102.
311         
312 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * shell/ev-print-operation.c:
315         (ev_print_operation_export_print_dialog_response_cb):
316
317         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
318         
319 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-print-operation.c: (export_cancel),
322         (export_job_cancelled), (ev_print_operation_export_begin),
323         (ev_print_operation_export_cancel):
324         * shell/ev-window.c: (ev_window_print_cancel),
325         (ev_window_print_update_pending_jobs_message),
326         (ev_window_print_operation_done),
327         (ev_window_print_operation_status_changed),
328         (print_jobs_confirmation_dialog_response),
329         (ev_window_cmd_file_close_window):
330
331         Show a confirmation dialog when there are pending print jobs while
332         closing the main window. Fixes bug #480964.
333         
334 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
337         (ev_print_operation_get_job_name),
338         (ev_print_operation_get_status),
339         (ev_print_operation_get_progress),
340         (ev_print_operation_update_status),
341         (ev_print_operation_export_get_job_name), (clamp_ranges),
342         (get_first_and_last_page), (ev_print_operation_export_run_next),
343         (print_job_finished), (export_print_done), (export_job_cancelled),
344         (update_progress), (export_print_page),
345         (ev_print_operation_export_begin),
346         (ev_print_operation_export_print_dialog_response_cb),
347         (ev_print_operation_export_run),
348         (ev_print_operation_export_cancel),
349         (ev_print_operation_export_class_init):
350         * shell/ev-window.c:
351         (ev_window_print_update_pending_jobs_message),
352         (ev_window_print_operation_done),
353         (ev_window_print_progress_response_cb),
354         (ev_window_print_operation_status_changed),
355         (ev_window_print_operation_begin_print), (ev_window_print_range),
356         (ev_window_dispose):
357
358         Show progress information when printing. Fixes bug #482770.
359         
360 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/Makefile.am:
363         * shell/ev-progress-message-area.[ch]:
364         * shell/ev-message-area.[ch]: (ev_message_area_init),
365         (ev_message_area_set_image_from_stock):
366
367         Add EvProgressMessageArea derived from EvMessageArea to show
368         progress information in the message area. 
369         
370 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
373
374         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
375         close button. Add a function to get the contents of the message
376         area.
377         
378 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/Makefile.am:
381         * shell/ev-print-operation.[ch]:
382         * shell/ev-jobs.[ch]: (ev_job_export_init),
383         (ev_job_export_dispose), (ev_job_export_run),
384         (ev_job_export_class_init), (ev_job_export_new),
385         (ev_job_export_set_page):
386         * shell/ev-window.c: (ev_window_print_operation_done),
387         (ev_window_print_range), (ev_window_dispose):
388
389         First step of the printing system rework. EvJobPrint has been
390         replaced by EvJobExport so that every page is scheduled to be
391         exported in a thread instead of scheduling the whole printing
392         process. This way the gui is responsive during printing.
393         
394 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/ev-window.c: (setup_size_from_metadata),
397         (ev_window_load_print_settings_from_metadata):
398
399         Fix memory leaks.
400         
401 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * libdocument/ev-document.c: (ev_document_get_type):
404
405         Add GObject type as prerequisite to EvDocument interface so that
406         document instances can be used as GObjects.
407         
408 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * shell/ev-view.c: (jump_to_find_result):
411
412         Only jump the the location of the find result for the first match
413         when searching. It drastically improves the performance when
414         searching. Bug catched and fixed by Michael Hunold. Fixes bug
415         #564774.
416         
417 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * properties/ev-properties-main.c: (ev_properties_get_pages):
420         * properties/ev-properties-view.[ch]:
421         (ev_properties_view_dispose), (ev_properties_view_class_init),
422         (ev_properties_view_set_info), (ev_properties_view_new):
423         * shell/ev-properties-dialog.[ch]:
424         (ev_properties_dialog_set_document):
425         * shell/ev-window.c: (ev_window_setup_document),
426         (ev_window_cmd_file_properties):
427
428         Add document URI to properties page. Fixes bug #555376.
429         
430 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * configure.ac:
433         * data/Makefile.am:
434         * data/evince-password.glade: Removed
435         * data/evince-properties.glade: Removed
436         * properties/ev-properties-view.c:
437         (ev_properties_view_class_init), (set_property),
438         (ev_properties_view_set_info), (ev_properties_view_init):
439         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
440         (font_cell_data_func), (ev_properties_fonts_init):
441
442         Remove Glade dependency.
443         
444 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * backend/comics/comics-document.c: (comics_document_load):
447
448         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
449         
450 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * NEWS:
453         * configure.ac:
454
455         Update for release 2.25.2
456         
457 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * configure.ac:
460         * shell/Makefile.am:
461         * shell/ev-keyring.[ch]:
462         * shell/ev-password.[ch]: Removed
463         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
464         (ev_password_view_class_init), (ev_password_view_clicked_cb),
465         (ev_password_view_init), (ev_password_view_set_uri),
466         (ev_password_dialog_got_response),
467         (ev_password_dialog_remember_button_toggled),
468         (ev_password_dialog_entry_changed_cb),
469         (ev_password_dialog_entry_activated_cb),
470         (ev_password_view_ask_password), (ev_password_view_get_password),
471         (ev_password_view_get_password_save_flags),
472         (ev_password_view_new):
473         * shell/ev-window.c: (ev_window_password_view_unlock),
474         (ev_window_load_job_cb), (ev_window_close_dialogs),
475         (ev_window_init):
476
477         Rework the password view. When the password is in the keyring it's
478         used automatically without showing the password dialog and it's  
479         only stored in the keyring when we are sure it's correct. The
480         password dialog has been reworked too, in order to make it
481         more hig compliant and consistent with the GTK+ dialog used in
482         gtkmountoperation. Fixes bug #562496. 
483         
484 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * backend/comics/comics-document.c: (comics_document_load):
487
488         Do not trust file extensions when getting the command needed to
489         uncompress comic documents. Fixes bug #562143.
490         
491 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * libdocument/ev-document-factory.c: (get_document_from_uri),
494         (ev_document_factory_get_document):
495         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
496         (get_mime_type_from_data), (ev_file_get_mime_type):
497
498         Move mime-type functions from document-facrory to file-helpers so
499         that it can be reused.
500         
501 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
504         (window_open_file_copy_ready_cb), (ev_window_reload_local),
505         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
506         (ev_window_reload_remote), (ev_window_reload_document):
507
508         Add support for reloading remote documents. Fixes bug #555399.
509         
510 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-view.c: (ev_view_find_previous):
513
514         Make sure find_result is never < 0 which causes a crash while
515         searching. Fixes bug #558377.
516         
517 2008-11-19  Marek Kašík <mkasik@redhat.com>
518
519         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
520         (ev_pixbuf_cache_get_selection_surface):
521         
522         Fixes crash on fast scrolling with simultaneous text selection.
523
524 2008-11-19  Marek Kašík <mkasik@redhat.com>
525
526         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
527         * shell/ev-window.c (launch_external_uri):
528         
529         Fixes assertion fail on selecting text. See bug #561393.
530
531 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/Makefile.am:
534         * shell/ev-jobs.[ch]: (ev_job_layers_init),
535         (ev_job_layers_dispose), (ev_job_layers_run),
536         (ev_job_layers_class_init), (ev_job_layers_new):
537         * shell/ev-sidebar-layers.[ch]:
538         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
539         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
540         (ev_view_reload_page), (ev_view_reload):
541         * shell/ev-window.c: (setup_sidebar_from_metadata),
542         (ev_window_sidebar_current_page_changed_cb),
543         (sidebar_layers_visibility_changed), (ev_window_init):
544
545         Add layers support.
546         
547 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * data/icons/22x22/actions/Makefile.am:
550         * data/icons/22x22/actions/eye.png:
551         * shell/ev-stock-icons.[ch]:
552         
553         Add eye icon from gimp to hide/show layers.
554         
555 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * configure.ac:
558         * cut-n-paste/Makefile.am:
559         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
560         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
561         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
562
563         Add GimpCellRendererToggle from gimp slightly modified to fit our
564         needs. 
565         
566 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * configure.ac:
569         * backend/pdf/ev-poppler.cc:
570
571         Implement layers interface in PDF backend.
572         
573 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * libdocument/Makefile.am:
576         * libdocument/ev-document-layers.[ch]:
577         * libdocument/ev-layer.[ch]:
578
579         Add optional content (layers) interface.
580         
581 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
582
583         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
584         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
585
586         Removes unused code.
587
588 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * NEWS:
591         * configure.ac:
592
593         Update for 2.25.1 release
594
595 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c:
598
599         Fix build with GTK+ < 2.14
600
601 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
602
603         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
604         
605         Makes menu label translatable. Fixes bug #559129.
606
607 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
608
609         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
610         (t1_transform_font):
611         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
612         
613         More renames of warning to mdvi_warning in follow up to the
614         fix of the bug #553369. Fix for the bug #559257 by
615         Tuxce <tuxce.net@gmail.com>.
616         
617 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-application.c: (ev_application_init_session):
620         * shell/main.c: (main):
621
622         Move the egg_set_desktop_file() call to main and remove
623         gtk_window_set_default_icon_name() since it's already called by
624         egg_set_desktop_file()
625         
626 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
629
630         Initialize GError to NULL.
631         
632 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-window.c: (window_save_file_copy_ready_cb),
635         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
636         (ev_window_preview_print_finished), (launch_action):
637
638         Do not use popup dialogs to show error messages anymore, use the
639         message area instead.
640         
641 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * shell/ev-window.c: (ev_window_error_message),
644         (ev_window_warning_message), (ev_window_set_document),
645         (ev_window_load_job_cb), (ev_window_load_remote_failed),
646         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
647         (ev_window_cmd_help_contents), (launch_external_uri),
648         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
649         (ev_attachment_popup_cmd_open_attachment),
650         (attachment_save_dialog_response_cb):
651
652         Use a message format (with printf()-style) in
653         ev_window_error_message and ev_window_warning_message.
654
655 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * shell/ev-window.c: (ev_window_error_message),
658         (ev_window_warning_message), (ev_window_set_document),
659         (ev_window_load_job_cb), (ev_window_load_remote_failed),
660         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
661         (ev_window_cmd_help_contents), (launch_external_uri),
662         (image_save_dialog_response_cb),
663         (ev_attachment_popup_cmd_open_attachment),
664         (attachment_save_dialog_response_cb):
665
666         Change ev_window_error_message and ev_window_warning_message to
667         receive a EvWindow instead of a GtkWindow. It's more consistent
668         and avoids unneeded casts.
669         
670 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * shell/ev-window.c: (ev_window_cmd_help_contents):
673
674         Use gtk_show_uri() when availale to display help contents.
675         
676 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * configure.ac:
679         * backend/pdf/ev-poppler.cc:
680         * properties/ev-properties-view.c:
681         * shell/Makefile.am:
682         * shell/ev-tooltip.[ch]: Removed
683         * shell/ev-view-private.h
684         * shell/eggfindbar.c:
685         * shell/ev-application.c:
686         * shell/ev-open-recent-action.c:
687         * shell/ev-sidebar-thumbnails.c:
688         * shell/ev-view.c:
689         * shell/ev-window.c:
690
691         Bump GTK+ requirement to 2.12.
692         
693 2008-10-27 Christian Persch <chpe@gnome.org>
694
695         * backend/djvu/djvu-document.c
696         * backend/dvi/cairo-device.c
697         * cut-n-paste/evmountoperation/ev-mount-operation.h
698         * cut-n-paste/gedit-message-area/gedit-message-area.h
699         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
700         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
701         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
702         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
703         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
704         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
705         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
706         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
707         * cut-n-paste/zoom-control/ephy-zoom-action.c
708         * cut-n-paste/zoom-control/ephy-zoom-action.h
709         * cut-n-paste/zoom-control/ephy-zoom-control.c
710         * cut-n-paste/zoom-control/ephy-zoom-control.h
711         * libdocument/ev-async-renderer.h
712         * libdocument/ev-document-factory.c
713         * libdocument/ev-document-misc.h
714         * libdocument/ev-image.h
715         * libdocument/ev-selection.h
716         * shell/ev-properties-fonts.h
717         * shell/ev-stock-icons.h
718         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
719         directly. Bug #558064.
720
721 2008-10-27 Christian Persch <chpe@gnome.org>
722
723         * cut-and-paste/smclient/*: Update from libegg.
724
725 2008-10-27 Christian Persch <chpe@gnome.org>
726
727         * backend/djvu/djvu-document.c
728         * backend/ps/ev-spectre.c
729         * shell/ev-jobs.c: Use printf safely. Bug #558066.
730
731 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
732
733         * shell/ev-view.c (ev_view_change_page),
734         (ev_view_transition_animation_finish),
735         (ev_view_transition_animation_cancel), (page_changed_cb),
736         (ev_view_set_presentation), (ev_view_next_page),
737         (ev_view_previous_page):
738         
739         Cancel the animation without scheduling transition start
740         and proceed to the next page to fix bug #516749.
741
742 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * NEWS:
745         * configure.ac:
746
747         Update for release 2.24.1
748         
749 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-window.c: (ev_window_cmd_view_presentation):
752
753         Disable toggle function of F5 when in presentation mode. Patch by
754         Dave Neary. Fixes bug #556162.
755         
756 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
759         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
760         (ev_sidebar_thumbnails_fill_model),
761         (ev_sidebar_thumbnails_refresh),
762         (ev_sidebar_thumbnails_set_document):
763
764         Instead of using only one loading icon for thumbnails based on the
765         size of the first page, create an icon for every different page
766         size. Fixes bug #556264.
767         
768 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * shell/ev-page-cache.c: (ev_page_cache_finalize):
771
772         Fix memory leak.
773         
774 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
775
776         * shell/ev-window-title.c (ev_window_title_sanitize_title):
777
778         Removes bad prefixes from window title. Patch by 
779         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
780         
781 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-window.c: (launch_external_uri):
784
785         Do not consider mailto links as http uris. Fixes bug #555801.
786         
787 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * shell/ev-view.c: (merge_selection_region), (clear_selection):
790
791         Fix memory leak. Fixes bug #555134.
792         
793 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
796
797         Emit the job finished signal when the job is handled before the
798         page_ready callback.
799         
800 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-window.c: (launch_action):
803
804         Use GdkAppLaunchContext when available to launch external
805         applications.
806         
807 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-window.c: (launch_action):
810
811         Fix launching external applications for launch actions which seems
812         to be broken since the gio port. Fixes bug #554500.
813         
814 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * backend/dvi/Makefile.am:
817         * backend/dvi/cairo-device.c:
818         * backend/dvi/dvi-document.c:
819         * backend/dvi/mdvi-lib/Makefile.am:
820
821         Fix several compile warnings in the dvi backend.
822         
823 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * backend/dvi/mdvi-lib/common.h:
826         * backend/dvi/mdvi-lib/dviread.c:
827         * backend/dvi/mdvi-lib/font.c:
828         * backend/dvi/mdvi-lib/fontmap.c:
829         * backend/dvi/mdvi-lib/fontsrch.c:
830         * backend/dvi/mdvi-lib/gf.c:
831         * backend/dvi/mdvi-lib/pagesel.c:
832         * backend/dvi/mdvi-lib/pk.c:
833         * backend/dvi/mdvi-lib/sp-epsf.c:
834         * backend/dvi/mdvi-lib/special.c:
835         * backend/dvi/mdvi-lib/tfm.c:
836         * backend/dvi/mdvi-lib/tfmfile.c:
837         * backend/dvi/mdvi-lib/util.c:
838         * backend/dvi/mdvi-lib/vf.c:
839
840         Rename error as mdvi_error to avoid symbol conflicts with the libc
841         error. Rename also message, crash, fatal and warning for
842         consistency. Fixes bug #553369.
843         
844 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/dvi/dvi-document.c: (dvi_document_load):
847
848         Fix memory leak.
849         
850 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * backend/dvi/dvi-document.c:
853
854         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
855         G_IMPLEMENT_INTERFACE.
856         
857 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
860
861         Make sure copy_job_page_and_selection_to_job_info is always called
862         before copy_job_to_job_info. Fixes bug #552382.
863         
864 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * NEWS:
867         * configure.ac:
868
869         Update for release 2.24.0
870         
871 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window.c: (launch_external_uri):
874
875         Use GdkAppLaunchContext when available to launch external uris.
876         
877 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-window.c: (launch_external_uri):
880
881         Use the message area to show errors when lauching external uris
882         instead of a popup window.
883         
884 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-window.c: (launch_external_uri):
887
888         Assume invalid uris are http uris. Fixes bug #552071.
889         
890 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * NEWS:
893         * configure.ac:
894
895         Update for release 2.23.92.
896         
897 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * shell/eggfindbar.c: (egg_find_bar_class_init):
900
901         Allow page scrolling with PageUp/PageDown keys when find bar is
902         active. Fixes bug #529833.
903         
904 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * shell/ev-view-private.h:
907         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
908         (ev_view_scroll), (ev_view_class_init):
909         * shell/ev-view-accessible.c:
910         (ev_view_accessible_action_do_action):
911         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
912         (ev_window_cmd_scroll_backward):
913
914         Use GtkScrollType instead of EvScrollType.
915         
916 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
917
918         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
919         
920         Patch for case unsensitive page label match by Michael Lee.
921         See bug #550136.
922         
923         * shell/ev-page-action.c (create_tool_item):    
924         * test/Makefile.am:
925         * test/test1.py:
926         * test/test4.py:
927         * test/test5.py:
928         
929         Added test for the above and updated other tests.
930
931 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * shell/ev-window.c: (image_save_dialog_response_cb):
934
935         Do not append the file extension twice when saving an image.
936         
937 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
940
941         Remove an invalid ifdef.
942         
943 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-view.c: (ev_view_motion_notify_event):
946
947         Make sure the cursor is correctly restored after showing the right
948         click menu.
949         
950 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
953         (ev_attachment_open):
954         * shell/ev-sidebar-attachments.c:
955         (ev_sidebar_attachments_button_press):
956         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
957
958         Use GdkAppLaunchContext when available to open attachments.
959         
960 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
963
964         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
965         by Eric Piel.
966         
967 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-application.c: (ev_application_get_media_keys):
970         * shell/ev-media-player-keys.[ch]:
971         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
972         (ev_media_player_keys_grab_keys),
973         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
974         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
975         * shell/ev-window.[ch]: (ev_window_dispose),
976         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
977         (ev_window_init):
978
979         Clean up the media player keys stuff.
980         
981 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * NEWS:
984         * configure.ac:
985
986         Update for release 2.23.91.
987         
988 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * cut-n-paste/smclient/eggsmclient-xsmp.c:
991         (sm_client_xsmp_set_initial_properties):
992
993         Fix memory leak.
994         
995 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-application.c: (ev_application_open_window),
998         (ev_application_open_uri_at_dest):
999
1000         Make sure evince starts up in the right workspace when resuming a
1001         previous session.
1002         
1003 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * shell/ev-application.[ch]: (ev_application_open_window),
1006         (ev_application_add_icon_path_for_screen),
1007         (ev_application_open_uri_at_dest):
1008
1009         Fix window manager warnings shown in ~/.xsession-errors
1010         
1011 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * configure.ac:
1014         * cut-n-paste/Makefile.am:
1015         * cut-n-paste/smclient/Makefile.am:
1016         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1017         * cut-n-paste/smclient/eggsmclient-private.h:
1018         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1019         * cut-n-paste/smclient/eggsmclient.[ch]:
1020
1021         EggSMClient copied from libegg
1022
1023         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1024         * shell/Makefile.am:
1025         * shell/ev-application.[ch]: (ev_application_load_session),
1026         (smclient_save_state_cb), (smclient_quit_cb),
1027         (ev_application_init_session), (ev_application_shutdown),
1028         (ev_application_init):
1029         * shell/main.c: (main):
1030
1031         Use EggSMClient instead of gnome-client and remove libgnome and
1032         libgnomeui dependencies.
1033         
1034 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/main.c: (main):
1037
1038         Remove gnome_authentication_manager_init.
1039         
1040 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * shell/ev-view.c: (ev_view_goto_window_create):
1043
1044         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1045         since it's now deprecated.
1046         
1047 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * backend/djvu/Makefile.am:
1050         * backend/djvu/djvu-document-private.h:
1051         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1052         (djvu_document_find_iface_init):
1053         * backend/djvu/djvu-text-page.[ch]:
1054         * backend/djvu/djvu-text.[ch]: Removed
1055         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1056         (pdf_document_find_iface_init):
1057         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1058         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1059         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1060         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1061         (ev_job_find_has_results), (ev_job_find_get_results):
1062         * shell/ev-view-private.h:
1063         * shell/ev-view.[ch]: (ev_view_expose_event),
1064         (highlight_find_results), (ev_view_finalize),
1065         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1066         (ev_view_set_document), (ev_view_find_get_n_results),
1067         (ev_view_find_get_result), (jump_to_find_result),
1068         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1069         (ev_view_find_previous), (ev_view_find_search_changed),
1070         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1071         * shell/ev-window.c: (ev_window_update_actions),
1072         (page_changed_cb), (ev_window_setup_document),
1073         (ev_window_update_find_status_message),
1074         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1075         (ev_window_clear_find_job), (find_bar_close_cb),
1076         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1077         (ev_window_dispose), (ev_window_init):
1078
1079         Rework find interface. The find logic has been moved from backends
1080         to the shell avoiding a lot of duplicated code in the backends and
1081         making easier to implement the find interface in the backends.
1082         
1083 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * backend/pdf/ev-poppler.cc:
1086         (pdf_document_thumbnails_get_dimensions):
1087
1088         Make sure thumbnail size returned by the PDF is actually
1089         valid. Fixes bug #548462.
1090         
1091 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-window.c: (ev_window_setup_document),
1094         (ev_window_set_document), (ev_window_dispose):
1095
1096         Remove the idle function for setting the document up when the
1097         window is destroyed. Fixes bug #549163.
1098         
1099 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1102         (ev_job_attachments_dispose), (ev_job_attachments_run),
1103         (ev_job_attachments_class_init), (ev_job_attachments_new):
1104         * shell/ev-sidebar-attachments.c:
1105         (ev_sidebar_attachments_set_document):
1106
1107         Add a new job to get the attachments in a thread with the document
1108         lock held. Fixes bug #548653.
1109         
1110 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1113         (tiff_document_document_iface_init):
1114
1115         Implement document_get_page_label in tiff backend.
1116         
1117 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * backend/tiff/tiff-document.c: (tiff_document_render):
1120
1121         Handle document orientation in tiff backend. Fixes bug #548444.
1122         
1123 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1126
1127         Do not crash when adjustment page size is 0. Fixes bug #547440.
1128         
1129 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1132
1133         Sync with current GTK+.
1134         
1135 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1136
1137         * configure.ac:
1138         
1139         Update for release 2.23.6.
1140
1141 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1144         (ev_job_load_set_password):
1145         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1146         * shell/ev-window.c: (password_dialog_response),
1147         (ev_window_load_job_cb):
1148
1149         Fix loading encrypted documents since I broke it with the jobs
1150         rework.
1151         
1152 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * NEWS:
1155
1156         Update NEWS for 2.23.6 release.
1157         
1158 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1159
1160         * backend/impress/impress-document.c:
1161         * backend/impress/render.h:
1162         * libdocument/ev-document-factory.c:
1163         * libdocument/ev-document-factory.h:
1164         * libdocument/ev-document-links.h:
1165         * libdocument/ev-document-misc.c:
1166         * libdocument/ev-document-misc.h:
1167         * properties/ev-properties-main.c:
1168         * properties/ev-properties-view.c:
1169         * properties/ev-properties-view.h:
1170         * shell/eggfindbar.c:
1171         * shell/eggfindbar.h:
1172         * shell/ev-application.c:
1173         * shell/ev-application.h:
1174         * shell/ev-jobs.h:
1175         * shell/ev-message-area.h:
1176         * shell/ev-navigation-action.c:
1177         * shell/ev-navigation-action.h:
1178         * shell/ev-open-recent-action.c:
1179         * shell/ev-open-recent-action.h:
1180         * shell/ev-page-action-widget.c:
1181         * shell/ev-page-action.c:
1182         * shell/ev-page-action.h:
1183         * shell/ev-page-cache.h:
1184         * shell/ev-password-view.h:
1185         * shell/ev-password.h:
1186         * shell/ev-pixbuf-cache.h:
1187         * shell/ev-properties-fonts.c:
1188         * shell/ev-sidebar-attachments.c:
1189         * shell/ev-sidebar-links.c:
1190         * shell/ev-sidebar-links.h:
1191         * shell/ev-sidebar-thumbnails.c:
1192         * shell/ev-sidebar-thumbnails.h:
1193         * shell/ev-sidebar.c:
1194         * shell/ev-sidebar.h:
1195         * shell/ev-stock-icons.c:
1196         * shell/ev-tooltip.h:
1197         * shell/ev-view.c:
1198         * shell/ev-view.h:
1199         * shell/ev-window.c:
1200         * shell/ev-window.h:
1201         * shell/main.c:
1202
1203         More #include cleanups. Again: reordering, single gtk.h
1204         includes and other stuff.
1205
1206 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1207
1208         * shell/eggfindbar.c:
1209         * shell/ev-application.c:
1210         * shell/ev-message-area.c:
1211         * shell/ev-navigation-action.c:
1212         * shell/ev-open-recent-action.c:
1213         * shell/ev-page-action-widget.c:
1214         * shell/ev-page-action.c:
1215         * shell/ev-password-view.c:
1216         * shell/ev-properties-dialog.c:
1217         * shell/ev-properties-fonts.c:
1218         * shell/ev-sidebar-attachments.c:
1219         * shell/ev-sidebar-page.c:
1220         * shell/ev-sidebar-thumbnails.c:
1221         * shell/ev-stock-icons.c:
1222         * shell/ev-tooltip.c:
1223         * shell/ev-view.c:
1224         * shell/ev-window.c:
1225         * shell/main.c:
1226
1227         Cleanup many #include statements: reorder so that a
1228         generic-to-specific order is used, use single gtk.h
1229         includes, and some other cleanups.
1230
1231 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-jobs.h:
1234
1235         Add gio header.
1236         
1237 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1240         (ev_document_fc_mutex_trylock):
1241         * shell/Makefile.am:
1242         * shell/ev-job-queue.[ch]:
1243         * shell/ev-job-scheduler.[ch]:
1244         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1245         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1246         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1247         (ev_job_failed_from_error), (ev_job_succeeded),
1248         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1249         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1250         (ev_job_links_class_init), (ev_job_render_init),
1251         (notify_page_ready), (ev_job_render_page_ready),
1252         (ev_job_render_run), (ev_job_render_class_init),
1253         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1254         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1255         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1256         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1257         (ev_job_save_dispose), (ev_job_save_run),
1258         (ev_job_save_class_init), (ev_job_print_init),
1259         (ev_job_print_dispose), (ev_job_print_run),
1260         (ev_job_print_class_init):
1261         * shell/ev-page-cache.c:
1262         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1263         (check_job_size_and_unref), (move_one_job),
1264         (copy_job_to_job_info), (add_job),
1265         (ev_pixbuf_cache_add_jobs_if_needed):
1266         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1267         (job_fonts_finished_cb), (job_fonts_updated_cb),
1268         (ev_properties_fonts_set_document):
1269         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1270         (ev_sidebar_links_set_document):
1271         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1272         (ev_sidebar_thumbnails_set_document),
1273         (ev_sidebar_thumbnails_clear_job):
1274         * shell/ev-view-private.h:
1275         * shell/ev-view.c:
1276         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1277         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1278         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1279         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1280         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1281         (ev_window_reload_document), (ev_window_clear_save_job),
1282         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1283         (ev_window_clear_print_job), (ev_window_print_job_cb),
1284         (ev_window_print_dialog_response_cb):
1285         * shell/main.c: (main):
1286
1287         Rework the jobs system in order to make it simpler and more
1288         extensible. It allows to run jobs in the main loop instead of
1289         using a thread when it's appropriate like the fonts job. Now it's
1290         also possible to cancel jobs that are currently running. 
1291         
1292 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * libdocument/ev-debug.c: (profile_init):
1295
1296         Create the hash table also when profiling service is enabled for
1297         all sections.
1298         
1299 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1302         (ev_profiler_stop):
1303         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1304         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1305         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1306         (ev_job_print_run):
1307         * shell/main.c: (main):
1308
1309         Add a profile mode available when debug is enabled. Add profilers
1310         in ev-jobs.
1311         
1312 2008-07-23  Götz Waschk <waschk@mandriva.org>
1313
1314         * configure.ac: Correctly build desktop file. Fixes
1315         bug #544237.
1316
1317 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1318
1319         * configure.ac:
1320         
1321         Update for release 2.23.5.
1322
1323 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * NEWS:
1326
1327         Update NEWS for 2.23.5 release.
1328         
1329 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (ev_window_state_event),
1332         (ev_window_class_init):
1333
1334         Intercept window manager's fullscreen request in order to run/stop
1335         fullscreen mode. Fixes bug #493541.
1336         
1337 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1340
1341         Restart the job search when the find bar is opened for the second
1342         time. Fixes bug #531956.
1343         
1344 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1347         (get_document_from_uri):
1348
1349         Make sure we always return a valid error struct when
1350         get_document_from_uri fails. Fixes nautilus crash, see bug
1351         #542548.
1352         
1353 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1354
1355         * libdocument/ev-transition-effect.c
1356         (ev_transition_effect_type_get_type),
1357         (ev_transition_effect_alignment_get_type),
1358         (ev_transition_effect_direction_get_type):
1359         
1360         Fixes bug #542924. Makes enums static to fix Solaris build.
1361
1362 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-view.c: (ev_view_key_press_event):
1365
1366         Add '.' keybinding for blanking the screen in presentation
1367         mode. Fixes bug #542001.
1368         
1369 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * libdocument/ev-document-misc.c:
1372         (ev_document_misc_pixbuf_from_surface):
1373
1374         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1375         #540950.
1376         
1377 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1378
1379         * backend/comics/comics-document.c (comics_document_load):
1380         * backend/comics/comicsdocument.evince-backend.in:
1381         * configure.ac:
1382         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1383         
1384         Added support for 7-zip based cb7 comic book. Patch by
1385         Kartik Rustagi. Fixes bug #532312.
1386
1387 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1388
1389         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1390         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1391         Fixes bug #539972.
1392
1393 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1394
1395         * shell/Makefile.am:
1396         * shell/ev-application.c (ev_application_init),
1397         (ev_application_get_media_keys):
1398         * shell/ev-application.h:
1399         * shell/ev-marshal.list:
1400         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1401         (proxy_destroy), (on_media_player_key_pressed),
1402         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1403         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1404         * shell/ev-media-player-keys.h:
1405         * shell/ev-window.c (ev_window_go_previous_page),
1406         (ev_window_go_next_page), (ev_window_go_first_page),
1407         (ev_window_go_last_page), (ev_window_start_presentation),
1408         (ev_window_dispose), (view_actions_focus_in_cb):
1409         * shell/ev-window.h: When building with D-Bus support, listen
1410         for multimedia key events from gnome-settings-daemon. This allows
1411         to go to the next/previous/first/last pages using, respectively,
1412         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1413         a presentation. Fixes bug #539971.
1414
1415 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1416
1417         * configure.ac:
1418         
1419         Update for release 2.23.4.
1420
1421 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * NEWS:
1424
1425         Update news for 2.23.4 release.
1426         
1427 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1430         * shell/ev-sidebar-thumbnails.c:
1431         (ev_sidebar_thumbnails_set_loading_icon),
1432         (ev_sidebar_thumbnails_refresh):
1433         * shell/ev-window.c: (ev_window_error_message),
1434         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1435         (ev_window_set_document):
1436
1437         Do not crash opening documents with no pages and show a warning
1438         message in the message area. Fixes bugs #537574 and #171588.
1439         
1440 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * shell/Makefile.am:
1443         * shell/ev-file-monitor.[ch]:
1444         * shell/ev-window.c: (ev_window_document_changed),
1445         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1446         (ev_window_reload_job_cb), (ev_window_open_uri),
1447         (ev_window_reload_document), (ev_window_cmd_view_reload),
1448         (ev_window_dispose):
1449
1450         Automaticly reload the document when the file has changed on
1451         disk. Bug #304249.
1452         
1453 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1454
1455         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1456         * libdocument/ev-image.c: (ev_image_save_tmp):
1457         * libdocument/ev-module.c: (ev_module_load):
1458         * shell/ev-application.c: (ev_application_shutdown),
1459         (ev_application_get_print_settings):
1460         * shell/ev-sidebar-attachments.c:
1461         (ev_sidebar_attachments_button_press),
1462         (ev_sidebar_attachments_drag_data_get):
1463         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1464         (ev_window_print_finished), (ev_window_print_send),
1465         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1466         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1467         (ev_window_cmd_preview_print):
1468         * shell/main.c: (load_files_remote):
1469         Fix some build warnings under GCC 4.3.0. (#537535).
1470
1471 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * shell/ev-jobs.c: (ev_job_render_dispose):
1474
1475         Fix a crash in debug mode. Patch by Daniel M German.
1476         
1477 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-window.c:
1480
1481         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1482         
1483 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * shell/ev-window.c: (ev_window_print_send),
1486         (ev_window_do_preview_print):
1487
1488         Use the window title as print job name instead of just
1489         "evince-print". Fixes bug #534493.
1490         
1491 2008-05-19  Frederic Peters  <fpeters@0d.be>
1492
1493         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1494         Bug #533897.
1495
1496 2008-05-19  Frederic Peters  <fpeters@0d.be>
1497
1498         * help/reference/Makefile.am: added missing libevmountoperation to
1499         gtkdoc-scanobj libraries.  Bug #533896.
1500
1501 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1502
1503         * properties/ev-properties-view.c (get_default_user_units):
1504         Fixes check for default units string translation. Bug #533323.
1505
1506 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1507
1508         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1509         be an iks_free(). Fix an array overflow in the XML parser that
1510         would occur whenever the number of attributes in a tag was greater
1511         than 0 and divisible by 6. Fixes GNOME bug #530852.
1512
1513 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * backend/djvu/djvu-document-private.h:
1516         * backend/djvu/djvu-links.c:
1517         * backend/djvu/djvu-text.c:
1518         * backend/djvu/djvu-document.c: (djvu_handle_events),
1519         (djvu_wait_for_message), (djvu_document_load),
1520         (document_get_page_size), (djvu_document_render),
1521         (djvu_document_thumbnails_get_thumbnail),
1522         (djvu_document_file_exporter_end):
1523
1524         Make sure load job doesn't finish successfully when the document
1525         is not successfully decoded by libdjvu. Fixes bug #530202.
1526         
1527 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * configure.ac:
1530         * libdocument/Makefile.am:
1531         * libdocument/ev-debug.[ch]:
1532         * libdocument/ev-document.c:
1533         * shell/ev-jobs.c: (ev_job_links_dispose),
1534         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1535         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1536         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1537         (ev_job_render_page_ready), (ev_job_render_run),
1538         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1539         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1540         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1541         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1542         (ev_job_print_new), (ev_job_print_run):
1543         * shell/main.c: (main):
1544
1545         Add debug mode based on gedit code. Add debug messages in
1546         ev-jobs.
1547         
1548 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * libdocument/ev-document-factory.c: (get_document_from_uri):
1551
1552         Fix memory leak.
1553         
1554 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1555
1556         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1557         (get_mime_type_from_data), (get_document_from_uri),
1558         (ev_document_factory_get_document):
1559         
1560         Improved error message about file opening failture.
1561         Bug #529129.
1562
1563 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1564
1565         * data/evince-toolbar.xml:
1566         
1567         Allow to add SaveAs to toolbar.
1568
1569 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * shell/ev-view-private.h:
1572         * shell/ev-view.[ch]: (ev_view_button_release_event),
1573         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1574         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1575         (ev_view_update_primary_selection), (clear_link_selected),
1576         (ev_view_copy_link_address):
1577         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1578
1579         Update also the primary selection when copying a link
1580         address. Fixes bug #520855.
1581         
1582 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * libdocument/ev-document-factory.c: (get_document_from_uri):
1585
1586         Use the pixbuf backend only when the mime type is not supported by
1587         any of the other backend so that tiff documents, for instance, are
1588         handled by the tiff backend instead of the pixbuf backend. fixes
1589         bug #520290.
1590         
1591 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * cut-n-paste/Makefile.am:
1594
1595         Add evmountoperation to subdirs list.
1596         
1597 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * configure.ac:
1600
1601         Fix libspectre check in configure script. Fixes bug #528549.
1602         
1603 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * configure.ac:
1606         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1607         * shell/Makefile.am:
1608         * shell/ev-window.c: (ev_window_load_remote_failed),
1609         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1610
1611         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1612         open documents in remote locations that are not mounted.
1613         
1614 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1617         (bitmap_convert_msb8):
1618         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1619         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1620
1621         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1622         
1623 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1626         (ev_job_render_new), (ev_job_render_set_selection_info),
1627         (ev_job_render_run):
1628         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1629         (check_job_size_and_unref),
1630         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1631         (add_job), (ev_pixbuf_cache_get_selection_surface):
1632
1633         Create the render context needed for rendering a page in the render
1634         thread so that we don't block the main thread. Simplify
1635         EvJobRender API.
1636         
1637 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * libdocument/Makefile.am:
1640         * libdocument/ev-page.[ch]:
1641         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1642         (ev_render_context_new), (ev_render_context_set_page):
1643         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1644         (ev_form_field_finalize), (ev_form_field_class_init):
1645         * libdocument/ev-document-forms.[ch]:
1646         (ev_document_forms_get_form_fields):
1647         * libdocument/ev-document.[ch]: (ev_document_get_page),
1648         (ev_document_get_page_size), (ev_document_get_page_label):
1649         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1650         (ev_job_render_run), (ev_job_thumbnail_new),
1651         (ev_job_thumbnail_run), (ev_job_print_run):
1652         * shell/ev-page-cache.c: (ev_page_cache_new):
1653         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1654         (check_job_size_and_unref), (add_job):
1655         * shell/ev-sidebar-thumbnails.c: (add_range):
1656         * shell/ev-view.c: (ev_view_form_field_get_region),
1657         (ev_view_form_field_button_create_widget),
1658         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1659         (ev_view_handle_form_field), (ev_view_size_allocate),
1660         (get_selected_text):
1661         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1662         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1663         (pdf_document_get_page), (pdf_document_get_page_label),
1664         (pdf_document_render), (pdf_document_get_info),
1665         (pdf_document_document_iface_init),
1666         (pdf_document_thumbnails_get_thumbnail),
1667         (pdf_document_thumbnails_get_dimensions),
1668         (pdf_document_file_exporter_do_page),
1669         (pdf_selection_render_selection),
1670         (pdf_selection_get_selected_text),
1671         (pdf_selection_get_selection_region),
1672         (pdf_selection_get_selection_map),
1673         (pdf_document_forms_get_form_fields),
1674         (pdf_document_forms_form_field_text_get_text),
1675         (pdf_document_forms_form_field_text_set_text),
1676         (pdf_document_forms_form_field_button_set_state),
1677         (pdf_document_forms_form_field_button_get_state),
1678         (pdf_document_forms_form_field_choice_get_item),
1679         (pdf_document_forms_form_field_choice_get_n_items),
1680         (pdf_document_forms_form_field_choice_is_item_selected),
1681         (pdf_document_forms_form_field_choice_select_item),
1682         (pdf_document_forms_form_field_choice_toggle_item),
1683         (pdf_document_forms_form_field_choice_unselect_all),
1684         (pdf_document_forms_form_field_choice_set_text),
1685         (pdf_document_forms_form_field_choice_get_text):
1686         * backend/ps/ev-spectre.c: (ps_document_get_page),
1687         (ps_document_get_page_size), (ps_document_get_page_label),
1688         (ps_document_render), (ps_document_document_iface_init),
1689         (ps_document_file_exporter_do_page):
1690         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1691         (tiff_document_render), (tiff_document_render_pixbuf),
1692         (tiff_document_file_exporter_do_page):
1693         * backend/pixbuf/pixbuf-document.c:
1694         (pixbuf_document_get_page_size):
1695         * backend/comics/comics-document.c:
1696         (comics_document_get_page_size), (comics_document_render_pixbuf):
1697         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1698         (djvu_document_render), (djvu_selection_get_selected_text),
1699         (djvu_document_thumbnails_get_thumbnail),
1700         (djvu_document_file_exporter_do_page),
1701         (djvu_document_find_get_result):
1702         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1703         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1704         (dvi_document_thumbnails_get_thumbnail),
1705         (dvi_document_file_exporter_do_page):
1706         * backend/impress/impress-document.c:
1707         (impress_document_get_page_size),
1708         (impress_document_render_pixbuf):
1709         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1710
1711         Add EvPage so that we can hold a reference to the backend
1712         page. Form fields keep now a reference to the poppler page
1713         improving performance since we don't have to create/destroy the
1714         poppler field for every form operation. This will be needed for
1715         annotations too.
1716         
1717 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * data/evince-ui.xml:
1720         * shell/ev-window.c:
1721
1722         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1723         
1724 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * configure.ac:
1727         * backend/ps/Makefile.am:
1728
1729         Remove gs stuff from ps backend.
1730         
1731 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * configure.ac:
1734         * backend/pdf/ev-poppler.cc:
1735
1736         Bump poppler requirement to 0.8.0.
1737         
1738 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1739
1740         * NEWS:
1741         * configure.ac:
1742
1743         Update for release 2.22.1.1
1744
1745 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * configure.ac:
1748
1749         Fix build (again) when poppler version is 0.6
1750         
1751 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * backend/djvu/djvu-links.c: (build_tree):
1754
1755         Make sure link title is a valid utf8 string. Fixes bug #526517.
1756         
1757 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * configure.ac:
1760
1761         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1762         #526799.
1763         
1764 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1765
1766         * configure.ac:
1767         
1768         Update for release 2.22.1.
1769
1770 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * NEWS:
1773
1774         Update for upcoming release.
1775
1776 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * configure.ac:
1779         * backend/dvi/dvidocument.evince-backend.in:
1780
1781         Add compressed dvi to the list of supported mime types. Patch by
1782         Ed Catmur. Fixes bug #307087.
1783
1784 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1787
1788         Fix a crash when printing a range that doesn't specify the start or
1789         end page. Fixes bug #524288.
1790
1791 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-window.c: (ev_window_cmd_continuous),
1794         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1795         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1796         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1797         (ev_window_run_presentation), (ev_window_stop_presentation),
1798         (ev_window_cmd_view_presentation),
1799         (ev_window_cmd_leave_fullscreen),
1800         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1801
1802         Do not unfullscreen and fullscreen again the window when changing
1803         from fullscreen to presentation mode and vice versa. Fixes bug
1804         #524112.
1805         
1806 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1809
1810         Do not crash when thumbnail failed to render in PS backend. Fixes
1811         bug #525015.
1812         
1813 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1816         (ev_window_load_file_remote), (ev_window_open_uri):
1817
1818         Handle errors when opening remote files.
1819         
1820 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1823
1824         Only grab the focus for the current visible proxy widget. Fixes
1825         bug #521224.
1826         
1827 2008-03-30  Emil Soleyman  <emil@nishra.com>
1828
1829         * shell/ev-window.c: (launch_external_uri):
1830         
1831         Reuse g_app_info_launch_default_for_uri to
1832         save some code and fix bug #525009.
1833
1834 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1835
1836         * shell/ev-window.c (image_save_dialog_response_cb):
1837
1838         Use g_str_has_suffix. See bug #523069.
1839
1840 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * configure.ac:
1843
1844         Add a configure option to enable/diable DBus. Patch by Rémi
1845         Cardona. Fixes bug 521797.
1846
1847 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1850
1851         Fix printing in documents with rotated pages. Patch by Eugen
1852         Dedu. Fixes bug #512648.
1853         
1854 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1857         (ev_link_from_action):
1858
1859         Fix warning messages.
1860         
1861 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-window.c: (image_save_dialog_response_cb):
1864
1865         Do not append the extension to filename when saving an image
1866         if the filename alredy contains the extension. Fixes bug #523069.
1867         
1868 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-view.[ch]: (ev_view_find_cancel):
1871         * shell/ev-window.c: (find_bar_close_cb):
1872
1873         Cancel the find operation when the find bar is closed. Fixes bug
1874         #508845.
1875         
1876 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * backend/ps/psdocument.evince-backend.in:
1879
1880         Make ps backend module resident. Fixes bug #520607.
1881         
1882 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * shell/ev-jobs.c: (ev_job_print_run):
1885
1886         Invert collate action in order to work as expected, fix reverse
1887         printing so that it doesn't start with a blank page and fix number
1888         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1889         
1890 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1893
1894         Fix build with poppler <= 0.7.2
1895         
1896 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * libdocument/ev-document-misc.c:
1899         (ev_document_misc_surface_from_pixbuf):
1900
1901         Fix selections with poppler-splash.
1902         
1903 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * configure.ac:
1906         * backend/pdf/ev-poppler.cc:
1907
1908         Fix build with poppler >= 0.7.2
1909         
1910 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1911
1912         * configure.ac:
1913         
1914         Update for release 2.22.0
1915
1916 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * NEWS:
1919
1920         Update for upcoming release.
1921
1922 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1923
1924         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1925
1926         Bug 495107 – Handle print dialog responses correctly
1927
1928         Correctly handle print dialog response. Properly fixes
1929         the above mentioned bug.
1930
1931 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1934
1935         Make sure print job is only run when the print button is
1936         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1937         
1938 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * backend/pdf/pdfdocument.evince-backend.in:
1941         * libdocument/ev-backends-manager.c:
1942         (ev_backends_manager_load_backend),
1943         (ev_backends_manager_get_document):
1944         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1945
1946         Allow making backend modules resident. This is needed only for
1947         some backends like pdf to avoid registering glib types more than
1948         once.
1949         
1950 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * backend/comics/comics-document.c:
1953         * backend/djvu/djvu-document.c:
1954         * backend/impress/impress-document.c:
1955         * backend/pdf/ev-poppler.cc:
1956         * backend/pixbuf/pixbuf-document.c:
1957         * backend/ps/ev-spectre.c:
1958         * backend/ps/ps-document.c:
1959         * backend/tiff/tiff-document.c:
1960         * libdocument/ev-document.h:
1961         * properties/ev-properties-main.c:
1962
1963         Use g_type_module_add_interface instead of
1964         g_type_add_interface_static. Fixes bug #519679.
1965         
1966 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1967
1968         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1969         Added. Returns whether the animation has everything necessary to run.
1970         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1971         is ready just because it's been created. Fixes #519106.
1972         (draw_one_page): Do not show the "Loading..." text in presentation
1973         mode, there was a slim probability that this could happen.
1974
1975 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1978
1979         Duplicate mime_type string before freeing it so that it doesn't
1980         always fail when getting mime type from uri. Fixes bug #518874.
1981         
1982 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1985
1986         Fix a crash when a choice form field doesn't have any item
1987         selected. Fixes bug #518831
1988         
1989 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1990
1991         * shell/ev-window.c (ev_window_clear_temp_file):
1992         Use g_file_has_prefix instead of renamed
1993         g_file_contains_file.
1994
1995         * configure.ac:
1996         Require new glib for above change.
1997         
1998 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * libdocument/ev-image.c: (ev_image_finalize),
2001         (ev_image_save_tmp):
2002
2003         Return a real uri instead of a filename when saving an
2004         image. Fixes images drag an drop from evince to nautilus. 
2005         
2006 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * backend/pdf/ev-poppler.cc:
2009         (pdf_document_images_get_image_mapping):
2010
2011         Return the image list in the right order. Fixes bug #516237.
2012         
2013 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2014
2015         * backend/impress/impress-document.c:
2016         (impress_document_thumbnails_get_thumbnail):
2017
2018         Remove unused variable to avoid a compiler warning.
2019
2020 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2021
2022         * configure.ac:
2023         
2024         Update for release 2.21.91.
2025
2026 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * configure.ac:
2029         * shell/Makefile.am:
2030         * shell/ev-application.[ch]:
2031         * shell/ev-sidebar-links.c:
2032         * shell/ev-utils.[ch]:
2033         * shell/ev-window.[ch]:
2034
2035         Remove libgnomeprint support. Fixes bug #512370.
2036         
2037 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2038
2039         * thumbnailer/evince-thumbnailer.c: (main):
2040
2041         Initialize glib type system before using it. Fixes bug #513934.
2042         
2043 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * properties/ev-properties-main.c:
2046
2047         Add missing #include.
2048         
2049 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * configure.ac:
2052         * backend/djvu/djvu-document.c: (djvu_document_render):
2053         * backend/tiff/tiff-document.c: (tiff_document_render):
2054
2055         Use the new cairo function cairo_format_stride_for_width when
2056         available. Fixes bug #482720.
2057
2058 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2061         (get_mime_type_from_data), (get_document_from_uri):
2062
2063         Use g_content_type_guess() only when slow is true in
2064         get_document_from_uri(). Fix several memory leaks.
2065         
2066 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2067
2068         * libdocument/ev-document-factory.c:
2069         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2070         (get_document_from_uri):
2071
2072         Use g_content_type_guess () to get mimetype for files.
2073         Bug #510401.
2074
2075 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * thumbnailer/Makefile.am:
2078
2079         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2080         
2081 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * configure.ac:
2084
2085         Fix build with --without-libgnome. Fixes bug #512771.
2086         
2087 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2088
2089         * backend/dvi/Makefile.am: Install only dvi
2090         module. Fixes bug #512718.
2091
2092 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2093
2094         * properties/ev-properties-main.c: (nautilus_module_initialize):
2095         
2096         Initialize backends in properties tab. Fixes bug
2097         #512720.
2098
2099 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2100
2101         * properties/Makefile.am: No need to link with 
2102         libraries. Fixes bug #512719.
2103
2104 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2105
2106         * NEWS:
2107         * configure.ac:
2108         
2109         Update for release 2.21.90.
2110
2111 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-window.c: (ev_window_cmd_escape):
2114
2115         Fix compile warning.
2116         
2117 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2120
2121         Fix printing in dvi backend when filename contains white
2122         espaces. Fixes bug #502839.
2123         
2124 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2127         (screensaver_disable_x11):
2128         * shell/Makefile.am:
2129         * shell/xdg-user-dir-lookup.c: Removed
2130         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2131         * shell/ev-view.c: (ev_view_presentation_transition_start):
2132         * shell/ev-window.c: (ev_window_cmd_file_open),
2133         (ev_window_cmd_save_as), (presentation_set_timeout):
2134
2135         Remove #ifdefs that are no longer needed.
2136         
2137 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * shell/ev-view.[ch]: (ev_view_button_release_event),
2140         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2141         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2142         (ev_window_cmd_escape):
2143
2144         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2145         
2146 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * configure.ac:
2149         * backend/comics/comics-document.c: (comics_document_load):
2150         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2151         (ev_attachment_set_property), (ev_attachment_init),
2152         (ev_attachment_save), (ev_attachment_launch_app),
2153         (ev_attachment_open):
2154         * libdocument/ev-document-factory.c: (get_document_from_uri):
2155         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2156         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2157         * shell/ev-jobs.c:
2158         * shell/ev-password.c: (ev_password_dialog_set_property),
2159         (ev_password_dialog_save_password):
2160         * shell/ev-sidebar-attachments.c:
2161         (ev_sidebar_attachments_drag_data_get):
2162         * shell/ev-window-title.c: (get_filename_from_uri):
2163         * shell/ev-window.c: (ev_window_clear_temp_file),
2164         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2165         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2166         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2167         (launch_external_uri), (image_save_dialog_response_cb),
2168         (attachment_save_dialog_response_cb):
2169         * shell/main.c: (load_files), (load_files_remote), (main):
2170         * thumbnailer/evince-thumbnailer.c: (main):
2171
2172         Port to gio and drop gnome-vfs dependency. Fixes bug
2173         #510401. Based on patch by Cosimo Cecchi.
2174         
2175 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2176
2177         * NEWS:
2178
2179         Fixed formatting inconsistencies (spaces vs. tabs)
2180
2181 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2182
2183         * shell/ev-window.c:
2184
2185         Use top/up/bottom/down arrows instead of
2186         first/left/last/right in the toolbar and menu actions.
2187         This fixes issues with RTL languages and is visually
2188         consistent with the page view. Fixes bug #170081.
2189
2190 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2191
2192         * NEWS:
2193
2194         Fixed some inaccuracies pointed out by Carlos Garcia
2195         Campos.
2196
2197 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2198
2199         * NEWS:
2200         * data/evince.schemas.in:
2201         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2202
2203         Override PDF restrictions by default. Fixes bug #382700.
2204
2205 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2206
2207         * NEWS: Updated for upcoming release
2208
2209 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2212
2213         Fix memory leak.
2214         
2215 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2216
2217         * shell/ev-window.c: (register_custom_actions):
2218         
2219         Added comment for translators
2220
2221 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * shell/ev-view.c: (ev_view_button_release_event):
2224
2225         Do not create the idle function for kinetic scrolling if we are
2226         not in a drag operation.
2227
2228 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2231         (ev_view_button_press_event), (ev_view_motion_notify_event),
2232         (ev_view_button_release_event):
2233
2234         Restore cursor after autoscrolling. Fixes bug #509958.
2235
2236 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * configure.ac:
2239         * backend/pdf/ev-poppler.cc:
2240         (pdf_document_images_get_image_mapping),
2241         (pdf_document_images_get_image),
2242         (pdf_document_document_images_iface_init):
2243         * libdocument/ev-document-images.[ch]:
2244         (ev_document_images_get_image_mapping),
2245         (ev_document_images_get_image):
2246         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2247         (ev_image_get_id), (ev_image_save_tmp):
2248         * shell/ev-jobs.c: (ev_job_render_run):
2249         * shell/ev-view.c: (ev_view_drag_data_get):
2250         * shell/ev-window.c: (image_save_dialog_response_cb),
2251         (ev_view_popup_cmd_copy_image):
2252
2253         Do not render images when rendering the page but on demand. It
2254         reduces the memory comsumption.
2255         
2256 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2257
2258         * configure.a:
2259         * shell/ev-password.c:
2260
2261         Make gnome-keyring optional. Fixes bug #509676.
2262         
2263 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * shell/ev-pixbuf-cache.c: (add_job):
2266
2267         Initialize include_images variable as FALSE instead of TRUE.
2268         
2269 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2270
2271         * configure.ac:
2272         * cut-n-paste/Makefile.am:
2273         * cut-n-paste/fileformatchooser/Makefile.am:
2274         * cut-n-paste/fileformatchooser/egg-macros.h:
2275         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2276         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2277         * shell/Makefile.am:
2278         * shell/ev-utils.c:
2279         (file_chooser_dialog_add_writable_pixbuf_formats),
2280         (get_gdk_pixbuf_format_by_extension):
2281         * shell/ev-utils.h:
2282         * shell/ev-window.c: (ev_window_error_message),
2283         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2284         
2285         Simplify image format selection on save.
2286
2287 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2288
2289         * shell/ev-view.c: (ev_view_scroll_event):
2290         
2291         Repair gorizontal scrolling with shift. Fixes
2292         bug #483412.
2293
2294 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2295         
2296         * MAINTAINERS:
2297
2298         Fix formatting issues.
2299         
2300 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2301
2302         * backend/comics/comics-document.c: (comics_regex_quote):
2303         
2304         Don't overquote special chars except of '. See bug 
2305         502500. Thanks to Tom Parker.
2306
2307 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2308
2309         * MAINTAINERS:
2310         
2311         Added Nickolay and Carlos, since they're doing most of
2312         the releases nowadays.
2313
2314 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2315
2316         * properties/Makefile.am:
2317
2318         Get the nautilus extension dir properly instead of using
2319         a hack. Fixes bug #505359.
2320
2321 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2322
2323         * properties/Makefile.am:
2324         
2325         Install nautilus extension into new place. See bug
2326         #505359. Thanks to Matthias Clasen, Brian Pepple and
2327         Damien Carbery.
2328
2329 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2330
2331         * shell/ev-window.c: (ev_window_get_recent_file_label):
2332         
2333         RTL marker in recent file list. See bug #509076.
2334
2335 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2338         * shell/ev-window.c: (image_save_dialog_response_cb):
2339
2340         Fix compile warnings due to unused variables.
2341         
2342 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * configure.ac:
2345         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2346         * backend/ps/ev-spectre.c: (ps_document_render):
2347
2348         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2349
2350 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2351
2352         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2353         (ev_transition_animation_paint): Implement "fade" effect.
2354
2355 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2356
2357         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2358         (ev_transition_animation_paint): Implement "uncover" effect.
2359
2360 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2361
2362         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2363         (ev_transition_animation_paint): Implement "cover" effect.
2364
2365 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2366
2367         * shell/ev-transition-animation.c (ev_transition_animation_push)
2368         (ev_transition_animation_paint): Implement "push" effect.
2369
2370 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2371
2372         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2373         (ev_transition_animation_paint): Implement "dissolve" effect.
2374
2375 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2376
2377         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2378         (ev_transition_animation_paint): Implement "wipe" effect.
2379
2380 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2381
2382         * shell/ev-transition-animation.c (ev_transition_animation_box)
2383         (ev_transition_animation_paint): Implement "box" effect.
2384
2385 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2386
2387         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2388         (ev_transition_animation_paint): Implement "blinds" effect.
2389
2390 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2391
2392         * shell/ev-transition-animation.c (ev_transition_animation_split)
2393         (ev_transition_animation_paint): Implement "split" effect.
2394
2395 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2396
2397         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2398         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2399         (ev_view_transition_animation_start) 
2400         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2401         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2402         (ev_view_next_page) (ev_view_previous_page):
2403         
2404         Use EvTransitionAnimation to drive page changes in the presentation
2405         mode, the animation will wait to start until both the origin and 
2406         destination page surfaces are available. Fixes #458460.
2407
2408         (draw_loading_text):
2409
2410         Remove workaround for bug #320352, it's now fixed properly.
2411
2412
2413 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2414
2415         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2416         will contain the implementations for page transition animations, at
2417         the moment it just has the "replace" effect.
2418         * shell/Makefile.am: Added these files to build.
2419
2420 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2421
2422         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2423         animations.
2424         * shell/Makefile.am: Added these files to build.
2425
2426 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2427
2428         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2429         implementation to get_effect() in EvDocumentTransitionIface.
2430
2431 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2432
2433         * libdocument/ev-transition-effect.[ch]: New files, define a page
2434         transition effect, at the moment it maps PopplerPageTransition to a
2435         GObject.
2436         * libdocument/Makefile.am: Added these files to build.
2437         * libdocument/ev-document-transition.[ch]
2438         (ev_document_transition_get_effect): New method, gets the
2439         EvTransitionEffect returned by the interface implementation, with
2440         fallback to the "replace" effect.
2441
2442 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2443
2444         * configure.ac:
2445         * cut-n-paste/Makefile.am:
2446         * cut-n-paste/fileformatchooser/Makefile.am:
2447         * cut-n-paste/fileformatchooser/egg-macros.h:
2448         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2449         * shell/Makefile.am:
2450         * shell/ev-window.c: (image_save_dialog_response_cb),
2451         (ev_view_popup_cmd_save_image_as):
2452
2453         Allow exporting images in any format supported by
2454         GdkPixbuf. Fixes bug #500209.
2455         
2456 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * backend/pixbuf/pixbuf-document.c:
2459
2460         More warnings fixed.
2461         
2462 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2465         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2466         * backend/djvu/djvu-text.h:
2467         * backend/tiff/tiff-document.c: (tiff_document_render):
2468
2469         Fix compile warnings.
2470         
2471 2007-12-28  Christian Persch  <chpe@gnome.org>
2472
2473         * **/*.c: Include config.h. Bug #504721.
2474
2475 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * configure.ac:
2478         * Makefile.am:
2479         * po/POTFILES.in:
2480         * backend/comics/Makefile.am:
2481         * backend/comics/comics-document.[ch]:
2482         * backend/comics/comicsdocument.evince-backend.in:
2483         * backend/djvu/Makefile.am:
2484         * backend/djvu/djvu-document.[ch]:
2485         * backend/djvu/djvudocument.evince-backend.in:
2486         * backend/dvi/Makefile.am:
2487         * backend/dvi/dvi-document.[c]:
2488         * backend/dvi/dvidocument.evince-backend.in:
2489         * backend/impress/Makefile.am:
2490         * backend/impress/impress-document.[ch]:
2491         * backend/impress/impressdocument.evince-backend.in:
2492         * backend/pdf/Makefile.am:
2493         * backend/pdf/ev-poppler.cc:
2494         * backend/pdf/ev-poppler.h:
2495         * backend/pdf/pdfdocument.evince-backend.in:
2496         * backend/pixbuf/Makefile.am:
2497         * backend/pixbuf/pixbuf-document.[ch]:
2498         * backend/pixbuf/pixbufdocument.evince-backend.in:
2499         * backend/ps/Makefile.am:
2500         * backend/ps/ev-spectre.[ch]:
2501         * backend/ps/ps-document.[ch]:
2502         * backend/ps/psdocument.evince-backend.in:
2503         * backend/tiff/Makefile.am:
2504         * backend/tiff/tiff-document.[ch]:
2505         * backend/tiff/tiffdocument.evince-backend.in:
2506         * libdocument/Makefile.am:
2507         * libdocument/ev-backends-manager.[ch]:
2508         * libdocument/ev-module.[ch]:
2509         * libdocument/ev-document.h:
2510         * libdocument/ev-document-factory.[ch]:
2511         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2512         (get_compression_from_mime_type), (get_document_from_uri),
2513         (ev_document_factory_get_document), (file_filter_add_mime_types),
2514         (ev_document_factory_add_filters):
2515         * shell/Makefile.am:
2516         * shell/ev-window-title.c: (get_filename_from_uri):
2517         * shell/main.c: (main):
2518         * thumbnailer/Makefile.am:
2519         * thumbnailer/evince-thumbnailer.c: (main):
2520
2521         Plugin system for backends. Fixes bug #351348.
2522         
2523 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2524
2525         * shell/ev-view-private.h:
2526         * shell/ev-view.c: (ev_view_drag_update_momentum),
2527         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2528         (ev_view_button_release_event), (ev_view_destroy):
2529         
2530         Kinetic scrolling implemented as requested in
2531         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2532
2533 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2534
2535         * data/evince-toolbar.xml:
2536         * data/evince-ui.xml:
2537         * shell/ev-view-private.h:
2538         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2539         (ev_view_button_press_event), (ev_view_motion_notify_event),
2540         (ev_view_button_release_event), (ev_view_init),
2541         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2542         (ev_view_set_cursor):
2543         * shell/ev-view.h:
2544         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2545         (ev_window_cmd_view_autoscroll):
2546         
2547         Autoscroll feature with the context menu. Fixes bug 
2548         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2549
2550 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2553
2554         Disconnect also page-ready signal when removing a job because the
2555         page size has changed. Thanks to kripken
2556         <kripkensteiner@gmail.com>.
2557
2558 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2561         
2562         Scroll pages in page entry with mouse wheel. Fixes bug
2563         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2564
2565 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * backend/dvi/Makefile.am:
2568         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2569         (mdvi_cairo_device_init):
2570         * backend/dvi/mdvi-lib/common.h:
2571         * backend/dvi/mdvi-lib/mdvi.h:
2572         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2573         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2574         (mdvi_build_path_from_cwd):
2575
2576         Add ps specials support in dvi backend when libspectre is
2577         present. Fixes bug #386005.
2578         
2579 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * configure.ac:
2582         * backend/ps/Makefile.am:
2583         * backend/ps/ev-spectre.[ch]:
2584         
2585         Use libspectre, if available, for the ps backend. Fixes bugs
2586         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2587
2588 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2589         
2590         * backend/comics/comics-document.c: (comics_document_load):
2591         
2592         Cygwin build issue fix.
2593
2594 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-view.c: (ev_view_set_zoom):
2597
2598         Do not limit the minimum zoom factor when sizing mode is best bit
2599         or fit width. Fixes bug #503805.
2600         
2601 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2604         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2605         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2606         (ev_link_dest_get_property), (ev_link_dest_set_property),
2607         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2608         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2609         (ev_link_dest_new_fitr):
2610         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2611         (goto_fith_dest), (goto_xyz_dest):
2612
2613         Do not change left, top and zoom values when they are null in PDF
2614         destinations. Fixes bug #460658.
2615         
2616 2007-12-10  Christian Persch  <chpe@gnome.org>
2617
2618         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2619         (ev_view_accessible_class_init),
2620         (ev_view_accessible_idle_do_action),
2621         (ev_view_accessible_action_do_action),
2622         (ev_view_accessible_action_get_description),
2623         (ev_view_accessible_action_set_description),
2624         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2625         (ev_view_accessible_factory_init),
2626         (ev_view_accessible_factory_get_accessible_type):
2627         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2628         private data, and G_DEFINE_TYPE. Bug #502843.
2629
2630 2007-12-08  Christian Persch  <chpe@gnome.org>
2631
2632         * shell/ev-metadata-manager.c: (item_free),
2633         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2634         (value_free), (parse_value), (parseItem),
2635         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2636         (save_values): Use GSlice to allocate small amounts of memory. Bug
2637         #475972.
2638
2639 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2642
2643         Restore cursor to normal after a drag operation. Fixes bug
2644         #501603.
2645         
2646 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2647
2648         * NEWS:
2649         * configure.ac:
2650         
2651         Update for release 2.21.1
2652
2653 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * configure.ac:
2656         * cut-n-paste/gedit-message-area/Makefile.am:
2657         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2658         * shell/Makefile.am:
2659         * shell/ev-message-area.[ch]:
2660         * shell/ev-window.c: (ev_window_set_message_area),
2661         (ev_window_error_message_response_cb), (ev_window_error_message),
2662         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2663         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2664         (ev_attachment_popup_cmd_open_attachment),
2665         (attachment_save_dialog_response_cb), (ev_window_set_document),
2666         (ev_window_init):
2667
2668         Use a message area instead of a popup dialog for error
2669         notifications. Fixes bug #337495.
2670         
2671 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2674         (ev_window_run_fullscreen):
2675
2676         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2677         
2678 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * ev-sidebar-thumbnails.c: (update_visible_range),
2681         (ev_sidebar_thumbnails_refresh),
2682         (ev_sidebar_thumbnails_set_document),
2683         (ev_sidebar_thumbnails_support_document):
2684
2685         Show thumbnails for documents with one page. Fixes bug #358751.
2686         
2687 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-window.c:
2690         (ev_window_load_print_settings_from_metadata),
2691         (ev_window_save_print_settings), (ev_window_print_finished),
2692         (ev_window_print_range):
2693
2694         Print settings that are specific to the document are now saved per
2695         document in the metadata file. Fixes bug #488806.
2696         
2697 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2698
2699         * backend/tiff/tiff-document.c: (tiff_document_render):
2700
2701         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2702         
2703 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2704
2705         * shell/ev-application.[ch]: (get_find_string_from_args),
2706         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2707         (ev_application_open_uri_list):
2708         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2709         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2710         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2711         (ev_window_cmd_recent_file_activate),
2712         (ev_window_open_recent_action_item_activated),
2713         (ev_window_print_send), (open_remote_link):
2714         * shell/main.c: (arguments_parse):
2715
2716         Add a command line option for search. Fixes bug #497710.
2717         
2718 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2719
2720         * shell/ev-jobs.c: (ev_job_print_new):
2721
2722         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2723         
2724 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * data/evince-toolbar.xml:
2727         * shell/Makefile.am:
2728         * shell/ev-application.c: (ev_application_init):
2729         * shell/ev-open-recent-action.[ch]:
2730         * shell/ev-window.c:
2731         (ev_window_open_recent_action_item_activated),
2732         (register_custom_actions):
2733
2734         Add an expander to the open toolbar item which pops up a dropdown
2735         menu with the recently used documents. Fixes bug #487215.
2736         
2737 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2738
2739         * shell/ev-window.c: (ev_window_open_uri),
2740         (ev_window_cmd_view_reload):
2741
2742         Do not jump to the first page when reloading by running evince
2743         from the command line. Fixes bug #490847.
2744         
2745 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2746
2747         * shell/ev-window.c: (ev_window_cmd_help_contents):
2748
2749         Plugged memory leak when help file is not found. Fixes bug
2750         #490762.
2751         
2752 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * configure.ac:
2755
2756         Enable djvu, dvi and comics backends by default. Fixes bug
2757         #437121.
2758         
2759 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * configure.ac:
2762         * cut-n-paste/Makefile.am:
2763         * cut-n-paste/recent-files/*: Removed
2764         * help/reference/Makefile.am:
2765         * shell/Makefile.am:
2766         * shell/ev-application.[ch]: (ev_application_shutdown),
2767         (ev_application_init):
2768         * shell/ev-window.c: (ev_window_add_recent),
2769         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2770
2771         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2772         
2773 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2774
2775         * shell/ev-window.c: (launch_external_uri):
2776
2777         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2778         and report error if the URL is not supported (#489910).
2779
2780 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2783         (pdf_document_file_exporter_begin_page),
2784         (pdf_document_file_exporter_end_page):
2785
2786         Fix printing with poppler splash backend. Fixes bug #489774.
2787         
2788 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2791         * shell/ev-print-job.c: (ev_print_job_class_init):
2792
2793         Fix a crash when printing with the gnome-print dialog. Fixes bug
2794         #488939.
2795         
2796 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2797
2798         * backend/pixbuf/pixbuf-document.c:
2799
2800         Fix an implicit function definition warning (#487655)
2801
2802 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-window.c:
2805
2806         Fix conflicting shortcut for view sade pane and presentation.
2807         
2808 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * backend/pdf/ev-poppler.cc:
2811         (pdf_document_file_exporter_begin_page),
2812         (pdf_document_file_exporter_do_page),
2813         (pdf_document_file_exporter_end_page),
2814         (pdf_document_file_exporter_iface_init):
2815         * libdocument/ev-file-exporter.[ch]:
2816         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2817         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2818         (ev_job_print_run):
2819
2820         When printing multiple pages per sheet in reverse option, do not
2821         invert the order of the pages in every sheet, but the order of the
2822         sheets. Do not print blank pages when page range is invalid. Fixes
2823         bugs #484857 and #485521.
2824         
2825 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2828         (ev_job_print_run):
2829         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2830
2831         Respect ranges order when printing more than one range in random
2832         order.
2833         
2834 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2835
2836         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2837         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2838
2839         Rotate also the window icon when document is rotated. Fixes bug
2840         #474681.
2841         
2842 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2845         (pdf_document_forms_get_form_fields):
2846
2847         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2848         Matthias Drochner.
2849         
2850 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2854
2855         Use poppler_page_render_for_printing() instead of
2856         poppler_page_render() if available when exporting to a ps or pdf
2857         file. Fixes bug #476627.
2858         
2859 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * shell/ev-window.c: (ev_window_run_fullscreen):
2862
2863         Do not show the toolbar in fullscreen mode if the main toolbar is
2864         not visible. Fixes bug #483048.
2865         
2866 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * shell/ev-view.c: (ev_view_button_press_event):
2869
2870         Give priority to form fields over images when deciding whether a
2871         button press event is over an image or form field. It allows edit
2872         form fields when they are over a background image. Fixes bug
2873         #477841.
2874         
2875 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2876
2877         * NEWS:
2878         * configure.ac:
2879         
2880         Update for release 2.20.0
2881
2882 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * backend/pdf/ev-poppler.cc:
2885
2886         Remove #ifdef HAVE_FORMS, so that forms support works again.
2887
2888 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2889
2890         * configure.ac:
2891         * data/evince.desktop.in.in:
2892         
2893         Fixes desktop file issues. See bug #473471.
2894
2895 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2898         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2899         (ev_job_queue_remove_job):
2900         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2901         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2902         * shell/ev-window.c: (ev_window_clear_save_job),
2903         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2904         (ev_window_dispose):
2905
2906         Move save a copy task to its own job so that it's carried out in a
2907         thread avoiding another lock in the main thread. Use
2908         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2909         can be saved to a pathin another file system. Fixes bug #456891.
2910         
2911 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2912
2913         * NEWS:
2914         * configure.ac:
2915         
2916         Update for release 2.19.92
2917
2918 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * configure.ac:
2921         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2922         (pdf_selection_get_selection_region),
2923         (pdf_selection_get_selection_map),
2924         (ev_form_field_from_poppler_field):
2925
2926         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2927         and triple click selections are enabled again now.
2928
2929 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * shell/ev-window.c: (ev_window_add_history):
2932
2933         Make sure not to use the history with documents not supporting
2934         links. Fixes bug #468954.
2935
2936 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * shell/ev-window.c: (ev_window_load_job_cb):
2939
2940         Restart the search when reloading a document with the find bar
2941         visible. Fixes bug #461962.
2942
2943 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * shell/ev-window.c: (setup_document_from_metadata),
2946         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2947
2948         Do not jump to the first page when reloading a document from the
2949         last page.
2950
2951 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * shell/ev-window.c: (update_chrome_flag),
2954         (setup_sidebar_from_metadata),
2955         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2956         (ev_window_cmd_edit_find_next),
2957         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2958         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2959         (find_bar_close_cb), (view_actions_focus_in_cb):
2960
2961         Do not update visibility when changing a chrome flag so that it's
2962         possible to update several flags and update visibility only once
2963         for all of them.
2964
2965 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2968
2969         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2970         supported by gtk+. Fixes bug #460907.
2971
2972 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-view.c: (view_update_range_and_current_page):
2975
2976         Make sure current-page <= end-page in continuous mode. Fixes bug
2977         #454950.
2978
2979 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * backend/pdf/ev-poppler.cc: (build_tree):
2982
2983         Ignore outline items without a title. Fixes bug #453913.
2984
2985 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2988         (ev_view_button_release_event), (ev_view_leave_notify_event):
2989
2990         Use always drag mouse cursor during a drag operation. Fixes bug
2991         #470564.
2992
2993 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2996         (pdf_selection_get_selection_region),
2997         (pdf_selection_get_selection_map):
2998
2999         Temporarily disable double and triple selections since it depends on
3000         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3001         released and the update of the external dependency minimal version
3002         approved.
3003
3004 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3007         (pdf_document_file_exporter_do_page):
3008         * libdocument/ev-file-exporter.h:
3009         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3010         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3011
3012         Actually fix printing regressions. Remove orientation from
3013         EvPrintContext since it's redundant.
3014
3015 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3018         * backend/impress/impress-document.c:
3019         (impress_document_document_iface_init):
3020         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3021         * backend/djvu/djvu-document.c:
3022         (djvu_document_document_iface_init),
3023         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3024         * backend/tiff/tiff-document.c:
3025         (tiff_document_document_iface_init):
3026         * backend/pixbuf/pixbuf-document.c:
3027         (pixbuf_document_document_iface_init):
3028         * backend/comics/comics-document.c:
3029         (comics_document_document_iface_init):
3030         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3031         (pdf_selection_render_selection),
3032         (pdf_selection_get_selected_text),
3033         (pdf_selection_get_selection_region),
3034         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3035         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3036         (ev_selection_get_selection_region),
3037         (ev_selection_get_selection_map):
3038         * libdocument/ev-document.[ch]:
3039         * shell/ev-pixbuf-cache.[ch]: (add_job),
3040         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3041         * shell/ev-view-private.h:
3042         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3043         (ev_job_render_run):
3044         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3045         * shell/ev-view.c: (start_selection_for_event),
3046         (ev_view_button_press_event), (ev_view_drag_data_get),
3047         (ev_view_drag_data_received), (ev_view_button_release_event),
3048         (compute_new_selection_text), (compute_selections),
3049         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3050         (ev_view_primary_get_cb):
3051
3052         Add support for double and triple click selections.
3053
3054 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3055
3056         * NEWS:
3057         * configure.ac:
3058
3059         Update for release 2.19.4
3060
3061 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3062
3063         * shell/ev-view-private.h:
3064         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3065         (ev_view_set_highlight_search):
3066         * shell/ev-view.h:
3067         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3068         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3069         (find_bar_visibility_changed_cb):
3070         
3071         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3072
3073 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3076         (pdf_document_file_exporter_begin),
3077         (pdf_document_file_exporter_do_page):
3078         * shell/ev-jobs.c: (ev_job_print_run):
3079         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3080
3081         Create always a portrait cairo surface and rotate when needed for
3082         landscape. It fixes printing problems in real printers.
3083
3084 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3087         * libdocument/ev-file-exporter.[ch]:
3088         (ev_file_exporter_get_capabilities):
3089         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3090         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3091
3092         Adjust number of pages per row according to page orientation when
3093         printing 2 or 6 pages per sheet.
3094
3095 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (ev_window_print_send):
3098
3099         Reset also cups setting to 1 when printing multiple pages per
3100         sheet. Fixes bug #468853.
3101
3102 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * libdocument/ev-document-misc.c:
3105         (ev_document_misc_surface_rotate_and_scale):
3106
3107         Use directly cairo_surface_get_content() when creating a similar
3108         surface as suggested by Jeff Muizelaar. Thanks again.
3109
3110 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * backend/djvu/djvu-document.c: (djvu_document_render):
3113         * backend/tiff/tiff-document.c: (tiff_document_render):
3114         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3115         * libdocument/ev-document-misc.c:
3116         (ev_document_misc_surface_from_pixbuf),
3117         (ev_document_misc_surface_rotate_and_scale):
3118
3119         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3120         creating page surfaces. Fixes bug #453123. Thank you very much to
3121         Jeff Muizelaar <jeff@infidigm.net>.
3122
3123 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-page-cache.c: (ev_page_cache_new),
3126         (ev_page_cache_get_thumbnail_size):
3127         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3128         (ev_sidebar_thumbnails_set_loading_icon):
3129
3130         Also store in page-cache the dimensions of the thumbnails so that
3131         they can be used to create the correct loading icon in the side
3132         pane. Fixes bug #466857.
3133
3134 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * backend/pdf/ev-poppler.cc:
3137         (pdf_document_thumbnails_get_thumbnail):
3138
3139         Fix thumbnails rotation in pdf documents that include embedded 
3140         thumbnails.
3141
3142 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3143
3144         * backend/pdf/ev-poppler.cc:
3145
3146         Don't use #ifdef in macro expansion. Some compilers don't
3147         like that. Closes bug #467042.
3148
3149 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3150
3151         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3152         
3153         Fixes memory leak in djvu backend.
3154
3155 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3156
3157         * data/icons/32x32/Makefile.am:
3158         * data/icons/32x32/actions/Makefile.am:
3159         * data/icons/32x32/actions/view-page-cont.svg:
3160         * data/icons/32x32/actions/view-page-facing.svg:
3161         * data/icons/48x48/Makefile.am:
3162         * data/icons/48x48/actions/Makefile.am:
3163         * data/icons/48x48/actions/view-page-cont.svg:
3164         * data/icons/48x48/actions/view-page-facing.svg:
3165         
3166         Icons for a new sizes.
3167
3168 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3169
3170         * shell/ev-page-cache.c: (build_height_to_page),
3171         (ev_page_cache_get_height_to_page):
3172         
3173         Fixes invalid read, see bug #466401.
3174
3175 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3178         (set_drag_cursor):
3179         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3180         (configure_item_cursor), (new_pixbuf_from_widget):
3181
3182         Fix multihead problems in toolbar editor. Fixes bug #382055.
3183
3184 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * shell/ev-window.c: (ev_window_cmd_file_open),
3187         (ev_window_cmd_save_as):
3188
3189         Use g_get_user_special_dir when available instead of
3190         xdg_user_dir_lookup.
3191
3192 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3193
3194         * MAINTAINERS:
3195         
3196         Updated according to request on desktop-devel.
3197
3198 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3201
3202         Do not use cairo_rectangle and cairo_clip since we are
3203         not using cairo_fill but cairo_paint. Use the same cairo context
3204         for every page in the same expose event.
3205
3206 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3207
3208         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3209         leak.
3210
3211 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * configure.ac:
3214         * NEWS:
3215
3216         Release 0.9.3
3217
3218 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * libdocument/ev-document-info.h:
3221         * libdocument/ev-document.h:
3222         * shell/ev-page-action.h:
3223         * shell/ev-sidebar-links.h:
3224
3225         Fix a headers problem with ev-link
3226         
3227         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3228         * shell/ev-view-private.h:
3229         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3230         (get_link_area), (ev_view_query_tooltip),
3231         (ev_view_leave_notify_event), (ev_view_destroy),
3232         (ev_view_class_init):
3233
3234         Use new gtk tooltips when available instead of ev-tooltip.
3235         
3236 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-window.c: (update_chrome_visibility),
3239         (ev_window_sidebar_visibility_changed_cb):
3240
3241         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3242         
3243 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-navigation-action.c:
3246         (ev_navigation_action_history_changed),
3247         (ev_navigation_action_set_history):
3248         * shell/ev-navigation-action-widget.c:
3249         (ev_navigation_action_widget_init):
3250         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3251
3252         Fix compile warnings.
3253         
3254 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3257         (egg_editable_toolbar_dispose):
3258
3259         Fix memory leak.
3260         
3261 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3264         (screensaver_disable_x11):
3265         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3266         * shell/ev-window.c: (presentation_set_timeout):
3267         * shell/ev-view.c: (ev_view_presentation_transition_start):
3268
3269         Use g_timeout_add_seconds instead of g_timeout_add when
3270         available.
3271         
3272 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3275
3276         Set horizontal scrollbar policy to AUTOMATIC instead of
3277         NEVER. Workaround for bug #449462.
3278         
3279 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * shell/ev-jobs.c: (ev_job_render_page_ready):
3282
3283         Add page_ready callback to main loop with high priority and hold
3284         a reference to job during idle.
3285         
3286 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * configure.ac:
3289         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3290         (pdf_document_file_exporter_begin),
3291         (pdf_document_file_exporter_do_page),
3292         (pdf_document_file_exporter_get_capabilities):
3293         * libdocument/ev-file-exporter.h:
3294         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3295         * shell/ev-window.c: (ev_window_print_send),
3296         (ev_window_print_dialog_response_cb):
3297
3298         Allow printing multiple pages per sheet. Fixes bug #395573.
3299         
3300 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3301
3302         * shell/ev-view.c: (tip_from_link):
3303         
3304         Check for NULL, fixes bug #460862.
3305
3306 2007-07-29  Christian Persch  <chpe@gnome.org>
3307
3308         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3309         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3310         (ev_window_cmd_preview_print):
3311         
3312         Fixes bug #437681 - blocks while enumerating printers.
3313
3314 2007-07-29  Christian Persch  <chpe@gnome.org>
3315
3316         * shell/ev-window.c: (ev_window_screen_changed):
3317         
3318         Don't use deprecated gtk+ function. See bug #460909.
3319
3320 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-utils.c: (get_num_monitors):
3323         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3324
3325         Do not use display before initializing it. Remove compile
3326         warnings.
3327
3328 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3329
3330         * shell/ev-view.c: (ev_view_class_init):
3331         
3332         Unix-like hjkl bindings added. See bug #458111.
3333
3334 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3335
3336         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3337         * shell/ev-utils.h:
3338         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3339         (ev_view_update_view_size):
3340         * shell/ev-view.h:
3341         * shell/ev-window.c: (ev_window_update_actions),
3342         (setup_view_from_metadata), (ev_window_screen_changed),
3343         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3344         (zoom_control_changed_cb):
3345         * shell/ev-window.h:
3346         
3347         Reorganizes utility functions.
3348
3349 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3352         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3353         (add_job), (ev_pixbuf_cache_get_surface),
3354         (ev_pixbuf_cache_get_link_mapping),
3355         (ev_pixbuf_cache_get_image_mapping),
3356         (ev_pixbuf_cache_get_form_field_mapping),
3357         (ev_pixbuf_cache_get_text_mapping):
3358         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3359         (notify_page_ready), (ev_job_render_page_ready),
3360         (ev_job_render_run):
3361
3362         Add page_ready signal to notify that page is ready as soon as
3363         possible even if other page elements like links, forms, images or
3364         text mapping are not ready yet.
3365
3366 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3369         (dvi_document_file_exporter_do_page),
3370         (dvi_document_file_exporter_get_capabilities),
3371         (dvi_document_file_exporter_iface_init):
3372         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3373         (ps_document_file_exporter_do_page),
3374         (ps_document_file_exporter_get_capabilities),
3375         (ps_document_file_exporter_iface_init):
3376         * backend/djvu/djvu-document.c:
3377         (djvu_document_file_exporter_begin),
3378         (djvu_document_file_exporter_end),
3379         (djvu_document_file_exporter_get_capabilities),
3380         (djvu_document_file_exporter_iface_init):
3381         * backend/tiff/tiff-document.c:
3382         (tiff_document_file_exporter_begin),
3383         (tiff_document_file_exporter_get_capabilities),
3384         (tiff_document_document_file_exporter_iface_init):
3385         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3386         (pdf_document_file_exporter_do_page),
3387         (pdf_document_file_exporter_get_capabilities),
3388         (pdf_document_file_exporter_iface_init):
3389         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3390         (ev_file_exporter_get_capabilities):
3391         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3392         (idle_print_handler), (ev_print_job_print):
3393         * shell/ev-jobs.c: (ev_job_print_run):
3394         * shell/ev-window.c: (ev_window_print_send),
3395         (ev_window_print_range):
3396
3397         Use capabilities to know which options should be offered by the
3398         print dialog depending on the document backend.
3399
3400 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3403
3404         Give priority to forms over text to set the cursor.
3405
3406 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-view-private.h:
3409         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3410         (ev_view_leave_notify_event), (ev_view_finalize),
3411         (ev_view_get_property), (ev_view_class_init):
3412
3413         Use IBEAM cursor for text form fields and NORMAL cursor for read
3414         only fields. Remove unused status attribute.
3415
3416 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3419
3420         Update region for current selected items also for checkbox
3421         buttons, since they can behave as radio buttons when they are in a
3422         set.
3423
3424 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3425
3426         * configure.ac:
3427         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3428
3429         Get max length of text form fields.
3430
3431 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3434         * libdocument/ev-form-field.h:
3435         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3436
3437         Fix build with current poppler cvs head.
3438
3439 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3442         * shell/eggfindbar.c: (egg_find_bar_init):
3443
3444         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3445         deprecation. Fixes bug #455667
3446
3447 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3448
3449         * NEWS:
3450         * configure.ac:
3451         
3452         Update for release 0.9.2
3453
3454 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3455
3456         * shell/ev-view.c: (ev_view_form_field_text_save),
3457         (ev_view_form_field_choice_save):
3458
3459         Fix a crash when closing whith a form widget visible.
3460
3461 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3464
3465         Update also the region of the current selected button when
3466         clicking on another button if they are radio buttons.
3467
3468 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3471         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3472         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3473         (ev_pixbuf_cache_get_link_mapping),
3474         (ev_pixbuf_cache_get_image_mapping),
3475         (ev_pixbuf_cache_get_form_field_mapping),
3476         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3477         * shell/ev-view.c: (ev_view_form_field_get_region),
3478         (ev_view_form_field_button_create_widget),
3479         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3480         (job_finished_cb):
3481
3482         Redraw only form field region instead of the whole page when
3483         reloading a page to show changes on the form field.
3484
3485 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * shell/ev-view.c: (ev_view_form_field_choice_save):
3488
3489         Fix selection of first item in list form fields.
3490
3491 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3494         (ev_pixbuf_cache_reload_page),
3495         (ev_pixbuf_cache_get_form_field_mapping):
3496
3497         Some refactoring to avoid duplicated code.
3498
3499 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * configure.ac:
3502         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3503         (ev_form_field_from_poppler_field),
3504         (pdf_document_forms_get_form_fields),
3505         (pdf_document_forms_form_field_text_get_text),
3506         (pdf_document_forms_form_field_text_set_text),
3507         (pdf_document_forms_form_field_button_set_state),
3508         (pdf_document_forms_form_field_button_get_state),
3509         (pdf_document_forms_form_field_choice_get_item),
3510         (pdf_document_forms_form_field_choice_get_n_items),
3511         (pdf_document_forms_form_field_choice_is_item_selected),
3512         (pdf_document_forms_form_field_choice_select_item),
3513         (pdf_document_forms_form_field_choice_toggle_item),
3514         (pdf_document_forms_form_field_choice_unselect_all),
3515         (pdf_document_forms_form_field_choice_set_text),
3516         (pdf_document_forms_form_field_choice_get_text),
3517         (pdf_document_document_forms_iface_init):
3518         * libdocument/Makefile.am:
3519         * libdocument/ev-form-field.[ch]:
3520         * libdocument/ev-document-forms.[ch]:
3521         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3522         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3523         (add_job), (ev_pixbuf_cache_reload_page),
3524         (ev_pixbuf_cache_get_form_field_mapping):
3525         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3526         * shell/ev-view-private.h:
3527         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3528         (ev_view_handle_cursor_over_xy),
3529         (ev_view_get_form_field_at_location),
3530         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3531         (ev_view_form_field_button_create_widget),
3532         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3533         (ev_view_form_field_text_create_widget),
3534         (ev_view_form_field_choice_save),
3535         (ev_view_form_field_choice_changed),
3536         (ev_view_form_field_choice_create_widget),
3537         (ev_view_handle_form_field), (ev_view_size_allocate),
3538         (ev_view_realize), (draw_end_presentation_page),
3539         (ev_view_button_press_event), (ev_view_remove_all),
3540         (ev_view_motion_notify_event), (ev_view_key_press_event),
3541         (ev_view_enter_notify_event), (highlight_find_results),
3542         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3543         (ev_view_class_init), (page_changed_cb),
3544         (on_adjustment_value_changed), (ev_view_set_presentation),
3545         (merge_selection_region), (ev_view_set_cursor),
3546         (ev_view_reset_presentation_state):
3547         
3548         Merge evince-forms branch.
3549
3550 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3551
3552         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3553
3554         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3555         This script also updates itself from libegg
3556
3557         * cut-n-paste/toolbar-editor/egg*:
3558         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3559         libegg
3560
3561 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3562
3563         * shell/ev-window.c:
3564         
3565         Adds a nice icon to page action during toolbar editing.
3566         See bug #452872.
3567
3568 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3569
3570         * data/evince-toolbar.xml:
3571         * shell/ev-window.c:
3572         
3573         Let user add a presentation and fullscreen icons on toolbar.
3574         See bug #449734.
3575
3576 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3577
3578         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3579
3580         new script to keep in sync with toolbareditor in libegg
3581
3582         * cut-n-paste/toolbar-editor/*: 
3583
3584         Run update-toolbareditor-from-libegg so we are in sync again. 
3585         Fixes bug #452850.
3586         
3587
3588 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-sidebar-links.c: (job_finished_callback):
3591
3592         Do not connect selection changed signal more than once. Fixes bug
3593         #349433.
3594
3595 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3598
3599         Do not change sidebar chrome flag when pressing F9 key in
3600         presentation mode.
3601
3602 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * backend/pdf/ev-poppler.cc:
3605         (pdf_document_thumbnails_get_dimensions):
3606
3607         Make sure thumbnails width and height is not <= 0. Fixes a crash
3608         with some pdf documents which have really small pages.
3609
3610 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3611
3612         * shell/main.c: (main):
3613
3614         Fixes program description translation issue.
3615         Bug #450148.
3616
3617 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3618
3619         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3620
3621         Do not change current page when returning from black/white mode
3622         in presentation. Fixes bug #415032.
3623
3624 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3625
3626         * NEWS:
3627         * configure.ac:
3628         
3629         Update for release 0.9.1
3630
3631 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3632
3633         * backend/dvi/dvi-document.c:
3634         (dvi_document_finalize),
3635         (dvi_document_file_exporter_format_supported),
3636         (dvi_document_file_exporter_begin),
3637         (dvi_document_file_exporter_do_page),
3638         (dvi_document_file_exporter_end),
3639         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3640         
3641         PDF exporter for dvi documents. Fixes bug #441319.
3642
3643 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * shell/ev-window.c: (ev_window_clear_print_job):
3646
3647         Clear gtk print job when job has finished. Fixes bug #447612.
3648
3649 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/ev-window.c: (ev_window_print_send),
3652         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3653
3654         Add preview button to print dialog. Fixes bug #445419.
3655
3656 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * backend/dvi/Makefile.am:
3659         * backend/dvi/pixbuf-device.[ch]: Removed
3660         * backend/dvi/cairo-device.[ch]: Added
3661         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3662         * backend/dvi/dvi-document.c: (dvi_document_load),
3663         (dvi_document_render), (dvi_document_finalize),
3664         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3665         (dvi_document_do_color_special):
3666         * libdocument/ev-document-misc.[ch]:
3667         (ev_document_misc_pixbuf_from_surface):
3668
3669         Port dvi backend to cairo and fix a problem with colors. 
3670
3671 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-view.c: (draw_one_page):
3674
3675         Draw only visible region.
3676
3677 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * backend/djvu/djvu-document.c: (djvu_document_render):
3680
3681         Fix rotation in djvu backend.
3682
3683 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3686         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3687         (ev_pixbuf_cache_get_image_mapping),
3688         (ev_pixbuf_cache_get_text_mapping):
3689
3690         Redraw view every time we have a new surface. Fixes bug #443587.
3691
3692 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * libdocument/ev-document.c: (ev_document_info_free):
3695
3696         Fix memory leaks.
3697
3698 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * backend/dvi/dvi-document.c: (dvi_document_render),
3701         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3702         * backend/impress/impress-document.c:
3703         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3704         (impress_document_render), (impress_document_document_iface_init),
3705         (impress_document_thumbnails_get_thumbnail):
3706         * backend/djvu/djvu-document-private.h:
3707         * backend/djvu/djvu-document.c: (djvu_document_render),
3708         (djvu_document_finalize), (djvu_document_document_iface_init),
3709         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3710         * backend/tiff/tiff-document.c: (tiff_document_render),
3711         (tiff_document_render_pixbuf),
3712         (tiff_document_document_iface_init):
3713         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3714         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3715         (pdf_selection_render_selection):
3716         * backend/comics/comics-document.c:
3717         (comics_document_render_pixbuf), (comics_document_render),
3718         (comics_document_document_iface_init):
3719         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3720         (pixbuf_document_document_iface_init):
3721         * libdocument/ev-document-misc.[ch]:
3722         (ev_document_misc_surface_from_pixbuf),
3723         (ev_document_misc_surface_rotate_and_scale):
3724         * libdocument/ev-document.[ch]: (ev_document_render):
3725         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3726         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3727         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3728         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3729         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3730         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3731         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3732         (render_finished_cb), (ev_job_render_run):
3733         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3734         (merge_selection_region):
3735
3736         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3737         and selections.
3738
3739 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * shell/ev-window-title.c: (ev_window_title_update):
3742
3743         Fix memory leak.
3744
3745 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3746
3747         * shell/ev-view.c: (draw_loading_text):
3748
3749         Show loading text centered. Fixes bug #433061
3750
3751 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * shell/ev-sidebar-thumbnails.c:
3754         (ev_sidebar_thumbnails_set_loading_icon):
3755
3756         Remove a mutex in the main thread that blocks the UI in heavy
3757         documents.
3758
3759 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3762
3763         Set points_set to TRUE so that selections don't disappear after a
3764         zoom change.
3765
3766 2007-06-07  Michael Monreal  <infernux@web.de>
3767
3768         * data/icons/16x16/actions/Makefile.am:
3769         * data/icons/16x16/actions/zoom.svg:
3770         * data/icons/22x22/actions/Makefile.am:
3771         * data/icons/22x22/actions/zoom.svg:
3772         * data/icons/24x24/actions/Makefile.am:
3773         * shell/ev-stock-icons.c:
3774         * shell/ev-stock-icons.h:
3775         * shell/ev-window.c:
3776         
3777         Zoom icon artwork. See bug #444795.
3778
3779 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3780
3781         * shell/ev-metadata-manager.c: Remove extraneous function
3782         (Closes: #444386)
3783
3784 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3785
3786         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3787         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3788         (ev_metadata_manager_set), (ev_metadata_manager_save):
3789         Simplify the timeout, no need for modified anymore
3790
3791 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3792
3793         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3794         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3795         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3796         (ev_metadata_manager_save): Adapted patch from Arjan van de
3797         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3798         time, saves on power (Closes: #443851)
3799
3800 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * configure.ac:
3803         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3804         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3805
3806         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3807
3808 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * shell/ev-window.c: (ev_window_add_history):
3811
3812         Check if history is NULL
3813
3814 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * libdocument/ev-image.c: (ev_image_finalize):
3817         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3818         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3819         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3820         (ev_tmp_uri_unlink):
3821
3822         Add functions to delete temporary files created by evince in a safe
3823         way.
3824
3825         * shell/ev-window.c: (ev_window_clear_local_uri),
3826         (open_xfer_update_progress_callback),
3827         (save_xfer_update_progress_callback), (ev_window_save_remote),
3828         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3829         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3830         (attachment_save_dialog_response_cb),
3831         (ev_attachment_popup_cmd_save_attachment_as):
3832
3833         Allow saving a copy of a document, image or attachment to a remote
3834         location. Fixes bug #440754. 
3835
3836 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * configure.ac:
3839         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3840
3841         Fix build with current poppler from cvs head. 
3842
3843 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3844
3845         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3846
3847         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3848         directory exists.
3849
3850 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3851
3852         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3853         * shell/ev-window.c:
3854
3855         Change sidebar ordering. Fixes bug #439939.
3856
3857 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3858
3859         * backend/comics/Makefile.am:
3860         
3861         Fixes build with --without-libgnome.
3862
3863 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3864         
3865         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3866
3867         Update cursor and tooltip on page change and view scroll. Fixes bug
3868         #439217.
3869
3870 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3871
3872         * NEWS:
3873         * configure.ac:
3874         
3875         Update for release 0.9.0
3876
3877 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3878
3879         * backend/djvu/djvu-document-private.h:
3880         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3881         (djvu_document_finalize),
3882         (djvu_document_file_exporter_format_supported),
3883         (djvu_document_file_exporter_begin),
3884         (djvu_document_file_exporter_do_page),
3885         (djvu_document_file_exporter_end),
3886         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3887         
3888         Implemented printing with djvu. Bug #437998.
3889
3890 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3891
3892         * backend/impress/zip.c:
3893         Add missing ulong definition.
3894
3895         * backend/ps/ps-interpreter.c:
3896         Add missing headers.
3897
3898         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3899
3900 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3903
3904         Add missing call to parent class dispose method. 
3905
3906 2007-05-12  Ross Burton  <ross@openedhand.com>
3907
3908         * shell/main.c:
3909         Sync keybindings manually when building without libgnome
3910         (#437925).
3911
3912 2007-05-12  Ross Burton  <ross@openedhand.com>
3913
3914         * shell/ev-window.c:
3915         Respect the screen when opening help (#437866).
3916
3917 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * data/evince-ui.xml:
3920         * shell/ev-application.[ch]: (get_print_settings_from_args),
3921         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3922         (ev_application_open_uri_list):
3923         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3924         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3925         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3926         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3927         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3928         (ev_window_dispose):
3929         * shell/main.c: (arguments_parse):
3930
3931         Add print button in preview mode. Fixes bug #396475. 
3932
3933 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * cut-n-paste/zoom-control/ephy-zoom.h:
3936         
3937         Fixes zoom level factors. See bug #408119 for details.
3938
3939 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3940
3941         * backend/comics/comics-document.c: (comics_regex_quote),
3942         (extract_argv):
3943         
3944         Correctly quote symbols. Fixes crash in the bug
3945         #415370.
3946
3947 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3948
3949         * shell/ev-navigation-action-widget.c:
3950         (ev_navigation_action_widget_init),
3951         (ev_navigation_action_widget_class_init),
3952         (ev_navigation_action_widget_button_press_event):
3953         
3954         Connect to button-press event on correct widget. Fixes
3955         bug #431988
3956
3957 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3958
3959         * shell/ev-application.c: (ev_application_open_window),
3960         (ev_application_add_icon_path_for_screen),
3961         (ev_application_open_uri_at_dest):
3962         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3963         * shell/ev-navigation-action.c: (build_menu):
3964         
3965         Add app-specific icons to our icon theme. Fixes bug
3966         #425508.
3967
3968 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3969
3970         * shell/ev-history.c: (ev_history_class_init),
3971         (ev_history_add_link):
3972         * shell/ev-history.h:
3973         * shell/ev-navigation-action.c:
3974         (ev_navigation_action_history_changed),
3975         (ev_navigation_action_set_history), (build_menu),
3976         (ev_navigation_action_finalize):
3977         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3978         
3979         Make navigation action unsensitive instead of showing
3980         menu with unsensitive word. Fixes bug #417392.
3981
3982 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * shell/ev-application.[ch]: (ev_application_shutdown),
3985         (ev_application_get_print_settings),
3986         (ev_application_set_print_settings):
3987         * shell/ev-window.c:
3988
3989         Remember print settings. Fixes bug #349102. 
3990
3991 2007-05-08  Christian Persch  <chpe@gnome.org>
3992
3993         * configure.ac:
3994         * properties/ev-properties-view.c:
3995
3996         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3997         Bug #382438.
3998
3999 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * configure.ac:
4002         * properties/ev-properties-view.c: (ev_regular_paper_size):
4003
4004         Use gtk+ builtin paper list to identify the document's paper size.
4005         Fixes bug #382438. 
4006
4007 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4008
4009         * configure.ac:
4010
4011         Fix build when compiling with thumbnailer and libgnome support. 
4012
4013 2007-05-04  Ross Burton  <ross@openedhand.com>
4014
4015         * configure.ac:
4016         Add --without-libgnome, check for libgnome and libgnomeui
4017         separately, and add them to the symbols as required.
4018
4019         * libdocument/ev-file-helpers.c:
4020         When building without libgnome, use g_get_user_config_dir instead
4021         of gnome_user_dir_get.
4022
4023         * shell/ev-application.c:
4024         When building without libgnome, don't use session management.
4025
4026         * shell/main.c:
4027         When building without libgnome, don't use GnomeProgram or
4028         initialise the authentication manager.
4029
4030         This fixes #328842.
4031
4032 2007-05-04  Ross Burton  <ross@openedhand.com>
4033
4034         * shell/ev-window.c:
4035         Don't use libgnome to open help, instead call Yelp directly.
4036
4037 2007-05-04  Ross Burton  <ross@openedhand.com>
4038
4039         * shell/ev-sidebar-attachments.c:
4040         Don't use libgnome to lookup icons for MIME types, instead copy
4041         code from GTK+ to do it manually.
4042
4043 2007-05-04  Ross Burton  <ross@openedhand.com>
4044
4045         * configure.ac:
4046         Add libxml to the dependencies for SHELL_CORE (#435818).
4047
4048 2007-05-02  Ross Burton  <ross@openedhand.com>
4049
4050         * configure.ac:
4051         * Makefile.am:
4052         Add --disable-thumbnailer (#434825)
4053
4054 2007-05-02  Ross Burton  <ross@openedhand.com>
4055
4056         * shell/ev-window.c:
4057         Add missing includes, fix indentation.
4058
4059         * shell/main.c:
4060         Fix indentation.
4061
4062 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4063
4064         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4065         ev_application_open_uri_at_dest instead of ev_application_open_uri
4066         preventing new document always being opened in a new window even if there
4067         is an empty window.
4068
4069 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4070
4071         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4072         (egg_recent_view_uimanager_finalize):
4073         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4074         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4075         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4076         (ev_pixbuf_cache_dispose):
4077         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4078         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4079         
4080         Add missing chain to parent class methods. Fixes
4081         bug #433128.
4082
4083 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4084
4085         * data/Makefile.am (update-icon-cache): Updates
4086         gtk-update-icon-cache in uninstall-hook.
4087
4088 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4089
4090         * shell/ev-window.c: (ev_window_setup_document),
4091         (ev_window_set_document), (ev_window_load_job_cb):
4092         * shell/ev-view.c: (setup_caches):
4093         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4094
4095         Start rendering pages before any other jobs. 
4096
4097 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * shell/ev-window.c: (ev_window_stop_fullscreen),
4100         (ev_window_stop_presentation):
4101
4102         Update chrome visibility before window unfullscreen. 
4103
4104 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * data/Makefile.am:
4107         * data/evince-ui.xml:
4108         * shell/ev-stock-icons.[ch]:
4109         * shell/ev-application.[ch]: (ev_application_shutdown),
4110         (ev_application_init), (ev_application_get_toolbars_model):
4111         * shell/ev-window.c: (update_chrome_visibility),
4112         (fullscreen_toolbar_setup_item_properties),
4113         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4114         (ev_window_run_presentation), (ev_window_stop_presentation),
4115         (ev_window_run_preview), (ev_window_screen_changed),
4116         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4117         (ev_window_dispose), (ev_window_init):
4118
4119         Make fullscreen toolbar always visible. Do not use egg toolbars for
4120         fullscreen and preview modes since such toolbars are not editables.
4121         Fixes bugs #300278, #338910 and #316188.  
4122
4123 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4124
4125         * shell/ev-application.c:
4126         * shell/ev-job-queue.c:
4127         * shell/ev-metadata-manager.c:
4128         * shell/ev-stock-icons.c:
4129         * shell/ev-window.c:
4130         * shell/main.c:
4131         
4132         Developers documentation updated.
4133
4134 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4137
4138         Check whether uri is valid before launching it. Fixes bug #427664.
4139
4140 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-window.c:
4143
4144         Change key accelerator for Open a Copy menu entry which is in conflict
4145         with Close. Fixes bug #427321.
4146
4147 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4148
4149         * NEWS:
4150         * configure.ac:
4151         
4152         Update for release 0.8.1
4153
4154 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * shell/ev-window.c: (setup_size_from_metadata):
4157         
4158         Do not make window bigger than screen. Fixes bug 
4159         #388985.
4160
4161 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4162
4163         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4164         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4165
4166         Use default resolution when it's not provided by document. Fixes bug
4167         #408762.
4168
4169 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * configure.ac:
4172         * thumbnailer/Makefile.am:
4173         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4174         * thumbnailer/evince-thumbnailer.schemas.in:
4175         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4176
4177         Add support for ps, eps and compressed documents thumbnails. Do not
4178         ignore size parameter. 
4179
4180 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4181
4182         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4183         (dvi_document_do_color_special):
4184         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4185
4186         Implement font color specials in the DVI backend. Fixes bug #303651.
4187
4188 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4189
4190         Fixup the previous commit:
4191
4192         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4193         * shell/xdg-user-dir-lookup.c: Make the function non-static
4194         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4195
4196 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4197
4198         * shell/ev-window.c (file_open_dialog_response_cb): Use
4199         the xdg-user-dirs DOCUMENTS folder as default folder when
4200         opening a file chooser.  (#424858)
4201
4202         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4203         xdg-user-dirs.
4204
4205 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-window.c: (ev_window_load_job_cb):
4208
4209         Do not setup view from metadata on preview mode. 
4210
4211 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/main.c:
4214
4215         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4216
4217 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * shell/ev-view.c: (ev_view_primary_get_cb):
4220
4221         Check pointer != NULL before using it. Fixes bug #416841. 
4222
4223 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * NEWS:
4226         * configure.ac:
4227         
4228         Release 0.8.0
4229
4230 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4233
4234         Do not render thumbnails when sidebar thumbnail page is not visible
4235         at startup. Fixes bug #416447. 
4236
4237 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4238
4239         * data/evince.desktop.in.in:
4240
4241         "Application" is not a valid category in the freedesktop specification.
4242
4243 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * libdocument/ev-file-helpers.[ch]: (compression_run),
4246         (ev_file_uncompress), (ev_file_compress):
4247         * shell/ev-window.c: (file_save_dialog_response_cb):
4248
4249         Save document compressed when saving a copy of a compressed document.
4250         Fixes bug #334542.
4251
4252 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4253
4254         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4255
4256         Allow deleting in goto window entry in presentation mode. 
4257
4258 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4259
4260         * Makefile.am: Dist MAINTAINERS.
4261
4262 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * shell/ev-window.c: (ev_window_update_actions):
4265
4266         Fix zoom shortcut keys when searching. Fixes bug #409828.
4267
4268 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * shell/ev-window.c: (ev_window_setup_document):
4271
4272         Fix crash when loading documents with only one page. 
4273
4274 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * backend/dvi/dvi-document.c:
4277         (dvi_document_thumbnails_get_dimensions),
4278         (dvi_document_thumbnails_get_thumbnail):
4279         * backend/impress/impress-document.c:
4280         (impress_document_thumbnails_get_thumbnail),
4281         (impress_document_thumbnails_get_dimensions):
4282         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4283         (ps_document_thumbnails_get_dimensions):
4284         * backend/djvu/djvu-document.c:
4285         (djvu_document_thumbnails_get_dimensions),
4286         (djvu_document_thumbnails_get_thumbnail):
4287         * backend/tiff/tiff-document.c:
4288         (tiff_document_thumbnails_get_thumbnail),
4289         (tiff_document_thumbnails_get_dimensions):
4290         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4291         (pdf_document_thumbnails_get_thumbnail),
4292         (pdf_document_thumbnails_get_dimensions):
4293         * backend/comics/comics-document.c:
4294         (comics_document_thumbnails_get_thumbnail),
4295         (comics_document_thumbnails_get_dimensions):
4296         * backend/pixbuf/pixbuf-document.c:
4297         (pixbuf_document_thumbnails_get_thumbnail),
4298         (pixbuf_document_thumbnails_get_dimensions):
4299         * libdocument/ev-document-thumbnails.[ch]:
4300         (ev_document_thumbnails_get_thumbnail),
4301         (ev_document_thumbnails_get_dimensions):
4302         * libdocument/ev-document-misc.[ch]:
4303         (ev_document_misc_get_thumbnail_frame):
4304         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4305         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4306         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4307         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4308         (ev_sidebar_thumbnails_refresh):
4309         * shell/ev-window.c: (ev_window_setup_document):
4310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4311
4312         Use an EvRenderContext for rendering thumbnails instead of a suggested
4313         width, so that different sized pages get sized proportionally.
4314
4315 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4316
4317         * shell/ev-view.c: (ev_view_button_press_event),
4318         (ev_view_key_press_event):
4319
4320         Fix critical warnings when there is no document loaded. 
4321
4322 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4323
4324         * shell/ev-page-action-widget.c:
4325         * shell/ev-navigation-action.c:
4326         * shell/ev-window.c:
4327
4328         Fix compile warnings. 
4329
4330 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * backend/djvu/djvu-text.h:
4333         * backend/djvu/djvu-document.c:
4334         * backend/djvu/djvu-text-page.c:
4335         * backend/djvu/djvu-links.c:
4336         * backend/djvu/djvu-text-page.h:
4337         * backend/djvu/djvu-text.c:
4338         
4339         Fix build on Mac. Fixes bug #392186. Patch by
4340         <ephraim_owns@hotmail.com>
4341
4342 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4345
4346         Restore cairo context before rendering every page when printing a PDF
4347         document into a PDF file. 
4348
4349 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4350
4351         * backend/ps/gstypes.h:
4352         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4353         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4354         (ps_document_thumbnails_get_thumbnail):
4355
4356         Handle PostScript page orientation. Fixes bug #318568.
4357
4358 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * backend/ps/Makefile.am:
4361         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4362         (document_load), (ps_document_load), (save_document),
4363         (save_page_list), (ps_document_get_n_pages),
4364         (ps_document_get_page_size), (ps_document_get_info),
4365         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4366         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4367         (ps_document_thumbnails_get_thumbnail),
4368         (ps_document_thumbnails_get_dimensions),
4369         (ps_document_document_thumbnails_iface_init):
4370         * backend/ps/ps.[ch]: (psgetpagebox):
4371         * backend/ps/ps-interpreter.[ch]:
4372
4373         Add support for thumbnails in ps backend. Fixes bug #164755. 
4374
4375 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4376
4377         * NEWS:
4378         * configure.ac:
4379         
4380         Release 0.7.2
4381
4382 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4385         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4386         (ev_window_dispose):
4387
4388         Use document thumbnail as window icon. Fixes bug #384442.
4389
4390 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4391
4392         * configure.ac:
4393
4394         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4395         duplicated adding application/x-bzpostscript instead. 
4396
4397 2007-02-11  Tom Parker  <palfrey@tevp.net>
4398
4399         * backend/ps/ps-document.c: (document_load):
4400
4401         Check return value of psscan before trying
4402         to use it. Fixes bug #372414.
4403
4404 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4407
4408         Fix invalid free in ev-page-cache. Fixes bug #404745.
4409
4410 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * test/Makefile.am:
4413         * test/test3.py:
4414         
4415         Added reload test case.
4416
4417 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * po/POTFILES.in:
4420         * backend/djvu/djvu-document.c: (djvu_document_load):
4421
4422         Check whether there are missing files in indirect multipage djvu
4423         documents. Fixes bug #361683. 
4424
4425 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * test/Makefile.am:
4428         * test/test-mime.bin:
4429         * test/test3.py:
4430         
4431         Added test for slow mime type
4432
4433 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4436
4437         Add some checks and call parent_class->finalize. Fixes bug #404745.
4438
4439 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * shell/ev-navigation-action.c: (connect_proxy):
4442         
4443         Fixes dropdown history menu. Thanks a lot Carlos!
4444
4445 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4446
4447         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4448
4449         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4450         bug #373715.
4451
4452 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * backend/ps/ps.c: (psscan):
4455
4456         Fix memory leak. 
4457
4458 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * configure.ac:
4461         * libdocument/ev-file-helpers.c: 
4462
4463         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4464
4465 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * configure.ac:
4468         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4469         (ps_interpreter_start), (document_load), (save_document),
4470         (save_page_list):
4471         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4472         * libdocument/ev-document-factory.c:
4473         (ev_document_factory_get_from_mime), (get_document_from_uri),
4474         (free_uncompressed_uri), (ev_document_factory_get_document):
4475         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4476
4477         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4478
4479 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * libdocument/ev-document.h:
4482
4483         Fix typo in function name. 
4484
4485 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4486
4487         * backend/ps/ps-document.c: (ps_interpreter_finished),
4488         (ps_interpreter_start), (ps_interpreter_failed):
4489
4490         Handle ghostscript interpreter crashes. 
4491
4492 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * shell/ev-window.c: (ev_window_open_uri),
4495         (window_configure_event_cb):
4496
4497         Setup window size and position before showing it. Fixes bug #401711.
4498
4499 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * backend/ps/Makefile.am:
4502         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4503         (ps_document_dispose), (ps_document_class_init),
4504         (ps_interpreter_input), (ps_interpreter_output),
4505         (ps_interpreter_error), (setup_interpreter_env),
4506         (ps_interpreter_start), (ps_interpreter_stop),
4507         (ps_interpreter_failed), (ps_interpreter_is_ready),
4508         (check_filecompressed), (document_load), (ps_document_load),
4509         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4510         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4511         (render_page):
4512
4513         Rework ps-document. Code cleanups, remove deprecated code. 
4514
4515 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-view.c: (ev_view_button_press_event):
4518
4519         Do not start an image drag and drop operation when pointer is on 
4520         text, so that we can select text when the whole background is an
4521         image. 
4522
4523 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * shell/ev-window.c: (ev_window_update_actions): 
4526
4527         Disable all zoom related actions during presentation mode. 
4528
4529 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4530
4531         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4532
4533         Do not zoom in or out on presentation mode. Fixes bug #401305.
4534
4535 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-navigation-action.c: (connect_proxy),
4538         (create_menu_item), (ev_navigation_action_class_init):
4539         
4540         Correctly show menu and fix crash when navigaton 
4541         action is out of toolbar visible area.
4542
4543 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * data/Makefile.am:
4546         * data/evince.1:
4547         
4548         Added man file
4549
4550 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4551
4552         * help/reference/* :
4553         * configure.ac:
4554         
4555         Added gtk-doc based documentation for Evince.
4556         Still in initial state but I hope it will
4557         grow.
4558         
4559         * configure.ac:
4560         
4561         Lower dbus requirement to 0.70
4562
4563 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4564
4565         * shell/ev-window.c: (ev_window_add_history):
4566
4567         Fix memory leak. 
4568
4569 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4570
4571         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4572         * shell/ev-view.h:
4573         * shell/ev-window.c: (ev_window_add_history):
4574         
4575         Correctly handle named destination links
4576
4577 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4578
4579         * NOTES:
4580         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4581         * backend/pdf/ev-poppler.cc:
4582         * libdocument/ev-document-links.h:
4583         * libdocument/ev-link.c: (ev_link_get_page):
4584         * libdocument/ev-link.h:
4585         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4586         (ev_history_add_link):
4587         * shell/ev-history.h:
4588         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4589         (new_history_menu_item), (build_menu):
4590         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4591         * shell/ev-sidebar-links.c: (create_loading_model),
4592         (print_section_cb), (ev_sidebar_links_construct),
4593         (fill_page_labels), (update_page_callback_foreach),
4594         (update_page_callback), (job_finished_callback):
4595         * shell/ev-view.c: (ev_view_handle_link):
4596         * shell/ev-window.c: (ev_window_find_chapter),
4597         (ev_window_add_history), (view_handle_link_cb),
4598         (history_changed_cb):
4599         
4600         Implements another history variant
4601
4602 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * shell/ev-window.c: (view_external_link_cb):
4605         * shell/ev-view.c: (ev_view_button_release_event):
4606
4607         Open links in new window when clicking with middle button. 
4608
4609 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * shell/ev-navigation-action.c: (new_history_menu_item):
4612         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4613         * shell/ev-view.c: (ev_view_handle_link):
4614         * shell/ev-window.c:
4615         
4616         Store link before jump, not the destination. For me it 
4617         seems like more natural history behavior.
4618
4619 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4622         (ev_navigation_action_class_init):
4623         * shell/ev-navigation-action.h:
4624         * shell/ev-page-action.c: (activate_cb):
4625         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4626         (ev_page_cache_set_current_page_history):
4627         * shell/ev-page-cache.h:
4628         * shell/ev-sidebar-thumbnails.c:
4629         (ev_sidebar_tree_selection_changed),
4630         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4631         * shell/ev-view-private.h:
4632         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4633         * shell/ev-view.h:
4634         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4635         (ev_window_setup_document), (ev_window_load_job_cb):
4636         * shell/ev-window.h:
4637         
4638         History finally works as expected.
4639
4640 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4643
4644         Do not update links treeview if it doesn't have a model assigned yet. 
4645
4646 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4649         (ev_sidebar_links_class_init), (update_page_callback):
4650
4651         Do not update links treeview when sidepane is not visible. 
4652
4653 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4654
4655         * shell/ev-marshal.list:
4656         * shell/ev-page-action.c: (activate_cb),
4657         (ev_page_action_class_init):
4658         * shell/ev-page-action.h:
4659         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4660         * shell/ev-window.c:
4661         
4662         Remove activate_link signal, not required.
4663
4664 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * shell/ev-navigation-action.c: (build_menu):
4667         
4668         Reorder menu items and build menu with fixed length.
4669
4670 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4671
4672         * shell/ev-view.c: (get_selected_text):
4673         
4674         Normalize text to fix ligatures problem. See bug
4675         #341947 for details.
4676
4677 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4680
4681         Fix memory leak in ev-page-cache. 
4682
4683 2007-01-25  Tom Parker <palfrey@tevp.net>
4684
4685         * backend/impress/impress-document.c: (impress_document_load),
4686         (impress_document_finalize), (impress_document_init):
4687         * properties/ev-properties-main.c: (ev_properties_get_pages):
4688         
4689         Correctly handle impress document errors. Fixes nautilus
4690         crash in property page #370491.
4691
4692 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4693
4694         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4695         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4696         (ev_job_queue_remove_job):
4697         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4698         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4699         (ev_job_load_run):
4700         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4701         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4702         (ev_window_load_job_cb), (xfer_update_progress_callback),
4703         (ev_window_open_uri), (ev_window_dispose):
4704         * shell/main.c: (main):
4705
4706         Do file transfer asynchronously in the main thread instead of
4707         synchronously in the load thread. Fixes bugs #399694, #398307 and
4708         #343542.
4709
4710 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4711
4712         * shell/ev-jobs.c: (ev_job_xfer_run):
4713
4714         Load the document with the font-config lock held. 
4715
4716 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * backend/ps/ps-document.c: (start_interpreter):
4719
4720         Fix memory leaks in ps backend. 
4721
4722 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * backend/impress/impress-document.c:
4725         (impress_document_render_pixbuf):
4726
4727         Do not acquire fontconfig lock in impress backend, since it is using
4728         the main loop for rendering. 
4729
4730 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * po/POTFILES.in: 
4733
4734         Remove mdvi files that shouldn't be translated. 
4735
4736 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * shell/ev-view-private.h:
4739         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4740         (ev_view_set_zoom):
4741
4742         Render "loading..." text into a cairo surface instead of directly into
4743         the window so that fontconfig lock is only needed once and UI is not
4744         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4745
4746 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4747
4748         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4749         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4750
4751         Use icon theme associated with the window screen rather than default. 
4752
4753 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4754
4755         * configure.ac:
4756
4757         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4758
4759 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4760
4761         * data/icons/*/apps/evince.*:
4762
4763         Move Evince icons under new apps directory.
4764
4765         * data/icons/*/actions/*:
4766
4767         Add new custom themeable Evince icons: view-page-continuous, 
4768         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4769         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4770
4771         * configure.ac:
4772
4773         Add new directories to AC_CONFIG_FILES.
4774
4775         * shell/ev-stock-icons.c:
4776         * shell/ev-stock-icons.h:
4777
4778         Use new custom themeable icons.
4779
4780 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4783
4784         Do not draw white background page in presentation mode. 
4785
4786 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4787
4788         * shell/ev-view.c: Remove unused gnome-vfs include.
4789
4790 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4791
4792         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4793         
4794         Format string is corrected, fixes bug #397129.
4795
4796 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4797
4798         * shell/ev-window.c: (ev_window_setup_recent):
4799
4800         Do not include in recent menu inexistent documents. Fixes
4801         bug #339171.
4802
4803 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * po/POTFILES.skip: 
4806
4807         Update POTFILES.skip file according to current source tree. 
4808
4809 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * shell/ev-window.c: (file_save_dialog_response_cb):
4812
4813         Do Save a copy in atomic way. Fixes bug #328266. 
4814
4815 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4818
4819         Keep selected cell always visible in index treeview.
4820
4821 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4822         
4823         * shell/ev-view.c: (ev_view_size_allocate):
4824
4825         Restore horizontal scrollbar after switching to/from fullscreen
4826         or presentation mode. Fixes bug #331728.
4827
4828 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4829
4830         * shell/ev-view-private.h:
4831         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4832         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4833         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4834         (ev_view_can_zoom_out):
4835
4836         Use max and min scale values in the view iby taking dpi into account. 
4837
4838 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4839
4840         * configure.ac:
4841         * NEWS:
4842
4843         Release 0.7.1
4844
4845 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * shell/ev-window.c: (ev_window_print_send):
4848
4849         Send print job to printer with some settings set to default values,
4850         since we have already exported to a file according to such settings
4851         and they could be taken twice by some printers. 
4852
4853 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-jobs.c: (ev_job_xfer_run):
4856         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4857
4858         Show main window and load document with the font-config lock held. 
4859
4860 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4861
4862         * configure.ac:
4863         * shell/ev-application.c: (ev_application_register_service):
4864         * shell/main.c: (load_files_remote):
4865
4866         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4867
4868 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * doc/debugging.txt:
4871         
4872         Remove obsolete documentation.
4873
4874 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4875
4876         * Makefile.am:
4877         * backend/Makefile.am:
4878         * backend/comics/Makefile.am:
4879         * backend/djvu/Makefile.am:
4880         * backend/dvi/Makefile.am:
4881         * backend/ev-async-renderer.c:
4882         * backend/ev-async-renderer.h:
4883         * backend/ev-attachment.c:
4884         * backend/ev-attachment.h:
4885         * backend/ev-backend-marshal.c:
4886         * backend/ev-document-factory.c:
4887         * backend/ev-document-factory.h:
4888         * backend/ev-document-find.c:
4889         * backend/ev-document-find.h:
4890         * backend/ev-document-fonts.c:
4891         * backend/ev-document-fonts.h:
4892         * backend/ev-document-images.c:
4893         * backend/ev-document-images.h:
4894         * backend/ev-document-info.h:
4895         * backend/ev-document-links.c:
4896         * backend/ev-document-links.h:
4897         * backend/ev-document-misc.c:
4898         * backend/ev-document-misc.h:
4899         * backend/ev-document-security.c:
4900         * backend/ev-document-security.h:
4901         * backend/ev-document-thumbnails.c:
4902         * backend/ev-document-thumbnails.h:
4903         * backend/ev-document-transition.c:
4904         * backend/ev-document-transition.h:
4905         * backend/ev-document.c:
4906         * backend/ev-document.h:
4907         * backend/ev-file-exporter.c:
4908         * backend/ev-file-exporter.h:
4909         * backend/ev-image.c:
4910         * backend/ev-image.h:
4911         * backend/ev-link-action.c:
4912         * backend/ev-link-action.h:
4913         * backend/ev-link-dest.c:
4914         * backend/ev-link-dest.h:
4915         * backend/ev-link.c:
4916         * backend/ev-link.h:
4917         * backend/ev-render-context.c:
4918         * backend/ev-render-context.h:
4919         * backend/ev-selection.c:
4920         * backend/ev-selection.h:
4921         * backend/impress/Makefile.am:
4922         * backend/pdf/Makefile.am:
4923         * backend/pixbuf/Makefile.am:
4924         * backend/ps/Makefile.am:
4925         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4926         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4927         (start_interpreter), (stop_interpreter), (document_load),
4928         (ps_document_next_page), (render_page):
4929         * backend/tiff/Makefile.am:
4930         * comics/Makefile.am:
4931         * comics/comics-document.c:
4932         * comics/comics-document.h:
4933         * configure.ac:
4934         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4935         * djvu/Makefile.am:
4936         * djvu/djvu-document-private.h:
4937         * djvu/djvu-document.c:
4938         * djvu/djvu-document.h:
4939         * djvu/djvu-links.c:
4940         * djvu/djvu-links.h:
4941         * djvu/djvu-text-page.c:
4942         * djvu/djvu-text-page.h:
4943         * djvu/djvu-text.c:
4944         * djvu/djvu-text.h:
4945         * dvi/Makefile.am:
4946         * dvi/dvi-document.c:
4947         * dvi/dvi-document.h:
4948         * dvi/fonts.c:
4949         * dvi/fonts.h:
4950         * dvi/mdvi-lib/Makefile.am:
4951         * dvi/mdvi-lib/afmparse.c:
4952         * dvi/mdvi-lib/afmparse.h:
4953         * dvi/mdvi-lib/bitmap.c:
4954         * dvi/mdvi-lib/bitmap.h:
4955         * dvi/mdvi-lib/color.c:
4956         * dvi/mdvi-lib/color.h:
4957         * dvi/mdvi-lib/common.c:
4958         * dvi/mdvi-lib/common.h:
4959         * dvi/mdvi-lib/defaults.h:
4960         * dvi/mdvi-lib/dvimisc.c:
4961         * dvi/mdvi-lib/dviopcodes.h:
4962         * dvi/mdvi-lib/dviread.c:
4963         * dvi/mdvi-lib/files.c:
4964         * dvi/mdvi-lib/font.c:
4965         * dvi/mdvi-lib/fontmap.c:
4966         * dvi/mdvi-lib/fontmap.h:
4967         * dvi/mdvi-lib/fontsrch.c:
4968         * dvi/mdvi-lib/gf.c:
4969         * dvi/mdvi-lib/hash.c:
4970         * dvi/mdvi-lib/hash.h:
4971         * dvi/mdvi-lib/list.c:
4972         * dvi/mdvi-lib/mdvi.h:
4973         * dvi/mdvi-lib/pagesel.c:
4974         * dvi/mdvi-lib/paper.c:
4975         * dvi/mdvi-lib/paper.h:
4976         * dvi/mdvi-lib/pk.c:
4977         * dvi/mdvi-lib/private.h:
4978         * dvi/mdvi-lib/setup.c:
4979         * dvi/mdvi-lib/sp-epsf.c:
4980         * dvi/mdvi-lib/special.c:
4981         * dvi/mdvi-lib/sysdeps.h:
4982         * dvi/mdvi-lib/t1.c:
4983         * dvi/mdvi-lib/tfm.c:
4984         * dvi/mdvi-lib/tfmfile.c:
4985         * dvi/mdvi-lib/tt.c:
4986         * dvi/mdvi-lib/util.c:
4987         * dvi/mdvi-lib/vf.c:
4988         * dvi/pixbuf-device.c:
4989         * dvi/pixbuf-device.h:
4990         * impress/Makefile.am:
4991         * impress/common.h:
4992         * impress/document.c:
4993         * impress/f_oasis.c:
4994         * impress/f_oo13.c:
4995         * impress/iksemel.c:
4996         * impress/iksemel.h:
4997         * impress/imposter.h:
4998         * impress/impress-document.c:
4999         * impress/impress-document.h:
5000         * impress/internal.h:
5001         * impress/r_back.c:
5002         * impress/r_draw.c:
5003         * impress/r_geometry.c:
5004         * impress/r_gradient.c:
5005         * impress/r_style.c:
5006         * impress/r_text.c:
5007         * impress/render.c:
5008         * impress/render.h:
5009         * impress/zip.c:
5010         * impress/zip.h:
5011         * lib/Makefile.am:
5012         * lib/ev-debug.c:
5013         * lib/ev-debug.h:
5014         * lib/ev-file-helpers.c:
5015         * lib/ev-file-helpers.h:
5016         * lib/ev-gui.c:
5017         * lib/ev-gui.h:
5018         * lib/ev-tooltip.c:
5019         * lib/ev-tooltip.h:
5020         * libdocument/Makefile.am:
5021         * libdocument/ev-file-helpers.c:
5022         * pdf/Makefile.am:
5023         * pdf/ev-poppler.cc:
5024         * pdf/ev-poppler.h:
5025         * pixbuf/Makefile.am:
5026         * pixbuf/pixbuf-document.c:
5027         * pixbuf/pixbuf-document.h:
5028         * properties/Makefile.am:
5029         * ps/Makefile.am:
5030         * ps/gsdefaults.c:
5031         * ps/gsdefaults.h:
5032         * ps/gsio.c:
5033         * ps/gsio.h:
5034         * ps/gstypes.h:
5035         * ps/ps-document.c:
5036         * ps/ps-document.h:
5037         * ps/ps.c:
5038         * ps/ps.h:
5039         * shell/Makefile.am:
5040         * shell/ev-application.h:
5041         * shell/ev-sidebar-links.c:
5042         * shell/ev-sidebar-links.h:
5043         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5044         (ev_gui_menu_position_tree_selection):
5045         * shell/ev-utils.h:
5046         * shell/ev-view.c: (ev_view_finalize):
5047         * shell/ev-window.c:
5048         * shell/main.c: (main):
5049         * thumbnailer/Makefile.am:
5050         * tiff/Makefile.am:
5051         * tiff/tiff-document.c:
5052         * tiff/tiff-document.h:
5053         * tiff/tiff2ps.c:
5054         * tiff/tiff2ps.h:
5055         
5056         Reorganize source tree.
5057
5058 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * backend/ev-document-factory.c:
5061
5062         Do not include ev-poppler.h when pdf is disabled. 
5063
5064 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5065
5066         * configure.ac:
5067         * data/evince-ui.xml:
5068         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5069         (pdf_document_document_images_iface_init):
5070         * backend/Makefile.am:
5071         * backend/ev-document-images.[ch]:
5072         * backend/ev-image.[ch]:
5073         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5074         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5075         (ev_job_xfer_run):
5076         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5077         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5078         (ev_pixbuf_cache_get_image_mapping):
5079         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5080         (view_menu_popup_cb), (ev_window_dispose),
5081         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5082         (ev_view_popup_cmd_copy_image):
5083         * shell/ev-view-private.h:
5084         * shell/ev-view.c: (ev_view_get_image_at_location),
5085         (ev_view_do_popup_menu), (ev_view_popup_menu),
5086         (ev_view_button_press_event), (ev_view_drag_data_get),
5087         (ev_view_drag_motion), (ev_view_drag_data_received),
5088         (ev_view_motion_notify_event), (ev_view_button_release_event),
5089         (ev_view_finalize), (ev_view_class_init):
5090
5091         Add image handling support. Fixes bugs #310008 and #325047. Images
5092         selection is not supported yet. 
5093
5094 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5097         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5098         (ev_view_init):
5099
5100         Move view drag and drop stuff to ev-view.
5101
5102 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5105         * shell/ev-view.c: (clear_selection): 
5106
5107         Clear selection also in pixbuf cache.
5108
5109 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5110
5111         * data/evince.desktop.in.in:
5112         
5113         Change icon name in desktop file. See bug #390734
5114         for details.
5115
5116 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5117
5118         * thumbnailer/Makefile.am:
5119
5120         Use top_builddir instead top_srcdir for generated schema
5121         file installation. Fixes bug #390161.
5122
5123 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * configure.ac:
5126         * backend/Makefile.am:
5127         * backend/ev-document-transition.[ch]:
5128         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5129         (pdf_document_page_transition_iface_init):
5130         * shell/ev-view-private.h:
5131         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5132         (ev_view_set_presentation), (transition_next_page),
5133         (ev_view_presentation_transition_stop),
5134         (ev_view_presentation_transition_start), (ev_view_next_page):
5135
5136         Add page transition support in presentation mode. At the moment only
5137         page duration is supported, but not transition effects. Fixes bug
5138         #309815.
5139
5140 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5143
5144         Run find_link_dest with document lock held, since it's called by links
5145         thread and main thread at the same time. 
5146
5147 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * shell/ev-view.c: (goto_dest):
5150
5151         Update page-cache when page is changed by the view, so that
5152         page-changed signal is emitted. 
5153
5154 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * test/test1.py:
5157         * test/test2.py:
5158
5159         Use C locale in tests. 
5160
5161 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5162
5163         * shell/ev-window.c: (ev_window_run_presentation):
5164         * shell/ev-view-private.h:
5165         * shell/ev-view.c: (ev_view_set_presentation):
5166
5167         Restore zoom settings when back from presentation mode. 
5168
5169 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5170
5171         * shell/ev-window.c: (ev_window_run_presentation):
5172
5173         Always use "best fit" zoom in presentation mode.
5174         Fixes bug #389195.
5175
5176 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5177
5178         * shell/ev-view.c: (ev_view_goto_window_create):
5179
5180         Show "Jump to page" label in the page jumping popup in
5181         presentation mode instead of just a GtkEntry.
5182
5183 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-window.c: (launch_external_uri):
5186
5187         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5188         #378085.
5189
5190 2006-12-22  Elijah Newren  <newren gmail com>
5191
5192         * configure.ac: explicitly check for libxml2.  Fixes #388795
5193
5194 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5195
5196         * shell/ev-view-private.h:
5197         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5198         (ev_view_goto_window_delete_event), (key_is_numeric),
5199         (ev_view_goto_window_key_press_event),
5200         (ev_view_goto_window_button_press_event),
5201         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5202         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5203         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5204
5205         Allow jumping to another page by typing a page number in presentation
5206         mode. It uses a popup window with an entry. Fixes bug #353625.
5207
5208 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * configure.ac:
5211         * properties/ev-properties-view.c: (ev_get_default_user_units),
5212         (ev_regular_paper_size):
5213         
5214         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5215         to Damien Carbery <damien.carbery@sun.com> and
5216         Yevgen Muntyan <muntyan@tamu.edu>.
5217
5218 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5219
5220         * shell/ev-window.c: (setup_document_from_metadata):
5221
5222         Make sure Evince doesn't restore the view on the last
5223         page when a document is reopened. Fixes bug #383381.
5224
5225 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5226
5227         * shell/ev-view.c: (draw_loading_text):
5228
5229         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5230
5231 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5232
5233         * configure.ac:
5234         * NEWS:
5235
5236         Release 0.7.0
5237
5238 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5239
5240         * configure.ac:
5241         * pdf/ev-poppler.cc: (pdf_print_context_free),
5242         (pdf_document_file_exporter_begin),
5243         (pdf_document_file_exporter_do_page):
5244
5245         Make cairo-pdf depedency optional. 
5246
5247 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5250
5251         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5252
5253 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5254
5255         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5256         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5257         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5258         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5259         * shell/ev-view.c: (draw_loading_text):
5260         * shell/ev-window.c: (ev_window_cmd_file_properties):
5261
5262         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5263         related to using FontConfig from different threads.
5264         
5265 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * shell/ev-view.c: (draw_loading_text):
5268
5269         Acquire lock document when drawing "Loading..." text so that only one
5270         thread will use FontConfig at the same time. Fixes bug #374750.
5271
5272 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * shell/ev-page-action.[ch]: (activate_cb):
5275         * shell/ev-window.c: (activate_label_cb):
5276
5277         Check if text inserted in page entry is a valid page number when it
5278         doesn't match to any document page label. Fixes bug #383165.
5279
5280 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5281         * shell/ev-window.c:
5282
5283         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5284         available with GTK < 2.10. Added an ifdef to avoid compilation
5285         error.
5286
5287 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * configure.ac:
5290         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5291
5292         Fix ps backend in multihead systems.
5293
5294 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5295
5296         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5297         * shell/ev-window.c: (ev_window_get_screen_dpi),
5298         (ev_window_update_actions), (setup_view_from_metadata),
5299         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5300
5301         Take screen DPI into account when zooming. Fixes bug #318285.
5302
5303 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5304
5305         * data/Makefile.am:
5306
5307         Cleaned up/slightly refactored Makefile.am. Added GConf
5308         schemas uninstallation as well.
5309
5310 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5311
5312         * Makefile.am:
5313         * test/Makefile.am:
5314
5315         Fight with autotools to fix make check. Make distcheck
5316         works fine as well now!
5317
5318 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5319
5320         * shell/ev-view.c: (draw_end_presentation_page):
5321
5322         Corrected "end of presentation" string.
5323
5324 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5325
5326         * shell/ev-view.c: (ev_view_key_press_event):
5327
5328         Correctly propagate key press event so that up/down keys
5329         work as expected (correct behaviour was broken by
5330         black/white screen key bindings for presentations).
5331
5332 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5333
5334         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5335         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5336         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5337         (pdf_selection_get_selection_region),
5338         (pdf_selection_get_selection_map):
5339
5340         Add "static" to some private functions. 
5341
5342 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5343
5344         * lib/ev-tooltip.h:
5345         * properties/ev-properties-view.h:
5346         * shell/ev-jobs.h:
5347         * shell/ev-properties-dialog.h:
5348         * shell/ev-properties-fonts.h:
5349         * shell/ev-sidebar-links.h:
5350         * shell/ev-sidebar-thumbnails.h:
5351         * shell/ev-sidebar.h:
5352         * shell/ev-window.h:
5353         
5354         Fixes CHACK type in class casts. See bug #385343
5355         for details.
5356
5357 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5358
5359         * shell/ev-view-private.h:
5360         * shell/ev-view.c: (draw_end_presentation_page),
5361         (ev_view_expose_event), (ev_view_key_press_event),
5362         (ev_view_class_init), (ev_view_init):
5363
5364         Blank screen in presentation mode when pressing 'b' (filling with
5365         black) or 'w' (filling with white) keys. Fixes bug #358132.
5366
5367 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5368
5369         * data/evince-toolbar.xml:
5370         * shell/ev-window.c:
5371         
5372         Use stock icon for Select All action. Fixes
5373         bug #382652.
5374
5375 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5376
5377         * shell/ev-view.c: (get_doc_point_from_offset),
5378         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5379
5380         Add links support in rotated documents. Fixes bug #343733.
5381
5382 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5383
5384         * shell/ev-view-private.h:
5385         * shell/ev-view.c: (draw_end_presentation_page),
5386         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5387
5388         Show a blank page after the last page in presentation mode with a
5389         message indicating that presentation has finished and how to exit. 
5390
5391 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5392
5393         * shell/ev-window.c: (fullscreen_timeout_cb):
5394
5395         Hide cursor after a while in presentation mode. 
5396
5397 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5398
5399         * backend/ev-document-info.h:
5400         * data/evince-properties.glade:
5401         * pdf/ev-poppler.cc:
5402         * properties/ev-properties-view.c: (ev_regular_paper_size),
5403         (ev_properties_view_set_info):
5404         * ps/ps-document.c: (ps_document_get_info):
5405
5406         Adds a paper size field to the properties dialog. Fixes
5407         bug #307315. Patch by Kasper Svendsen (with some i18n
5408         changes done by me).
5409
5410 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5413         (screensaver_init_dbus), (totem_scrsaver_new),
5414         (totem_scrsaver_init):
5415         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5416         * shell/ev-application.c: (ev_application_register_service),
5417         (ev_application_screensaver_enable),
5418         (ev_application_screensaver_disable):
5419         * shell/ev-application.h:
5420         * shell/ev-window.c: (ev_window_run_presentation),
5421         (ev_window_stop_presentation), (build_comments_string),
5422         (ev_window_init):
5423         
5424         Move screensaver handling to application. No more
5425         message on startup.
5426
5427 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5428
5429         * configure.ac:
5430         * backend/Makefile.am:
5431         * backend/ev-file-exporter.[ch]:
5432         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5433         * ps/ps-document.c: (ps_document_file_exporter_*):
5434         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5435         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5436         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5437         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5438
5439         Allow printing to PDF when suppoted by the backend.
5440         
5441 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5442
5443         * shell/ev-window.c: (build_comments_string):
5444
5445         Use always "Document Viewer" in about dialog. 
5446
5447 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5448
5449         * djvu/djvu-document.c: (djvu_document_get_page_size):
5450
5451         Display a warning message when get_pageinfo fails. 
5452
5453 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5454
5455         * Makefile.am:
5456         * backend/Makefile.am:
5457         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5458         * configure.ac:
5459         * shell/ev-window.c: (build_comments_string):
5460         
5461         Make pdf compilation optional. See bug #38007.
5462
5463 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5464
5465         * ps/ps.c: (get_next_text):
5466
5467         Fix CVE-2006-5864.
5468
5469 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5470
5471         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5472         * shell/ev-navigation-action.c: (connect_proxy),
5473         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5474         
5475         Do not call g_type_class_peek_parent twice.
5476
5477 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5478
5479         * configure.ac:
5480         * data/icons/24x24/.cvsignore:
5481         * data/icons/24x24/Makefile.am:
5482         * data/icons/24x24/evince.png:
5483         * data/icons/Makefile.am:
5484         
5485         Add 24x24 icon. Thanks to 
5486         Michael Monreal <infernux@web.de>.
5487
5488 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * configure.ac: Fix typo in configure.ac. Thanks
5491         to dmacks@netspace.org for notification.
5492
5493 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5494
5495         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5496         
5497         Drop dbus include, fixes compilation with older dbus.
5498
5499 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5500
5501         * configure.ac:
5502         * cut-n-paste/Makefile.am:
5503         * cut-n-paste/totem-screensaver/.cvsignore
5504         * cut-n-paste/totem-screensaver/Makefile.am:
5505         * cut-n-paste/totem-screensaver/README:
5506         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5507         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5508         * shell/Makefile.am:
5509         * shell/ev-window.c: (ev_window_run_presentation),
5510         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5511         (ev_window_init):
5512
5513         Implemented screensaver enabling/disabling for
5514         presentation mode (not fullscreen mode). Code stolen
5515         from Totem (with some minor tweaks). Fixes bug #338889.
5516
5517 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5518
5519         * configure.ac:
5520
5521         Bump gnome-icon-theme requirements. We use the rotation
5522         icons that appeared recently.
5523
5524 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * shell/ev-history.c: (ev_history_add_page):
5527         * shell/ev-history.h:
5528         * shell/ev-window.c: (page_changed_cb):
5529         
5530         Use page labels instead of numbers.
5531
5532 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5533
5534         * data/evince-toolbar.xml:
5535         * po/POTFILES.in:
5536         * shell/Makefile.am:
5537         * shell/ev-navigation-action-widget.c:
5538         (ev_navigation_action_widget_init),
5539         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5540         (menu_detacher), (ev_navigation_action_widget_set_menu),
5541         (menu_position_func), (popup_menu_under_arrow),
5542         (ev_navigation_action_widget_toggled),
5543         (ev_navigation_action_widget_button_press_event):
5544         * shell/ev-navigation-action-widget.h:
5545         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5546         (ev_navigation_action_set_window), (activate_menu_item_cb),
5547         (new_history_menu_item), (new_empty_history_menu_item),
5548         (build_menu), (menu_activated_cb), (connect_proxy),
5549         (create_tool_item), (ev_navigation_action_init),
5550         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5551         * shell/ev-navigation-action.h:
5552         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5553         (ev_page_action_widget_set_page_cache),
5554         (ev_page_action_widget_finalize),
5555         (ev_page_action_widget_class_init), (match_selected_cb),
5556         (display_completion_text), (match_completion), (build_new_tree_cb),
5557         (get_filter_model_from_model),
5558         (ev_page_action_widget_update_model):
5559         * shell/ev-page-action-widget.h:
5560         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5561         (connect_proxy):
5562         * shell/ev-page-action.h:
5563         * shell/ev-stock-icons.c:
5564         * shell/ev-stock-icons.h:
5565         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5566         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5567         (register_custom_actions):
5568         * shell/main.c:
5569         
5570         Preliminary history implementation
5571
5572 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5575         (dvi_document_class_init), (dvi_document_init_params):
5576         * dvi/mdvi-lib/font.c: (font_reference):
5577         
5578         Add reference to subfont. Fixes bug #374277.
5579
5580 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5583         (ev_window_cmd_file_open_copy_at_dest):
5584
5585         Fix a race condition when creating symlink. Increase the counter
5586         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5587         Mathias Hasselmann).
5588
5589 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5590
5591         * backend/Makefile.am:
5592         * backend/ev-attachment.c: (ev_attachment_open):
5593         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5594         (ev_tmp_dir), (ev_tmp_filename):
5595         * shell/ev-sidebar-attachments.c:
5596         (ev_sidebar_attachments_drag_data_get):
5597         * shell/ev-window.c: (ev_window_clear_temp_file):
5598
5599         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5600         in ensure_dir_exists. Abort without crashing when we can't create
5601         user's directory.
5602
5603 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5604
5605         * data/evince-ui.xml:
5606         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5607         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5608         (ev_window_cmd_file_open_copy_at_dest),
5609         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5610         (ev_view_popup_cmd_open_link_new_window):
5611
5612         Allow opening a copy of the current document in a new window. Fixes bug
5613         #357472
5614
5615 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5616
5617         * data/evince-toolbar.xml:
5618         
5619         Add rotate right and rotate left to available items for toolbar.
5620         
5621         * data/evince-ui.xml:
5622         * shell/ev-window.c: (ev_window_init):
5623         
5624         Customize toolbar with right click. Fixes bug #372451.
5625
5626 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5627
5628         * shell/ev-window.c: 
5629         
5630         Use "object-rotate-{left,right}" stock icons. Fixes 
5631         bug #373863.
5632
5633 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5634
5635         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5636         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5637         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5638         (ev_window_open_uri):
5639         * shell/main.c: (arguments_parse):
5640
5641         Remove temp file created when evince is used by GTK+ in
5642         preview mode. Fixes bug #365282. 
5643
5644 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5647         
5648         Fixes bug #372474 - Side pane disabled when entering 
5649         and leaving fullscreen mode.
5650
5651 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5654         * data/Makefile.am:
5655         * data/evince-preview-toolbar.xml:
5656         * data/evince-toolbar.xml:
5657         * shell/ev-application.c: (ev_application_shutdown),
5658         (ev_application_init), (ev_application_get_toolbars_model):
5659         * shell/ev-application.h:
5660         * shell/ev-window.c: (update_chrome_visibility),
5661         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5662         (ev_window_cmd_edit_toolbar), (ev_window_init):
5663         
5664         Fixes bug #364364 - toolbar editor shows zoom actions again.
5665
5666 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5669
5670         Do not take margins into consideration for paper size when printing.
5671         Really fixes bug #350491.
5672
5673 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5674
5675         * data/evince-ui.xml:
5676         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5677         (ev_window_cmd_file_print_setup),
5678         (ev_window_print_dialog_response_cb),
5679         (ev_window_setup_action_sensitivity):
5680
5681         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5682
5683 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5684
5685         * shell/ev-window.c: (ev_window_print_range):
5686
5687         Revert my previuos commit, since printing to PDF is not supported by
5688         evince yet. 
5689
5690 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5691
5692         * shell/ev-window.c: (ev_window_print_range):
5693
5694         Enable print to a PDF. Fixes bug #332121.
5695
5696 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5697
5698         * shell/ev-application-service.xml:
5699         * shell/ev-application.[ch]: (ev_application_open_window),
5700         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5701         (ev_application_open_uri), (ev_application_open_uri_list):
5702         * shell/ev-window.c: (file_open_dialog_response_cb),
5703         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5704         (drag_data_received_cb), (open_remote_link):
5705         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5706
5707         Add support for multiscreen systems. Fixes bug #316206.
5708
5709 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * shell/ev-jobs.[ch]: (ev_job_print_new),
5712         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5713         (ev_job_print_do_page):
5714         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5715
5716         Allow printing only odd/even pages. Fixes bug #367289.
5717
5718 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5719
5720         * test/test1.py:
5721         * test/test2.py:
5722
5723         Re-add locale settings to test files.
5724
5725 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * data/evince-ui.xml:
5728         * shell/ev-window.c: (set_action_properties):
5729         
5730         Removed garbage from code and ui.
5731
5732 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5733
5734         * shell/ev-window.c: (ev_window_cmd_help_about):
5735
5736         Shamelessly add my name to the list of contributors.
5737
5738 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5739
5740         * test/test1.py:
5741         * test/test2.py:
5742
5743         Cleaned up the dogtail scripts.
5744
5745 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5746
5747         * shell/ev-view.c: (draw_loading_text): Don't render
5748         "loading..." text in presentation mode. Temporary
5749         workaround for bug #320352.
5750
5751 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5752
5753         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5754         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5755
5756         Use print settings scale, copies, collate and reverse which were
5757         ignored. Fixes bug #359032.
5758
5759 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * configure.ac:
5762         * data/evince-password.glade:
5763         * test/Makefile.am:
5764         * test/test-encrypt.pdf:
5765         * test/test-links.pdf:
5766         * test/test1.py:
5767         * test/test2.py:
5768
5769         Add automated UI tests for evince with dogtail. See
5770         bug #300948.    
5771
5772 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5775
5776         Hide fullscreen toolbar when switching to another desktop workspace.
5777         Fixes bug #338871
5778
5779 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5780
5781         * shell/ev-window-title.c: 
5782         
5783         Test for .dvi in title of pdf documents.
5784
5785 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5786
5787         * shell/ev-view.c: (ev_view_scroll):
5788
5789         Page Up/Down should do page jumps in "Best fit" mode.
5790         If a user has explicitly chosen to view exactly one page
5791         at a time, scrolling just a part of the page when
5792         pressing Page Up/Down is not right. Fixes bug #323107.
5793
5794 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5795
5796         * NEWS:
5797         * configure.ac:
5798         
5799         Update for 0.6.1
5800
5801 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5804         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5805         
5806         Correctly disconnect from job signals on destroy.
5807
5808 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * shell/ev-view-private.h:
5811         * shell/ev-view.c: (view_set_adjustment_values),
5812         (view_update_range_and_current_page),
5813         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5814         
5815         Fixes bug #343199, current page now follows find page.
5816
5817 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5818
5819         * backend/ev-document-factory.c:
5820         * configure.ac:
5821         Assigned OpenDocument presenation MIME type to the
5822         Impress backend. Added some missing (but harmless)
5823         #ifdefs in the document factory as well to make things
5824         consistent again. Fixes bug #360658.
5825
5826 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5827
5828         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5829         * backend/ev-document-find.c: (ev_document_find_get_type):
5830         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5831         * backend/ev-document-links.c: (ev_document_links_get_type):
5832         * backend/ev-document-security.c: (ev_document_security_get_type):
5833         * backend/ev-document-thumbnails.c:
5834         (ev_document_thumbnails_get_type):
5835         * backend/ev-document.c: (ev_document_get_type):
5836         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5837         * backend/ev-selection.c: (ev_selection_get_type):
5838         * cut-n-paste/recent-files/egg-recent-model.c:
5839         (egg_recent_model_get_type):
5840         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5841         (egg_recent_view_uimanager_get_type):
5842         * cut-n-paste/recent-files/egg-recent-view.c:
5843         (egg_recent_view_get_type):
5844         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5845         (egg_editable_toolbar_get_type):
5846         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5847         (egg_toolbar_editor_get_type):
5848         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5849         (egg_toolbars_model_get_type):
5850         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5851         (egg_tree_multi_drag_source_get_type):
5852         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5853         (ephy_zoom_action_get_type):
5854         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5855         (ephy_zoom_control_get_type):
5856         * impress/r_back.c: (_imp_fill_back):
5857         * properties/ev-properties-main.c:
5858         (ev_properties_plugin_register_type):
5859         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5860         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5861         (ev_view_accessible_factory_get_type):
5862
5863         Reduce relocations. Bug #360616.
5864
5865 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * backend/ev-document-factory.c:
5868         (ev_document_factory_get_document):
5869         
5870         Load document even if extension is wrong.
5871
5872 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5873
5874         * shell/ev-metadata-manager.c: (save_values):
5875         * shell/ev-window.c: (setup_size_from_metadata),
5876         (setup_view_from_metadata), (ev_window_setup_document),
5877         (ev_window_xfer_job_cb), (window_configure_event_cb):
5878         
5879         Set size according to the document size/page size ratio.
5880         That should correct rather wierd behaviour of the previous
5881         commit.
5882
5883 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * shell/ev-window.c: (setup_view_from_metadata):
5886         
5887         Set size for new windows from previous window size.
5888         See bugs #354968 and #168450 for details. Thanks
5889         to Meik Hellmund.
5890
5891 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5892
5893         * djvu/djvu-links.c: (build_tree):
5894
5895         Fix memory leak.
5896
5897 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5898
5899         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5900         
5901         Don't make sidebar close button insensitive. Fixes
5902         bug #357871.
5903
5904 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5905
5906         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5907         (ev_window_set_view_accels_sensitivity):
5908         
5909         Don't enable Slash on documents which don't support
5910         find. Fixes bug #358648.
5911
5912 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5913
5914         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5915         open dialog fall back to the current document uri if the
5916         filechooser hasn't been used before. Fixes bug #356980.
5917
5918 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5919
5920         * shell/ev-window.c: (ev_window_setup_recent), 
5921         (ev_window_get_recent_file_label):
5922
5923         Escape underscores in filenames of recent file items.
5924
5925 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * configure.ac:
5928         
5929         Bumped poppler requirements, really 0.5.3 is very 
5930         buggy, now we require 0.5.4.
5931
5932 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * djvu/Makefile.am:
5935         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5936         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5937         (djvu_document_document_links_iface_init):
5938         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5939         (number_from_string_10), (get_djvu_link_dest),
5940         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5941         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5942         (djvu_links_get_links), (djvu_links_find_link_dest),
5943         (djvu_links_get_links_model):
5944         * djvu/djvu-links.h:
5945         
5946         Add support for links and bookmarks in djvu documents. Thanks
5947         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5948         patch.
5949
5950 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5953         
5954         Reopen should reload document. Fixes 
5955         bug 327951.
5956
5957 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5958
5959         * configure.ac:
5960         * data/Makefile.am:
5961         * data/evince-16.png:
5962         * data/evince-22.png:
5963         * data/evince.png:
5964         * data/evince.svg:
5965         * data/icons/16x16/Makefile.am:
5966         * data/icons/16x16/evince.png:
5967         * data/icons/22x22/Makefile.am:
5968         * data/icons/22x22/evince.png:
5969         * data/icons/48x48/Makefile.am:
5970         * data/icons/48x48/evince.png:
5971         * data/icons/Makefile.am:
5972         * data/icons/scalable/Makefile.am:
5973         * data/icons/scalable/evince.svg:
5974         
5975         Install icons with correct names. Fixes
5976         bug #354429.
5977
5978 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5979
5980         * shell/ev-view.c: (ev_view_button_release_event):
5981
5982         Don't open links with middle mouse button. Fixes bug #353649
5983
5984 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5985
5986         * NEWS:
5987         * configure.ac:
5988         
5989         Update for release 0.6.0
5990
5991 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5992
5993         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5994         Implement Close named action. Patch by Carlos Garcia Campos.
5995
5996 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5999         
6000         Don't clear link mapping on copy_job_to_job_info. Fixes
6001         bug 346168.
6002
6003 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6004
6005         * shell/main.c: (main):
6006
6007         Revert my previous commit, gnome_program_init owns the option context.
6008         Fix another memory leak in main. Both caught by Christian Persch. 
6009
6010 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6011
6012         * shell/main.c: (main):
6013
6014         Fix memory leak.
6015
6016 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6017
6018         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6019
6020         Fix crash when opening a pdf with password protection. 
6021
6022 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6023
6024         * pdf/ev-poppler.cc: (pdf_document_search_free):
6025
6026         Fix memory leak. 
6027
6028 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * backend/ev-document-factory.c:
6031         (ev_document_factory_get_document):
6032         * tiff/tiff-document.c: (tiff_document_finalize):
6033         
6034         More correct handling of document loading. Fixes
6035         bug #349043.
6036
6037 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6038
6039         * backend/ev-attachment.c: (ev_attachment_save):
6040
6041         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6042         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6043
6044 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6045         
6046         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6047         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6048
6049 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6050
6051         * shell/ev-sidebar-thumbnails.c:
6052
6053         Do not render thumbnails unless thumbnails page is active in the
6054         sidebar.
6055
6056 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6057
6058         * shell/ev-properties-dialog.c:
6059
6060         Fix dialogue spacing. Bug #351370.
6061
6062 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6063
6064         * configure.ac:
6065
6066         Use lowercase gettext catalog file names (evince.mo
6067         instead of Evince.mo)
6068
6069 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6070
6071         * shell/ev-sidebar-attachments.c:
6072
6073         GtkIconTheme is now screen safe too. Fixes bug #350878
6074
6075 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6076
6077         * shell/ev-window.c:
6078
6079         GtkRecent manager is now screen safe. Fixes bug #350145
6080
6081 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * shell/ev-sidebar.c: (ev_sidebar_init):
6084         
6085         Make sidebar close icon smaller. Fix for bug 350177.
6086         See also bugs 350176 and 165770.
6087
6088 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6089
6090         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6091
6092         Ignore zoom for xyz destinations when it's <= 1, keeping user
6093         preferences instead. Set correct sizing-mode for fith and fitv
6094         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6095
6096 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6097
6098         * NEWS:
6099         * configure.ac:
6100         
6101         Update for release 0.5.5
6102
6103 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6104         
6105         * shell/ev-window.c: (ev_window_cmd_escape)
6106
6107         Escape unfocus page entry. Fixes bug #345809.
6108
6109 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6112         (build_tree), (pdf_document_links_get_links),
6113         (pdf_document_links_find_link_dest):
6114         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6115         (goto_xyz_dest):
6116
6117         Convert from PDF style coordinates to X style coordinates in the
6118         backend rather than in the view. Fixes bug #338440
6119
6120 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * shell/ev-window.c:
6123         
6124         Remove Ctrl+Shift+T shortcut for toolbars. See
6125         the bug #350098.
6126
6127 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6128
6129         * configure.ac:
6130
6131         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6132         of this. 
6133
6134 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6135
6136         * configure.ac:
6137         * cut-n-paste/Makefile.am:
6138         * data/evince-ui.xml:
6139         * shell/Makefile.am:
6140         * shell/ev-application.[ch]:
6141         * shell/ev-window.c:
6142
6143         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6144         #349273
6145
6146 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6147
6148         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6149         findbar code: s/help/search/
6150
6151 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6152
6153         * shell/ev-window.c: (setup_document_from_metadata),
6154         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6155         (setup_view_from_metadata):
6156         
6157         Fix memory leaks.
6158
6159 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6160
6161         * autogen.sh, configure.ac: 
6162         
6163         Update automake usage. See bug 349292.
6164
6165 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * shell/eggfindbar.c: (egg_find_bar_class_init),
6168         (entry_activate_callback), (egg_find_bar_init),
6169         (egg_find_bar_set_status_text):
6170         * shell/eggfindbar.h:
6171         
6172         Unify Evince findbar with Epiphany. Nice patch
6173         from Fabricio Silva <silva@crans.org> and
6174         Frederic Peters <fpeters@entrouvert.com>. See
6175         bug #339966 for details.
6176
6177 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * data/evince.desktop.in.in:
6180         
6181         Correct information for bugzilla. Thanks to
6182         Olaf Vitters, see bug #348855.
6183
6184 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6185
6186         * shell/ev-jobs.[ch]:
6187         * shell/ev-sidebar-links.c:
6188         * shell/ev-window.[ch]:
6189
6190         GtkPrintJob doesn't support print ranges or current page, so we export
6191         to a ps file now when printing ranges or current page.
6192
6193 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * pdf/ev-poppler.cc:
6196         * shell/ev-window.c: (do_action_named):
6197
6198         We should be more clear about bugzilla. See the
6199         poppler bug #7623.
6200
6201 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6202
6203         * configure.ac:
6204         * shell/Makefile.am:
6205         * shell/ev-job-queue.c:
6206         * shell/ev-jobs.[ch]:
6207         * shell/ev-sidebar-links.c:
6208         * shell/ev-window.[ch]:
6209         
6210         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6211         #348422
6212
6213 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6216         * shell/ev-application-service.xml:
6217         * shell/ev-application.[ch]:
6218         * shell/ev-jobs.[ch]:
6219         * shell/ev-window.[ch]: (ev_window_run_preview):
6220         * shell/main.c: 
6221
6222         Add preview mode to use evince as a printing previewer. It also adds
6223         other command line options for fullscreen and presentation modes.
6224         Fixes bugs #347822, #317031
6225
6226 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * NEWS:
6229         * configure.ac:
6230         
6231         Update for release 0.5.4
6232
6233 2006-07-11  Bastien Nocera <hadess@hadess.net>
6234
6235         * Makefile.am:
6236         * backend/Makefile.am:
6237         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6238         * backend/ev-document-factory.h:
6239         * configure.ac:
6240         * impress/.cvsignore:
6241         * impress/Makefile.am:
6242         * impress/common.h:
6243         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6244         (imp_get_page), (imp_next_page), (imp_prev_page),
6245         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6246         * impress/f_oasis.c: (render_object), (render_page),
6247         (get_geometry), (_imp_oasis_load):
6248         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6249         (_imp_oo13_load):
6250         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6251         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6252         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6253         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6254         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6255         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6256         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6257         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6258         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6259         (iks_new_within), (iks_insert), (iks_insert_cdata),
6260         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6261         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6262         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6263         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6264         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6265         (iks_cdata), (iks_cdata_size), (iks_has_children),
6266         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6267         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6268         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6269         (iks_tree), (iks_load), (iks_save):
6270         * impress/iksemel.h:
6271         * impress/imposter.h:
6272         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6273         (imp_render_draw_bezier_real), (imp_render_get_size),
6274         (imp_render_set_fg_color), (imp_render_draw_line),
6275         (imp_render_draw_rect), (imp_render_draw_polygon),
6276         (imp_render_draw_arc), (imp_render_draw_bezier),
6277         (imp_render_open_image), (imp_render_get_image_size),
6278         (imp_render_scale_image), (imp_render_draw_image),
6279         (imp_render_close_image), (imp_render_markup),
6280         (imp_render_get_text_size), (imp_render_draw_text),
6281         (impress_document_load), (impress_document_save),
6282         (impress_document_get_n_pages), (impress_document_get_page_size),
6283         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6284         (impress_document_finalize), (impress_document_class_init),
6285         (impress_document_can_get_text), (impress_document_get_info),
6286         (impress_document_document_iface_init),
6287         (impress_document_thumbnails_get_thumbnail),
6288         (impress_document_thumbnails_get_dimensions),
6289         (impress_document_document_thumbnails_iface_init),
6290         (impress_document_init):
6291         * impress/impress-document.h:
6292         * impress/internal.h:
6293         * impress/r_back.c: (_imp_fill_back):
6294         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6295         (_imp_draw_image), (_imp_tile_image):
6296         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6297         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6298         (r_polyline):
6299         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6300         (r_draw_gradient_complex), (r_draw_gradient):
6301         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6302         (r_get_bullet):
6303         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6304         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6305         (r_text):
6306         * impress/render.c: (imp_create_context), (imp_context_set_page),
6307         (imp_context_set_step), (imp_render), (imp_delete_context):
6308         * impress/render.h:
6309         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6310         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6311         (zip_load_xml), (zip_get_size), (zip_load):
6312         * impress/zip.h:
6313         * shell/ev-utils.c:
6314         
6315         New backend to support impress slides. Fixes bug #30867.
6316
6317 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6318
6319         * shell/ev-utils.c: (using_postscript_printer):
6320         
6321         Fixes crash when print using PAPI backend,
6322         bug #345012.
6323
6324 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6325
6326         * shell/ev-jobs.c: (ev_job_xfer_run):
6327         * shell/ev-window.c: (password_dialog_response),
6328         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6329         (ev_window_dispose):
6330         Fixes bug #344160: if the xfer job doesn't complete
6331         because a password is required, reload the existing
6332         instance instead of creating a new one.
6333
6334 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/main.c: (main): Call gdk_threads_init. Thus
6337         we'll avoid errors in auth dialog. Fix for the bug
6338         #343347.
6339
6340 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6341
6342         * configure.ac: Advertise pixbuf support, fix
6343         for the bug 343317.
6344
6345 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6348         (ev_sidebar_thumbnails_set_document):
6349         
6350         Update sidebar thumbnails after reloading.
6351
6352 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6355         * shell/ev-jobs.h:
6356         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6357         (ev_window_cmd_view_reload), (ev_window_init):
6358         
6359         Don't crash on reload. Fix for the bug #343167.
6360
6361 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6362
6363         * shell/ev-jobs.c: (ev_job_render_run):
6364         
6365         Check for document links.
6366
6367 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * backend/ev-attachment.c: (ev_attachment_save),
6370         (ev_attachment_launch_app), (ev_attachment_open):
6371         * backend/ev-document-factory.c: (get_document_from_uri):
6372         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6373         (egg_recent_view_uimanager_set_list):
6374         * ps/ps-document.c: (check_filecompressed), (document_load),
6375         (ps_document_load):
6376         * shell/ev-metadata-manager.c: (load_values):
6377         * shell/ev-password.c: (ev_password_dialog_set_property):
6378         * shell/ev-view.c: (tip_from_link):
6379         * shell/ev-window.c: (file_save_dialog_response_cb),
6380         (ev_window_print_dialog_response_cb):
6381         
6382         Use consistent quoting style. Fix for the bug #320285.
6383
6384 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6385
6386         * shell/ev-jobs.c: (ev_job_xfer_run):
6387         * shell/main.c: (load_files):
6388                 
6389         Open links with anchors. Fix for the bug #339836.
6390
6391 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6394         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6395         (ev_link_dest_set_property), (ev_link_dest_finalize),
6396         (ev_link_dest_class_init), (ev_link_dest_new_named),
6397         (ev_link_dest_new_page_label):
6398         * backend/ev-link-dest.h:
6399         * shell/ev-application.c: (ev_application_open_uri):
6400         * shell/ev-view.c: (goto_dest):
6401         * shell/ev-window.c:
6402         * shell/ev-window.h:
6403         
6404         Fix page-label command line option. Bug #342070.
6405
6406 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6407
6408         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6409         
6410         Don't show highlight rects if page can't be showed. Fix for 
6411         the bug #342076
6412
6413 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * shell/ev-window.c: (setup_sidebar_from_metadata),
6416         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6417         
6418         Setup sidebar from metadata even if there is no document
6419         loaded. Fix for the bug #342807.
6420
6421 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * cut-n-paste/toolbar-editor/Makefile.am:
6424         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6425         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6426         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6427         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6428         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6429         (popup_context_menu_cb), (button_press_event_cb),
6430         (configure_item_sensitivity), (configure_item_cursor),
6431         (configure_item_tooltip), (connect_widget_signals),
6432         (action_sensitive_cb), (create_item_from_action),
6433         (create_item_from_position), (toolbar_drag_data_received_cb),
6434         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6435         (toolbar_drag_leave_cb), (configure_drag_dest),
6436         (toggled_visibility_cb), (toolbar_visibility_refresh),
6437         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6438         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6439         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6440         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6441         (egg_editable_toolbar_dispose),
6442         (egg_editable_toolbar_set_ui_manager),
6443         (egg_editable_toolbar_get_selected),
6444         (egg_editable_toolbar_set_selected), (set_edit_mode),
6445         (egg_editable_toolbar_set_property),
6446         (egg_editable_toolbar_get_property),
6447         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6448         (egg_editable_toolbar_new_with_model),
6449         (egg_editable_toolbar_get_edit_mode),
6450         (egg_editable_toolbar_set_edit_mode),
6451         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6452         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6453         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6454         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6455         (item_added_or_removed_cb), (toolbar_removed_cb),
6456         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6457         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6458         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6459         (editor_create_item_from_name), (append_table),
6460         (update_editor_sheet), (egg_toolbar_editor_init):
6461         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6462         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6463         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6464         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6465         (toolbar_node_free), (egg_toolbars_model_get_flags),
6466         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6467         (egg_toolbars_model_get_name), (impl_add_item),
6468         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6469         (parse_data_list), (parse_item_list), (parse_toolbars),
6470         (egg_toolbars_model_load_toolbars), (parse_available_list),
6471         (parse_names), (egg_toolbars_model_load_names),
6472         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6473         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6474         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6475         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6476         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6477         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6478         (egg_toolbars_model_set_types), (fill_avail_array),
6479         (egg_toolbars_model_get_name_avail),
6480         (egg_toolbars_model_get_name_flags),
6481         (egg_toolbars_model_set_name_flags):
6482         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6483         * cut-n-paste/toolbar-editor/eggintl.h:
6484         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6485         (egg_tree_multi_drag_source_get_type),
6486         (egg_tree_multi_drag_source_row_draggable),
6487         (egg_tree_multi_drag_source_drag_data_delete),
6488         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6489         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6490         (path_list_free), (set_context_data), (get_context_data),
6491         (get_info), (egg_tree_multi_drag_drag_data_get),
6492         (egg_tree_multi_drag_motion_event),
6493         (egg_tree_multi_drag_button_press_event),
6494         (egg_tree_multi_drag_add_drag_support):
6495         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6496         * shell/ev-application.c: (ev_application_init),
6497         (ev_application_save_toolbars_model):
6498         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6499         (ev_window_cmd_edit_toolbar), (ev_window_init):
6500         
6501         Sync toolbareditor with epiphany and libegg
6502
6503 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6504
6505         * configure.ac: 
6506
6507         Depend on poppler 0.5.2
6508
6509 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * shell/ev-jobs.c: (ev_job_render_run):
6512         
6513         Check if document supports links iterface.
6514
6515 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6516
6517         * NEWS:
6518         * configure.ac:
6519         
6520         Update for release 0.5.3
6521
6522 2006-05-13  Michael Plump  <plumpy@skylab.org>
6523
6524         * configure.ac:
6525         * shell/Makefile.am:
6526         * shell/main.c: (main):
6527         
6528         Port to GOption command line parsing. Fix for the 
6529         bug #327518
6530
6531 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * shell/ev-window.c: (ev_window_cmd_help_about):
6534         
6535         Do not wrap license. Fix for the bug #309460.
6536
6537 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6538
6539         * configure.ac:
6540         * properties/ev-properties-main.c: (ev_properties_get_pages):
6541         * shell/ev-application.c: (ev_application_open_window),
6542         (ev_application_open_uri_at_dest):
6543         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6544         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6545         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6546         * shell/ev-utils.c: (save_print_config_to_file):
6547         * shell/ev-window.c: (ev_window_cmd_save_as),
6548         (ev_attachment_popup_cmd_save_attachment_as):
6549         * shell/main.c: (load_files_remote):
6550         
6551         Bump requirements to gtk 2.8 and drop all ifdefs used.
6552
6553 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6556         * shell/ev-window.c: (ev_window_init):
6557         
6558         Show attachments page.
6559
6560 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * po/POTFILES.in:
6563         * shell/ev-attachment-bar.c:
6564         * shell/ev-attachment-bar.h:
6565         * shell/ev-sidebar-attachments.c:
6566         (ev_sidebar_attachments_icon_cache_add),
6567         (icon_theme_get_pixbuf_from_mime_type),
6568         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6569         (ev_sidebar_attachments_icon_cache_refresh),
6570         (ev_sidebar_attachments_get_attachment_at_pos),
6571         (ev_sidebar_attachments_popup_menu_show),
6572         (ev_sidebar_attachments_popup_menu),
6573         (ev_sidebar_attachments_button_press),
6574         (ev_sidebar_attachments_update_icons),
6575         (ev_sidebar_attachments_drag_data_get),
6576         (ev_sidebar_attachments_get_property),
6577         (ev_sidebar_attachments_destroy),
6578         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6579         (ev_sidebar_attachments_new),
6580         (ev_sidebar_attachments_set_document),
6581         (ev_sidebar_attachments_support_document),
6582         (ev_sidebar_attachments_get_label),
6583         (ev_sidebar_attachments_page_iface_init):
6584         * shell/ev-sidebar-attachments.h:
6585         * shell/ev-window.c: (update_chrome_visibility),
6586         (setup_sidebar_from_metadata), (ev_window_setup_document),
6587         (ev_window_sidebar_current_page_changed_cb),
6588         (attachment_bar_menu_popup_cb), (ev_window_init):
6589         
6590         Move attachments bar to sidebar.
6591
6592 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6593
6594         * pdf/ev-poppler.cc:
6595         * shell/ev-application.[ch]:
6596         * shell/main.c:
6597
6598         Fix some memory leaks.
6599
6600 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6601
6602         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6603
6604         Change the properties dialog response to
6605         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6606         will make the dialog go away when the user presses
6607         enter. With gtk+ >= 2.9 this will happen anyway, but for
6608         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6609         escape by default. Fixes bug #340539. See also bug
6610         #101293 for the gtk+ part.
6611
6612 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6613
6614         * shell/ev-view.c (tip_from_action_named): Replace some strings
6615         that were wrong. Closes #340970.
6616
6617 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6618
6619         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6620
6621         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6622         #341049
6623
6624 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * djvu/Makefile.am:
6627         * dvi/Makefile.am:
6628         * dvi/mdvi-lib/Makefile.am:
6629         * properties/Makefile.am:
6630         * ps/Makefile.am:
6631         * shell/Makefile.am:
6632         * thumbnailer/Makefile.am:
6633         
6634         Due to broken libtool that is unable to track dependencies
6635         of noinst libraries we are forced to explicitely point
6636         libraries for binary. Fix for the bug #333334.
6637
6638 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6639
6640         * data/evince.desktop.in.in:
6641         * shell/ev-view.c: (view_update_range_and_current_page),
6642         (ev_view_next_page), (ev_view_previous_page):
6643         * shell/ev-window.c: (update_chrome_visibility),
6644         (setup_sidebar_from_metadata), (ev_window_setup_document),
6645         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6646         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6647         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6648         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6649         (ev_window_stop_presentation), (ev_window_focus_in_event),
6650         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6651         (ev_window_init):
6652         * thumbnailer/Makefile.am:
6653         
6654         Update fullscreen and presentation timeout handling. Hide
6655         cursor in presentation after timeout. Fix for the bugs
6656         #136359 and #336981.
6657
6658 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6659
6660         * backend/ev-link-action.[ch]:
6661         * pdf/ev-poppler.cc: (ev_link_from_action):
6662         * shell/ev-view-private.h:
6663         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6664         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6665
6666         Add support for Named Action links
6667
6668 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6669
6670         * backend/Makefile.am:
6671         * backend/ev-document-links.[ch]:
6672         * backend/ev-document.[ch]:
6673         * backend/ev-link-action.[ch]:
6674         * backend/ev-link-dest.[ch]:
6675         * backend/ev-link.[ch]:
6676         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6677         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6678         * shell/ev-page-action.c: (build_new_tree_cb):
6679         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6680         (links_page_num_func), (update_page_callback):
6681         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6682         (tip_from_link):
6683         * shell/ev-jobs.c:
6684         * shell/ev-window.[ch]: (ev_window_open_uri),
6685         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6686         * shell/ev-application.[ch]: (ev_application_open_window),
6687         (ev_application_open_uri):
6688
6689         Rework links system, it adds support for remote links now and it makes
6690         easier to add new kinds of actions and destinations. Fixes bug #317292
6691
6692 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * data/Makefile.am:
6695         * data/evince.png:
6696         * data/evince-16.png:
6697         * data/evince-22.png:
6698         * data/evince.svg:
6699         * shell/main.c: (main):
6700         
6701         Evince use it's own icon. Fix for the bug #313392.
6702
6703         * shell/ev-window.c: (fullscreen_timeout_cb),
6704         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6705         (ev_window_cmd_help_about), (ev_window_dispose):
6706         
6707         Simplify fullscreen timeout code.
6708
6709 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6710
6711         * backend/ev-attachment.c: 
6712         * shell/ev-attachment-bar.c:
6713         * shell/ev-window.c:
6714
6715         Allow multiple selection of attachments
6716
6717 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6718
6719         * shell/ev-view.c: (view_update_range_and_current_page),
6720         (ev_view_scroll):
6721         
6722         Fix for the bug #312573 – Optimal selection of current 
6723         page among visible pages.
6724
6725 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * configure.ac:
6728         * djvu/Makefile.am:
6729         * djvu/djvu-text.h:
6730         
6731         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6732         for the bug 339868.
6733
6734 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6735
6736         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6737
6738 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6739
6740         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6741         dictated by the GNOME HIG. Fixes bug #339235.
6742
6743 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6744
6745         * data/evince-ui.xml:
6746         * shell/ev-view.c: (ev_view_can_find_previous):
6747         * shell/ev-view.h:
6748         * shell/ev-window.c: (ev_window_update_actions),
6749         (ev_window_cmd_edit_find_previous):
6750
6751         Add support for "Find Previous" as dictated by the GNOME HIG. A
6752         menu item is added and some glue code to make it all work is added
6753         to various files.
6754
6755 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6756
6757         * configure.ac: Award myself the "useless use of cat" award.
6758
6759 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6760
6761         * po/LINGUAS: New file listing all supported languages.
6762
6763         * configure.in: Use po/LINGUAS instead of including all languages
6764         directly in this file. See the wiki for more information:
6765         http://live.gnome.org/GnomeGoals/PoLinguas
6766
6767 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6768
6769         * backend/ev-document-factory.c:
6770
6771         Do not load the document twice when there isn't errors
6772
6773 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6774
6775         * backend/ev-attachment.c: 
6776
6777         Fix a crash when there isn't a default application to open an
6778         attachment
6779
6780 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6781
6782         * backend/ev-attachment.[ch]:
6783         * shell/ev-attachment-bar.[ch]:
6784
6785         Added missing files. 
6786
6787 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6788
6789         * backend/Makefile.am:
6790         * data/evince-ui.xml:
6791         * backend/ev-attachment.[ch]:
6792         * backend/ev-document.[ch]: (ev_document_has_attachments),
6793         (ev_document_get_attachments):
6794         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6795         (attachment_save_to_buffer), (pdf_document_get_attachments),
6796         (pdf_document_document_iface_init):
6797         * shell/Makefile.am:
6798         * shell/ev-attachment-bar.[ch]:
6799         * shell/ev-window.c:
6800
6801         Add support for PDF attachments. Fixes bug #325143
6802
6803 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * backend/ev-document-factory.c: (get_document_from_uri),
6806         (ev_document_factory_get_document):
6807         * backend/ev-document-factory.h:
6808         * properties/ev-properties-main.c: (ev_properties_get_pages):
6809         * shell/Makefile.am:
6810         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6811         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6812         (ev_job_queue_remove_job):
6813         * shell/ev-job-queue.h:
6814         * shell/ev-job-xfer.c:
6815         * shell/ev-job-xfer.h:
6816         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6817         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6818         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6819         (ev_job_xfer_run):
6820         * shell/ev-jobs.h:
6821         * shell/ev-window.c: (ev_window_is_empty),
6822         (password_dialog_response), (ev_window_clear_xfer_job),
6823         (ev_window_xfer_job_cb), (ev_window_open_uri),
6824         (ev_window_cmd_focus_page_selector),
6825         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6826         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6827         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6828         (ev_window_dispose):
6829         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6830         
6831         * Cleanup mime type detection on document load. Fix for the
6832         bug #336448.
6833
6834 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6837         
6838         Fix crash on exit, described in the bug #336825.
6839
6840 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6841
6842         * backend/ev-document-factory.c:
6843         (ev_document_factory_get_from_mime),
6844         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6845         (ev_document_factory_get_document),
6846         (file_filter_add_mime_list_and_free),
6847         (ev_document_factory_add_filters):
6848         * backend/ev-document-factory.h:
6849         * properties/ev-properties-main.c: (ev_properties_get_pages):
6850         * shell/Makefile.am:
6851         * shell/ev-application.c:
6852         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6853         * shell/ev-window.c: (ev_window_cmd_file_open),
6854         (ev_window_cmd_save_as):
6855         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6856         
6857         Rework factory functions so they are placed now in a single 
6858         file ev-document-factory.c
6859
6860 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-window.c: (update_chrome_visibility):
6863         
6864         Fix for the bug 166566 - don't show menubar in fullscreen
6865         mode.
6866
6867 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6868
6869         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6870
6871 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * shell/ev-view.c: (ev_view_expose_event):
6874         
6875         More correctly draw loading text when document
6876         is empty.
6877
6878 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * shell/ev-view.c: (ev_view_scroll):
6881         
6882         Fix for the bug #334854, page down and page up switch
6883         pages in presentation mode.
6884
6885 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6886
6887         * shell/ev-window.c: (ev_window_set_action_sensitive),
6888         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6889         (ev_window_set_view_accels_sensitivity),
6890         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6891         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6892         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6893         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6894         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6895         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6896         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6897         (view_actions_focus_in_cb), (ev_window_init):
6898         
6899         Fix for the bug #333902, now it's possible to search
6900         words with slash.
6901
6902 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6903
6904         * configure.ac: Added Breton translation.
6905         * po/br.po: Added Breton translation.
6906
6907 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6908
6909         * shell/ev-window-title (ev_window_title_update):
6910
6911         Fix memory leak in window title. Fixes bug #333944
6912
6913 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6914
6915         * shell/ev-metadata-manager.c (parseItem):
6916
6917         Fix memory leaks. Fixes bug #333945
6918
6919 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6920         
6921         * NEWS, configure.ac, TODO:
6922         
6923         Update for release 0.5.2.
6924
6925 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6926
6927         * shell/ev-view.c: (view_update_range_and_current_page),
6928         (page_changed_cb):
6929         
6930         Don't jump on scrolling, fix for the bug #333127.
6931
6932 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6933
6934         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6935         
6936         Scroll by one page in presentation mode. Fix for the bug
6937         #332993.
6938
6939 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6940
6941         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6942
6943 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6944
6945         * configure.ac  Added lv in ALL_LINGUAS line.
6946
6947 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6948         
6949         * NEWS, configure.ac:
6950         
6951         Update for release 0.5.1
6952
6953 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6954
6955         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6956         * backend/ev-document-misc.h:
6957         * shell/ev-view.c: (draw_one_page):
6958         
6959          Clairfy what page the toolbar page number applies to. Fix
6960          for the bug #328102.
6961
6962 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6963
6964         * shell/ev-view-private.h:
6965         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6966         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6967         (ev_view_search_changed):
6968         * shell/ev-view.h:
6969         * shell/ev-window.c: (find_bar_search_changed_cb):
6970         
6971         Dont't jump to find result if window was scrolled during search.
6972         Fix for the bug #313266.
6973
6974 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6975
6976         * shell/eggfindbar.c: (egg_find_bar_class_init):
6977         * shell/eggfindbar.h:
6978         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6979         * shell/ev-view-private.h:
6980         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6981         (ev_view_class_init), (ev_sizing_mode_get_type),
6982         (ev_scroll_type_get_type):
6983         * shell/ev-view.h:
6984         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6985         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6986         (ev_window_init):
6987         
6988         Fix for the bug 319133 - Find entry should allow text scroll.
6989
6990 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6991
6992         * shell/ev-view-private.h:
6993         * shell/ev-view.c: (view_update_range_and_current_page),
6994         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6995         (ev_view_set_document), (update_find_status_message),
6996         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6997         (ev_view_find_previous):
6998         
6999         Fix for the bug #319137. Search now takes account for scrolling.
7000
7001 2006-02-19  Michael Hofmann <mh21@piware.de>
7002
7003         * configure.ac:
7004         * djvu/Makefile.am:
7005         * djvu/djvu-document-private.h:
7006         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7007         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7008         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7009         (djvu_document_can_get_text), (djvu_document_get_text),
7010         (djvu_document_document_iface_init),
7011         (djvu_document_thumbnails_get_thumbnail),
7012         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7013         (djvu_document_find_get_result),
7014         (djvu_document_find_page_has_results),
7015         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7016         (djvu_document_find_iface_init):
7017         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7018         (djvu_text_page_selection), (djvu_text_page_limits_process),
7019         (djvu_text_page_limits), (djvu_text_page_copy),
7020         (djvu_text_page_position), (djvu_text_page_union),
7021         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7022         (djvu_text_page_box), (djvu_text_page_append_text),
7023         (djvu_text_page_search), (djvu_text_page_prepare_search),
7024         (djvu_text_page_new), (djvu_text_page_free):
7025         * djvu/djvu-text-page.h:
7026         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7027         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7028         (djvu_text_n_results), (djvu_text_has_results),
7029         (djvu_text_get_result), (djvu_text_get_progress):
7030         * djvu/djvu-text.h:
7031         
7032         Text search in djvu. Fix for the bug #303415.
7033
7034 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * configure.ac:
7037         * shell/ev-window.c: (ev_window_cmd_save_as):
7038         
7039         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7040         Thanks to Gary Coady <gary@lyranthe.org>
7041
7042 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7043
7044         * shell/ev-print-job.c: (idle_print_handler):
7045         
7046         Inverse order printing, bug #320919.
7047
7048 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * data/evince-toolbar.xml:
7051         * shell/ev-window.c:
7052         
7053         Allow to add sidebar checkbutton on toolbar. Fix
7054         for the bug #144577.
7055
7056 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7057
7058         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7059         
7060         Add checks that have sense for empty ps document.
7061
7062 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7063
7064         * configure.ac: Include PS in mime types list. 
7065
7066 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * configure.ac:
7069         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7070         * ps/gsdefaults.h:
7071         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7072         
7073         Runtime check for gs interpreter. Fix for the bug #320868.
7074         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7075
7076 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7077
7078         * shell/ev-application.c: 
7079
7080         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7081         dbus>=0.60, so that the request is not queued. 
7082
7083 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7084
7085         * configure.ac:
7086         * shell/Makefile.am:
7087         * shell/ev-sidebar-links.c: (print_section_cb):
7088         * shell/ev-utils.c:
7089         * shell/ev-utils.h:
7090         * shell/ev-window.c: (update_action_sensitivity),
7091         (ev_window_close_dialogs), (ev_window_print):
7092         * shell/ev-window.h:
7093         
7094         Make printing support optional. Patch from Eduardo de Barros Lima
7095         <eduardo.lima@indt.org.br> for the bug #330546.
7096
7097 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * shell/ev-view-private.h:
7100         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7101         (ev_view_set_document):
7102         * shell/ev-view.h:
7103         * shell/ev-window.c: (ev_window_load_job_cb),
7104         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7105         (ev_window_init):
7106
7107         Draw Loading message during xfer job. Fix for the bug #329495.
7108
7109 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * comics/comics-document.c: (comics_regex_quote),
7112         (comics_document_load), (extract_argv):
7113         
7114         Correcly quote regexp before passing it to unzip.
7115
7116 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * shell/ev-page-cache.c: (build_height_to_page),
7119         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7120         (ev_page_cache_get_dual_even_left):
7121         * shell/ev-page-cache.h:
7122         * shell/ev-view.c: (view_update_range_and_current_page),
7123         (get_page_y_offset), (get_page_extents):
7124         
7125         Place even pages to the left if document has less then
7126         two pages. Fix for the bug #328856.
7127
7128 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7131         
7132         Correct comics scheme. This make evince create thumbnails
7133         for comic books. Fix for the bug 329088.
7134
7135 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7136
7137         * data/evince-password.glade: Don't explicitly set
7138         invisible_char to the current default value in case
7139         the default changes; let GTK+ do its magic.
7140
7141 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7144         real filename to tmp filename since often document
7145         type is determined by extension.
7146
7147 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7148
7149         * shell/ev-view.c: (add_scroll_binding_keypad),
7150         (ev_view_binding_activated), (ev_view_class_init):
7151         
7152         Add keybindings for percision-scrolling of display area. 
7153         Fix for the bug #314072.
7154
7155 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * data/evince.desktop.in.in:
7158         
7159         Add GTK to the list of categories. Fix for the bug #328034.
7160
7161 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7162
7163         * shell/ev-application.c: (ev_application_shutdown),
7164         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7165         * shell/ev-application.h:
7166         * shell/ev-window.c: (file_open_dialog_response_cb),
7167         (ev_window_cmd_file_open):
7168         
7169         Save last uri in file chooser dialog. Fix for the bug #327950.
7170
7171 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * NEWS:
7174         * README:
7175         
7176         Final update for release 0.5.0
7177         
7178         * shell/Makefile.am:
7179         
7180         Remove disable deprecated until we'll require libgnome-2.13.7
7181         and port to GOption argument parsing. See bug 327518.
7182
7183 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7184
7185         * comics/comics-document.c: (comics_document_save):
7186         * djvu/djvu-document.c: (djvu_document_save):
7187         * dvi/dvi-document.c: (dvi_document_save):
7188         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7189         * lib/ev-file-helpers.h:
7190         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7191         * tiff/tiff-document.c: (tiff_document_save):
7192         
7193         Use common save function for backends.
7194
7195 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7196
7197         * backend/ev-document-types.c:
7198         
7199         Fix crash on saving pixbuf.
7200
7201 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * cut-n-paste/recent-files/egg-recent-item.c:
7204         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7205         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7206         (parse_info_free), (valid_element), (start_element_handler),
7207         (end_element_handler), (text_handler), (egg_recent_model_filter),
7208         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7209         (egg_recent_model_monitor), (egg_recent_model_read),
7210         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7211         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7212         (egg_recent_model_set_property), (egg_recent_model_class_init),
7213         (egg_recent_model_init), (egg_recent_model_add_full),
7214         (egg_recent_model_delete), (egg_recent_model_get_list),
7215         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7216         (egg_recent_model_set_filter_mime_types),
7217         (egg_recent_model_clear_group_filter),
7218         (egg_recent_model_set_filter_groups),
7219         (egg_recent_model_clear_scheme_filter),
7220         (egg_recent_model_set_filter_uri_schemes),
7221         (egg_recent_model_remove_expired):
7222         * cut-n-paste/recent-files/egg-recent-util.c:
7223         (egg_recent_util_get_icon):
7224         * cut-n-paste/recent-files/egg-recent-util.h:
7225         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7226         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7227         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7228         (egg_recent_view_uimanager_set_property),
7229         (egg_recent_view_uimanager_get_property),
7230         (egg_recent_view_uimanager_class_init),
7231         (egg_recent_view_uimanager_init),
7232         (egg_recent_view_uimanager_set_label_width),
7233         (egg_recent_view_uimanager_get_label_width):
7234         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7235         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7236         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7237         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7238         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7239         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7240         
7241         Update from libegg.
7242
7243 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * shell/ev-page-cache.c: (build_height_to_page),
7246         (ev_page_cache_get_height_to_page):
7247         * shell/ev-page-cache.h:
7248         * shell/ev-view.c: (view_update_range_and_current_page),
7249         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7250         (ev_view_previous_page):
7251         
7252         Dual mode places even pages to the left. Fix for the bug #309393.
7253
7254         * shell/ev-view.h:
7255         * shell/ev-window.c: (update_action_sensitivity),
7256         (setup_view_from_metadata), (view_menu_popup_cb):
7257         
7258         Don't restore presentation in empty windows, more intelligent
7259         next page behaviour in dual mode.
7260
7261         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7262         (ev_pixbuf_cache_clear_job_sizes):
7263         
7264         Cleanup job callback on removal. Fix for the bug #325886.
7265
7266 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * ps/ps.c: (psscan):
7269         
7270         Commit workaround Mozilla problem. Fix for the bug #325919
7271         
7272         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7273         (save_item):
7274         
7275         Fix for year 2038 problem.
7276
7277 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7278
7279         * shell/ev-window.c: (setup_document_from_metadata),
7280         (ev_window_cmd_view_reload):
7281
7282         Clamp page recieved from metadata in valid values. Fix
7283         for the bug #325986.
7284
7285 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * MAINTAINERS: 
7288         Add MAINTAINERS as requested on desktop-devel-list.
7289
7290 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7291
7292         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7293         (mime_type_supported_by_gdk_pixbuf),
7294         (ev_document_factory_get_mime_types),
7295         (ev_document_factory_get_all_mime_types):
7296         
7297         Don't add pixbuf mime types if pixbuf backend is disabled.
7298         
7299         * shell/ev-application.c: (ev_application_get_uri_window):
7300         
7301         Fix for the bug 325815 - unhandled MIME type message doesn't 
7302         appear a second time. 
7303         
7304         * shell/ev-document-types.c: (ev_document_types_add_filters):
7305         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7306         (password_dialog_response), (ev_window_popup_password_dialog),
7307         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7308         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7309         (ev_window_run_presentation), (ev_window_stop_presentation),
7310         (save_sizing_mode), (ev_window_zoom_changed_cb),
7311         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7312         (ev_window_dual_mode_changed_cb),
7313         (ev_window_sidebar_current_page_changed_cb),
7314         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7315         (window_state_event_cb), (window_configure_event_cb):
7316         
7317         Cleanup additional uris holded by EvWindow.
7318
7319 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7322         (ev_view_can_previous_page), (ev_view_can_next_page):
7323         * shell/ev-view.h:
7324         * shell/ev-window.c: (update_action_sensitivity):
7325         
7326         Two page scrolling with Space and PageUp in dual mode. Second fix 
7327         for the bug #316608.
7328
7329 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * shell/ev-view.c: (scroll_to_current_page):
7332         
7333         Correctly clamp adjustment value. Fix for the bug
7334         #325808.
7335
7336 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7337
7338         * shell/ev-sidebar-links.c: (print_section_cb):
7339         * shell/ev-window.c: (ev_window_get_uri),
7340         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7341         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7342         (ev_window_dispose):
7343         
7344         Make print dialog non-modal. Fix for the bug #325622.
7345
7346 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * shell/ev-metadata-manager.c:
7349         * shell/ev-utils.c: (using_pdf_printer),
7350         (using_postscript_printer), (load_print_config_from_file),
7351         (save_print_config_to_file):
7352         * shell/ev-utils.h:
7353         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7354         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7355         (setup_view_from_metadata), (ev_window_setup_document),
7356         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7357         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7358         (ev_window_run_presentation), (ev_window_stop_presentation),
7359         (save_sizing_mode), (ev_window_zoom_changed_cb),
7360         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7361         (ev_window_dual_mode_changed_cb),
7362         (ev_window_sidebar_current_page_changed_cb),
7363         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7364         (window_state_event_cb), (window_configure_event_cb),
7365         (ev_window_init):
7366         
7367         Setting saving behaviour fixes.
7368
7369 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * configure.ac:
7372         
7373         Make antialiasing gs options better and allow
7374         to change them during configure. Fix for the 
7375         bug #319049.
7376
7377 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7378
7379         * shell/ev-window.c: (setup_view_from_metadata):
7380         
7381         Remember if last window was maximized. Fix for the
7382         bug #323797.
7383
7384 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7385
7386         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7387
7388 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7391         * shell/ev-page-action.c: (build_new_tree_cb):
7392         * shell/ev-sidebar-links.c: (links_page_num_func),
7393         (update_page_callback_foreach), (update_page_callback):
7394         * shell/ev-view.c: (scroll_to_current_page):
7395         
7396         Fix for the bug #325067 with more intelligent selection
7397         of current link in sidebar. Make sidebar handle links
7398         of FITR-like type more correctly.
7399
7400         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7401         (dvi_pixbuf_put_pixel):
7402         
7403         Fix memory consumtion with disabled alpha channel.
7404
7405 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7406
7407         * data/evince-ui.xml:
7408         * shell/ev-window.c: (view_menu_popup_cb),
7409         (ev_popup_cmd_open_link), (ev_window_init):
7410         
7411         Update context menu for internal links. Fix for the bug
7412         #325066.
7413
7414 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7417         
7418         Bind context menu to keyboard also. Fix for the bug
7419         #325065.
7420
7421 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * shell/ev-view.c: (selection_scroll_timeout_cb):
7424         
7425         Horizontal scroll on selection also.
7426
7427 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * shell/ev-metadata-manager.c: (parse_value):
7430         * shell/ev-view.c: (goto_xyz_link):
7431         
7432         Correct zoom setup and metadata save broken in 
7433         some locales.
7434
7435 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7436
7437         * shell/ev-view-private.h:
7438         * shell/ev-view.c: (scroll_to_current_page),
7439         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7440         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7441         (page_changed_cb), (ev_view_set_continuous),
7442         (ev_view_set_dual_page), (ev_view_set_presentation):
7443         
7444         Delay scroll until allocation to correctly position page. Fix
7445         for the bug #317334.
7446
7447 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * NEWS:
7450         * configure.ac:
7451         
7452         Update NEWS and require poppler 0.5.0.
7453
7454 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7455         
7456         * data/evince-ui.xml:
7457         * shell/ev-view-private.h:
7458         * shell/ev-view.c: (ev_view_get_link_at_location),
7459         (handle_link_over_xy), (ev_view_button_press_event),
7460         (ev_view_button_release_event), (ev_view_class_init):
7461         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7462         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7463         (ev_window_init):
7464         
7465         Implement right-click context menu.
7466
7467 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7468
7469         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7470         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7471         (mdvi_pixbuf_device_render):
7472         * pdf/ev-poppler.cc:
7473
7474         Don't generate thumbnails with alpha. See bug #324077.
7475         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7476
7477 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7478
7479         * shell/ev-window.c: (setup_chrome_from_metadata):
7480         
7481         Fix typo that was hiding toolbar.
7482
7483 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7484
7485         * shell/ev-view-private.h:
7486         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7487         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7488         (ev_view_button_release_event), (ev_view_destroy):
7489         
7490         Small cleanup and autoscrolling during selection. Thanks to 
7491         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7492
7493 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7494
7495         * configure.ac:
7496         
7497         Correctly check for comics option.
7498
7499 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7500         * Makefile.am:
7501         * configure.ac:
7502         * backend/Makefile.am:
7503         * backend/ev-document-factory.c:
7504         * shell/ev-document-types.c:
7505
7506         Included option in configure to make ps backend 
7507         compilation optional with --disable-ps.
7508
7509 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * backend/ev-document-factory.c:
7512         * comics/Makefile.am:
7513         * comics/comics-document.c: (comics_document_load):
7514         * comics/ev-cbr-mime.xml:
7515         * configure.ac:
7516         
7517         Comics mime types are added to shared-mime-info CVS. Now
7518         we don't need to install our own mime types.
7519
7520 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * shell/ev-window.c:
7523         
7524         Add shortcut for "save a copy" menu entry. Fix for
7525         the bug #324582.
7526
7527 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7530         (job_finished_cb), (new_selection_pixbuf_needed),
7531         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7532         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7533         
7534         Rework selection job info logic and fix critical warning.
7535
7536 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7537
7538         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7539
7540 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7541
7542         * data/evince-ui.xml:
7543         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7544         
7545         Enter as shortcut key for next page. Fix for the bug
7546         #321394.
7547
7548 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7549
7550         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7551
7552 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7555         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7556         (new_selection_pixbuf_needed),
7557         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7558         (clear_job_selection):
7559         
7560         Too early for 0.5. Pixbuf cache code cleaned a bit.
7561
7562 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7563
7564         * NEWS:
7565         * configure.ac:
7566         
7567         Release 0.5.0 preparation
7568
7569 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * comics/Makefile.am:
7572         * configure.ac:
7573         * shell/ev-document-types.c: (ev_document_types_add_filters):
7574         
7575         More advanced handling of custom mime type installation.
7576
7577 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579         * data/evince.schemas.in:
7580         * shell/ev-metadata-manager.c: (value_free),
7581         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7582         (ev_metadata_manager_get), (ev_metadata_manager_set):
7583         * shell/ev-metadata-manager.h:
7584         * shell/ev-window.c: (update_chrome_flag),
7585         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7586         (setup_document_from_metadata), (setup_chrome_from_metadata),
7587         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7588         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7589         (ev_window_view_toolbar_cb),
7590         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7591         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7592         
7593         Save last document settings and reuse them for new documents.
7594
7595 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7596
7597         * Makefile.am:
7598         * backend/Makefile.am:
7599         * backend/ev-document-factory.c:
7600         * backend/ev-document-factory.h:
7601         * comics/Makefile.am:
7602         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7603         (comics_document_load), (comics_document_save),
7604         (comics_document_get_n_pages), (comics_document_get_page_size),
7605         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7606         (comics_document_class_init), (comics_document_can_get_text),
7607         (comics_document_get_info), (comics_document_document_iface_init),
7608         (comics_document_init), (get_supported_image_extensions),
7609         (comics_document_thumbnails_get_geometry),
7610         (comics_document_thumbnails_get_thumbnail),
7611         (comics_document_thumbnails_get_dimensions),
7612         (comics_document_document_thumbnails_iface_init), (extract_argv):
7613         * comics/comics-document.h:
7614         * comics/ev-cbr-mime.xml:
7615         * configure.ac:
7616         * po/POTFILES.in:
7617         * shell/ev-application.c: (ev_application_register_service):
7618         * shell/ev-document-types.c: (ev_document_types_add_filters):
7619         * thumbnailer/Makefile.am:
7620         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7621         
7622         New CBR/CBZ backend for comic books.
7623
7624 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/main.c: (load_files_remote):
7627
7628         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7629         warning on startup of second instance is fixed. It
7630         is bug #320353.
7631
7632 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7633
7634         * shell/ev-window.c: (ev_window_finalize):
7635         
7636         Fix double free that cause crash.
7637
7638 2005-10-29  Bastien Nocera <hadess@hadess.net>
7639
7640         * tiff/tiff-document.c: (tiff_document_load):
7641         
7642         Fix memory leak.
7643
7644 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * po/POTFILES.in:
7647         * shell/Makefile.am:
7648         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7649         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7650         (ev_view_accessible_get_text),
7651         (ev_view_accessible_get_character_at_offset),
7652         (ev_view_accessible_get_text_before_offset),
7653         (ev_view_accessible_get_text_at_offset),
7654         (ev_view_accessible_get_text_after_offset),
7655         (ev_view_accessible_get_character_count),
7656         (ev_view_accessible_get_caret_offset),
7657         (ev_view_accessible_set_caret_offset),
7658         (ev_view_accessible_get_run_attributes),
7659         (ev_view_accessible_get_default_attributes),
7660         (ev_view_accessible_get_character_extents),
7661         (ev_view_accessible_get_offset_at_point),
7662         (ev_view_accessible_get_n_selections),
7663         (ev_view_accessible_get_selection),
7664         (ev_view_accessible_add_selection),
7665         (ev_view_accessible_remove_selection),
7666         (ev_view_accessible_set_selection),
7667         (ev_view_accessible_text_iface_init),
7668         (ev_view_accessible_idle_do_action),
7669         (ev_view_accessible_action_do_action),
7670         (ev_view_accessible_action_get_n_actions),
7671         (ev_view_accessible_action_get_description),
7672         (ev_view_accessible_action_get_name),
7673         (ev_view_accessible_action_set_description),
7674         (ev_view_accessible_action_iface_init),
7675         (ev_view_accessible_get_type), (ev_view_accessible_new),
7676         (ev_view_accessible_factory_get_accessible_type),
7677         (ev_view_accessible_factory_create_accessible),
7678         (ev_view_accessible_factory_class_init),
7679         (ev_view_accessible_factory_get_type):
7680         * shell/ev-view-accessible.h:
7681         * shell/ev-view-private.h:
7682         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7683         * shell/ev-view.h:
7684         
7685         Initial accessibility support.
7686
7687 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7688
7689         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7690
7691 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7692
7693         * shell/ev-print-job.c: (idle_print_handler):
7694         
7695         Fix for bug Bug 318916: Printing multiple pages.
7696
7697 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7698
7699         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7700
7701 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7702
7703         * pdf/ev-poppler.cc:
7704         
7705         Thumnail dimensions unified with other backends.
7706         
7707         * shell/ev-window-title.c: (ev_window_title_update):
7708         
7709         Fix warning.
7710
7711 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * data/ev-stock-zoom-fit-width.png:
7714         
7715         Remove unused file.
7716
7717 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * configure.ac:
7720         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7721         (djvu_document_finalize):
7722         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7723         (dvi_document_finalize):
7724         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7725         (pixbuf_document_save), (pixbuf_document_finalize):
7726         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7727         (tiff_document_finalize):
7728         
7729         Save a copy implemented for various backends.
7730
7731 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7732
7733         * configure.ac:
7734         
7735         Don't link with ltiff if tiff is disabled.
7736
7737 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7738
7739         * pdf/GDKSplashOutputDev.cc:
7740         * pdf/GDKSplashOutputDev.h:
7741         * pdf/Thumb.cc:
7742         * pdf/Thumb.h:
7743         * pdf/pdf-document.cc:
7744         * pdf/pdf-document.h:
7745         * pdf/test-gdk-output-dev.cc:
7746         
7747         Remove old unused files.
7748
7749 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7750
7751         * shell/ev-window.c: (ev_window_setup_document):
7752         
7753         Fixed warnings on reload and probably crash reason.
7754
7755 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * properties/ev-properties-view.c:
7758         (ev_properties_view_format_date):
7759         
7760         Check if date is invalid. Fix for bug 318134.
7761
7762 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7763
7764         * shell/ev-window-title.c:
7765         
7766         Add .indd files (Adobe Indesign) to the list of "bad
7767         extensions".
7768
7769 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * data/evince-ui.xml:
7772         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7773         
7774         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7775
7776 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7777
7778         * shell/ev-window.c: (launch_link), (launch_external_uri),
7779         (view_external_link_cb):
7780
7781         URL-escape link before passing it to gnome_vfs_url_show.
7782
7783 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7784
7785         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7786         there isn't text selected.
7787
7788 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7789
7790         * shell/ev-view.c: (handle_link_over_xy):
7791
7792         Check tooltip is valid utf8 before showing it
7793
7794 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7795
7796         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7797
7798 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7799
7800         * shell/ev-window-title.c: (ev_window_title_update):
7801
7802         Guard against using g_strstrip on NULL. Fixes bug #317291.
7803
7804 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7805
7806         * pdf/ev-poppler.cc:
7807
7808         Show title even for unknown links
7809
7810 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * shell/ev-window-title.c: (ev_window_title_update):
7813
7814         Strip the title string
7815
7816 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * shell/ev-window-title.c:
7819
7820         Add .rtf to the bad extensions list
7821
7822 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7823
7824         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7825         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7826
7827         Ignore link coordinates if they are outside page bounds
7828
7829 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7830
7831         * backend/ev-link.c: (ev_link_type_get_type),
7832         (ev_link_get_filename), (ev_link_get_params),
7833         (ev_link_get_property), (ev_link_set_property),
7834         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7835         * backend/ev-link.h:
7836         * pdf/ev-poppler.cc:
7837         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7838         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7839         (ev_window_init):
7840
7841         Implement launch links. Delegate external link opening to
7842         the window.
7843
7844 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7845
7846         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7847         (ev_link_get_right), (ev_link_get_property),
7848         (ev_link_set_property), (ev_link_class_init),
7849         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7850         * backend/ev-link.h:
7851         * pdf/ev-poppler.cc:
7852         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7853
7854         Implement fitr links
7855
7856 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7859         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7860         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7861         (ev_view_size_request_continuous),
7862         (ev_view_size_request_dual_page),
7863         (ev_view_size_request_single_page), (ev_view_size_allocate),
7864         (ev_view_zoom_for_size_continuous_and_dual_page),
7865         (ev_view_zoom_for_size_continuous),
7866         (ev_view_zoom_for_size_dual_page),
7867         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7868         (ev_sizing_mode_get_type):
7869         * shell/ev-view.h:
7870         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7871
7872         Do not use modes for link, we need to calculate size ad hoc.
7873         Still not perfect because of the usual scrollbar issues grrr.
7874
7875 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * backend/ev-link.c: (ev_link_type_get_type),
7878         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7879         * backend/ev-link.h:
7880         * pdf/ev-poppler.cc:
7881         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7882         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7883         (ev_view_size_request_continuous),
7884         (ev_view_size_request_dual_page),
7885         (ev_view_size_request_single_page), (ev_view_size_allocate),
7886         (zoom_for_size_fit_height),
7887         (ev_view_zoom_for_size_continuous_and_dual_page),
7888         (ev_view_zoom_for_size_continuous),
7889         (ev_view_zoom_for_size_dual_page),
7890         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7891         (ev_sizing_mode_get_type):
7892         * shell/ev-view.h:
7893         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7894
7895         Implement FIT_HEIGHT mode (only for links).
7896         Implement FITH links
7897
7898 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7899
7900         * shell/ev-window-title.c: (get_filename_from_uri),
7901         (ev_window_title_sanitize_extension), (ev_window_title_update),
7902         (ev_window_title_set_document), (ev_window_title_set_uri),
7903         (ev_window_title_free):
7904         * shell/ev-window-title.h:
7905         * shell/ev-window.c: (ev_window_setup_document),
7906         (ev_window_popup_password_dialog):
7907
7908         Refactor window title building while fixing it for
7909         password documents.
7910
7911 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * pdf/ev-poppler.cc:
7914
7915         Escape link title before setting it in the model
7916
7917 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7918
7919         * shell/ev-application.c: (removed_from_session), (save_session),
7920         (init_session), (ev_application_get_empty_window),
7921         (ev_application_init), (ev_application_get_windows):
7922         * shell/ev-application.h:
7923         * shell/ev-window.c: (ev_window_finalize):
7924
7925         Add a function to retrieve window list and share it where
7926         necessary.
7927         Implement session handling, works pretty well thanks to the
7928         metadata system.
7929
7930 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7931
7932         * shell/ev-password.c: (ev_password_item_created_callback),
7933         (ev_password_dialog_save_password):
7934         
7935         Fix for bug 316972. Use async gnome-keyring API.
7936
7937 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7938
7939         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7940         Remove unused unrealize handler. Add scroll handling to
7941         ev_view_scroll_event for presentation mode (bug #316708),
7942         and fix the event state checks there.
7943
7944 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7945
7946         * shell/ev-page-action.c: (page_changed_cb):
7947
7948         "marco, maybe we should be crazy and jump right to 6! :)"
7949
7950         Bryan Clark, Sep 2005
7951
7952 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7953
7954         * ps/ps-document.c: (save_document), (ps_document_save),
7955         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7956         (ps_document_ps_export_end):
7957
7958         Fix unstructured documents save and print
7959
7960 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * shell/ev-application.c: (ev_application_open_uri):
7963
7964         Fix window size persistance
7965
7966 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7967
7968         * shell/ev-view.c: (ev_view_button_release_event):
7969
7970         Based on a patch from carlosgc@gnome.org. Mouse buttons
7971         switch pages in presentation mode.
7972
7973 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7974
7975         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7976
7977         Dont cast to int before scaling
7978
7979 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7980
7981         * backend/ev-link.c: (ev_link_type_get_type),
7982         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7983         (ev_link_new_page_fith):
7984         * backend/ev-link.h:
7985         * pdf/ev-poppler.cc:
7986         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7987
7988         Implement FIT and FITH links
7989
7990 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7991
7992         * pdf/ev-poppler.cc:
7993
7994         Return 0 results when search is not in progress.
7995
7996         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7997         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7998
7999         Update menu sensitivity when cancelling search
8000
8001 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * shell/ev-view.c: (ev_view_can_find_next):
8004
8005         Take all pages in consideration, not just current one
8006
8007 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8008
8009         * shell/ev-page-cache.c:
8010         * shell/ev-page-cache.h:
8011         * shell/ev-view.c: (ev_view_binding_activated),
8012         (ev_view_next_page), (ev_view_previous_page),
8013         (ev_sizing_mode_get_type):
8014         * shell/ev-view.h:
8015         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8016         (ev_window_cmd_go_next_page):
8017
8018         Move page next/previous functions from page chace to
8019         view and change it to move by 2 page steps in dual mode.
8020
8021 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8022
8023         * shell/ev-window.c: (update_sidebar_visibility),
8024         (setup_sidebar_from_metadata), (ev_window_setup_document),
8025         (setup_view_from_metadata):
8026
8027         Show the index by default when there is one     
8028
8029 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8030
8031         * shell/ev-window-title.c: (ev_window_title_set_document):
8032
8033         Missing null check
8034
8035 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8036
8037         * shell/ev-view.c: (view_update_range_and_current_page):
8038         
8039         Allow display of last odd page in dual view. Fix for 316347.
8040
8041 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8042
8043         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8044         
8045         Make close button default. Fix for 316383.
8046
8047 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8048
8049         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8050         
8051         Mark close button as default. Fix for 316381.
8052
8053 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * backend/ev-link.c: (ev_link_class_init):
8056
8057         Allow negative doubles in left/top properties
8058
8059 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * shell/ev-window.c:
8062
8063         Remove a bunch of strings that was used only
8064         by the statusbar.
8065
8066 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8067
8068         * shell/ev-window-title.c: (get_filename_from_uri),
8069         (ev_window_title_set_document):
8070
8071         When title has a confusing extension, show also
8072         the document filename inside ()
8073
8074 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * shell/Makefile.am:
8077         * shell/ev-window-title.c: (ev_window_title_new),
8078         (ev_window_title_update), (ev_window_title_set_type),
8079         (ev_window_title_set_document), (ev_window_title_free):
8080         * shell/ev-window-title.h:
8081         * shell/ev-window.c: (ev_window_setup_document),
8082         (password_dialog_response), (ev_window_popup_password_dialog),
8083         (ev_window_dispose), (ev_window_init):
8084
8085         Factor out and cleanup window title code
8086
8087 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8090         (unable_to_load):
8091
8092         Make dialog transient so it doesnt block other windows
8093
8094 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * pdf/ev-poppler.cc:
8097         
8098         Fix pdf thumbnails rendering.
8099
8100 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8101
8102         * shell/ev-window.c: (fullscreen_set_timeout):
8103         
8104         Increase timeout to hide full screen popup. Bug 
8105         316123. 
8106
8107 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8108
8109         * data/evince.schemas.in:
8110         * shell/ev-window.c: (update_action_sensitivity):
8111
8112         Allow the user to override document restrictions. Fix for bug
8113         305818.
8114
8115 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8116
8117         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8118         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8119         (ev_window_class_init): Fix multihead behaviour of fullscreen
8120         toolbar popup. Fixes bug #315451.
8121
8122 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * configure.ac:
8125         * data/evince-password.glade:
8126         * shell/ev-password.c: (ev_password_dialog_set_property),
8127         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8128         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8129         (ev_password_dialog_entry_changed_cb),
8130         (ev_password_dialog_entry_activated_cb),
8131         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8132         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8133         (ev_password_dialog_set_bad_pass):
8134         * shell/ev-password.h:
8135         * shell/ev-window.c: (password_dialog_response),
8136         (ev_window_popup_password_dialog):
8137         
8138         Support for gnome-keyring for encrypted PDF's.
8139
8140 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8141
8142         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8143         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8144         (ev_view_enter_notify_event), (ev_view_class_init):
8145         
8146         More precise handling of enter_notify/leave_notify events
8147         in EvView. Fix for bug 315470.
8148
8149 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8150
8151         * shell/ev-window.c: (fullscreen_timeout_cb),
8152         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8153         (ev_window_dispose):
8154
8155         leak fix: unref fullscreen_timeout_source before clearing it
8156
8157 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * configure.ac, dvi/mdvi/Makefile.am: 
8160         
8161         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8162
8163 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8164
8165         * backend/ev-link.c: (ev_link_new_page_xyz):
8166         * pdf/ev-poppler.cc:
8167         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8168
8169         Fix some bugs with xyz links, respect zoom
8170
8171 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8172
8173         * shell/ev-window.c: (page_changed_cb),
8174         (setup_document_from_metadata), (update_sidebar_visibility),
8175         (setup_view_from_metadata), (ev_window_run_fullscreen),
8176         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8177         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8178         (ev_window_dual_mode_changed_cb),
8179         (ev_window_sidebar_current_page_changed_cb):
8180
8181         null check uri before setting and getting metadata
8182
8183 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8184
8185         * dvi/Makefile.am:
8186         * properties/Makefile.am:
8187         * shell/Makefile.am:
8188         * thumbnailer/Makefile.am:
8189
8190         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8191
8192 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8193
8194         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8195         (selection_changed_callback):
8196         * shell/ev-sidebar-links.h:
8197
8198         Add a signal for link activation.
8199
8200         * shell/ev-view.c: (ev_view_goto_link),
8201         (ev_view_button_release_event):
8202         * shell/ev-view.h:
8203         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8204         (ev_window_init):
8205
8206         Implement the signal so that we can handle all link types.
8207
8208         * shell/ev-page-cache.c:
8209
8210         Remove unused set_link function
8211
8212 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8215
8216         Add some space from the cursor, hardcoded but I couldnt
8217         find a better way.
8218
8219 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * lib/ev-tooltip.c:
8222
8223         Use mozilla style vs gtk style, way better for links.
8224
8225         * shell/ev-view.c: (ev_view_motion_notify_event),
8226         (ev_view_destroy), (ev_view_init):
8227
8228         Deactive tooltip when the link hovered is changed.
8229
8230 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8231
8232         * backend/ev-document.h:
8233         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8234         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8235         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8236         (ev_link_new_page), (ev_link_new_page_xyz):
8237         * backend/ev-link.h:
8238         * pdf/ev-poppler.cc:
8239         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8240         (go_to_link), (tip_from_link):
8241
8242         Implement xyz links, still not functional. Links are a total
8243         mess, will need to refactor and bugfix a lot :(
8244
8245 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8246
8247         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8248
8249 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8250
8251         * data/evince-ui.xml:
8252         * data/evince.schemas.in:
8253         * shell/Makefile.am:
8254         * shell/ev-window.c: (update_chrome_visibility),
8255         (password_dialog_response), (ev_window_load_job_cb),
8256         (ev_window_xfer_job_cb), (ev_window_open_uri),
8257         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8258         (ev_window_init):
8259
8260         Remove the statusbar. This regress loading feedback, need to
8261         check with Bryan what we want to do there...
8262
8263 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * lib/ev-tooltip.c: (ev_tooltip_init):
8266
8267         Fix tooltip border and size handling
8268
8269 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8272         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8273         (ev_tooltip_timeout), (ev_tooltip_activate),
8274         (ev_tooltip_deactivate):
8275         * lib/ev-tooltip.h:
8276         * shell/ev-view.c: (ev_view_motion_notify_event):
8277
8278         Delay popup showing. Mirror gtk logic/times.
8279
8280 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * lib/Makefile.am:
8283         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8284         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8285         (ev_tooltip_set_text), (ev_tooltip_set_position):
8286         * lib/ev-tooltip.h:
8287
8288         Simple widget to show tooltips at a custom position
8289
8290         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8291         (ev_view_destroy):
8292
8293         Use it for links. First go, needs work
8294
8295 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8296
8297         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8298         HIG fixes.  Use title capitalization for window title. Use 12 
8299         pixels of space between the dialog's vbox and action area.
8300
8301 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8302
8303         * shell/ev-window.c: (file_open_dialog_response_cb),
8304         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8305         (ev_window_cmd_save_as):
8306
8307         Make file pickers not modal and refactor code some
8308
8309 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * shell/ev-sidebar.h:
8312         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8313         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8314         (ev_sidebar_class_init), (ev_sidebar_select_page),
8315         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8316         (ev_sidebar_set_page):
8317
8318         Add a current page property and allow to get/set it
8319
8320         * shell/ev-window.c: (setup_view_from_metadata),
8321         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8322
8323         Persist current sidebar page per document
8324
8325 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8326
8327         * data/evince.schemas.in:
8328         * shell/ev-window.c: (update_chrome_visibility),
8329         (setup_document_from_metadata), (update_sidebar_visibility),
8330         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8331         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8332         (ev_window_run_presentation), (ev_window_stop_presentation),
8333         (ev_window_view_sidebar_cb),
8334         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8335         (load_chrome), (ev_window_init):
8336
8337         Persist size/visibility of sidebar per document
8338
8339 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8340
8341         * shell/ev-view.c (draw_loading_text): Draw loading text.
8342
8343 2005-09-02  Dan Damian  <dand@gnome.ro>
8344
8345         * configure.in: Added "ro" to ALL_LINGUAS.
8346
8347 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8348
8349         * shell/ev-view.c: (clear_caches):
8350
8351         ev_page_cache_get doesnt return a reference,
8352         dont try to unref it.
8353
8354 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/main.c: (load_files_remote):
8357
8358         Fix timestamp parameter with dbus <= 0.33
8359
8360 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * data/evince.schemas.in:
8363
8364         Add missing full stop
8365
8366 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8367
8368         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8369         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8370
8371         Plug some memory leaks
8372
8373 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8374
8375         * configure.ac:
8376         * lib/ev-debug.c: (trap_handler):
8377
8378         Check for execinfo.h and use it only if it exists.
8379         Ported from Epiphany (bug #314776).
8380
8381 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8382
8383         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8384
8385 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8386
8387         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8388         * po/id.po      : Added Indonesian translation
8389
8390 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8391
8392         * shell/main.c:
8393         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8394         * NEWS: Release 0.4.0
8395
8396 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8397
8398         * configure.ac: catch another gtk+-2.8ism
8399         * shell/main.c: Make work with gtk+-2.6
8400
8401 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8402
8403         * shell/ev-application-service.xml: Add 'timestamp' argument to
8404           ev_application_open_window and ev_application_open_uri methods.
8405
8406         * shell/ev-application.h: Add 'timestamp' argument to
8407           ev_application_open_window, ev_application_open_uri,
8408           and ev_application_open_uri_list functions.
8409
8410         * shell/ev-application.c (ev_application_open_window,
8411           ev_application_open_uri, ev_application_open_uri_list): Change
8412           functions that show/present windows to use a timestamp if one
8413           is passed in.
8414
8415         * shell/ev-window.c (ev_window_cmd_file_open,
8416           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8417         * shell/main.c (load_files): Modify calls to ev_application to
8418           include GDK_CURRENT_TIME as timestamp.
8419
8420         * shell/main.c (load_files_remote): Obtain timestamp for client
8421           instance from GDK and pass to server instance so new windows are
8422           focused properly.  Fix dbus_g_proxy_call() calls by including second
8423           G_TYPE_INVALID.
8424           
8425         Closes bug #314475.
8426
8427 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8428
8429         * shell/ev-window.c (ev_window_finalize): Check for
8430         avail. EvWindows when quiting to handle the finalize better,
8431         #314497
8432
8433 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8434         
8435         * properties/ev-properties-view.c: 
8436         
8437         Set textdomain to libglade. Fixes translation problem in property page.
8438
8439 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8440
8441         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8442         * dvi/Makefile.am:
8443         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8444         * dvi/mdvi-lib/Makefile.am:
8445         
8446         Fix rotation of thumbnails, ported to new API. Moved library
8447         dependencies earlier, probably it will fix linkage problem.
8448
8449 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8450
8451         * backend/ev-document-misc.c:
8452         (ev_document_misc_get_thumbnail_frame):
8453         * backend/ev-document-misc.h:
8454         * configure.ac:
8455         * pdf/ev-poppler.cc:
8456         * shell/Makefile.am:
8457         * shell/ev-sidebar-thumbnails.c: (add_range),
8458         (ev_sidebar_thumbnails_set_loading_icon),
8459         (ev_sidebar_thumbnails_refresh),
8460         (ev_sidebar_thumbnails_set_document):
8461         * shell/ev-sidebar-thumbnails.h:
8462         * shell/ev-view.c: (ev_view_motion_notify_event),
8463         (ev_view_set_property), (ev_view_get_property),
8464         (ev_view_class_init), (ev_view_set_rotation):
8465         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8466         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8467         (ev_window_init):
8468         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8469         Redo rotation (again).  prepare for 0.4.0
8470
8471 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8472
8473         * configure.ac: Bump poppler requirement to 0.4.1.
8474
8475         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8476         argument to poppler_page_render_selection() call.
8477
8478 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8479
8480         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8481         (djvu_document_thumbnails_get_thumbnail):
8482         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8483         (dvi_document_thumbnails_get_thumbnail):
8484         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8485         (pixbuf_document_thumbnails_get_thumbnail):
8486         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8487         
8488         Update rotation direction of backends to fit with pdf and ps.
8489
8490 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8493         * backend/ev-async-renderer.h:
8494         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8495         (setup_page), (ps_document_get_page_size),
8496         (ps_async_renderer_render_pixbuf):
8497         * ps/ps-document.h:
8498         * shell/ev-jobs.c: (ev_job_render_run):
8499
8500         Fix orientation in the postscript document
8501
8502 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * pdf/ev-poppler.cc:
8505         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8506         * shell/ev-view.c: (highlight_find_results):
8507
8508         Adapt to the new poppler rotation API. Fix text maps on landscape
8509         documents.
8510
8511 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8512
8513         * shell/ev-view.c (compute_new_selection_text): get the correct
8514         region when selecting in modes other than continuous.
8515
8516 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8517
8518         * shell/main.c (main): remove redundant g_warnings.
8519
8520 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * shell/Makefile.am: Don't include autogenerated
8523         file ev-application-service.h into distribution, since
8524         it causes dbus crash. Fix for bugs 313724 and 313443. 
8525
8526 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8527
8528         * configure.ac: Fix sed expression for FreeBSD. Thanks
8529         to Joe Marcus Clark <marcus@freebsd.org>
8530         
8531         * shell/eggfindbar.c: (entry_activate_callback),
8532         (entry_changed_callback), (egg_find_bar_init),
8533         (egg_find_bar_set_search_string):
8534         
8535         Made findbar buttons unsensitive if there is no text in
8536         entry. Fix for the bug 313285.
8537
8538 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8539
8540         * ps/ps-document.c: Use g_filename_display_name for displaying
8541         filenames and revert string freeze breackage
8542
8543 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8544
8545         * NEWS:
8546         * configure.ac:
8547
8548         Update for 0.3.4
8549
8550         * shell/Makefile.am:
8551
8552         Add ev-application-service.xml to extra dist
8553
8554         * shell/ev-view.c: (find_page_at_location):
8555
8556         Remove unused function (fix warning)
8557
8558 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8559
8560         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8561         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8562         
8563         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8564         bug 313623.
8565
8566 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8567
8568         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8569         * shell/ev-window.c:
8570         Fix build warnings
8571
8572 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8573
8574         * configure.ac: Update script to get dbus version.
8575         Fix for the bug #313443.
8576
8577 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8578
8579         * shell/ev-window.c: (ev_window_cmd_escape):
8580         
8581         Return focus back to view on escape. Fix for bug 313295.
8582
8583 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8584
8585         * shell/ev-window.c: (update_window_title),
8586         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8587         (ev_window_cmd_save_as):
8588         
8589         Correct conversion from uri to displayable string. Fix for
8590         bug 313296.
8591
8592 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8593
8594         * ps/ps-document.c: convert filename to utf8 when there is an error
8595         loading document. Fixes #309915
8596
8597 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * configure.ac:
8600
8601         We depend on poppler 0.4.0
8602
8603 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8604
8605         * configure.ac:
8606         * NEWS: Release 0.3.3.
8607         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8608
8609 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8610
8611         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8612         add a couple missing mnemonics to menu items, use title 
8613         capitalization for menu items and window titles, and add 
8614         ellipsis to open menu item.     
8615
8616 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8617
8618         * pdf/ev-poppler.cc:
8619         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8620         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8621         (ev_view_get_rotation):
8622         * shell/ev-view.h:
8623         * shell/ev-window.c: (setup_view_from_metadata),
8624         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8625         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8626         disk.
8627
8628 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8629
8630         * configure.ac: Added tr to ALL_LINGUAS
8631
8632 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8633
8634         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8635         requires several clicks to find word. Thanks to 
8636         Colin Slater <kiltedtaco@gmail.com>.
8637
8638 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8639
8640         * data/evince.desktop.in.in: Hide menu entry and
8641         rename it to "Document Viewer". Fix for bug 
8642         #312399.
8643
8644 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8645
8646         * shell/ev-page-action.c (ev_page_action_class_init): 
8647
8648         Point to the correct function in constructor of the
8649         activate_label signal
8650
8651 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8652
8653         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8654         * shell/ev-jobs.h: Make thread safe.
8655
8656 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8657
8658         * shell/ev-view.c: (view_update_range_and_current_page):
8659         Don't update page range if we are scrolling to some document
8660         point.
8661
8662 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8663
8664         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8665         when getting max_page_width, fix drawing in dual mode.
8666
8667 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8668
8669         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8670         getting the area for select_all.
8671
8672 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8673
8674         * backend/ev-selection.c: (ev_selection_render_selection):
8675         * backend/ev-selection.h:
8676         * pdf/ev-poppler.cc:
8677         * shell/ev-jobs.c: (ev_job_render_new):
8678         * shell/ev-jobs.h:
8679         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8680         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8681         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8682         (ev_view_class_init):
8683
8684         Change selection color on focus in and focus out events.  Also,
8685         poppler now uses GdkColor for specifying the selection colors, so
8686         drop some awkward conversion code.
8687
8688 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8689
8690         * configure.ac: Added Hebrew translation
8691
8692 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8693
8694         * NOTES:
8695         * backend/ev-selection.c: (ev_selection_render_selection):
8696         * backend/ev-selection.h:
8697         * pdf/ev-poppler.cc:
8698         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8699         (ev_job_render_run):
8700         * shell/ev-jobs.h:
8701         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8702         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8703         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8704         (ev_pixbuf_cache_style_changed),
8705         (ev_pixbuf_cache_get_selection_pixbuf),
8706         (ev_pixbuf_cache_set_selection_list),
8707         (ev_pixbuf_cache_get_selection_list):
8708         * shell/ev-pixbuf-cache.h:
8709         * shell/ev-utils.c: (ev_print_region_contents):
8710         * shell/ev-utils.h:
8711         * shell/ev-view.c: (ev_view_queue_draw_page),
8712         (selection_update_idle_cb), (ev_view_motion_notify_event),
8713         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8714         (setup_caches), (ev_view_find_next), (merge_selection_region),
8715         (selection_free):
8716         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8717
8718         Clean up selection to be much smoother!
8719
8720 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8721
8722         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8723         to poppler_page_render_selection().
8724
8725 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8726
8727         * ps/ps-document.c: (save_page_list): Use
8728         unzipped document when printing. Thanks to 
8729         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8730         311016.
8731
8732 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8733
8734         * shell/ev-window.c: (update_action_sensitivity):
8735         
8736         Disable print and save respect to lockdown gconf keys. Fix
8737         for 312342.
8738
8739 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8740
8741         * configure.ac:
8742         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8743         (write_to_temp_file), (ev_file_set_contents):
8744         * shell/ev-utils.h:
8745         * shell/ev-window.c: (save_print_config_to_file):
8746         
8747         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8748         Fix for bug 312238
8749
8750 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8751
8752         * shell/ev-window.c: (load_print_config_from_file),
8753         (save_print_config_to_file), (ev_window_print_range):
8754
8755         Persist the print settings. Fixes bug #311578.
8756
8757 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8758
8759         * djvu/djvu-document.c: (djvu_document_get_page_size),
8760         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8761         (djvu_document_thumbnails_get_thumbnail):
8762         * dvi/dvi-document.c: (dvi_document_get_page_size),
8763         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8764         (dvi_document_thumbnails_get_dimensions),
8765         (dvi_document_thumbnails_get_thumbnail):
8766         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8767         (pixbuf_document_render_pixbuf),
8768         (pixbuf_document_document_iface_init),
8769         (pixbuf_document_thumbnails_get_thumbnail):
8770         
8771         Update backends to make them build with new rotation system.
8772
8773 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8774
8775         * help/C/figures/evince_start_window.png:
8776         
8777         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8778
8779 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8780
8781         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8782         * shell/ev-pixbuf-cache.h:
8783         * shell/ev-sidebar-thumbnails.c:
8784         (ev_sidebar_thumbnails_get_property), (add_range),
8785         (adjustment_changed_cb):
8786         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8787         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8788         we were thumbnailing the entire docment on startup, slowing us
8789         down hugely. 
8790
8791 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8792
8793         * shell/ev-page-cache.c: (ev_page_cache_new):
8794         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8795         == 0, fixes #310306.
8796
8797 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8800         (ev_view_rotate_left):
8801
8802         Account rotation in doc_rect_to_view_rect.
8803         Ensure rotation doesnt go out of bounds.
8804
8805 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8808
8809         Correct and cleanup w/h swapping
8810
8811 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8812
8813         * backend/ev-document-thumbnails.c:
8814         (ev_document_thumbnails_get_thumbnail):
8815         * backend/ev-document-thumbnails.h:
8816         * backend/ev-document.c:
8817         * backend/ev-document.h:
8818         * backend/ev-render-context.c: (ev_render_context_new),
8819         (ev_render_context_set_rotation):
8820         * backend/ev-render-context.h:
8821         * pdf/ev-poppler.cc:
8822         * ps/ps-document.c: (ps_document_document_iface_init):
8823         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8824         * shell/ev-jobs.h:
8825         * shell/ev-page-cache.c: (build_height_to_page),
8826         (ev_page_cache_new), (ev_page_cache_get_size),
8827         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8828         (ev_page_cache_get_height_to_page):
8829         * shell/ev-page-cache.h:
8830         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8831         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8832         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8833         (ev_pixbuf_cache_get_selection_pixbuf):
8834         * shell/ev-pixbuf-cache.h:
8835         * shell/ev-print-job.c: (idle_print_handler):
8836         * shell/ev-sidebar-thumbnails.c: (add_range):
8837         * shell/ev-view.c: (view_update_range_and_current_page),
8838         (get_page_y_offset), (get_page_extents),
8839         (ev_view_size_request_continuous_dual_page),
8840         (ev_view_size_request_continuous),
8841         (ev_view_size_request_dual_page),
8842         (ev_view_size_request_single_page), (draw_one_page),
8843         (ev_view_set_rotation), (ev_view_rotate_right),
8844         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8845         (ev_view_zoom_for_size_continuous_and_dual_page),
8846         (ev_view_zoom_for_size_continuous),
8847         (ev_view_zoom_for_size_dual_page),
8848         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8849         (ev_view_select_all):
8850         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8851         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8852         (tiff_document_document_iface_init),
8853         (tiff_document_thumbnails_get_thumbnail):
8854
8855         Use rotation rather than orientation. It's easier and enough
8856         for our needs.
8857
8858 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * shell/ev-page-cache.c: (build_height_to_page),
8861         (ev_page_cache_new), (ev_page_cache_get_size),
8862         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8863         (ev_page_cache_get_height_to_page):
8864         * shell/ev-page-cache.h:
8865         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8866         (ev_view_size_request_continuous_dual_page),
8867         (ev_view_size_request_continuous),
8868         (ev_view_zoom_for_size_continuous_and_dual_page),
8869         (ev_view_zoom_for_size_continuous):
8870
8871         Make the page cache aware of page orientation.
8872
8873 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * backend/ev-document-thumbnails.c:
8876         (ev_document_thumbnails_get_thumbnail):
8877         * backend/ev-document-thumbnails.h:
8878         * backend/ev-document.c:
8879         * backend/ev-document.h:
8880         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8881         * backend/ev-ps-exporter.h:
8882         * pdf/ev-poppler.cc:
8883         * ps/ps-document.c: (ps_document_document_iface_init),
8884         (ps_document_ps_export_do_page):
8885         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8886         * shell/ev-jobs.h:
8887         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8888         (ev_page_cache_get):
8889         * shell/ev-page-cache.h:
8890         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8891         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8892         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8893         * shell/ev-pixbuf-cache.h:
8894         * shell/ev-print-job.c: (idle_print_handler):
8895         * shell/ev-sidebar-thumbnails.c: (add_range):
8896         * shell/ev-view.c: (view_update_range_and_current_page),
8897         (get_page_extents), (ev_view_size_request_dual_page),
8898         (ev_view_size_request_single_page), (draw_one_page),
8899         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8900         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8901         (ev_view_zoom_for_size_dual_page),
8902         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8903         (ev_view_select_all):
8904         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8905         * tiff/tiff-document.c: (tiff_document_get_page_size),
8906         (tiff_document_get_orientation), (rotate_pixbuf),
8907         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8908         (tiff_document_thumbnails_get_thumbnail),
8909         (tiff_document_ps_export_do_page), (tiff_document_init):
8910
8911         Really make use of the orientation bit of the render context.
8912         Use the render context in a few more places in the backend API.
8913         This regress orientation, but now it's done right. Will try to
8914         fix it up asap...
8915
8916 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8917
8918         * shell/ev-view.c: (ensure_rectangle_is_visible):
8919
8920         Patch by Nickolay V. Shmyrev to fix find flickering
8921
8922 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8923
8924         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8925         duplex parameters to ::begin.
8926
8927         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8928         * shell/ev-print-job.c (idle_print_handler): 
8929         * ps/ps-document.c (ps_document_ps_export_begin): 
8930         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8931         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8932         implementations. Poppler backend needs poppler cvs. Rest has
8933         unchanged behavior.
8934
8935 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8936
8937         * shell/ev-window.c (using_pdf_printer): new function.
8938         (ev_window_print_range): print a less techy message if someone
8939         tries to print to PDF.
8940
8941 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8942
8943         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8944         from "unknown font" string. Bug #311431
8945
8946 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8947
8948         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8949
8950 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8951
8952         Bug #311280
8953         
8954         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8955         name for PopplerFontTypes
8956         (pdf_document_fonts_fill_model): add font type to the detail column
8957
8958         * backend/ev-document-fonts.h: added
8959         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8960
8961         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8962         font name and font details, add a little markup.
8963         (ev_properties_fonts_init): use the new cell data func, specify ypad
8964         property for the cell renderer.
8965         (ev_properties_fonts_set_document): add the details column.
8966
8967 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8968
8969         * configure.ac: Added "pl" to ALL_LINGUAS.
8970
8971 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8972
8973         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8974
8975 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8976
8977         * help/ChangeLog: Started this for translations of manual.
8978         * configure.ac, autogen.sh, .cvsignore: Migrated to
8979         gnome-doc-utils. Patch in bug #311222.
8980
8981 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8982
8983         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8984         #ifdef this away to fix an unused-function warning.
8985
8986 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8987
8988         * configure.ac: Added 'gl' to ALL_LINGUAS.
8989
8990 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8991
8992         * configure.ac: Added ne in ALL_LINGUAS
8993         
8994 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8995
8996         * shell/ev-view.c: (ev_view_leave_notify_event):
8997         
8998         Clear status message when pointer leaves view. Fix for bug
8999         #310818 
9000
9001 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9002
9003         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9004
9005 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9006
9007         * shell/ev-view.c: (ev_view_leave_notify_event),
9008         (ev_view_class_init):
9009         
9010         Set cursor to normal then leaving view.
9011
9012 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9013
9014         * configure.ac:
9015         
9016         Fix required djvulibre version.
9017
9018 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9019
9020         *configure.ac: Hindi (hi) language added
9021
9022 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9023
9024         *configure.ac: Punjabi (pa) Language added
9025
9026 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9027
9028         * data/evince-ui.xml, shell/ev-window.c:
9029         
9030         Add keypad accelerators for zooming. Fix for bug 308128.
9031
9032 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9033
9034         * Makefile.am:
9035         * backend/Makefile.am:
9036         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9037         * configure.ac:
9038         * shell/ev-document-types.c: (ev_document_types_add_filters):
9039
9040         Allow to enable/disable the pixbuf backend.
9041         Default to off for now. If we want it enabled we should
9042         really put mime types in the desktop, implement properties etc.
9043
9044         * properties/evince-properties.c:
9045
9046         Initialize error to NULL.
9047         Check error is not NULL before freeing.
9048
9049 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * shell/ev-window.c:
9052
9053         Use F5 as presentation accell
9054
9055 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * shell/ev-window.c: (update_chrome_visibility),
9058         (ev_window_create_fullscreen_popup), (ev_window_init):
9059
9060         Do not leak the fullscreen toolbar
9061
9062 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * shell/ev-window.c: (view_actions_focus_in_cb),
9065         (view_actions_focus_out_cb):
9066
9067         These has a return value! Fix totally random focus
9068         issues we was seeing.
9069
9070 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9071
9072         * shell/main.c: (load_files_remote):
9073
9074         Allow open more than one file
9075
9076 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * shell/main.c: (load_files_remote):
9079
9080         Fix for dbus 0.33. bug #309975
9081
9082 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9083
9084         * properties/ev-properties-main.c: (ev_properties_get_pages):
9085
9086         Actually return NULL for types we dont support
9087
9088 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9089
9090         * po/POTFILES.in:
9091
9092         Remove empty lines.
9093
9094 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9095
9096         * backend/ev-document-factory.c:
9097         (ev_document_factory_get_document):
9098
9099         Do not try to create the object if type
9100         is invalid.
9101
9102 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * ps/ps-document.c: (ps_document_dispose),
9105         (ps_async_renderer_render_pixbuf):
9106         * ps/ps-document.h:
9107
9108         Do not leak the target window
9109
9110 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9111
9112         * shell/ev-application.c: (ev_application_init):
9113
9114         Let tbe check file existence for us.
9115         Add a comment about eggrecent mime filter.
9116
9117 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9118
9119         * data/evince-ui.xml:
9120         * shell/ev-application.c: (ev_application_shutdown),
9121         (ev_application_init), (ev_application_get_toolbars_model),
9122         (ev_application_get_recent_model),
9123         (ev_application_save_toolbars_model):
9124         * shell/ev-application.h:
9125         * shell/ev-window.c: (ev_window_add_recent),
9126         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9127         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9128         (ev_window_init):
9129
9130         Use common toolbar and recent models for all windows.
9131         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9132
9133 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9134
9135         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9136         successfully check for gtk_icon_view_get_visible_range.
9137
9138 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9139
9140         * djvu/Makefile.am:
9141         * dvi/Makefile.am:
9142         
9143         Fix djvu and dvi backend build.
9144
9145 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9146
9147         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9148         (new_separator_pixbuf):
9149
9150         Don't leak windows.
9151
9152 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9153
9154         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9155
9156         HIGification of toolbar editor dialogue.
9157
9158 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9159
9160         * configure.ac:
9161         * shell/Makefile.am:
9162
9163         Ever build metadata manager since it's just
9164         disabled at runtime now.
9165
9166 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9167
9168         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9169         (ev_metadata_manager_get), (ev_metadata_manager_set):
9170         * shell/ev-metadata-manager.h:
9171
9172         Add an _init functions that enabled metadata management
9173         at runtime.
9174
9175         * shell/ev-window.c: (page_changed_cb),
9176         (setup_document_from_metadata), (ev_window_setup_document),
9177         (setup_view_from_metadata), (ev_window_open_uri),
9178         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9179         (ev_window_run_presentation), (ev_window_stop_presentation),
9180         (save_sizing_mode), (ev_window_zoom_changed_cb),
9181         (ev_window_continuous_changed_cb),
9182         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9183         (window_configure_event_cb):
9184
9185         Remove all ugly metadata define since we deal with it
9186         at runtime now.
9187
9188         * shell/main.c: (load_files_remote), (main):
9189
9190         Add support for dbus cvs head. Hopefully didnt break one
9191         of the other versions now!
9192
9193         If we dont get a response from the dbus server just
9194         give up with it and not enable metadata.
9195
9196 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9197
9198         * Makefile.am:
9199         * backend/Makefile.am:
9200         * configure.ac:
9201         * cut-n-paste/recent-files/Makefile.am:
9202         * cut-n-paste/toolbar-editor/Makefile.am:
9203         * cut-n-paste/zoom-control/Makefile.am:
9204         * lib/Makefile.am:
9205         * pdf/Makefile.am:
9206         * pixbuf/Makefile.am:
9207         * properties/Makefile.am:
9208         * ps/Makefile.am:
9209         * shell/Makefile.am:
9210         * thumbnailer/Makefile.am:
9211         * tiff/Makefile.am:
9212
9213         Make frontends depend on just libev.
9214         Rework and group CFLAGS/LIBS definitions.
9215         Cleanups.
9216
9217 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9218
9219         * shell/ev-window:
9220
9221         do not unnecessarily save zoom
9222
9223         * configure.ac:
9224         * lib/ev-file-helpers.c: (ev_dot_dir):
9225         * shell/Makefile.am:
9226         * shell/dummy.cc:
9227
9228         Some cleanups
9229
9230 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9231
9232         * configure.ac:
9233         
9234         Remove unnecessary dependencies
9235
9236 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9237
9238         * properties/Makefile.am:
9239         * thumbnailer/Makefile.am:
9240         * tiff/Makefile.am:
9241
9242         Some more cleanups. Was really necessary
9243         but I probably introduced bugs, feel free
9244         to flame :)
9245
9246 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * backend/Makefile.am:
9249         * configure.ac:
9250         * cut-n-paste/recent-files/Makefile.am:
9251         * cut-n-paste/toolbar-editor/Makefile.am:
9252         * cut-n-paste/zoom-control/Makefile.am:
9253         * lib/Makefile.am:
9254         * pdf/Makefile.am:
9255         * pixbuf/Makefile.am:
9256         * properties/Makefile.am:
9257         * ps/Makefile.am:
9258         * shell/Makefile.am:
9259         * thumbnailer/Makefile.am:
9260         * tiff/Makefile.am:
9261
9262         Use gnome-common macros when possible.
9263         Cleanup dependencies.
9264         Actually disable deprecated where possible.
9265
9266 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9267
9268         * Makefile.am:
9269         * backend/Makefile.am:
9270         * properties/Makefile.am:
9271         * shell/Makefile.am:
9272         * thumbnailer/Makefile.am:
9273
9274         This should solve the circular dep without
9275         requiring dir reorg!
9276
9277         * shell/ev-window.c: (setup_view_from_metadata):
9278
9279         Never restore window size/position when the
9280         window is already visible.
9281
9282 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9283
9284         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9285
9286         Return a boolean from timeout func. Fix ported from gedit.
9287
9288 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9289
9290         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9291
9292 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9293
9294         * shell/ev-document-types.c: set "All Documents" as default filter in
9295         open dialog
9296
9297 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9298
9299         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9300         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9301         (ev_metadata_manager_set_boolean): fix value/val thinko.
9302
9303 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * shell/ev-window.c: (setup_view_from_metadata),
9306         (window_state_event_cb), (window_configure_event_cb),
9307         (ev_window_init):
9308
9309         Remember window position and maximized state
9310
9311 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9312
9313         * configure.ac:
9314
9315         Fix DBUS configure checks.
9316
9317         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9318         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9319         (ev_metadata_manager_set_boolean):
9320
9321         Plug mem leaks.
9322
9323         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9324         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9325         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9326         (ev_window_continuous_changed_cb),
9327         (ev_window_dual_mode_changed_cb), (ev_window_new):
9328
9329         Fix the build without DBUS.
9330
9331 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9332
9333         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9334         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9335         (ev_metadata_manager_set_string),
9336         (ev_metadata_manager_set_boolean):
9337         * shell/ev-metadata-manager.h:
9338
9339         Add support for some more types
9340
9341         * shell/ev-view.c: (scroll_to_current_page),
9342         (ev_view_get_continuous), (ev_view_set_continuous),
9343         (ev_view_get_dual_page):
9344         * shell/ev-view.h:
9345         * shell/ev-window.c: (page_changed_cb),
9346         (setup_document_from_metadata), (ev_window_setup_document),
9347         (setup_view_from_metadata), (ev_window_open_uri),
9348         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9349         (ev_window_run_presentation), (ev_window_stop_presentation),
9350         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9351         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9352         (ev_window_update_dual_page_action),
9353         (ev_window_continuous_changed_cb),
9354         (ev_window_dual_mode_changed_cb), (ev_window_init):
9355
9356         Remember a bunch of view/document properties. Prolly some
9357         are still missing but it's getting interesting.
9358
9359 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9360
9361         * configure.ac: check if dbus-binding-tool is installed. Not the
9362         case on current Ubuntu breezy, it seems.
9363
9364 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9365
9366         * data/evince.desktop.in.in:
9367         
9368         Allow open uri lists and add TryExec field.
9369
9370 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9371
9372         * configure.ac:
9373
9374         Enable dbus when available, do not require a configure
9375         option.
9376
9377 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9378
9379         * configure.ac:
9380
9381         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9382         disabled.
9383
9384 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9385         Marco Pesenti Gritti  <mpg@redhat.com>
9386
9387         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9388         
9389         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9390         functions to the format required by dbus
9391
9392         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9393         errors. Use the RPC parameters in the expected way
9394
9395 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9396
9397         * Makefile.am:
9398         * properties/Makefile.am:
9399         * properties/ev-properties-main.c: (ev_properties_get_pages):
9400
9401         Support all mime types
9402
9403         * shell/Makefile.am:
9404         * thumbnailer/Makefile.am:
9405         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9406         (evince_thumbnail_pngenc_get):
9407
9408         Use the document factory
9409
9410 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9411
9412         * backend/Makefile.am:
9413         * backend/ev-document-factory.c:
9414         (mime_type_supported_by_gdk_pixbuf),
9415         (ev_document_type_get_from_mime),
9416         (ev_document_factory_get_document),
9417         (ev_document_factory_get_backend),
9418         (ev_document_factory_get_mime_types),
9419         (ev_document_factory_get_all_mime_types):
9420         * backend/ev-document-factory.h:
9421         * shell/Makefile.am:
9422         * shell/ev-document-types.c: (get_document_from_uri),
9423         (ev_document_types_get_document),
9424         (file_filter_add_mime_list_and_free),
9425         (ev_document_types_add_filters):
9426         * shell/ev-document-types.h:
9427         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9428         * shell/ev-properties-dialog.c:
9429         (ev_properties_dialog_set_document):
9430         * shell/ev-window.c: (ev_window_cmd_file_open),
9431         (ev_window_cmd_save_as):
9432         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9433
9434         Rework document types managing to avoid code duplication
9435         and actually abstract from backend implementations.
9436         Also provide a minimal factory api that can be used by
9437         thumbnailer/properties.
9438
9439 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9440
9441         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9442         Plug a mem leak.
9443         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9444         HIG spacings.
9445
9446 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9447
9448         * shell/ev-properties-dialog.c
9449         (ev_properties_dialog_set_document): only call
9450         ev_properties_fonts_set_document() if the document implements the
9451         fonts interface
9452
9453 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9454
9455         * configure.ac:
9456         * properties/Makefile.am:
9457         * properties/ev-properties-view.c:
9458         (ev_properties_view_register_type):
9459         * properties/ev-properties-view.h:
9460         * properties/ev-properties-main.h:
9461
9462         Implement nautilus plugin for properties.
9463         Works only for pdf atm, I need to rework the
9464         document types stuff to get this to work
9465         for all backends...
9466
9467 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9468
9469         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9470         (ev_properties_fonts_set_document): use
9471         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9472
9473 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9474
9475         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9476         them
9477         (PlaceImage, tiff2ps_process_page): use
9478         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9479
9480
9481 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9482
9483         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9484         (main): to call gnome_authentication_manager_init. Should fix
9485         Bug #308510
9486
9487         * configure.ac: that requires libgnomeui 2.6.0.
9488
9489 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9490
9491         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9492         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9493         use the new tiff2ps interfaces
9494
9495         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9496         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9497
9498         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9499         structure instead of global variables.  Remove use of static
9500         variables in functions.
9501
9502 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9503
9504         * shell/ev-page-action.c: unref the completion after setting it to the
9505         entry
9506
9507 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9508
9509         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9510         postscript files
9511
9512 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9513
9514         * shell/ev-window.c (update_action_sensitivity): disable
9515         File->Print if the document does not implement the ps exporter
9516         interface
9517
9518 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9519
9520         * Makefile.am:
9521         * configure.ac:
9522         * data/evince-properties.glade:
9523         * properties/.cvsignore:
9524         * properties/Makefile.am:
9525         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9526         (ev_properties_view_class_init), (ev_properties_view_format_date),
9527         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9528         (ev_properties_view_init), (ev_properties_view_new):
9529         * properties/ev-properties-view.h:
9530         * shell/Makefile.am:
9531         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9532         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9533         (ev_properties_dialog_new):
9534         * shell/ev-properties-dialog.h:
9535         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9536         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9537         (update_progress_label), (job_fonts_finished_cb),
9538         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9539         * shell/ev-properties-fonts.h:
9540         * shell/ev-properties.c:
9541         * shell/ev-properties.h:
9542         * shell/ev-window.c: (ev_window_setup_document),
9543         (ev_window_cmd_file_properties):
9544
9545         Split the properties pages in two different objects, depend
9546         only on the backend where possible, use widgets instead
9547         of gobject for the glade part, reimplement the dialog
9548         itself with gtk.
9549         I need this to implement nautilus properties page.
9550
9551 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9552
9553         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9554         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9555         (tiff_document_document_ps_exporter_iface_init): implement the ps
9556         exporter interface for tiff documents
9557
9558         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9559         libtiff to implement TIFF postscript export
9560
9561         * tiff/tiff2ps.h: added a header file for external tiff2ps
9562         functions.
9563
9564         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9565         tiff2ps.h
9566
9567 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9568
9569         * shell/ev-view.c: (scroll_to_current_page),
9570         (ev_view_set_fullscreen), (ev_view_set_presentation):
9571         
9572         Scroll to current page when exit from presentation
9573
9574 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9575
9576         * shell/ev-window.c: (update_document_mode),
9577         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9578         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9579         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9580         
9581         Exit from fullscreen mode when switch to presentation. Fix for
9582         bug 309365
9583
9584 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9585
9586         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9587         return NULL if the document does not implement the selection
9588         interface.
9589
9590 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9591
9592         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9593         reported height by using the resolution aspect ratio
9594         (tiff_document_render_pixbuf): scale the pixbuf using the
9595         resolution aspect ratio
9596
9597 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9598
9599         * configure.ac:
9600         
9601         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9602         <kiltedaco@gmail.com>
9603         
9604         * djvu/djvu-document.c: (djvu_document_get_orientation),
9605         (djvu_document_set_orientation), (djvu_document_get_page_size),
9606         (rotate_pixbuf), (djvu_document_render_pixbuf),
9607         (djvu_document_document_iface_init):
9608         * dvi/dvi-document.c: (dvi_document_get_orientation),
9609         (dvi_document_set_orientation), (dvi_document_get_page_size),
9610         (rotate_pixbuf), (dvi_document_render_pixbuf),
9611         (dvi_document_document_iface_init):
9612         
9613         Dvi and djvu backends are ported to new API
9614
9615 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9616
9617         * backend/ev-selection.c: (ev_selection_get_selection_region),
9618         (ev_selection_get_selection_map):
9619         * backend/ev-selection.h:
9620         * pdf/ev-poppler.cc:
9621         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9622         * shell/ev-jobs.h:
9623         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9624         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9625         (ev_pixbuf_cache_get_text_mapping):
9626         * shell/ev-pixbuf-cache.h:
9627         * shell/ev-view.c: (location_in_text),
9628         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9629         support to EvView.  Now we can see where we can select!  Sweet!
9630
9631 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9632
9633         * shell/ev-view.c (ev_view_button_press_event): Fix
9634         event->y + view->scroll_x typo.
9635
9636 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9637
9638         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9639         sub-GdkPixbuf instead of passing dest_x and dest_y.
9640         
9641         * shell/ev-view.c: (view_point_to_doc_point),
9642         (view_rect_to_doc_rect), (ev_view_button_press_event),
9643         (ev_view_motion_notify_event), (compute_new_selection_rect),
9644         (gdk_rectangle_point_in), (compute_new_selection_text),
9645         (compute_selections): Update selection code to keep the selection
9646         around as two points and not as a normalized rectangle, and fix
9647         page level selection in two-column mode.
9648
9649 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9650
9651         * shell/ev-window.c: (window_configure_event_cb): 
9652         
9653         Fix compilation
9654         
9655 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * pdf/ev-poppler.cc:
9658
9659         Fix compilation
9660
9661 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9662
9663         * shell/Makefile.am:
9664         * shell/ev-metadata-manager.c: (item_free),
9665         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9666         (parse_value), (parseItem), (load_values),
9667         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9668         (save_values), (save_item), (get_oldest), (resize_items),
9669         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9670         * shell/ev-metadata-manager.h:
9671
9672         Metadata manager from gedit but modified to use GValue, so that
9673         we dont need to keep converting from strings.
9674
9675         * configure.ac:
9676
9677         ENABLE_METADATA conditional, on when dbus is on
9678
9679         * shell/ev-application.c: (ev_application_open_uri):
9680
9681         Show the window after load so that we can initialize
9682         window size before it's showed.
9683
9684         * shell/ev-window.c: (ev_window_setup_from_metadata),
9685         (ev_window_open_uri), (window_configure_event_cb),
9686         (ev_window_init):
9687
9688         Save and load metadata information about window size.
9689         Not yet keeping states in account.
9690
9691         * shell/main.c: (main):
9692
9693         Shutdown metadata manager.
9694
9695 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9696
9697         * shell/ev-application-service.xml:
9698         * configure.ac:
9699         * shell/Makefile.am:
9700         * shell/ev-application.c:
9701         * shell/ev-application.h:
9702         * shell/ev-window.c:
9703         * shell/ev-window.h:
9704         * shell/main.c:
9705
9706         Add an optional dbus interface (--enable-dbus).
9707         Rework application code, mainly to be easier to
9708         use "remotely".
9709         Do not open multiple windows with the same document,
9710         spatial evince!
9711
9712 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9713
9714         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9715         pixbuf iff it exists.
9716
9717 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9718
9719         * shell/*:
9720         * backend/ev-render-context.[ch]:
9721         * backend/ev-selection.[ch]:
9722
9723         Massive changes.  We now support text selection of pdfs, and not
9724         just rectangular selection.  This is pretty broken still, but I
9725         want to get something into CVS.
9726
9727 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9728
9729         * pdf/ev-poppler.cc:
9730         
9731         Fix for Bug 309080: crash on window close.
9732         
9733         * shell/ev-page-action.c: (page_changed_cb):
9734         
9735         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9736         jensgr@gmx.net (Jens Granseuer).
9737
9738 2005-06-25  Marcel Telka  <marcel@telka.sk>
9739
9740         * configure.in (ALL_LINGUAS): Added sk.
9741
9742 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9743
9744         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9745         not a document open
9746
9747 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * NEWS:
9750         * configure.ac:
9751
9752         Release 0.3.2
9753
9754         * cut-n-paste/recent-files/Makefile.am:
9755
9756         Fix make distcheck
9757
9758 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9759
9760         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9761         (pixbuf_document_set_orientation), (rotate_pixbuf),
9762         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9763         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9764
9765         Implement rotation and cleanup the code a bit.
9766
9767         * tiff/tiff-document.c: (tiff_document_get_page_size),
9768         (tiff_document_get_orientation), (tiff_document_set_orientation),
9769         (rotate_pixbuf), (tiff_document_render_pixbuf),
9770         (tiff_document_document_iface_init), (tiff_document_init):
9771
9772         Implement rotation. Was the quicker solution for the release
9773         but we really need to share this code in the shell.
9774
9775 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9776
9777         * pdf/ev-poppler.cc:
9778
9779         Enable rotation, require poppler cvs. Fix a leak.
9780
9781 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9782
9783         * shell/ev-window.c: (update_action_sensitivity):
9784         
9785         Make properties unsensitive if document backend doesn't provide
9786         any info
9787
9788 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9789
9790         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9791         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9792         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9793         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9794         (bitmap_flip_rotate_counter_clockwise):
9795         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9796         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9797         (buff_gets):
9798         * dvi/mdvi-lib/common.h:
9799         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9800         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9801         (opendvi), (mdvi_reload), (mdvi_init_context),
9802         (mdvi_destroy_context), (mdvi_dopage), (special):
9803         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9804         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9805         (file_hash_free), (register_encoding), (parse_spec),
9806         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9807         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9808         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9809         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9810         (mdvi_register_font_type), (mdvi_unregister_font_type),
9811         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9812         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9813         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9814         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9815         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9816         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9817         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9818         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9819         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9820         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9821         (mdvi_unregister_special), (mdvi_flush_specials):
9822         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9823         (t1_font_remove):
9824         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9825         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9826         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9827         (free_font_metrics), (flush_font_metrics):
9828         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9829         (tt_font_remove):
9830         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9831         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9832         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9833         (dstring_insert), (dstring_new), (dstring_reset):
9834         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9835         
9836         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9837         avoid conflict with libtool on FC4
9838         
9839         * shell/ev-window.c: (ev_window_cmd_help_about):
9840         
9841         Update copyright year. Fix for bug 308828.
9842
9843 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * shell/ev-view.c: (add_scroll_binding_keypad),
9846         (ev_view_binding_activated), (ev_view_class_init),
9847         (on_adjustment_value_changed):
9848         
9849         Bug 170874: Arrow keys switch pages in presentation mode
9850
9851 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9852
9853         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9854         
9855         Fix for Bug 308265: Sidebar dissappears coming out of 
9856         Presentation mode
9857
9858 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9859
9860         * shell/ev-application.c: (ev_application_open):
9861         * shell/ev-document-types.c: (ev_document_types_add_filters),
9862         (ev_document_types_add_filters_for_type):
9863         * shell/ev-document-types.h:
9864         * shell/ev-window.c: (ev_window_cmd_save_as):
9865         
9866         Suggest basename as template when saving, provide filters
9867         for save dialog. It's bug 308402
9868
9869 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9870
9871         * pdf/ev-poppler.cc:
9872         * shell/ev-sidebar-links.c: (job_finished_callback):
9873         * shell/ev-view.c: (update_find_status_message):
9874         
9875         Some leaks fixed
9876
9877 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9878
9879         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9880         (egg_recent_view_uimanager_set_list):
9881
9882         Fix buglet in !show_numbers case.
9883
9884 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9885
9886         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9887         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9888
9889         Use pango ellipsisation.
9890
9891         * pdf/ev-poppler.cc:
9892
9893         Fix refcount leak, from nsh.
9894
9895 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9896
9897         * cut-n-paste/recent-files/Makefile.am:
9898         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9899         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9900         
9901         Removed EggRecentViewGtk
9902         
9903         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9904         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9905         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9906         (ev_window_setup_recent):
9907         
9908         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9909         with other projects
9910
9911 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9912
9913         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9914         (egg_recent_view_gtk_finalize):
9915
9916         Fix memory leak
9917
9918         * cut-n-paste/toolbar-editor/Makefile.am:
9919         
9920         Fix location of cursor icon.
9921         
9922         * pdf/ev-poppler.cc:
9923         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9924         (display_completion_text), (match_completion):
9925         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9926         (selection_changed_callback), (create_loading_model),
9927         (print_section_cb), (links_page_num_func),
9928         (update_page_callback_foreach):
9929         * shell/ev-window.c: (ev_window_dispose):
9930         
9931         Small memory fixes. Links model now store objects instead
9932         of pointers to improve memory management. 
9933
9934 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9935
9936         * shell/ev-window.c: (zoom_control_changed_cb):
9937         
9938         Fix update of zoom control (bug 308268).
9939
9940 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9941
9942         * shell/ev-properties.c (set_property): escape the text correctly.
9943         Handles non-UTF-8 properties and escaped properties.  Also, sets
9944         the text to "<i>None</i>" if the property isn't set.
9945
9946         * data/evince-properties.glade: Change the label to be ellipsized,
9947         and give it a minimum size.
9948
9949 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9950
9951         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9952         * shell/ev-sidebar-links.c: (create_loading_model):
9953         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9954         * shell/ev-view.c: (ev_view_set_document):
9955         * shell/ev-window.c: (ev_window_dispose):
9956         
9957         Various small fixes, mostly memory leaks. Thanks to valgrind.
9958
9959 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9960
9961         * ps/ps-document.c: remove the locale.h include again ;-). And
9962         kill the (bogus) setlocale/savelocale business.
9963
9964 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9965
9966         * ps/ps-document.c:
9967         
9968         Include locale.h to fix build
9969         
9970         * shell/ev-sidebar.c:
9971         
9972         Remove unnecessary includes
9973
9974 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9975
9976         * dvi/dvi-document.c: (dvi_document_load):
9977         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9978         * po/POTFILES.in:
9979         
9980         Check for incorrect dvi files. Fix parsing dvi on AMD64
9981         platform. Thanks to tester@tester.ca (Olivier Crete).
9982
9983 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9984
9985         * shell/ev-page-action.c: (match_selected_cb),
9986         (display_completion_text), (match_completion), (update_model):
9987         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9988         (expand_open_links):
9989         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9990         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9991         (ev_sidebar_set_document):
9992         * shell/ev-window.c: (ev_window_xfer_job_cb),
9993         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9994         
9995         Fixed lot's of memory leaks, for example, memory leak on reload, 
9996         described in bug 307793.
9997
9998 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9999
10000         * pdf/ev-poppler.cc:
10001         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10002         (update_visible_range), (adjustment_changed_cb),
10003         (ev_sidebar_thumbnails_fill_model),
10004         (ev_sidebar_thumbnails_refresh),
10005         (ev_sidebar_tree_selection_changed),
10006         (ev_sidebar_icon_selection_changed),
10007         (ev_sidebar_thumbnails_use_icon_view),
10008         (ev_sidebar_thumbnails_set_document):
10009         * shell/ev-sidebar-thumbnails.h:
10010         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10011         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10012
10013         Refresh thumbnails when changing orientation. Not fully
10014         working yet becuase of a sidebar bug.
10015
10016         Set page orientation to poppler page everywhere. This sucks
10017         really need to fix poppler.
10018
10019 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10020
10021         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10022         (egg_recent_view_gtk_new_menu_item),
10023         (egg_recent_view_gtk_set_property),
10024         (egg_recent_view_gtk_get_property),
10025         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10026         (egg_recent_view_gtk_set_tooltip_func),
10027         (egg_recent_view_gtk_set_label_width),
10028         (egg_recent_view_gtk_get_label_width):
10029         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10030
10031         Sync with libegg (ellipsize labels)
10032
10033 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10034
10035         * data/evince-ui.xml:
10036         * shell/ev-window.c: (ev_window_cmd_go_forward),
10037         (ev_window_cmd_go_backward):
10038         
10039         Shift + PageUp moves 10 Pages. Fix for 306125
10040
10041 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10042
10043         * pdf/ev-poppler.cc:
10044
10045         Add a flag to check if orientation has been overriden
10046
10047 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10048
10049         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10050         field if necessary.
10051
10052         * ps/ps.h: add creator field to document.
10053
10054         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10055         set creator field.
10056
10057 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10058
10059         * data/evince-properties.glade:
10060         * shell/ev-properties.c: (ev_properties_set_document):
10061
10062         s/PDF Version/Format
10063
10064 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10065
10066         * shell/ev-properties.c: (ev_properties_set_document):
10067
10068         Remove unnecessary translations
10069
10070 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10071
10072         * cut-n-paste/toolbar-editor/Makefile.am:
10073
10074         Correct library name    
10075
10076 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10077
10078         * configure.ac:
10079         * cut-n-paste/recent-files/egg-recent-model.c:
10080         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10081         (egg_recent_model_unlock_file):
10082         * cut-n-paste/recent-files/egg-recent-util.c:
10083         (egg_recent_util_get_unique_id):
10084         * cut-n-paste/recent-files/update-from-egg.sh:
10085         * cut-n-paste/toolbar-editor/Makefile.am:
10086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10087         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10088         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10089         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10090         (egg_toolbars_model_get_type):
10091         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10092
10093         Better makefile for toolbar editor and update everything
10094         to latest libegg.
10095
10096 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * shell/ev-window.c: (update_document_mode):
10099
10100         Prefer presentation mode when the document
10101         require fullscreen.
10102
10103 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10104
10105         * data/evince-ui.xml:
10106         * shell/ev-window.c:
10107
10108         Add control-equal for zooming
10109
10110 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10111
10112         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10113
10114 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10115
10116         * backend/ev-document.c: (ev_document_get_orientation):
10117         * backend/ev-document.h:
10118         * pdf/ev-poppler.cc:
10119         * ps/ps-document.c: (ps_document_get_orientation),
10120         (ps_document_set_orientation), (ps_document_document_iface_init):
10121
10122         Add a get_orientation api. Improve set_orientation.
10123
10124         * data/evince-ui.xml:
10125         * shell/ev-view.c: (ev_view_set_orientation),
10126         (ev_view_rotate_right), (ev_view_rotate_left):
10127         * shell/ev-view.h:
10128         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10129         (ev_window_cmd_edit_rotate_right):
10130
10131         Better ui for changing document orientation
10132
10133 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10134
10135         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10136         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10137         * shell/ev-sidebar-links.h:
10138         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10139         (ev_sidebar_page_iface_init):
10140         * shell/ev-sidebar-page.h:
10141         * shell/ev-sidebar-thumbnails.c:
10142         (ev_sidebar_thumbnails_get_property),
10143         (ev_sidebar_thumbnails_class_init),
10144         (ev_sidebar_thumbnails_set_document):
10145         * shell/ev-sidebar-thumbnails.h:
10146         * shell/ev-view.c: (ev_view_motion_notify_event):
10147         * shell/ev-window.c: (update_chrome_visibility),
10148         (ev_window_cmd_focus_page_selector),
10149         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10150         (sidebar_page_main_widget_update_cb), (ev_window_init):
10151         
10152         Autoraise toolbar on GoToPage binding and fix bindings in
10153         EvSidebarThumbnails page.
10154
10155 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10156
10157         * shell/ev-properties.c: (update_progress_label):
10158
10159         Hide the progress label when finished; bug #307697.
10160
10161 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10162
10163         * pdf/ev-poppler.cc:
10164
10165         Enable is_open for links, you will need poppler cvs
10166
10167         * shell/ev-properties.c: (job_fonts_finished_cb):
10168
10169         Get a lock on the document when filling the tree view
10170
10171 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10172
10173         * backend/ev-document-links.h:
10174         * pdf/ev-poppler.cc:
10175         * shell/ev-sidebar-links.c: (create_loading_model),
10176         (expand_open_links), (job_finished_callback):
10177
10178         Expand links when specified by the document.
10179         Depend on a poppler api (defined out for now)
10180
10181 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10182
10183         * shell/ev-properties.c: (ev_properties_dispose),
10184         (ev_properties_class_init), (dialog_destroy_cb),
10185         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10186         (ev_properties_set_document), (ev_properties_new),
10187         (ev_properties_show):
10188         * shell/ev-properties.h:
10189
10190         Make it an object, cleanup the code, api to show it as transient
10191         and to set the document.
10192
10193         * shell/ev-window.c: (ev_window_setup_document),
10194         (ev_window_cmd_file_properties):
10195
10196         Adapt to EvProperties changes, do not show multiple
10197         times, update it when document changes.
10198
10199 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10200
10201         * ps/gstypes.h:
10202         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10203         (ps_document_set_orientation), (ps_document_document_iface_init):
10204         * ps/ps-document.h:
10205
10206         Implement orientation here too
10207
10208         * shell/ev-properties.c: (ev_properties_new):
10209         * data/evince-properties.glade:
10210
10211         Hide the fonts page for backends that doesnt
10212         support it.     
10213
10214 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10215
10216         * backend/ev-document.c: (ev_document_set_orientation):
10217         * backend/ev-document.h:
10218         * pdf/ev-poppler.cc:
10219
10220         Add orientation api. Currently poppler api is not optimal,
10221         we need to set orientation every time we _get a page.
10222         I will try to fix that at some point.
10223
10224         * data/evince-ui.xml:
10225         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10226         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10227
10228         Add orientation menu items
10229
10230         * shell/ev-page-cache.c: (ev_page_cache_clear):
10231         * shell/ev-page-cache.h:
10232
10233         Add api to clear the cache
10234
10235         * shell/ev-view.c: (setup_caches), (clear_caches),
10236         (ev_view_set_document), (ev_view_zoom_out),
10237         (ev_view_set_orientation):
10238         * shell/ev-view.h:
10239
10240         Implement orientation changing
10241
10242 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10243
10244         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10245         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10246         * backend/ev-document-fonts.h:
10247
10248         Separate scan and fill so that we can incrementally fill from
10249         the main thread. Add a progress api.
10250
10251         * data/evince-properties.glade:
10252         * pdf/ev-poppler.cc:
10253         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10254         * shell/ev-jobs.h:
10255         * shell/ev-properties.c: (update_progress_label),
10256         (job_fonts_finished_cb), (setup_fonts_view):
10257
10258         Incrementally feel the list and show the progress
10259         percentage in a label like acrobat does.
10260
10261         You are going to need poppler cvs
10262
10263 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10266         * backend/ev-document-fonts.h:
10267         * pdf/ev-poppler.cc:
10268
10269         Make fonts model fill incrementally.
10270
10271         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10272         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10273         (ev_job_queue_remove_job):
10274         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10275         (ev_job_fonts_new), (ev_job_fonts_run):
10276         * shell/ev-jobs.h:
10277
10278         New job for fonts scanning
10279
10280         * shell/ev-properties.c: (job_fonts_finished_cb),
10281         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10282         * shell/ev-properties.h:
10283         * shell/ev-window.c: (ev_window_cmd_file_properties):
10284
10285         Incrementally feel the treeview using the new job. Show Loading...
10286         message until scanning is completed.
10287
10288         Hopefully I didnt break the build without the poppler patch.
10289
10290 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10291
10292         * shell/ev-application.c: (ev_application_open):
10293         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10294         (ev_document_type_get_type), (ev_document_type_lookup):
10295         * shell/ev-document-types.h:
10296         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10297         * shell/ev-job-xfer.h:
10298         * shell/ev-window.c: (ev_window_clear_local_uri),
10299         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10300         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10301         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10302         
10303         Transfer remote documents to tmp directory to display them later.
10304
10305 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10306
10307         * backend/ev-document-info.h:
10308         * shell/ev-properties.c: (ev_properties_new):
10309
10310         s/GTime*/GTime. Not sure why we was using a pointer
10311         at all there!
10312
10313 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10314
10315         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10316         situations.  That situation is that you're using GTK+-HEAD with
10317         the patch at #306726 is applied, and you have a document with <
10318         1500 pages in it.  It's not quite as uniformly nice as the
10319         TreeView, but should be better in the long run.
10320
10321         I'm pretty sure I guarded against breaking compilation with
10322         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10323         I missed some.
10324
10325         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10326         widget yet, so I commented that code out
10327         enable_view_actions_for_widget() for now.  Need to figure this
10328         out.
10329
10330         * shell/ev-page-action.c (match_selected_cb): emit the right
10331         signals.  Our cool C-l completion now works.
10332
10333 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10334
10335         * backend/Makefile.am:
10336         * backend/ev-document-fonts.c:
10337         * backend/ev-document-links.c:
10338         * backend/ev-document.c: (ev_document_load):
10339         * backend/ev-document.h:
10340         * backend/ev-job-queue.c:
10341         * backend/ev-job-queue.h:
10342         * backend/ev-jobs.c:
10343         * backend/ev-jobs.h:
10344         * backend/ev-page-cache.c:
10345         * backend/ev-page-cache.h:
10346
10347         EvPageCache and EvJobs are moved to shell.
10348
10349         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10350         (ev_tmp_filename):
10351         * lib/ev-file-helpers.h:
10352         
10353         New helper to work with temporary files
10354         
10355         * shell/Makefile.am:
10356         * shell/ev-application.c: (ev_application_open):
10357         * shell/ev-application.h:
10358         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10359         (remove_job_from_async_queue), (add_job_to_async_queue),
10360         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10361         (handle_job), (search_for_jobs_unlocked),
10362         (no_jobs_available_unlocked), (ev_render_thread),
10363         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10364         (ev_job_queue_add_job), (move_job_async), (move_job),
10365         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10366         * shell/ev-job-queue.h:
10367         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10368         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10369         * shell/ev-job-xfer.h:
10370         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10371         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10372         (ev_job_links_class_init), (ev_job_render_init),
10373         (ev_job_render_dispose), (ev_job_render_class_init),
10374         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10375         (ev_job_thumbnail_class_init), (ev_job_load_init),
10376         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10377         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10378         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10379         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10380         * shell/ev-jobs.h:
10381         * shell/ev-page-action.c: (ev_page_action_set_document):
10382         * shell/ev-page-cache.c: (ev_page_cache_init),
10383         (ev_page_cache_class_init), (ev_page_cache_finalize),
10384         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10385         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10386         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10387         (ev_page_cache_get_title), (ev_page_cache_get_size),
10388         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10389         (ev_page_cache_get_height_to_page),
10390         (ev_page_cache_get_max_label_chars),
10391         (ev_page_cache_get_page_label),
10392         (ev_page_cache_has_nonnumeric_page_labels),
10393         (ev_page_cache_get_info), (ev_page_cache_next_page),
10394         (ev_page_cache_prev_page), (ev_page_cache_get):
10395         * shell/ev-page-cache.h:
10396         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10397         (ev_pixbuf_cache_clear_job_sizes),
10398         (ev_pixbuf_cache_add_jobs_if_needed),
10399         (ev_pixbuf_cache_set_page_range):
10400         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10401         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10402         * shell/ev-sidebar-thumbnails.c:
10403         (ev_sidebar_tree_selection_changed),
10404         (ev_sidebar_thumbnails_set_document):
10405         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10406         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10407         (ev_statusbar_get_context_id), (ev_statusbar_push),
10408         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10409         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10410         (ev_statusbar_set_progress):
10411         * shell/ev-statusbar.h:
10412         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10413         (ev_view_find_previous):
10414         * shell/ev-window.c: (ev_window_is_empty),
10415         (ev_window_setup_document), (password_dialog_response),
10416         (ev_window_clear_jobs), (ev_window_load_job_cb),
10417         (ev_window_xfer_job_cb), (ev_window_open_uri),
10418         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10419         (ev_window_print), (ev_window_print_range),
10420         (ev_window_state_event), (ev_window_cmd_view_reload),
10421         (menu_item_select_cb), (menu_item_deselect_cb),
10422         (view_status_changed_cb), (ev_window_dispose),
10423         (drag_data_received_cb), (ev_window_init):
10424         * shell/ev-window.h:
10425         * shell/main.c: (load_files):
10426         
10427         New statusbar to show progress on idle. Two new jobs - 
10428         xfer job and load job to load document in background. And update
10429         of page_cache clients to new location of code.
10430
10431 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10432
10433         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10434         selection in open dialog. It also remembers the last visited directory 
10435         in the current session.
10436
10437 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10438
10439         * shell/ev-properties.c: (ev_properties_new):
10440         * shell/ev-properties.h:
10441         * shell/ev-window.c: (ev_window_cmd_file_properties):
10442         
10443         Get document info from page cache instead of document itself.
10444         This should fix crash related to race conditions described in
10445         bug 306545.
10446
10447 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10448
10449         * ps/ps-document.c: (ps_document_init),
10450         (send_ps), (get_page_box), (output), (catchPipe), (input),
10451         (stop_interpreter), (file_length), (file_readable),
10452         (check_filecompressedb), (ps_document_enable_interpreter),
10453         (document_load), (ps_async_renderer_render_pixbuf):
10454         * ps/ps-document.h:
10455
10456         Big cleanup of the ps code
10457
10458 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10459
10460         * backend/Makefile.am:
10461         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10462         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10463         * backend/ev-async-renderer.h:
10464
10465         Add an async renderer interface (method + callback) which
10466         is useful for backends like ps.
10467
10468         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10469         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10470         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10471         (ev_job_queue_add_job), (move_job_async), (move_job),
10472         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10473
10474         Add queues for async renderer, these are executed on the
10475         main thread.
10476
10477         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10478         (ev_job_render_run):
10479         * backend/ev-jobs.h:
10480
10481         If the backend support async renderer interface use it.
10482
10483         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10484         (setup_pixmap), (ps_document_get_type),
10485         (ps_async_renderer_render_pixbuf),
10486         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10487
10488         Implement async renderer interface.
10489
10490 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10491
10492         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10493
10494         Cleanup links job on exit.
10495
10496 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10497
10498         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10499         (drag_data_get_cb), (drag_data_received_cb):
10500         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10501         (drag_data_get_cb), (parse_item_list),
10502         (egg_toolbar_editor_load_actions):
10503         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10504         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10505         (parse_item_list), (parse_toolbars):
10506         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10507         (dvi_pixbuf_put_pixel):
10508         
10509         Fix gcc 4.0 warnings
10510
10511 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10512
10513         * ps/ps-document.c: (start_interpreter):
10514
10515         Fix warning when loading ps
10516
10517 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10518
10519         * ps/ps-document.c: (output):
10520
10521         Fix crash when priting gs error messages.
10522
10523 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10524
10525         * backend/ev-page-cache.c: (_ev_page_cache_new):
10526         * backend/ev-page-cache.h:
10527
10528         Use a const to return title so that we dont double
10529         free it. Small cleanup and fix a leak.
10530
10531         * shell/ev-window.c: (update_window_title):
10532
10533         strdup value from get_title.
10534
10535 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10536
10537         * shell/ev-sidebar-links.c: (job_finished_callback),
10538         (ev_sidebar_links_set_document):
10539
10540         Cleanup the old job when changing document
10541
10542 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10543
10544         * shell/ev-stock-icons.c:
10545         * shell/ev-stock-icons.h:
10546         * shell/ev-window.c:
10547         
10548         Add stock icons for actions that can appear in toolbar. Fix for
10549         bug 306566.
10550
10551 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10554         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10555         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10556         * backend/ev-page-cache.h:
10557         * shell/ev-view.c: (scroll_to_current_page),
10558         (view_update_range_and_current_page), (get_page_y_offset),
10559         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10560         (ev_view_size_request_continuous),
10561         (ev_view_zoom_for_size_continuous_and_dual_page),
10562         (ev_view_zoom_for_size_continuous):
10563         
10564         More compact EvView layout in document with pages of different size.
10565
10566 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10567
10568         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10569         compilation.
10570
10571 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10572
10573         * shell/ev-view.c: (view_set_adjustment_values):
10574         * shell/ev-window.c: (ev_window_cmd_file_properties):
10575         
10576         A bit different fix for rounding problem but it has no
10577         problems on startup. Make properties window transient to parent.
10578
10579 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10580
10581         * pdf/ev-poppler.cc:
10582         
10583         More commenting of font stuff.
10584
10585 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10586
10587         * pdf/ev-poppler.cc:
10588
10589         Comment out some more fonts stuff. Should really
10590         work without the poppler patch now.
10591
10592 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10593
10594         * pdf/ev-poppler.cc:
10595
10596         Adapt to api change
10597
10598 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10599
10600         * data/evince-properties.glade:
10601         * pdf/ev-poppler.cc:
10602         * shell/ev-properties.c: (setup_fonts_view):
10603
10604         Set the column title. Show the dialog only
10605         once everything is setup.
10606         Getting font info can be very slow... will
10607         prolly need to make this threaded too.
10608
10609 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10610
10611         * backend/Makefile.am:
10612         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10613         (ev_document_fonts_get_fonts_model):
10614         * backend/ev-document-fonts.h:
10615         * data/evince-properties.glade:
10616         * pdf/ev-poppler.cc:
10617         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10618         * shell/ev-properties.h:
10619         * shell/ev-window.c: (ev_window_cmd_file_properties):
10620
10621         Implement fonts list. Defined out for now, since it depends
10622         on a not yet committed poppler patch.
10623
10624 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10625
10626         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10627         page + 1.
10628
10629         * shell/ev-window.c: Make sure we add the timeout when we get a
10630         focus-in event.
10631
10632         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10633         adjustment->value before calculating the zoom factor to average
10634         out all of our rounding errors.  The page no longer 'drifts' when
10635         resizing.
10636
10637 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10638
10639         * data/evince-properties.glade:
10640         * shell/ev-properties.c: (ev_properties_format_date),
10641         (set_property):
10642         
10643         Labels don't expand when the dialogue is resized.
10644         strftime result needs to be converted to UTF-8. Thanks
10645         to Christian Persch <chpe@gnome.org>.
10646
10647 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10648
10649         * data/evince-properties.glade:
10650
10651         Hide the fonts tab
10652
10653 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10654
10655         * backend/ev-document-info.h:
10656         * backend/ev-document.c: (ev_document_info_free):
10657         * data/evince-properties.glade:
10658         * pdf/ev-poppler.cc:
10659         * ps/ps-document.c: (ps_document_get_info):
10660         * shell/ev-properties.c: (ev_properties_format_date),
10661         (set_property), (ev_properties_new):
10662         * shell/ev-properties.h:
10663         * shell/ev-window.c: (ev_window_cmd_file_properties):
10664
10665         Rework properties code to take only EvPropertyInfo
10666         in the constructor so that it can be useful for
10667         nautilus plugin too.
10668
10669         Deal with backends that doesnt support some properties.
10670         Make set property code generic.
10671
10672 2005-06-04  Christian Persch <chpe@gnome.org>
10673
10674         * data/evince-properties.glade:
10675
10676         fix spacings, make resizeable, and make data labels
10677         selectable + ellipsised
10678
10679 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * backend/ev-document-info.h:
10682         * data/Makefile.am:
10683         * data/evince-ui.xml:
10684         * pdf/ev-poppler.cc:
10685         * shell/Makefile.am:
10686         * shell/ev-window.c: (update_action_sensitivity),
10687         (ev_window_cmd_file_properties):
10688
10689         Initial go at file properties. Patch by
10690         Emil Soleyman-Zomalan <emil@soleyman.com>.
10691         Needs love see #169583
10692
10693 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10694
10695         * ps/ps-document.c: (output):
10696         * ps/ps.c: (psscan):
10697
10698         Try to render even if psscan fails.
10699
10700 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10701
10702         * ps/ps.c: (psscan), (pscopydoc):
10703
10704         Port buffered reading code from gv
10705
10706 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10707
10708         * ps/ps-document.c: (interpreter_message), (output):
10709
10710         Do not fail on interpreter messages
10711
10712 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10713
10714         * backend/ev-document-misc.c:
10715         (ev_document_misc_get_thumbnail_frame):
10716
10717         Pages can be 0 x 0, dont assert on this case
10718
10719 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10720
10721         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10722         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10723
10724         Correctly manage our reference on document. Finally the reload
10725         huge leak is gone...
10726
10727 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10728
10729         * ps/ps-document.c: (ps_document_dispose):
10730
10731         Forgot to chain it to the parent. Thanks chpe.
10732
10733 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * ps/ps-document.c: (ps_document_dispose),
10736         (ps_document_class_init), (stop_interpreter), (document_load):
10737
10738         Cleanup dispose a bit. Dont leak the whole pixmap.
10739
10740 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10741
10742         * pdf/ev-poppler.cc:
10743
10744         Release the poppler document on dispose
10745
10746 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10747
10748         * shell/ev-view.c: (ev_view_set_document):
10749
10750         Release ref on the pixbuf cache when changing
10751         document.
10752
10753 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10754
10755         * ps/ps-document.c: (ps_document_get_info):
10756
10757         Fix a double free
10758
10759 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10760
10761         * backend/ev-page-cache.c: (ev_page_cache_init),
10762         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10763         * backend/ev-page-cache.h:
10764         * shell/ev-page-action.c: (page_changed_cb):
10765         
10766         Set page action entry width depending on labels width. Fix
10767         for bug 305202.
10768
10769 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10770
10771         * backend/ev-link.c: (ev_link_class_init):
10772
10773         Allow -1 as page value (error)
10774
10775 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10776
10777         * shell/ev-sidebar-thumbnails.c:
10778         (ev_sidebar_thumbnails_set_document):
10779         * shell/ev-view.c: (scroll_to_current_page),
10780         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10781         (page_changed_cb), (on_adjustment_value_changed),
10782         (ev_view_set_document):
10783
10784         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10785         Fix bug 305377
10786
10787 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10788
10789         * configure.ac:
10790         * djvu/djvu-document.c: (djvu_document_get_page_size):
10791
10792         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10793         bug 301993.
10794
10795 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10796
10797         * shell/ev-view.c (draw_one_page): modify the expose handling to
10798         get the shadows.
10799
10800         * shell/ev-window.c (update_action_sensitivity): Respect
10801         permissions field.  Kowtow to the man.
10802
10803         * pdf/ev-poppler.cc: Get the permissions field.
10804
10805         * tiff/*c: Make a tiny bit more robust.
10806
10807 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10808
10809         * djvu/djvu-document.c:
10810         
10811         Pop messages from djvu context message queue.
10812
10813 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10814
10815         * configure.ac, Makefile.am, shell/Makefile.am:
10816         * tiff/Makefile.am, shell/ev-document-types.c:
10817         
10818         Cleanup tiff configure checks. Fix for bug 305218.
10819
10820 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10821
10822         * configure.ac: Added "uk" to ALL_LINGUAS.
10823
10824 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10825
10826         * cut-n-paste/zoom-control/ephy-zoom.c:
10827         (ephy_zoom_get_changed_zoom_level):
10828         * cut-n-paste/zoom-control/ephy-zoom.h:
10829         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10830         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10831         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10832         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10833         (zoom_control_changed_cb), (ev_window_init):
10834         
10835         Fix minor points related to moving best fit up. Introduce
10836         "zoom" property and make zoom control change it's value on
10837         notify::zoom signals. Fix for 305080.
10838
10839 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10840
10841         * data/evince-ui.xml:
10842         * shell/ev-window.c: (set_view_actions_sensitivity):
10843         
10844         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10845
10846 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10847
10848         * configure.ac:
10849
10850         Depends on poppler 0.3.2
10851
10852 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10853
10854         * cut-n-paste/recent-files/egg-recent-item.c:
10855         (egg_recent_item_get_short_name):
10856         * cut-n-paste/toolbar-editor/Makefile.am:
10857         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10858         (new_pixbuf_from_widget):
10859         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10860         * cut-n-paste/toolbar-editor/egg-marshal.c:
10861         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10862         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10863
10864         Sync
10865
10866 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10867
10868         * tiff/tiff-document.c: Rough TIFF backend.
10869
10870 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10871
10872         * NEWS:
10873         * configure.ac:
10874         * cut-n-paste/toolbar-editor/Makefile.am:
10875
10876         Release 0.3.1
10877
10878 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10879
10880         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10881         (ev_view_find_next), (ev_view_find_previous):
10882
10883         Remove the locks around get_n_results   
10884
10885 2005-05-21  Juerg Billeter  <j@bitron.ch>
10886
10887         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10888
10889         Pass correct number of pages to poppler.
10890
10891 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10892
10893         * configure.ac:
10894         * data/Makefile.am:
10895         * data/evince.desktop.in: 
10896         * data/evince.desktop.in.in:
10897         * po/POTFILES.in:
10898         
10899         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10900
10901 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10902
10903         * shell/ev-view.c: (view_update_adjustments),
10904         (view_set_adjustment_values): cast adjustmen->value to (int)
10905         before using it.  Otherwise, we get off by a pixel in some
10906         situations.
10907
10908         (draw_one_page): Draw the border on expose.
10909
10910 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10911
10912         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10913         adjustment when the mode changes, #304923
10914
10915 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10916
10917         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10918         flickering on resize but still use gdk_window_scroll on
10919         scrolling
10920
10921 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10922
10923         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10924         option, #170458
10925
10926 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10927
10928         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10929         second page on page_changed if possible, #304669
10930
10931 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10932
10933         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10934         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10935
10936 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10937
10938         * .cvsignore:
10939         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10940         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10941         (ev_view_zoom_for_size_presentation),
10942         (ev_view_zoom_for_size_continuous_and_dual_page),
10943         (ev_view_zoom_for_size_continuous),
10944         (ev_view_zoom_for_size_dual_page),
10945         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10946         * shell/ev-view.h:
10947         * shell/ev-window.c: (update_view_size),
10948         (ev_window_sizing_mode_changed_cb):
10949
10950         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10951         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10952         an infinite loop, #304769
10953
10954
10955 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10956
10957         * data/evince-ui.xml:
10958         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10959         * shell/ev-window.c: (set_view_actions_sensitivity):
10960
10961         Make PgUp/Down behave like Space
10962
10963 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10964
10965         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10966         * backend/ev-ps-exporter.h:
10967         * pdf/ev-poppler.cc:
10968         * ps/ps-document.c: (ps_document_ps_export_begin):
10969         * shell/ev-print-job.c: (idle_print_handler):
10970
10971         Adapt to new poppler api
10972
10973 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10976         (ephy_zoom_control_init):
10977
10978         Translate zoom levels
10979
10980 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10981
10982         * cut-n-paste/zoom-control/ephy-zoom.c:
10983         (ephy_zoom_get_zoom_level_index):
10984
10985         Fix current zoom -> zoom control match
10986
10987 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10988
10989         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10990         rather than the scrolled_window that it's in. Fixes bug #304655.
10991
10992 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * shell/ev-view.c: (view_update_adjustments),
10995         (view_set_adjustment_values), (view_update_range_and_current_page),
10996         (view_scroll_to_page), (set_scroll_adjustment),
10997         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10998         (ev_view_scroll), (ev_view_scroll_view),
10999         (ensure_rectangle_is_visible), (find_page_at_location),
11000         (get_link_at_location), (go_to_link), (status_message_from_link),
11001         (ev_view_size_request_continuous_dual_page),
11002         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11003         (ev_view_unrealize), (ev_view_expose_event),
11004         (ev_view_button_press_event), (ev_view_motion_notify_event),
11005         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11006         (draw_rubberband), (highlight_find_results), (draw_one_page),
11007         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11008         (ev_view_init), (find_changed_cb), (page_changed_cb),
11009         (on_adjustment_value_changed), (ev_view_new),
11010         (ev_view_set_document), (ev_view_set_zoom),
11011         (ev_view_set_continuous), (ev_view_set_dual_page),
11012         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11013         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11014         (ev_view_zoom_for_size_presentation),
11015         (ev_view_zoom_for_size_continuous_dual_page),
11016         (ev_view_zoom_for_size_continuous),
11017         (ev_view_zoom_for_size_dual_page),
11018         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11019         (ev_view_get_status), (ev_view_set_status),
11020         (update_find_status_message), (ev_view_get_find_status),
11021         (ev_view_set_find_status), (jump_to_find_result),
11022         (jump_to_find_page), (compute_selections), (clear_selection),
11023         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11024         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11025         (ev_view_update_primary_selection),
11026         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11027         * shell/ev-view.h:
11028         * shell/ev-window.c: (ev_window_open_page_label),
11029         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11030         (ev_window_init):
11031         * shell/ev-window.h:
11032         * shell/main.c: (load_files):
11033
11034         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11035         when resizing.  Remove the bin_window().  Also, patch from James
11036         Bowes to fix command line page, #300641
11037         
11038 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11039
11040         * data/evince-ui.xml:
11041         * shell/ev-view.c:
11042         * shell/ev-view.h:
11043         * shell/ev-window.c: (update_action_sensitivity):
11044
11045         Get rid of View->Normal Size, it's just confusing
11046
11047 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11048
11049         * backend/ev-document-info.h:
11050         * backend/ev-document.c: (ev_document_info_free): Free the
11051         EvDocumentInfo.
11052
11053         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11054         (clear_range), (add_range), (update_visible_range),
11055         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11056         (ev_sidebar_thumbnails_set_document):
11057         * shell/ev-window.c: (ev_window_setup_document): Only render the
11058         visible thumbnails.  It takes an instant to render, but it uses
11059         much less memory.
11060
11061 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11062
11063         * shell/ev-sidebar-links.c: (popup_menu_cb):
11064
11065         Select first item
11066
11067 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11068
11069         * lib/Makefile.am:
11070         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11071         (button_press_cb), (ev_sidebar_links_construct):
11072
11073         Show the popup menu also on keybindings
11074
11075 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11076
11077         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11078         * shell/ev-window.h:
11079
11080         Expose api to print a range (with dialog). Make private _print use
11081         it.
11082
11083         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11084         (ev_sidebar_links_construct):
11085
11086         Show a print context menu on linkx, it prints the selected
11087         section.
11088
11089 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11090
11091         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11092         button.
11093
11094 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11095
11096         * AUTHORS:
11097
11098         Update
11099
11100         * shell/ev-window.c: (build_comments_string),
11101         (ev_window_cmd_help_about):
11102
11103         Show poppler version/backend and authors
11104
11105 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11106
11107         * cut-n-paste/zoom-control/ephy-zoom.c:
11108         (ephy_zoom_get_zoom_level_index):
11109         * cut-n-paste/zoom-control/ephy-zoom.h:
11110
11111         Move the best fit items at the top of the list
11112
11113 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11114
11115         * shell/ev-marshal.list:
11116         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11117         (activate_cb), (match_selected_cb), (activate_link_cb),
11118         (connect_proxy), (ev_page_action_class_init):
11119         * shell/ev-page-action.h:
11120
11121         Use signals to notify action activation. Hopefully
11122         I did not break completion since I cant test...
11123
11124         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11125         (register_custom_actions):
11126
11127         Connect to page selector actions and also grab focus on
11128         the view when activated.
11129
11130 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11131
11132         * pdf/ev-poppler.cc:
11133         * backend/ev-page-cache.c: make page size calculation consistent
11134         and set it to (int)( width * scale + 0.5).  This makes the weird
11135         line going through the middle of the page go away.
11136
11137         * shell/ev-view.c: move painting the background page after
11138         checking the expose area covers us.
11139
11140 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11141
11142         * data/evince-password.glade:
11143         
11144         Mark labels as not translatable. Fix for bug 302842.
11145
11146 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11147
11148         * configure.ac: Added "es" to ALL_LINGUAS.
11149
11150 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11151
11152         * data/evince-toolbar.xml:
11153         * shell/ev-window.c: (update_action_sensitivity),
11154         (ev_window_setup_document), (ev_window_set_page_mode),
11155         (ev_window_init):
11156
11157         Remove some leftover code from jrb first continous
11158         attempt. Use the new actions, we still need good icons
11159         though...
11160
11161 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11162
11163         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11164
11165         Update label when connecting proxy. Fix a warning with NULL
11166         page_cache.
11167
11168 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11169
11170         * data/evince-ui.xml:
11171         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11172         * shell/ev-page-action.h:
11173         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11174
11175         Add mnemonic for edit toolbar.
11176         ctrl+l focus the page entry.
11177
11178 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11179
11180         * lib/Makefile.am:
11181         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11182         (ev_window_init):
11183         * shell/main.c: (main):
11184
11185         Put the toolbar xml in evince own dot dir
11186
11187 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11188
11189         * shell/ev-window.c: (ev_window_init):
11190
11191         Make the toolbar not removable
11192
11193 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11194
11195         * data/evince-ui.xml:
11196         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11197         * shell/ev-sidebar-links.h:
11198         * shell/ev-sidebar-thumbnails.c:
11199         (ev_sidebar_thumbnails_get_treeview):
11200         * shell/ev-sidebar-thumbnails.h:
11201         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11202         (ev_view_class_init):
11203         * shell/ev-view.h:
11204         * shell/ev-window.c: (update_action_sensitivity),
11205         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11206         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11207         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11208         (ev_window_init):
11209
11210         This is evil... Make space/backspace global accelerators but
11211         enable them only for some widgets (sidebars and view).
11212         I dont like it, but I dont know a better way... :/
11213
11214 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11215
11216         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11217         (ev_page_action_widget_finalize),
11218         (ev_page_action_widget_class_init), (update_page_cache):
11219
11220         Keep a weak reference on proxy->page_cache so that we
11221         dont try to disconnect the signal if the object is already
11222         gone. Maybe there is a better way to cleanup reference handling
11223         in page action though...
11224
11225 2005-05-10  Juerg Billeter  <j@bitron.ch>
11226
11227         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11228         * backend/ev-ps-exporter.h:
11229         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11230         * ps/ps-document.c: (ps_document_ps_export_begin):
11231         
11232         Change api to pass print range to ps_exporter_begin. The pdf backend
11233         requires this information.
11234         
11235         * shell/ev-print-job.c: (idle_print_handler):
11236         
11237         Adapt to api change
11238
11239 2005-05-10  Juerg Billeter  <j@bitron.ch>
11240
11241         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11242         (idle_print_handler)
11243         * shell/ev-window.c: (ev_window_print):
11244
11245         Support printing page range, based on patch by Amaury Jacquot
11246
11247 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11248
11249         * data/evince-toolbar.xml:
11250
11251         Add zoom control to available items
11252
11253 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11254
11255         * shell/ev-window.c: (update_action_sensitivity):
11256
11257         Set slash action insensitive when appropriate
11258
11259 2005-05-10  Christian Persch <chpe@gnome.org>
11260
11261         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11262
11263         Fix warning on the overflow menu
11264
11265 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11266
11267         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11268
11269         Check for uri correctness/existence
11270
11271 2005-05-09  Juerg Billeter  <j@bitron.ch>
11272
11273         * shell/ev-window.c: (using_postscript_printer):
11274
11275         LPD printers use postscript, too
11276
11277 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11278
11279         * shell/ev-window.c: (register_custom_actions):
11280
11281         The zoom one is actually sort of useful,
11282         put it back
11283
11284 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11285
11286         * shell/ev-window.c: (register_custom_actions):
11287
11288         Hide page/zoom controls from overflow, they
11289         are useless.
11290
11291 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11292
11293         * cut-n-paste/update-from-egg.sh:
11294         
11295         Share it between all cut-n-paste subdirs
11296
11297         * cut-n-paste/recent-files/Makefile.am:
11298
11299         Fix to use "global" update-from-egg.sh
11300
11301         * cut-n-paste/recent-files/egg-recent-model.c:
11302         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11303         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11304         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11305         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11306
11307         Update from libegg
11308
11309         * cut-n-paste/toolbar-editor/Makefile.am:
11310
11311         Fix to use "global" update-from-egg.sh
11312
11313         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11314
11315         Update from libegg
11316
11317 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11318
11319         * configure.ac:
11320         * cut-n-paste/Makefile.am:
11321         * cut-n-paste/recent-files/Makefile.am:
11322         * cut-n-paste/toolbar-editor/.cvsignore:
11323         * cut-n-paste/toolbar-editor/Makefile.am:
11324         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11325         (egg_editable_toolbar_get_type), (get_toolbar_position),
11326         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11327         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11328         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11329         (set_item_drag_source), (create_item_from_action), (create_item),
11330         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11331         (popup_toolbar_context_menu_cb), (free_dragged_item),
11332         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11333         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11334         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11335         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11336         (item_added_cb), (item_removed_cb),
11337         (egg_editable_toolbar_construct),
11338         (egg_editable_toolbar_disconnect_model),
11339         (egg_editable_toolbar_deconstruct),
11340         (egg_editable_toolbar_set_model),
11341         (egg_editable_toolbar_set_ui_manager),
11342         (egg_editable_toolbar_set_property),
11343         (egg_editable_toolbar_get_property),
11344         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11345         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11346         (egg_editable_toolbar_new_with_model),
11347         (egg_editable_toolbar_get_edit_mode),
11348         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11349         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11350         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11351         (new_pixbuf_from_widget), (new_separator_pixbuf),
11352         (update_separator_image), (style_set_cb),
11353         (_egg_editable_toolbar_new_separator_image),
11354         (egg_editable_toolbar_get_model):
11355         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11356         * cut-n-paste/toolbar-editor/egg-marshal.c:
11357         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11358         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11359         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11360         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11361         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11362         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11363         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11364         (editor_drag_data_delete_cb), (drag_data_get_cb),
11365         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11366         (editor_create_item), (update_editor_sheet), (setup_editor),
11367         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11368         (parse_item_list), (model_has_action), (update_actions_list),
11369         (egg_toolbar_editor_load_actions):
11370         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11371         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11372         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11373         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11374         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11375         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11376         (egg_toolbars_model_add_separator), (impl_add_item),
11377         (parse_item_list), (egg_toolbars_model_add_toolbar),
11378         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11379         (impl_get_item_data), (impl_get_item_type),
11380         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11381         (egg_toolbars_model_init), (free_toolbar),
11382         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11383         (egg_toolbars_model_remove_toolbar),
11384         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11385         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11386         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11387         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11388         (egg_toolbars_model_get_item_data),
11389         (egg_toolbars_model_get_item_type):
11390         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11391         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11392         * data/Makefile.am:
11393         * data/evince-toolbar.xml:
11394         * data/evince-ui.xml:
11395         * data/hand-open.png:
11396         * po/POTFILES.in:
11397         * shell/Makefile.am:
11398         * shell/ev-window.c: (update_chrome_visibility),
11399         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11400         (ev_window_dispose), (ev_window_init):
11401
11402         Implement epiphany like toolbar editor. Based on patch by
11403         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11404
11405 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11406
11407         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11408
11409         Use set_cursor instead of set_selection, so that
11410         the keyboard focus moves too.
11411
11412 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11413
11414         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11415
11416         Fix infinite loop when loading Type1 fonts
11417
11418 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11419
11420         * data/evince-ui.xml:
11421         * shell/ev-window.c:
11422
11423         Slash -> Find
11424
11425 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11426
11427         * configure.ac:
11428
11429         Make --disable really disable
11430
11431 2005-05-07  Juerg Billeter  <j@bitron.ch>
11432
11433         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11434
11435         Compare page labels even without has_labels set, fixes setting page
11436         with entry
11437
11438 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11439
11440         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11441         (ev_view_set_cursor), (ev_view_button_press_event),
11442         (ev_view_motion_notify_event), (ev_view_button_release_event),
11443         (ev_view_init):
11444
11445         Implement middle button scrolling. Based on a patch
11446         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11447
11448 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11449
11450         * shell/ev-document-types.c: (get_slow_mime_type),
11451         (get_document_type_from_mime), (ev_document_type_lookup):
11452         * shell/ev-document-types.h:
11453
11454         Change api to lookup from uri. Do fast lookup first, if the
11455         type is unknown try with data sniffing.
11456
11457         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11458         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11459
11460         Adapt to api change
11461
11462 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11463
11464         * thumbnailer/Makefile.am:
11465
11466         Fix distcheck
11467
11468 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11469
11470         * NEWS:
11471         * configure.ac:
11472
11473         Release 0.3.0
11474
11475         * data/evince-ui.xml:
11476
11477         Hide presentation mode for now
11478
11479         * shell/ev-view.c: (highlight_find_results):
11480
11481         Show current find selection only on current page
11482
11483 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11484
11485         * shell/ev-view.c: (ev_view_select_all):
11486
11487         Compute size of the actual page, not of
11488         the current one.
11489
11490 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11491
11492         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11493         (view_rect_to_doc_rect), (compute_selections),
11494         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11495         (ev_view_copy), (ev_view_primary_get_cb),
11496         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11497         (ev_view_button_press_event), (ev_view_motion_notify_event),
11498         (ev_view_button_release_event), (page_changed_cb):
11499
11500         Fix text selection
11501
11502 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11503
11504         * shell/ev-view.c: (compute_border), (get_page_extents),
11505         (doc_rect_to_view_rect), (highlight_find_results),
11506         (ev_view_bin_expose), (ev_view_select_all),
11507         (ev_view_motion_notify_event), (update_find_status_message),
11508         (jump_to_find_result), (jump_to_find_page):
11509
11510         First go at fixing search, still buggy
11511
11512 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11513
11514         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11515         dropdown box and button at the top of the sidebar.
11516
11517 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11518
11519         * configure.ac: Output zoom-control Makefile.
11520         * cut-n-paste/Makefile.am: build zoom-control subdir.
11521         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11522         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11523         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11524         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11525         * cut-n-paste/zoom-control/ephy-zoom.c:
11526         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11527         from epiphany, and modified to add a separator into the menu.
11528         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11529         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11530         zoom-control action.
11531         * shell/Makefile.am: Include zoom-control flags.
11532         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11533         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11534         (ev_view_zoom_for_size_presentation),
11535         (ev_view_zoom_for_size_continuous_and_dual_page),
11536         (ev_view_zoom_for_size_continuous),
11537         (ev_view_zoom_for_size_dual_page),
11538         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11539         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11540         ev_view_get_zoom and ev_view_get_sizing_mode.
11541         * shell/ev-view.h:
11542         * shell/ev-window.c: (update_action_sensitivity),
11543         (update_sizing_buttons), (zoom_control_changed_cb),
11544         (register_custom_actions): Initialize and use the zoom-control 
11545         widget.
11546
11547 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11548
11549         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11550         preview cache back to 1.  Don't know when it got set to 0.
11551         
11552         * shell/ev-view.c: (compute_border), (ev_view_realize),
11553         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11554         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11555         (ev_view_get_fullscreen), (ev_view_set_presentation),
11556         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11557         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11558         * shell/ev-view.h:
11559         * shell/ev-window.c:
11560         (update_chrome_visibility),
11561         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11562         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11563         (update_document_mode), (ev_window_update_fullscreen_action),
11564         (ev_window_fullscreen), (ev_window_unfullscreen),
11565         (ev_window_cmd_view_fullscreen),
11566         (ev_window_update_presentation_action),
11567         (ev_window_run_presentation), (ev_window_stop_presentation),
11568         (ev_window_cmd_view_presentation), (ev_window_state_event),
11569         (ev_window_focus_in_event), (ev_window_focus_out_event),
11570         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11571         * data/evince-ui.xml: Initial presentation mode.  We should
11572         probably hide this until it's done, as it's quite rough.  Also,
11573         change full-screen to fullscreen and add two getters to EvView.
11574
11575 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11576
11577         * shell/ev-page-action.c: (update_page_cache),
11578         (ev_page_action_dispose):
11579         * shell/ev-window.c: (destroy_fullscreen_popup),
11580         (ev_window_create_fullscreen_popup):
11581
11582         Use connect_object rather than explicitly
11583         disconnect on dispose.
11584
11585 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11586
11587         * shell/ev-page-action.c: (update_page_cache),
11588         (ev_page_action_dispose):
11589
11590 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11591
11592         * backend/ev-page-cache.c: (_ev_page_cache_new),
11593         (ev_page_cache_set_page_label),
11594         (ev_page_cache_has_nonnumeric_page_labels):
11595         * backend/ev-page-cache.h:
11596         * shell/ev-page-action.c: (update_pages_label):
11597         
11598         If all page labels are numeric, fallback to default
11599         way to display number of pages. See bug 173185.
11600
11601 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11602
11603         * shell/ev-page-action.c: (ev_page_action_dispose):
11604         * shell/ev-view.c: (view_update_range_and_current_page):
11605         * shell/ev-window.c: (ev_window_dispose):
11606         
11607         Set page on scroll in continuous mode. Fixes bug 301986.
11608         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11609
11610 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11611
11612         * configure.ac:
11613
11614         Require poppler 0.3.0
11615
11616 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11617         
11618         * shell/Makefile.am, configure.ac: Fix build problems
11619         with t1lib. Bug 301996.
11620
11621 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11622
11623         * shell/ev-view.c: (ev_view_scroll_event):
11624         
11625         Scroll up increase zoom
11626
11627 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11628
11629         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11630         (ev_view_set_sizing_mode),
11631         (ev_view_zoom_for_size_continuous_and_dual_page),
11632         (ev_view_zoom_for_size_continuous):
11633         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11634         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11635         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11636         (ev_window_init):
11637
11638         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11639         Fix for 165473 and 165472.
11640
11641 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11642
11643         * po/POTFILES.in:
11644         * thumbnailer/Makefile.am:
11645         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11646         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11647         * thumbnailer/evince-thumbnailer.schemas.in:
11648         
11649         Make thumbnailer schemas translatable. Fix for bug 301773
11650         
11651         * thumbnailer/evince-thumbnailer-djvu.schemas:
11652         * thumbnailer/evince-thumbnailer-dvi.schemas:
11653         * thumbnailer/evince-thumbnailer.schemas:
11654
11655         Removed files
11656
11657 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11658
11659         * shell/ev-view.c (ev_view_init): forgot to set this.
11660
11661 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11662
11663         * shell/ev-view.c: (find_page_at_location),
11664         (get_link_at_location),
11665         (ev_view_set_show_border), (ev_view_set_spacing),
11666         (ev_view_zoom_for_size_continuous_and_dual_page),
11667         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11668         Also, add a quick fix measuring of widths.  Also, removed
11669         ev_view_set_spacing and ev_view_set_show_border.
11670         
11671         * shell/ev-window.c: (ev_window_unfullscreen),
11672         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11673
11674 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11675
11676         * shell/ev-view.c: (view_update_range_and_current_page),
11677         (page_changed_cb):
11678         
11679         Fix crash on exit and scrolling to page in continuous view.
11680
11681 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11682
11683         * TODO:
11684         * backend/ev-page-cache.c: (_ev_page_cache_new),
11685         (ev_page_cache_get_max_width_size),
11686         (ev_page_cache_get_max_height_size):
11687         * backend/ev-page-cache.h:
11688         * data/evince-ui.xml:
11689         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11690         * shell/ev-view.c: (view_update_adjustments),
11691         (view_update_range_and_current_page), (get_bounding_box_size),
11692         (ev_view_size_request_continuous_and_dual_page),
11693         (ev_view_size_request_continuous),
11694         (ev_view_size_request_dual_page),
11695         (ev_view_size_request_single_page), (ev_view_size_request),
11696         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11697         (ev_view_bin_expose), (ev_view_expose_event),
11698         (ev_view_set_property), (ev_view_get_property),
11699         (ev_view_class_init), (ev_view_init), (ev_view_new),
11700         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11701         (ev_view_set_dual_page), (ev_view_set_full_screen),
11702         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11703         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11704         (ev_view_zoom_out), (zoom_for_size_fit_width),
11705         (zoom_for_size_best_fit),
11706         (ev_view_zoom_for_size_continuous_and_dual_page),
11707         (ev_view_zoom_for_size_continuous),
11708         (ev_view_zoom_for_size_dual_page),
11709         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11710         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11711         * shell/ev-view.h:
11712         * shell/ev-window.c: (update_action_sensitivity),
11713         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11714         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11715         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11716         (ev_window_cmd_view_zoom_out), (update_view_size),
11717         (ev_window_set_sizing_mode), (ev_window_init):
11718
11719         Add Continuous and Dual page modes.
11720
11721 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11722
11723         * dvi/dvi-document.c: (dvi_document_load),
11724         (dvi_document_thumbnails_get_thumbnail),
11725         (dvi_document_init_params): Fix up some mixups between
11726         width and height to correct thumbnail rendering.
11727
11728 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11729
11730         * dvi/mdvi-lib/private.h:
11731         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11732         
11733         Suppess output for kpathsea during font generation. Thanks to
11734         James Bowes
11735
11736 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * NEWS:
11739         * configure.ac:
11740
11741         Release 0.2.1
11742
11743         * Makefile.am: fix distcheck.
11744
11745 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11746
11747         * shell/ev-sidebar-links.c: (selection_changed_callback),
11748         (update_page_callback), (row_activated_callback),
11749         (job_finished_callback), (ev_sidebar_links_set_document):
11750         
11751         Fix for bug #169901. Double click on links expands tree.
11752
11753 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11754
11755         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11756         hard-coded style. Fix for bug 170111
11757
11758 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11759
11760         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11761         locking.
11762
11763 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11764
11765         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11766
11767 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11768
11769         * pdf/ev-poppler.cc:
11770         * shell/ev-view.c: (highlight_find_results):
11771
11772         Fix find on single page documents
11773
11774 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11775
11776         * data/evince.schemas.in: fix for bug 301390
11777
11778 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11779
11780         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11781         (ev_view_zoom_out), (ev_view_zoom_normal):
11782         * shell/ev-view.h:
11783         * shell/ev-window.c: (update_action_sensitivity),
11784         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11785         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11786         (ev_window_cmd_view_normal_size):
11787
11788         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11789         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11790         better than oom. 
11791
11792 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11793
11794         * configure.ac:
11795
11796         Depend on 2.57, 2.59 doesnt seem to be necessary
11797
11798 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11799
11800         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11801         (create_tool_item):
11802
11803         Put back total number of pages as (1 of 1234)
11804
11805 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11806
11807         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11808         remove the job.
11809
11810         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11811         function.  This helps debugging.
11812
11813 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11814
11815         * djvu/djvu-document.c: (djvu_document_class_init),
11816         (djvu_document_get_info), (djvu_document_document_iface_init):
11817         * dvi/dvi-document.c: (dvi_document_class_init),
11818         (dvi_document_get_info), (dvi_document_document_iface_init):
11819
11820         Dummy implementation of get_info method for dvi and
11821         djvu. Fix crashes with those backends
11822
11823 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11824
11825         * data/evince.desktop.in:
11826
11827         Add application/x-gzpostscript
11828
11829 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11830
11831         * data/evince.schemas.in: Added real long descriptions, 
11832         closes bug 172496 
11833
11834         * README: Added actual text, closes bug 171869
11835
11836 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11837
11838         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11839
11840         Thumbnail page 0
11841
11842 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11843
11844         * backend/ev-document-info.h:
11845
11846         s/GDate */GDate so we can just use g_free
11847
11848 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11849
11850         * shell/ev-window.c: (update_document_mode),
11851         (ev_window_setup_document):
11852
11853         Show the window in fullscreen when specified by
11854         the document
11855
11856 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11857
11858         * backend/ev-document.c: (ev_document_class_init),
11859         (ev_document_get_info), (ev_document_render_pixbuf):
11860         * backend/ev-document.h:
11861         * backend/ev-page-cache.c: (_ev_page_cache_new):
11862         * pdf/ev-poppler.cc:
11863         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11864         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11865         * ps/ps-document.c: (ps_document_class_init), (document_load),
11866         (ps_document_get_info), (ps_document_document_iface_init):
11867
11868         Remove get_title from the interface, we can just use document info
11869
11870 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11871
11872         * backend/Makefile.am:
11873         * backend/ev-document.c: (ev_document_render_get_info):
11874         * backend/ev-document.h:
11875         * pdf/ev-poppler.cc:
11876
11877         Initial support for document info. Based on jrb patch.
11878
11879 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11880
11881         * shell/ev-window.c: (ev_window_state_event),
11882         (ev_window_class_init), (ev_window_init):
11883         
11884         Doesn't show resize grip when maximized. See bug #301053
11885
11886 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11887
11888         * po/POTFILES.in:
11889         
11890         ev-sidebar-thumbnails now has translatable labels
11891         
11892         * shell/Makefile.am:
11893         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11894         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11895         (ev_sidebar_links_page_iface_init):
11896         * shell/ev-sidebar-links.h:
11897         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11898         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11899         (ev_sidebar_page_get_label):
11900         * shell/ev-sidebar-page.h:
11901         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11902         (ev_sidebar_thumbnails_set_document),
11903         (ev_sidebar_thumbnails_support_document),
11904         (ev_sidebar_thumbnails_get_label),
11905         (ev_sidebar_thumbnails_page_iface_init):
11906         * shell/ev-sidebar-thumbnails.h:
11907         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11908         (ev_sidebar_set_document):
11909         * shell/ev-sidebar.h:
11910         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11911         
11912         Small rework of sidebar code. Now sidebar pages should implement
11913         EvSidebarPage interface. That makes page management in EvSidebar
11914         easier. See bug #164811 for details
11915
11916 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11917
11918         * shell/ev-application.c: (ev_application_open):
11919         * shell/ev-document-types.c:
11920         
11921         Fix build error and small problem with application exit
11922
11923 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11924
11925         * thumbnailer/Makefile.am:
11926         * thumbnailer/evince-thumbnailer-djvu.schemas:
11927         * thumbnailer/evince-thumbnailer-dvi.schemas:
11928         
11929         Conditionally install schemas for djvu/dvi thumbnailer
11930
11931 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11932
11933         * shell/ev-document-types.h: 
11934         * shell/ev-document-types.c: 
11935         New files, handling the mapping from mimetypes to backends
11936         
11937         * shell/ev-window.c: 
11938         * thumbnailer/evince-thumbnailer.c:     
11939         Use the ev-document-types code
11940         
11941         * shell/Makefile.am: 
11942         Added new convenience library libevbackendfactory_la, containing
11943         the new mimetype->backend logic; moved the backends into it.
11944
11945         * thumbnailer/Makefile.am:
11946         Make the thumbnailer link with the libevbackend.la convenience
11947         library, rather than having a duplicate of the backend logic here.
11948
11949 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11950
11951         * shell/ev-stock-icons.c: constify some vars.
11952         * shell/ev-window.c: ditto.
11953
11954 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11955
11956         * ps/ps-document.c (get_page_orientation):
11957
11958         Respect document orientation 
11959
11960 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11961
11962         * djvu/Makefile.am:
11963         * dvi/Makefile.am:
11964         * shell/Makefile.am:
11965         
11966         Move library dependencies to components.
11967         
11968         * shell/ev-window.c: (update_window_title),
11969         (start_loading_document):
11970         
11971         Fix display of uris with spaces. Bug 168358.
11972
11973 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11974
11975         * shell/ev-sidebar-links.c: (selection_changed_cb):
11976         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11977         (ev_view_button_release_event), (ev_view_set_document):
11978         * shell/ev-view.h:
11979         * shell/ev-window.c: (find_bar_search_changed_cb):
11980         * shell/ev-window.h: Minor cleanups removing some dead code.
11981
11982 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11983
11984         * backend/ev-page-cache.c: (_ev_page_cache_new):
11985         
11986         Set current page to 0 if document has pages.
11987
11988 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11989
11990         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11991
11992         Initialize GError to NULL, fix a crash when loading fails.
11993
11994 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11995
11996         * shell/ev-window.c: (update_view_size):
11997
11998         Calculate shadow size only when there is actually
11999         a shadow.
12000
12001 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12002
12003         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12004         * shell/ev-view.h:
12005
12006         Allow setting view spacing, default to 0
12007
12008         * shell/ev-window.c: (ev_window_unfullscreen),
12009         (ev_window_cmd_view_fullscreen), (ev_window_init):
12010
12011         Remove spacing in fullscreen mode
12012
12013 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12014
12015         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12016         (ev_view_size_request), (expose_bin_window),
12017         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12018         * shell/ev-view.h:
12019         * shell/ev-window.c: (ev_window_unfullscreen),
12020         (ev_window_cmd_view_fullscreen):
12021
12022         Do not draw the border in fulscreen
12023
12024 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12025
12026         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12027         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12028         (find_page_at_location), (page_changed_cb):
12029
12030         Rework border calculation, so that I can more easily disable it.
12031         Code somewhat cleaner too.
12032
12033 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12034
12035         * backend/ev-page-cache.c: (ev_page_cache_init),
12036         (_ev_page_cache_new):
12037
12038         Remove some assertions, documents can have 0 pages.
12039         Make initial current page -1.
12040
12041         * shell/ev-page-action.c: (page_changed_cb):
12042
12043         Show "" if current page is -1
12044
12045         * shell/ev-window.c: (update_action_sensitivity),
12046         (ev_window_setup_document):
12047
12048         When document has 0 pages do not set the view
12049         and make nearly everything insensitive.
12050
12051 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12052
12053         * shell/ev-page-view.c:
12054         * shell/ev-page-view.h:
12055
12056         Remove unused files.
12057         
12058         * shell/ev-sidebar-thumbnails.c:
12059         (ev_sidebar_thumbnails_set_document):
12060         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12061         (ev_sidebar_supports_document):
12062         * shell/ev-sidebar.h:
12063         * shell/ev-window.c: (ev_window_setup_document):
12064         
12065         Doesn't show thumbnails if document has 1 page. Make
12066         sidebar menu entries sensitive only if if they have 
12067         sense. Fix bug 164811. 
12068
12069 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12070
12071         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12072         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12073         (ev_view_zoom_out), (ev_view_set_size):
12074
12075         Rework sizing to deal with documents with not uniform page
12076         size.
12077
12078 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12079
12080         * backend/ev-page-cache.c: (_ev_page_cache_new):
12081
12082         Fix several page size caching bugs
12083
12084 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12085
12086         * shell/ev-window.c: (set_action_properties):
12087
12088         Make all toolbar items translatable
12089
12090 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12091
12092         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12093         (save_page_list), (ps_document_save),
12094         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12095         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12096         (ps_document_ps_exporter_iface_init):
12097         * ps/ps-document.h:
12098
12099         Based on a patch by J�rg Billeter <j@bitron.ch>
12100         
12101         Implement print and save a copy for the ps backend.
12102
12103 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12104
12105         * backend/ev-document.h:
12106         * djvu/djvu-document.c: (djvu_document_can_get_text),
12107         (djvu_document_document_iface_init):
12108         * dvi/dvi-document.c: (dvi_document_can_get_text),
12109         (dvi_document_document_iface_init):
12110         * pdf/ev-poppler.cc:
12111         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12112         (pixbuf_document_document_iface_init):
12113         * ps/ps-document.c: (ps_document_can_get_text),
12114         (ps_document_document_iface_init):
12115         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12116         * shell/ev-window.c: (update_action_sensitivity):
12117
12118         Fix the crash when trying to copy in backends that doesnt
12119         support it. We can implement a better solution once we
12120         do real text selection.
12121
12122 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12123
12124         * data/evince-ui.xml:
12125         * shell/ev-window.c: (ev_window_cmd_escape):
12126         
12127         Work around the Escape conflict (find bar and unfullscreen)
12128
12129 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12130
12131         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12132         
12133         Fix for #300233. Next page correctly handles document end.
12134         
12135         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12136         (ev_sidebar_thumbnails_class_init),
12137         (ev_sidebar_thumbnails_set_document),
12138         (ev_sidebar_thumbnails_clear_job),
12139         (ev_sidebar_thumbnails_clear_model):
12140         
12141         Cleanup thumbnail jobs on document changes.
12142         
12143         * shell/ev-view.c: (add_scroll_binding_keypad),
12144         (add_scroll_binding_shifted), (ev_view_class_init):
12145         
12146         Shift + Space scrolls up. Fix for #173184
12147         
12148         * shell/ev-window.c: (ev_window_open_page),
12149         (ev_window_cmd_view_reload):
12150         
12151         Fix reload (Bug #300094)
12152
12153 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12154
12155         
12156         * dvi/mdvi-lib/assoc.c:
12157         * dvi/mdvi-lib/assoc.h: Removed garbage files
12158         
12159         * dvi/mdvi-lib/bitmap.c:
12160         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12161         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12162         * dvi/mdvi-lib/color.h: Antialias of rules
12163         
12164         * dvi/mdvi-lib/common.h:
12165         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12166         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12167         * dvi/mdvi-lib/files.c:
12168         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12169         * dvi/mdvi-lib/mdvi.h:
12170         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12171         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12172         * dvi/mdvi-lib/util.c: Fix compile warnings
12173         
12174         * dvi/dvi-document.c:
12175         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12176         (dvi_document_thumbnails_get_thumbnail),
12177         (dvi_document_document_thumbnails_iface_init):
12178         * dvi/mdvi-lib/Makefile.am:
12179         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12180         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12181         
12182         Dvi backend now renders thumbnails
12183
12184 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12185
12186         * shell/main.c: (main): 
12187         
12188         Save accelerators on exit. Fixes bug #172095.
12189
12190 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12191
12192         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12193         update priority" comment.
12194
12195         * backend/ev-job-queue.c: Give a way to change priority.
12196
12197 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12198
12199         * shell/ev-page-action.c: Fix logic.
12200
12201 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12202
12203         * shell/ev-view.c: (ev_view_can_find_next):
12204         * shell/ev-window.c: (ev_window_setup_document):
12205
12206         Check that the document supports find
12207
12208 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12209
12210         * data/evince-ui.xml:
12211         * shell/ev-view.c: (ev_view_can_find_next):
12212         * shell/ev-view.h:
12213         * shell/ev-window.c: (update_action_sensitivity),
12214         (find_changed_cb), (ev_window_setup_document),
12215         (ev_window_cmd_edit_find_next):
12216
12217         Add Edit->Find Next
12218
12219 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12220
12221         * pdf/ev-poppler.cc:
12222         * shell/ev-print-job.c: (idle_print_handler):
12223
12224         Make printing work again
12225
12226 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12227
12228         * shell/ev-page-action.h:
12229         * shell/ev-page-action.c: (ev_page_action_widget_init),
12230         (ev_page_action_widget_class_init), (page_changed_cb),
12231         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12232         (get_filter_model_from_model), (match_selected_cb),
12233         (display_completion_text), (match_completion), (update_model),
12234         (connect_proxy), (ev_page_action_set_property),
12235         (ev_page_action_get_property), (ev_page_action_set_document),
12236         (ev_page_action_set_model), (ev_page_action_class_init): Big
12237         reworking to make completions work iff we have >= GTK-2.7.0
12238                 
12239         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12240         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12241         (job_finished_cb): We now have a 'model' property that is set when
12242         the links are loaded.  This can be caught with "notify::model"
12243
12244         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12245         listen for the model to be set, and propagate it to the action.
12246
12247 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12248
12249         * cut-n-paste/recent-files/egg-recent-item.c:
12250         (egg_recent_item_set_uri), (make_valid_utf8),
12251         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12252         * cut-n-paste/recent-files/egg-recent-item.h:
12253         
12254         Update egg-recent from libegg. This should fix long
12255         startup problem. For details see
12256         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12257
12258 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12259
12260         * cut-n-paste/recent-files/Makefile.am:
12261         * data/evince-ui.xml, shell/Makefile.am:
12262         * shell/ev-application.c, shell/ev-application.h:
12263         * shell/ev-window.c: Recent files support.
12264         
12265         * configure.ac: Added "ru" to ALL_LINGUAS.
12266         
12267         * dvju: new backend to support DJVU files.
12268         * dvi: new backend to support DVI.
12269
12270         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12271         * ev-application.c: Support for new backends.
12272         
12273         * help, ev-window.c, main.c shell/Makefile.am: 
12274         Evince user documentation.
12275
12276 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12277
12278         * po/POTFILES.in:
12279         * shell/ev-window.c:
12280         * thumbnailer/evince-thumbnailer.c:
12281
12282         s/pdf-document/ev-poppler
12283
12284 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12285
12286         * NEWS:
12287         * configure.ac:
12288
12289         Release 0.2.0
12290
12291         * ps/ps-document.c: (setup_pixmap):
12292
12293         Remove debug code
12294
12295 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12296
12297         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12298         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12299         (ev_window_cmd_go_first_page): Fix of by one errors.
12300
12301 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12302
12303         * ps/ps-document.c: (get_page_box):
12304
12305         Fix page size calculation
12306
12307 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12308
12309         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12310         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12311         (get_page_orientation), (setup_page), (document_load),
12312         (ps_document_get_page_size), (render_pixbuf_idle):
12313         * ps/ps-document.h:
12314
12315         More refactoring to adapt to EvDocument changes
12316
12317 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12318
12319         * ps/ps-document.c: (start_interpreter):
12320
12321         Actually add alpha args
12322
12323 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12324
12325         * pdf/ev-poppler.cc:
12326
12327         Make clipboard work again
12328
12329 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12330
12331         Make searching work again.
12332         
12333         * backend/ev-document.c:
12334         * backend/ev-document.h:
12335         * backend/ev-document-find.c:
12336         * backend/ev-document-find.h: Change EvDocumentIface so we no
12337         longer store the current page or zoom level in the document.  The
12338         consequence is that all calls that operate on the current page now
12339         instead take the page number as an extra argument, and all
12340         coordinates are now doubles in document coordinate system.
12341
12342         * pdf/ev-poppler.cc:
12343         * pixbuf/pixbuf-document.c:
12344         * ps/ps-document.c: Update backends accordingly.
12345
12346 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12347
12348         * autogen.sh:
12349
12350         Add required gettext version
12351
12352 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12353
12354         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12355         make F1 bring up non-existent help.
12356
12357         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12358         epiphany's find bar, #167477
12359
12360         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12361         <emil@nishra.com> to add space-bar scrolling, 
12362
12363         * shell/ev-window.c (static GtkActionEntry entries): add default
12364         keybinding for Help (F1)
12365         Fixes #171068
12366
12367         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12368         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12369         170110
12370
12371 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12372
12373         * Makefile.am: 
12374         * pixbuf/pixbuf-document.c: 
12375
12376         Got pixbuf backend working again
12377
12378 2005-04-01  Steve Murphy  <murf@e-tools.com>
12379
12380         * configure.in: Added "rw" to ALL_LINGUAS.
12381
12382 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12383
12384         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12385         model types, noticed by Martin Kretzschmar.
12386
12387 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12388
12389         * pdf/ev-poppler.cc: Implement search based on
12390         poppler_page_find_text().  Currently a bit crude since we remember
12391         all matches from all pages.  Also, we grab the big document lock
12392         when we search since searching changes the underlying stream and
12393         thus conflicts with the rendering thread.
12394         
12395         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12396         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12397         (ev_view_find_previous): Fix some page indexes to be 0 based,
12398         offset rubber band by view offset,
12399
12400 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12401
12402         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12403
12404 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12405
12406         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12407         completely because I didn't understand GtkActions.  I should
12408         read Marco's code more carefully in the future.
12409
12410         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12411         function
12412
12413 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12414
12415         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12416         PopplerRectangle change from poppler CVS.
12417
12418 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12419
12420         * backend/ev-document.c: (ev_document_get_page_label):
12421         * backend/ev-document.h:
12422         * backend/ev-page-cache.c: (_ev_page_cache_new),
12423         (ev_page_cache_get_page_label):
12424         * backend/ev-page-cache.h:
12425         * pdf/ev-poppler.cc:
12426         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12427         (links_page_num_func):
12428         * shell/ev-sidebar-thumbnails.c:
12429         (ev_sidebar_thumbnails_set_document):
12430         * shell/ev-view.c: (status_message_from_link),
12431         (ev_view_motion_notify_event):
12432         * shell/ev-window.c: (document_supports_sidebar): Add in page
12433         label support.  It's not perfect yet, but it's the first 'feature'
12434         in a while.
12435         Also, fix a bogus comment noticed by crispin. 
12436
12437 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12438
12439         * Makefile.am: Remove pixbuf backend for now
12440
12441         * configure.ac: Require poppler-glib instead of just poppler.
12442
12443         * backend/ev-document-thumbnails.h: Add a comment
12444
12445         * backend/ev-document.h:
12446         * backend/ev-document.c: (ev_document_class_init),
12447         (ev_document_load), (ev_document_get_link),
12448         (ev_document_get_links): Remove 3 methods and add get_links.
12449         Also, made 0 based.
12450
12451         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12452         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12453
12454         * backend/ev-link.c: (ev_link_set_title),
12455         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12456         (ev_link_mapping_find):
12457         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12458         
12459         * backend/ev-page-cache.c: (ev_page_cache_init),
12460         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12461         (ev_page_cache_get_size), (ev_page_cache_next_page),
12462         (ev_page_cache_prev_page): Fix to be 0 based.
12463
12464         * pdf/Makefile.am: 
12465         * pdf/ev-poppler.h:
12466         * pdf/ev-poppler.cc: New backend.
12467         
12468         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12469         (ps_document_get_page), (ps_document_document_iface_init):
12470
12471         * shell/ev-pixbuf-cache.h:
12472         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12473         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12474         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12475         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12476         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12477         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12478         based.
12479         
12480         * shell/ev-sidebar-thumbnails.c:
12481         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12482         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12483
12484         * shell/ev-view.c: (status_message_from_link),
12485         (find_page_at_location), (get_link_at_location),
12486         (ev_view_motion_notify_event), (ev_view_button_release_event),
12487         (ev_view_init): Use the new link code.  Fix to be 0 based.
12488
12489         * shell/ev-window.c: (update_action_sensitivity),
12490         (document_supports_sidebar): 0 based.
12491
12492 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12493
12494         * pdf/pdf-document.cc: Patch from Fernando Herrera
12495         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12496         *blush*
12497
12498 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12499
12500         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12501         1 to the page, as this seems to be 1 based.  I thought we has this
12502         fixed.  grump.
12503
12504 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12505
12506         * TODO:
12507         * backend/Makefile.am:
12508         * backend/ev-document-links.c:
12509         (ev_document_links_has_document_links),
12510         (ev_document_links_get_links_model):
12511         * backend/ev-document-links.h:
12512         * backend/ev-document.c: (ev_document_get_page_cache),
12513         (ev_document_get_doc_mutex), (ev_document_load),
12514         (ev_document_save), (ev_document_get_title),
12515         (ev_document_get_n_pages), (ev_document_set_page),
12516         (ev_document_get_page), (ev_document_set_target),
12517         (ev_document_set_scale), (ev_document_set_page_offset),
12518         (ev_document_get_page_size), (ev_document_get_text),
12519         (ev_document_get_link), (ev_document_render),
12520         (ev_document_render_pixbuf), (ev_document_scale_changed):
12521         * backend/ev-document.h:
12522         * backend/ev-job-queue.c: (remove_object_from_queue),
12523         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12524         (no_jobs_available_unlocked), (ev_render_thread),
12525         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12526         (ev_job_queue_remove_job):
12527         * backend/ev-job-queue.h:
12528         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12529         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12530         (ev_job_links_class_init), (ev_job_render_init),
12531         (ev_job_render_dispose), (ev_job_render_class_init),
12532         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12533         (ev_job_thumbnail_class_init), (ev_job_finished),
12534         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12535         (ev_job_render_run), (ev_job_thumbnail_new),
12536         (ev_job_thumbnail_run):
12537         * backend/ev-jobs.h:
12538         * backend/ev-link.c:
12539         * backend/ev-link.h:
12540         * backend/ev-page-cache.c: (ev_page_cache_init),
12541         (ev_page_cache_class_init), (ev_page_cache_finalize),
12542         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12543         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12544         (ev_page_cache_set_link), (ev_page_cache_get_title),
12545         (ev_page_cache_get_size), (ev_page_cache_next_page),
12546         (ev_page_cache_prev_page):
12547         * backend/ev-page-cache.h:
12548         * pdf/pdf-document.cc:
12549         * ps/gsdefaults.c:
12550         * ps/gsdefaults.h:
12551         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12552         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12553         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12554         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12555         (is_interpreter_ready), (output), (catchPipe), (input),
12556         (start_interpreter), (check_filecompressed), (compute_dimensions),
12557         (ps_document_enable_interpreter), (document_load),
12558         (ps_document_next_page), (render_page), (ps_document_set_page),
12559         (ps_document_set_scale), (render_pixbuf_idle),
12560         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12561         * ps/ps-document.h:
12562         * shell/Makefile.am:
12563         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12564         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12565         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12566         (ev_pixbuf_cache_new), (job_finished_cb),
12567         (check_job_size_and_unref), (move_one_job),
12568         (ev_pixbuf_cache_update_range), (find_job_cache),
12569         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12570         (ev_pixbuf_cache_add_jobs_if_needed),
12571         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12572         * shell/ev-pixbuf-cache.h:
12573         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12574         (idle_print_handler):
12575         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12576         (selection_changed_cb), (create_loading_model),
12577         (ev_sidebar_links_construct), (links_page_num_func),
12578         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12579         (update_page_callback), (job_finished_cb),
12580         (ev_sidebar_links_set_document):
12581         * shell/ev-sidebar-thumbnails.c:
12582         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12583         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12584         (page_changed_cb), (thumbnail_job_completed_callback),
12585         (ev_sidebar_thumbnails_set_document):
12586         * shell/ev-sidebar-thumbnails.h:
12587         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12588         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12589         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12590         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12591         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12592         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12593         (ev_view_button_release_event), (ev_view_scroll_view),
12594         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12595         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12596         (ev_view_new), (job_finished_cb), (page_changed_cb),
12597         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12598         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12599         (ev_view_find_previous):
12600         * shell/ev-view.h:
12601         * shell/ev-window.c: (update_action_sensitivity),
12602         (ev_window_open_page), (update_window_title), (update_total_pages),
12603         (page_changed_cb), (ev_window_setup_document),
12604         (password_dialog_response), (ev_window_cmd_save_as),
12605         (ev_window_print), (ev_window_cmd_go_previous_page),
12606         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12607         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12608         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12609         * shell/main.c: (main):
12610
12611         Merge evince-threads branch
12612
12613 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12614
12615         * configure.ac: Added "lt" to ALL_LINGUAS.
12616
12617 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * NEWS:
12620         * configure.ac:
12621
12622         Release 0.1.9
12623
12624 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12625
12626         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12627
12628         Fix here also the thumbnails 1-basedness :)
12629
12630 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12631
12632         * NEWS:
12633         * configure.ac:
12634
12635         Release 0.1.8
12636
12637 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12638
12639         * pdf/pdf-document.cc:
12640         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12641         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12642
12643         Fix the mess we did with thumbnails and 1-basedness
12644
12645 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12646
12647         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12648
12649 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * NEWS:
12652         * configure.ac:
12653
12654         Release 0.1.7
12655
12656 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12657
12658         * ps/Makefile.am:
12659         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12660         (gtk_gs_defaults_get_alpha_parameters),
12661         (gtk_gs_defaults_get_ungzip_cmd),
12662         (gtk_gs_defaults_get_unbzip2_cmd):
12663         * ps/gsdefaults.h:
12664         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12665         (ps_document_get_orientation), (document_load),
12666         (ps_document_goto_page), (ps_document_set_page_size):
12667         * ps/ps-document.h:
12668
12669         Some more sanitization of the ps backend. Remove a lot
12670         of unused code and do not base our defaults on ggv
12671         preferences (ugh!)
12672
12673 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12674
12675         * thumbnailer/evince-thumbnailer.schemas:
12676         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12677         (main): add -s option for thumbnail size.
12678
12679 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12680
12681         * configure.ac:
12682
12683         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12684         remove it.
12685
12686 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * pdf/pdf-document.cc:
12689
12690         Remove 4 pixels of useless border from the
12691         thumbnail.
12692
12693 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * backend/ev-document-thumbnails.c:
12696         (ev_document_thumbnails_get_thumbnail):
12697         * backend/ev-document-thumbnails.h:
12698
12699         Rework API a bit. Add a border flag and
12700         change sizing logic (now the size we specify
12701         applies to the bigger dimension).
12702
12703         * pdf/pdf-document.cc:
12704         * pixbuf/pixbuf-document.c:
12705         (pixbuf_document_thumbnails_get_thumbnail):
12706         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12707         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12708
12709         Adapt to the new API and do not draw a border for nautilus
12710         thumbnailer.
12711
12712 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12713
12714         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12715         take thumbnails from page "0" instead of "1". Added a copyright header.
12716
12717 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12718
12719         * ps/ps-document.c: (set_up_page), (start_interpreter):
12720
12721         Make it C89 compliant
12722
12723 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12724
12725         * Makefile.am:
12726         * configure.ac:
12727         * pdf/.cvsignore:
12728         * pdf/pdf-document.cc:
12729         * thumbnailer/Makefile.am:
12730         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12731         (main):
12732         * thumbnailer/evince-thumbnailer.schemas:
12733         * thumbnailer/pdf-icon.png:
12734
12735         Add a nautilus thumbnailer.
12736         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12737
12738 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * NEWS:
12741         * configure.ac:
12742         * po/POTFILES.in:
12743
12744         Release 0.1.6
12745
12746 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12747
12748         Use poppler instead of including xpdf source code.  Poppler is a
12749         fork of xpdf to build it as a shared library. See
12750         http://freedesktop.org/wiki/Software/poppler.
12751
12752         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12753         xpdf fork.
12754         
12755         * pdf/Makefile.am: Build libpdfdocument.a here.
12756         
12757         * pdf/GDKSplashOutputDev.cc:
12758         * pdf/GDKSplashOutputDev.h:
12759         * pdf/GnomeVFSStream.cc:
12760         * pdf/GnomeVFSStream.h:
12761         * pdf-document.cc:
12762         * pdf-document.h:
12763         * test-gdk-output-dev.cc
12764         * Thumb.cc:
12765         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12766         against poppler.
12767
12768 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12771
12772         Clear idle stack before unsetting the document
12773
12774 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * ps/ps-document.c: (ps_document_widget_event),
12777         (ps_document_set_target), (ps_document_finalize),
12778         (ps_document_get_page):
12779
12780         Disconnect the widget event signal on finalize.
12781         Some code cleanups.
12782
12783 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12784
12785         * ps/ps-document.c: (set_up_page):
12786
12787         If there is no bpixmap create one, even if size
12788         is not changed.
12789
12790 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12791
12792         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12793         (set_up_page), (document_load), (ps_document_set_zoom):
12794
12795         Default page is 0. Calculate size even when we have no
12796         target yet.
12797
12798 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12799
12800         * shell/ev-sidebar.c: expand the selection widget to be always as
12801         wide as the sidebar
12802
12803 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12804
12805         * shell/ev-sidebar-thumbnails.c:
12806         (ev_sidebar_thumbnails_set_document):
12807
12808         Clear the list store when setting document
12809
12810 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12811
12812         * shell/ev-page-action.c: (update_entry), (sync_entry),
12813         (activate_cb), (entry_size_request_cb), (create_tool_item),
12814         (connect_proxy):
12815
12816         Use an entry for the page control instead of spinbuttons
12817
12818 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * data/evince.schemas.in:
12821
12822         Correct confusing string
12823
12824 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12825
12826         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12827         for real.  Gosh, how long has this been broken.
12828
12829         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12830         check for a NULL link.  We crash otherwise.
12831
12832 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12833
12834         * NEWS:
12835         * configure.ac:
12836
12837         Release 0.1.5
12838
12839 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12840
12841         * configure.ac: add the french translation.
12842
12843 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12844
12845         * shell/ev-window.c:
12846
12847         Remove unused header -> fix distcheck
12848
12849 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12850
12851         * shell/ev-window.c: (update_window_title),
12852         (ev_window_popup_password_dialog):
12853
12854         Unescape filename for display
12855
12856 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12857
12858         * pdf/xpdf/pdf-document.cc:
12859
12860         In get_page_size deal with rotation. Also
12861         cleanup the function a bit.
12862
12863 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12864
12865         * pdf/xpdf/pdf-document.cc:
12866
12867         Fix crash when opening in new window
12868
12869 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12870
12871         * configure.ac:
12872
12873         Check ghostscript >= 7
12874
12875 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12876
12877         * shell/ev-window.c:
12878
12879         Make page width the default sizing mode
12880
12881 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12882         Marco Pesenti Gritti <marco@gnome.org>
12883
12884         * shell/ev-window.c: Remember the sidebar size
12885
12886         * data/evince.schemas.in: Add a new gconf key to store the size of
12887         the sidebar
12888
12889 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12890
12891         * data/evince-ui.xml:
12892         * shell/ev-window.c: (update_action_sensitivity),
12893         (ev_window_cmd_view_reload):
12894         
12895         Add a "Reload" action and menu entry
12896
12897 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12898
12899         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12900         iff the type doesn't support thumbnailing and indexing.
12901
12902 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12903
12904         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12905
12906 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12907
12908         * pdf/splash/Splash.cc:
12909
12910         Port fix for a crasher from kde bug
12911         http://bugs.kde.org/show_bug.cgi?id=97131
12912
12913 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * pdf/xpdf/pdf-document.cc:
12916
12917         Return a link even if it's of an unrecognized
12918         type. Otherwise we go in an infinte cycle.
12919
12920 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12921
12922         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12923         (size_allocate_cb), (ev_window_set_sizing_mode):
12924
12925         Update size when switching mode
12926
12927 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12930         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12931         (ev_window_cmd_view_normal_size):
12932
12933         Fix size toggle buttons behavior
12934
12935 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12936
12937         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12938         (doc_rect_to_view_rect), (ev_view_size_allocate),
12939         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12940         (scale_changed_callback):
12941
12942         Do not cache offsets in size_allocate.
12943
12944 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12945
12946         * shell/ev-view.c: (ev_view_size_allocate):
12947
12948         Calculate offsets before calling the parent
12949         class (which does a redraw)
12950
12951 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * pdf/xpdf/pdf-document.cc:
12954
12955         Fix a crasher on exit. Unused code, put a TODO
12956
12957 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * backend/ev-document.c: (ev_document_class_init),
12960         (ev_document_page_changed), (ev_document_scale_changed):
12961         * backend/ev-document.h:
12962
12963         Separate page/scale notifications
12964
12965         * pdf/xpdf/pdf-document.cc:
12966
12967         Emit the new signals.
12968         Do not display the pdf page in _render, do it
12969         when scale/page are requested.
12970
12971         * ps/ps-document.c: (ps_document_set_zoom),
12972         (ps_document_widget_event):
12973         * ps/ps-document.h:
12974
12975         Emit the new signals.
12976
12977         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12978         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12979         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12980         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12981         * shell/ev-view.h:
12982         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12983         (ev_window_cmd_view_page_width), (size_allocate_cb),
12984         (ev_window_set_sizing_mode):
12985
12986         Rework sizing to be pixel based.
12987         There are bugs but should be already way better.
12988
12989 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * shell/ev-window.c: (ev_window_init):
12992
12993         Do not allow to shrink sidebar smaller then
12994         child requisition
12995
12996 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12997
12998         * shell/ev-sidebar.[ch]
12999         * shell/ev-window.c:
13000
13001         Improved sidebar widget. Fixes #166683
13002
13003 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13004
13005         * shell/ev-view.c (update_find_status_message): Give translators
13006         more flexibility with ngettext plural handling.
13007
13008 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13009
13010         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13011         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13012         page when we get the page size.
13013
13014 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13015
13016         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13017
13018         ps pages are 0 based, convert 
13019
13020 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13021
13022         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13023
13024         Initialize correct parent class. Set GError on document load
13025
13026 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13027
13028         * pdf/xpdf/pdf-document.cc:
13029
13030         Fixup selection offset calculation
13031
13032         * shell/ev-view.c: (view_rect_to_doc_rect),
13033         (doc_rect_to_view_rect), (ev_view_size_allocate),
13034         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13035         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13036
13037         Store selection as document relative, so that zooming
13038         and offset changing doesnt break it.
13039
13040 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13041
13042         * shell/ev-view.c: (ev_view_best_fit):
13043
13044         Do not try to best fit if the view is not realized
13045
13046 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13047           
13048         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13049
13050 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13051
13052         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13053
13054 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13055
13056         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13057         the popup window.  That prevents it resizing when in full screen
13058         mode.
13059
13060         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13061         multiple rerenders.  This pretty much sucks.
13062
13063         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13064         rest of the toolbar.
13065
13066 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13067
13068         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13069
13070 2005-02-17  Alexander Shopov  <ash@contact.bg>
13071
13072         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13073
13074 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13075
13076         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13077
13078 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13079
13080         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13081         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13082         (set_document_page), (document_changed_callback),
13083         (ev_view_set_document), (ev_view_find_previous),
13084         (ev_view_hide_cursor), (ev_view_show_cursor):
13085         * shell/ev-view.h:
13086         * shell/ev-window.c: (update_chrome_visibility),
13087         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13088         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13089         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13090         (ev_window_unfullscreen):
13091         * shell/main.c: (main):
13092
13093         Automatically hide the fullscreen button.
13094         Patch by Kristian Høgsberg <krh@redhat.com>
13095
13096 2005-02-16  Vincent Noel  <vnoel@cox.net>
13097
13098         * shell/main.c (main): Specify an icon for the window. Patch by
13099         Jaap A. Haitsma. Fixes #166177.
13100
13101 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13102
13103         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13104
13105 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13106
13107         * backend/ev-document-misc.h:
13108         * backend/ev-document-misc.c:
13109         (ev_document_misc_get_page_border_size),
13110         (ev_document_misc_paint_one_page): New function to canonicalize
13111         sizing/painting a border.
13112
13113         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13114         used.
13115
13116         * pdf/xpdf/pdf-document.cc: use new function
13117
13118         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13119         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13120         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13121         shell/ev-window.c: (update_sizing_buttons),
13122         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13123         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13124         (ev_window_cmd_view_page_width), (size_allocate_cb),
13125         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13126         and "fit width" values act as toggle buttons so they stay
13127         toggled.  It's not 100% perfect, and it's a little slow, but it's
13128         good enough to commit I think.
13129
13130 2005-02-15  David Lodge  <dave@cirt.net>
13131
13132         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13133
13134 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13135
13136         * shell/ev-window.c (update_window_title): replace newlines in
13137         the title by spaces. Bug #166107.
13138
13139 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13140
13141         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13142         parameters providing allocation width and height without
13143         scrollbars and width of a possible vertical scrollbar. With this
13144         additional information the functions can work as
13145         intended. Unfortunately they're not idempotent. We should
13146         transform these commands to toggles. Fixes Bug #164976
13147         Initial patch by Stephane Loeuillet, then heavily modified.
13148
13149         * shell/ev-view.h: update prototypes.
13150
13151         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13152         (ev_window_cmd_view_page_width): provide EvView fit functions with
13153         all the information they need. Formulas to calculate this
13154         information taken from GtkScrolledWindow.
13155
13156 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13157
13158         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13159         created a thumbnail, the list store is updated to know
13160         that the thumbnail is set. Fixes bug #166792
13161
13162 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13163
13164         * shell/ev-window.c: fixed typo, closes bug 166897
13165
13166         * TODO: updated TODO with bug numbers that are relevant
13167
13168 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13169
13170         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13171
13172 2005-02-09  Vincent Noel  <vnoel@cox.net>
13173
13174         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13175         and "Next" toolbar buttons as important to make them stand out.
13176
13177 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * lib/ev-debug.c:
13180         * lib/ev-debug.h:
13181         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13182         (start_interpreter), (stop_interpreter), (document_load),
13183         (ps_document_next_page), (ps_document_goto_page),
13184         (ps_document_set_page_size), (ps_document_widget_event),
13185         (ps_document_render):
13186         * shell/ev-page-view.c: (ev_page_view_dispose):
13187         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13188
13189         Fix compilation on non-gcc platforms
13190
13191 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * NEWS:
13194         * configure.ac:
13195
13196         Release 0.1.4
13197
13198         * pdf/xpdf/Catalog.cc:
13199         * pdf/xpdf/XRef.cc:
13200
13201         Fix the fix for CAN-2004-0888
13202
13203 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13204
13205         * data/Makefile.am:
13206         * data/evince-ui.xml:
13207         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13208         * shell/ev-stock-icons.h:
13209         * shell/ev-window.c: (update_action_sensitivity),
13210         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13211         (set_action_properties):
13212
13213         Improve toolbar layout/icons
13214
13215 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * pdf/xpdf/pdf-document.cc:
13218
13219         Add warnings about unimplemented/unknown link
13220         types.
13221
13222 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13223
13224         * ps/ps-document.c: (set_up_page):
13225
13226         Log gs property
13227
13228 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13229
13230         * ps/ps-document.c: (start_interpreter):
13231
13232         Log gs env var
13233
13234 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13235
13236         * shell/ev-page-view.c: (ev_page_view_dispose):
13237         * shell/ev-view.c: (ev_view_finalize):
13238         * shell/ev-window.c: (ev_window_setup_document),
13239         (ev_window_dispose), (ev_window_init):
13240
13241         Solve more refs issues.
13242
13243         I commented out the page_view initialization for now:
13244         it was never destroyed (because it's never added
13245         to a container). Because of that we was leaking
13246         gs processes. Couldnt think to a clean fix.
13247         We need to figure this out, password view has the
13248         same issue probably.
13249
13250 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * ps/ps-document.c: (ps_document_finalize),
13253         (ps_document_get_n_pages), (ps_document_get_page):
13254
13255         Some cleanups, stop the interpreter on finalize
13256
13257         * shell/ev-page-view.c: (ev_page_view_dispose),
13258         (ev_page_view_class_init):
13259
13260         Release our reference on the document
13261
13262 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13263
13264         * Makefile.am:
13265         * configure.ac:
13266         * doc/debugging.txt:
13267         * lib/.cvsignore:
13268         * lib/Makefile.am:
13269         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13270         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13271         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13272         * lib/ev-debug.h:
13273
13274         Add debugging helpers
13275
13276         * ps/Makefile.am:
13277         * ps/ps-document.c: (set_up_page), (start_interpreter),
13278         (stop_interpreter), (document_load), (ps_document_next_page),
13279         (ps_document_goto_page), (ps_document_set_page_size),
13280         (ps_document_widget_event), (ps_document_render):
13281         * shell/Makefile.am:
13282         * shell/ev-view.c: (expose_bin_window):
13283         * shell/main.c: (main):
13284
13285         Add some logs
13286         
13287 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * ps/ps-document.c: (ps_document_widget_event):
13290
13291         Initialize message_window, this should make ps
13292         rendering really work! (Never noticed because I was
13293         testing with a ps that is causing gs to exit every time!)
13294
13295 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13296
13297         * data/evince.schemas.in: updated simple error in applyto closing tag
13298
13299 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13300
13301         * Makefile.am:
13302         * configure.ac:
13303         * data/.cvsignore:
13304         * data/Makefile.am:
13305         * data/evince-ui.xml:
13306         A data/evince.schemas.in:
13307         * po/POTFILES.in:
13308         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13309         * shell/ev-stock-icons.h:
13310         * shell/ev-window.c: (update_chrome_visibility),
13311         (update_chrome_flag), (ev_window_cmd_edit_find),
13312         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13313         (ev_window_unfullscreen), (ev_window_focus_in_event),
13314         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13315         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13316         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13317         (ev_window_dispose), (ev_window_class_init),
13318         (set_action_properties), (set_chrome_actions), (load_chrome),
13319         (ev_window_init):
13320
13321         Implement fullscreen mode changes from bug #164776.
13322         Also implement persistent chrome toggles.
13323
13324 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13325
13326         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13327
13328 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13329
13330         * NEWS:
13331         * configure.ac:
13332         * shell/ev-view.c:
13333
13334         Add another check for find interface
13335
13336         Release 0.1.3
13337
13338 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * shell/ev-application.c: (ev_application_open):
13341         * shell/ev-window.c: (ev_window_open):
13342
13343         Open gzipped ps documents
13344
13345 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * TODO:
13348         * shell/ev-view.c: (set_document_page):
13349
13350         Clamp page number, dont try to move to
13351         not existant pages.
13352
13353 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * backend/ev-document-find.c: (ev_document_find_changed):
13356         * backend/ev-document-find.h:
13357         * pdf/xpdf/pdf-document.cc:
13358         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13359         * shell/ev-window.c: (find_bar_search_changed_cb):
13360
13361         Fix several bugs with find
13362
13363 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13364
13365         * shell/ev-sidebar-thumbnails.c
13366         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13367         document. Prevents warning from scroll_to_cell.
13368
13369 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13370
13371         * configure.ac: Add «nb» to ALL_LINGUAS too.
13372
13373 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13374
13375         * NOTES: New file with some random thoughts.
13376
13377         * TODO: Update.
13378
13379         * backend/ev-document-misc.c:
13380         (ev_document_misc_get_page_border_size): New function to
13381         canonicalize shadow drawing sizes.  Possibly goofy.
13382
13383         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13384         (ev_view_best_fit), (ev_view_fit_width):
13385         * pdf/xpdf/pdf-document.cc:
13386         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13387         * ps/ps-document.c: (ps_document_get_page_size):
13388         * backend/ev-document-misc.h:
13389         * backend/ev-document.c: (ev_document_get_page_size):
13390         * backend/ev-document.h: get_page_size now takes a page number
13391         parameter.  Made all the backends/frontends honor it.
13392
13393         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13394         see.  Doesn't work yet.
13395
13396         * shell/Makefile.am:
13397         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13398         Doesn't do anything yet.
13399
13400         * shell/ev-sidebar-thumbnails.c:
13401         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13402         [0..n_pages-1]
13403
13404         * shell/ev-window.c: (update_action_sensitivity),
13405         (ev_window_setup_document), (ev_window_set_page_mode),
13406         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13407         view-swapping code a bit so we can have multiple views on a
13408         document.  Add the multi-page view, though it can't be turned on
13409         yet.
13410
13411 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * shell/ev-application.c: (ev_application_open):
13414         * shell/ev-view.c: (expose_bin_window):
13415         * shell/ev-window.c: (ev_window_open):
13416
13417         Support eps and check document supports find
13418         before drawing highlightings in expose.
13419
13420 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13421
13422         * pixbuf/pixbuf-document.c:
13423         (pixbuf_document_thumbnails_get_dimensions),
13424         (pixbuf_document_document_thumbnails_iface_init):
13425
13426         implement get_dimensions
13427
13428 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13429
13430         * NEWS:
13431         * configure.ac:
13432
13433         Release 0.1.2
13434
13435 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13436
13437         * shell/ev-view.c: (set_document_page):
13438
13439         Scroll at the top of the page when changing page
13440
13441 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13442
13443         * shell/ev-view.c: (ev_view_motion_notify_event):
13444
13445         Do not redraw unnecessarily
13446
13447 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * pdf/xpdf/pdf-document.cc:
13450         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13451         (expose_bin_window), (find_changed_cb):
13452
13453         Yay! find works now... Now to find bugs...
13454
13455 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * backend/ev-document-find.c: (ev_document_find_base_init),
13458         (ev_document_find_changed):
13459         * backend/ev-document-find.h:
13460         * pdf/xpdf/pdf-document.cc:
13461         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13462         (expose_bin_window), (ev_view_init), (set_document_page),
13463         (ensure_rectangle_is_visible), (jump_to_find_result),
13464         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13465         (ev_view_find_next), (ev_view_find_previous):
13466         * shell/ev-view.h:
13467         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13468
13469         More work on find implementation, mostly there now
13470
13471 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * backend/ev-backend-marshalers.list:
13474         * backend/ev-document-find.c: (ev_document_find_base_init),
13475         (ev_document_find_cancel), (ev_document_find_page_has_results),
13476         (ev_document_find_get_n_results), (ev_document_find_get_result),
13477         (ev_document_find_get_progress), (ev_document_find_changed):
13478         * backend/ev-document-find.h:
13479
13480         Enanche the find interface to be really able to do
13481         multi page find.
13482
13483         * pdf/xpdf/pdf-document.cc:
13484
13485         Implement
13486
13487         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13488         (expose_bin_window), (ev_view_init),
13489         (ev_view_get_find_status_message), (find_changed_cb),
13490         (ev_view_set_document), (set_document_page):
13491
13492         Adapt to the new interface. A few things are regressed sorry,
13493         I will finish it soon.
13494
13495 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13496
13497         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13498         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13499         ev_sidebar_thumbnails_parent_class variable, don't define another
13500         parent_class variable.
13501
13502         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13503         (ev_page_action_class_init): ditto.
13504
13505         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13506         (pixbuf_document_class_init): ditto.
13507
13508         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13509         ditto.
13510
13511         * .cvsignore: ignore various valgrind output files.
13512
13513 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * data/evince-ui.xml:
13516         * shell/Makefile.am:
13517         * shell/ev-history.c:
13518         * shell/ev-history.h:
13519         * shell/ev-navigation-action.c:
13520         * shell/ev-navigation-action.h:
13521         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13522         (ev_view_set_page), (ev_view_fit_width):
13523         * shell/ev-view.h:
13524         * shell/ev-window.c: (update_action_sensitivity),
13525         (ev_window_setup_document), (register_custom_actions):
13526
13527         Kill session history
13528
13529 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13530
13531         * shell/ev-window.c: (update_action_sensitivity):
13532
13533         Fix inverted up/down buttons
13534
13535 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13536
13537         * shell/ev-sidebar-thumbnails.c
13538         (ev_sidebar_thumbnails_select_page): make sure the selected
13539         thumbnail stays visible.
13540
13541 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13542
13543         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13544         scrolled window for Federico.
13545
13546 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13547
13548         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13549
13550 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * configure.ac:
13553         * pdf/splash/SplashFTFontEngine.cc:
13554
13555         Fix CID fonts with freetype 2.1.9
13556
13557 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13558
13559         * TODO: added item for desktop icon thumbnailer
13560
13561 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13562
13563         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13564         unloaded docs when the title is accessed.
13565
13566         * shell/ev-password-view.[hc]: New widget for displaying password
13567         state.
13568
13569         * shell/ev-window.[ch]: Refactor password handling code to handle
13570         the new view.
13571
13572 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * NEWS:
13575         * configure.ac:
13576         * data/Makefile.am:
13577
13578         Release 0.1.1
13579
13580 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13581
13582         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13583         ignore page offset here, to make search results independent of it,
13584
13585         * shell/ev-view.c (expose_bin_window): but take offsets into
13586         account here. Bug #164932
13587
13588         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13589         scale at the right time. Bug #164996
13590
13591 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13592
13593         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13594         fix the problem. Now I just removed the Adobe font names and hope
13595         that the URW fonts are always in outline format. Bug #164934
13596
13597         * shell/ev-window.c (update_window_title): empty titles are
13598         useless, use filename in that case too.
13599
13600         * NEWS: Add some content.
13601
13602 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13603
13604         * TODO: added one more TODO item and a TODONE section :)
13605
13606 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13607
13608         * ps/ps-document.h: add page_[xy]_offset fields.
13609
13610         * ps/ps-document.c (ps_document_set_page_offset)
13611         (ps_document_render): Keep offset in consideration in a few
13612         places. Bug #164752 "postscript documents are not centered in
13613         window"
13614
13615         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13616         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13617
13618         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13619         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13620         stub out missing methods for complete EvDocument implementation.
13621         Fixes segfaults with Save A Copy and Copy actions.
13622
13623         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13624         (ps_document_document_iface_init): ditto.
13625         
13626 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13627
13628         * data/.cvsignore:
13629         * data/Makefile.am:
13630         * data/evince.desktop.in:
13631
13632         Add desktop file
13633
13634 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13635
13636         * shell/ev-view.c: (ev_view_button_press_event),
13637         (ev_view_motion_notify_event):
13638
13639         Make selection work in any direction
13640
13641 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13642
13643         * TODO:
13644         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13645
13646         Use shorter labels for some of the toolbars items
13647
13648 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * pdf/xpdf/pdf-document.cc:
13651
13652         Check the links info is initialized before
13653         using it. Should fix a crash on startup.
13654
13655 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13656
13657         * pixbuf/pixbuf-document.c
13658         (pixbuf_document_thumbnails_get_dimensions): force floating point
13659         division to calculate page_ratio. Fixes crash with landscape
13660         format pixbufs.
13661
13662 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13663
13664         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13665
13666 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13667
13668         * shell/ev-view.c (set_document_page): unset has_selection when
13669         the page changes.
13670         (set_document_page): handle paper size changes when the page
13671         changes (test with Free Culture, page 2).
13672
13673 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13674
13675         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13676         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13677
13678         Use normal style color for the widget background and
13679         draw a black box around the page.
13680
13681 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * pdf/xpdf/pdf-document.cc:
13684
13685         Keep offset in consideration in a few places
13686
13687         * shell/ev-view.c: (expose_bin_window):
13688
13689         Set the offsets so that the document is ever centered
13690
13691 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13692
13693         * TODO: Added TODO items and finished off the first todo item
13694
13695         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13696         reflect current authors
13697
13698 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13699
13700         * pdf/xpdf/pdf-document.cc:
13701         * shell/ev-view.c: (ev_view_set_cursor),
13702         (ev_view_motion_notify_event), (document_changed_callback),
13703         (set_document_page):
13704
13705         Show a wait cursor while the page is rendering
13706
13707 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13708
13709         * shell/ev-sidebar-thumbnails.c:
13710         (ev_sidebar_tree_selection_changed),
13711         (ev_sidebar_thumbnails_select_page):
13712         * shell/ev-sidebar-thumbnails.h:
13713         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13714         (ev_view_can_go_forward):
13715         * shell/ev-window.c: (ev_window_open_page),
13716         (ev_window_setup_document), (update_current_page),
13717         (view_page_changed_cb), (ev_window_init):
13718         * shell/ev-window.h:
13719
13720         Ensure thumbnails selection, toolbar page control and
13721         current page are in sync.
13722
13723 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13724
13725         * pdf/xpdf/XRef.cc:
13726
13727         Fix CAN-2005-0064
13728
13729 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13730
13731         * backend/Makefile.am:
13732         * backend/ev-document-links.h:
13733         * backend/ev-document-security.c: (ev_document_security_get_type),
13734         (ev_document_security_has_document_security),
13735         (ev_document_security_set_password):
13736         * backend/ev-document-security.h:
13737         * backend/ev-document.c: (ev_document_error_quark):
13738         * backend/ev-document.h:
13739         * data/Makefile.am:
13740         * data/evince-password.glade:
13741         * pdf/xpdf/pdf-document.cc:
13742         * shell/Makefile.am:
13743         * shell/ev-password.c: (ev_password_set_bad_password_label),
13744         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13745         (ev_password_dialog_get_password),
13746         (ev_password_dialog_set_bad_pass):
13747         * shell/ev-password.h:
13748         * shell/ev-window.c: (ev_window_get_attribute),
13749         (ev_window_set_property), (update_action_sensitivity),
13750         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13751         (ev_window_setup_document), (ev_window_get_password),
13752         (ev_window_open), (ev_window_cmd_save_as),
13753         (using_postscript_printer), (ev_window_print),
13754         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13755         (update_fullscreen_popup), (ev_window_fullscreen),
13756         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13757         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13758         (menu_item_select_cb), (find_bar_search_changed_cb),
13759         (ev_window_dispose), (ev_window_init):
13760
13761         Add initial support for password-supported dialogs.  This could be
13762         a lot cooler, but it'll do for now.
13763
13764 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13765
13766         * pdf/xpdf/pdf-document.cc:
13767         * shell/ev-view.c: (status_message_from_link),
13768         (ev_view_set_status), (ev_view_set_cursor),
13769         (ev_view_motion_notify_event), (ev_view_init):
13770         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13771
13772         Fix bugs in the links implementation and change cursor
13773         when hovering a link.
13774
13775 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13776
13777         * viewer/.cvsignore: added cvsignore file for viewer directory
13778
13779         * TODO: created TODO document
13780
13781 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13782
13783         * shell/ev-view.h:
13784         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13785         new functions to help with implementation of sensitivity code
13786         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13787         of all actions that might require it.  Fixes a crash when you
13788         click on the Zoom actions in a window lacking a document.
13789
13790 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13791
13792         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13793         of the Find action
13794
13795 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13798         (pixbuf_document_document_iface_init):
13799         * ps/ps-document.c: (ps_document_get_link),
13800         (ps_document_document_iface_init):
13801         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13802         (status_message_from_link), (ev_view_set_status),
13803         (ev_view_set_find_status), (ev_view_motion_notify_event),
13804         (ev_view_button_release_event), (ev_view_set_property),
13805         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13806         (ev_view_get_find_status_message), (update_find_results),
13807         (ev_view_get_status), (ev_view_get_find_status):
13808         * shell/ev-view.h:
13809         * shell/ev-window.c: (view_status_changed_cb),
13810         (view_find_status_changed_cb), (ev_window_init):
13811
13812         View status message support, use it to show the links.
13813         Needs work...
13814
13815 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * backend/ev-document.c: (ev_document_get_link):
13818         * backend/ev-document.h:
13819         * pdf/xpdf/pdf-document.cc:
13820         * shell/ev-application.c: (ev_application_open):
13821         * shell/ev-application.h:
13822         * shell/ev-sidebar-links.c: (selection_changed_cb):
13823         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13824         (ev_view_go_to_link):
13825
13826         Add support for document links
13827
13828 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13829
13830         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13831         (create_tool_item):
13832         Set the spin button limits correctly.
13833         
13834         * shell/ev-sidebar-thumbnails.c:
13835         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13836         Support changing pages by clicking on the thumbnails.
13837         
13838 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13839
13840         * pixbuf/pixbuf-document.c:
13841         (pixbuf_document_thumbnails_get_dimensions),
13842         (pixbuf_document_document_thumbnails_iface_init):
13843
13844         implement get_dimensions
13845
13846 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13847
13848         * ps/ps-document.c: (ps_document_goto_page):
13849
13850         Fix page switching on multipage documents
13851
13852 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13853
13854         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13855         
13856         check for NULL before assigning to width and height parameters
13857
13858 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13859
13860         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13861         (pixbuf_document_set_property), (pixbuf_document_get_property):
13862
13863         implement get/set properties
13864
13865 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13866
13867         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13868         
13869         return NULL instead of "Unknown", letting the title get set to
13870         the filename when the pdf has no title.
13871
13872 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13873
13874         * ps/ps-document.c: (ps_document_get_page_count),
13875         (ps_document_goto_page):
13876
13877 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13878
13879         * shell/ev-history.c: (ev_history_get_property),
13880         (ev_history_set_property), (ev_history_class_init),
13881         (ev_history_add_page), (ev_history_set_current_index):
13882         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13883         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13884         (ev_navigation_action_finalize):
13885         * shell/ev-navigation-action.h:
13886         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13887         (ev_view_go_forward), (ev_view_get_find_status_message),
13888         (history_index_changed_cb), (ev_view_set_history):
13889         * shell/ev-view.h:
13890         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13891         (update_current_page), (register_custom_actions):
13892
13893         Implement history dropdowns
13894
13895 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13898         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13899         (ev_view_go_forward):
13900         * shell/ev-window.c: (register_custom_actions):
13901
13902         Fix several history bugs
13903
13904 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13905
13906         * configure.ac: Add «nb» to ALL_LINGUAS.
13907
13908 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13909
13910         * backend/Makefile.am:
13911         * backend/ev-bookmark.c:
13912         * backend/ev-bookmark.h:
13913         * backend/ev-document-bookmarks.c:
13914         * backend/ev-document-bookmarks.h:
13915         * backend/ev-document-links.c: (ev_document_links_get_type),
13916         (ev_document_links_has_document_links),
13917         (ev_document_links_begin_read), (ev_document_links_get_link),
13918         (ev_document_links_get_child), (ev_document_links_next),
13919         (ev_document_links_free_iter):
13920         * backend/ev-document-links.h:
13921         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13922         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13923         (ev_link_get_link_type), (ev_link_set_link_type),
13924         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13925         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13926         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13927         (ev_link_new_external):
13928         * backend/ev-link.h:
13929         * pdf/xpdf/pdf-document.cc:
13930         * shell/Makefile.am:
13931         * shell/ev-application.c: (ev_application_open_link):
13932         * shell/ev-application.h:
13933         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13934         (ev_history_get_link_nth):
13935         * shell/ev-history.h:
13936         * shell/ev-sidebar-bookmarks.c:
13937         * shell/ev-sidebar-bookmarks.h:
13938         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13939         (ev_sidebar_links_class_init), (selection_changed_cb),
13940         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13941         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13942         (do_one_iteration), (populate_links_idle),
13943         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13944         * shell/ev-sidebar-links.h:
13945         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13946         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13947         (go_to_index):
13948         * shell/ev-view.h:
13949         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13950         * shell/ev-window.h:
13951
13952         Rename bookmark to link, and use "Index" for the sidebar panel.
13953
13954 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * shell/Makefile.am:
13957         * shell/ev-application.c: (ev_application_open_bookmark):
13958         * shell/ev-application.h:
13959         * shell/ev-history.c: (ev_history_init), (free_links_list),
13960         (ev_history_finalize), (ev_history_class_init),
13961         (ev_history_add_link), (ev_history_add_page),
13962         (ev_history_get_link_nth), (ev_history_get_n_links),
13963         (ev_history_get_current_index), (ev_history_set_current_index),
13964         (ev_history_new):
13965         * shell/ev-history.h:
13966         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13967         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13968         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13969         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13970         (ev_view_set_page):
13971         * shell/ev-view.h:
13972         * shell/ev-window.c: (ev_window_open_bookmark),
13973         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13974         (goto_page_cb), (register_custom_actions):
13975         * shell/ev-window.h:
13976
13977         Initial history implementation. Needs work.
13978
13979 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13980
13981         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13982
13983 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13984
13985         * cut-n-paste/recent-files/egg-recent-item.c:
13986         * cut-n-paste/recent-files/egg-recent-item.h:
13987         * cut-n-paste/recent-files/egg-recent-model.c:
13988         * cut-n-paste/recent-files/egg-recent-util.c:
13989         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13990         * cut-n-paste/recent-files/egg-recent-view.c:
13991
13992         Update
13993
13994 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13995
13996         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13997         (fillGlyph, fillImageMask, drawImage):
13998         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13999         pdf/splash/SplashTypes.h:
14000         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14001         packed mode for Splash.
14002
14003         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14004         RGB8 packed mode, eliminates the pixbuf data creation loop.
14005
14006         * shell/ev-print-job.c (ev_print_job_finalize)
14007         (ev_print_job_set_property, ev_print_job_get_property)
14008         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14009         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14010         (print_closure_finalize, ev_print_job_print): implement
14011         printing (for backends with EvPsExporter)
14012
14013         * shell/ev_print_job.h: update prototypes.
14014
14015         * shell/ev-window.c (ev_window_print): unref print job after
14016         printing.
14017
14018         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14019         unless the document implements the EvDocumentFind interface.
14020
14021 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14022
14023         * configure.ac: Added ja to ALL_LINGUAS.
14024
14025 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14026
14027         * pdf/xpdf/pdf-document.cc:
14028
14029         add a FIXME. We should probably not allocate
14030         a bookmark object every time
14031
14032 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14033
14034         * shell/ev-application.c: (ev_application_open),
14035         (ev_application_open_bookmark):
14036         * shell/ev-application.h:
14037         
14038         Add a way to open bookmarks
14039
14040         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14041         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14042         (ev_bookmark_set_property), (ev_bookmark_class_init),
14043         (ev_bookmark_new_title), (ev_bookmark_new_link),
14044         (ev_bookmark_new_external):
14045
14046         Support for external uris, better constructors.
14047
14048         * backend/ev-bookmark.h:
14049         * pdf/xpdf/pdf-document.cc:
14050         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14051
14052         Handle external uris
14053
14054 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14057         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14058
14059         Hook up bookmarks navigation
14060
14061 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * backend/Makefile.am:
14064         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14065         (ev_bookmark_get_title), (ev_bookmark_set_title),
14066         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14067         (ev_bookmark_get_page), (ev_bookmark_set_page),
14068         (ev_bookmark_get_property), (ev_bookmark_set_property),
14069         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14070         (ev_bookmark_new):
14071         * backend/ev-bookmark.h:
14072         * backend/ev-document-bookmarks.c:
14073         (ev_document_bookmarks_get_bookmark):
14074         * backend/ev-document-bookmarks.h:
14075         * pdf/xpdf/pdf-document.cc:
14076         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14077
14078         Add a bookmark object to the backend and use it instead of get_values
14079
14080 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14081
14082         * data/evince-ui.xml:
14083
14084         Cleanup and add select all.
14085
14086         * shell/ev-view.c: (ev_view_select_all),
14087         (ev_view_button_press_event):
14088         * shell/ev-view.h:
14089         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14090
14091         Add select all.
14092         Clear selection on click.
14093
14094 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14095
14096         * shell/ev-sidebar-thumbnails.c
14097         (ev_sidebar_thumbnails_set_document): forgot to unref the
14098         loading_icon.
14099
14100 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14101
14102         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14103         at the visible page, not just linearly.  This makes it look fast.
14104
14105 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14106
14107         * backend/ev-document-misc.c
14108         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14109         white.
14110         * backend/ev-document-thumbnails.h: New interface to get the size
14111         of a page.
14112
14113 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14114
14115         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14116         make dist works
14117
14118 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14119
14120         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14121         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14122         things up a bit.
14123
14124         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14125
14126 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14127
14128         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14129         fonts. Should fix font problems on systems that have the base
14130         fonts in bitmap format. Reported by James Henstridge
14131         <james@jamesh.id.au>.
14132
14133 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * pdf/xpdf/Gfx.cc:
14136         * pdf/xpdf/GfxState.cc:
14137
14138         Fix for CAN-2004-1125
14139
14140 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * shell/ev-view.c: (ev_view_copy):
14143         * shell/ev-view.h:
14144         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14145
14146         Implement Edit->Copy
14147
14148 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * backend/ev-document.c: (ev_document_get_text):
14151         * backend/ev-document.h:
14152         * pdf/xpdf/pdf-document.cc:
14153         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14154         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14155         (ev_view_update_primary_selection), (ev_view_button_press_event),
14156         (ev_view_motion_notify_event), (ev_view_button_release_event):
14157
14158         Beginnings of clipboard support. Incomplete but primary sort
14159         of work.
14160
14161 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14164         (expose_bin_window):
14165
14166         Nicer rubberband drawing, from GtkIconView.
14167
14168 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14169
14170         * backend/ev-document.c: (ev_document_save):
14171         * backend/ev-document.h:
14172         * data/evince-ui.xml:
14173         * pdf/xpdf/pdf-document.cc:
14174         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14175
14176         Implement "Save a copy..." menu item
14177
14178 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14179
14180         * shell/ev-view.c: (ev_view_zoom):
14181
14182         Queue a resize when zoom changes
14183
14184 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14185
14186         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14187         shadows.
14188
14189         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14190         thumbnails..
14191
14192 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14193
14194         * pdf/xpdf/pdf-document.cc
14195         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14196
14197 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14198
14199         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14200         It's slow, but I'll speed it up next!
14201
14202 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14203
14204         * shell/main.c (load_files):
14205
14206         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14207         from the command line and because it seems more appropriate.
14208
14209 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14210
14211         * data/evince-ui.xml:
14212         * shell/ev-window.c: (update_action_sensitivity),
14213         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14214
14215         s/next page/page down
14216         s/previous page/page up
14217
14218 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14219
14220         * data/evince-ui.xml:
14221
14222         Change the layout to match clarkbw design.
14223
14224         * shell/Makefile.am:
14225         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14226         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14227         (ev_navigation_action_finalize),
14228         (ev_navigation_action_set_property),
14229         (ev_navigation_action_get_property),
14230         (ev_navigation_action_class_init):
14231         * shell/ev-navigation-action.h:
14232
14233         Implement clarkbw toolbar navigation controls (incomplete)
14234
14235         * shell/ev-page-action.c: (update_label), (update_spin),
14236         (value_changed_cb), (create_tool_item), (connect_proxy),
14237         (ev_page_action_init), (ev_page_action_finalize),
14238         (ev_page_action_set_property), (ev_page_action_get_property),
14239         (ev_page_action_set_current_page),
14240         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14241         * shell/ev-page-action.h:
14242
14243         Implement a page switcher in the toolbar
14244
14245         * shell/ev-view.c: (ev_view_scroll_view):
14246         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14247         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14248         (register_custom_actions), (ev_window_init):
14249
14250         Change page on PageUp/Down.
14251
14252 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14253
14254         * pdf/xpdf/pdf-document.cc
14255         (pdf_document_thumbnails_get_thumbnail): initial stab at
14256         implementing thumbnail support for pdfs.  It only does documents
14257         with precached pdfs now.
14258
14259 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14260
14261         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14262         thumbnail code into a time-based idle as well.  Also, turn off the
14263         shadow temporarily as it's really slow.
14264
14265 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14266
14267         * backend/ev-document.c: (ev_document_class_init):
14268         * pdf/xpdf/pdf-document.cc:
14269         * shell/ev-window.c: (ev_window_open):
14270
14271         Fix document title bugs and fallback to
14272         filename when not available.
14273
14274 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14275
14276         * backend/ev-document.c: (ev_document_get_type),
14277         (ev_document_class_init), (ev_document_load),
14278         (ev_document_get_title):
14279         * backend/ev-document.h:
14280         * pdf/xpdf/pdf-document.cc:
14281         * ps/ps-document.c: (ps_document_set_property),
14282         (ps_document_get_property), (ps_document_class_init),
14283         (document_load):
14284         * ps/ps-document.h:
14285         * ps/ps.h:
14286         * shell/ev-window.c: (update_window_title), (ev_window_open),
14287         (ev_window_init):
14288
14289         Initial support for document title. Not working yet.
14290
14291 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14292
14293         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14294
14295         Grab focus on the view when clicking it
14296
14297 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14298
14299         * shell/ev-marshal.list:
14300         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14301         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14302
14303         Add key bindings to the view. Now if the focus would work
14304         right...
14305
14306 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14307
14308         * Makefile.am:
14309         * backend/Makefile.am:
14310         * data/Makefile.am:
14311         * dvi/Makefile.am:
14312         * dvi/dvilib/Makefile.am:
14313         * pdf/xpdf/Makefile.am:
14314         * po/POTFILES.in:
14315         * ps/Makefile.am:
14316
14317         Fix distcheck
14318
14319 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14320
14321         * shell/ev-view.c: (ev_view_realize):
14322
14323         Fix mouse wheel scrolling
14324
14325 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14326
14327         * ps/Makefile.am:
14328         * ps/gstypes.h:
14329         * ps/gtkgs.c:
14330         * ps/gtkgs.h:
14331         * ps/ps-document.c: (catchPipe), (ps_document_init),
14332         (ps_document_class_init), (ps_document_cleanup),
14333         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14334         (set_up_page), (close_pipe), (is_interpreter_ready),
14335         (interpreter_failed), (output), (input), (start_interpreter),
14336         (stop_interpreter), (file_length), (file_readable),
14337         (check_filecompressed), (check_pdf), (compute_xdpi),
14338         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14339         (ps_document_get_type), (ps_document_emit_error_msg),
14340         (document_load), (ps_document_next_page),
14341         (ps_document_get_current_page), (ps_document_get_page_count),
14342         (ps_document_goto_page), (ps_document_set_page_size),
14343         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14344         (ps_document_load), (ps_document_get_n_pages),
14345         (ps_document_set_page), (ps_document_get_page),
14346         (ps_document_widget_event), (ps_document_set_target),
14347         (ps_document_set_scale), (ps_document_set_page_offset),
14348         (ps_document_get_page_size), (ps_document_render),
14349         (ps_document_document_iface_init):
14350         * ps/ps-document.h:
14351         * ps/ps.c:
14352         * shell/ev-window.c: (ev_window_open):
14353
14354         Rename GtkGS to PSDocument
14355
14356 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14357
14358         * ps/gtkgs.c: (gtk_gs_class_init):
14359         * ps/gtkgs.h:
14360
14361         Some more leftover...
14362
14363 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14364
14365         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14366         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14367         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14368         * ps/gtkgs.h:
14369
14370         Remove unused code and make a lot of stuff private
14371
14372 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14373
14374         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14375         (gtk_gs_defaults_changed):
14376         * ps/gsdefaults.h:
14377         * ps/gtkgs.c:
14378         * ps/gtkgs.h:
14379         * ps/ps.h:
14380
14381         Cleanup headers dependencies
14382
14383 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14384
14385         * ps/Makefile.am:
14386         * ps/ggvutils.c:
14387         * ps/ggvutils.h:
14388         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14389         * ps/gsdefaults.h:
14390         * ps/gtkgs.c: (file_length), (file_readable),
14391         (check_filecompressed), (check_pdf), (gtk_gs_load),
14392         (gtk_gs_get_postscript):
14393
14394         Get rid of ggvutils
14395
14396 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * ps/ggvutils.c:
14399         * ps/ggvutils.h:
14400         * ps/gsio.h:
14401         * ps/gtkgs.c: (gtk_gs_set_zoom):
14402
14403         Cleanups
14404
14405 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14406
14407         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14408
14409         Ensure the page is rerendered when changing zoom
14410
14411 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14412
14413         * backend/ev-document.c: (ev_document_base_init),
14414         (ev_document_changed):
14415         * backend/ev-document.h:
14416
14417         Add a changed event that is emitted when the page content
14418         changes. This is necessary to deal with the fact that
14419         in ps backend rendering happen asycrounously.
14420         This makes the ps backend mostly work.
14421
14422         * pdf/xpdf/pdf-document.cc:
14423
14424         Emit changed event
14425
14426         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14427         (ps_document_set_target):
14428
14429         Emit changed event
14430
14431         * shell/ev-view.c: (document_changed_callback),
14432         (ev_view_set_document), (ev_view_set_page):
14433
14434         Redraw on the changed signal
14435
14436 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14437
14438         * configure.ac: Added pt_BR to ALL_LINGUAS.
14439
14440 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14441
14442         * backend/ev-document-bookmarks.c:
14443         (ev_document_bookmarks_get_child): *
14444         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14445         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14446         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14447         (ev_sidebar_bookmarks_destroy),
14448         (ev_sidebar_bookmarks_class_init),
14449         (ev_sidebar_bookmarks_construct), (stack_data_free),
14450         (do_one_iteration), (populate_bookmarks_idle),
14451         (ev_sidebar_bookmarks_clear_document),
14452         (ev_sidebar_bookmarks_set_document): *
14453         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14454         (ev_sidebar_add_page),
14455         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14456         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14457         it displays both the topics and the page numbers.
14458
14459 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14460
14461         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14462         toggle.
14463         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14464         visible.
14465
14466 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14467
14468         * configure.ac: Added en_CA to ALL_LINGUAS.
14469
14470 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14471
14472         * ChangeLog: replace bottom of this ChangeLog (merged history of
14473         ggv and gpdf; where all paths were wrong and most of the files are
14474         not even in this tree) with ChangeLog (from arch) of the shell
14475         code.
14476
14477 2004-12-23  Havoc Pennington  <hp@redhat.com>
14478
14479         * shell/ev-window.c: hook up potentially-questionable "find
14480         results status text" feature - something involving the sidebar or
14481         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14482         might be better in the end.
14483
14484         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14485         with corresponding signal when it should be updated
14486
14487         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14488
14489 2004-12-22  Havoc Pennington  <hp@redhat.com>
14490
14491         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14492         find stuff on other pages, sort of (only returns one result on
14493         invisible pages, to show they have results; updates full results
14494         for a page when you view it). Currently repaints the current page
14495         every time a new result is found on any page, which isn't so nice.
14496
14497 2004-12-22  Havoc Pennington  <hp@redhat.com>
14498
14499         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14500         the document doesn't support find (better ideas?)
14501         (find_bar_search_changed_cb): handle missing document or document
14502         that doesn't support find
14503
14504         * pdf/xpdf/pdf-document.cc: port to implement the new
14505         EvDocumentFindIface
14506
14507         * backend/ev-document-find.c: create a new interface for searching
14508
14509         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14510
14511 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14512
14513         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14514         libevbackend.la.
14515
14516         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14517         EvPrintJob constructor arguments.
14518
14519         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14520         for documents that can export PostScript (page by page).
14521
14522         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14523         
14524         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14525         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14526         (pdf_document_ps_exporter_iface_init:
14527         Implement EvPSExporter.
14528
14529         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14530
14531 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14532
14533         * backend/Makefile.am:
14534         * backend/ev-document-thumbnails.c:
14535         (ev_document_thumbnails_get_type),
14536         (ev_document_thumbnails_get_thumbnail):
14537         * backend/ev-document-thumbnails.h:
14538         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14539         (pixbuf_document_thumbnails_get_thumbnail),
14540         (pixbuf_document_document_thumbnails_iface_init):
14541         * shell/Makefile.am:
14542         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14543         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14544         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14545         * shell/ev-sidebar-thumbnails.h:
14546         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14547         (ev_sidebar_set_document):
14548         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14549         (create_shadow), (ev_pixbuf_add_shadow):
14550         * shell/ev-utils.h:
14551         Add thumbnail support.
14552         
14553 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14554
14555         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14556         (using_postscript_printer): Set up a print dialog for "PostScript
14557         injection" method.
14558
14559         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14560         EvPrintJob.
14561
14562         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14563
14564 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14565
14566         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14567         (ps_document_set_target), (ps_document_get_page_size),
14568         (ps_document_render):
14569         * ps/gtkgs.h:
14570
14571         Fix a few bugs
14572
14573 2004-12-22  Christian Rose  <menthos@menthos.com>
14574
14575         * configure.ac: Added "sv" to ALL_LINGUAS.
14576
14577 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14578
14579         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14580         document supports bookmarks.
14581
14582 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14583
14584         * ps/ggvutils.c: (ggv_file_readable):
14585         * ps/ggvutils.h:
14586         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14587         (gtk_gs_get_postscript):
14588
14589         Remove unused utils
14590
14591 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14592
14593         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14594         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14595         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14596         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14597         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14598         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14599         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14600         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14601         (gtk_gs_set_antialiasing), (ps_document_load),
14602         (ps_document_render):
14603         * ps/gtkgs.h:
14604
14605         Another check point for the ps backend. Now I can get it to show
14606         pages!
14607
14608 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14609
14610         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14611         document setting code.
14612
14613 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14614
14615         * shell/eggfindbar.c: (entry_activate_callback):
14616         Animate the next button when activate is pressed.
14617         
14618 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14619
14620         * shell/ev-window.c: (ev_window_cmd_edit_find),
14621         (update_fullscreen_popup), (ev_window_fullscreen),
14622         (ev_window_unfullscreen), (ev_window_state_event_cb),
14623         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14624         Fix bugs in fullscreen code.
14625         
14626 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14627
14628         * Makefile.am:
14629         * configure.ac:
14630         * pixbuf/Makefile.am:
14631         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14632         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14633         (pixbuf_document_set_page), (pixbuf_document_get_page),
14634         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14635         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14636         (pixbuf_document_render), (pixbuf_document_begin_find),
14637         (pixbuf_document_end_find), (pixbuf_document_finalize),
14638         (pixbuf_document_class_init),
14639         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14640         * pixbuf/pixbuf-document.h:
14641         * shell/Makefile.am:
14642         * shell/ev-application.c: (ev_application_open):
14643         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14644         (ev_window_open):
14645         Add pixbuf backend.
14646         
14647 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14648
14649         * Makefile.am: 
14650         * dvi/dvilib/Makefile.am:
14651         * dvi/Makefile.am:
14652         * configure.ac: Auto*ify dvi and dvi/dvilib
14653
14654         * dvi/Makefile: Remove from CVS
14655         
14656         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14657         confusion.
14658
14659         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14660         
14661         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14662         
14663 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14664
14665         * ps/Makefile.am:
14666         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14667         (gtk_gs_value_adjustment_changed), (compute_size),
14668         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14669         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14670         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14671         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14672         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14673         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14674         (ps_document_load), (ps_document_get_n_pages),
14675         (ps_document_set_page), (ps_document_get_page),
14676         (ps_document_set_target), (ps_document_set_scale),
14677         (ps_document_set_page_offset), (ps_document_get_page_size),
14678         (ps_document_render), (ps_document_begin_find),
14679         (ps_document_end_find), (ps_document_document_iface_init):
14680         * ps/gtkgs.h:
14681         * shell/Makefile.am:
14682         * shell/ev-window.c: (ev_window_open):
14683
14684         Some work to integrate gtkgs with EvDocument
14685
14686 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14687
14688         * shell/ev-window.c: (update_fullscreen_popup),
14689         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14690         (exit_fullscreen_button_clicked_cb),
14691         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14692         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14693         (ev_window_state_event_cb), (ev_window_init):
14694         Add fullscreen support from Epiphany.
14695         
14696 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14697
14698         * data/ev-stock-zoom-fit-width.png: fit-width
14699         stock icon from gpdf.
14700         
14701         * shell/ev-stock-icons.[ch]: copied from gpdf.
14702         
14703         * shell/main.c: (main): init stock icons.
14704         
14705         * shell/ev-window.c: use the fit-width icon.
14706         
14707         * data/evince-ui.xml: add zooming toolbar items.
14708
14709 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14710
14711         * shell/ev-view.c: 
14712         (ev_view_best_fit), (ev_view_fit_width): because
14713         get_page_size() returns the scaled page size, we
14714         need to calculate the scale factor relative to
14715         the previous scale factor. Should really just
14716         add get_real_page_size().
14717
14718 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14719
14720         * shell/ev-view.[ch]:
14721         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14722         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14723         add zooming.
14724         
14725         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14726         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14727         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14728         hook it up.
14729         
14730         * pdf/xpdf/pdf-document.cc:
14731         (pdf_document_begin_find),
14732         (pdf_document_end_find): make static.
14733
14734 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14735
14736         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14737
14738         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14739         names to fontconfig patterns.
14740         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14741
14742         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14743         setupBaseFontsFc.
14744
14745 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14746
14747         * Makefile.am:
14748         * configure.ac:
14749         * ps/Makefile.am:
14750         * ps/ggvutils.c:
14751         * ps/ggvutils.h:
14752         * ps/gsdefaults.c:
14753         * ps/gsdefaults.h:
14754         * ps/gsio.c:
14755         * ps/gsio.h:
14756         * ps/gtkgs.c:
14757         * ps/gtkgs.h:
14758         * ps/ps.c:
14759         * ps/ps.h:
14760
14761         Import ggv backend. Not hooked up yet.
14762
14763 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14764
14765         * shell/main.c: (load_files), (main): load files
14766         from the command line.
14767
14768 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14769
14770         * configure.ac: don't require bonobo.
14771         
14772         * cut-n-paste/recent-files/*: kill bonobo recent
14773         view.
14774
14775         * shell/ev-window.c:
14776         (ev_window_is_empty): upd.
14777         (unable_to_load), (ev_window_open): load backend
14778         based on the mime type.
14779
14780 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14781
14782         * backend/.cvsignore: ignore generated marshalers source.
14783
14784         * shell/main.c (main): this is not epiphany.
14785
14786 2004-12-22  Havoc Pennington  <hp@redhat.com>
14787
14788         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14789         (expose_bin_window): draw find highlights
14790
14791         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14792         
14793         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14794         (pdf_document_end_find): implement this interface
14795
14796         * backend/ev-document.c (ev_document_found): add this to emit
14797         signal
14798
14799 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14800
14801         * data/evince-ui.xml: Add a few more toolbar items.
14802
14803         * shell/ev-window.c: Hook up page navigation toolbar 
14804         items.
14805
14806         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14807         a page-changed signal.
14808
14809         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14810         Add ev_document_get_page().
14811
14812         * shell/ev-window.c: Sensitize/desensitize navigation
14813         actions.
14814
14815 2004-12-21  Havoc Pennington  <hp@redhat.com>
14816
14817         * backend/ev-backend-marshal.c,
14818         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14819         marshaler-generator thingy. I'm sure there's a better way to do
14820         this in the modern world.
14821
14822         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14823         end_find methods and "found" signal.
14824
14825         * configure.ac: find glib-genmarshal
14826
14827 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14828
14829         * shell/ev-sidebar.c: Construct an actual sidebar.
14830         * shell/ev-sidebar-bookmarks.[ch]:
14831         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14832
14833 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14834
14835         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14836         Redo size handling.
14837         
14838         * shell/ev-view.c: Track the size from the document.
14839
14840 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14841
14842         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14843         constructor assumes ownership of the string passed in.
14844         
14845         * shell/ev-window.c (ev_window_open): Destroy the error
14846         dialog once we've displayed it.
14847
14848 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14849
14850         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14851         a bit, it works! (sort of)
14852
14853         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14854         Move to .cc since we need to use C++ in the implementation.
14855
14856         * shell/dummy.cc: Add a CC file to force evince
14857         to be linked as a C++ program.
14858
14859 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14860
14861         * shell/ev-view.[ch]: Start of content-area widget.
14862
14863         * shell/ev-window.c: Create a EvView, update it
14864         as we change documents.
14865
14866         * shell/Makefile.am shell/ev-marshal.list: Add
14867         generated marshalers.
14868
14869 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14870
14871         * Makefile.am (SUBDIRS): move shell.
14872
14873 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14874
14875         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14876         .a to libtool convenience libraries.
14877
14878         * shell/ev-window.c (ev_window_open): Hard code loading
14879         a PDF document.
14880         
14881         * backend/ev-document.h: Add a boolean return to load(),
14882         fix GError * to GError **.
14883
14884         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14885         object for a PDF backend EvDocument.
14886
14887 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14888
14889         * dvi/*: New directory with the beginning of a .dvi backend.
14890
14891 2004-12-21  Havoc Pennington  <hp@redhat.com>
14892
14893         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14894         previous/next instead of back/forward
14895
14896 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14897
14898         * backend/ev-document.[ch]: Fix a couple of problems so
14899         it compile.
14900
14901 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14902
14903         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14904         to backend/ directory, rename EvViewer to EvDocument.
14905
14906 2004-12-21  Havoc Pennington  <hp@redhat.com>
14907
14908         * shell/ev-window.c: hook up the find bar widget; now we just need
14909         a document to find things in
14910
14911         * shell/eggfindbar.c: a find bar widget
14912
14913 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14914
14915         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14916
14917 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14918
14919         * pdf/**: Import of xpdf code from gpdf. 
14920
14921         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14922
14923         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14924         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14925         Fix FreeType includes.
14926
14927         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14928         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14929         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14930         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14931         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14932         Include xpdfconfig.h
14933         
14934 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14935
14936         * shell/ev-window.c (ev_window_dispose): dispose can be called
14937         multiple times.
14938
14939 2004-12-21  Havoc Pennington  <hp@redhat.com>
14940
14941         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14942         rather than Evince
14943
14944         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14945         items; really they should be synced with the strings, etc. from
14946         current gpdf, but just getting the boring typing out of the way 
14947
14948 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14949
14950         * po/POTFILES.in:
14951         * shell/ev-application.c: (window_destroy_cb):
14952         * shell/ev-window.c:
14953         * shell/main.c: (main):
14954
14955         Actually show the window...
14956
14957 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14958
14959         * Makefile.am:
14960         * shell/Makefile.am:
14961         * shell/ev-application.c: (ev_application_class_init):
14962         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14963
14964         Make it build again
14965
14966 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14967
14968         Import to gnome cvs.
14969         
14970         * Remove copies of gpdf and ggv trees.
14971         * Rip out all the recursive configure code.
14972         * Remove bonobo machinery.
14973         * viewer/*: GInterfaces that backends should/can implement.
14974
14975 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14976
14977         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14978         typo
14979
14980 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14981
14982         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14983         (ev_application_finalize, ev_application_class_init)
14984         (ev_application_init): use GType instance private data for priv.
14985
14986         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14987         (ev_window_finalize, ev_window_class_init)
14988         (ev_window_init): ditto.
14989
14990 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14991
14992         * shell/ev-application.c (ev_application_new_window): make public
14993         (ev_application_show_initial_window): kill.
14994
14995         * shell/ev-application.h: update prototypes.
14996
14997         * shell/main.cc (main): inline ev_application_show_initial_window.
14998
14999 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15000
15001         * shell/ev-application.c (ev_application_new_window): impl.
15002         (ev_application_show_initial_window): use it.
15003         (is_window_empty, ev_application_get_empty_window): returns an
15004         existing empty window or a new one.
15005         (ev_application_open): from ev_window_cmd_file_open.
15006
15007         * shell/ev-application.h: update prototypes
15008
15009         * shell/ev-window.c (ev_window_is_empty): impl.
15010         (ev_window_open): make public.
15011         (ev_window_cmd_file_open): use ev_application_open
15012
15013         * shell/ev-window.h: update prototypes, remove unused.
15014
15015 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15016
15017         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15018         move destroy handler out of here...
15019
15020         * shell/ev-application.c, shell/ev-application.h: ...into this new
15021         class. Also handles initial window creation.
15022
15023         * shell/main.cc (main): use EvApplication to create initial
15024         window.
15025
15026 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15027
15028         * Makefile.am (SUBDIRS): add cut-n-paste
15029
15030         * cut-n-paste/Makefile.am: add
15031
15032         * configure.ac: generate Makefiles in cut-n-paste
15033
15034 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15035
15036         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15037         (ev_window_class_init): install ev_window_dispose.
15038
15039 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15040
15041         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15042         char (gchar looks stupid).
15043
15044 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15045
15046         * po/de.po: updated German translation.
15047
15048 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15049
15050         * configure.ac: add more pkg-config library checks for gnome-vfs,
15051         bonobo etc.
15052
15053         * gpdf/configure.in: temporarily disable libpaper
15054         checks. Otherwise I'd have to add the checks for the shell, too.
15055
15056 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15057
15058         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15059         and * file filters to the file choose.
15060
15061 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15062
15063         * po/de.po: Updated German translation.
15064
15065 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15066
15067         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15068
15069 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15070
15071         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15072
15073         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15074         (ev_window_init): implement those menuitems.
15075
15076 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15077
15078         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15079
15080         * shell/ev-window.c (ev_window_init): use the toolbar.
15081
15082 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15083
15084         * shell/ev-window.c (ev_window_init): use menu translations
15085
15086 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15087
15088         * configure.ac: add "de" to ALL_LINGUAS.
15089
15090         * po/de.po: add German translation.
15091
15092 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15093
15094         * Makefile.am (SUBDIRS): add po
15095
15096         * configure.ac: check intltool, glib-gettext etc, generate
15097         po/Makefile.in
15098
15099         * po, po/POTFILES.in, po/POTFILES.skip: new.
15100
15101 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15102
15103         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15104         already use (#ifdef ENABLE_NLS)
15105
15106         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15107         pointer indirection thinko.
15108
15109         * shell/main.c: include gi18n.h for bindtextdomain etc.
15110
15111 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15112
15113         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15114         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15115         tooltips for menu items in the statusbar.
15116
15117 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15118
15119         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15120         pkgdatadir drop UIDIR
15121
15122 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15123
15124         * data/evince-ui.xml: Add File->Open menu item
15125
15126         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15127         chooser), hook it up in the ui manager.
15128
15129 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15130
15131         * shell/ev-window.c: fix Help->About tooltip.
15132
15133 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15134
15135         * configure.ac: set CFLAGS for libevprivate.
15136
15137         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15138         definitions, factory etc.
15139
15140         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15141
15142         * shell/Makefile.am: link against libevprivate.a.
15143
15144         * shell/ev-window.c (entries): add stock icon to Help->About.
15145
15146         * shell/main.c (main): init stock icon code.
15147
15148 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15149
15150         * lib/recent-files: egg recent files code
15151
15152         * lib/Makefile.am: add.
15153
15154         * Makefile.am: add lib subdir.
15155
15156         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15157         set CFLAGS for recent-files.
15158
15159 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15160
15161         * configure.ac: disable -ansi and -pedantic gcc flags. They
15162         disable POSIX stuff in stdio.h, but egg-recent uses them.
15163
15164 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15165
15166         * configure.ac: add --disable-deprecated flag (defaults to on in
15167         "cvs" builds).
15168
15169         * shell/Makefile.am (INCLUDES): use it.
15170
15171 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15172
15173         * shell/main.c: add missing #include.
15174
15175         * shell/ev-window.c: fix for pedantic gcc.
15176         (ev_window_cmd_help_about): split license into paragraphs for
15177         translators and pedantic compilers.
15178
15179 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15180
15181         * configure.ac: add more warning flags if compiling with gcc from
15182         cvs (or explicitly requested with --enable-more-warnings).
15183
15184 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15185
15186         * data/evince-ui.xml: add File and File->Close menu.
15187
15188         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15189         (ev_window_destroy): quit after destroy.
15190         (ev_window_class_init): override GtkObject::destroy.
15191         (entries): install close_window callback.
15192
15193 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15194
15195         * Makefile.am (SUBDIRS): add data subdir.
15196
15197         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15198         gtk+ 2.5.0 for GtkAboutDialog.
15199
15200         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15201         main window.
15202
15203         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15204
15205         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15206         manager.
15207         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15208
15209 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15210
15211         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15212
15213 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15214
15215         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15216
15217 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15218
15219         * shell/*: Added shell directory boilerplate, build it.
15220
15221 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15222
15223         * configure.ac, Makefile.am: Added top-level configure.ac and
15224         Makefile.am