]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Allow exporting images in any format supported by GdkPixbuf. Fixes bug
[evince.git] / ChangeLog
1 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2
3         * configure.ac:
4         * cut-n-paste/Makefile.am:
5         * cut-n-paste/fileformatchooser/Makefile.am:
6         * cut-n-paste/fileformatchooser/egg-macros.h:
7         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
8         * shell/Makefile.am:
9         * shell/ev-window.c: (image_save_dialog_response_cb),
10         (ev_view_popup_cmd_save_image_as):
11
12         Allow exporting images in any format supported by
13         GdkPixbuf. Fixes bug #500209.
14         
15 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * backend/pixbuf/pixbuf-document.c:
18
19         More warnings fixed.
20         
21 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
24         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
25         * backend/djvu/djvu-text.h:
26         * backend/tiff/tiff-document.c: (tiff_document_render):
27
28         Fix compile warnings.
29         
30 2007-12-28  Christian Persch  <chpe@gnome.org>
31
32         * **/*.c: Include config.h. Bug #504721.
33
34 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * configure.ac:
37         * Makefile.am:
38         * po/POTFILES.in:
39         * backend/comics/Makefile.am:
40         * backend/comics/comics-document.[ch]:
41         * backend/comics/comicsdocument.evince-backend.in:
42         * backend/djvu/Makefile.am:
43         * backend/djvu/djvu-document.[ch]:
44         * backend/djvu/djvudocument.evince-backend.in:
45         * backend/dvi/Makefile.am:
46         * backend/dvi/dvi-document.[c]:
47         * backend/dvi/dvidocument.evince-backend.in:
48         * backend/impress/Makefile.am:
49         * backend/impress/impress-document.[ch]:
50         * backend/impress/impressdocument.evince-backend.in:
51         * backend/pdf/Makefile.am:
52         * backend/pdf/ev-poppler.cc:
53         * backend/pdf/ev-poppler.h:
54         * backend/pdf/pdfdocument.evince-backend.in:
55         * backend/pixbuf/Makefile.am:
56         * backend/pixbuf/pixbuf-document.[ch]:
57         * backend/pixbuf/pixbufdocument.evince-backend.in:
58         * backend/ps/Makefile.am:
59         * backend/ps/ev-spectre.[ch]:
60         * backend/ps/ps-document.[ch]:
61         * backend/ps/psdocument.evince-backend.in:
62         * backend/tiff/Makefile.am:
63         * backend/tiff/tiff-document.[ch]:
64         * backend/tiff/tiffdocument.evince-backend.in:
65         * libdocument/Makefile.am:
66         * libdocument/ev-backends-manager.[ch]:
67         * libdocument/ev-module.[ch]:
68         * libdocument/ev-document.h:
69         * libdocument/ev-document-factory.[ch]:
70         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
71         (get_compression_from_mime_type), (get_document_from_uri),
72         (ev_document_factory_get_document), (file_filter_add_mime_types),
73         (ev_document_factory_add_filters):
74         * shell/Makefile.am:
75         * shell/ev-window-title.c: (get_filename_from_uri):
76         * shell/main.c: (main):
77         * thumbnailer/Makefile.am:
78         * thumbnailer/evince-thumbnailer.c: (main):
79
80         Plugin system for backends. Fixes bug #351348.
81         
82 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
83
84         * shell/ev-view-private.h:
85         * shell/ev-view.c: (ev_view_drag_update_momentum),
86         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
87         (ev_view_button_release_event), (ev_view_destroy):
88         
89         Kinetic scrolling implemented as requested in
90         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
91
92 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
93
94         * data/evince-toolbar.xml:
95         * data/evince-ui.xml:
96         * shell/ev-view-private.h:
97         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
98         (ev_view_button_press_event), (ev_view_motion_notify_event),
99         (ev_view_button_release_event), (ev_view_init),
100         (ev_view_autoscroll_cb), (ev_view_autoscroll),
101         (ev_view_set_cursor):
102         * shell/ev-view.h:
103         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
104         (ev_window_cmd_view_autoscroll):
105         
106         Autoscroll feature with the context menu. Fixes bug 
107         #323670. Thanks to David Turner <cillian64@googlemail.com>.
108
109 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
112
113         Disconnect also page-ready signal when removing a job because the
114         page size has changed. Thanks to kripken
115         <kripkensteiner@gmail.com>.
116
117 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
118
119         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
120         
121         Scroll pages in page entry with mouse wheel. Fixes bug
122         #324122. Thanks to David Turner <cillian64@googlemail.com>.
123
124 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * backend/dvi/Makefile.am:
127         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
128         (mdvi_cairo_device_init):
129         * backend/dvi/mdvi-lib/common.h:
130         * backend/dvi/mdvi-lib/mdvi.h:
131         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
132         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
133         (mdvi_build_path_from_cwd):
134
135         Add ps specials support in dvi backend when libspectre is
136         present. Fixes bug #386005.
137         
138 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * configure.ac:
141         * backend/ps/Makefile.am:
142         * backend/ps/ev-spectre.[ch]:
143         
144         Use libspectre, if available, for the ps backend. Fixes bugs
145         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
146
147 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
148         
149         * backend/comics/comics-document.c: (comics_document_load):
150         
151         Cygwin build issue fix.
152
153 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * shell/ev-view.c: (ev_view_set_zoom):
156
157         Do not limit the minimum zoom factor when sizing mode is best bit
158         or fit width. Fixes bug #503805.
159         
160 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
163         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
164         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
165         (ev_link_dest_get_property), (ev_link_dest_set_property),
166         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
167         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
168         (ev_link_dest_new_fitr):
169         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
170         (goto_fith_dest), (goto_xyz_dest):
171
172         Do not change left, top and zoom values when they are null in PDF
173         destinations. Fixes bug #460658.
174         
175 2007-12-10  Christian Persch  <chpe@gnome.org>
176
177         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
178         (ev_view_accessible_class_init),
179         (ev_view_accessible_idle_do_action),
180         (ev_view_accessible_action_do_action),
181         (ev_view_accessible_action_get_description),
182         (ev_view_accessible_action_set_description),
183         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
184         (ev_view_accessible_factory_init),
185         (ev_view_accessible_factory_get_accessible_type):
186         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
187         private data, and G_DEFINE_TYPE. Bug #502843.
188
189 2007-12-08  Christian Persch  <chpe@gnome.org>
190
191         * shell/ev-metadata-manager.c: (item_free),
192         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
193         (value_free), (parse_value), (parseItem),
194         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
195         (save_values): Use GSlice to allocate small amounts of memory. Bug
196         #475972.
197
198 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
201
202         Restore cursor to normal after a drag operation. Fixes bug
203         #501603.
204         
205 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
206
207         * NEWS:
208         * configure.ac:
209         
210         Update for release 2.21.1
211
212 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * configure.ac:
215         * cut-n-paste/gedit-message-area/Makefile.am:
216         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
217         * shell/Makefile.am:
218         * shell/ev-message-area.[ch]:
219         * shell/ev-window.c: (ev_window_set_message_area),
220         (ev_window_error_message_response_cb), (ev_window_error_message),
221         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
222         (ev_window_save_job_cb), (image_save_dialog_response_cb),
223         (ev_attachment_popup_cmd_open_attachment),
224         (attachment_save_dialog_response_cb), (ev_window_set_document),
225         (ev_window_init):
226
227         Use a message area instead of a popup dialog for error
228         notifications. Fixes bug #337495.
229         
230 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
233         (ev_window_run_fullscreen):
234
235         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
236         
237 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * ev-sidebar-thumbnails.c: (update_visible_range),
240         (ev_sidebar_thumbnails_refresh),
241         (ev_sidebar_thumbnails_set_document),
242         (ev_sidebar_thumbnails_support_document):
243
244         Show thumbnails for documents with one page. Fixes bug #358751.
245         
246 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-window.c:
249         (ev_window_load_print_settings_from_metadata),
250         (ev_window_save_print_settings), (ev_window_print_finished),
251         (ev_window_print_range):
252
253         Print settings that are specific to the document are now saved per
254         document in the metadata file. Fixes bug #488806.
255         
256 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
257
258         * backend/tiff/tiff-document.c: (tiff_document_render):
259
260         Tiff documents were rendered with wrong colors. Fixes bug #497279.
261         
262 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * shell/ev-application.[ch]: (get_find_string_from_args),
265         (ev_application_open_uri_at_dest), (ev_application_open_uri),
266         (ev_application_open_uri_list):
267         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
268         * shell/ev-window.[ch]: (ev_window_load_job_cb),
269         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
270         (ev_window_cmd_recent_file_activate),
271         (ev_window_open_recent_action_item_activated),
272         (ev_window_print_send), (open_remote_link):
273         * shell/main.c: (arguments_parse):
274
275         Add a command line option for search. Fixes bug #497710.
276         
277 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
278
279         * shell/ev-jobs.c: (ev_job_print_new):
280
281         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
282         
283 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * data/evince-toolbar.xml:
286         * shell/Makefile.am:
287         * shell/ev-application.c: (ev_application_init):
288         * shell/ev-open-recent-action.[ch]:
289         * shell/ev-window.c:
290         (ev_window_open_recent_action_item_activated),
291         (register_custom_actions):
292
293         Add an expander to the open toolbar item which pops up a dropdown
294         menu with the recently used documents. Fixes bug #487215.
295         
296 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * shell/ev-window.c: (ev_window_open_uri),
299         (ev_window_cmd_view_reload):
300
301         Do not jump to the first page when reloading by running evince
302         from the command line. Fixes bug #490847.
303         
304 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
305
306         * shell/ev-window.c: (ev_window_cmd_help_contents):
307
308         Plugged memory leak when help file is not found. Fixes bug
309         #490762.
310         
311 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * configure.ac:
314
315         Enable djvu, dvi and comics backends by default. Fixes bug
316         #437121.
317         
318 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * configure.ac:
321         * cut-n-paste/Makefile.am:
322         * cut-n-paste/recent-files/*: Removed
323         * help/reference/Makefile.am:
324         * shell/Makefile.am:
325         * shell/ev-application.[ch]: (ev_application_shutdown),
326         (ev_application_init):
327         * shell/ev-window.c: (ev_window_add_recent),
328         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
329
330         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
331         
332 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
333
334         * shell/ev-window.c: (launch_external_uri):
335
336         Let GnomeVFS check the URL, this allow more URL (like mailto:),
337         and report error if the URL is not supported (#489910).
338
339 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
342         (pdf_document_file_exporter_begin_page),
343         (pdf_document_file_exporter_end_page):
344
345         Fix printing with poppler splash backend. Fixes bug #489774.
346         
347 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
350         * shell/ev-print-job.c: (ev_print_job_class_init):
351
352         Fix a crash when printing with the gnome-print dialog. Fixes bug
353         #488939.
354         
355 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
356
357         * backend/pixbuf/pixbuf-document.c:
358
359         Fix an implicit function definition warning (#487655)
360
361 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-window.c:
364
365         Fix conflicting shortcut for view sade pane and presentation.
366         
367 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * backend/pdf/ev-poppler.cc:
370         (pdf_document_file_exporter_begin_page),
371         (pdf_document_file_exporter_do_page),
372         (pdf_document_file_exporter_end_page),
373         (pdf_document_file_exporter_iface_init):
374         * libdocument/ev-file-exporter.[ch]:
375         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
376         * shell/ev-jobs.c: (ev_job_print_get_page_list),
377         (ev_job_print_run):
378
379         When printing multiple pages per sheet in reverse option, do not
380         invert the order of the pages in every sheet, but the order of the
381         sheets. Do not print blank pages when page range is invalid. Fixes
382         bugs #484857 and #485521.
383         
384 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * shell/ev-jobs.c: (ev_job_print_get_page_list),
387         (ev_job_print_run):
388         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
389
390         Respect ranges order when printing more than one range in random
391         order.
392         
393 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
394
395         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
396         (ev_window_setup_document), (ev_window_rotation_changed_cb):
397
398         Rotate also the window icon when document is rotated. Fixes bug
399         #474681.
400         
401 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
404         (pdf_document_forms_get_form_fields):
405
406         Silently ignore unknown form fields. Fixes bug #482654. Patch by
407         Matthias Drochner.
408         
409 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * configure.ac:
412         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
413
414         Use poppler_page_render_for_printing() instead of
415         poppler_page_render() if available when exporting to a ps or pdf
416         file. Fixes bug #476627.
417         
418 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * shell/ev-window.c: (ev_window_run_fullscreen):
421
422         Do not show the toolbar in fullscreen mode if the main toolbar is
423         not visible. Fixes bug #483048.
424         
425 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/ev-view.c: (ev_view_button_press_event):
428
429         Give priority to form fields over images when deciding whether a
430         button press event is over an image or form field. It allows edit
431         form fields when they are over a background image. Fixes bug
432         #477841.
433         
434 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
435
436         * NEWS:
437         * configure.ac:
438         
439         Update for release 2.20.0
440
441 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * backend/pdf/ev-poppler.cc:
444
445         Remove #ifdef HAVE_FORMS, so that forms support works again.
446
447 2007-09-05  Götz Waschk  <waschk@mandriva.org>
448
449         * configure.ac:
450         * data/evince.desktop.in.in:
451         
452         Fixes desktop file issues. See bug #473471.
453
454 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
457         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
458         (ev_job_queue_remove_job):
459         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
460         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
461         * shell/ev-window.c: (ev_window_clear_save_job),
462         (ev_window_save_job_cb), (file_save_dialog_response_cb),
463         (ev_window_dispose):
464
465         Move save a copy task to its own job so that it's carried out in a
466         thread avoiding another lock in the main thread. Use
467         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
468         can be saved to a pathin another file system. Fixes bug #456891.
469         
470 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
471
472         * NEWS:
473         * configure.ac:
474         
475         Update for release 2.19.92
476
477 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * configure.ac:
480         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
481         (pdf_selection_get_selection_region),
482         (pdf_selection_get_selection_map),
483         (ev_form_field_from_poppler_field):
484
485         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
486         and triple click selections are enabled again now.
487
488 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * shell/ev-window.c: (ev_window_add_history):
491
492         Make sure not to use the history with documents not supporting
493         links. Fixes bug #468954.
494
495 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * shell/ev-window.c: (ev_window_load_job_cb):
498
499         Restart the search when reloading a document with the find bar
500         visible. Fixes bug #461962.
501
502 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-window.c: (setup_document_from_metadata),
505         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
506
507         Do not jump to the first page when reloading a document from the
508         last page.
509
510 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-window.c: (update_chrome_flag),
513         (setup_sidebar_from_metadata),
514         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
515         (ev_window_cmd_edit_find_next),
516         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
517         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
518         (find_bar_close_cb), (view_actions_focus_in_cb):
519
520         Do not update visibility when changing a chrome flag so that it's
521         possible to update several flags and update visibility only once
522         for all of them.
523
524 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
527
528         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
529         supported by gtk+. Fixes bug #460907.
530
531 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-view.c: (view_update_range_and_current_page):
534
535         Make sure current-page <= end-page in continuous mode. Fixes bug
536         #454950.
537
538 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * backend/pdf/ev-poppler.cc: (build_tree):
541
542         Ignore outline items without a title. Fixes bug #453913.
543
544 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
547         (ev_view_button_release_event), (ev_view_leave_notify_event):
548
549         Use always drag mouse cursor during a drag operation. Fixes bug
550         #470564.
551
552 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
555         (pdf_selection_get_selection_region),
556         (pdf_selection_get_selection_map):
557
558         Temporarily disable double and triple selections since it depends on
559         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
560         released and the update of the external dependency minimal version
561         approved.
562
563 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
566         (pdf_document_file_exporter_do_page):
567         * libdocument/ev-file-exporter.h:
568         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
569         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
570
571         Actually fix printing regressions. Remove orientation from
572         EvPrintContext since it's redundant.
573
574 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
577         * backend/impress/impress-document.c:
578         (impress_document_document_iface_init):
579         * backend/ps/ps-document.c: (ps_document_document_iface_init):
580         * backend/djvu/djvu-document.c:
581         (djvu_document_document_iface_init),
582         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
583         * backend/tiff/tiff-document.c:
584         (tiff_document_document_iface_init):
585         * backend/pixbuf/pixbuf-document.c:
586         (pixbuf_document_document_iface_init):
587         * backend/comics/comics-document.c:
588         (comics_document_document_iface_init):
589         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
590         (pdf_selection_render_selection),
591         (pdf_selection_get_selected_text),
592         (pdf_selection_get_selection_region),
593         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
594         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
595         (ev_selection_get_selection_region),
596         (ev_selection_get_selection_map):
597         * libdocument/ev-document.[ch]:
598         * shell/ev-pixbuf-cache.[ch]: (add_job),
599         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
600         * shell/ev-view-private.h:
601         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
602         (ev_job_render_run):
603         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
604         * shell/ev-view.c: (start_selection_for_event),
605         (ev_view_button_press_event), (ev_view_drag_data_get),
606         (ev_view_drag_data_received), (ev_view_button_release_event),
607         (compute_new_selection_text), (compute_selections),
608         (ev_view_select_all), (get_selected_text), (ev_view_copy),
609         (ev_view_primary_get_cb):
610
611         Add support for double and triple click selections.
612
613 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
614
615         * NEWS:
616         * configure.ac:
617
618         Update for release 2.19.4
619
620 2007-08-28  Justin Blanchard  <justinb04@aim.com>
621
622         * shell/ev-view-private.h:
623         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
624         (ev_view_set_highlight_search):
625         * shell/ev-view.h:
626         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
627         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
628         (find_bar_visibility_changed_cb):
629         
630         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
631
632 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
635         (pdf_document_file_exporter_begin),
636         (pdf_document_file_exporter_do_page):
637         * shell/ev-jobs.c: (ev_job_print_run):
638         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
639
640         Create always a portrait cairo surface and rotate when needed for
641         landscape. It fixes printing problems in real printers.
642
643 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
644
645         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
646         * libdocument/ev-file-exporter.[ch]:
647         (ev_file_exporter_get_capabilities):
648         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
649         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
650
651         Adjust number of pages per row according to page orientation when
652         printing 2 or 6 pages per sheet.
653
654 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * shell/ev-window.c: (ev_window_print_send):
657
658         Reset also cups setting to 1 when printing multiple pages per
659         sheet. Fixes bug #468853.
660
661 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * libdocument/ev-document-misc.c:
664         (ev_document_misc_surface_rotate_and_scale):
665
666         Use directly cairo_surface_get_content() when creating a similar
667         surface as suggested by Jeff Muizelaar. Thanks again.
668
669 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * backend/djvu/djvu-document.c: (djvu_document_render):
672         * backend/tiff/tiff-document.c: (tiff_document_render):
673         * backend/pdf/ev-poppler.cc: (pdf_document_render):
674         * libdocument/ev-document-misc.c:
675         (ev_document_misc_surface_from_pixbuf),
676         (ev_document_misc_surface_rotate_and_scale):
677
678         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
679         creating page surfaces. Fixes bug #453123. Thank you very much to
680         Jeff Muizelaar <jeff@infidigm.net>.
681
682 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * shell/ev-page-cache.c: (ev_page_cache_new),
685         (ev_page_cache_get_thumbnail_size):
686         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
687         (ev_sidebar_thumbnails_set_loading_icon):
688
689         Also store in page-cache the dimensions of the thumbnails so that
690         they can be used to create the correct loading icon in the side
691         pane. Fixes bug #466857.
692
693 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * backend/pdf/ev-poppler.cc:
696         (pdf_document_thumbnails_get_thumbnail):
697
698         Fix thumbnails rotation in pdf documents that include embedded 
699         thumbnails.
700
701 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
702
703         * backend/pdf/ev-poppler.cc:
704
705         Don't use #ifdef in macro expansion. Some compilers don't
706         like that. Closes bug #467042.
707
708 2007-08-15  Justin Blanchard  <justinb04@aim.com>
709
710         * backend/djvu/djvu-document.c: (djvu_document_finalize):
711         
712         Fixes memory leak in djvu backend.
713
714 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
715
716         * data/icons/32x32/Makefile.am:
717         * data/icons/32x32/actions/Makefile.am:
718         * data/icons/32x32/actions/view-page-cont.svg:
719         * data/icons/32x32/actions/view-page-facing.svg:
720         * data/icons/48x48/Makefile.am:
721         * data/icons/48x48/actions/Makefile.am:
722         * data/icons/48x48/actions/view-page-cont.svg:
723         * data/icons/48x48/actions/view-page-facing.svg:
724         
725         Icons for a new sizes.
726
727 2007-08-14  Justin Blanchard  <justinb04@aim.com>
728
729         * shell/ev-page-cache.c: (build_height_to_page),
730         (ev_page_cache_get_height_to_page):
731         
732         Fixes invalid read, see bug #466401.
733
734 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
737         (set_drag_cursor):
738         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
739         (configure_item_cursor), (new_pixbuf_from_widget):
740
741         Fix multihead problems in toolbar editor. Fixes bug #382055.
742
743 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * shell/ev-window.c: (ev_window_cmd_file_open),
746         (ev_window_cmd_save_as):
747
748         Use g_get_user_special_dir when available instead of
749         xdg_user_dir_lookup.
750
751 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
752
753         * MAINTAINERS:
754         
755         Updated according to request on desktop-devel.
756
757 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
760
761         Do not use cairo_rectangle and cairo_clip since we are
762         not using cairo_fill but cairo_paint. Use the same cairo context
763         for every page in the same expose event.
764
765 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
766
767         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
768         leak.
769
770 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * configure.ac:
773         * NEWS:
774
775         Release 0.9.3
776
777 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * libdocument/ev-document-info.h:
780         * libdocument/ev-document.h:
781         * shell/ev-page-action.h:
782         * shell/ev-sidebar-links.h:
783
784         Fix a headers problem with ev-link
785         
786         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
787         * shell/ev-view-private.h:
788         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
789         (get_link_area), (ev_view_query_tooltip),
790         (ev_view_leave_notify_event), (ev_view_destroy),
791         (ev_view_class_init):
792
793         Use new gtk tooltips when available instead of ev-tooltip.
794         
795 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * shell/ev-window.c: (update_chrome_visibility),
798         (ev_window_sidebar_visibility_changed_cb):
799
800         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
801         
802 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-navigation-action.c:
805         (ev_navigation_action_history_changed),
806         (ev_navigation_action_set_history):
807         * shell/ev-navigation-action-widget.c:
808         (ev_navigation_action_widget_init):
809         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
810
811         Fix compile warnings.
812         
813 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
816         (egg_editable_toolbar_dispose):
817
818         Fix memory leak.
819         
820 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
823         (screensaver_disable_x11):
824         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
825         * shell/ev-window.c: (presentation_set_timeout):
826         * shell/ev-view.c: (ev_view_presentation_transition_start):
827
828         Use g_timeout_add_seconds instead of g_timeout_add when
829         available.
830         
831 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
834
835         Set horizontal scrollbar policy to AUTOMATIC instead of
836         NEVER. Workaround for bug #449462.
837         
838 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-jobs.c: (ev_job_render_page_ready):
841
842         Add page_ready callback to main loop with high priority and hold
843         a reference to job during idle.
844         
845 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * configure.ac:
848         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
849         (pdf_document_file_exporter_begin),
850         (pdf_document_file_exporter_do_page),
851         (pdf_document_file_exporter_get_capabilities):
852         * libdocument/ev-file-exporter.h:
853         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
854         * shell/ev-window.c: (ev_window_print_send),
855         (ev_window_print_dialog_response_cb):
856
857         Allow printing multiple pages per sheet. Fixes bug #395573.
858         
859 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
860
861         * shell/ev-view.c: (tip_from_link):
862         
863         Check for NULL, fixes bug #460862.
864
865 2007-07-29  Christian Persch  <chpe@gnome.org>
866
867         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
868         (ev_window_preview_print_finished), (ev_window_do_preview_print),
869         (ev_window_cmd_preview_print):
870         
871         Fixes bug #437681 - blocks while enumerating printers.
872
873 2007-07-29  Christian Persch  <chpe@gnome.org>
874
875         * shell/ev-window.c: (ev_window_screen_changed):
876         
877         Don't use deprecated gtk+ function. See bug #460909.
878
879 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * shell/ev-utils.c: (get_num_monitors):
882         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
883
884         Do not use display before initializing it. Remove compile
885         warnings.
886
887 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
888
889         * shell/ev-view.c: (ev_view_class_init):
890         
891         Unix-like hjkl bindings added. See bug #458111.
892
893 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
894
895         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
896         * shell/ev-utils.h:
897         * shell/ev-view.c: (ev_view_set_zoom_for_size),
898         (ev_view_update_view_size):
899         * shell/ev-view.h:
900         * shell/ev-window.c: (ev_window_update_actions),
901         (setup_view_from_metadata), (ev_window_screen_changed),
902         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
903         (zoom_control_changed_cb):
904         * shell/ev-window.h:
905         
906         Reorganizes utility functions.
907
908 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
911         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
912         (add_job), (ev_pixbuf_cache_get_surface),
913         (ev_pixbuf_cache_get_link_mapping),
914         (ev_pixbuf_cache_get_image_mapping),
915         (ev_pixbuf_cache_get_form_field_mapping),
916         (ev_pixbuf_cache_get_text_mapping):
917         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
918         (notify_page_ready), (ev_job_render_page_ready),
919         (ev_job_render_run):
920
921         Add page_ready signal to notify that page is ready as soon as
922         possible even if other page elements like links, forms, images or
923         text mapping are not ready yet.
924
925 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
928         (dvi_document_file_exporter_do_page),
929         (dvi_document_file_exporter_get_capabilities),
930         (dvi_document_file_exporter_iface_init):
931         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
932         (ps_document_file_exporter_do_page),
933         (ps_document_file_exporter_get_capabilities),
934         (ps_document_file_exporter_iface_init):
935         * backend/djvu/djvu-document.c:
936         (djvu_document_file_exporter_begin),
937         (djvu_document_file_exporter_end),
938         (djvu_document_file_exporter_get_capabilities),
939         (djvu_document_file_exporter_iface_init):
940         * backend/tiff/tiff-document.c:
941         (tiff_document_file_exporter_begin),
942         (tiff_document_file_exporter_get_capabilities),
943         (tiff_document_document_file_exporter_iface_init):
944         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
945         (pdf_document_file_exporter_do_page),
946         (pdf_document_file_exporter_get_capabilities),
947         (pdf_document_file_exporter_iface_init):
948         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
949         (ev_file_exporter_get_capabilities):
950         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
951         (idle_print_handler), (ev_print_job_print):
952         * shell/ev-jobs.c: (ev_job_print_run):
953         * shell/ev-window.c: (ev_window_print_send),
954         (ev_window_print_range):
955
956         Use capabilities to know which options should be offered by the
957         print dialog depending on the document backend.
958
959 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
962
963         Give priority to forms over text to set the cursor.
964
965 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-view-private.h:
968         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
969         (ev_view_leave_notify_event), (ev_view_finalize),
970         (ev_view_get_property), (ev_view_class_init):
971
972         Use IBEAM cursor for text form fields and NORMAL cursor for read
973         only fields. Remove unused status attribute.
974
975 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
978
979         Update region for current selected items also for checkbox
980         buttons, since they can behave as radio buttons when they are in a
981         set.
982
983 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * configure.ac:
986         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
987
988         Get max length of text form fields.
989
990 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
993         * libdocument/ev-form-field.h:
994         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
995
996         Fix build with current poppler cvs head.
997
998 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1001         * shell/eggfindbar.c: (egg_find_bar_init):
1002
1003         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1004         deprecation. Fixes bug #455667
1005
1006 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * NEWS:
1009         * configure.ac:
1010         
1011         Update for release 0.9.2
1012
1013 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-view.c: (ev_view_form_field_text_save),
1016         (ev_view_form_field_choice_save):
1017
1018         Fix a crash when closing whith a form widget visible.
1019
1020 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1023
1024         Update also the region of the current selected button when
1025         clicking on another button if they are radio buttons.
1026
1027 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1030         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1031         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1032         (ev_pixbuf_cache_get_link_mapping),
1033         (ev_pixbuf_cache_get_image_mapping),
1034         (ev_pixbuf_cache_get_form_field_mapping),
1035         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1036         * shell/ev-view.c: (ev_view_form_field_get_region),
1037         (ev_view_form_field_button_create_widget),
1038         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1039         (job_finished_cb):
1040
1041         Redraw only form field region instead of the whole page when
1042         reloading a page to show changes on the form field.
1043
1044 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * shell/ev-view.c: (ev_view_form_field_choice_save):
1047
1048         Fix selection of first item in list form fields.
1049
1050 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1053         (ev_pixbuf_cache_reload_page),
1054         (ev_pixbuf_cache_get_form_field_mapping):
1055
1056         Some refactoring to avoid duplicated code.
1057
1058 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * configure.ac:
1061         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1062         (ev_form_field_from_poppler_field),
1063         (pdf_document_forms_get_form_fields),
1064         (pdf_document_forms_form_field_text_get_text),
1065         (pdf_document_forms_form_field_text_set_text),
1066         (pdf_document_forms_form_field_button_set_state),
1067         (pdf_document_forms_form_field_button_get_state),
1068         (pdf_document_forms_form_field_choice_get_item),
1069         (pdf_document_forms_form_field_choice_get_n_items),
1070         (pdf_document_forms_form_field_choice_is_item_selected),
1071         (pdf_document_forms_form_field_choice_select_item),
1072         (pdf_document_forms_form_field_choice_toggle_item),
1073         (pdf_document_forms_form_field_choice_unselect_all),
1074         (pdf_document_forms_form_field_choice_set_text),
1075         (pdf_document_forms_form_field_choice_get_text),
1076         (pdf_document_document_forms_iface_init):
1077         * libdocument/Makefile.am:
1078         * libdocument/ev-form-field.[ch]:
1079         * libdocument/ev-document-forms.[ch]:
1080         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1081         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1082         (add_job), (ev_pixbuf_cache_reload_page),
1083         (ev_pixbuf_cache_get_form_field_mapping):
1084         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1085         * shell/ev-view-private.h:
1086         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1087         (ev_view_handle_cursor_over_xy),
1088         (ev_view_get_form_field_at_location),
1089         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1090         (ev_view_form_field_button_create_widget),
1091         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1092         (ev_view_form_field_text_create_widget),
1093         (ev_view_form_field_choice_save),
1094         (ev_view_form_field_choice_changed),
1095         (ev_view_form_field_choice_create_widget),
1096         (ev_view_handle_form_field), (ev_view_size_allocate),
1097         (ev_view_realize), (draw_end_presentation_page),
1098         (ev_view_button_press_event), (ev_view_remove_all),
1099         (ev_view_motion_notify_event), (ev_view_key_press_event),
1100         (ev_view_enter_notify_event), (highlight_find_results),
1101         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1102         (ev_view_class_init), (page_changed_cb),
1103         (on_adjustment_value_changed), (ev_view_set_presentation),
1104         (merge_selection_region), (ev_view_set_cursor),
1105         (ev_view_reset_presentation_state):
1106         
1107         Merge evince-forms branch.
1108
1109 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1110
1111         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1112
1113         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1114         This script also updates itself from libegg
1115
1116         * cut-n-paste/toolbar-editor/egg*:
1117         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1118         libegg
1119
1120 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1121
1122         * shell/ev-window.c:
1123         
1124         Adds a nice icon to page action during toolbar editing.
1125         See bug #452872.
1126
1127 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1128
1129         * data/evince-toolbar.xml:
1130         * shell/ev-window.c:
1131         
1132         Let user add a presentation and fullscreen icons on toolbar.
1133         See bug #449734.
1134
1135 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1136
1137         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1138
1139         new script to keep in sync with toolbareditor in libegg
1140
1141         * cut-n-paste/toolbar-editor/*: 
1142
1143         Run update-toolbareditor-from-libegg so we are in sync again. 
1144         Fixes bug #452850.
1145         
1146
1147 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * shell/ev-sidebar-links.c: (job_finished_callback):
1150
1151         Do not connect selection changed signal more than once. Fixes bug
1152         #349433.
1153
1154 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1157
1158         Do not change sidebar chrome flag when pressing F9 key in
1159         presentation mode.
1160
1161 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * backend/pdf/ev-poppler.cc:
1164         (pdf_document_thumbnails_get_dimensions):
1165
1166         Make sure thumbnails width and height is not <= 0. Fixes a crash
1167         with some pdf documents which have really small pages.
1168
1169 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1170
1171         * shell/main.c: (main):
1172
1173         Fixes program description translation issue.
1174         Bug #450148.
1175
1176 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1177
1178         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1179
1180         Do not change current page when returning from black/white mode
1181         in presentation. Fixes bug #415032.
1182
1183 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1184
1185         * NEWS:
1186         * configure.ac:
1187         
1188         Update for release 0.9.1
1189
1190 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1191
1192         * backend/dvi/dvi-document.c:
1193         (dvi_document_finalize),
1194         (dvi_document_file_exporter_format_supported),
1195         (dvi_document_file_exporter_begin),
1196         (dvi_document_file_exporter_do_page),
1197         (dvi_document_file_exporter_end),
1198         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1199         
1200         PDF exporter for dvi documents. Fixes bug #441319.
1201
1202 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/ev-window.c: (ev_window_clear_print_job):
1205
1206         Clear gtk print job when job has finished. Fixes bug #447612.
1207
1208 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * shell/ev-window.c: (ev_window_print_send),
1211         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1212
1213         Add preview button to print dialog. Fixes bug #445419.
1214
1215 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * backend/dvi/Makefile.am:
1218         * backend/dvi/pixbuf-device.[ch]: Removed
1219         * backend/dvi/cairo-device.[ch]: Added
1220         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1221         * backend/dvi/dvi-document.c: (dvi_document_load),
1222         (dvi_document_render), (dvi_document_finalize),
1223         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1224         (dvi_document_do_color_special):
1225         * libdocument/ev-document-misc.[ch]:
1226         (ev_document_misc_pixbuf_from_surface):
1227
1228         Port dvi backend to cairo and fix a problem with colors. 
1229
1230 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-view.c: (draw_one_page):
1233
1234         Draw only visible region.
1235
1236 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * backend/djvu/djvu-document.c: (djvu_document_render):
1239
1240         Fix rotation in djvu backend.
1241
1242 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1245         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1246         (ev_pixbuf_cache_get_image_mapping),
1247         (ev_pixbuf_cache_get_text_mapping):
1248
1249         Redraw view every time we have a new surface. Fixes bug #443587.
1250
1251 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * libdocument/ev-document.c: (ev_document_info_free):
1254
1255         Fix memory leaks.
1256
1257 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * backend/dvi/dvi-document.c: (dvi_document_render),
1260         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1261         * backend/impress/impress-document.c:
1262         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1263         (impress_document_render), (impress_document_document_iface_init),
1264         (impress_document_thumbnails_get_thumbnail):
1265         * backend/djvu/djvu-document-private.h:
1266         * backend/djvu/djvu-document.c: (djvu_document_render),
1267         (djvu_document_finalize), (djvu_document_document_iface_init),
1268         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1269         * backend/tiff/tiff-document.c: (tiff_document_render),
1270         (tiff_document_render_pixbuf),
1271         (tiff_document_document_iface_init):
1272         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1273         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1274         (pdf_selection_render_selection):
1275         * backend/comics/comics-document.c:
1276         (comics_document_render_pixbuf), (comics_document_render),
1277         (comics_document_document_iface_init):
1278         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1279         (pixbuf_document_document_iface_init):
1280         * libdocument/ev-document-misc.[ch]:
1281         (ev_document_misc_surface_from_pixbuf),
1282         (ev_document_misc_surface_rotate_and_scale):
1283         * libdocument/ev-document.[ch]: (ev_document_render):
1284         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1285         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1286         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1287         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1288         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1289         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1290         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1291         (render_finished_cb), (ev_job_render_run):
1292         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1293         (merge_selection_region):
1294
1295         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1296         and selections.
1297
1298 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * shell/ev-window-title.c: (ev_window_title_update):
1301
1302         Fix memory leak.
1303
1304 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * shell/ev-view.c: (draw_loading_text):
1307
1308         Show loading text centered. Fixes bug #433061
1309
1310 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * shell/ev-sidebar-thumbnails.c:
1313         (ev_sidebar_thumbnails_set_loading_icon):
1314
1315         Remove a mutex in the main thread that blocks the UI in heavy
1316         documents.
1317
1318 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1321
1322         Set points_set to TRUE so that selections don't disappear after a
1323         zoom change.
1324
1325 2007-06-07  Michael Monreal  <infernux@web.de>
1326
1327         * data/icons/16x16/actions/Makefile.am:
1328         * data/icons/16x16/actions/zoom.svg:
1329         * data/icons/22x22/actions/Makefile.am:
1330         * data/icons/22x22/actions/zoom.svg:
1331         * data/icons/24x24/actions/Makefile.am:
1332         * shell/ev-stock-icons.c:
1333         * shell/ev-stock-icons.h:
1334         * shell/ev-window.c:
1335         
1336         Zoom icon artwork. See bug #444795.
1337
1338 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1339
1340         * shell/ev-metadata-manager.c: Remove extraneous function
1341         (Closes: #444386)
1342
1343 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1344
1345         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1346         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1347         (ev_metadata_manager_set), (ev_metadata_manager_save):
1348         Simplify the timeout, no need for modified anymore
1349
1350 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1351
1352         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1353         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1354         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1355         (ev_metadata_manager_save): Adapted patch from Arjan van de
1356         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1357         time, saves on power (Closes: #443851)
1358
1359 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * configure.ac:
1362         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1363         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1364
1365         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1366
1367 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1368
1369         * shell/ev-window.c: (ev_window_add_history):
1370
1371         Check if history is NULL
1372
1373 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * libdocument/ev-image.c: (ev_image_finalize):
1376         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1377         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1378         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1379         (ev_tmp_uri_unlink):
1380
1381         Add functions to delete temporary files created by evince in a safe
1382         way.
1383
1384         * shell/ev-window.c: (ev_window_clear_local_uri),
1385         (open_xfer_update_progress_callback),
1386         (save_xfer_update_progress_callback), (ev_window_save_remote),
1387         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1388         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1389         (attachment_save_dialog_response_cb),
1390         (ev_attachment_popup_cmd_save_attachment_as):
1391
1392         Allow saving a copy of a document, image or attachment to a remote
1393         location. Fixes bug #440754. 
1394
1395 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * configure.ac:
1398         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1399
1400         Fix build with current poppler from cvs head. 
1401
1402 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1403
1404         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1405
1406         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1407         directory exists.
1408
1409 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1410
1411         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1412         * shell/ev-window.c:
1413
1414         Change sidebar ordering. Fixes bug #439939.
1415
1416 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1417
1418         * backend/comics/Makefile.am:
1419         
1420         Fixes build with --without-libgnome.
1421
1422 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1423         
1424         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1425
1426         Update cursor and tooltip on page change and view scroll. Fixes bug
1427         #439217.
1428
1429 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1430
1431         * NEWS:
1432         * configure.ac:
1433         
1434         Update for release 0.9.0
1435
1436 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1437
1438         * backend/djvu/djvu-document-private.h:
1439         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1440         (djvu_document_finalize),
1441         (djvu_document_file_exporter_format_supported),
1442         (djvu_document_file_exporter_begin),
1443         (djvu_document_file_exporter_do_page),
1444         (djvu_document_file_exporter_end),
1445         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1446         
1447         Implemented printing with djvu. Bug #437998.
1448
1449 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * backend/impress/zip.c:
1452         Add missing ulong definition.
1453
1454         * backend/ps/ps-interpreter.c:
1455         Add missing headers.
1456
1457         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1458
1459 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1462
1463         Add missing call to parent class dispose method. 
1464
1465 2007-05-12  Ross Burton  <ross@openedhand.com>
1466
1467         * shell/main.c:
1468         Sync keybindings manually when building without libgnome
1469         (#437925).
1470
1471 2007-05-12  Ross Burton  <ross@openedhand.com>
1472
1473         * shell/ev-window.c:
1474         Respect the screen when opening help (#437866).
1475
1476 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * data/evince-ui.xml:
1479         * shell/ev-application.[ch]: (get_print_settings_from_args),
1480         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1481         (ev_application_open_uri_list):
1482         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1483         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1484         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1485         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1486         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1487         (ev_window_dispose):
1488         * shell/main.c: (arguments_parse):
1489
1490         Add print button in preview mode. Fixes bug #396475. 
1491
1492 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1493
1494         * cut-n-paste/zoom-control/ephy-zoom.h:
1495         
1496         Fixes zoom level factors. See bug #408119 for details.
1497
1498 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1499
1500         * backend/comics/comics-document.c: (comics_regex_quote),
1501         (extract_argv):
1502         
1503         Correctly quote symbols. Fixes crash in the bug
1504         #415370.
1505
1506 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1507
1508         * shell/ev-navigation-action-widget.c:
1509         (ev_navigation_action_widget_init),
1510         (ev_navigation_action_widget_class_init),
1511         (ev_navigation_action_widget_button_press_event):
1512         
1513         Connect to button-press event on correct widget. Fixes
1514         bug #431988
1515
1516 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1517
1518         * shell/ev-application.c: (ev_application_open_window),
1519         (ev_application_add_icon_path_for_screen),
1520         (ev_application_open_uri_at_dest):
1521         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1522         * shell/ev-navigation-action.c: (build_menu):
1523         
1524         Add app-specific icons to our icon theme. Fixes bug
1525         #425508.
1526
1527 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1528
1529         * shell/ev-history.c: (ev_history_class_init),
1530         (ev_history_add_link):
1531         * shell/ev-history.h:
1532         * shell/ev-navigation-action.c:
1533         (ev_navigation_action_history_changed),
1534         (ev_navigation_action_set_history), (build_menu),
1535         (ev_navigation_action_finalize):
1536         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1537         
1538         Make navigation action unsensitive instead of showing
1539         menu with unsensitive word. Fixes bug #417392.
1540
1541 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/ev-application.[ch]: (ev_application_shutdown),
1544         (ev_application_get_print_settings),
1545         (ev_application_set_print_settings):
1546         * shell/ev-window.c:
1547
1548         Remember print settings. Fixes bug #349102. 
1549
1550 2007-05-08  Christian Persch  <chpe@gnome.org>
1551
1552         * configure.ac:
1553         * properties/ev-properties-view.c:
1554
1555         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1556         Bug #382438.
1557
1558 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * configure.ac:
1561         * properties/ev-properties-view.c: (ev_regular_paper_size):
1562
1563         Use gtk+ builtin paper list to identify the document's paper size.
1564         Fixes bug #382438. 
1565
1566 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * configure.ac:
1569
1570         Fix build when compiling with thumbnailer and libgnome support. 
1571
1572 2007-05-04  Ross Burton  <ross@openedhand.com>
1573
1574         * configure.ac:
1575         Add --without-libgnome, check for libgnome and libgnomeui
1576         separately, and add them to the symbols as required.
1577
1578         * libdocument/ev-file-helpers.c:
1579         When building without libgnome, use g_get_user_config_dir instead
1580         of gnome_user_dir_get.
1581
1582         * shell/ev-application.c:
1583         When building without libgnome, don't use session management.
1584
1585         * shell/main.c:
1586         When building without libgnome, don't use GnomeProgram or
1587         initialise the authentication manager.
1588
1589         This fixes #328842.
1590
1591 2007-05-04  Ross Burton  <ross@openedhand.com>
1592
1593         * shell/ev-window.c:
1594         Don't use libgnome to open help, instead call Yelp directly.
1595
1596 2007-05-04  Ross Burton  <ross@openedhand.com>
1597
1598         * shell/ev-sidebar-attachments.c:
1599         Don't use libgnome to lookup icons for MIME types, instead copy
1600         code from GTK+ to do it manually.
1601
1602 2007-05-04  Ross Burton  <ross@openedhand.com>
1603
1604         * configure.ac:
1605         Add libxml to the dependencies for SHELL_CORE (#435818).
1606
1607 2007-05-02  Ross Burton  <ross@openedhand.com>
1608
1609         * configure.ac:
1610         * Makefile.am:
1611         Add --disable-thumbnailer (#434825)
1612
1613 2007-05-02  Ross Burton  <ross@openedhand.com>
1614
1615         * shell/ev-window.c:
1616         Add missing includes, fix indentation.
1617
1618         * shell/main.c:
1619         Fix indentation.
1620
1621 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1622
1623         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1624         ev_application_open_uri_at_dest instead of ev_application_open_uri
1625         preventing new document always being opened in a new window even if there
1626         is an empty window.
1627
1628 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1629
1630         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1631         (egg_recent_view_uimanager_finalize):
1632         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1633         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1634         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1635         (ev_pixbuf_cache_dispose):
1636         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1637         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1638         
1639         Add missing chain to parent class methods. Fixes
1640         bug #433128.
1641
1642 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1643
1644         * data/Makefile.am (update-icon-cache): Updates
1645         gtk-update-icon-cache in uninstall-hook.
1646
1647 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-window.c: (ev_window_setup_document),
1650         (ev_window_set_document), (ev_window_load_job_cb):
1651         * shell/ev-view.c: (setup_caches):
1652         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1653
1654         Start rendering pages before any other jobs. 
1655
1656 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-window.c: (ev_window_stop_fullscreen),
1659         (ev_window_stop_presentation):
1660
1661         Update chrome visibility before window unfullscreen. 
1662
1663 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * data/Makefile.am:
1666         * data/evince-ui.xml:
1667         * shell/ev-stock-icons.[ch]:
1668         * shell/ev-application.[ch]: (ev_application_shutdown),
1669         (ev_application_init), (ev_application_get_toolbars_model):
1670         * shell/ev-window.c: (update_chrome_visibility),
1671         (fullscreen_toolbar_setup_item_properties),
1672         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1673         (ev_window_run_presentation), (ev_window_stop_presentation),
1674         (ev_window_run_preview), (ev_window_screen_changed),
1675         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1676         (ev_window_dispose), (ev_window_init):
1677
1678         Make fullscreen toolbar always visible. Do not use egg toolbars for
1679         fullscreen and preview modes since such toolbars are not editables.
1680         Fixes bugs #300278, #338910 and #316188.  
1681
1682 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1683
1684         * shell/ev-application.c:
1685         * shell/ev-job-queue.c:
1686         * shell/ev-metadata-manager.c:
1687         * shell/ev-stock-icons.c:
1688         * shell/ev-window.c:
1689         * shell/main.c:
1690         
1691         Developers documentation updated.
1692
1693 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1696
1697         Check whether uri is valid before launching it. Fixes bug #427664.
1698
1699 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * shell/ev-window.c:
1702
1703         Change key accelerator for Open a Copy menu entry which is in conflict
1704         with Close. Fixes bug #427321.
1705
1706 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1707
1708         * NEWS:
1709         * configure.ac:
1710         
1711         Update for release 0.8.1
1712
1713 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1714
1715         * shell/ev-window.c: (setup_size_from_metadata):
1716         
1717         Do not make window bigger than screen. Fixes bug 
1718         #388985.
1719
1720 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1723         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1724
1725         Use default resolution when it's not provided by document. Fixes bug
1726         #408762.
1727
1728 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * configure.ac:
1731         * thumbnailer/Makefile.am:
1732         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1733         * thumbnailer/evince-thumbnailer.schemas.in:
1734         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1735
1736         Add support for ps, eps and compressed documents thumbnails. Do not
1737         ignore size parameter. 
1738
1739 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1740
1741         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1742         (dvi_document_do_color_special):
1743         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1744
1745         Implement font color specials in the DVI backend. Fixes bug #303651.
1746
1747 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1748
1749         Fixup the previous commit:
1750
1751         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1752         * shell/xdg-user-dir-lookup.c: Make the function non-static
1753         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1754
1755 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1756
1757         * shell/ev-window.c (file_open_dialog_response_cb): Use
1758         the xdg-user-dirs DOCUMENTS folder as default folder when
1759         opening a file chooser.  (#424858)
1760
1761         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1762         xdg-user-dirs.
1763
1764 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * shell/ev-window.c: (ev_window_load_job_cb):
1767
1768         Do not setup view from metadata on preview mode. 
1769
1770 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/main.c:
1773
1774         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1775
1776 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-view.c: (ev_view_primary_get_cb):
1779
1780         Check pointer != NULL before using it. Fixes bug #416841. 
1781
1782 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1783
1784         * NEWS:
1785         * configure.ac:
1786         
1787         Release 0.8.0
1788
1789 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1792
1793         Do not render thumbnails when sidebar thumbnail page is not visible
1794         at startup. Fixes bug #416447. 
1795
1796 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1797
1798         * data/evince.desktop.in.in:
1799
1800         "Application" is not a valid category in the freedesktop specification.
1801
1802 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * libdocument/ev-file-helpers.[ch]: (compression_run),
1805         (ev_file_uncompress), (ev_file_compress):
1806         * shell/ev-window.c: (file_save_dialog_response_cb):
1807
1808         Save document compressed when saving a copy of a compressed document.
1809         Fixes bug #334542.
1810
1811 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1814
1815         Allow deleting in goto window entry in presentation mode. 
1816
1817 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1818
1819         * Makefile.am: Dist MAINTAINERS.
1820
1821 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-window.c: (ev_window_update_actions):
1824
1825         Fix zoom shortcut keys when searching. Fixes bug #409828.
1826
1827 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/ev-window.c: (ev_window_setup_document):
1830
1831         Fix crash when loading documents with only one page. 
1832
1833 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * backend/dvi/dvi-document.c:
1836         (dvi_document_thumbnails_get_dimensions),
1837         (dvi_document_thumbnails_get_thumbnail):
1838         * backend/impress/impress-document.c:
1839         (impress_document_thumbnails_get_thumbnail),
1840         (impress_document_thumbnails_get_dimensions):
1841         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1842         (ps_document_thumbnails_get_dimensions):
1843         * backend/djvu/djvu-document.c:
1844         (djvu_document_thumbnails_get_dimensions),
1845         (djvu_document_thumbnails_get_thumbnail):
1846         * backend/tiff/tiff-document.c:
1847         (tiff_document_thumbnails_get_thumbnail),
1848         (tiff_document_thumbnails_get_dimensions):
1849         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1850         (pdf_document_thumbnails_get_thumbnail),
1851         (pdf_document_thumbnails_get_dimensions):
1852         * backend/comics/comics-document.c:
1853         (comics_document_thumbnails_get_thumbnail),
1854         (comics_document_thumbnails_get_dimensions):
1855         * backend/pixbuf/pixbuf-document.c:
1856         (pixbuf_document_thumbnails_get_thumbnail),
1857         (pixbuf_document_thumbnails_get_dimensions):
1858         * libdocument/ev-document-thumbnails.[ch]:
1859         (ev_document_thumbnails_get_thumbnail),
1860         (ev_document_thumbnails_get_dimensions):
1861         * libdocument/ev-document-misc.[ch]:
1862         (ev_document_misc_get_thumbnail_frame):
1863         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1864         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1865         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1866         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1867         (ev_sidebar_thumbnails_refresh):
1868         * shell/ev-window.c: (ev_window_setup_document):
1869         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1870
1871         Use an EvRenderContext for rendering thumbnails instead of a suggested
1872         width, so that different sized pages get sized proportionally.
1873
1874 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * shell/ev-view.c: (ev_view_button_press_event),
1877         (ev_view_key_press_event):
1878
1879         Fix critical warnings when there is no document loaded. 
1880
1881 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-page-action-widget.c:
1884         * shell/ev-navigation-action.c:
1885         * shell/ev-window.c:
1886
1887         Fix compile warnings. 
1888
1889 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * backend/djvu/djvu-text.h:
1892         * backend/djvu/djvu-document.c:
1893         * backend/djvu/djvu-text-page.c:
1894         * backend/djvu/djvu-links.c:
1895         * backend/djvu/djvu-text-page.h:
1896         * backend/djvu/djvu-text.c:
1897         
1898         Fix build on Mac. Fixes bug #392186. Patch by
1899         <ephraim_owns@hotmail.com>
1900
1901 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1904
1905         Restore cairo context before rendering every page when printing a PDF
1906         document into a PDF file. 
1907
1908 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * backend/ps/gstypes.h:
1911         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1912         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1913         (ps_document_thumbnails_get_thumbnail):
1914
1915         Handle PostScript page orientation. Fixes bug #318568.
1916
1917 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * backend/ps/Makefile.am:
1920         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1921         (document_load), (ps_document_load), (save_document),
1922         (save_page_list), (ps_document_get_n_pages),
1923         (ps_document_get_page_size), (ps_document_get_info),
1924         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1925         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1926         (ps_document_thumbnails_get_thumbnail),
1927         (ps_document_thumbnails_get_dimensions),
1928         (ps_document_document_thumbnails_iface_init):
1929         * backend/ps/ps.[ch]: (psgetpagebox):
1930         * backend/ps/ps-interpreter.[ch]:
1931
1932         Add support for thumbnails in ps backend. Fixes bug #164755. 
1933
1934 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1935
1936         * NEWS:
1937         * configure.ac:
1938         
1939         Release 0.7.2
1940
1941 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1944         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1945         (ev_window_dispose):
1946
1947         Use document thumbnail as window icon. Fixes bug #384442.
1948
1949 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1950
1951         * configure.ac:
1952
1953         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1954         duplicated adding application/x-bzpostscript instead. 
1955
1956 2007-02-11  Tom Parker  <palfrey@tevp.net>
1957
1958         * backend/ps/ps-document.c: (document_load):
1959
1960         Check return value of psscan before trying
1961         to use it. Fixes bug #372414.
1962
1963 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1966
1967         Fix invalid free in ev-page-cache. Fixes bug #404745.
1968
1969 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1970
1971         * test/Makefile.am:
1972         * test/test3.py:
1973         
1974         Added reload test case.
1975
1976 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * po/POTFILES.in:
1979         * backend/djvu/djvu-document.c: (djvu_document_load):
1980
1981         Check whether there are missing files in indirect multipage djvu
1982         documents. Fixes bug #361683. 
1983
1984 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1985
1986         * test/Makefile.am:
1987         * test/test-mime.bin:
1988         * test/test3.py:
1989         
1990         Added test for slow mime type
1991
1992 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1995
1996         Add some checks and call parent_class->finalize. Fixes bug #404745.
1997
1998 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1999
2000         * shell/ev-navigation-action.c: (connect_proxy):
2001         
2002         Fixes dropdown history menu. Thanks a lot Carlos!
2003
2004 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2007
2008         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2009         bug #373715.
2010
2011 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * backend/ps/ps.c: (psscan):
2014
2015         Fix memory leak. 
2016
2017 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * configure.ac:
2020         * libdocument/ev-file-helpers.c: 
2021
2022         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2023
2024 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * configure.ac:
2027         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2028         (ps_interpreter_start), (document_load), (save_document),
2029         (save_page_list):
2030         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2031         * libdocument/ev-document-factory.c:
2032         (ev_document_factory_get_from_mime), (get_document_from_uri),
2033         (free_uncompressed_uri), (ev_document_factory_get_document):
2034         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2035
2036         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2037
2038 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * libdocument/ev-document.h:
2041
2042         Fix typo in function name. 
2043
2044 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * backend/ps/ps-document.c: (ps_interpreter_finished),
2047         (ps_interpreter_start), (ps_interpreter_failed):
2048
2049         Handle ghostscript interpreter crashes. 
2050
2051 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * shell/ev-window.c: (ev_window_open_uri),
2054         (window_configure_event_cb):
2055
2056         Setup window size and position before showing it. Fixes bug #401711.
2057
2058 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * backend/ps/Makefile.am:
2061         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2062         (ps_document_dispose), (ps_document_class_init),
2063         (ps_interpreter_input), (ps_interpreter_output),
2064         (ps_interpreter_error), (setup_interpreter_env),
2065         (ps_interpreter_start), (ps_interpreter_stop),
2066         (ps_interpreter_failed), (ps_interpreter_is_ready),
2067         (check_filecompressed), (document_load), (ps_document_load),
2068         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2069         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2070         (render_page):
2071
2072         Rework ps-document. Code cleanups, remove deprecated code. 
2073
2074 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * shell/ev-view.c: (ev_view_button_press_event):
2077
2078         Do not start an image drag and drop operation when pointer is on 
2079         text, so that we can select text when the whole background is an
2080         image. 
2081
2082 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * shell/ev-window.c: (ev_window_update_actions): 
2085
2086         Disable all zoom related actions during presentation mode. 
2087
2088 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2089
2090         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2091
2092         Do not zoom in or out on presentation mode. Fixes bug #401305.
2093
2094 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2095
2096         * shell/ev-navigation-action.c: (connect_proxy),
2097         (create_menu_item), (ev_navigation_action_class_init):
2098         
2099         Correctly show menu and fix crash when navigaton 
2100         action is out of toolbar visible area.
2101
2102 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2103
2104         * data/Makefile.am:
2105         * data/evince.1:
2106         
2107         Added man file
2108
2109 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2110
2111         * help/reference/* :
2112         * configure.ac:
2113         
2114         Added gtk-doc based documentation for Evince.
2115         Still in initial state but I hope it will
2116         grow.
2117         
2118         * configure.ac:
2119         
2120         Lower dbus requirement to 0.70
2121
2122 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-window.c: (ev_window_add_history):
2125
2126         Fix memory leak. 
2127
2128 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2129
2130         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2131         * shell/ev-view.h:
2132         * shell/ev-window.c: (ev_window_add_history):
2133         
2134         Correctly handle named destination links
2135
2136 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2137
2138         * NOTES:
2139         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2140         * backend/pdf/ev-poppler.cc:
2141         * libdocument/ev-document-links.h:
2142         * libdocument/ev-link.c: (ev_link_get_page):
2143         * libdocument/ev-link.h:
2144         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2145         (ev_history_add_link):
2146         * shell/ev-history.h:
2147         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2148         (new_history_menu_item), (build_menu):
2149         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2150         * shell/ev-sidebar-links.c: (create_loading_model),
2151         (print_section_cb), (ev_sidebar_links_construct),
2152         (fill_page_labels), (update_page_callback_foreach),
2153         (update_page_callback), (job_finished_callback):
2154         * shell/ev-view.c: (ev_view_handle_link):
2155         * shell/ev-window.c: (ev_window_find_chapter),
2156         (ev_window_add_history), (view_handle_link_cb),
2157         (history_changed_cb):
2158         
2159         Implements another history variant
2160
2161 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * shell/ev-window.c: (view_external_link_cb):
2164         * shell/ev-view.c: (ev_view_button_release_event):
2165
2166         Open links in new window when clicking with middle button. 
2167
2168 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2169
2170         * shell/ev-navigation-action.c: (new_history_menu_item):
2171         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2172         * shell/ev-view.c: (ev_view_handle_link):
2173         * shell/ev-window.c:
2174         
2175         Store link before jump, not the destination. For me it 
2176         seems like more natural history behavior.
2177
2178 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2179
2180         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2181         (ev_navigation_action_class_init):
2182         * shell/ev-navigation-action.h:
2183         * shell/ev-page-action.c: (activate_cb):
2184         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2185         (ev_page_cache_set_current_page_history):
2186         * shell/ev-page-cache.h:
2187         * shell/ev-sidebar-thumbnails.c:
2188         (ev_sidebar_tree_selection_changed),
2189         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2190         * shell/ev-view-private.h:
2191         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2192         * shell/ev-view.h:
2193         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2194         (ev_window_setup_document), (ev_window_load_job_cb):
2195         * shell/ev-window.h:
2196         
2197         History finally works as expected.
2198
2199 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2202
2203         Do not update links treeview if it doesn't have a model assigned yet. 
2204
2205 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2208         (ev_sidebar_links_class_init), (update_page_callback):
2209
2210         Do not update links treeview when sidepane is not visible. 
2211
2212 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2213
2214         * shell/ev-marshal.list:
2215         * shell/ev-page-action.c: (activate_cb),
2216         (ev_page_action_class_init):
2217         * shell/ev-page-action.h:
2218         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2219         * shell/ev-window.c:
2220         
2221         Remove activate_link signal, not required.
2222
2223 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2224
2225         * shell/ev-navigation-action.c: (build_menu):
2226         
2227         Reorder menu items and build menu with fixed length.
2228
2229 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2230
2231         * shell/ev-view.c: (get_selected_text):
2232         
2233         Normalize text to fix ligatures problem. See bug
2234         #341947 for details.
2235
2236 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2239
2240         Fix memory leak in ev-page-cache. 
2241
2242 2007-01-25  Tom Parker <palfrey@tevp.net>
2243
2244         * backend/impress/impress-document.c: (impress_document_load),
2245         (impress_document_finalize), (impress_document_init):
2246         * properties/ev-properties-main.c: (ev_properties_get_pages):
2247         
2248         Correctly handle impress document errors. Fixes nautilus
2249         crash in property page #370491.
2250
2251 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2254         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2255         (ev_job_queue_remove_job):
2256         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2257         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2258         (ev_job_load_run):
2259         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2260         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2261         (ev_window_load_job_cb), (xfer_update_progress_callback),
2262         (ev_window_open_uri), (ev_window_dispose):
2263         * shell/main.c: (main):
2264
2265         Do file transfer asynchronously in the main thread instead of
2266         synchronously in the load thread. Fixes bugs #399694, #398307 and
2267         #343542.
2268
2269 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * shell/ev-jobs.c: (ev_job_xfer_run):
2272
2273         Load the document with the font-config lock held. 
2274
2275 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * backend/ps/ps-document.c: (start_interpreter):
2278
2279         Fix memory leaks in ps backend. 
2280
2281 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * backend/impress/impress-document.c:
2284         (impress_document_render_pixbuf):
2285
2286         Do not acquire fontconfig lock in impress backend, since it is using
2287         the main loop for rendering. 
2288
2289 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * po/POTFILES.in: 
2292
2293         Remove mdvi files that shouldn't be translated. 
2294
2295 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-view-private.h:
2298         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2299         (ev_view_set_zoom):
2300
2301         Render "loading..." text into a cairo surface instead of directly into
2302         the window so that fontconfig lock is only needed once and UI is not
2303         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2304
2305 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2308         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2309
2310         Use icon theme associated with the window screen rather than default. 
2311
2312 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2313
2314         * configure.ac:
2315
2316         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2317
2318 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2319
2320         * data/icons/*/apps/evince.*:
2321
2322         Move Evince icons under new apps directory.
2323
2324         * data/icons/*/actions/*:
2325
2326         Add new custom themeable Evince icons: view-page-continuous, 
2327         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2328         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2329
2330         * configure.ac:
2331
2332         Add new directories to AC_CONFIG_FILES.
2333
2334         * shell/ev-stock-icons.c:
2335         * shell/ev-stock-icons.h:
2336
2337         Use new custom themeable icons.
2338
2339 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2342
2343         Do not draw white background page in presentation mode. 
2344
2345 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2346
2347         * shell/ev-view.c: Remove unused gnome-vfs include.
2348
2349 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2350
2351         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2352         
2353         Format string is corrected, fixes bug #397129.
2354
2355 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-window.c: (ev_window_setup_recent):
2358
2359         Do not include in recent menu inexistent documents. Fixes
2360         bug #339171.
2361
2362 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * po/POTFILES.skip: 
2365
2366         Update POTFILES.skip file according to current source tree. 
2367
2368 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-window.c: (file_save_dialog_response_cb):
2371
2372         Do Save a copy in atomic way. Fixes bug #328266. 
2373
2374 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2377
2378         Keep selected cell always visible in index treeview.
2379
2380 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2381         
2382         * shell/ev-view.c: (ev_view_size_allocate):
2383
2384         Restore horizontal scrollbar after switching to/from fullscreen
2385         or presentation mode. Fixes bug #331728.
2386
2387 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-view-private.h:
2390         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2391         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2392         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2393         (ev_view_can_zoom_out):
2394
2395         Use max and min scale values in the view iby taking dpi into account. 
2396
2397 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * configure.ac:
2400         * NEWS:
2401
2402         Release 0.7.1
2403
2404 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * shell/ev-window.c: (ev_window_print_send):
2407
2408         Send print job to printer with some settings set to default values,
2409         since we have already exported to a file according to such settings
2410         and they could be taken twice by some printers. 
2411
2412 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-jobs.c: (ev_job_xfer_run):
2415         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2416
2417         Show main window and load document with the font-config lock held. 
2418
2419 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * configure.ac:
2422         * shell/ev-application.c: (ev_application_register_service):
2423         * shell/main.c: (load_files_remote):
2424
2425         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2426
2427 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2428
2429         * doc/debugging.txt:
2430         
2431         Remove obsolete documentation.
2432
2433 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2434
2435         * Makefile.am:
2436         * backend/Makefile.am:
2437         * backend/comics/Makefile.am:
2438         * backend/djvu/Makefile.am:
2439         * backend/dvi/Makefile.am:
2440         * backend/ev-async-renderer.c:
2441         * backend/ev-async-renderer.h:
2442         * backend/ev-attachment.c:
2443         * backend/ev-attachment.h:
2444         * backend/ev-backend-marshal.c:
2445         * backend/ev-document-factory.c:
2446         * backend/ev-document-factory.h:
2447         * backend/ev-document-find.c:
2448         * backend/ev-document-find.h:
2449         * backend/ev-document-fonts.c:
2450         * backend/ev-document-fonts.h:
2451         * backend/ev-document-images.c:
2452         * backend/ev-document-images.h:
2453         * backend/ev-document-info.h:
2454         * backend/ev-document-links.c:
2455         * backend/ev-document-links.h:
2456         * backend/ev-document-misc.c:
2457         * backend/ev-document-misc.h:
2458         * backend/ev-document-security.c:
2459         * backend/ev-document-security.h:
2460         * backend/ev-document-thumbnails.c:
2461         * backend/ev-document-thumbnails.h:
2462         * backend/ev-document-transition.c:
2463         * backend/ev-document-transition.h:
2464         * backend/ev-document.c:
2465         * backend/ev-document.h:
2466         * backend/ev-file-exporter.c:
2467         * backend/ev-file-exporter.h:
2468         * backend/ev-image.c:
2469         * backend/ev-image.h:
2470         * backend/ev-link-action.c:
2471         * backend/ev-link-action.h:
2472         * backend/ev-link-dest.c:
2473         * backend/ev-link-dest.h:
2474         * backend/ev-link.c:
2475         * backend/ev-link.h:
2476         * backend/ev-render-context.c:
2477         * backend/ev-render-context.h:
2478         * backend/ev-selection.c:
2479         * backend/ev-selection.h:
2480         * backend/impress/Makefile.am:
2481         * backend/pdf/Makefile.am:
2482         * backend/pixbuf/Makefile.am:
2483         * backend/ps/Makefile.am:
2484         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2485         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2486         (start_interpreter), (stop_interpreter), (document_load),
2487         (ps_document_next_page), (render_page):
2488         * backend/tiff/Makefile.am:
2489         * comics/Makefile.am:
2490         * comics/comics-document.c:
2491         * comics/comics-document.h:
2492         * configure.ac:
2493         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2494         * djvu/Makefile.am:
2495         * djvu/djvu-document-private.h:
2496         * djvu/djvu-document.c:
2497         * djvu/djvu-document.h:
2498         * djvu/djvu-links.c:
2499         * djvu/djvu-links.h:
2500         * djvu/djvu-text-page.c:
2501         * djvu/djvu-text-page.h:
2502         * djvu/djvu-text.c:
2503         * djvu/djvu-text.h:
2504         * dvi/Makefile.am:
2505         * dvi/dvi-document.c:
2506         * dvi/dvi-document.h:
2507         * dvi/fonts.c:
2508         * dvi/fonts.h:
2509         * dvi/mdvi-lib/Makefile.am:
2510         * dvi/mdvi-lib/afmparse.c:
2511         * dvi/mdvi-lib/afmparse.h:
2512         * dvi/mdvi-lib/bitmap.c:
2513         * dvi/mdvi-lib/bitmap.h:
2514         * dvi/mdvi-lib/color.c:
2515         * dvi/mdvi-lib/color.h:
2516         * dvi/mdvi-lib/common.c:
2517         * dvi/mdvi-lib/common.h:
2518         * dvi/mdvi-lib/defaults.h:
2519         * dvi/mdvi-lib/dvimisc.c:
2520         * dvi/mdvi-lib/dviopcodes.h:
2521         * dvi/mdvi-lib/dviread.c:
2522         * dvi/mdvi-lib/files.c:
2523         * dvi/mdvi-lib/font.c:
2524         * dvi/mdvi-lib/fontmap.c:
2525         * dvi/mdvi-lib/fontmap.h:
2526         * dvi/mdvi-lib/fontsrch.c:
2527         * dvi/mdvi-lib/gf.c:
2528         * dvi/mdvi-lib/hash.c:
2529         * dvi/mdvi-lib/hash.h:
2530         * dvi/mdvi-lib/list.c:
2531         * dvi/mdvi-lib/mdvi.h:
2532         * dvi/mdvi-lib/pagesel.c:
2533         * dvi/mdvi-lib/paper.c:
2534         * dvi/mdvi-lib/paper.h:
2535         * dvi/mdvi-lib/pk.c:
2536         * dvi/mdvi-lib/private.h:
2537         * dvi/mdvi-lib/setup.c:
2538         * dvi/mdvi-lib/sp-epsf.c:
2539         * dvi/mdvi-lib/special.c:
2540         * dvi/mdvi-lib/sysdeps.h:
2541         * dvi/mdvi-lib/t1.c:
2542         * dvi/mdvi-lib/tfm.c:
2543         * dvi/mdvi-lib/tfmfile.c:
2544         * dvi/mdvi-lib/tt.c:
2545         * dvi/mdvi-lib/util.c:
2546         * dvi/mdvi-lib/vf.c:
2547         * dvi/pixbuf-device.c:
2548         * dvi/pixbuf-device.h:
2549         * impress/Makefile.am:
2550         * impress/common.h:
2551         * impress/document.c:
2552         * impress/f_oasis.c:
2553         * impress/f_oo13.c:
2554         * impress/iksemel.c:
2555         * impress/iksemel.h:
2556         * impress/imposter.h:
2557         * impress/impress-document.c:
2558         * impress/impress-document.h:
2559         * impress/internal.h:
2560         * impress/r_back.c:
2561         * impress/r_draw.c:
2562         * impress/r_geometry.c:
2563         * impress/r_gradient.c:
2564         * impress/r_style.c:
2565         * impress/r_text.c:
2566         * impress/render.c:
2567         * impress/render.h:
2568         * impress/zip.c:
2569         * impress/zip.h:
2570         * lib/Makefile.am:
2571         * lib/ev-debug.c:
2572         * lib/ev-debug.h:
2573         * lib/ev-file-helpers.c:
2574         * lib/ev-file-helpers.h:
2575         * lib/ev-gui.c:
2576         * lib/ev-gui.h:
2577         * lib/ev-tooltip.c:
2578         * lib/ev-tooltip.h:
2579         * libdocument/Makefile.am:
2580         * libdocument/ev-file-helpers.c:
2581         * pdf/Makefile.am:
2582         * pdf/ev-poppler.cc:
2583         * pdf/ev-poppler.h:
2584         * pixbuf/Makefile.am:
2585         * pixbuf/pixbuf-document.c:
2586         * pixbuf/pixbuf-document.h:
2587         * properties/Makefile.am:
2588         * ps/Makefile.am:
2589         * ps/gsdefaults.c:
2590         * ps/gsdefaults.h:
2591         * ps/gsio.c:
2592         * ps/gsio.h:
2593         * ps/gstypes.h:
2594         * ps/ps-document.c:
2595         * ps/ps-document.h:
2596         * ps/ps.c:
2597         * ps/ps.h:
2598         * shell/Makefile.am:
2599         * shell/ev-application.h:
2600         * shell/ev-sidebar-links.c:
2601         * shell/ev-sidebar-links.h:
2602         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2603         (ev_gui_menu_position_tree_selection):
2604         * shell/ev-utils.h:
2605         * shell/ev-view.c: (ev_view_finalize):
2606         * shell/ev-window.c:
2607         * shell/main.c: (main):
2608         * thumbnailer/Makefile.am:
2609         * tiff/Makefile.am:
2610         * tiff/tiff-document.c:
2611         * tiff/tiff-document.h:
2612         * tiff/tiff2ps.c:
2613         * tiff/tiff2ps.h:
2614         
2615         Reorganize source tree.
2616
2617 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * backend/ev-document-factory.c:
2620
2621         Do not include ev-poppler.h when pdf is disabled. 
2622
2623 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * configure.ac:
2626         * data/evince-ui.xml:
2627         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2628         (pdf_document_document_images_iface_init):
2629         * backend/Makefile.am:
2630         * backend/ev-document-images.[ch]:
2631         * backend/ev-image.[ch]:
2632         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2633         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2634         (ev_job_xfer_run):
2635         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2636         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2637         (ev_pixbuf_cache_get_image_mapping):
2638         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2639         (view_menu_popup_cb), (ev_window_dispose),
2640         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2641         (ev_view_popup_cmd_copy_image):
2642         * shell/ev-view-private.h:
2643         * shell/ev-view.c: (ev_view_get_image_at_location),
2644         (ev_view_do_popup_menu), (ev_view_popup_menu),
2645         (ev_view_button_press_event), (ev_view_drag_data_get),
2646         (ev_view_drag_motion), (ev_view_drag_data_received),
2647         (ev_view_motion_notify_event), (ev_view_button_release_event),
2648         (ev_view_finalize), (ev_view_class_init):
2649
2650         Add image handling support. Fixes bugs #310008 and #325047. Images
2651         selection is not supported yet. 
2652
2653 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2656         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2657         (ev_view_init):
2658
2659         Move view drag and drop stuff to ev-view.
2660
2661 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2664         * shell/ev-view.c: (clear_selection): 
2665
2666         Clear selection also in pixbuf cache.
2667
2668 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2669
2670         * data/evince.desktop.in.in:
2671         
2672         Change icon name in desktop file. See bug #390734
2673         for details.
2674
2675 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2676
2677         * thumbnailer/Makefile.am:
2678
2679         Use top_builddir instead top_srcdir for generated schema
2680         file installation. Fixes bug #390161.
2681
2682 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * configure.ac:
2685         * backend/Makefile.am:
2686         * backend/ev-document-transition.[ch]:
2687         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2688         (pdf_document_page_transition_iface_init):
2689         * shell/ev-view-private.h:
2690         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2691         (ev_view_set_presentation), (transition_next_page),
2692         (ev_view_presentation_transition_stop),
2693         (ev_view_presentation_transition_start), (ev_view_next_page):
2694
2695         Add page transition support in presentation mode. At the moment only
2696         page duration is supported, but not transition effects. Fixes bug
2697         #309815.
2698
2699 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2702
2703         Run find_link_dest with document lock held, since it's called by links
2704         thread and main thread at the same time. 
2705
2706 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * shell/ev-view.c: (goto_dest):
2709
2710         Update page-cache when page is changed by the view, so that
2711         page-changed signal is emitted. 
2712
2713 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * test/test1.py:
2716         * test/test2.py:
2717
2718         Use C locale in tests. 
2719
2720 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-window.c: (ev_window_run_presentation):
2723         * shell/ev-view-private.h:
2724         * shell/ev-view.c: (ev_view_set_presentation):
2725
2726         Restore zoom settings when back from presentation mode. 
2727
2728 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2729
2730         * shell/ev-window.c: (ev_window_run_presentation):
2731
2732         Always use "best fit" zoom in presentation mode.
2733         Fixes bug #389195.
2734
2735 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2736
2737         * shell/ev-view.c: (ev_view_goto_window_create):
2738
2739         Show "Jump to page" label in the page jumping popup in
2740         presentation mode instead of just a GtkEntry.
2741
2742 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * shell/ev-window.c: (launch_external_uri):
2745
2746         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2747         #378085.
2748
2749 2006-12-22  Elijah Newren  <newren gmail com>
2750
2751         * configure.ac: explicitly check for libxml2.  Fixes #388795
2752
2753 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-view-private.h:
2756         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2757         (ev_view_goto_window_delete_event), (key_is_numeric),
2758         (ev_view_goto_window_key_press_event),
2759         (ev_view_goto_window_button_press_event),
2760         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2761         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2762         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2763
2764         Allow jumping to another page by typing a page number in presentation
2765         mode. It uses a popup window with an entry. Fixes bug #353625.
2766
2767 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2768
2769         * configure.ac:
2770         * properties/ev-properties-view.c: (ev_get_default_user_units),
2771         (ev_regular_paper_size):
2772         
2773         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2774         to Damien Carbery <damien.carbery@sun.com> and
2775         Yevgen Muntyan <muntyan@tamu.edu>.
2776
2777 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2778
2779         * shell/ev-window.c: (setup_document_from_metadata):
2780
2781         Make sure Evince doesn't restore the view on the last
2782         page when a document is reopened. Fixes bug #383381.
2783
2784 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2785
2786         * shell/ev-view.c: (draw_loading_text):
2787
2788         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2789
2790 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * configure.ac:
2793         * NEWS:
2794
2795         Release 0.7.0
2796
2797 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * configure.ac:
2800         * pdf/ev-poppler.cc: (pdf_print_context_free),
2801         (pdf_document_file_exporter_begin),
2802         (pdf_document_file_exporter_do_page):
2803
2804         Make cairo-pdf depedency optional. 
2805
2806 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2809
2810         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2811
2812 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2815         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2816         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2817         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2818         * shell/ev-view.c: (draw_loading_text):
2819         * shell/ev-window.c: (ev_window_cmd_file_properties):
2820
2821         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2822         related to using FontConfig from different threads.
2823         
2824 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-view.c: (draw_loading_text):
2827
2828         Acquire lock document when drawing "Loading..." text so that only one
2829         thread will use FontConfig at the same time. Fixes bug #374750.
2830
2831 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-page-action.[ch]: (activate_cb):
2834         * shell/ev-window.c: (activate_label_cb):
2835
2836         Check if text inserted in page entry is a valid page number when it
2837         doesn't match to any document page label. Fixes bug #383165.
2838
2839 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2840         * shell/ev-window.c:
2841
2842         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2843         available with GTK < 2.10. Added an ifdef to avoid compilation
2844         error.
2845
2846 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * configure.ac:
2849         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2850
2851         Fix ps backend in multihead systems.
2852
2853 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2856         * shell/ev-window.c: (ev_window_get_screen_dpi),
2857         (ev_window_update_actions), (setup_view_from_metadata),
2858         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2859
2860         Take screen DPI into account when zooming. Fixes bug #318285.
2861
2862 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2863
2864         * data/Makefile.am:
2865
2866         Cleaned up/slightly refactored Makefile.am. Added GConf
2867         schemas uninstallation as well.
2868
2869 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2870
2871         * Makefile.am:
2872         * test/Makefile.am:
2873
2874         Fight with autotools to fix make check. Make distcheck
2875         works fine as well now!
2876
2877 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2878
2879         * shell/ev-view.c: (draw_end_presentation_page):
2880
2881         Corrected "end of presentation" string.
2882
2883 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2884
2885         * shell/ev-view.c: (ev_view_key_press_event):
2886
2887         Correctly propagate key press event so that up/down keys
2888         work as expected (correct behaviour was broken by
2889         black/white screen key bindings for presentations).
2890
2891 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2894         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2895         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2896         (pdf_selection_get_selection_region),
2897         (pdf_selection_get_selection_map):
2898
2899         Add "static" to some private functions. 
2900
2901 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2902
2903         * lib/ev-tooltip.h:
2904         * properties/ev-properties-view.h:
2905         * shell/ev-jobs.h:
2906         * shell/ev-properties-dialog.h:
2907         * shell/ev-properties-fonts.h:
2908         * shell/ev-sidebar-links.h:
2909         * shell/ev-sidebar-thumbnails.h:
2910         * shell/ev-sidebar.h:
2911         * shell/ev-window.h:
2912         
2913         Fixes CHACK type in class casts. See bug #385343
2914         for details.
2915
2916 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-view-private.h:
2919         * shell/ev-view.c: (draw_end_presentation_page),
2920         (ev_view_expose_event), (ev_view_key_press_event),
2921         (ev_view_class_init), (ev_view_init):
2922
2923         Blank screen in presentation mode when pressing 'b' (filling with
2924         black) or 'w' (filling with white) keys. Fixes bug #358132.
2925
2926 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2927
2928         * data/evince-toolbar.xml:
2929         * shell/ev-window.c:
2930         
2931         Use stock icon for Select All action. Fixes
2932         bug #382652.
2933
2934 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2935
2936         * shell/ev-view.c: (get_doc_point_from_offset),
2937         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2938
2939         Add links support in rotated documents. Fixes bug #343733.
2940
2941 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-view-private.h:
2944         * shell/ev-view.c: (draw_end_presentation_page),
2945         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2946
2947         Show a blank page after the last page in presentation mode with a
2948         message indicating that presentation has finished and how to exit. 
2949
2950 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * shell/ev-window.c: (fullscreen_timeout_cb):
2953
2954         Hide cursor after a while in presentation mode. 
2955
2956 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2957
2958         * backend/ev-document-info.h:
2959         * data/evince-properties.glade:
2960         * pdf/ev-poppler.cc:
2961         * properties/ev-properties-view.c: (ev_regular_paper_size),
2962         (ev_properties_view_set_info):
2963         * ps/ps-document.c: (ps_document_get_info):
2964
2965         Adds a paper size field to the properties dialog. Fixes
2966         bug #307315. Patch by Kasper Svendsen (with some i18n
2967         changes done by me).
2968
2969 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2970
2971         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2972         (screensaver_init_dbus), (totem_scrsaver_new),
2973         (totem_scrsaver_init):
2974         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2975         * shell/ev-application.c: (ev_application_register_service),
2976         (ev_application_screensaver_enable),
2977         (ev_application_screensaver_disable):
2978         * shell/ev-application.h:
2979         * shell/ev-window.c: (ev_window_run_presentation),
2980         (ev_window_stop_presentation), (build_comments_string),
2981         (ev_window_init):
2982         
2983         Move screensaver handling to application. No more
2984         message on startup.
2985
2986 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * configure.ac:
2989         * backend/Makefile.am:
2990         * backend/ev-file-exporter.[ch]:
2991         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2992         * ps/ps-document.c: (ps_document_file_exporter_*):
2993         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2994         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2995         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2996         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2997
2998         Allow printing to PDF when suppoted by the backend.
2999         
3000 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * shell/ev-window.c: (build_comments_string):
3003
3004         Use always "Document Viewer" in about dialog. 
3005
3006 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * djvu/djvu-document.c: (djvu_document_get_page_size):
3009
3010         Display a warning message when get_pageinfo fails. 
3011
3012 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3013
3014         * Makefile.am:
3015         * backend/Makefile.am:
3016         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3017         * configure.ac:
3018         * shell/ev-window.c: (build_comments_string):
3019         
3020         Make pdf compilation optional. See bug #38007.
3021
3022 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * ps/ps.c: (get_next_text):
3025
3026         Fix CVE-2006-5864.
3027
3028 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3031         * shell/ev-navigation-action.c: (connect_proxy),
3032         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3033         
3034         Do not call g_type_class_peek_parent twice.
3035
3036 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * configure.ac:
3039         * data/icons/24x24/.cvsignore:
3040         * data/icons/24x24/Makefile.am:
3041         * data/icons/24x24/evince.png:
3042         * data/icons/Makefile.am:
3043         
3044         Add 24x24 icon. Thanks to 
3045         Michael Monreal <infernux@web.de>.
3046
3047 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3048
3049         * configure.ac: Fix typo in configure.ac. Thanks
3050         to dmacks@netspace.org for notification.
3051
3052 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3053
3054         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3055         
3056         Drop dbus include, fixes compilation with older dbus.
3057
3058 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3059
3060         * configure.ac:
3061         * cut-n-paste/Makefile.am:
3062         * cut-n-paste/totem-screensaver/.cvsignore
3063         * cut-n-paste/totem-screensaver/Makefile.am:
3064         * cut-n-paste/totem-screensaver/README:
3065         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3066         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3067         * shell/Makefile.am:
3068         * shell/ev-window.c: (ev_window_run_presentation),
3069         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3070         (ev_window_init):
3071
3072         Implemented screensaver enabling/disabling for
3073         presentation mode (not fullscreen mode). Code stolen
3074         from Totem (with some minor tweaks). Fixes bug #338889.
3075
3076 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3077
3078         * configure.ac:
3079
3080         Bump gnome-icon-theme requirements. We use the rotation
3081         icons that appeared recently.
3082
3083 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * shell/ev-history.c: (ev_history_add_page):
3086         * shell/ev-history.h:
3087         * shell/ev-window.c: (page_changed_cb):
3088         
3089         Use page labels instead of numbers.
3090
3091 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3092
3093         * data/evince-toolbar.xml:
3094         * po/POTFILES.in:
3095         * shell/Makefile.am:
3096         * shell/ev-navigation-action-widget.c:
3097         (ev_navigation_action_widget_init),
3098         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3099         (menu_detacher), (ev_navigation_action_widget_set_menu),
3100         (menu_position_func), (popup_menu_under_arrow),
3101         (ev_navigation_action_widget_toggled),
3102         (ev_navigation_action_widget_button_press_event):
3103         * shell/ev-navigation-action-widget.h:
3104         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3105         (ev_navigation_action_set_window), (activate_menu_item_cb),
3106         (new_history_menu_item), (new_empty_history_menu_item),
3107         (build_menu), (menu_activated_cb), (connect_proxy),
3108         (create_tool_item), (ev_navigation_action_init),
3109         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3110         * shell/ev-navigation-action.h:
3111         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3112         (ev_page_action_widget_set_page_cache),
3113         (ev_page_action_widget_finalize),
3114         (ev_page_action_widget_class_init), (match_selected_cb),
3115         (display_completion_text), (match_completion), (build_new_tree_cb),
3116         (get_filter_model_from_model),
3117         (ev_page_action_widget_update_model):
3118         * shell/ev-page-action-widget.h:
3119         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3120         (connect_proxy):
3121         * shell/ev-page-action.h:
3122         * shell/ev-stock-icons.c:
3123         * shell/ev-stock-icons.h:
3124         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3125         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3126         (register_custom_actions):
3127         * shell/main.c:
3128         
3129         Preliminary history implementation
3130
3131 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3132
3133         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3134         (dvi_document_class_init), (dvi_document_init_params):
3135         * dvi/mdvi-lib/font.c: (font_reference):
3136         
3137         Add reference to subfont. Fixes bug #374277.
3138
3139 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3142         (ev_window_cmd_file_open_copy_at_dest):
3143
3144         Fix a race condition when creating symlink. Increase the counter
3145         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3146         Mathias Hasselmann).
3147
3148 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * backend/Makefile.am:
3151         * backend/ev-attachment.c: (ev_attachment_open):
3152         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3153         (ev_tmp_dir), (ev_tmp_filename):
3154         * shell/ev-sidebar-attachments.c:
3155         (ev_sidebar_attachments_drag_data_get):
3156         * shell/ev-window.c: (ev_window_clear_temp_file):
3157
3158         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3159         in ensure_dir_exists. Abort without crashing when we can't create
3160         user's directory.
3161
3162 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * data/evince-ui.xml:
3165         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3166         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3167         (ev_window_cmd_file_open_copy_at_dest),
3168         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3169         (ev_view_popup_cmd_open_link_new_window):
3170
3171         Allow opening a copy of the current document in a new window. Fixes bug
3172         #357472
3173
3174 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3175
3176         * data/evince-toolbar.xml:
3177         
3178         Add rotate right and rotate left to available items for toolbar.
3179         
3180         * data/evince-ui.xml:
3181         * shell/ev-window.c: (ev_window_init):
3182         
3183         Customize toolbar with right click. Fixes bug #372451.
3184
3185 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3186
3187         * shell/ev-window.c: 
3188         
3189         Use "object-rotate-{left,right}" stock icons. Fixes 
3190         bug #373863.
3191
3192 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3195         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3196         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3197         (ev_window_open_uri):
3198         * shell/main.c: (arguments_parse):
3199
3200         Remove temp file created when evince is used by GTK+ in
3201         preview mode. Fixes bug #365282. 
3202
3203 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3204
3205         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3206         
3207         Fixes bug #372474 - Side pane disabled when entering 
3208         and leaving fullscreen mode.
3209
3210 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3211
3212         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3213         * data/Makefile.am:
3214         * data/evince-preview-toolbar.xml:
3215         * data/evince-toolbar.xml:
3216         * shell/ev-application.c: (ev_application_shutdown),
3217         (ev_application_init), (ev_application_get_toolbars_model):
3218         * shell/ev-application.h:
3219         * shell/ev-window.c: (update_chrome_visibility),
3220         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3221         (ev_window_cmd_edit_toolbar), (ev_window_init):
3222         
3223         Fixes bug #364364 - toolbar editor shows zoom actions again.
3224
3225 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3228
3229         Do not take margins into consideration for paper size when printing.
3230         Really fixes bug #350491.
3231
3232 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * data/evince-ui.xml:
3235         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3236         (ev_window_cmd_file_print_setup),
3237         (ev_window_print_dialog_response_cb),
3238         (ev_window_setup_action_sensitivity):
3239
3240         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3241
3242 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-window.c: (ev_window_print_range):
3245
3246         Revert my previuos commit, since printing to PDF is not supported by
3247         evince yet. 
3248
3249 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-window.c: (ev_window_print_range):
3252
3253         Enable print to a PDF. Fixes bug #332121.
3254
3255 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-application-service.xml:
3258         * shell/ev-application.[ch]: (ev_application_open_window),
3259         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3260         (ev_application_open_uri), (ev_application_open_uri_list):
3261         * shell/ev-window.c: (file_open_dialog_response_cb),
3262         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3263         (drag_data_received_cb), (open_remote_link):
3264         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3265
3266         Add support for multiscreen systems. Fixes bug #316206.
3267
3268 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-jobs.[ch]: (ev_job_print_new),
3271         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3272         (ev_job_print_do_page):
3273         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3274
3275         Allow printing only odd/even pages. Fixes bug #367289.
3276
3277 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3278
3279         * test/test1.py:
3280         * test/test2.py:
3281
3282         Re-add locale settings to test files.
3283
3284 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3285
3286         * data/evince-ui.xml:
3287         * shell/ev-window.c: (set_action_properties):
3288         
3289         Removed garbage from code and ui.
3290
3291 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3292
3293         * shell/ev-window.c: (ev_window_cmd_help_about):
3294
3295         Shamelessly add my name to the list of contributors.
3296
3297 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3298
3299         * test/test1.py:
3300         * test/test2.py:
3301
3302         Cleaned up the dogtail scripts.
3303
3304 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3305
3306         * shell/ev-view.c: (draw_loading_text): Don't render
3307         "loading..." text in presentation mode. Temporary
3308         workaround for bug #320352.
3309
3310 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3313         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3314
3315         Use print settings scale, copies, collate and reverse which were
3316         ignored. Fixes bug #359032.
3317
3318 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * configure.ac:
3321         * data/evince-password.glade:
3322         * test/Makefile.am:
3323         * test/test-encrypt.pdf:
3324         * test/test-links.pdf:
3325         * test/test1.py:
3326         * test/test2.py:
3327
3328         Add automated UI tests for evince with dogtail. See
3329         bug #300948.    
3330
3331 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3334
3335         Hide fullscreen toolbar when switching to another desktop workspace.
3336         Fixes bug #338871
3337
3338 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * shell/ev-window-title.c: 
3341         
3342         Test for .dvi in title of pdf documents.
3343
3344 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3345
3346         * shell/ev-view.c: (ev_view_scroll):
3347
3348         Page Up/Down should do page jumps in "Best fit" mode.
3349         If a user has explicitly chosen to view exactly one page
3350         at a time, scrolling just a part of the page when
3351         pressing Page Up/Down is not right. Fixes bug #323107.
3352
3353 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3354
3355         * NEWS:
3356         * configure.ac:
3357         
3358         Update for 0.6.1
3359
3360 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3363         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3364         
3365         Correctly disconnect from job signals on destroy.
3366
3367 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3368
3369         * shell/ev-view-private.h:
3370         * shell/ev-view.c: (view_set_adjustment_values),
3371         (view_update_range_and_current_page),
3372         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3373         
3374         Fixes bug #343199, current page now follows find page.
3375
3376 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3377
3378         * backend/ev-document-factory.c:
3379         * configure.ac:
3380         Assigned OpenDocument presenation MIME type to the
3381         Impress backend. Added some missing (but harmless)
3382         #ifdefs in the document factory as well to make things
3383         consistent again. Fixes bug #360658.
3384
3385 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3386
3387         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3388         * backend/ev-document-find.c: (ev_document_find_get_type):
3389         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3390         * backend/ev-document-links.c: (ev_document_links_get_type):
3391         * backend/ev-document-security.c: (ev_document_security_get_type):
3392         * backend/ev-document-thumbnails.c:
3393         (ev_document_thumbnails_get_type):
3394         * backend/ev-document.c: (ev_document_get_type):
3395         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3396         * backend/ev-selection.c: (ev_selection_get_type):
3397         * cut-n-paste/recent-files/egg-recent-model.c:
3398         (egg_recent_model_get_type):
3399         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3400         (egg_recent_view_uimanager_get_type):
3401         * cut-n-paste/recent-files/egg-recent-view.c:
3402         (egg_recent_view_get_type):
3403         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3404         (egg_editable_toolbar_get_type):
3405         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3406         (egg_toolbar_editor_get_type):
3407         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3408         (egg_toolbars_model_get_type):
3409         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3410         (egg_tree_multi_drag_source_get_type):
3411         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3412         (ephy_zoom_action_get_type):
3413         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3414         (ephy_zoom_control_get_type):
3415         * impress/r_back.c: (_imp_fill_back):
3416         * properties/ev-properties-main.c:
3417         (ev_properties_plugin_register_type):
3418         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3419         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3420         (ev_view_accessible_factory_get_type):
3421
3422         Reduce relocations. Bug #360616.
3423
3424 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * backend/ev-document-factory.c:
3427         (ev_document_factory_get_document):
3428         
3429         Load document even if extension is wrong.
3430
3431 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * shell/ev-metadata-manager.c: (save_values):
3434         * shell/ev-window.c: (setup_size_from_metadata),
3435         (setup_view_from_metadata), (ev_window_setup_document),
3436         (ev_window_xfer_job_cb), (window_configure_event_cb):
3437         
3438         Set size according to the document size/page size ratio.
3439         That should correct rather wierd behaviour of the previous
3440         commit.
3441
3442 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3443
3444         * shell/ev-window.c: (setup_view_from_metadata):
3445         
3446         Set size for new windows from previous window size.
3447         See bugs #354968 and #168450 for details. Thanks
3448         to Meik Hellmund.
3449
3450 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * djvu/djvu-links.c: (build_tree):
3453
3454         Fix memory leak.
3455
3456 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3457
3458         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3459         
3460         Don't make sidebar close button insensitive. Fixes
3461         bug #357871.
3462
3463 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3464
3465         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3466         (ev_window_set_view_accels_sensitivity):
3467         
3468         Don't enable Slash on documents which don't support
3469         find. Fixes bug #358648.
3470
3471 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3472
3473         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3474         open dialog fall back to the current document uri if the
3475         filechooser hasn't been used before. Fixes bug #356980.
3476
3477 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3478
3479         * shell/ev-window.c: (ev_window_setup_recent), 
3480         (ev_window_get_recent_file_label):
3481
3482         Escape underscores in filenames of recent file items.
3483
3484 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3485
3486         * configure.ac:
3487         
3488         Bumped poppler requirements, really 0.5.3 is very 
3489         buggy, now we require 0.5.4.
3490
3491 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * djvu/Makefile.am:
3494         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3495         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3496         (djvu_document_document_links_iface_init):
3497         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3498         (number_from_string_10), (get_djvu_link_dest),
3499         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3500         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3501         (djvu_links_get_links), (djvu_links_find_link_dest),
3502         (djvu_links_get_links_model):
3503         * djvu/djvu-links.h:
3504         
3505         Add support for links and bookmarks in djvu documents. Thanks
3506         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3507         patch.
3508
3509 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3510
3511         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3512         
3513         Reopen should reload document. Fixes 
3514         bug 327951.
3515
3516 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3517
3518         * configure.ac:
3519         * data/Makefile.am:
3520         * data/evince-16.png:
3521         * data/evince-22.png:
3522         * data/evince.png:
3523         * data/evince.svg:
3524         * data/icons/16x16/Makefile.am:
3525         * data/icons/16x16/evince.png:
3526         * data/icons/22x22/Makefile.am:
3527         * data/icons/22x22/evince.png:
3528         * data/icons/48x48/Makefile.am:
3529         * data/icons/48x48/evince.png:
3530         * data/icons/Makefile.am:
3531         * data/icons/scalable/Makefile.am:
3532         * data/icons/scalable/evince.svg:
3533         
3534         Install icons with correct names. Fixes
3535         bug #354429.
3536
3537 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-view.c: (ev_view_button_release_event):
3540
3541         Don't open links with middle mouse button. Fixes bug #353649
3542
3543 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3544
3545         * NEWS:
3546         * configure.ac:
3547         
3548         Update for release 0.6.0
3549
3550 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3553         Implement Close named action. Patch by Carlos Garcia Campos.
3554
3555 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3556
3557         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3558         
3559         Don't clear link mapping on copy_job_to_job_info. Fixes
3560         bug 346168.
3561
3562 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * shell/main.c: (main):
3565
3566         Revert my previous commit, gnome_program_init owns the option context.
3567         Fix another memory leak in main. Both caught by Christian Persch. 
3568
3569 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * shell/main.c: (main):
3572
3573         Fix memory leak.
3574
3575 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3578
3579         Fix crash when opening a pdf with password protection. 
3580
3581 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * pdf/ev-poppler.cc: (pdf_document_search_free):
3584
3585         Fix memory leak. 
3586
3587 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3588
3589         * backend/ev-document-factory.c:
3590         (ev_document_factory_get_document):
3591         * tiff/tiff-document.c: (tiff_document_finalize):
3592         
3593         More correct handling of document loading. Fixes
3594         bug #349043.
3595
3596 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * backend/ev-attachment.c: (ev_attachment_save):
3599
3600         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3601         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3602
3603 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3604         
3605         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3606         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3607
3608 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * shell/ev-sidebar-thumbnails.c:
3611
3612         Do not render thumbnails unless thumbnails page is active in the
3613         sidebar.
3614
3615 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3616
3617         * shell/ev-properties-dialog.c:
3618
3619         Fix dialogue spacing. Bug #351370.
3620
3621 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3622
3623         * configure.ac:
3624
3625         Use lowercase gettext catalog file names (evince.mo
3626         instead of Evince.mo)
3627
3628 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * shell/ev-sidebar-attachments.c:
3631
3632         GtkIconTheme is now screen safe too. Fixes bug #350878
3633
3634 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * shell/ev-window.c:
3637
3638         GtkRecent manager is now screen safe. Fixes bug #350145
3639
3640 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3641
3642         * shell/ev-sidebar.c: (ev_sidebar_init):
3643         
3644         Make sidebar close icon smaller. Fix for bug 350177.
3645         See also bugs 350176 and 165770.
3646
3647 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3650
3651         Ignore zoom for xyz destinations when it's <= 1, keeping user
3652         preferences instead. Set correct sizing-mode for fith and fitv
3653         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3654
3655 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3656
3657         * NEWS:
3658         * configure.ac:
3659         
3660         Update for release 0.5.5
3661
3662 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3663         
3664         * shell/ev-window.c: (ev_window_cmd_escape)
3665
3666         Escape unfocus page entry. Fixes bug #345809.
3667
3668 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3671         (build_tree), (pdf_document_links_get_links),
3672         (pdf_document_links_find_link_dest):
3673         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3674         (goto_xyz_dest):
3675
3676         Convert from PDF style coordinates to X style coordinates in the
3677         backend rather than in the view. Fixes bug #338440
3678
3679 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3680
3681         * shell/ev-window.c:
3682         
3683         Remove Ctrl+Shift+T shortcut for toolbars. See
3684         the bug #350098.
3685
3686 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3687
3688         * configure.ac:
3689
3690         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3691         of this. 
3692
3693 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * configure.ac:
3696         * cut-n-paste/Makefile.am:
3697         * data/evince-ui.xml:
3698         * shell/Makefile.am:
3699         * shell/ev-application.[ch]:
3700         * shell/ev-window.c:
3701
3702         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3703         #349273
3704
3705 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3706
3707         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3708         findbar code: s/help/search/
3709
3710 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3711
3712         * shell/ev-window.c: (setup_document_from_metadata),
3713         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3714         (setup_view_from_metadata):
3715         
3716         Fix memory leaks.
3717
3718 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3719
3720         * autogen.sh, configure.ac: 
3721         
3722         Update automake usage. See bug 349292.
3723
3724 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3725
3726         * shell/eggfindbar.c: (egg_find_bar_class_init),
3727         (entry_activate_callback), (egg_find_bar_init),
3728         (egg_find_bar_set_status_text):
3729         * shell/eggfindbar.h:
3730         
3731         Unify Evince findbar with Epiphany. Nice patch
3732         from Fabricio Silva <silva@crans.org> and
3733         Frederic Peters <fpeters@entrouvert.com>. See
3734         bug #339966 for details.
3735
3736 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * data/evince.desktop.in.in:
3739         
3740         Correct information for bugzilla. Thanks to
3741         Olaf Vitters, see bug #348855.
3742
3743 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-jobs.[ch]:
3746         * shell/ev-sidebar-links.c:
3747         * shell/ev-window.[ch]:
3748
3749         GtkPrintJob doesn't support print ranges or current page, so we export
3750         to a ps file now when printing ranges or current page.
3751
3752 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * pdf/ev-poppler.cc:
3755         * shell/ev-window.c: (do_action_named):
3756
3757         We should be more clear about bugzilla. See the
3758         poppler bug #7623.
3759
3760 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * configure.ac:
3763         * shell/Makefile.am:
3764         * shell/ev-job-queue.c:
3765         * shell/ev-jobs.[ch]:
3766         * shell/ev-sidebar-links.c:
3767         * shell/ev-window.[ch]:
3768         
3769         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3770         #348422
3771
3772 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3775         * shell/ev-application-service.xml:
3776         * shell/ev-application.[ch]:
3777         * shell/ev-jobs.[ch]:
3778         * shell/ev-window.[ch]: (ev_window_run_preview):
3779         * shell/main.c: 
3780
3781         Add preview mode to use evince as a printing previewer. It also adds
3782         other command line options for fullscreen and presentation modes.
3783         Fixes bugs #347822, #317031
3784
3785 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3786
3787         * NEWS:
3788         * configure.ac:
3789         
3790         Update for release 0.5.4
3791
3792 2006-07-11  Bastien Nocera <hadess@hadess.net>
3793
3794         * Makefile.am:
3795         * backend/Makefile.am:
3796         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3797         * backend/ev-document-factory.h:
3798         * configure.ac:
3799         * impress/.cvsignore:
3800         * impress/Makefile.am:
3801         * impress/common.h:
3802         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3803         (imp_get_page), (imp_next_page), (imp_prev_page),
3804         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3805         * impress/f_oasis.c: (render_object), (render_page),
3806         (get_geometry), (_imp_oasis_load):
3807         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3808         (_imp_oo13_load):
3809         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3810         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3811         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3812         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3813         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3814         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3815         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3816         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3817         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3818         (iks_new_within), (iks_insert), (iks_insert_cdata),
3819         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3820         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3821         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3822         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3823         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3824         (iks_cdata), (iks_cdata_size), (iks_has_children),
3825         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3826         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3827         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3828         (iks_tree), (iks_load), (iks_save):
3829         * impress/iksemel.h:
3830         * impress/imposter.h:
3831         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3832         (imp_render_draw_bezier_real), (imp_render_get_size),
3833         (imp_render_set_fg_color), (imp_render_draw_line),
3834         (imp_render_draw_rect), (imp_render_draw_polygon),
3835         (imp_render_draw_arc), (imp_render_draw_bezier),
3836         (imp_render_open_image), (imp_render_get_image_size),
3837         (imp_render_scale_image), (imp_render_draw_image),
3838         (imp_render_close_image), (imp_render_markup),
3839         (imp_render_get_text_size), (imp_render_draw_text),
3840         (impress_document_load), (impress_document_save),
3841         (impress_document_get_n_pages), (impress_document_get_page_size),
3842         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3843         (impress_document_finalize), (impress_document_class_init),
3844         (impress_document_can_get_text), (impress_document_get_info),
3845         (impress_document_document_iface_init),
3846         (impress_document_thumbnails_get_thumbnail),
3847         (impress_document_thumbnails_get_dimensions),
3848         (impress_document_document_thumbnails_iface_init),
3849         (impress_document_init):
3850         * impress/impress-document.h:
3851         * impress/internal.h:
3852         * impress/r_back.c: (_imp_fill_back):
3853         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3854         (_imp_draw_image), (_imp_tile_image):
3855         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3856         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3857         (r_polyline):
3858         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3859         (r_draw_gradient_complex), (r_draw_gradient):
3860         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3861         (r_get_bullet):
3862         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3863         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3864         (r_text):
3865         * impress/render.c: (imp_create_context), (imp_context_set_page),
3866         (imp_context_set_step), (imp_render), (imp_delete_context):
3867         * impress/render.h:
3868         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3869         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3870         (zip_load_xml), (zip_get_size), (zip_load):
3871         * impress/zip.h:
3872         * shell/ev-utils.c:
3873         
3874         New backend to support impress slides. Fixes bug #30867.
3875
3876 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3877
3878         * shell/ev-utils.c: (using_postscript_printer):
3879         
3880         Fixes crash when print using PAPI backend,
3881         bug #345012.
3882
3883 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3884
3885         * shell/ev-jobs.c: (ev_job_xfer_run):
3886         * shell/ev-window.c: (password_dialog_response),
3887         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3888         (ev_window_dispose):
3889         Fixes bug #344160: if the xfer job doesn't complete
3890         because a password is required, reload the existing
3891         instance instead of creating a new one.
3892
3893 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * shell/main.c: (main): Call gdk_threads_init. Thus
3896         we'll avoid errors in auth dialog. Fix for the bug
3897         #343347.
3898
3899 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3900
3901         * configure.ac: Advertise pixbuf support, fix
3902         for the bug 343317.
3903
3904 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3905
3906         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3907         (ev_sidebar_thumbnails_set_document):
3908         
3909         Update sidebar thumbnails after reloading.
3910
3911 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3912
3913         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3914         * shell/ev-jobs.h:
3915         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3916         (ev_window_cmd_view_reload), (ev_window_init):
3917         
3918         Don't crash on reload. Fix for the bug #343167.
3919
3920 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * shell/ev-jobs.c: (ev_job_render_run):
3923         
3924         Check for document links.
3925
3926 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * backend/ev-attachment.c: (ev_attachment_save),
3929         (ev_attachment_launch_app), (ev_attachment_open):
3930         * backend/ev-document-factory.c: (get_document_from_uri):
3931         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3932         (egg_recent_view_uimanager_set_list):
3933         * ps/ps-document.c: (check_filecompressed), (document_load),
3934         (ps_document_load):
3935         * shell/ev-metadata-manager.c: (load_values):
3936         * shell/ev-password.c: (ev_password_dialog_set_property):
3937         * shell/ev-view.c: (tip_from_link):
3938         * shell/ev-window.c: (file_save_dialog_response_cb),
3939         (ev_window_print_dialog_response_cb):
3940         
3941         Use consistent quoting style. Fix for the bug #320285.
3942
3943 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * shell/ev-jobs.c: (ev_job_xfer_run):
3946         * shell/main.c: (load_files):
3947                 
3948         Open links with anchors. Fix for the bug #339836.
3949
3950 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3953         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3954         (ev_link_dest_set_property), (ev_link_dest_finalize),
3955         (ev_link_dest_class_init), (ev_link_dest_new_named),
3956         (ev_link_dest_new_page_label):
3957         * backend/ev-link-dest.h:
3958         * shell/ev-application.c: (ev_application_open_uri):
3959         * shell/ev-view.c: (goto_dest):
3960         * shell/ev-window.c:
3961         * shell/ev-window.h:
3962         
3963         Fix page-label command line option. Bug #342070.
3964
3965 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3966
3967         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3968         
3969         Don't show highlight rects if page can't be showed. Fix for 
3970         the bug #342076
3971
3972 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * shell/ev-window.c: (setup_sidebar_from_metadata),
3975         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3976         
3977         Setup sidebar from metadata even if there is no document
3978         loaded. Fix for the bug #342807.
3979
3980 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3981
3982         * cut-n-paste/toolbar-editor/Makefile.am:
3983         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3984         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3985         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3986         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3987         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3988         (popup_context_menu_cb), (button_press_event_cb),
3989         (configure_item_sensitivity), (configure_item_cursor),
3990         (configure_item_tooltip), (connect_widget_signals),
3991         (action_sensitive_cb), (create_item_from_action),
3992         (create_item_from_position), (toolbar_drag_data_received_cb),
3993         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3994         (toolbar_drag_leave_cb), (configure_drag_dest),
3995         (toggled_visibility_cb), (toolbar_visibility_refresh),
3996         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3997         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3998         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3999         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4000         (egg_editable_toolbar_dispose),
4001         (egg_editable_toolbar_set_ui_manager),
4002         (egg_editable_toolbar_get_selected),
4003         (egg_editable_toolbar_set_selected), (set_edit_mode),
4004         (egg_editable_toolbar_set_property),
4005         (egg_editable_toolbar_get_property),
4006         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4007         (egg_editable_toolbar_new_with_model),
4008         (egg_editable_toolbar_get_edit_mode),
4009         (egg_editable_toolbar_set_edit_mode),
4010         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4011         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4012         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4013         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4014         (item_added_or_removed_cb), (toolbar_removed_cb),
4015         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4016         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4017         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4018         (editor_create_item_from_name), (append_table),
4019         (update_editor_sheet), (egg_toolbar_editor_init):
4020         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4021         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4022         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4023         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4024         (toolbar_node_free), (egg_toolbars_model_get_flags),
4025         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4026         (egg_toolbars_model_get_name), (impl_add_item),
4027         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4028         (parse_data_list), (parse_item_list), (parse_toolbars),
4029         (egg_toolbars_model_load_toolbars), (parse_available_list),
4030         (parse_names), (egg_toolbars_model_load_names),
4031         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4032         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4033         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4034         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4035         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4036         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4037         (egg_toolbars_model_set_types), (fill_avail_array),
4038         (egg_toolbars_model_get_name_avail),
4039         (egg_toolbars_model_get_name_flags),
4040         (egg_toolbars_model_set_name_flags):
4041         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4042         * cut-n-paste/toolbar-editor/eggintl.h:
4043         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4044         (egg_tree_multi_drag_source_get_type),
4045         (egg_tree_multi_drag_source_row_draggable),
4046         (egg_tree_multi_drag_source_drag_data_delete),
4047         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4048         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4049         (path_list_free), (set_context_data), (get_context_data),
4050         (get_info), (egg_tree_multi_drag_drag_data_get),
4051         (egg_tree_multi_drag_motion_event),
4052         (egg_tree_multi_drag_button_press_event),
4053         (egg_tree_multi_drag_add_drag_support):
4054         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4055         * shell/ev-application.c: (ev_application_init),
4056         (ev_application_save_toolbars_model):
4057         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4058         (ev_window_cmd_edit_toolbar), (ev_window_init):
4059         
4060         Sync toolbareditor with epiphany and libegg
4061
4062 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * configure.ac: 
4065
4066         Depend on poppler 0.5.2
4067
4068 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4069
4070         * shell/ev-jobs.c: (ev_job_render_run):
4071         
4072         Check if document supports links iterface.
4073
4074 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4075
4076         * NEWS:
4077         * configure.ac:
4078         
4079         Update for release 0.5.3
4080
4081 2006-05-13  Michael Plump  <plumpy@skylab.org>
4082
4083         * configure.ac:
4084         * shell/Makefile.am:
4085         * shell/main.c: (main):
4086         
4087         Port to GOption command line parsing. Fix for the 
4088         bug #327518
4089
4090 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * shell/ev-window.c: (ev_window_cmd_help_about):
4093         
4094         Do not wrap license. Fix for the bug #309460.
4095
4096 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4097
4098         * configure.ac:
4099         * properties/ev-properties-main.c: (ev_properties_get_pages):
4100         * shell/ev-application.c: (ev_application_open_window),
4101         (ev_application_open_uri_at_dest):
4102         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4103         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4104         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4105         * shell/ev-utils.c: (save_print_config_to_file):
4106         * shell/ev-window.c: (ev_window_cmd_save_as),
4107         (ev_attachment_popup_cmd_save_attachment_as):
4108         * shell/main.c: (load_files_remote):
4109         
4110         Bump requirements to gtk 2.8 and drop all ifdefs used.
4111
4112 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4115         * shell/ev-window.c: (ev_window_init):
4116         
4117         Show attachments page.
4118
4119 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * po/POTFILES.in:
4122         * shell/ev-attachment-bar.c:
4123         * shell/ev-attachment-bar.h:
4124         * shell/ev-sidebar-attachments.c:
4125         (ev_sidebar_attachments_icon_cache_add),
4126         (icon_theme_get_pixbuf_from_mime_type),
4127         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4128         (ev_sidebar_attachments_icon_cache_refresh),
4129         (ev_sidebar_attachments_get_attachment_at_pos),
4130         (ev_sidebar_attachments_popup_menu_show),
4131         (ev_sidebar_attachments_popup_menu),
4132         (ev_sidebar_attachments_button_press),
4133         (ev_sidebar_attachments_update_icons),
4134         (ev_sidebar_attachments_drag_data_get),
4135         (ev_sidebar_attachments_get_property),
4136         (ev_sidebar_attachments_destroy),
4137         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4138         (ev_sidebar_attachments_new),
4139         (ev_sidebar_attachments_set_document),
4140         (ev_sidebar_attachments_support_document),
4141         (ev_sidebar_attachments_get_label),
4142         (ev_sidebar_attachments_page_iface_init):
4143         * shell/ev-sidebar-attachments.h:
4144         * shell/ev-window.c: (update_chrome_visibility),
4145         (setup_sidebar_from_metadata), (ev_window_setup_document),
4146         (ev_window_sidebar_current_page_changed_cb),
4147         (attachment_bar_menu_popup_cb), (ev_window_init):
4148         
4149         Move attachments bar to sidebar.
4150
4151 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4152
4153         * pdf/ev-poppler.cc:
4154         * shell/ev-application.[ch]:
4155         * shell/main.c:
4156
4157         Fix some memory leaks.
4158
4159 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4160
4161         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4162
4163         Change the properties dialog response to
4164         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4165         will make the dialog go away when the user presses
4166         enter. With gtk+ >= 2.9 this will happen anyway, but for
4167         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4168         escape by default. Fixes bug #340539. See also bug
4169         #101293 for the gtk+ part.
4170
4171 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4172
4173         * shell/ev-view.c (tip_from_action_named): Replace some strings
4174         that were wrong. Closes #340970.
4175
4176 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4179
4180         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4181         #341049
4182
4183 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4184
4185         * djvu/Makefile.am:
4186         * dvi/Makefile.am:
4187         * dvi/mdvi-lib/Makefile.am:
4188         * properties/Makefile.am:
4189         * ps/Makefile.am:
4190         * shell/Makefile.am:
4191         * thumbnailer/Makefile.am:
4192         
4193         Due to broken libtool that is unable to track dependencies
4194         of noinst libraries we are forced to explicitely point
4195         libraries for binary. Fix for the bug #333334.
4196
4197 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4198
4199         * data/evince.desktop.in.in:
4200         * shell/ev-view.c: (view_update_range_and_current_page),
4201         (ev_view_next_page), (ev_view_previous_page):
4202         * shell/ev-window.c: (update_chrome_visibility),
4203         (setup_sidebar_from_metadata), (ev_window_setup_document),
4204         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4205         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4206         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4207         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4208         (ev_window_stop_presentation), (ev_window_focus_in_event),
4209         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4210         (ev_window_init):
4211         * thumbnailer/Makefile.am:
4212         
4213         Update fullscreen and presentation timeout handling. Hide
4214         cursor in presentation after timeout. Fix for the bugs
4215         #136359 and #336981.
4216
4217 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * backend/ev-link-action.[ch]:
4220         * pdf/ev-poppler.cc: (ev_link_from_action):
4221         * shell/ev-view-private.h:
4222         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4223         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4224
4225         Add support for Named Action links
4226
4227 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * backend/Makefile.am:
4230         * backend/ev-document-links.[ch]:
4231         * backend/ev-document.[ch]:
4232         * backend/ev-link-action.[ch]:
4233         * backend/ev-link-dest.[ch]:
4234         * backend/ev-link.[ch]:
4235         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4236         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4237         * shell/ev-page-action.c: (build_new_tree_cb):
4238         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4239         (links_page_num_func), (update_page_callback):
4240         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4241         (tip_from_link):
4242         * shell/ev-jobs.c:
4243         * shell/ev-window.[ch]: (ev_window_open_uri),
4244         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4245         * shell/ev-application.[ch]: (ev_application_open_window),
4246         (ev_application_open_uri):
4247
4248         Rework links system, it adds support for remote links now and it makes
4249         easier to add new kinds of actions and destinations. Fixes bug #317292
4250
4251 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * data/Makefile.am:
4254         * data/evince.png:
4255         * data/evince-16.png:
4256         * data/evince-22.png:
4257         * data/evince.svg:
4258         * shell/main.c: (main):
4259         
4260         Evince use it's own icon. Fix for the bug #313392.
4261
4262         * shell/ev-window.c: (fullscreen_timeout_cb),
4263         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4264         (ev_window_cmd_help_about), (ev_window_dispose):
4265         
4266         Simplify fullscreen timeout code.
4267
4268 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * backend/ev-attachment.c: 
4271         * shell/ev-attachment-bar.c:
4272         * shell/ev-window.c:
4273
4274         Allow multiple selection of attachments
4275
4276 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * shell/ev-view.c: (view_update_range_and_current_page),
4279         (ev_view_scroll):
4280         
4281         Fix for the bug #312573 – Optimal selection of current 
4282         page among visible pages.
4283
4284 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * configure.ac:
4287         * djvu/Makefile.am:
4288         * djvu/djvu-text.h:
4289         
4290         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4291         for the bug 339868.
4292
4293 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4294
4295         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4296
4297 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4298
4299         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4300         dictated by the GNOME HIG. Fixes bug #339235.
4301
4302 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4303
4304         * data/evince-ui.xml:
4305         * shell/ev-view.c: (ev_view_can_find_previous):
4306         * shell/ev-view.h:
4307         * shell/ev-window.c: (ev_window_update_actions),
4308         (ev_window_cmd_edit_find_previous):
4309
4310         Add support for "Find Previous" as dictated by the GNOME HIG. A
4311         menu item is added and some glue code to make it all work is added
4312         to various files.
4313
4314 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4315
4316         * configure.ac: Award myself the "useless use of cat" award.
4317
4318 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4319
4320         * po/LINGUAS: New file listing all supported languages.
4321
4322         * configure.in: Use po/LINGUAS instead of including all languages
4323         directly in this file. See the wiki for more information:
4324         http://live.gnome.org/GnomeGoals/PoLinguas
4325
4326 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * backend/ev-document-factory.c:
4329
4330         Do not load the document twice when there isn't errors
4331
4332 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * backend/ev-attachment.c: 
4335
4336         Fix a crash when there isn't a default application to open an
4337         attachment
4338
4339 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4340
4341         * backend/ev-attachment.[ch]:
4342         * shell/ev-attachment-bar.[ch]:
4343
4344         Added missing files. 
4345
4346 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4347
4348         * backend/Makefile.am:
4349         * data/evince-ui.xml:
4350         * backend/ev-attachment.[ch]:
4351         * backend/ev-document.[ch]: (ev_document_has_attachments),
4352         (ev_document_get_attachments):
4353         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4354         (attachment_save_to_buffer), (pdf_document_get_attachments),
4355         (pdf_document_document_iface_init):
4356         * shell/Makefile.am:
4357         * shell/ev-attachment-bar.[ch]:
4358         * shell/ev-window.c:
4359
4360         Add support for PDF attachments. Fixes bug #325143
4361
4362 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4363
4364         * backend/ev-document-factory.c: (get_document_from_uri),
4365         (ev_document_factory_get_document):
4366         * backend/ev-document-factory.h:
4367         * properties/ev-properties-main.c: (ev_properties_get_pages):
4368         * shell/Makefile.am:
4369         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4370         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4371         (ev_job_queue_remove_job):
4372         * shell/ev-job-queue.h:
4373         * shell/ev-job-xfer.c:
4374         * shell/ev-job-xfer.h:
4375         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4376         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4377         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4378         (ev_job_xfer_run):
4379         * shell/ev-jobs.h:
4380         * shell/ev-window.c: (ev_window_is_empty),
4381         (password_dialog_response), (ev_window_clear_xfer_job),
4382         (ev_window_xfer_job_cb), (ev_window_open_uri),
4383         (ev_window_cmd_focus_page_selector),
4384         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4385         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4386         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4387         (ev_window_dispose):
4388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4389         
4390         * Cleanup mime type detection on document load. Fix for the
4391         bug #336448.
4392
4393 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4394
4395         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4396         
4397         Fix crash on exit, described in the bug #336825.
4398
4399 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4400
4401         * backend/ev-document-factory.c:
4402         (ev_document_factory_get_from_mime),
4403         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4404         (ev_document_factory_get_document),
4405         (file_filter_add_mime_list_and_free),
4406         (ev_document_factory_add_filters):
4407         * backend/ev-document-factory.h:
4408         * properties/ev-properties-main.c: (ev_properties_get_pages):
4409         * shell/Makefile.am:
4410         * shell/ev-application.c:
4411         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4412         * shell/ev-window.c: (ev_window_cmd_file_open),
4413         (ev_window_cmd_save_as):
4414         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4415         
4416         Rework factory functions so they are placed now in a single 
4417         file ev-document-factory.c
4418
4419 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-window.c: (update_chrome_visibility):
4422         
4423         Fix for the bug 166566 - don't show menubar in fullscreen
4424         mode.
4425
4426 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4427
4428         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4429
4430 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * shell/ev-view.c: (ev_view_expose_event):
4433         
4434         More correctly draw loading text when document
4435         is empty.
4436
4437 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * shell/ev-view.c: (ev_view_scroll):
4440         
4441         Fix for the bug #334854, page down and page up switch
4442         pages in presentation mode.
4443
4444 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * shell/ev-window.c: (ev_window_set_action_sensitive),
4447         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4448         (ev_window_set_view_accels_sensitivity),
4449         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4450         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4451         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4452         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4453         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4454         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4455         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4456         (view_actions_focus_in_cb), (ev_window_init):
4457         
4458         Fix for the bug #333902, now it's possible to search
4459         words with slash.
4460
4461 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4462
4463         * configure.ac: Added Breton translation.
4464         * po/br.po: Added Breton translation.
4465
4466 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * shell/ev-window-title (ev_window_title_update):
4469
4470         Fix memory leak in window title. Fixes bug #333944
4471
4472 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * shell/ev-metadata-manager.c (parseItem):
4475
4476         Fix memory leaks. Fixes bug #333945
4477
4478 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4479         
4480         * NEWS, configure.ac, TODO:
4481         
4482         Update for release 0.5.2.
4483
4484 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * shell/ev-view.c: (view_update_range_and_current_page),
4487         (page_changed_cb):
4488         
4489         Don't jump on scrolling, fix for the bug #333127.
4490
4491 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4494         
4495         Scroll by one page in presentation mode. Fix for the bug
4496         #332993.
4497
4498 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4499
4500         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4501
4502 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4503
4504         * configure.ac  Added lv in ALL_LINGUAS line.
4505
4506 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4507         
4508         * NEWS, configure.ac:
4509         
4510         Update for release 0.5.1
4511
4512 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4513
4514         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4515         * backend/ev-document-misc.h:
4516         * shell/ev-view.c: (draw_one_page):
4517         
4518          Clairfy what page the toolbar page number applies to. Fix
4519          for the bug #328102.
4520
4521 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4522
4523         * shell/ev-view-private.h:
4524         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4525         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4526         (ev_view_search_changed):
4527         * shell/ev-view.h:
4528         * shell/ev-window.c: (find_bar_search_changed_cb):
4529         
4530         Dont't jump to find result if window was scrolled during search.
4531         Fix for the bug #313266.
4532
4533 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4534
4535         * shell/eggfindbar.c: (egg_find_bar_class_init):
4536         * shell/eggfindbar.h:
4537         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4538         * shell/ev-view-private.h:
4539         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4540         (ev_view_class_init), (ev_sizing_mode_get_type),
4541         (ev_scroll_type_get_type):
4542         * shell/ev-view.h:
4543         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4544         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4545         (ev_window_init):
4546         
4547         Fix for the bug 319133 - Find entry should allow text scroll.
4548
4549 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4550
4551         * shell/ev-view-private.h:
4552         * shell/ev-view.c: (view_update_range_and_current_page),
4553         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4554         (ev_view_set_document), (update_find_status_message),
4555         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4556         (ev_view_find_previous):
4557         
4558         Fix for the bug #319137. Search now takes account for scrolling.
4559
4560 2006-02-19  Michael Hofmann <mh21@piware.de>
4561
4562         * configure.ac:
4563         * djvu/Makefile.am:
4564         * djvu/djvu-document-private.h:
4565         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4566         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4567         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4568         (djvu_document_can_get_text), (djvu_document_get_text),
4569         (djvu_document_document_iface_init),
4570         (djvu_document_thumbnails_get_thumbnail),
4571         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4572         (djvu_document_find_get_result),
4573         (djvu_document_find_page_has_results),
4574         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4575         (djvu_document_find_iface_init):
4576         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4577         (djvu_text_page_selection), (djvu_text_page_limits_process),
4578         (djvu_text_page_limits), (djvu_text_page_copy),
4579         (djvu_text_page_position), (djvu_text_page_union),
4580         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4581         (djvu_text_page_box), (djvu_text_page_append_text),
4582         (djvu_text_page_search), (djvu_text_page_prepare_search),
4583         (djvu_text_page_new), (djvu_text_page_free):
4584         * djvu/djvu-text-page.h:
4585         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4586         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4587         (djvu_text_n_results), (djvu_text_has_results),
4588         (djvu_text_get_result), (djvu_text_get_progress):
4589         * djvu/djvu-text.h:
4590         
4591         Text search in djvu. Fix for the bug #303415.
4592
4593 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4594
4595         * configure.ac:
4596         * shell/ev-window.c: (ev_window_cmd_save_as):
4597         
4598         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4599         Thanks to Gary Coady <gary@lyranthe.org>
4600
4601 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4602
4603         * shell/ev-print-job.c: (idle_print_handler):
4604         
4605         Inverse order printing, bug #320919.
4606
4607 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * data/evince-toolbar.xml:
4610         * shell/ev-window.c:
4611         
4612         Allow to add sidebar checkbutton on toolbar. Fix
4613         for the bug #144577.
4614
4615 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4616
4617         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4618         
4619         Add checks that have sense for empty ps document.
4620
4621 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4622
4623         * configure.ac: Include PS in mime types list. 
4624
4625 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * configure.ac:
4628         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4629         * ps/gsdefaults.h:
4630         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4631         
4632         Runtime check for gs interpreter. Fix for the bug #320868.
4633         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4634
4635 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-application.c: 
4638
4639         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4640         dbus>=0.60, so that the request is not queued. 
4641
4642 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * configure.ac:
4645         * shell/Makefile.am:
4646         * shell/ev-sidebar-links.c: (print_section_cb):
4647         * shell/ev-utils.c:
4648         * shell/ev-utils.h:
4649         * shell/ev-window.c: (update_action_sensitivity),
4650         (ev_window_close_dialogs), (ev_window_print):
4651         * shell/ev-window.h:
4652         
4653         Make printing support optional. Patch from Eduardo de Barros Lima
4654         <eduardo.lima@indt.org.br> for the bug #330546.
4655
4656 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4657
4658         * shell/ev-view-private.h:
4659         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4660         (ev_view_set_document):
4661         * shell/ev-view.h:
4662         * shell/ev-window.c: (ev_window_load_job_cb),
4663         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4664         (ev_window_init):
4665
4666         Draw Loading message during xfer job. Fix for the bug #329495.
4667
4668 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * comics/comics-document.c: (comics_regex_quote),
4671         (comics_document_load), (extract_argv):
4672         
4673         Correcly quote regexp before passing it to unzip.
4674
4675 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4676
4677         * shell/ev-page-cache.c: (build_height_to_page),
4678         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4679         (ev_page_cache_get_dual_even_left):
4680         * shell/ev-page-cache.h:
4681         * shell/ev-view.c: (view_update_range_and_current_page),
4682         (get_page_y_offset), (get_page_extents):
4683         
4684         Place even pages to the left if document has less then
4685         two pages. Fix for the bug #328856.
4686
4687 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4688
4689         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4690         
4691         Correct comics scheme. This make evince create thumbnails
4692         for comic books. Fix for the bug 329088.
4693
4694 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4695
4696         * data/evince-password.glade: Don't explicitly set
4697         invisible_char to the current default value in case
4698         the default changes; let GTK+ do its magic.
4699
4700 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4701
4702         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4703         real filename to tmp filename since often document
4704         type is determined by extension.
4705
4706 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4707
4708         * shell/ev-view.c: (add_scroll_binding_keypad),
4709         (ev_view_binding_activated), (ev_view_class_init):
4710         
4711         Add keybindings for percision-scrolling of display area. 
4712         Fix for the bug #314072.
4713
4714 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * data/evince.desktop.in.in:
4717         
4718         Add GTK to the list of categories. Fix for the bug #328034.
4719
4720 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4721
4722         * shell/ev-application.c: (ev_application_shutdown),
4723         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4724         * shell/ev-application.h:
4725         * shell/ev-window.c: (file_open_dialog_response_cb),
4726         (ev_window_cmd_file_open):
4727         
4728         Save last uri in file chooser dialog. Fix for the bug #327950.
4729
4730 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4731
4732         * NEWS:
4733         * README:
4734         
4735         Final update for release 0.5.0
4736         
4737         * shell/Makefile.am:
4738         
4739         Remove disable deprecated until we'll require libgnome-2.13.7
4740         and port to GOption argument parsing. See bug 327518.
4741
4742 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4743
4744         * comics/comics-document.c: (comics_document_save):
4745         * djvu/djvu-document.c: (djvu_document_save):
4746         * dvi/dvi-document.c: (dvi_document_save):
4747         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4748         * lib/ev-file-helpers.h:
4749         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4750         * tiff/tiff-document.c: (tiff_document_save):
4751         
4752         Use common save function for backends.
4753
4754 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4755
4756         * backend/ev-document-types.c:
4757         
4758         Fix crash on saving pixbuf.
4759
4760 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * cut-n-paste/recent-files/egg-recent-item.c:
4763         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4764         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4765         (parse_info_free), (valid_element), (start_element_handler),
4766         (end_element_handler), (text_handler), (egg_recent_model_filter),
4767         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4768         (egg_recent_model_monitor), (egg_recent_model_read),
4769         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4770         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4771         (egg_recent_model_set_property), (egg_recent_model_class_init),
4772         (egg_recent_model_init), (egg_recent_model_add_full),
4773         (egg_recent_model_delete), (egg_recent_model_get_list),
4774         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4775         (egg_recent_model_set_filter_mime_types),
4776         (egg_recent_model_clear_group_filter),
4777         (egg_recent_model_set_filter_groups),
4778         (egg_recent_model_clear_scheme_filter),
4779         (egg_recent_model_set_filter_uri_schemes),
4780         (egg_recent_model_remove_expired):
4781         * cut-n-paste/recent-files/egg-recent-util.c:
4782         (egg_recent_util_get_icon):
4783         * cut-n-paste/recent-files/egg-recent-util.h:
4784         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4785         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4786         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4787         (egg_recent_view_uimanager_set_property),
4788         (egg_recent_view_uimanager_get_property),
4789         (egg_recent_view_uimanager_class_init),
4790         (egg_recent_view_uimanager_init),
4791         (egg_recent_view_uimanager_set_label_width),
4792         (egg_recent_view_uimanager_get_label_width):
4793         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4794         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4795         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4796         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4797         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4798         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4799         
4800         Update from libegg.
4801
4802 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * shell/ev-page-cache.c: (build_height_to_page),
4805         (ev_page_cache_get_height_to_page):
4806         * shell/ev-page-cache.h:
4807         * shell/ev-view.c: (view_update_range_and_current_page),
4808         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4809         (ev_view_previous_page):
4810         
4811         Dual mode places even pages to the left. Fix for the bug #309393.
4812
4813         * shell/ev-view.h:
4814         * shell/ev-window.c: (update_action_sensitivity),
4815         (setup_view_from_metadata), (view_menu_popup_cb):
4816         
4817         Don't restore presentation in empty windows, more intelligent
4818         next page behaviour in dual mode.
4819
4820         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4821         (ev_pixbuf_cache_clear_job_sizes):
4822         
4823         Cleanup job callback on removal. Fix for the bug #325886.
4824
4825 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4826
4827         * ps/ps.c: (psscan):
4828         
4829         Commit workaround Mozilla problem. Fix for the bug #325919
4830         
4831         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4832         (save_item):
4833         
4834         Fix for year 2038 problem.
4835
4836 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4837
4838         * shell/ev-window.c: (setup_document_from_metadata),
4839         (ev_window_cmd_view_reload):
4840
4841         Clamp page recieved from metadata in valid values. Fix
4842         for the bug #325986.
4843
4844 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4845
4846         * MAINTAINERS: 
4847         Add MAINTAINERS as requested on desktop-devel-list.
4848
4849 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4852         (mime_type_supported_by_gdk_pixbuf),
4853         (ev_document_factory_get_mime_types),
4854         (ev_document_factory_get_all_mime_types):
4855         
4856         Don't add pixbuf mime types if pixbuf backend is disabled.
4857         
4858         * shell/ev-application.c: (ev_application_get_uri_window):
4859         
4860         Fix for the bug 325815 - unhandled MIME type message doesn't 
4861         appear a second time. 
4862         
4863         * shell/ev-document-types.c: (ev_document_types_add_filters):
4864         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4865         (password_dialog_response), (ev_window_popup_password_dialog),
4866         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4867         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4868         (ev_window_run_presentation), (ev_window_stop_presentation),
4869         (save_sizing_mode), (ev_window_zoom_changed_cb),
4870         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4871         (ev_window_dual_mode_changed_cb),
4872         (ev_window_sidebar_current_page_changed_cb),
4873         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4874         (window_state_event_cb), (window_configure_event_cb):
4875         
4876         Cleanup additional uris holded by EvWindow.
4877
4878 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4881         (ev_view_can_previous_page), (ev_view_can_next_page):
4882         * shell/ev-view.h:
4883         * shell/ev-window.c: (update_action_sensitivity):
4884         
4885         Two page scrolling with Space and PageUp in dual mode. Second fix 
4886         for the bug #316608.
4887
4888 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * shell/ev-view.c: (scroll_to_current_page):
4891         
4892         Correctly clamp adjustment value. Fix for the bug
4893         #325808.
4894
4895 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * shell/ev-sidebar-links.c: (print_section_cb):
4898         * shell/ev-window.c: (ev_window_get_uri),
4899         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4900         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4901         (ev_window_dispose):
4902         
4903         Make print dialog non-modal. Fix for the bug #325622.
4904
4905 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4906
4907         * shell/ev-metadata-manager.c:
4908         * shell/ev-utils.c: (using_pdf_printer),
4909         (using_postscript_printer), (load_print_config_from_file),
4910         (save_print_config_to_file):
4911         * shell/ev-utils.h:
4912         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4913         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4914         (setup_view_from_metadata), (ev_window_setup_document),
4915         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4916         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4917         (ev_window_run_presentation), (ev_window_stop_presentation),
4918         (save_sizing_mode), (ev_window_zoom_changed_cb),
4919         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4920         (ev_window_dual_mode_changed_cb),
4921         (ev_window_sidebar_current_page_changed_cb),
4922         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4923         (window_state_event_cb), (window_configure_event_cb),
4924         (ev_window_init):
4925         
4926         Setting saving behaviour fixes.
4927
4928 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * configure.ac:
4931         
4932         Make antialiasing gs options better and allow
4933         to change them during configure. Fix for the 
4934         bug #319049.
4935
4936 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * shell/ev-window.c: (setup_view_from_metadata):
4939         
4940         Remember if last window was maximized. Fix for the
4941         bug #323797.
4942
4943 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4944
4945         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4946
4947 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4950         * shell/ev-page-action.c: (build_new_tree_cb):
4951         * shell/ev-sidebar-links.c: (links_page_num_func),
4952         (update_page_callback_foreach), (update_page_callback):
4953         * shell/ev-view.c: (scroll_to_current_page):
4954         
4955         Fix for the bug #325067 with more intelligent selection
4956         of current link in sidebar. Make sidebar handle links
4957         of FITR-like type more correctly.
4958
4959         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4960         (dvi_pixbuf_put_pixel):
4961         
4962         Fix memory consumtion with disabled alpha channel.
4963
4964 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4965
4966         * data/evince-ui.xml:
4967         * shell/ev-window.c: (view_menu_popup_cb),
4968         (ev_popup_cmd_open_link), (ev_window_init):
4969         
4970         Update context menu for internal links. Fix for the bug
4971         #325066.
4972
4973 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4974
4975         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4976         
4977         Bind context menu to keyboard also. Fix for the bug
4978         #325065.
4979
4980 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * shell/ev-view.c: (selection_scroll_timeout_cb):
4983         
4984         Horizontal scroll on selection also.
4985
4986 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * shell/ev-metadata-manager.c: (parse_value):
4989         * shell/ev-view.c: (goto_xyz_link):
4990         
4991         Correct zoom setup and metadata save broken in 
4992         some locales.
4993
4994 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-view-private.h:
4997         * shell/ev-view.c: (scroll_to_current_page),
4998         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4999         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5000         (page_changed_cb), (ev_view_set_continuous),
5001         (ev_view_set_dual_page), (ev_view_set_presentation):
5002         
5003         Delay scroll until allocation to correctly position page. Fix
5004         for the bug #317334.
5005
5006 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * NEWS:
5009         * configure.ac:
5010         
5011         Update NEWS and require poppler 0.5.0.
5012
5013 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5014         
5015         * data/evince-ui.xml:
5016         * shell/ev-view-private.h:
5017         * shell/ev-view.c: (ev_view_get_link_at_location),
5018         (handle_link_over_xy), (ev_view_button_press_event),
5019         (ev_view_button_release_event), (ev_view_class_init):
5020         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5021         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5022         (ev_window_init):
5023         
5024         Implement right-click context menu.
5025
5026 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5027
5028         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5029         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5030         (mdvi_pixbuf_device_render):
5031         * pdf/ev-poppler.cc:
5032
5033         Don't generate thumbnails with alpha. See bug #324077.
5034         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5035
5036 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * shell/ev-window.c: (setup_chrome_from_metadata):
5039         
5040         Fix typo that was hiding toolbar.
5041
5042 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * shell/ev-view-private.h:
5045         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5046         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5047         (ev_view_button_release_event), (ev_view_destroy):
5048         
5049         Small cleanup and autoscrolling during selection. Thanks to 
5050         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5051
5052 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5053
5054         * configure.ac:
5055         
5056         Correctly check for comics option.
5057
5058 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5059         * Makefile.am:
5060         * configure.ac:
5061         * backend/Makefile.am:
5062         * backend/ev-document-factory.c:
5063         * shell/ev-document-types.c:
5064
5065         Included option in configure to make ps backend 
5066         compilation optional with --disable-ps.
5067
5068 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * backend/ev-document-factory.c:
5071         * comics/Makefile.am:
5072         * comics/comics-document.c: (comics_document_load):
5073         * comics/ev-cbr-mime.xml:
5074         * configure.ac:
5075         
5076         Comics mime types are added to shared-mime-info CVS. Now
5077         we don't need to install our own mime types.
5078
5079 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * shell/ev-window.c:
5082         
5083         Add shortcut for "save a copy" menu entry. Fix for
5084         the bug #324582.
5085
5086 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5089         (job_finished_cb), (new_selection_pixbuf_needed),
5090         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5091         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5092         
5093         Rework selection job info logic and fix critical warning.
5094
5095 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5096
5097         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5098
5099 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5100
5101         * data/evince-ui.xml:
5102         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5103         
5104         Enter as shortcut key for next page. Fix for the bug
5105         #321394.
5106
5107 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5108
5109         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5110
5111 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5114         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5115         (new_selection_pixbuf_needed),
5116         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5117         (clear_job_selection):
5118         
5119         Too early for 0.5. Pixbuf cache code cleaned a bit.
5120
5121 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * NEWS:
5124         * configure.ac:
5125         
5126         Release 0.5.0 preparation
5127
5128 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * comics/Makefile.am:
5131         * configure.ac:
5132         * shell/ev-document-types.c: (ev_document_types_add_filters):
5133         
5134         More advanced handling of custom mime type installation.
5135
5136 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * data/evince.schemas.in:
5139         * shell/ev-metadata-manager.c: (value_free),
5140         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5141         (ev_metadata_manager_get), (ev_metadata_manager_set):
5142         * shell/ev-metadata-manager.h:
5143         * shell/ev-window.c: (update_chrome_flag),
5144         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5145         (setup_document_from_metadata), (setup_chrome_from_metadata),
5146         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5147         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5148         (ev_window_view_toolbar_cb),
5149         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5150         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5151         
5152         Save last document settings and reuse them for new documents.
5153
5154 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * Makefile.am:
5157         * backend/Makefile.am:
5158         * backend/ev-document-factory.c:
5159         * backend/ev-document-factory.h:
5160         * comics/Makefile.am:
5161         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5162         (comics_document_load), (comics_document_save),
5163         (comics_document_get_n_pages), (comics_document_get_page_size),
5164         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5165         (comics_document_class_init), (comics_document_can_get_text),
5166         (comics_document_get_info), (comics_document_document_iface_init),
5167         (comics_document_init), (get_supported_image_extensions),
5168         (comics_document_thumbnails_get_geometry),
5169         (comics_document_thumbnails_get_thumbnail),
5170         (comics_document_thumbnails_get_dimensions),
5171         (comics_document_document_thumbnails_iface_init), (extract_argv):
5172         * comics/comics-document.h:
5173         * comics/ev-cbr-mime.xml:
5174         * configure.ac:
5175         * po/POTFILES.in:
5176         * shell/ev-application.c: (ev_application_register_service):
5177         * shell/ev-document-types.c: (ev_document_types_add_filters):
5178         * thumbnailer/Makefile.am:
5179         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5180         
5181         New CBR/CBZ backend for comic books.
5182
5183 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * shell/main.c: (load_files_remote):
5186
5187         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5188         warning on startup of second instance is fixed. It
5189         is bug #320353.
5190
5191 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * shell/ev-window.c: (ev_window_finalize):
5194         
5195         Fix double free that cause crash.
5196
5197 2005-10-29  Bastien Nocera <hadess@hadess.net>
5198
5199         * tiff/tiff-document.c: (tiff_document_load):
5200         
5201         Fix memory leak.
5202
5203 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * po/POTFILES.in:
5206         * shell/Makefile.am:
5207         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5208         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5209         (ev_view_accessible_get_text),
5210         (ev_view_accessible_get_character_at_offset),
5211         (ev_view_accessible_get_text_before_offset),
5212         (ev_view_accessible_get_text_at_offset),
5213         (ev_view_accessible_get_text_after_offset),
5214         (ev_view_accessible_get_character_count),
5215         (ev_view_accessible_get_caret_offset),
5216         (ev_view_accessible_set_caret_offset),
5217         (ev_view_accessible_get_run_attributes),
5218         (ev_view_accessible_get_default_attributes),
5219         (ev_view_accessible_get_character_extents),
5220         (ev_view_accessible_get_offset_at_point),
5221         (ev_view_accessible_get_n_selections),
5222         (ev_view_accessible_get_selection),
5223         (ev_view_accessible_add_selection),
5224         (ev_view_accessible_remove_selection),
5225         (ev_view_accessible_set_selection),
5226         (ev_view_accessible_text_iface_init),
5227         (ev_view_accessible_idle_do_action),
5228         (ev_view_accessible_action_do_action),
5229         (ev_view_accessible_action_get_n_actions),
5230         (ev_view_accessible_action_get_description),
5231         (ev_view_accessible_action_get_name),
5232         (ev_view_accessible_action_set_description),
5233         (ev_view_accessible_action_iface_init),
5234         (ev_view_accessible_get_type), (ev_view_accessible_new),
5235         (ev_view_accessible_factory_get_accessible_type),
5236         (ev_view_accessible_factory_create_accessible),
5237         (ev_view_accessible_factory_class_init),
5238         (ev_view_accessible_factory_get_type):
5239         * shell/ev-view-accessible.h:
5240         * shell/ev-view-private.h:
5241         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5242         * shell/ev-view.h:
5243         
5244         Initial accessibility support.
5245
5246 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5247
5248         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5249
5250 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5251
5252         * shell/ev-print-job.c: (idle_print_handler):
5253         
5254         Fix for bug Bug 318916: Printing multiple pages.
5255
5256 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5257
5258         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5259
5260 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * pdf/ev-poppler.cc:
5263         
5264         Thumnail dimensions unified with other backends.
5265         
5266         * shell/ev-window-title.c: (ev_window_title_update):
5267         
5268         Fix warning.
5269
5270 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5271
5272         * data/ev-stock-zoom-fit-width.png:
5273         
5274         Remove unused file.
5275
5276 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5277
5278         * configure.ac:
5279         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5280         (djvu_document_finalize):
5281         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5282         (dvi_document_finalize):
5283         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5284         (pixbuf_document_save), (pixbuf_document_finalize):
5285         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5286         (tiff_document_finalize):
5287         
5288         Save a copy implemented for various backends.
5289
5290 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5291
5292         * configure.ac:
5293         
5294         Don't link with ltiff if tiff is disabled.
5295
5296 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * pdf/GDKSplashOutputDev.cc:
5299         * pdf/GDKSplashOutputDev.h:
5300         * pdf/Thumb.cc:
5301         * pdf/Thumb.h:
5302         * pdf/pdf-document.cc:
5303         * pdf/pdf-document.h:
5304         * pdf/test-gdk-output-dev.cc:
5305         
5306         Remove old unused files.
5307
5308 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * shell/ev-window.c: (ev_window_setup_document):
5311         
5312         Fixed warnings on reload and probably crash reason.
5313
5314 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5315
5316         * properties/ev-properties-view.c:
5317         (ev_properties_view_format_date):
5318         
5319         Check if date is invalid. Fix for bug 318134.
5320
5321 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5322
5323         * shell/ev-window-title.c:
5324         
5325         Add .indd files (Adobe Indesign) to the list of "bad
5326         extensions".
5327
5328 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5329
5330         * data/evince-ui.xml:
5331         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5332         
5333         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5334
5335 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5336
5337         * shell/ev-window.c: (launch_link), (launch_external_uri),
5338         (view_external_link_cb):
5339
5340         URL-escape link before passing it to gnome_vfs_url_show.
5341
5342 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5343
5344         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5345         there isn't text selected.
5346
5347 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5348
5349         * shell/ev-view.c: (handle_link_over_xy):
5350
5351         Check tooltip is valid utf8 before showing it
5352
5353 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5354
5355         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5356
5357 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5358
5359         * shell/ev-window-title.c: (ev_window_title_update):
5360
5361         Guard against using g_strstrip on NULL. Fixes bug #317291.
5362
5363 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5364
5365         * pdf/ev-poppler.cc:
5366
5367         Show title even for unknown links
5368
5369 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5370
5371         * shell/ev-window-title.c: (ev_window_title_update):
5372
5373         Strip the title string
5374
5375 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5376
5377         * shell/ev-window-title.c:
5378
5379         Add .rtf to the bad extensions list
5380
5381 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5382
5383         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5384         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5385
5386         Ignore link coordinates if they are outside page bounds
5387
5388 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5389
5390         * backend/ev-link.c: (ev_link_type_get_type),
5391         (ev_link_get_filename), (ev_link_get_params),
5392         (ev_link_get_property), (ev_link_set_property),
5393         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5394         * backend/ev-link.h:
5395         * pdf/ev-poppler.cc:
5396         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5397         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5398         (ev_window_init):
5399
5400         Implement launch links. Delegate external link opening to
5401         the window.
5402
5403 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5404
5405         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5406         (ev_link_get_right), (ev_link_get_property),
5407         (ev_link_set_property), (ev_link_class_init),
5408         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5409         * backend/ev-link.h:
5410         * pdf/ev-poppler.cc:
5411         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5412
5413         Implement fitr links
5414
5415 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5416
5417         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5418         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5419         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5420         (ev_view_size_request_continuous),
5421         (ev_view_size_request_dual_page),
5422         (ev_view_size_request_single_page), (ev_view_size_allocate),
5423         (ev_view_zoom_for_size_continuous_and_dual_page),
5424         (ev_view_zoom_for_size_continuous),
5425         (ev_view_zoom_for_size_dual_page),
5426         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5427         (ev_sizing_mode_get_type):
5428         * shell/ev-view.h:
5429         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5430
5431         Do not use modes for link, we need to calculate size ad hoc.
5432         Still not perfect because of the usual scrollbar issues grrr.
5433
5434 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5435
5436         * backend/ev-link.c: (ev_link_type_get_type),
5437         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5438         * backend/ev-link.h:
5439         * pdf/ev-poppler.cc:
5440         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5441         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5442         (ev_view_size_request_continuous),
5443         (ev_view_size_request_dual_page),
5444         (ev_view_size_request_single_page), (ev_view_size_allocate),
5445         (zoom_for_size_fit_height),
5446         (ev_view_zoom_for_size_continuous_and_dual_page),
5447         (ev_view_zoom_for_size_continuous),
5448         (ev_view_zoom_for_size_dual_page),
5449         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5450         (ev_sizing_mode_get_type):
5451         * shell/ev-view.h:
5452         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5453
5454         Implement FIT_HEIGHT mode (only for links).
5455         Implement FITH links
5456
5457 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5458
5459         * shell/ev-window-title.c: (get_filename_from_uri),
5460         (ev_window_title_sanitize_extension), (ev_window_title_update),
5461         (ev_window_title_set_document), (ev_window_title_set_uri),
5462         (ev_window_title_free):
5463         * shell/ev-window-title.h:
5464         * shell/ev-window.c: (ev_window_setup_document),
5465         (ev_window_popup_password_dialog):
5466
5467         Refactor window title building while fixing it for
5468         password documents.
5469
5470 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5471
5472         * pdf/ev-poppler.cc:
5473
5474         Escape link title before setting it in the model
5475
5476 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5477
5478         * shell/ev-application.c: (removed_from_session), (save_session),
5479         (init_session), (ev_application_get_empty_window),
5480         (ev_application_init), (ev_application_get_windows):
5481         * shell/ev-application.h:
5482         * shell/ev-window.c: (ev_window_finalize):
5483
5484         Add a function to retrieve window list and share it where
5485         necessary.
5486         Implement session handling, works pretty well thanks to the
5487         metadata system.
5488
5489 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * shell/ev-password.c: (ev_password_item_created_callback),
5492         (ev_password_dialog_save_password):
5493         
5494         Fix for bug 316972. Use async gnome-keyring API.
5495
5496 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5497
5498         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5499         Remove unused unrealize handler. Add scroll handling to
5500         ev_view_scroll_event for presentation mode (bug #316708),
5501         and fix the event state checks there.
5502
5503 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5504
5505         * shell/ev-page-action.c: (page_changed_cb):
5506
5507         "marco, maybe we should be crazy and jump right to 6! :)"
5508
5509         Bryan Clark, Sep 2005
5510
5511 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5512
5513         * ps/ps-document.c: (save_document), (ps_document_save),
5514         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5515         (ps_document_ps_export_end):
5516
5517         Fix unstructured documents save and print
5518
5519 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5520
5521         * shell/ev-application.c: (ev_application_open_uri):
5522
5523         Fix window size persistance
5524
5525 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5526
5527         * shell/ev-view.c: (ev_view_button_release_event):
5528
5529         Based on a patch from carlosgc@gnome.org. Mouse buttons
5530         switch pages in presentation mode.
5531
5532 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5533
5534         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5535
5536         Dont cast to int before scaling
5537
5538 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5539
5540         * backend/ev-link.c: (ev_link_type_get_type),
5541         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5542         (ev_link_new_page_fith):
5543         * backend/ev-link.h:
5544         * pdf/ev-poppler.cc:
5545         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5546
5547         Implement FIT and FITH links
5548
5549 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5550
5551         * pdf/ev-poppler.cc:
5552
5553         Return 0 results when search is not in progress.
5554
5555         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5556         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5557
5558         Update menu sensitivity when cancelling search
5559
5560 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * shell/ev-view.c: (ev_view_can_find_next):
5563
5564         Take all pages in consideration, not just current one
5565
5566 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5567
5568         * shell/ev-page-cache.c:
5569         * shell/ev-page-cache.h:
5570         * shell/ev-view.c: (ev_view_binding_activated),
5571         (ev_view_next_page), (ev_view_previous_page),
5572         (ev_sizing_mode_get_type):
5573         * shell/ev-view.h:
5574         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5575         (ev_window_cmd_go_next_page):
5576
5577         Move page next/previous functions from page chace to
5578         view and change it to move by 2 page steps in dual mode.
5579
5580 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5581
5582         * shell/ev-window.c: (update_sidebar_visibility),
5583         (setup_sidebar_from_metadata), (ev_window_setup_document),
5584         (setup_view_from_metadata):
5585
5586         Show the index by default when there is one     
5587
5588 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5589
5590         * shell/ev-window-title.c: (ev_window_title_set_document):
5591
5592         Missing null check
5593
5594 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5595
5596         * shell/ev-view.c: (view_update_range_and_current_page):
5597         
5598         Allow display of last odd page in dual view. Fix for 316347.
5599
5600 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5601
5602         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5603         
5604         Make close button default. Fix for 316383.
5605
5606 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5609         
5610         Mark close button as default. Fix for 316381.
5611
5612 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5613
5614         * backend/ev-link.c: (ev_link_class_init):
5615
5616         Allow negative doubles in left/top properties
5617
5618 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5619
5620         * shell/ev-window.c:
5621
5622         Remove a bunch of strings that was used only
5623         by the statusbar.
5624
5625 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5626
5627         * shell/ev-window-title.c: (get_filename_from_uri),
5628         (ev_window_title_set_document):
5629
5630         When title has a confusing extension, show also
5631         the document filename inside ()
5632
5633 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5634
5635         * shell/Makefile.am:
5636         * shell/ev-window-title.c: (ev_window_title_new),
5637         (ev_window_title_update), (ev_window_title_set_type),
5638         (ev_window_title_set_document), (ev_window_title_free):
5639         * shell/ev-window-title.h:
5640         * shell/ev-window.c: (ev_window_setup_document),
5641         (password_dialog_response), (ev_window_popup_password_dialog),
5642         (ev_window_dispose), (ev_window_init):
5643
5644         Factor out and cleanup window title code
5645
5646 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5647
5648         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5649         (unable_to_load):
5650
5651         Make dialog transient so it doesnt block other windows
5652
5653 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * pdf/ev-poppler.cc:
5656         
5657         Fix pdf thumbnails rendering.
5658
5659 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5660
5661         * shell/ev-window.c: (fullscreen_set_timeout):
5662         
5663         Increase timeout to hide full screen popup. Bug 
5664         316123. 
5665
5666 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * data/evince.schemas.in:
5669         * shell/ev-window.c: (update_action_sensitivity):
5670
5671         Allow the user to override document restrictions. Fix for bug
5672         305818.
5673
5674 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5675
5676         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5677         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5678         (ev_window_class_init): Fix multihead behaviour of fullscreen
5679         toolbar popup. Fixes bug #315451.
5680
5681 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * configure.ac:
5684         * data/evince-password.glade:
5685         * shell/ev-password.c: (ev_password_dialog_set_property),
5686         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5687         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5688         (ev_password_dialog_entry_changed_cb),
5689         (ev_password_dialog_entry_activated_cb),
5690         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5691         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5692         (ev_password_dialog_set_bad_pass):
5693         * shell/ev-password.h:
5694         * shell/ev-window.c: (password_dialog_response),
5695         (ev_window_popup_password_dialog):
5696         
5697         Support for gnome-keyring for encrypted PDF's.
5698
5699 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5700
5701         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5702         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5703         (ev_view_enter_notify_event), (ev_view_class_init):
5704         
5705         More precise handling of enter_notify/leave_notify events
5706         in EvView. Fix for bug 315470.
5707
5708 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5709
5710         * shell/ev-window.c: (fullscreen_timeout_cb),
5711         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5712         (ev_window_dispose):
5713
5714         leak fix: unref fullscreen_timeout_source before clearing it
5715
5716 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718         * configure.ac, dvi/mdvi/Makefile.am: 
5719         
5720         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5721
5722 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5723
5724         * backend/ev-link.c: (ev_link_new_page_xyz):
5725         * pdf/ev-poppler.cc:
5726         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5727
5728         Fix some bugs with xyz links, respect zoom
5729
5730 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5731
5732         * shell/ev-window.c: (page_changed_cb),
5733         (setup_document_from_metadata), (update_sidebar_visibility),
5734         (setup_view_from_metadata), (ev_window_run_fullscreen),
5735         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5736         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5737         (ev_window_dual_mode_changed_cb),
5738         (ev_window_sidebar_current_page_changed_cb):
5739
5740         null check uri before setting and getting metadata
5741
5742 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5743
5744         * dvi/Makefile.am:
5745         * properties/Makefile.am:
5746         * shell/Makefile.am:
5747         * thumbnailer/Makefile.am:
5748
5749         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5750
5751 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5754         (selection_changed_callback):
5755         * shell/ev-sidebar-links.h:
5756
5757         Add a signal for link activation.
5758
5759         * shell/ev-view.c: (ev_view_goto_link),
5760         (ev_view_button_release_event):
5761         * shell/ev-view.h:
5762         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5763         (ev_window_init):
5764
5765         Implement the signal so that we can handle all link types.
5766
5767         * shell/ev-page-cache.c:
5768
5769         Remove unused set_link function
5770
5771 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5772
5773         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5774
5775         Add some space from the cursor, hardcoded but I couldnt
5776         find a better way.
5777
5778 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5779
5780         * lib/ev-tooltip.c:
5781
5782         Use mozilla style vs gtk style, way better for links.
5783
5784         * shell/ev-view.c: (ev_view_motion_notify_event),
5785         (ev_view_destroy), (ev_view_init):
5786
5787         Deactive tooltip when the link hovered is changed.
5788
5789 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5790
5791         * backend/ev-document.h:
5792         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5793         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5794         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5795         (ev_link_new_page), (ev_link_new_page_xyz):
5796         * backend/ev-link.h:
5797         * pdf/ev-poppler.cc:
5798         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5799         (go_to_link), (tip_from_link):
5800
5801         Implement xyz links, still not functional. Links are a total
5802         mess, will need to refactor and bugfix a lot :(
5803
5804 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5805
5806         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5807
5808 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5809
5810         * data/evince-ui.xml:
5811         * data/evince.schemas.in:
5812         * shell/Makefile.am:
5813         * shell/ev-window.c: (update_chrome_visibility),
5814         (password_dialog_response), (ev_window_load_job_cb),
5815         (ev_window_xfer_job_cb), (ev_window_open_uri),
5816         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5817         (ev_window_init):
5818
5819         Remove the statusbar. This regress loading feedback, need to
5820         check with Bryan what we want to do there...
5821
5822 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5823
5824         * lib/ev-tooltip.c: (ev_tooltip_init):
5825
5826         Fix tooltip border and size handling
5827
5828 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5829
5830         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5831         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5832         (ev_tooltip_timeout), (ev_tooltip_activate),
5833         (ev_tooltip_deactivate):
5834         * lib/ev-tooltip.h:
5835         * shell/ev-view.c: (ev_view_motion_notify_event):
5836
5837         Delay popup showing. Mirror gtk logic/times.
5838
5839 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5840
5841         * lib/Makefile.am:
5842         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5843         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5844         (ev_tooltip_set_text), (ev_tooltip_set_position):
5845         * lib/ev-tooltip.h:
5846
5847         Simple widget to show tooltips at a custom position
5848
5849         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5850         (ev_view_destroy):
5851
5852         Use it for links. First go, needs work
5853
5854 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5855
5856         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5857         HIG fixes.  Use title capitalization for window title. Use 12 
5858         pixels of space between the dialog's vbox and action area.
5859
5860 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5861
5862         * shell/ev-window.c: (file_open_dialog_response_cb),
5863         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5864         (ev_window_cmd_save_as):
5865
5866         Make file pickers not modal and refactor code some
5867
5868 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5869
5870         * shell/ev-sidebar.h:
5871         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5872         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5873         (ev_sidebar_class_init), (ev_sidebar_select_page),
5874         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5875         (ev_sidebar_set_page):
5876
5877         Add a current page property and allow to get/set it
5878
5879         * shell/ev-window.c: (setup_view_from_metadata),
5880         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5881
5882         Persist current sidebar page per document
5883
5884 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5885
5886         * data/evince.schemas.in:
5887         * shell/ev-window.c: (update_chrome_visibility),
5888         (setup_document_from_metadata), (update_sidebar_visibility),
5889         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5890         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5891         (ev_window_run_presentation), (ev_window_stop_presentation),
5892         (ev_window_view_sidebar_cb),
5893         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5894         (load_chrome), (ev_window_init):
5895
5896         Persist size/visibility of sidebar per document
5897
5898 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5899
5900         * shell/ev-view.c (draw_loading_text): Draw loading text.
5901
5902 2005-09-02  Dan Damian  <dand@gnome.ro>
5903
5904         * configure.in: Added "ro" to ALL_LINGUAS.
5905
5906 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5907
5908         * shell/ev-view.c: (clear_caches):
5909
5910         ev_page_cache_get doesnt return a reference,
5911         dont try to unref it.
5912
5913 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5914
5915         * shell/main.c: (load_files_remote):
5916
5917         Fix timestamp parameter with dbus <= 0.33
5918
5919 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5920
5921         * data/evince.schemas.in:
5922
5923         Add missing full stop
5924
5925 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5926
5927         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5928         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5929
5930         Plug some memory leaks
5931
5932 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5933
5934         * configure.ac:
5935         * lib/ev-debug.c: (trap_handler):
5936
5937         Check for execinfo.h and use it only if it exists.
5938         Ported from Epiphany (bug #314776).
5939
5940 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5941
5942         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5943
5944 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5945
5946         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5947         * po/id.po      : Added Indonesian translation
5948
5949 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5950
5951         * shell/main.c:
5952         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5953         * NEWS: Release 0.4.0
5954
5955 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5956
5957         * configure.ac: catch another gtk+-2.8ism
5958         * shell/main.c: Make work with gtk+-2.6
5959
5960 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5961
5962         * shell/ev-application-service.xml: Add 'timestamp' argument to
5963           ev_application_open_window and ev_application_open_uri methods.
5964
5965         * shell/ev-application.h: Add 'timestamp' argument to
5966           ev_application_open_window, ev_application_open_uri,
5967           and ev_application_open_uri_list functions.
5968
5969         * shell/ev-application.c (ev_application_open_window,
5970           ev_application_open_uri, ev_application_open_uri_list): Change
5971           functions that show/present windows to use a timestamp if one
5972           is passed in.
5973
5974         * shell/ev-window.c (ev_window_cmd_file_open,
5975           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5976         * shell/main.c (load_files): Modify calls to ev_application to
5977           include GDK_CURRENT_TIME as timestamp.
5978
5979         * shell/main.c (load_files_remote): Obtain timestamp for client
5980           instance from GDK and pass to server instance so new windows are
5981           focused properly.  Fix dbus_g_proxy_call() calls by including second
5982           G_TYPE_INVALID.
5983           
5984         Closes bug #314475.
5985
5986 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5987
5988         * shell/ev-window.c (ev_window_finalize): Check for
5989         avail. EvWindows when quiting to handle the finalize better,
5990         #314497
5991
5992 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5993         
5994         * properties/ev-properties-view.c: 
5995         
5996         Set textdomain to libglade. Fixes translation problem in property page.
5997
5998 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5999
6000         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6001         * dvi/Makefile.am:
6002         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6003         * dvi/mdvi-lib/Makefile.am:
6004         
6005         Fix rotation of thumbnails, ported to new API. Moved library
6006         dependencies earlier, probably it will fix linkage problem.
6007
6008 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6009
6010         * backend/ev-document-misc.c:
6011         (ev_document_misc_get_thumbnail_frame):
6012         * backend/ev-document-misc.h:
6013         * configure.ac:
6014         * pdf/ev-poppler.cc:
6015         * shell/Makefile.am:
6016         * shell/ev-sidebar-thumbnails.c: (add_range),
6017         (ev_sidebar_thumbnails_set_loading_icon),
6018         (ev_sidebar_thumbnails_refresh),
6019         (ev_sidebar_thumbnails_set_document):
6020         * shell/ev-sidebar-thumbnails.h:
6021         * shell/ev-view.c: (ev_view_motion_notify_event),
6022         (ev_view_set_property), (ev_view_get_property),
6023         (ev_view_class_init), (ev_view_set_rotation):
6024         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6025         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6026         (ev_window_init):
6027         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6028         Redo rotation (again).  prepare for 0.4.0
6029
6030 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6031
6032         * configure.ac: Bump poppler requirement to 0.4.1.
6033
6034         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6035         argument to poppler_page_render_selection() call.
6036
6037 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6040         (djvu_document_thumbnails_get_thumbnail):
6041         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6042         (dvi_document_thumbnails_get_thumbnail):
6043         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6044         (pixbuf_document_thumbnails_get_thumbnail):
6045         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6046         
6047         Update rotation direction of backends to fit with pdf and ps.
6048
6049 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6050
6051         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6052         * backend/ev-async-renderer.h:
6053         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6054         (setup_page), (ps_document_get_page_size),
6055         (ps_async_renderer_render_pixbuf):
6056         * ps/ps-document.h:
6057         * shell/ev-jobs.c: (ev_job_render_run):
6058
6059         Fix orientation in the postscript document
6060
6061 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6062
6063         * pdf/ev-poppler.cc:
6064         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6065         * shell/ev-view.c: (highlight_find_results):
6066
6067         Adapt to the new poppler rotation API. Fix text maps on landscape
6068         documents.
6069
6070 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6071
6072         * shell/ev-view.c (compute_new_selection_text): get the correct
6073         region when selecting in modes other than continuous.
6074
6075 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6076
6077         * shell/main.c (main): remove redundant g_warnings.
6078
6079 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * shell/Makefile.am: Don't include autogenerated
6082         file ev-application-service.h into distribution, since
6083         it causes dbus crash. Fix for bugs 313724 and 313443. 
6084
6085 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * configure.ac: Fix sed expression for FreeBSD. Thanks
6088         to Joe Marcus Clark <marcus@freebsd.org>
6089         
6090         * shell/eggfindbar.c: (entry_activate_callback),
6091         (entry_changed_callback), (egg_find_bar_init),
6092         (egg_find_bar_set_search_string):
6093         
6094         Made findbar buttons unsensitive if there is no text in
6095         entry. Fix for the bug 313285.
6096
6097 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6098
6099         * ps/ps-document.c: Use g_filename_display_name for displaying
6100         filenames and revert string freeze breackage
6101
6102 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6103
6104         * NEWS:
6105         * configure.ac:
6106
6107         Update for 0.3.4
6108
6109         * shell/Makefile.am:
6110
6111         Add ev-application-service.xml to extra dist
6112
6113         * shell/ev-view.c: (find_page_at_location):
6114
6115         Remove unused function (fix warning)
6116
6117 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6120         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6121         
6122         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6123         bug 313623.
6124
6125 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6128         * shell/ev-window.c:
6129         Fix build warnings
6130
6131 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6132
6133         * configure.ac: Update script to get dbus version.
6134         Fix for the bug #313443.
6135
6136 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * shell/ev-window.c: (ev_window_cmd_escape):
6139         
6140         Return focus back to view on escape. Fix for bug 313295.
6141
6142 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6143
6144         * shell/ev-window.c: (update_window_title),
6145         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6146         (ev_window_cmd_save_as):
6147         
6148         Correct conversion from uri to displayable string. Fix for
6149         bug 313296.
6150
6151 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6152
6153         * ps/ps-document.c: convert filename to utf8 when there is an error
6154         loading document. Fixes #309915
6155
6156 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6157
6158         * configure.ac:
6159
6160         We depend on poppler 0.4.0
6161
6162 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6163
6164         * configure.ac:
6165         * NEWS: Release 0.3.3.
6166         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6167
6168 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6169
6170         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6171         add a couple missing mnemonics to menu items, use title 
6172         capitalization for menu items and window titles, and add 
6173         ellipsis to open menu item.     
6174
6175 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6176
6177         * pdf/ev-poppler.cc:
6178         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6179         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6180         (ev_view_get_rotation):
6181         * shell/ev-view.h:
6182         * shell/ev-window.c: (setup_view_from_metadata),
6183         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6184         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6185         disk.
6186
6187 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6188
6189         * configure.ac: Added tr to ALL_LINGUAS
6190
6191 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6192
6193         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6194         requires several clicks to find word. Thanks to 
6195         Colin Slater <kiltedtaco@gmail.com>.
6196
6197 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6198
6199         * data/evince.desktop.in.in: Hide menu entry and
6200         rename it to "Document Viewer". Fix for bug 
6201         #312399.
6202
6203 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6204
6205         * shell/ev-page-action.c (ev_page_action_class_init): 
6206
6207         Point to the correct function in constructor of the
6208         activate_label signal
6209
6210 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6211
6212         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6213         * shell/ev-jobs.h: Make thread safe.
6214
6215 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6216
6217         * shell/ev-view.c: (view_update_range_and_current_page):
6218         Don't update page range if we are scrolling to some document
6219         point.
6220
6221 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6224         when getting max_page_width, fix drawing in dual mode.
6225
6226 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6227
6228         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6229         getting the area for select_all.
6230
6231 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6232
6233         * backend/ev-selection.c: (ev_selection_render_selection):
6234         * backend/ev-selection.h:
6235         * pdf/ev-poppler.cc:
6236         * shell/ev-jobs.c: (ev_job_render_new):
6237         * shell/ev-jobs.h:
6238         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6239         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6240         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6241         (ev_view_class_init):
6242
6243         Change selection color on focus in and focus out events.  Also,
6244         poppler now uses GdkColor for specifying the selection colors, so
6245         drop some awkward conversion code.
6246
6247 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6248
6249         * configure.ac: Added Hebrew translation
6250
6251 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6252
6253         * NOTES:
6254         * backend/ev-selection.c: (ev_selection_render_selection):
6255         * backend/ev-selection.h:
6256         * pdf/ev-poppler.cc:
6257         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6258         (ev_job_render_run):
6259         * shell/ev-jobs.h:
6260         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6261         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6262         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6263         (ev_pixbuf_cache_style_changed),
6264         (ev_pixbuf_cache_get_selection_pixbuf),
6265         (ev_pixbuf_cache_set_selection_list),
6266         (ev_pixbuf_cache_get_selection_list):
6267         * shell/ev-pixbuf-cache.h:
6268         * shell/ev-utils.c: (ev_print_region_contents):
6269         * shell/ev-utils.h:
6270         * shell/ev-view.c: (ev_view_queue_draw_page),
6271         (selection_update_idle_cb), (ev_view_motion_notify_event),
6272         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6273         (setup_caches), (ev_view_find_next), (merge_selection_region),
6274         (selection_free):
6275         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6276
6277         Clean up selection to be much smoother!
6278
6279 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6280
6281         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6282         to poppler_page_render_selection().
6283
6284 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6285
6286         * ps/ps-document.c: (save_page_list): Use
6287         unzipped document when printing. Thanks to 
6288         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6289         311016.
6290
6291 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * shell/ev-window.c: (update_action_sensitivity):
6294         
6295         Disable print and save respect to lockdown gconf keys. Fix
6296         for 312342.
6297
6298 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * configure.ac:
6301         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6302         (write_to_temp_file), (ev_file_set_contents):
6303         * shell/ev-utils.h:
6304         * shell/ev-window.c: (save_print_config_to_file):
6305         
6306         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6307         Fix for bug 312238
6308
6309 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6310
6311         * shell/ev-window.c: (load_print_config_from_file),
6312         (save_print_config_to_file), (ev_window_print_range):
6313
6314         Persist the print settings. Fixes bug #311578.
6315
6316 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * djvu/djvu-document.c: (djvu_document_get_page_size),
6319         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6320         (djvu_document_thumbnails_get_thumbnail):
6321         * dvi/dvi-document.c: (dvi_document_get_page_size),
6322         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6323         (dvi_document_thumbnails_get_dimensions),
6324         (dvi_document_thumbnails_get_thumbnail):
6325         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6326         (pixbuf_document_render_pixbuf),
6327         (pixbuf_document_document_iface_init),
6328         (pixbuf_document_thumbnails_get_thumbnail):
6329         
6330         Update backends to make them build with new rotation system.
6331
6332 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * help/C/figures/evince_start_window.png:
6335         
6336         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6337
6338 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6339
6340         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6341         * shell/ev-pixbuf-cache.h:
6342         * shell/ev-sidebar-thumbnails.c:
6343         (ev_sidebar_thumbnails_get_property), (add_range),
6344         (adjustment_changed_cb):
6345         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6346         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6347         we were thumbnailing the entire docment on startup, slowing us
6348         down hugely. 
6349
6350 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6351
6352         * shell/ev-page-cache.c: (ev_page_cache_new):
6353         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6354         == 0, fixes #310306.
6355
6356 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6357
6358         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6359         (ev_view_rotate_left):
6360
6361         Account rotation in doc_rect_to_view_rect.
6362         Ensure rotation doesnt go out of bounds.
6363
6364 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6365
6366         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6367
6368         Correct and cleanup w/h swapping
6369
6370 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6371
6372         * backend/ev-document-thumbnails.c:
6373         (ev_document_thumbnails_get_thumbnail):
6374         * backend/ev-document-thumbnails.h:
6375         * backend/ev-document.c:
6376         * backend/ev-document.h:
6377         * backend/ev-render-context.c: (ev_render_context_new),
6378         (ev_render_context_set_rotation):
6379         * backend/ev-render-context.h:
6380         * pdf/ev-poppler.cc:
6381         * ps/ps-document.c: (ps_document_document_iface_init):
6382         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6383         * shell/ev-jobs.h:
6384         * shell/ev-page-cache.c: (build_height_to_page),
6385         (ev_page_cache_new), (ev_page_cache_get_size),
6386         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6387         (ev_page_cache_get_height_to_page):
6388         * shell/ev-page-cache.h:
6389         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6390         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6391         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6392         (ev_pixbuf_cache_get_selection_pixbuf):
6393         * shell/ev-pixbuf-cache.h:
6394         * shell/ev-print-job.c: (idle_print_handler):
6395         * shell/ev-sidebar-thumbnails.c: (add_range):
6396         * shell/ev-view.c: (view_update_range_and_current_page),
6397         (get_page_y_offset), (get_page_extents),
6398         (ev_view_size_request_continuous_dual_page),
6399         (ev_view_size_request_continuous),
6400         (ev_view_size_request_dual_page),
6401         (ev_view_size_request_single_page), (draw_one_page),
6402         (ev_view_set_rotation), (ev_view_rotate_right),
6403         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6404         (ev_view_zoom_for_size_continuous_and_dual_page),
6405         (ev_view_zoom_for_size_continuous),
6406         (ev_view_zoom_for_size_dual_page),
6407         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6408         (ev_view_select_all):
6409         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6410         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6411         (tiff_document_document_iface_init),
6412         (tiff_document_thumbnails_get_thumbnail):
6413
6414         Use rotation rather than orientation. It's easier and enough
6415         for our needs.
6416
6417 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * shell/ev-page-cache.c: (build_height_to_page),
6420         (ev_page_cache_new), (ev_page_cache_get_size),
6421         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6422         (ev_page_cache_get_height_to_page):
6423         * shell/ev-page-cache.h:
6424         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6425         (ev_view_size_request_continuous_dual_page),
6426         (ev_view_size_request_continuous),
6427         (ev_view_zoom_for_size_continuous_and_dual_page),
6428         (ev_view_zoom_for_size_continuous):
6429
6430         Make the page cache aware of page orientation.
6431
6432 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6433
6434         * backend/ev-document-thumbnails.c:
6435         (ev_document_thumbnails_get_thumbnail):
6436         * backend/ev-document-thumbnails.h:
6437         * backend/ev-document.c:
6438         * backend/ev-document.h:
6439         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6440         * backend/ev-ps-exporter.h:
6441         * pdf/ev-poppler.cc:
6442         * ps/ps-document.c: (ps_document_document_iface_init),
6443         (ps_document_ps_export_do_page):
6444         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6445         * shell/ev-jobs.h:
6446         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6447         (ev_page_cache_get):
6448         * shell/ev-page-cache.h:
6449         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6450         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6451         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6452         * shell/ev-pixbuf-cache.h:
6453         * shell/ev-print-job.c: (idle_print_handler):
6454         * shell/ev-sidebar-thumbnails.c: (add_range):
6455         * shell/ev-view.c: (view_update_range_and_current_page),
6456         (get_page_extents), (ev_view_size_request_dual_page),
6457         (ev_view_size_request_single_page), (draw_one_page),
6458         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6459         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6460         (ev_view_zoom_for_size_dual_page),
6461         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6462         (ev_view_select_all):
6463         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6464         * tiff/tiff-document.c: (tiff_document_get_page_size),
6465         (tiff_document_get_orientation), (rotate_pixbuf),
6466         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6467         (tiff_document_thumbnails_get_thumbnail),
6468         (tiff_document_ps_export_do_page), (tiff_document_init):
6469
6470         Really make use of the orientation bit of the render context.
6471         Use the render context in a few more places in the backend API.
6472         This regress orientation, but now it's done right. Will try to
6473         fix it up asap...
6474
6475 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6476
6477         * shell/ev-view.c: (ensure_rectangle_is_visible):
6478
6479         Patch by Nickolay V. Shmyrev to fix find flickering
6480
6481 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6482
6483         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6484         duplex parameters to ::begin.
6485
6486         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6487         * shell/ev-print-job.c (idle_print_handler): 
6488         * ps/ps-document.c (ps_document_ps_export_begin): 
6489         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6490         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6491         implementations. Poppler backend needs poppler cvs. Rest has
6492         unchanged behavior.
6493
6494 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6495
6496         * shell/ev-window.c (using_pdf_printer): new function.
6497         (ev_window_print_range): print a less techy message if someone
6498         tries to print to PDF.
6499
6500 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6501
6502         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6503         from "unknown font" string. Bug #311431
6504
6505 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6506
6507         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6508
6509 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6510
6511         Bug #311280
6512         
6513         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6514         name for PopplerFontTypes
6515         (pdf_document_fonts_fill_model): add font type to the detail column
6516
6517         * backend/ev-document-fonts.h: added
6518         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6519
6520         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6521         font name and font details, add a little markup.
6522         (ev_properties_fonts_init): use the new cell data func, specify ypad
6523         property for the cell renderer.
6524         (ev_properties_fonts_set_document): add the details column.
6525
6526 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6527
6528         * configure.ac: Added "pl" to ALL_LINGUAS.
6529
6530 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6531
6532         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6533
6534 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6535
6536         * help/ChangeLog: Started this for translations of manual.
6537         * configure.ac, autogen.sh, .cvsignore: Migrated to
6538         gnome-doc-utils. Patch in bug #311222.
6539
6540 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6541
6542         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6543         #ifdef this away to fix an unused-function warning.
6544
6545 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6546
6547         * configure.ac: Added 'gl' to ALL_LINGUAS.
6548
6549 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6550
6551         * configure.ac: Added ne in ALL_LINGUAS
6552         
6553 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-view.c: (ev_view_leave_notify_event):
6556         
6557         Clear status message when pointer leaves view. Fix for bug
6558         #310818 
6559
6560 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6561
6562         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6563
6564 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * shell/ev-view.c: (ev_view_leave_notify_event),
6567         (ev_view_class_init):
6568         
6569         Set cursor to normal then leaving view.
6570
6571 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * configure.ac:
6574         
6575         Fix required djvulibre version.
6576
6577 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6578
6579         *configure.ac: Hindi (hi) language added
6580
6581 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6582
6583         *configure.ac: Punjabi (pa) Language added
6584
6585 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6586
6587         * data/evince-ui.xml, shell/ev-window.c:
6588         
6589         Add keypad accelerators for zooming. Fix for bug 308128.
6590
6591 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6592
6593         * Makefile.am:
6594         * backend/Makefile.am:
6595         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6596         * configure.ac:
6597         * shell/ev-document-types.c: (ev_document_types_add_filters):
6598
6599         Allow to enable/disable the pixbuf backend.
6600         Default to off for now. If we want it enabled we should
6601         really put mime types in the desktop, implement properties etc.
6602
6603         * properties/evince-properties.c:
6604
6605         Initialize error to NULL.
6606         Check error is not NULL before freeing.
6607
6608 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * shell/ev-window.c:
6611
6612         Use F5 as presentation accell
6613
6614 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6615
6616         * shell/ev-window.c: (update_chrome_visibility),
6617         (ev_window_create_fullscreen_popup), (ev_window_init):
6618
6619         Do not leak the fullscreen toolbar
6620
6621 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6622
6623         * shell/ev-window.c: (view_actions_focus_in_cb),
6624         (view_actions_focus_out_cb):
6625
6626         These has a return value! Fix totally random focus
6627         issues we was seeing.
6628
6629 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6630
6631         * shell/main.c: (load_files_remote):
6632
6633         Allow open more than one file
6634
6635 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6636
6637         * shell/main.c: (load_files_remote):
6638
6639         Fix for dbus 0.33. bug #309975
6640
6641 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6642
6643         * properties/ev-properties-main.c: (ev_properties_get_pages):
6644
6645         Actually return NULL for types we dont support
6646
6647 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6648
6649         * po/POTFILES.in:
6650
6651         Remove empty lines.
6652
6653 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6654
6655         * backend/ev-document-factory.c:
6656         (ev_document_factory_get_document):
6657
6658         Do not try to create the object if type
6659         is invalid.
6660
6661 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * ps/ps-document.c: (ps_document_dispose),
6664         (ps_async_renderer_render_pixbuf):
6665         * ps/ps-document.h:
6666
6667         Do not leak the target window
6668
6669 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6670
6671         * shell/ev-application.c: (ev_application_init):
6672
6673         Let tbe check file existence for us.
6674         Add a comment about eggrecent mime filter.
6675
6676 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6677
6678         * data/evince-ui.xml:
6679         * shell/ev-application.c: (ev_application_shutdown),
6680         (ev_application_init), (ev_application_get_toolbars_model),
6681         (ev_application_get_recent_model),
6682         (ev_application_save_toolbars_model):
6683         * shell/ev-application.h:
6684         * shell/ev-window.c: (ev_window_add_recent),
6685         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6686         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6687         (ev_window_init):
6688
6689         Use common toolbar and recent models for all windows.
6690         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6693
6694         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6695         successfully check for gtk_icon_view_get_visible_range.
6696
6697 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6698
6699         * djvu/Makefile.am:
6700         * dvi/Makefile.am:
6701         
6702         Fix djvu and dvi backend build.
6703
6704 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6705
6706         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6707         (new_separator_pixbuf):
6708
6709         Don't leak windows.
6710
6711 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6712
6713         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6714
6715         HIGification of toolbar editor dialogue.
6716
6717 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6718
6719         * configure.ac:
6720         * shell/Makefile.am:
6721
6722         Ever build metadata manager since it's just
6723         disabled at runtime now.
6724
6725 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6726
6727         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6728         (ev_metadata_manager_get), (ev_metadata_manager_set):
6729         * shell/ev-metadata-manager.h:
6730
6731         Add an _init functions that enabled metadata management
6732         at runtime.
6733
6734         * shell/ev-window.c: (page_changed_cb),
6735         (setup_document_from_metadata), (ev_window_setup_document),
6736         (setup_view_from_metadata), (ev_window_open_uri),
6737         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6738         (ev_window_run_presentation), (ev_window_stop_presentation),
6739         (save_sizing_mode), (ev_window_zoom_changed_cb),
6740         (ev_window_continuous_changed_cb),
6741         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6742         (window_configure_event_cb):
6743
6744         Remove all ugly metadata define since we deal with it
6745         at runtime now.
6746
6747         * shell/main.c: (load_files_remote), (main):
6748
6749         Add support for dbus cvs head. Hopefully didnt break one
6750         of the other versions now!
6751
6752         If we dont get a response from the dbus server just
6753         give up with it and not enable metadata.
6754
6755 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6756
6757         * Makefile.am:
6758         * backend/Makefile.am:
6759         * configure.ac:
6760         * cut-n-paste/recent-files/Makefile.am:
6761         * cut-n-paste/toolbar-editor/Makefile.am:
6762         * cut-n-paste/zoom-control/Makefile.am:
6763         * lib/Makefile.am:
6764         * pdf/Makefile.am:
6765         * pixbuf/Makefile.am:
6766         * properties/Makefile.am:
6767         * ps/Makefile.am:
6768         * shell/Makefile.am:
6769         * thumbnailer/Makefile.am:
6770         * tiff/Makefile.am:
6771
6772         Make frontends depend on just libev.
6773         Rework and group CFLAGS/LIBS definitions.
6774         Cleanups.
6775
6776 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * shell/ev-window:
6779
6780         do not unnecessarily save zoom
6781
6782         * configure.ac:
6783         * lib/ev-file-helpers.c: (ev_dot_dir):
6784         * shell/Makefile.am:
6785         * shell/dummy.cc:
6786
6787         Some cleanups
6788
6789 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6790
6791         * configure.ac:
6792         
6793         Remove unnecessary dependencies
6794
6795 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6796
6797         * properties/Makefile.am:
6798         * thumbnailer/Makefile.am:
6799         * tiff/Makefile.am:
6800
6801         Some more cleanups. Was really necessary
6802         but I probably introduced bugs, feel free
6803         to flame :)
6804
6805 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6806
6807         * backend/Makefile.am:
6808         * configure.ac:
6809         * cut-n-paste/recent-files/Makefile.am:
6810         * cut-n-paste/toolbar-editor/Makefile.am:
6811         * cut-n-paste/zoom-control/Makefile.am:
6812         * lib/Makefile.am:
6813         * pdf/Makefile.am:
6814         * pixbuf/Makefile.am:
6815         * properties/Makefile.am:
6816         * ps/Makefile.am:
6817         * shell/Makefile.am:
6818         * thumbnailer/Makefile.am:
6819         * tiff/Makefile.am:
6820
6821         Use gnome-common macros when possible.
6822         Cleanup dependencies.
6823         Actually disable deprecated where possible.
6824
6825 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6826
6827         * Makefile.am:
6828         * backend/Makefile.am:
6829         * properties/Makefile.am:
6830         * shell/Makefile.am:
6831         * thumbnailer/Makefile.am:
6832
6833         This should solve the circular dep without
6834         requiring dir reorg!
6835
6836         * shell/ev-window.c: (setup_view_from_metadata):
6837
6838         Never restore window size/position when the
6839         window is already visible.
6840
6841 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6842
6843         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6844
6845         Return a boolean from timeout func. Fix ported from gedit.
6846
6847 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6848
6849         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6850
6851 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6852
6853         * shell/ev-document-types.c: set "All Documents" as default filter in
6854         open dialog
6855
6856 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6857
6858         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6859         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6860         (ev_metadata_manager_set_boolean): fix value/val thinko.
6861
6862 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * shell/ev-window.c: (setup_view_from_metadata),
6865         (window_state_event_cb), (window_configure_event_cb),
6866         (ev_window_init):
6867
6868         Remember window position and maximized state
6869
6870 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6871
6872         * configure.ac:
6873
6874         Fix DBUS configure checks.
6875
6876         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6877         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6878         (ev_metadata_manager_set_boolean):
6879
6880         Plug mem leaks.
6881
6882         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6883         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6884         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6885         (ev_window_continuous_changed_cb),
6886         (ev_window_dual_mode_changed_cb), (ev_window_new):
6887
6888         Fix the build without DBUS.
6889
6890 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6893         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6894         (ev_metadata_manager_set_string),
6895         (ev_metadata_manager_set_boolean):
6896         * shell/ev-metadata-manager.h:
6897
6898         Add support for some more types
6899
6900         * shell/ev-view.c: (scroll_to_current_page),
6901         (ev_view_get_continuous), (ev_view_set_continuous),
6902         (ev_view_get_dual_page):
6903         * shell/ev-view.h:
6904         * shell/ev-window.c: (page_changed_cb),
6905         (setup_document_from_metadata), (ev_window_setup_document),
6906         (setup_view_from_metadata), (ev_window_open_uri),
6907         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6908         (ev_window_run_presentation), (ev_window_stop_presentation),
6909         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6910         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6911         (ev_window_update_dual_page_action),
6912         (ev_window_continuous_changed_cb),
6913         (ev_window_dual_mode_changed_cb), (ev_window_init):
6914
6915         Remember a bunch of view/document properties. Prolly some
6916         are still missing but it's getting interesting.
6917
6918 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6919
6920         * configure.ac: check if dbus-binding-tool is installed. Not the
6921         case on current Ubuntu breezy, it seems.
6922
6923 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6924
6925         * data/evince.desktop.in.in:
6926         
6927         Allow open uri lists and add TryExec field.
6928
6929 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6930
6931         * configure.ac:
6932
6933         Enable dbus when available, do not require a configure
6934         option.
6935
6936 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6937
6938         * configure.ac:
6939
6940         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6941         disabled.
6942
6943 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6944         Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6947         
6948         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6949         functions to the format required by dbus
6950
6951         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6952         errors. Use the RPC parameters in the expected way
6953
6954 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6955
6956         * Makefile.am:
6957         * properties/Makefile.am:
6958         * properties/ev-properties-main.c: (ev_properties_get_pages):
6959
6960         Support all mime types
6961
6962         * shell/Makefile.am:
6963         * thumbnailer/Makefile.am:
6964         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6965         (evince_thumbnail_pngenc_get):
6966
6967         Use the document factory
6968
6969 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6970
6971         * backend/Makefile.am:
6972         * backend/ev-document-factory.c:
6973         (mime_type_supported_by_gdk_pixbuf),
6974         (ev_document_type_get_from_mime),
6975         (ev_document_factory_get_document),
6976         (ev_document_factory_get_backend),
6977         (ev_document_factory_get_mime_types),
6978         (ev_document_factory_get_all_mime_types):
6979         * backend/ev-document-factory.h:
6980         * shell/Makefile.am:
6981         * shell/ev-document-types.c: (get_document_from_uri),
6982         (ev_document_types_get_document),
6983         (file_filter_add_mime_list_and_free),
6984         (ev_document_types_add_filters):
6985         * shell/ev-document-types.h:
6986         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6987         * shell/ev-properties-dialog.c:
6988         (ev_properties_dialog_set_document):
6989         * shell/ev-window.c: (ev_window_cmd_file_open),
6990         (ev_window_cmd_save_as):
6991         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6992
6993         Rework document types managing to avoid code duplication
6994         and actually abstract from backend implementations.
6995         Also provide a minimal factory api that can be used by
6996         thumbnailer/properties.
6997
6998 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6999
7000         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7001         Plug a mem leak.
7002         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7003         HIG spacings.
7004
7005 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7006
7007         * shell/ev-properties-dialog.c
7008         (ev_properties_dialog_set_document): only call
7009         ev_properties_fonts_set_document() if the document implements the
7010         fonts interface
7011
7012 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7013
7014         * configure.ac:
7015         * properties/Makefile.am:
7016         * properties/ev-properties-view.c:
7017         (ev_properties_view_register_type):
7018         * properties/ev-properties-view.h:
7019         * properties/ev-properties-main.h:
7020
7021         Implement nautilus plugin for properties.
7022         Works only for pdf atm, I need to rework the
7023         document types stuff to get this to work
7024         for all backends...
7025
7026 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7027
7028         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7029         (ev_properties_fonts_set_document): use
7030         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7031
7032 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7033
7034         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7035         them
7036         (PlaceImage, tiff2ps_process_page): use
7037         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7038
7039
7040 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7041
7042         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7043         (main): to call gnome_authentication_manager_init. Should fix
7044         Bug #308510
7045
7046         * configure.ac: that requires libgnomeui 2.6.0.
7047
7048 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7049
7050         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7051         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7052         use the new tiff2ps interfaces
7053
7054         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7055         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7056
7057         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7058         structure instead of global variables.  Remove use of static
7059         variables in functions.
7060
7061 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7062
7063         * shell/ev-page-action.c: unref the completion after setting it to the
7064         entry
7065
7066 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7067
7068         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7069         postscript files
7070
7071 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7072
7073         * shell/ev-window.c (update_action_sensitivity): disable
7074         File->Print if the document does not implement the ps exporter
7075         interface
7076
7077 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7078
7079         * Makefile.am:
7080         * configure.ac:
7081         * data/evince-properties.glade:
7082         * properties/.cvsignore:
7083         * properties/Makefile.am:
7084         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7085         (ev_properties_view_class_init), (ev_properties_view_format_date),
7086         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7087         (ev_properties_view_init), (ev_properties_view_new):
7088         * properties/ev-properties-view.h:
7089         * shell/Makefile.am:
7090         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7091         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7092         (ev_properties_dialog_new):
7093         * shell/ev-properties-dialog.h:
7094         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7095         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7096         (update_progress_label), (job_fonts_finished_cb),
7097         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7098         * shell/ev-properties-fonts.h:
7099         * shell/ev-properties.c:
7100         * shell/ev-properties.h:
7101         * shell/ev-window.c: (ev_window_setup_document),
7102         (ev_window_cmd_file_properties):
7103
7104         Split the properties pages in two different objects, depend
7105         only on the backend where possible, use widgets instead
7106         of gobject for the glade part, reimplement the dialog
7107         itself with gtk.
7108         I need this to implement nautilus properties page.
7109
7110 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7111
7112         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7113         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7114         (tiff_document_document_ps_exporter_iface_init): implement the ps
7115         exporter interface for tiff documents
7116
7117         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7118         libtiff to implement TIFF postscript export
7119
7120         * tiff/tiff2ps.h: added a header file for external tiff2ps
7121         functions.
7122
7123         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7124         tiff2ps.h
7125
7126 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * shell/ev-view.c: (scroll_to_current_page),
7129         (ev_view_set_fullscreen), (ev_view_set_presentation):
7130         
7131         Scroll to current page when exit from presentation
7132
7133 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * shell/ev-window.c: (update_document_mode),
7136         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7137         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7138         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7139         
7140         Exit from fullscreen mode when switch to presentation. Fix for
7141         bug 309365
7142
7143 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7144
7145         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7146         return NULL if the document does not implement the selection
7147         interface.
7148
7149 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7150
7151         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7152         reported height by using the resolution aspect ratio
7153         (tiff_document_render_pixbuf): scale the pixbuf using the
7154         resolution aspect ratio
7155
7156 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * configure.ac:
7159         
7160         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7161         <kiltedaco@gmail.com>
7162         
7163         * djvu/djvu-document.c: (djvu_document_get_orientation),
7164         (djvu_document_set_orientation), (djvu_document_get_page_size),
7165         (rotate_pixbuf), (djvu_document_render_pixbuf),
7166         (djvu_document_document_iface_init):
7167         * dvi/dvi-document.c: (dvi_document_get_orientation),
7168         (dvi_document_set_orientation), (dvi_document_get_page_size),
7169         (rotate_pixbuf), (dvi_document_render_pixbuf),
7170         (dvi_document_document_iface_init):
7171         
7172         Dvi and djvu backends are ported to new API
7173
7174 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7175
7176         * backend/ev-selection.c: (ev_selection_get_selection_region),
7177         (ev_selection_get_selection_map):
7178         * backend/ev-selection.h:
7179         * pdf/ev-poppler.cc:
7180         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7181         * shell/ev-jobs.h:
7182         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7183         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7184         (ev_pixbuf_cache_get_text_mapping):
7185         * shell/ev-pixbuf-cache.h:
7186         * shell/ev-view.c: (location_in_text),
7187         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7188         support to EvView.  Now we can see where we can select!  Sweet!
7189
7190 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7191
7192         * shell/ev-view.c (ev_view_button_press_event): Fix
7193         event->y + view->scroll_x typo.
7194
7195 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7196
7197         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7198         sub-GdkPixbuf instead of passing dest_x and dest_y.
7199         
7200         * shell/ev-view.c: (view_point_to_doc_point),
7201         (view_rect_to_doc_rect), (ev_view_button_press_event),
7202         (ev_view_motion_notify_event), (compute_new_selection_rect),
7203         (gdk_rectangle_point_in), (compute_new_selection_text),
7204         (compute_selections): Update selection code to keep the selection
7205         around as two points and not as a normalized rectangle, and fix
7206         page level selection in two-column mode.
7207
7208 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7209
7210         * shell/ev-window.c: (window_configure_event_cb): 
7211         
7212         Fix compilation
7213         
7214 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7215
7216         * pdf/ev-poppler.cc:
7217
7218         Fix compilation
7219
7220 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7221
7222         * shell/Makefile.am:
7223         * shell/ev-metadata-manager.c: (item_free),
7224         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7225         (parse_value), (parseItem), (load_values),
7226         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7227         (save_values), (save_item), (get_oldest), (resize_items),
7228         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7229         * shell/ev-metadata-manager.h:
7230
7231         Metadata manager from gedit but modified to use GValue, so that
7232         we dont need to keep converting from strings.
7233
7234         * configure.ac:
7235
7236         ENABLE_METADATA conditional, on when dbus is on
7237
7238         * shell/ev-application.c: (ev_application_open_uri):
7239
7240         Show the window after load so that we can initialize
7241         window size before it's showed.
7242
7243         * shell/ev-window.c: (ev_window_setup_from_metadata),
7244         (ev_window_open_uri), (window_configure_event_cb),
7245         (ev_window_init):
7246
7247         Save and load metadata information about window size.
7248         Not yet keeping states in account.
7249
7250         * shell/main.c: (main):
7251
7252         Shutdown metadata manager.
7253
7254 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7255
7256         * shell/ev-application-service.xml:
7257         * configure.ac:
7258         * shell/Makefile.am:
7259         * shell/ev-application.c:
7260         * shell/ev-application.h:
7261         * shell/ev-window.c:
7262         * shell/ev-window.h:
7263         * shell/main.c:
7264
7265         Add an optional dbus interface (--enable-dbus).
7266         Rework application code, mainly to be easier to
7267         use "remotely".
7268         Do not open multiple windows with the same document,
7269         spatial evince!
7270
7271 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7272
7273         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7274         pixbuf iff it exists.
7275
7276 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7277
7278         * shell/*:
7279         * backend/ev-render-context.[ch]:
7280         * backend/ev-selection.[ch]:
7281
7282         Massive changes.  We now support text selection of pdfs, and not
7283         just rectangular selection.  This is pretty broken still, but I
7284         want to get something into CVS.
7285
7286 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * pdf/ev-poppler.cc:
7289         
7290         Fix for Bug 309080: crash on window close.
7291         
7292         * shell/ev-page-action.c: (page_changed_cb):
7293         
7294         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7295         jensgr@gmx.net (Jens Granseuer).
7296
7297 2005-06-25  Marcel Telka  <marcel@telka.sk>
7298
7299         * configure.in (ALL_LINGUAS): Added sk.
7300
7301 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7302
7303         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7304         not a document open
7305
7306 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * NEWS:
7309         * configure.ac:
7310
7311         Release 0.3.2
7312
7313         * cut-n-paste/recent-files/Makefile.am:
7314
7315         Fix make distcheck
7316
7317 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7318
7319         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7320         (pixbuf_document_set_orientation), (rotate_pixbuf),
7321         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7322         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7323
7324         Implement rotation and cleanup the code a bit.
7325
7326         * tiff/tiff-document.c: (tiff_document_get_page_size),
7327         (tiff_document_get_orientation), (tiff_document_set_orientation),
7328         (rotate_pixbuf), (tiff_document_render_pixbuf),
7329         (tiff_document_document_iface_init), (tiff_document_init):
7330
7331         Implement rotation. Was the quicker solution for the release
7332         but we really need to share this code in the shell.
7333
7334 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7335
7336         * pdf/ev-poppler.cc:
7337
7338         Enable rotation, require poppler cvs. Fix a leak.
7339
7340 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7341
7342         * shell/ev-window.c: (update_action_sensitivity):
7343         
7344         Make properties unsensitive if document backend doesn't provide
7345         any info
7346
7347 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7350         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7351         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7352         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7353         (bitmap_flip_rotate_counter_clockwise):
7354         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7355         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7356         (buff_gets):
7357         * dvi/mdvi-lib/common.h:
7358         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7359         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7360         (opendvi), (mdvi_reload), (mdvi_init_context),
7361         (mdvi_destroy_context), (mdvi_dopage), (special):
7362         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7363         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7364         (file_hash_free), (register_encoding), (parse_spec),
7365         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7366         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7367         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7368         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7369         (mdvi_register_font_type), (mdvi_unregister_font_type),
7370         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7371         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7372         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7373         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7374         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7375         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7376         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7377         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7378         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7379         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7380         (mdvi_unregister_special), (mdvi_flush_specials):
7381         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7382         (t1_font_remove):
7383         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7384         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7385         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7386         (free_font_metrics), (flush_font_metrics):
7387         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7388         (tt_font_remove):
7389         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7390         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7391         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7392         (dstring_insert), (dstring_new), (dstring_reset):
7393         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7394         
7395         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7396         avoid conflict with libtool on FC4
7397         
7398         * shell/ev-window.c: (ev_window_cmd_help_about):
7399         
7400         Update copyright year. Fix for bug 308828.
7401
7402 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7403
7404         * shell/ev-view.c: (add_scroll_binding_keypad),
7405         (ev_view_binding_activated), (ev_view_class_init),
7406         (on_adjustment_value_changed):
7407         
7408         Bug 170874: Arrow keys switch pages in presentation mode
7409
7410 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7411
7412         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7413         
7414         Fix for Bug 308265: Sidebar dissappears coming out of 
7415         Presentation mode
7416
7417 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * shell/ev-application.c: (ev_application_open):
7420         * shell/ev-document-types.c: (ev_document_types_add_filters),
7421         (ev_document_types_add_filters_for_type):
7422         * shell/ev-document-types.h:
7423         * shell/ev-window.c: (ev_window_cmd_save_as):
7424         
7425         Suggest basename as template when saving, provide filters
7426         for save dialog. It's bug 308402
7427
7428 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7429
7430         * pdf/ev-poppler.cc:
7431         * shell/ev-sidebar-links.c: (job_finished_callback):
7432         * shell/ev-view.c: (update_find_status_message):
7433         
7434         Some leaks fixed
7435
7436 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7437
7438         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7439         (egg_recent_view_uimanager_set_list):
7440
7441         Fix buglet in !show_numbers case.
7442
7443 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7444
7445         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7446         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7447
7448         Use pango ellipsisation.
7449
7450         * pdf/ev-poppler.cc:
7451
7452         Fix refcount leak, from nsh.
7453
7454 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7455
7456         * cut-n-paste/recent-files/Makefile.am:
7457         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7458         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7459         
7460         Removed EggRecentViewGtk
7461         
7462         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7463         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7464         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7465         (ev_window_setup_recent):
7466         
7467         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7468         with other projects
7469
7470 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7471
7472         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7473         (egg_recent_view_gtk_finalize):
7474
7475         Fix memory leak
7476
7477         * cut-n-paste/toolbar-editor/Makefile.am:
7478         
7479         Fix location of cursor icon.
7480         
7481         * pdf/ev-poppler.cc:
7482         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7483         (display_completion_text), (match_completion):
7484         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7485         (selection_changed_callback), (create_loading_model),
7486         (print_section_cb), (links_page_num_func),
7487         (update_page_callback_foreach):
7488         * shell/ev-window.c: (ev_window_dispose):
7489         
7490         Small memory fixes. Links model now store objects instead
7491         of pointers to improve memory management. 
7492
7493 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7494
7495         * shell/ev-window.c: (zoom_control_changed_cb):
7496         
7497         Fix update of zoom control (bug 308268).
7498
7499 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7500
7501         * shell/ev-properties.c (set_property): escape the text correctly.
7502         Handles non-UTF-8 properties and escaped properties.  Also, sets
7503         the text to "<i>None</i>" if the property isn't set.
7504
7505         * data/evince-properties.glade: Change the label to be ellipsized,
7506         and give it a minimum size.
7507
7508 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7509
7510         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7511         * shell/ev-sidebar-links.c: (create_loading_model):
7512         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7513         * shell/ev-view.c: (ev_view_set_document):
7514         * shell/ev-window.c: (ev_window_dispose):
7515         
7516         Various small fixes, mostly memory leaks. Thanks to valgrind.
7517
7518 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7519
7520         * ps/ps-document.c: remove the locale.h include again ;-). And
7521         kill the (bogus) setlocale/savelocale business.
7522
7523 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7524
7525         * ps/ps-document.c:
7526         
7527         Include locale.h to fix build
7528         
7529         * shell/ev-sidebar.c:
7530         
7531         Remove unnecessary includes
7532
7533 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * dvi/dvi-document.c: (dvi_document_load):
7536         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7537         * po/POTFILES.in:
7538         
7539         Check for incorrect dvi files. Fix parsing dvi on AMD64
7540         platform. Thanks to tester@tester.ca (Olivier Crete).
7541
7542 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * shell/ev-page-action.c: (match_selected_cb),
7545         (display_completion_text), (match_completion), (update_model):
7546         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7547         (expand_open_links):
7548         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7549         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7550         (ev_sidebar_set_document):
7551         * shell/ev-window.c: (ev_window_xfer_job_cb),
7552         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7553         
7554         Fixed lot's of memory leaks, for example, memory leak on reload, 
7555         described in bug 307793.
7556
7557 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7558
7559         * pdf/ev-poppler.cc:
7560         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7561         (update_visible_range), (adjustment_changed_cb),
7562         (ev_sidebar_thumbnails_fill_model),
7563         (ev_sidebar_thumbnails_refresh),
7564         (ev_sidebar_tree_selection_changed),
7565         (ev_sidebar_icon_selection_changed),
7566         (ev_sidebar_thumbnails_use_icon_view),
7567         (ev_sidebar_thumbnails_set_document):
7568         * shell/ev-sidebar-thumbnails.h:
7569         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7570         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7571
7572         Refresh thumbnails when changing orientation. Not fully
7573         working yet becuase of a sidebar bug.
7574
7575         Set page orientation to poppler page everywhere. This sucks
7576         really need to fix poppler.
7577
7578 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7581         (egg_recent_view_gtk_new_menu_item),
7582         (egg_recent_view_gtk_set_property),
7583         (egg_recent_view_gtk_get_property),
7584         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7585         (egg_recent_view_gtk_set_tooltip_func),
7586         (egg_recent_view_gtk_set_label_width),
7587         (egg_recent_view_gtk_get_label_width):
7588         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7589
7590         Sync with libegg (ellipsize labels)
7591
7592 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * data/evince-ui.xml:
7595         * shell/ev-window.c: (ev_window_cmd_go_forward),
7596         (ev_window_cmd_go_backward):
7597         
7598         Shift + PageUp moves 10 Pages. Fix for 306125
7599
7600 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * pdf/ev-poppler.cc:
7603
7604         Add a flag to check if orientation has been overriden
7605
7606 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7607
7608         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7609         field if necessary.
7610
7611         * ps/ps.h: add creator field to document.
7612
7613         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7614         set creator field.
7615
7616 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7617
7618         * data/evince-properties.glade:
7619         * shell/ev-properties.c: (ev_properties_set_document):
7620
7621         s/PDF Version/Format
7622
7623 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * shell/ev-properties.c: (ev_properties_set_document):
7626
7627         Remove unnecessary translations
7628
7629 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7630
7631         * cut-n-paste/toolbar-editor/Makefile.am:
7632
7633         Correct library name    
7634
7635 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7636
7637         * configure.ac:
7638         * cut-n-paste/recent-files/egg-recent-model.c:
7639         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7640         (egg_recent_model_unlock_file):
7641         * cut-n-paste/recent-files/egg-recent-util.c:
7642         (egg_recent_util_get_unique_id):
7643         * cut-n-paste/recent-files/update-from-egg.sh:
7644         * cut-n-paste/toolbar-editor/Makefile.am:
7645         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7646         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7647         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7648         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7649         (egg_toolbars_model_get_type):
7650         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7651
7652         Better makefile for toolbar editor and update everything
7653         to latest libegg.
7654
7655 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * shell/ev-window.c: (update_document_mode):
7658
7659         Prefer presentation mode when the document
7660         require fullscreen.
7661
7662 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7663
7664         * data/evince-ui.xml:
7665         * shell/ev-window.c:
7666
7667         Add control-equal for zooming
7668
7669 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7670
7671         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7672
7673 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7674
7675         * backend/ev-document.c: (ev_document_get_orientation):
7676         * backend/ev-document.h:
7677         * pdf/ev-poppler.cc:
7678         * ps/ps-document.c: (ps_document_get_orientation),
7679         (ps_document_set_orientation), (ps_document_document_iface_init):
7680
7681         Add a get_orientation api. Improve set_orientation.
7682
7683         * data/evince-ui.xml:
7684         * shell/ev-view.c: (ev_view_set_orientation),
7685         (ev_view_rotate_right), (ev_view_rotate_left):
7686         * shell/ev-view.h:
7687         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7688         (ev_window_cmd_edit_rotate_right):
7689
7690         Better ui for changing document orientation
7691
7692 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7693
7694         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7695         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7696         * shell/ev-sidebar-links.h:
7697         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7698         (ev_sidebar_page_iface_init):
7699         * shell/ev-sidebar-page.h:
7700         * shell/ev-sidebar-thumbnails.c:
7701         (ev_sidebar_thumbnails_get_property),
7702         (ev_sidebar_thumbnails_class_init),
7703         (ev_sidebar_thumbnails_set_document):
7704         * shell/ev-sidebar-thumbnails.h:
7705         * shell/ev-view.c: (ev_view_motion_notify_event):
7706         * shell/ev-window.c: (update_chrome_visibility),
7707         (ev_window_cmd_focus_page_selector),
7708         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7709         (sidebar_page_main_widget_update_cb), (ev_window_init):
7710         
7711         Autoraise toolbar on GoToPage binding and fix bindings in
7712         EvSidebarThumbnails page.
7713
7714 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7715
7716         * shell/ev-properties.c: (update_progress_label):
7717
7718         Hide the progress label when finished; bug #307697.
7719
7720 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7721
7722         * pdf/ev-poppler.cc:
7723
7724         Enable is_open for links, you will need poppler cvs
7725
7726         * shell/ev-properties.c: (job_fonts_finished_cb):
7727
7728         Get a lock on the document when filling the tree view
7729
7730 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7731
7732         * backend/ev-document-links.h:
7733         * pdf/ev-poppler.cc:
7734         * shell/ev-sidebar-links.c: (create_loading_model),
7735         (expand_open_links), (job_finished_callback):
7736
7737         Expand links when specified by the document.
7738         Depend on a poppler api (defined out for now)
7739
7740 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7741
7742         * shell/ev-properties.c: (ev_properties_dispose),
7743         (ev_properties_class_init), (dialog_destroy_cb),
7744         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7745         (ev_properties_set_document), (ev_properties_new),
7746         (ev_properties_show):
7747         * shell/ev-properties.h:
7748
7749         Make it an object, cleanup the code, api to show it as transient
7750         and to set the document.
7751
7752         * shell/ev-window.c: (ev_window_setup_document),
7753         (ev_window_cmd_file_properties):
7754
7755         Adapt to EvProperties changes, do not show multiple
7756         times, update it when document changes.
7757
7758 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7759
7760         * ps/gstypes.h:
7761         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7762         (ps_document_set_orientation), (ps_document_document_iface_init):
7763         * ps/ps-document.h:
7764
7765         Implement orientation here too
7766
7767         * shell/ev-properties.c: (ev_properties_new):
7768         * data/evince-properties.glade:
7769
7770         Hide the fonts page for backends that doesnt
7771         support it.     
7772
7773 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7774
7775         * backend/ev-document.c: (ev_document_set_orientation):
7776         * backend/ev-document.h:
7777         * pdf/ev-poppler.cc:
7778
7779         Add orientation api. Currently poppler api is not optimal,
7780         we need to set orientation every time we _get a page.
7781         I will try to fix that at some point.
7782
7783         * data/evince-ui.xml:
7784         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7785         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7786
7787         Add orientation menu items
7788
7789         * shell/ev-page-cache.c: (ev_page_cache_clear):
7790         * shell/ev-page-cache.h:
7791
7792         Add api to clear the cache
7793
7794         * shell/ev-view.c: (setup_caches), (clear_caches),
7795         (ev_view_set_document), (ev_view_zoom_out),
7796         (ev_view_set_orientation):
7797         * shell/ev-view.h:
7798
7799         Implement orientation changing
7800
7801 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7802
7803         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7804         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7805         * backend/ev-document-fonts.h:
7806
7807         Separate scan and fill so that we can incrementally fill from
7808         the main thread. Add a progress api.
7809
7810         * data/evince-properties.glade:
7811         * pdf/ev-poppler.cc:
7812         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7813         * shell/ev-jobs.h:
7814         * shell/ev-properties.c: (update_progress_label),
7815         (job_fonts_finished_cb), (setup_fonts_view):
7816
7817         Incrementally feel the list and show the progress
7818         percentage in a label like acrobat does.
7819
7820         You are going to need poppler cvs
7821
7822 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7823
7824         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7825         * backend/ev-document-fonts.h:
7826         * pdf/ev-poppler.cc:
7827
7828         Make fonts model fill incrementally.
7829
7830         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7831         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7832         (ev_job_queue_remove_job):
7833         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7834         (ev_job_fonts_new), (ev_job_fonts_run):
7835         * shell/ev-jobs.h:
7836
7837         New job for fonts scanning
7838
7839         * shell/ev-properties.c: (job_fonts_finished_cb),
7840         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7841         * shell/ev-properties.h:
7842         * shell/ev-window.c: (ev_window_cmd_file_properties):
7843
7844         Incrementally feel the treeview using the new job. Show Loading...
7845         message until scanning is completed.
7846
7847         Hopefully I didnt break the build without the poppler patch.
7848
7849 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7850
7851         * shell/ev-application.c: (ev_application_open):
7852         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7853         (ev_document_type_get_type), (ev_document_type_lookup):
7854         * shell/ev-document-types.h:
7855         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7856         * shell/ev-job-xfer.h:
7857         * shell/ev-window.c: (ev_window_clear_local_uri),
7858         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7859         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7860         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7861         
7862         Transfer remote documents to tmp directory to display them later.
7863
7864 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7865
7866         * backend/ev-document-info.h:
7867         * shell/ev-properties.c: (ev_properties_new):
7868
7869         s/GTime*/GTime. Not sure why we was using a pointer
7870         at all there!
7871
7872 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7873
7874         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7875         situations.  That situation is that you're using GTK+-HEAD with
7876         the patch at #306726 is applied, and you have a document with <
7877         1500 pages in it.  It's not quite as uniformly nice as the
7878         TreeView, but should be better in the long run.
7879
7880         I'm pretty sure I guarded against breaking compilation with
7881         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7882         I missed some.
7883
7884         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7885         widget yet, so I commented that code out
7886         enable_view_actions_for_widget() for now.  Need to figure this
7887         out.
7888
7889         * shell/ev-page-action.c (match_selected_cb): emit the right
7890         signals.  Our cool C-l completion now works.
7891
7892 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7893
7894         * backend/Makefile.am:
7895         * backend/ev-document-fonts.c:
7896         * backend/ev-document-links.c:
7897         * backend/ev-document.c: (ev_document_load):
7898         * backend/ev-document.h:
7899         * backend/ev-job-queue.c:
7900         * backend/ev-job-queue.h:
7901         * backend/ev-jobs.c:
7902         * backend/ev-jobs.h:
7903         * backend/ev-page-cache.c:
7904         * backend/ev-page-cache.h:
7905
7906         EvPageCache and EvJobs are moved to shell.
7907
7908         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7909         (ev_tmp_filename):
7910         * lib/ev-file-helpers.h:
7911         
7912         New helper to work with temporary files
7913         
7914         * shell/Makefile.am:
7915         * shell/ev-application.c: (ev_application_open):
7916         * shell/ev-application.h:
7917         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7918         (remove_job_from_async_queue), (add_job_to_async_queue),
7919         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7920         (handle_job), (search_for_jobs_unlocked),
7921         (no_jobs_available_unlocked), (ev_render_thread),
7922         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7923         (ev_job_queue_add_job), (move_job_async), (move_job),
7924         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7925         * shell/ev-job-queue.h:
7926         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7927         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7928         * shell/ev-job-xfer.h:
7929         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7930         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7931         (ev_job_links_class_init), (ev_job_render_init),
7932         (ev_job_render_dispose), (ev_job_render_class_init),
7933         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7934         (ev_job_thumbnail_class_init), (ev_job_load_init),
7935         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7936         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7937         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7938         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7939         * shell/ev-jobs.h:
7940         * shell/ev-page-action.c: (ev_page_action_set_document):
7941         * shell/ev-page-cache.c: (ev_page_cache_init),
7942         (ev_page_cache_class_init), (ev_page_cache_finalize),
7943         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7944         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7945         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7946         (ev_page_cache_get_title), (ev_page_cache_get_size),
7947         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7948         (ev_page_cache_get_height_to_page),
7949         (ev_page_cache_get_max_label_chars),
7950         (ev_page_cache_get_page_label),
7951         (ev_page_cache_has_nonnumeric_page_labels),
7952         (ev_page_cache_get_info), (ev_page_cache_next_page),
7953         (ev_page_cache_prev_page), (ev_page_cache_get):
7954         * shell/ev-page-cache.h:
7955         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7956         (ev_pixbuf_cache_clear_job_sizes),
7957         (ev_pixbuf_cache_add_jobs_if_needed),
7958         (ev_pixbuf_cache_set_page_range):
7959         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7960         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7961         * shell/ev-sidebar-thumbnails.c:
7962         (ev_sidebar_tree_selection_changed),
7963         (ev_sidebar_thumbnails_set_document):
7964         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7965         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7966         (ev_statusbar_get_context_id), (ev_statusbar_push),
7967         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7968         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7969         (ev_statusbar_set_progress):
7970         * shell/ev-statusbar.h:
7971         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7972         (ev_view_find_previous):
7973         * shell/ev-window.c: (ev_window_is_empty),
7974         (ev_window_setup_document), (password_dialog_response),
7975         (ev_window_clear_jobs), (ev_window_load_job_cb),
7976         (ev_window_xfer_job_cb), (ev_window_open_uri),
7977         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7978         (ev_window_print), (ev_window_print_range),
7979         (ev_window_state_event), (ev_window_cmd_view_reload),
7980         (menu_item_select_cb), (menu_item_deselect_cb),
7981         (view_status_changed_cb), (ev_window_dispose),
7982         (drag_data_received_cb), (ev_window_init):
7983         * shell/ev-window.h:
7984         * shell/main.c: (load_files):
7985         
7986         New statusbar to show progress on idle. Two new jobs - 
7987         xfer job and load job to load document in background. And update
7988         of page_cache clients to new location of code.
7989
7990 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7991   
7992         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7993         selection in open dialog. It also remembers the last visited directory 
7994         in the current session.
7995
7996 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * shell/ev-properties.c: (ev_properties_new):
7999         * shell/ev-properties.h:
8000         * shell/ev-window.c: (ev_window_cmd_file_properties):
8001         
8002         Get document info from page cache instead of document itself.
8003         This should fix crash related to race conditions described in
8004         bug 306545.
8005
8006 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8007
8008         * ps/ps-document.c: (ps_document_init),
8009         (send_ps), (get_page_box), (output), (catchPipe), (input),
8010         (stop_interpreter), (file_length), (file_readable),
8011         (check_filecompressedb), (ps_document_enable_interpreter),
8012         (document_load), (ps_async_renderer_render_pixbuf):
8013         * ps/ps-document.h:
8014
8015         Big cleanup of the ps code
8016
8017 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8018
8019         * backend/Makefile.am:
8020         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8021         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8022         * backend/ev-async-renderer.h:
8023
8024         Add an async renderer interface (method + callback) which
8025         is useful for backends like ps.
8026
8027         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8028         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8029         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8030         (ev_job_queue_add_job), (move_job_async), (move_job),
8031         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8032
8033         Add queues for async renderer, these are executed on the
8034         main thread.
8035
8036         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8037         (ev_job_render_run):
8038         * backend/ev-jobs.h:
8039
8040         If the backend support async renderer interface use it.
8041
8042         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8043         (setup_pixmap), (ps_document_get_type),
8044         (ps_async_renderer_render_pixbuf),
8045         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8046
8047         Implement async renderer interface.
8048
8049 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8050
8051         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8052
8053         Cleanup links job on exit.
8054
8055 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8056
8057         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8058         (drag_data_get_cb), (drag_data_received_cb):
8059         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8060         (drag_data_get_cb), (parse_item_list),
8061         (egg_toolbar_editor_load_actions):
8062         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8063         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8064         (parse_item_list), (parse_toolbars):
8065         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8066         (dvi_pixbuf_put_pixel):
8067         
8068         Fix gcc 4.0 warnings
8069
8070 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8071
8072         * ps/ps-document.c: (start_interpreter):
8073
8074         Fix warning when loading ps
8075
8076 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8077
8078         * ps/ps-document.c: (output):
8079
8080         Fix crash when priting gs error messages.
8081
8082 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8083
8084         * backend/ev-page-cache.c: (_ev_page_cache_new):
8085         * backend/ev-page-cache.h:
8086
8087         Use a const to return title so that we dont double
8088         free it. Small cleanup and fix a leak.
8089
8090         * shell/ev-window.c: (update_window_title):
8091
8092         strdup value from get_title.
8093
8094 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8095
8096         * shell/ev-sidebar-links.c: (job_finished_callback),
8097         (ev_sidebar_links_set_document):
8098
8099         Cleanup the old job when changing document
8100
8101 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8102
8103         * shell/ev-stock-icons.c:
8104         * shell/ev-stock-icons.h:
8105         * shell/ev-window.c:
8106         
8107         Add stock icons for actions that can appear in toolbar. Fix for
8108         bug 306566.
8109
8110 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8111
8112         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8113         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8114         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8115         * backend/ev-page-cache.h:
8116         * shell/ev-view.c: (scroll_to_current_page),
8117         (view_update_range_and_current_page), (get_page_y_offset),
8118         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8119         (ev_view_size_request_continuous),
8120         (ev_view_zoom_for_size_continuous_and_dual_page),
8121         (ev_view_zoom_for_size_continuous):
8122         
8123         More compact EvView layout in document with pages of different size.
8124
8125 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8126
8127         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8128         compilation.
8129
8130 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * shell/ev-view.c: (view_set_adjustment_values):
8133         * shell/ev-window.c: (ev_window_cmd_file_properties):
8134         
8135         A bit different fix for rounding problem but it has no
8136         problems on startup. Make properties window transient to parent.
8137
8138 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8139
8140         * pdf/ev-poppler.cc:
8141         
8142         More commenting of font stuff.
8143
8144 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8145
8146         * pdf/ev-poppler.cc:
8147
8148         Comment out some more fonts stuff. Should really
8149         work without the poppler patch now.
8150
8151 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8152
8153         * pdf/ev-poppler.cc:
8154
8155         Adapt to api change
8156
8157 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8158
8159         * data/evince-properties.glade:
8160         * pdf/ev-poppler.cc:
8161         * shell/ev-properties.c: (setup_fonts_view):
8162
8163         Set the column title. Show the dialog only
8164         once everything is setup.
8165         Getting font info can be very slow... will
8166         prolly need to make this threaded too.
8167
8168 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8169
8170         * backend/Makefile.am:
8171         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8172         (ev_document_fonts_get_fonts_model):
8173         * backend/ev-document-fonts.h:
8174         * data/evince-properties.glade:
8175         * pdf/ev-poppler.cc:
8176         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8177         * shell/ev-properties.h:
8178         * shell/ev-window.c: (ev_window_cmd_file_properties):
8179
8180         Implement fonts list. Defined out for now, since it depends
8181         on a not yet committed poppler patch.
8182
8183 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8184
8185         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8186         page + 1.
8187
8188         * shell/ev-window.c: Make sure we add the timeout when we get a
8189         focus-in event.
8190
8191         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8192         adjustment->value before calculating the zoom factor to average
8193         out all of our rounding errors.  The page no longer 'drifts' when
8194         resizing.
8195
8196 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8197
8198         * data/evince-properties.glade:
8199         * shell/ev-properties.c: (ev_properties_format_date),
8200         (set_property):
8201         
8202         Labels don't expand when the dialogue is resized.
8203         strftime result needs to be converted to UTF-8. Thanks
8204         to Christian Persch <chpe@gnome.org>.
8205
8206 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8207
8208         * data/evince-properties.glade:
8209
8210         Hide the fonts tab
8211
8212 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8213
8214         * backend/ev-document-info.h:
8215         * backend/ev-document.c: (ev_document_info_free):
8216         * data/evince-properties.glade:
8217         * pdf/ev-poppler.cc:
8218         * ps/ps-document.c: (ps_document_get_info):
8219         * shell/ev-properties.c: (ev_properties_format_date),
8220         (set_property), (ev_properties_new):
8221         * shell/ev-properties.h:
8222         * shell/ev-window.c: (ev_window_cmd_file_properties):
8223
8224         Rework properties code to take only EvPropertyInfo
8225         in the constructor so that it can be useful for
8226         nautilus plugin too.
8227
8228         Deal with backends that doesnt support some properties.
8229         Make set property code generic.
8230
8231 2005-06-04  Christian Persch <chpe@gnome.org>
8232
8233         * data/evince-properties.glade:
8234
8235         fix spacings, make resizeable, and make data labels
8236         selectable + ellipsised
8237
8238 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8239
8240         * backend/ev-document-info.h:
8241         * data/Makefile.am:
8242         * data/evince-ui.xml:
8243         * pdf/ev-poppler.cc:
8244         * shell/Makefile.am:
8245         * shell/ev-window.c: (update_action_sensitivity),
8246         (ev_window_cmd_file_properties):
8247
8248         Initial go at file properties. Patch by
8249         Emil Soleyman-Zomalan <emil@soleyman.com>.
8250         Needs love see #169583
8251
8252 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8253
8254         * ps/ps-document.c: (output):
8255         * ps/ps.c: (psscan):
8256
8257         Try to render even if psscan fails.
8258
8259 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8260
8261         * ps/ps.c: (psscan), (pscopydoc):
8262
8263         Port buffered reading code from gv
8264
8265 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8266
8267         * ps/ps-document.c: (interpreter_message), (output):
8268
8269         Do not fail on interpreter messages
8270
8271 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8272
8273         * backend/ev-document-misc.c:
8274         (ev_document_misc_get_thumbnail_frame):
8275
8276         Pages can be 0 x 0, dont assert on this case
8277
8278 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8279
8280         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8281         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8282
8283         Correctly manage our reference on document. Finally the reload
8284         huge leak is gone...
8285
8286 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8287
8288         * ps/ps-document.c: (ps_document_dispose):
8289
8290         Forgot to chain it to the parent. Thanks chpe.
8291
8292 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8293
8294         * ps/ps-document.c: (ps_document_dispose),
8295         (ps_document_class_init), (stop_interpreter), (document_load):
8296
8297         Cleanup dispose a bit. Dont leak the whole pixmap.
8298
8299 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8300
8301         * pdf/ev-poppler.cc:
8302
8303         Release the poppler document on dispose
8304
8305 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8306
8307         * shell/ev-view.c: (ev_view_set_document):
8308
8309         Release ref on the pixbuf cache when changing
8310         document.
8311
8312 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8313
8314         * ps/ps-document.c: (ps_document_get_info):
8315
8316         Fix a double free
8317
8318 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8319
8320         * backend/ev-page-cache.c: (ev_page_cache_init),
8321         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8322         * backend/ev-page-cache.h:
8323         * shell/ev-page-action.c: (page_changed_cb):
8324         
8325         Set page action entry width depending on labels width. Fix
8326         for bug 305202.
8327
8328 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * backend/ev-link.c: (ev_link_class_init):
8331
8332         Allow -1 as page value (error)
8333
8334 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8335
8336         * shell/ev-sidebar-thumbnails.c:
8337         (ev_sidebar_thumbnails_set_document):
8338         * shell/ev-view.c: (scroll_to_current_page),
8339         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8340         (page_changed_cb), (on_adjustment_value_changed),
8341         (ev_view_set_document):
8342
8343         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8344         Fix bug 305377
8345
8346 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8347
8348         * configure.ac:
8349         * djvu/djvu-document.c: (djvu_document_get_page_size):
8350
8351         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8352         bug 301993.
8353
8354 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8355
8356         * shell/ev-view.c (draw_one_page): modify the expose handling to
8357         get the shadows.
8358
8359         * shell/ev-window.c (update_action_sensitivity): Respect
8360         permissions field.  Kowtow to the man.
8361
8362         * pdf/ev-poppler.cc: Get the permissions field.
8363
8364         * tiff/*c: Make a tiny bit more robust.
8365
8366 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8367
8368         * djvu/djvu-document.c:
8369         
8370         Pop messages from djvu context message queue.
8371
8372 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8373
8374         * configure.ac, Makefile.am, shell/Makefile.am:
8375         * tiff/Makefile.am, shell/ev-document-types.c:
8376         
8377         Cleanup tiff configure checks. Fix for bug 305218.
8378
8379 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8380
8381         * configure.ac: Added "uk" to ALL_LINGUAS.
8382
8383 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8384
8385         * cut-n-paste/zoom-control/ephy-zoom.c:
8386         (ephy_zoom_get_changed_zoom_level):
8387         * cut-n-paste/zoom-control/ephy-zoom.h:
8388         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8389         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8390         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8391         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8392         (zoom_control_changed_cb), (ev_window_init):
8393         
8394         Fix minor points related to moving best fit up. Introduce
8395         "zoom" property and make zoom control change it's value on
8396         notify::zoom signals. Fix for 305080.
8397
8398 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8399
8400         * data/evince-ui.xml:
8401         * shell/ev-window.c: (set_view_actions_sensitivity):
8402         
8403         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8404
8405 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8406
8407         * configure.ac:
8408
8409         Depends on poppler 0.3.2
8410
8411 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * cut-n-paste/recent-files/egg-recent-item.c:
8414         (egg_recent_item_get_short_name):
8415         * cut-n-paste/toolbar-editor/Makefile.am:
8416         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8417         (new_pixbuf_from_widget):
8418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8419         * cut-n-paste/toolbar-editor/egg-marshal.c:
8420         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8421         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8422
8423         Sync
8424
8425 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8426
8427         * tiff/tiff-document.c: Rough TIFF backend.
8428
8429 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * NEWS:
8432         * configure.ac:
8433         * cut-n-paste/toolbar-editor/Makefile.am:
8434
8435         Release 0.3.1
8436
8437 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8438
8439         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8440         (ev_view_find_next), (ev_view_find_previous):
8441
8442         Remove the locks around get_n_results   
8443
8444 2005-05-21  Juerg Billeter  <j@bitron.ch>
8445
8446         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8447
8448         Pass correct number of pages to poppler.
8449
8450 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8451
8452         * configure.ac:
8453         * data/Makefile.am:
8454         * data/evince.desktop.in: 
8455         * data/evince.desktop.in.in:
8456         * po/POTFILES.in:
8457         
8458         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8459
8460 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8461
8462         * shell/ev-view.c: (view_update_adjustments),
8463         (view_set_adjustment_values): cast adjustmen->value to (int)
8464         before using it.  Otherwise, we get off by a pixel in some
8465         situations.
8466
8467         (draw_one_page): Draw the border on expose.
8468
8469 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8470
8471         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8472         adjustment when the mode changes, #304923
8473
8474 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8475
8476         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8477         flickering on resize but still use gdk_window_scroll on
8478         scrolling
8479
8480 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8481
8482         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8483         option, #170458
8484
8485 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8486
8487         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8488         second page on page_changed if possible, #304669
8489
8490 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8491
8492         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8493         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8494
8495 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8496
8497         * .cvsignore:
8498         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8499         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8500         (ev_view_zoom_for_size_presentation),
8501         (ev_view_zoom_for_size_continuous_and_dual_page),
8502         (ev_view_zoom_for_size_continuous),
8503         (ev_view_zoom_for_size_dual_page),
8504         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8505         * shell/ev-view.h:
8506         * shell/ev-window.c: (update_view_size),
8507         (ev_window_sizing_mode_changed_cb):
8508
8509         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8510         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8511         an infinite loop, #304769
8512
8513
8514 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8515
8516         * data/evince-ui.xml:
8517         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8518         * shell/ev-window.c: (set_view_actions_sensitivity):
8519
8520         Make PgUp/Down behave like Space
8521
8522 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8523
8524         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8525         * backend/ev-ps-exporter.h:
8526         * pdf/ev-poppler.cc:
8527         * ps/ps-document.c: (ps_document_ps_export_begin):
8528         * shell/ev-print-job.c: (idle_print_handler):
8529
8530         Adapt to new poppler api
8531
8532 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8533
8534         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8535         (ephy_zoom_control_init):
8536
8537         Translate zoom levels
8538
8539 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8540
8541         * cut-n-paste/zoom-control/ephy-zoom.c:
8542         (ephy_zoom_get_zoom_level_index):
8543
8544         Fix current zoom -> zoom control match
8545
8546 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8547
8548         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8549         rather than the scrolled_window that it's in. Fixes bug #304655.
8550
8551 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8552
8553         * shell/ev-view.c: (view_update_adjustments),
8554         (view_set_adjustment_values), (view_update_range_and_current_page),
8555         (view_scroll_to_page), (set_scroll_adjustment),
8556         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8557         (ev_view_scroll), (ev_view_scroll_view),
8558         (ensure_rectangle_is_visible), (find_page_at_location),
8559         (get_link_at_location), (go_to_link), (status_message_from_link),
8560         (ev_view_size_request_continuous_dual_page),
8561         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8562         (ev_view_unrealize), (ev_view_expose_event),
8563         (ev_view_button_press_event), (ev_view_motion_notify_event),
8564         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8565         (draw_rubberband), (highlight_find_results), (draw_one_page),
8566         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8567         (ev_view_init), (find_changed_cb), (page_changed_cb),
8568         (on_adjustment_value_changed), (ev_view_new),
8569         (ev_view_set_document), (ev_view_set_zoom),
8570         (ev_view_set_continuous), (ev_view_set_dual_page),
8571         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8572         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8573         (ev_view_zoom_for_size_presentation),
8574         (ev_view_zoom_for_size_continuous_dual_page),
8575         (ev_view_zoom_for_size_continuous),
8576         (ev_view_zoom_for_size_dual_page),
8577         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8578         (ev_view_get_status), (ev_view_set_status),
8579         (update_find_status_message), (ev_view_get_find_status),
8580         (ev_view_set_find_status), (jump_to_find_result),
8581         (jump_to_find_page), (compute_selections), (clear_selection),
8582         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8583         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8584         (ev_view_update_primary_selection),
8585         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8586         * shell/ev-view.h:
8587         * shell/ev-window.c: (ev_window_open_page_label),
8588         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8589         (ev_window_init):
8590         * shell/ev-window.h:
8591         * shell/main.c: (load_files):
8592
8593         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8594         when resizing.  Remove the bin_window().  Also, patch from James
8595         Bowes to fix command line page, #300641
8596         
8597 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * data/evince-ui.xml:
8600         * shell/ev-view.c:
8601         * shell/ev-view.h:
8602         * shell/ev-window.c: (update_action_sensitivity):
8603
8604         Get rid of View->Normal Size, it's just confusing
8605
8606 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8607
8608         * backend/ev-document-info.h:
8609         * backend/ev-document.c: (ev_document_info_free): Free the
8610         EvDocumentInfo.
8611
8612         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8613         (clear_range), (add_range), (update_visible_range),
8614         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8615         (ev_sidebar_thumbnails_set_document):
8616         * shell/ev-window.c: (ev_window_setup_document): Only render the
8617         visible thumbnails.  It takes an instant to render, but it uses
8618         much less memory.
8619
8620 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * shell/ev-sidebar-links.c: (popup_menu_cb):
8623
8624         Select first item
8625
8626 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8627
8628         * lib/Makefile.am:
8629         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8630         (button_press_cb), (ev_sidebar_links_construct):
8631
8632         Show the popup menu also on keybindings
8633
8634 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8637         * shell/ev-window.h:
8638
8639         Expose api to print a range (with dialog). Make private _print use
8640         it.
8641
8642         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8643         (ev_sidebar_links_construct):
8644
8645         Show a print context menu on linkx, it prints the selected
8646         section.
8647
8648 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8649
8650         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8651         button.
8652
8653 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * AUTHORS:
8656
8657         Update
8658
8659         * shell/ev-window.c: (build_comments_string),
8660         (ev_window_cmd_help_about):
8661
8662         Show poppler version/backend and authors
8663
8664 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * cut-n-paste/zoom-control/ephy-zoom.c:
8667         (ephy_zoom_get_zoom_level_index):
8668         * cut-n-paste/zoom-control/ephy-zoom.h:
8669
8670         Move the best fit items at the top of the list
8671
8672 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8673
8674         * shell/ev-marshal.list:
8675         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8676         (activate_cb), (match_selected_cb), (activate_link_cb),
8677         (connect_proxy), (ev_page_action_class_init):
8678         * shell/ev-page-action.h:
8679
8680         Use signals to notify action activation. Hopefully
8681         I did not break completion since I cant test...
8682
8683         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8684         (register_custom_actions):
8685
8686         Connect to page selector actions and also grab focus on
8687         the view when activated.
8688
8689 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8690
8691         * pdf/ev-poppler.cc:
8692         * backend/ev-page-cache.c: make page size calculation consistent
8693         and set it to (int)( width * scale + 0.5).  This makes the weird
8694         line going through the middle of the page go away.
8695
8696         * shell/ev-view.c: move painting the background page after
8697         checking the expose area covers us.
8698
8699 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8700
8701         * data/evince-password.glade:
8702         
8703         Mark labels as not translatable. Fix for bug 302842.
8704
8705 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8706
8707         * configure.ac: Added "es" to ALL_LINGUAS.
8708
8709 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8710
8711         * data/evince-toolbar.xml:
8712         * shell/ev-window.c: (update_action_sensitivity),
8713         (ev_window_setup_document), (ev_window_set_page_mode),
8714         (ev_window_init):
8715
8716         Remove some leftover code from jrb first continous
8717         attempt. Use the new actions, we still need good icons
8718         though...
8719
8720 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8721
8722         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8723
8724         Update label when connecting proxy. Fix a warning with NULL
8725         page_cache.
8726
8727 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * data/evince-ui.xml:
8730         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8731         * shell/ev-page-action.h:
8732         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8733
8734         Add mnemonic for edit toolbar.
8735         ctrl+l focus the page entry.
8736
8737 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8738
8739         * lib/Makefile.am:
8740         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8741         (ev_window_init):
8742         * shell/main.c: (main):
8743
8744         Put the toolbar xml in evince own dot dir
8745
8746 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * shell/ev-window.c: (ev_window_init):
8749
8750         Make the toolbar not removable
8751
8752 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8753
8754         * data/evince-ui.xml:
8755         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8756         * shell/ev-sidebar-links.h:
8757         * shell/ev-sidebar-thumbnails.c:
8758         (ev_sidebar_thumbnails_get_treeview):
8759         * shell/ev-sidebar-thumbnails.h:
8760         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8761         (ev_view_class_init):
8762         * shell/ev-view.h:
8763         * shell/ev-window.c: (update_action_sensitivity),
8764         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8765         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8766         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8767         (ev_window_init):
8768
8769         This is evil... Make space/backspace global accelerators but
8770         enable them only for some widgets (sidebars and view).
8771         I dont like it, but I dont know a better way... :/
8772
8773 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8776         (ev_page_action_widget_finalize),
8777         (ev_page_action_widget_class_init), (update_page_cache):
8778
8779         Keep a weak reference on proxy->page_cache so that we
8780         dont try to disconnect the signal if the object is already
8781         gone. Maybe there is a better way to cleanup reference handling
8782         in page action though...
8783
8784 2005-05-10  Juerg Billeter  <j@bitron.ch>
8785
8786         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8787         * backend/ev-ps-exporter.h:
8788         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8789         * ps/ps-document.c: (ps_document_ps_export_begin):
8790         
8791         Change api to pass print range to ps_exporter_begin. The pdf backend
8792         requires this information.
8793         
8794         * shell/ev-print-job.c: (idle_print_handler):
8795         
8796         Adapt to api change
8797
8798 2005-05-10  Juerg Billeter  <j@bitron.ch>
8799
8800         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8801         (idle_print_handler)
8802         * shell/ev-window.c: (ev_window_print):
8803
8804         Support printing page range, based on patch by Amaury Jacquot
8805
8806 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * data/evince-toolbar.xml:
8809
8810         Add zoom control to available items
8811
8812 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * shell/ev-window.c: (update_action_sensitivity):
8815
8816         Set slash action insensitive when appropriate
8817
8818 2005-05-10  Christian Persch <chpe@gnome.org>
8819
8820         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8821
8822         Fix warning on the overflow menu
8823
8824 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8827
8828         Check for uri correctness/existence
8829
8830 2005-05-09  Juerg Billeter  <j@bitron.ch>
8831
8832         * shell/ev-window.c: (using_postscript_printer):
8833
8834         LPD printers use postscript, too
8835
8836 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8837
8838         * shell/ev-window.c: (register_custom_actions):
8839
8840         The zoom one is actually sort of useful,
8841         put it back
8842
8843 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8844
8845         * shell/ev-window.c: (register_custom_actions):
8846
8847         Hide page/zoom controls from overflow, they
8848         are useless.
8849
8850 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * cut-n-paste/update-from-egg.sh:
8853         
8854         Share it between all cut-n-paste subdirs
8855
8856         * cut-n-paste/recent-files/Makefile.am:
8857
8858         Fix to use "global" update-from-egg.sh
8859
8860         * cut-n-paste/recent-files/egg-recent-model.c:
8861         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8862         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8863         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8864         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8865
8866         Update from libegg
8867
8868         * cut-n-paste/toolbar-editor/Makefile.am:
8869
8870         Fix to use "global" update-from-egg.sh
8871
8872         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8873
8874         Update from libegg
8875
8876 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8877
8878         * configure.ac:
8879         * cut-n-paste/Makefile.am:
8880         * cut-n-paste/recent-files/Makefile.am:
8881         * cut-n-paste/toolbar-editor/.cvsignore:
8882         * cut-n-paste/toolbar-editor/Makefile.am:
8883         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8884         (egg_editable_toolbar_get_type), (get_toolbar_position),
8885         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8886         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8887         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8888         (set_item_drag_source), (create_item_from_action), (create_item),
8889         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8890         (popup_toolbar_context_menu_cb), (free_dragged_item),
8891         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8892         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8893         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8894         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8895         (item_added_cb), (item_removed_cb),
8896         (egg_editable_toolbar_construct),
8897         (egg_editable_toolbar_disconnect_model),
8898         (egg_editable_toolbar_deconstruct),
8899         (egg_editable_toolbar_set_model),
8900         (egg_editable_toolbar_set_ui_manager),
8901         (egg_editable_toolbar_set_property),
8902         (egg_editable_toolbar_get_property),
8903         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8904         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8905         (egg_editable_toolbar_new_with_model),
8906         (egg_editable_toolbar_get_edit_mode),
8907         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8908         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8909         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8910         (new_pixbuf_from_widget), (new_separator_pixbuf),
8911         (update_separator_image), (style_set_cb),
8912         (_egg_editable_toolbar_new_separator_image),
8913         (egg_editable_toolbar_get_model):
8914         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8915         * cut-n-paste/toolbar-editor/egg-marshal.c:
8916         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8917         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8918         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8919         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8920         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8921         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8922         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8923         (editor_drag_data_delete_cb), (drag_data_get_cb),
8924         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8925         (editor_create_item), (update_editor_sheet), (setup_editor),
8926         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8927         (parse_item_list), (model_has_action), (update_actions_list),
8928         (egg_toolbar_editor_load_actions):
8929         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8930         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8931         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8932         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8933         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8934         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8935         (egg_toolbars_model_add_separator), (impl_add_item),
8936         (parse_item_list), (egg_toolbars_model_add_toolbar),
8937         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8938         (impl_get_item_data), (impl_get_item_type),
8939         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8940         (egg_toolbars_model_init), (free_toolbar),
8941         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8942         (egg_toolbars_model_remove_toolbar),
8943         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8944         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8945         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8946         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8947         (egg_toolbars_model_get_item_data),
8948         (egg_toolbars_model_get_item_type):
8949         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8950         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8951         * data/Makefile.am:
8952         * data/evince-toolbar.xml:
8953         * data/evince-ui.xml:
8954         * data/hand-open.png:
8955         * po/POTFILES.in:
8956         * shell/Makefile.am:
8957         * shell/ev-window.c: (update_chrome_visibility),
8958         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8959         (ev_window_dispose), (ev_window_init):
8960
8961         Implement epiphany like toolbar editor. Based on patch by
8962         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8963
8964 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8967
8968         Use set_cursor instead of set_selection, so that
8969         the keyboard focus moves too.
8970
8971 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8972
8973         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8974
8975         Fix infinite loop when loading Type1 fonts
8976
8977 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8978
8979         * data/evince-ui.xml:
8980         * shell/ev-window.c:
8981
8982         Slash -> Find
8983
8984 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8985
8986         * configure.ac:
8987
8988         Make --disable really disable
8989
8990 2005-05-07  Juerg Billeter  <j@bitron.ch>
8991
8992         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8993
8994         Compare page labels even without has_labels set, fixes setting page
8995         with entry
8996
8997 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9000         (ev_view_set_cursor), (ev_view_button_press_event),
9001         (ev_view_motion_notify_event), (ev_view_button_release_event),
9002         (ev_view_init):
9003
9004         Implement middle button scrolling. Based on a patch
9005         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9006
9007 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * shell/ev-document-types.c: (get_slow_mime_type),
9010         (get_document_type_from_mime), (ev_document_type_lookup):
9011         * shell/ev-document-types.h:
9012
9013         Change api to lookup from uri. Do fast lookup first, if the
9014         type is unknown try with data sniffing.
9015
9016         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9017         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9018
9019         Adapt to api change
9020
9021 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * thumbnailer/Makefile.am:
9024
9025         Fix distcheck
9026
9027 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9028
9029         * NEWS:
9030         * configure.ac:
9031
9032         Release 0.3.0
9033
9034         * data/evince-ui.xml:
9035
9036         Hide presentation mode for now
9037
9038         * shell/ev-view.c: (highlight_find_results):
9039
9040         Show current find selection only on current page
9041
9042 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9043
9044         * shell/ev-view.c: (ev_view_select_all):
9045
9046         Compute size of the actual page, not of
9047         the current one.
9048
9049 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9052         (view_rect_to_doc_rect), (compute_selections),
9053         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9054         (ev_view_copy), (ev_view_primary_get_cb),
9055         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9056         (ev_view_button_press_event), (ev_view_motion_notify_event),
9057         (ev_view_button_release_event), (page_changed_cb):
9058
9059         Fix text selection
9060
9061 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9062
9063         * shell/ev-view.c: (compute_border), (get_page_extents),
9064         (doc_rect_to_view_rect), (highlight_find_results),
9065         (ev_view_bin_expose), (ev_view_select_all),
9066         (ev_view_motion_notify_event), (update_find_status_message),
9067         (jump_to_find_result), (jump_to_find_page):
9068
9069         First go at fixing search, still buggy
9070
9071 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9072
9073         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9074         dropdown box and button at the top of the sidebar.
9075
9076 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9077
9078         * configure.ac: Output zoom-control Makefile.
9079         * cut-n-paste/Makefile.am: build zoom-control subdir.
9080         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9081         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9082         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9083         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9084         * cut-n-paste/zoom-control/ephy-zoom.c:
9085         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9086         from epiphany, and modified to add a separator into the menu.
9087         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9088         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9089         zoom-control action.
9090         * shell/Makefile.am: Include zoom-control flags.
9091         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9092         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9093         (ev_view_zoom_for_size_presentation),
9094         (ev_view_zoom_for_size_continuous_and_dual_page),
9095         (ev_view_zoom_for_size_continuous),
9096         (ev_view_zoom_for_size_dual_page),
9097         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9098         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9099         ev_view_get_zoom and ev_view_get_sizing_mode.
9100         * shell/ev-view.h:
9101         * shell/ev-window.c: (update_action_sensitivity),
9102         (update_sizing_buttons), (zoom_control_changed_cb),
9103         (register_custom_actions): Initialize and use the zoom-control 
9104         widget.
9105
9106 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9107
9108         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9109         preview cache back to 1.  Don't know when it got set to 0.
9110         
9111         * shell/ev-view.c: (compute_border), (ev_view_realize),
9112         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9113         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9114         (ev_view_get_fullscreen), (ev_view_set_presentation),
9115         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9116         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9117         * shell/ev-view.h:
9118         * shell/ev-window.c:
9119         (update_chrome_visibility),
9120         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9121         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9122         (update_document_mode), (ev_window_update_fullscreen_action),
9123         (ev_window_fullscreen), (ev_window_unfullscreen),
9124         (ev_window_cmd_view_fullscreen),
9125         (ev_window_update_presentation_action),
9126         (ev_window_run_presentation), (ev_window_stop_presentation),
9127         (ev_window_cmd_view_presentation), (ev_window_state_event),
9128         (ev_window_focus_in_event), (ev_window_focus_out_event),
9129         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9130         * data/evince-ui.xml: Initial presentation mode.  We should
9131         probably hide this until it's done, as it's quite rough.  Also,
9132         change full-screen to fullscreen and add two getters to EvView.
9133
9134 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * shell/ev-page-action.c: (update_page_cache),
9137         (ev_page_action_dispose):
9138         * shell/ev-window.c: (destroy_fullscreen_popup),
9139         (ev_window_create_fullscreen_popup):
9140
9141         Use connect_object rather than explicitly
9142         disconnect on dispose.
9143
9144 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9145
9146         * shell/ev-page-action.c: (update_page_cache),
9147         (ev_page_action_dispose):
9148
9149 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9150
9151         * backend/ev-page-cache.c: (_ev_page_cache_new),
9152         (ev_page_cache_set_page_label),
9153         (ev_page_cache_has_nonnumeric_page_labels):
9154         * backend/ev-page-cache.h:
9155         * shell/ev-page-action.c: (update_pages_label):
9156         
9157         If all page labels are numeric, fallback to default
9158         way to display number of pages. See bug 173185.
9159
9160 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9161
9162         * shell/ev-page-action.c: (ev_page_action_dispose):
9163         * shell/ev-view.c: (view_update_range_and_current_page):
9164         * shell/ev-window.c: (ev_window_dispose):
9165         
9166         Set page on scroll in continuous mode. Fixes bug 301986.
9167         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9168
9169 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9170
9171         * configure.ac:
9172
9173         Require poppler 0.3.0
9174
9175 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9176         
9177         * shell/Makefile.am, configure.ac: Fix build problems
9178         with t1lib. Bug 301996.
9179
9180 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9181
9182         * shell/ev-view.c: (ev_view_scroll_event):
9183         
9184         Scroll up increase zoom
9185
9186 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9187
9188         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9189         (ev_view_set_sizing_mode),
9190         (ev_view_zoom_for_size_continuous_and_dual_page),
9191         (ev_view_zoom_for_size_continuous):
9192         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9193         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9194         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9195         (ev_window_init):
9196
9197         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9198         Fix for 165473 and 165472.
9199
9200 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9201
9202         * po/POTFILES.in:
9203         * thumbnailer/Makefile.am:
9204         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9205         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9206         * thumbnailer/evince-thumbnailer.schemas.in:
9207         
9208         Make thumbnailer schemas translatable. Fix for bug 301773
9209         
9210         * thumbnailer/evince-thumbnailer-djvu.schemas:
9211         * thumbnailer/evince-thumbnailer-dvi.schemas:
9212         * thumbnailer/evince-thumbnailer.schemas:
9213
9214         Removed files
9215
9216 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9217
9218         * shell/ev-view.c (ev_view_init): forgot to set this.
9219
9220 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9221
9222         * shell/ev-view.c: (find_page_at_location),
9223         (get_link_at_location),
9224         (ev_view_set_show_border), (ev_view_set_spacing),
9225         (ev_view_zoom_for_size_continuous_and_dual_page),
9226         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9227         Also, add a quick fix measuring of widths.  Also, removed
9228         ev_view_set_spacing and ev_view_set_show_border.
9229         
9230         * shell/ev-window.c: (ev_window_unfullscreen),
9231         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9232
9233 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9234
9235         * shell/ev-view.c: (view_update_range_and_current_page),
9236         (page_changed_cb):
9237         
9238         Fix crash on exit and scrolling to page in continuous view.
9239
9240 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9241
9242         * TODO:
9243         * backend/ev-page-cache.c: (_ev_page_cache_new),
9244         (ev_page_cache_get_max_width_size),
9245         (ev_page_cache_get_max_height_size):
9246         * backend/ev-page-cache.h:
9247         * data/evince-ui.xml:
9248         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9249         * shell/ev-view.c: (view_update_adjustments),
9250         (view_update_range_and_current_page), (get_bounding_box_size),
9251         (ev_view_size_request_continuous_and_dual_page),
9252         (ev_view_size_request_continuous),
9253         (ev_view_size_request_dual_page),
9254         (ev_view_size_request_single_page), (ev_view_size_request),
9255         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9256         (ev_view_bin_expose), (ev_view_expose_event),
9257         (ev_view_set_property), (ev_view_get_property),
9258         (ev_view_class_init), (ev_view_init), (ev_view_new),
9259         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9260         (ev_view_set_dual_page), (ev_view_set_full_screen),
9261         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9262         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9263         (ev_view_zoom_out), (zoom_for_size_fit_width),
9264         (zoom_for_size_best_fit),
9265         (ev_view_zoom_for_size_continuous_and_dual_page),
9266         (ev_view_zoom_for_size_continuous),
9267         (ev_view_zoom_for_size_dual_page),
9268         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9269         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9270         * shell/ev-view.h:
9271         * shell/ev-window.c: (update_action_sensitivity),
9272         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9273         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9274         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9275         (ev_window_cmd_view_zoom_out), (update_view_size),
9276         (ev_window_set_sizing_mode), (ev_window_init):
9277
9278         Add Continuous and Dual page modes.
9279
9280 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9281
9282         * dvi/dvi-document.c: (dvi_document_load),
9283         (dvi_document_thumbnails_get_thumbnail),
9284         (dvi_document_init_params): Fix up some mixups between
9285         width and height to correct thumbnail rendering.
9286
9287 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9288
9289         * dvi/mdvi-lib/private.h:
9290         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9291         
9292         Suppess output for kpathsea during font generation. Thanks to
9293         James Bowes
9294
9295 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9296
9297         * NEWS:
9298         * configure.ac:
9299
9300         Release 0.2.1
9301
9302         * Makefile.am: fix distcheck.
9303
9304 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9305
9306         * shell/ev-sidebar-links.c: (selection_changed_callback),
9307         (update_page_callback), (row_activated_callback),
9308         (job_finished_callback), (ev_sidebar_links_set_document):
9309         
9310         Fix for bug #169901. Double click on links expands tree.
9311
9312 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9313
9314         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9315         hard-coded style. Fix for bug 170111
9316
9317 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9318
9319         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9320         locking.
9321
9322 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9323
9324         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9325
9326 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9327
9328         * pdf/ev-poppler.cc:
9329         * shell/ev-view.c: (highlight_find_results):
9330
9331         Fix find on single page documents
9332
9333 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9334
9335         * data/evince.schemas.in: fix for bug 301390
9336
9337 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9338
9339         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9340         (ev_view_zoom_out), (ev_view_zoom_normal):
9341         * shell/ev-view.h:
9342         * shell/ev-window.c: (update_action_sensitivity),
9343         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9344         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9345         (ev_window_cmd_view_normal_size):
9346
9347         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9348         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9349         better than oom. 
9350
9351 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9352
9353         * configure.ac:
9354
9355         Depend on 2.57, 2.59 doesnt seem to be necessary
9356
9357 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9358
9359         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9360         (create_tool_item):
9361
9362         Put back total number of pages as (1 of 1234)
9363
9364 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9365
9366         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9367         remove the job.
9368
9369         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9370         function.  This helps debugging.
9371
9372 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9373
9374         * djvu/djvu-document.c: (djvu_document_class_init),
9375         (djvu_document_get_info), (djvu_document_document_iface_init):
9376         * dvi/dvi-document.c: (dvi_document_class_init),
9377         (dvi_document_get_info), (dvi_document_document_iface_init):
9378
9379         Dummy implementation of get_info method for dvi and
9380         djvu. Fix crashes with those backends
9381
9382 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9383
9384         * data/evince.desktop.in:
9385
9386         Add application/x-gzpostscript
9387
9388 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9389
9390         * data/evince.schemas.in: Added real long descriptions, 
9391         closes bug 172496 
9392
9393         * README: Added actual text, closes bug 171869
9394
9395 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9396
9397         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9398
9399         Thumbnail page 0
9400
9401 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * backend/ev-document-info.h:
9404
9405         s/GDate */GDate so we can just use g_free
9406
9407 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9408
9409         * shell/ev-window.c: (update_document_mode),
9410         (ev_window_setup_document):
9411
9412         Show the window in fullscreen when specified by
9413         the document
9414
9415 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9416
9417         * backend/ev-document.c: (ev_document_class_init),
9418         (ev_document_get_info), (ev_document_render_pixbuf):
9419         * backend/ev-document.h:
9420         * backend/ev-page-cache.c: (_ev_page_cache_new):
9421         * pdf/ev-poppler.cc:
9422         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9423         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9424         * ps/ps-document.c: (ps_document_class_init), (document_load),
9425         (ps_document_get_info), (ps_document_document_iface_init):
9426
9427         Remove get_title from the interface, we can just use document info
9428
9429 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * backend/Makefile.am:
9432         * backend/ev-document.c: (ev_document_render_get_info):
9433         * backend/ev-document.h:
9434         * pdf/ev-poppler.cc:
9435
9436         Initial support for document info. Based on jrb patch.
9437
9438 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9439
9440         * shell/ev-window.c: (ev_window_state_event),
9441         (ev_window_class_init), (ev_window_init):
9442         
9443         Doesn't show resize grip when maximized. See bug #301053
9444
9445 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9446
9447         * po/POTFILES.in:
9448         
9449         ev-sidebar-thumbnails now has translatable labels
9450         
9451         * shell/Makefile.am:
9452         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9453         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9454         (ev_sidebar_links_page_iface_init):
9455         * shell/ev-sidebar-links.h:
9456         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9457         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9458         (ev_sidebar_page_get_label):
9459         * shell/ev-sidebar-page.h:
9460         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9461         (ev_sidebar_thumbnails_set_document),
9462         (ev_sidebar_thumbnails_support_document),
9463         (ev_sidebar_thumbnails_get_label),
9464         (ev_sidebar_thumbnails_page_iface_init):
9465         * shell/ev-sidebar-thumbnails.h:
9466         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9467         (ev_sidebar_set_document):
9468         * shell/ev-sidebar.h:
9469         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9470         
9471         Small rework of sidebar code. Now sidebar pages should implement
9472         EvSidebarPage interface. That makes page management in EvSidebar
9473         easier. See bug #164811 for details
9474
9475 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9476
9477         * shell/ev-application.c: (ev_application_open):
9478         * shell/ev-document-types.c:
9479         
9480         Fix build error and small problem with application exit
9481
9482 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9483
9484         * thumbnailer/Makefile.am:
9485         * thumbnailer/evince-thumbnailer-djvu.schemas:
9486         * thumbnailer/evince-thumbnailer-dvi.schemas:
9487         
9488         Conditionally install schemas for djvu/dvi thumbnailer
9489
9490 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9491
9492         * shell/ev-document-types.h: 
9493         * shell/ev-document-types.c: 
9494         New files, handling the mapping from mimetypes to backends
9495         
9496         * shell/ev-window.c: 
9497         * thumbnailer/evince-thumbnailer.c:     
9498         Use the ev-document-types code
9499         
9500         * shell/Makefile.am: 
9501         Added new convenience library libevbackendfactory_la, containing
9502         the new mimetype->backend logic; moved the backends into it.
9503
9504         * thumbnailer/Makefile.am:
9505         Make the thumbnailer link with the libevbackend.la convenience
9506         library, rather than having a duplicate of the backend logic here.
9507
9508 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9509
9510         * shell/ev-stock-icons.c: constify some vars.
9511         * shell/ev-window.c: ditto.
9512
9513 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9514
9515         * ps/ps-document.c (get_page_orientation):
9516
9517         Respect document orientation 
9518
9519 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9520
9521         * djvu/Makefile.am:
9522         * dvi/Makefile.am:
9523         * shell/Makefile.am:
9524         
9525         Move library dependencies to components.
9526         
9527         * shell/ev-window.c: (update_window_title),
9528         (start_loading_document):
9529         
9530         Fix display of uris with spaces. Bug 168358.
9531
9532 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9533
9534         * shell/ev-sidebar-links.c: (selection_changed_cb):
9535         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9536         (ev_view_button_release_event), (ev_view_set_document):
9537         * shell/ev-view.h:
9538         * shell/ev-window.c: (find_bar_search_changed_cb):
9539         * shell/ev-window.h: Minor cleanups removing some dead code.
9540
9541 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9542
9543         * backend/ev-page-cache.c: (_ev_page_cache_new):
9544         
9545         Set current page to 0 if document has pages.
9546
9547 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9548
9549         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9550
9551         Initialize GError to NULL, fix a crash when loading fails.
9552
9553 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9554
9555         * shell/ev-window.c: (update_view_size):
9556
9557         Calculate shadow size only when there is actually
9558         a shadow.
9559
9560 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9561
9562         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9563         * shell/ev-view.h:
9564
9565         Allow setting view spacing, default to 0
9566
9567         * shell/ev-window.c: (ev_window_unfullscreen),
9568         (ev_window_cmd_view_fullscreen), (ev_window_init):
9569
9570         Remove spacing in fullscreen mode
9571
9572 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9573
9574         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9575         (ev_view_size_request), (expose_bin_window),
9576         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9577         * shell/ev-view.h:
9578         * shell/ev-window.c: (ev_window_unfullscreen),
9579         (ev_window_cmd_view_fullscreen):
9580
9581         Do not draw the border in fulscreen
9582
9583 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9584
9585         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9586         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9587         (find_page_at_location), (page_changed_cb):
9588
9589         Rework border calculation, so that I can more easily disable it.
9590         Code somewhat cleaner too.
9591
9592 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9593
9594         * backend/ev-page-cache.c: (ev_page_cache_init),
9595         (_ev_page_cache_new):
9596
9597         Remove some assertions, documents can have 0 pages.
9598         Make initial current page -1.
9599
9600         * shell/ev-page-action.c: (page_changed_cb):
9601
9602         Show "" if current page is -1
9603
9604         * shell/ev-window.c: (update_action_sensitivity),
9605         (ev_window_setup_document):
9606
9607         When document has 0 pages do not set the view
9608         and make nearly everything insensitive.
9609
9610 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9611
9612         * shell/ev-page-view.c:
9613         * shell/ev-page-view.h:
9614
9615         Remove unused files.
9616         
9617         * shell/ev-sidebar-thumbnails.c:
9618         (ev_sidebar_thumbnails_set_document):
9619         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9620         (ev_sidebar_supports_document):
9621         * shell/ev-sidebar.h:
9622         * shell/ev-window.c: (ev_window_setup_document):
9623         
9624         Doesn't show thumbnails if document has 1 page. Make
9625         sidebar menu entries sensitive only if if they have 
9626         sense. Fix bug 164811. 
9627
9628 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9629
9630         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9631         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9632         (ev_view_zoom_out), (ev_view_set_size):
9633
9634         Rework sizing to deal with documents with not uniform page
9635         size.
9636
9637 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * backend/ev-page-cache.c: (_ev_page_cache_new):
9640
9641         Fix several page size caching bugs
9642
9643 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9644
9645         * shell/ev-window.c: (set_action_properties):
9646
9647         Make all toolbar items translatable
9648
9649 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9650
9651         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9652         (save_page_list), (ps_document_save),
9653         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9654         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9655         (ps_document_ps_exporter_iface_init):
9656         * ps/ps-document.h:
9657
9658         Based on a patch by J�rg Billeter <j@bitron.ch>
9659         
9660         Implement print and save a copy for the ps backend.
9661
9662 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9663
9664         * backend/ev-document.h:
9665         * djvu/djvu-document.c: (djvu_document_can_get_text),
9666         (djvu_document_document_iface_init):
9667         * dvi/dvi-document.c: (dvi_document_can_get_text),
9668         (dvi_document_document_iface_init):
9669         * pdf/ev-poppler.cc:
9670         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9671         (pixbuf_document_document_iface_init):
9672         * ps/ps-document.c: (ps_document_can_get_text),
9673         (ps_document_document_iface_init):
9674         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9675         * shell/ev-window.c: (update_action_sensitivity):
9676
9677         Fix the crash when trying to copy in backends that doesnt
9678         support it. We can implement a better solution once we
9679         do real text selection.
9680
9681 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * data/evince-ui.xml:
9684         * shell/ev-window.c: (ev_window_cmd_escape):
9685         
9686         Work around the Escape conflict (find bar and unfullscreen)
9687
9688 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9689
9690         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9691         
9692         Fix for #300233. Next page correctly handles document end.
9693         
9694         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9695         (ev_sidebar_thumbnails_class_init),
9696         (ev_sidebar_thumbnails_set_document),
9697         (ev_sidebar_thumbnails_clear_job),
9698         (ev_sidebar_thumbnails_clear_model):
9699         
9700         Cleanup thumbnail jobs on document changes.
9701         
9702         * shell/ev-view.c: (add_scroll_binding_keypad),
9703         (add_scroll_binding_shifted), (ev_view_class_init):
9704         
9705         Shift + Space scrolls up. Fix for #173184
9706         
9707         * shell/ev-window.c: (ev_window_open_page),
9708         (ev_window_cmd_view_reload):
9709         
9710         Fix reload (Bug #300094)
9711
9712 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9713
9714         
9715         * dvi/mdvi-lib/assoc.c:
9716         * dvi/mdvi-lib/assoc.h: Removed garbage files
9717         
9718         * dvi/mdvi-lib/bitmap.c:
9719         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9720         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9721         * dvi/mdvi-lib/color.h: Antialias of rules
9722         
9723         * dvi/mdvi-lib/common.h:
9724         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9725         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9726         * dvi/mdvi-lib/files.c:
9727         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9728         * dvi/mdvi-lib/mdvi.h:
9729         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9730         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9731         * dvi/mdvi-lib/util.c: Fix compile warnings
9732         
9733         * dvi/dvi-document.c:
9734         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9735         (dvi_document_thumbnails_get_thumbnail),
9736         (dvi_document_document_thumbnails_iface_init):
9737         * dvi/mdvi-lib/Makefile.am:
9738         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9739         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9740         
9741         Dvi backend now renders thumbnails
9742
9743 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9744
9745         * shell/main.c: (main): 
9746         
9747         Save accelerators on exit. Fixes bug #172095.
9748
9749 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9750
9751         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9752         update priority" comment.
9753
9754         * backend/ev-job-queue.c: Give a way to change priority.
9755
9756 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * shell/ev-page-action.c: Fix logic.
9759
9760 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9761
9762         * shell/ev-view.c: (ev_view_can_find_next):
9763         * shell/ev-window.c: (ev_window_setup_document):
9764
9765         Check that the document supports find
9766
9767 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9768
9769         * data/evince-ui.xml:
9770         * shell/ev-view.c: (ev_view_can_find_next):
9771         * shell/ev-view.h:
9772         * shell/ev-window.c: (update_action_sensitivity),
9773         (find_changed_cb), (ev_window_setup_document),
9774         (ev_window_cmd_edit_find_next):
9775
9776         Add Edit->Find Next
9777
9778 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9779
9780         * pdf/ev-poppler.cc:
9781         * shell/ev-print-job.c: (idle_print_handler):
9782
9783         Make printing work again
9784
9785 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9786
9787         * shell/ev-page-action.h:
9788         * shell/ev-page-action.c: (ev_page_action_widget_init),
9789         (ev_page_action_widget_class_init), (page_changed_cb),
9790         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9791         (get_filter_model_from_model), (match_selected_cb),
9792         (display_completion_text), (match_completion), (update_model),
9793         (connect_proxy), (ev_page_action_set_property),
9794         (ev_page_action_get_property), (ev_page_action_set_document),
9795         (ev_page_action_set_model), (ev_page_action_class_init): Big
9796         reworking to make completions work iff we have >= GTK-2.7.0
9797                 
9798         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9799         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9800         (job_finished_cb): We now have a 'model' property that is set when
9801         the links are loaded.  This can be caught with "notify::model"
9802
9803         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9804         listen for the model to be set, and propagate it to the action.
9805
9806 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9807
9808         * cut-n-paste/recent-files/egg-recent-item.c:
9809         (egg_recent_item_set_uri), (make_valid_utf8),
9810         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9811         * cut-n-paste/recent-files/egg-recent-item.h:
9812         
9813         Update egg-recent from libegg. This should fix long
9814         startup problem. For details see
9815         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9816
9817 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9818
9819         * cut-n-paste/recent-files/Makefile.am:
9820         * data/evince-ui.xml, shell/Makefile.am:
9821         * shell/ev-application.c, shell/ev-application.h:
9822         * shell/ev-window.c: Recent files support.
9823         
9824         * configure.ac: Added "ru" to ALL_LINGUAS.
9825         
9826         * dvju: new backend to support DJVU files.
9827         * dvi: new backend to support DVI.
9828
9829         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9830         * ev-application.c: Support for new backends.
9831         
9832         * help, ev-window.c, main.c shell/Makefile.am: 
9833         Evince user documentation.
9834
9835 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9836
9837         * po/POTFILES.in:
9838         * shell/ev-window.c:
9839         * thumbnailer/evince-thumbnailer.c:
9840
9841         s/pdf-document/ev-poppler
9842
9843 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9844
9845         * NEWS:
9846         * configure.ac:
9847
9848         Release 0.2.0
9849
9850         * ps/ps-document.c: (setup_pixmap):
9851
9852         Remove debug code
9853
9854 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9855
9856         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9857         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9858         (ev_window_cmd_go_first_page): Fix of by one errors.
9859
9860 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9861
9862         * ps/ps-document.c: (get_page_box):
9863
9864         Fix page size calculation
9865
9866 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9867
9868         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9869         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9870         (get_page_orientation), (setup_page), (document_load),
9871         (ps_document_get_page_size), (render_pixbuf_idle):
9872         * ps/ps-document.h:
9873
9874         More refactoring to adapt to EvDocument changes
9875
9876 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * ps/ps-document.c: (start_interpreter):
9879
9880         Actually add alpha args
9881
9882 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * pdf/ev-poppler.cc:
9885
9886         Make clipboard work again
9887
9888 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9889
9890         Make searching work again.
9891         
9892         * backend/ev-document.c:
9893         * backend/ev-document.h:
9894         * backend/ev-document-find.c:
9895         * backend/ev-document-find.h: Change EvDocumentIface so we no
9896         longer store the current page or zoom level in the document.  The
9897         consequence is that all calls that operate on the current page now
9898         instead take the page number as an extra argument, and all
9899         coordinates are now doubles in document coordinate system.
9900
9901         * pdf/ev-poppler.cc:
9902         * pixbuf/pixbuf-document.c:
9903         * ps/ps-document.c: Update backends accordingly.
9904
9905 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9906
9907         * autogen.sh:
9908
9909         Add required gettext version
9910
9911 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9912
9913         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9914         make F1 bring up non-existent help.
9915
9916         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9917         epiphany's find bar, #167477
9918
9919         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9920         <emil@nishra.com> to add space-bar scrolling, 
9921
9922         * shell/ev-window.c (static GtkActionEntry entries): add default
9923         keybinding for Help (F1)
9924         Fixes #171068
9925
9926         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9927         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9928         170110
9929
9930 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9931
9932         * Makefile.am: 
9933         * pixbuf/pixbuf-document.c: 
9934
9935         Got pixbuf backend working again
9936
9937 2005-04-01  Steve Murphy  <murf@e-tools.com>
9938
9939         * configure.in: Added "rw" to ALL_LINGUAS.
9940
9941 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9942
9943         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9944         model types, noticed by Martin Kretzschmar.
9945
9946 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9947
9948         * pdf/ev-poppler.cc: Implement search based on
9949         poppler_page_find_text().  Currently a bit crude since we remember
9950         all matches from all pages.  Also, we grab the big document lock
9951         when we search since searching changes the underlying stream and
9952         thus conflicts with the rendering thread.
9953         
9954         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9955         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9956         (ev_view_find_previous): Fix some page indexes to be 0 based,
9957         offset rubber band by view offset,
9958
9959 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9960
9961         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9962
9963 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9964
9965         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9966         completely because I didn't understand GtkActions.  I should
9967         read Marco's code more carefully in the future.
9968
9969         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9970         function
9971
9972 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9973
9974         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9975         PopplerRectangle change from poppler CVS.
9976
9977 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9978
9979         * backend/ev-document.c: (ev_document_get_page_label):
9980         * backend/ev-document.h:
9981         * backend/ev-page-cache.c: (_ev_page_cache_new),
9982         (ev_page_cache_get_page_label):
9983         * backend/ev-page-cache.h:
9984         * pdf/ev-poppler.cc:
9985         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9986         (links_page_num_func):
9987         * shell/ev-sidebar-thumbnails.c:
9988         (ev_sidebar_thumbnails_set_document):
9989         * shell/ev-view.c: (status_message_from_link),
9990         (ev_view_motion_notify_event):
9991         * shell/ev-window.c: (document_supports_sidebar): Add in page
9992         label support.  It's not perfect yet, but it's the first 'feature'
9993         in a while.
9994         Also, fix a bogus comment noticed by crispin. 
9995
9996 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9997
9998         * Makefile.am: Remove pixbuf backend for now
9999
10000         * configure.ac: Require poppler-glib instead of just poppler.
10001
10002         * backend/ev-document-thumbnails.h: Add a comment
10003
10004         * backend/ev-document.h:
10005         * backend/ev-document.c: (ev_document_class_init),
10006         (ev_document_load), (ev_document_get_link),
10007         (ev_document_get_links): Remove 3 methods and add get_links.
10008         Also, made 0 based.
10009
10010         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10011         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10012
10013         * backend/ev-link.c: (ev_link_set_title),
10014         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10015         (ev_link_mapping_find):
10016         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10017         
10018         * backend/ev-page-cache.c: (ev_page_cache_init),
10019         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10020         (ev_page_cache_get_size), (ev_page_cache_next_page),
10021         (ev_page_cache_prev_page): Fix to be 0 based.
10022
10023         * pdf/Makefile.am: 
10024         * pdf/ev-poppler.h:
10025         * pdf/ev-poppler.cc: New backend.
10026         
10027         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10028         (ps_document_get_page), (ps_document_document_iface_init):
10029
10030         * shell/ev-pixbuf-cache.h:
10031         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10032         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10033         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10034         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10035         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10036         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10037         based.
10038         
10039         * shell/ev-sidebar-thumbnails.c:
10040         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10041         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10042
10043         * shell/ev-view.c: (status_message_from_link),
10044         (find_page_at_location), (get_link_at_location),
10045         (ev_view_motion_notify_event), (ev_view_button_release_event),
10046         (ev_view_init): Use the new link code.  Fix to be 0 based.
10047
10048         * shell/ev-window.c: (update_action_sensitivity),
10049         (document_supports_sidebar): 0 based.
10050
10051 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10052
10053         * pdf/pdf-document.cc: Patch from Fernando Herrera
10054         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10055         *blush*
10056
10057 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10058
10059         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10060         1 to the page, as this seems to be 1 based.  I thought we has this
10061         fixed.  grump.
10062
10063 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10064
10065         * TODO:
10066         * backend/Makefile.am:
10067         * backend/ev-document-links.c:
10068         (ev_document_links_has_document_links),
10069         (ev_document_links_get_links_model):
10070         * backend/ev-document-links.h:
10071         * backend/ev-document.c: (ev_document_get_page_cache),
10072         (ev_document_get_doc_mutex), (ev_document_load),
10073         (ev_document_save), (ev_document_get_title),
10074         (ev_document_get_n_pages), (ev_document_set_page),
10075         (ev_document_get_page), (ev_document_set_target),
10076         (ev_document_set_scale), (ev_document_set_page_offset),
10077         (ev_document_get_page_size), (ev_document_get_text),
10078         (ev_document_get_link), (ev_document_render),
10079         (ev_document_render_pixbuf), (ev_document_scale_changed):
10080         * backend/ev-document.h:
10081         * backend/ev-job-queue.c: (remove_object_from_queue),
10082         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10083         (no_jobs_available_unlocked), (ev_render_thread),
10084         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10085         (ev_job_queue_remove_job):
10086         * backend/ev-job-queue.h:
10087         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10088         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10089         (ev_job_links_class_init), (ev_job_render_init),
10090         (ev_job_render_dispose), (ev_job_render_class_init),
10091         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10092         (ev_job_thumbnail_class_init), (ev_job_finished),
10093         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10094         (ev_job_render_run), (ev_job_thumbnail_new),
10095         (ev_job_thumbnail_run):
10096         * backend/ev-jobs.h:
10097         * backend/ev-link.c:
10098         * backend/ev-link.h:
10099         * backend/ev-page-cache.c: (ev_page_cache_init),
10100         (ev_page_cache_class_init), (ev_page_cache_finalize),
10101         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10102         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10103         (ev_page_cache_set_link), (ev_page_cache_get_title),
10104         (ev_page_cache_get_size), (ev_page_cache_next_page),
10105         (ev_page_cache_prev_page):
10106         * backend/ev-page-cache.h:
10107         * pdf/pdf-document.cc:
10108         * ps/gsdefaults.c:
10109         * ps/gsdefaults.h:
10110         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10111         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10112         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10113         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10114         (is_interpreter_ready), (output), (catchPipe), (input),
10115         (start_interpreter), (check_filecompressed), (compute_dimensions),
10116         (ps_document_enable_interpreter), (document_load),
10117         (ps_document_next_page), (render_page), (ps_document_set_page),
10118         (ps_document_set_scale), (render_pixbuf_idle),
10119         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10120         * ps/ps-document.h:
10121         * shell/Makefile.am:
10122         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10123         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10124         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10125         (ev_pixbuf_cache_new), (job_finished_cb),
10126         (check_job_size_and_unref), (move_one_job),
10127         (ev_pixbuf_cache_update_range), (find_job_cache),
10128         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10129         (ev_pixbuf_cache_add_jobs_if_needed),
10130         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10131         * shell/ev-pixbuf-cache.h:
10132         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10133         (idle_print_handler):
10134         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10135         (selection_changed_cb), (create_loading_model),
10136         (ev_sidebar_links_construct), (links_page_num_func),
10137         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10138         (update_page_callback), (job_finished_cb),
10139         (ev_sidebar_links_set_document):
10140         * shell/ev-sidebar-thumbnails.c:
10141         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10142         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10143         (page_changed_cb), (thumbnail_job_completed_callback),
10144         (ev_sidebar_thumbnails_set_document):
10145         * shell/ev-sidebar-thumbnails.h:
10146         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10147         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10148         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10149         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10150         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10151         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10152         (ev_view_button_release_event), (ev_view_scroll_view),
10153         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10154         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10155         (ev_view_new), (job_finished_cb), (page_changed_cb),
10156         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10157         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10158         (ev_view_find_previous):
10159         * shell/ev-view.h:
10160         * shell/ev-window.c: (update_action_sensitivity),
10161         (ev_window_open_page), (update_window_title), (update_total_pages),
10162         (page_changed_cb), (ev_window_setup_document),
10163         (password_dialog_response), (ev_window_cmd_save_as),
10164         (ev_window_print), (ev_window_cmd_go_previous_page),
10165         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10166         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10167         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10168         * shell/main.c: (main):
10169
10170         Merge evince-threads branch
10171
10172 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10173
10174         * configure.ac: Added "lt" to ALL_LINGUAS.
10175
10176 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10177
10178         * NEWS:
10179         * configure.ac:
10180
10181         Release 0.1.9
10182
10183 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10184
10185         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10186
10187         Fix here also the thumbnails 1-basedness :)
10188
10189 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10190
10191         * NEWS:
10192         * configure.ac:
10193
10194         Release 0.1.8
10195
10196 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10197
10198         * pdf/pdf-document.cc:
10199         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10200         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10201
10202         Fix the mess we did with thumbnails and 1-basedness
10203
10204 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10205
10206         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10207
10208 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10209
10210         * NEWS:
10211         * configure.ac:
10212
10213         Release 0.1.7
10214
10215 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10216
10217         * ps/Makefile.am:
10218         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10219         (gtk_gs_defaults_get_alpha_parameters),
10220         (gtk_gs_defaults_get_ungzip_cmd),
10221         (gtk_gs_defaults_get_unbzip2_cmd):
10222         * ps/gsdefaults.h:
10223         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10224         (ps_document_get_orientation), (document_load),
10225         (ps_document_goto_page), (ps_document_set_page_size):
10226         * ps/ps-document.h:
10227
10228         Some more sanitization of the ps backend. Remove a lot
10229         of unused code and do not base our defaults on ggv
10230         preferences (ugh!)
10231
10232 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10233
10234         * thumbnailer/evince-thumbnailer.schemas:
10235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10236         (main): add -s option for thumbnail size.
10237
10238 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10239
10240         * configure.ac:
10241
10242         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10243         remove it.
10244
10245 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10246
10247         * pdf/pdf-document.cc:
10248
10249         Remove 4 pixels of useless border from the
10250         thumbnail.
10251
10252 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10253
10254         * backend/ev-document-thumbnails.c:
10255         (ev_document_thumbnails_get_thumbnail):
10256         * backend/ev-document-thumbnails.h:
10257
10258         Rework API a bit. Add a border flag and
10259         change sizing logic (now the size we specify
10260         applies to the bigger dimension).
10261
10262         * pdf/pdf-document.cc:
10263         * pixbuf/pixbuf-document.c:
10264         (pixbuf_document_thumbnails_get_thumbnail):
10265         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10266         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10267
10268         Adapt to the new API and do not draw a border for nautilus
10269         thumbnailer.
10270
10271 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10272
10273         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10274         take thumbnails from page "0" instead of "1". Added a copyright header.
10275
10276 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10277
10278         * ps/ps-document.c: (set_up_page), (start_interpreter):
10279
10280         Make it C89 compliant
10281
10282 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10283
10284         * Makefile.am:
10285         * configure.ac:
10286         * pdf/.cvsignore:
10287         * pdf/pdf-document.cc:
10288         * thumbnailer/Makefile.am:
10289         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10290         (main):
10291         * thumbnailer/evince-thumbnailer.schemas:
10292         * thumbnailer/pdf-icon.png:
10293
10294         Add a nautilus thumbnailer.
10295         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10296
10297 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10298
10299         * NEWS:
10300         * configure.ac:
10301         * po/POTFILES.in:
10302
10303         Release 0.1.6
10304
10305 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10306
10307         Use poppler instead of including xpdf source code.  Poppler is a
10308         fork of xpdf to build it as a shared library. See
10309         http://freedesktop.org/wiki/Software/poppler.
10310
10311         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10312         xpdf fork.
10313         
10314         * pdf/Makefile.am: Build libpdfdocument.a here.
10315         
10316         * pdf/GDKSplashOutputDev.cc:
10317         * pdf/GDKSplashOutputDev.h:
10318         * pdf/GnomeVFSStream.cc:
10319         * pdf/GnomeVFSStream.h:
10320         * pdf-document.cc:
10321         * pdf-document.h:
10322         * test-gdk-output-dev.cc
10323         * Thumb.cc:
10324         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10325         against poppler.
10326
10327 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10328
10329         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10330
10331         Clear idle stack before unsetting the document
10332
10333 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10334
10335         * ps/ps-document.c: (ps_document_widget_event),
10336         (ps_document_set_target), (ps_document_finalize),
10337         (ps_document_get_page):
10338
10339         Disconnect the widget event signal on finalize.
10340         Some code cleanups.
10341
10342 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10343
10344         * ps/ps-document.c: (set_up_page):
10345
10346         If there is no bpixmap create one, even if size
10347         is not changed.
10348
10349 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10352         (set_up_page), (document_load), (ps_document_set_zoom):
10353
10354         Default page is 0. Calculate size even when we have no
10355         target yet.
10356
10357 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10358
10359         * shell/ev-sidebar.c: expand the selection widget to be always as
10360         wide as the sidebar
10361
10362 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10363
10364         * shell/ev-sidebar-thumbnails.c:
10365         (ev_sidebar_thumbnails_set_document):
10366
10367         Clear the list store when setting document
10368
10369 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * shell/ev-page-action.c: (update_entry), (sync_entry),
10372         (activate_cb), (entry_size_request_cb), (create_tool_item),
10373         (connect_proxy):
10374
10375         Use an entry for the page control instead of spinbuttons
10376
10377 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10378
10379         * data/evince.schemas.in:
10380
10381         Correct confusing string
10382
10383 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10384
10385         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10386         for real.  Gosh, how long has this been broken.
10387
10388         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10389         check for a NULL link.  We crash otherwise.
10390
10391 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10392
10393         * NEWS:
10394         * configure.ac:
10395
10396         Release 0.1.5
10397
10398 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10399
10400         * configure.ac: add the french translation.
10401
10402 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10403
10404         * shell/ev-window.c:
10405
10406         Remove unused header -> fix distcheck
10407
10408 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10409
10410         * shell/ev-window.c: (update_window_title),
10411         (ev_window_popup_password_dialog):
10412
10413         Unescape filename for display
10414
10415 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10416
10417         * pdf/xpdf/pdf-document.cc:
10418
10419         In get_page_size deal with rotation. Also
10420         cleanup the function a bit.
10421
10422 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10423
10424         * pdf/xpdf/pdf-document.cc:
10425
10426         Fix crash when opening in new window
10427
10428 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10429
10430         * configure.ac:
10431
10432         Check ghostscript >= 7
10433
10434 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10435
10436         * shell/ev-window.c:
10437
10438         Make page width the default sizing mode
10439
10440 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10441         Marco Pesenti Gritti <marco@gnome.org>
10442
10443         * shell/ev-window.c: Remember the sidebar size
10444
10445         * data/evince.schemas.in: Add a new gconf key to store the size of
10446         the sidebar
10447
10448 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10449
10450         * data/evince-ui.xml:
10451         * shell/ev-window.c: (update_action_sensitivity),
10452         (ev_window_cmd_view_reload):
10453         
10454         Add a "Reload" action and menu entry
10455
10456 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10457
10458         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10459         iff the type doesn't support thumbnailing and indexing.
10460
10461 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10462
10463         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10464
10465 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10466
10467         * pdf/splash/Splash.cc:
10468
10469         Port fix for a crasher from kde bug
10470         http://bugs.kde.org/show_bug.cgi?id=97131
10471
10472 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10473
10474         * pdf/xpdf/pdf-document.cc:
10475
10476         Return a link even if it's of an unrecognized
10477         type. Otherwise we go in an infinte cycle.
10478
10479 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10482         (size_allocate_cb), (ev_window_set_sizing_mode):
10483
10484         Update size when switching mode
10485
10486 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10487
10488         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10489         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10490         (ev_window_cmd_view_normal_size):
10491
10492         Fix size toggle buttons behavior
10493
10494 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10495
10496         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10497         (doc_rect_to_view_rect), (ev_view_size_allocate),
10498         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10499         (scale_changed_callback):
10500
10501         Do not cache offsets in size_allocate.
10502
10503 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10504
10505         * shell/ev-view.c: (ev_view_size_allocate):
10506
10507         Calculate offsets before calling the parent
10508         class (which does a redraw)
10509
10510 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10511
10512         * pdf/xpdf/pdf-document.cc:
10513
10514         Fix a crasher on exit. Unused code, put a TODO
10515
10516 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10517
10518         * backend/ev-document.c: (ev_document_class_init),
10519         (ev_document_page_changed), (ev_document_scale_changed):
10520         * backend/ev-document.h:
10521
10522         Separate page/scale notifications
10523
10524         * pdf/xpdf/pdf-document.cc:
10525
10526         Emit the new signals.
10527         Do not display the pdf page in _render, do it
10528         when scale/page are requested.
10529
10530         * ps/ps-document.c: (ps_document_set_zoom),
10531         (ps_document_widget_event):
10532         * ps/ps-document.h:
10533
10534         Emit the new signals.
10535
10536         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10537         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10538         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10539         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10540         * shell/ev-view.h:
10541         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10542         (ev_window_cmd_view_page_width), (size_allocate_cb),
10543         (ev_window_set_sizing_mode):
10544
10545         Rework sizing to be pixel based.
10546         There are bugs but should be already way better.
10547
10548 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10549
10550         * shell/ev-window.c: (ev_window_init):
10551
10552         Do not allow to shrink sidebar smaller then
10553         child requisition
10554
10555 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10556
10557         * shell/ev-sidebar.[ch]
10558         * shell/ev-window.c:
10559
10560         Improved sidebar widget. Fixes #166683
10561
10562 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10563
10564         * shell/ev-view.c (update_find_status_message): Give translators
10565         more flexibility with ngettext plural handling.
10566
10567 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10568
10569         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10570         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10571         page when we get the page size.
10572
10573 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10576
10577         ps pages are 0 based, convert 
10578
10579 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10580
10581         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10582
10583         Initialize correct parent class. Set GError on document load
10584
10585 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10586
10587         * pdf/xpdf/pdf-document.cc:
10588
10589         Fixup selection offset calculation
10590
10591         * shell/ev-view.c: (view_rect_to_doc_rect),
10592         (doc_rect_to_view_rect), (ev_view_size_allocate),
10593         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10594         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10595
10596         Store selection as document relative, so that zooming
10597         and offset changing doesnt break it.
10598
10599 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10600
10601         * shell/ev-view.c: (ev_view_best_fit):
10602
10603         Do not try to best fit if the view is not realized
10604
10605 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10606           
10607         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10608
10609 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10610
10611         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10612
10613 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10614
10615         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10616         the popup window.  That prevents it resizing when in full screen
10617         mode.
10618
10619         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10620         multiple rerenders.  This pretty much sucks.
10621
10622         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10623         rest of the toolbar.
10624
10625 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10626
10627         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10628
10629 2005-02-17  Alexander Shopov  <ash@contact.bg>
10630
10631         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10632
10633 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10634
10635         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10636
10637 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10638
10639         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10640         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10641         (set_document_page), (document_changed_callback),
10642         (ev_view_set_document), (ev_view_find_previous),
10643         (ev_view_hide_cursor), (ev_view_show_cursor):
10644         * shell/ev-view.h:
10645         * shell/ev-window.c: (update_chrome_visibility),
10646         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10647         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10648         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10649         (ev_window_unfullscreen):
10650         * shell/main.c: (main):
10651
10652         Automatically hide the fullscreen button.
10653         Patch by Kristian Høgsberg <krh@redhat.com>
10654
10655 2005-02-16  Vincent Noel  <vnoel@cox.net>
10656
10657         * shell/main.c (main): Specify an icon for the window. Patch by
10658         Jaap A. Haitsma. Fixes #166177.
10659
10660 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10661
10662         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10663
10664 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10665
10666         * backend/ev-document-misc.h:
10667         * backend/ev-document-misc.c:
10668         (ev_document_misc_get_page_border_size),
10669         (ev_document_misc_paint_one_page): New function to canonicalize
10670         sizing/painting a border.
10671
10672         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10673         used.
10674
10675         * pdf/xpdf/pdf-document.cc: use new function
10676
10677         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10678         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10679         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10680         shell/ev-window.c: (update_sizing_buttons),
10681         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10682         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10683         (ev_window_cmd_view_page_width), (size_allocate_cb),
10684         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10685         and "fit width" values act as toggle buttons so they stay
10686         toggled.  It's not 100% perfect, and it's a little slow, but it's
10687         good enough to commit I think.
10688
10689 2005-02-15  David Lodge  <dave@cirt.net>
10690
10691         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10692
10693 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10694
10695         * shell/ev-window.c (update_window_title): replace newlines in
10696         the title by spaces. Bug #166107.
10697
10698 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10699
10700         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10701         parameters providing allocation width and height without
10702         scrollbars and width of a possible vertical scrollbar. With this
10703         additional information the functions can work as
10704         intended. Unfortunately they're not idempotent. We should
10705         transform these commands to toggles. Fixes Bug #164976
10706         Initial patch by Stephane Loeuillet, then heavily modified.
10707
10708         * shell/ev-view.h: update prototypes.
10709
10710         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10711         (ev_window_cmd_view_page_width): provide EvView fit functions with
10712         all the information they need. Formulas to calculate this
10713         information taken from GtkScrolledWindow.
10714
10715 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10716
10717         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10718         created a thumbnail, the list store is updated to know
10719         that the thumbnail is set. Fixes bug #166792
10720
10721 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10722
10723         * shell/ev-window.c: fixed typo, closes bug 166897
10724
10725         * TODO: updated TODO with bug numbers that are relevant
10726
10727 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10728
10729         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10730
10731 2005-02-09  Vincent Noel  <vnoel@cox.net>
10732
10733         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10734         and "Next" toolbar buttons as important to make them stand out.
10735
10736 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10737
10738         * lib/ev-debug.c:
10739         * lib/ev-debug.h:
10740         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10741         (start_interpreter), (stop_interpreter), (document_load),
10742         (ps_document_next_page), (ps_document_goto_page),
10743         (ps_document_set_page_size), (ps_document_widget_event),
10744         (ps_document_render):
10745         * shell/ev-page-view.c: (ev_page_view_dispose):
10746         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10747
10748         Fix compilation on non-gcc platforms
10749
10750 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10751
10752         * NEWS:
10753         * configure.ac:
10754
10755         Release 0.1.4
10756
10757         * pdf/xpdf/Catalog.cc:
10758         * pdf/xpdf/XRef.cc:
10759
10760         Fix the fix for CAN-2004-0888
10761
10762 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10763
10764         * data/Makefile.am:
10765         * data/evince-ui.xml:
10766         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10767         * shell/ev-stock-icons.h:
10768         * shell/ev-window.c: (update_action_sensitivity),
10769         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10770         (set_action_properties):
10771
10772         Improve toolbar layout/icons
10773
10774 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10775
10776         * pdf/xpdf/pdf-document.cc:
10777
10778         Add warnings about unimplemented/unknown link
10779         types.
10780
10781 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10782
10783         * ps/ps-document.c: (set_up_page):
10784
10785         Log gs property
10786
10787 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10788
10789         * ps/ps-document.c: (start_interpreter):
10790
10791         Log gs env var
10792
10793 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * shell/ev-page-view.c: (ev_page_view_dispose):
10796         * shell/ev-view.c: (ev_view_finalize):
10797         * shell/ev-window.c: (ev_window_setup_document),
10798         (ev_window_dispose), (ev_window_init):
10799
10800         Solve more refs issues.
10801
10802         I commented out the page_view initialization for now:
10803         it was never destroyed (because it's never added
10804         to a container). Because of that we was leaking
10805         gs processes. Couldnt think to a clean fix.
10806         We need to figure this out, password view has the
10807         same issue probably.
10808
10809 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10810
10811         * ps/ps-document.c: (ps_document_finalize),
10812         (ps_document_get_n_pages), (ps_document_get_page):
10813
10814         Some cleanups, stop the interpreter on finalize
10815
10816         * shell/ev-page-view.c: (ev_page_view_dispose),
10817         (ev_page_view_class_init):
10818
10819         Release our reference on the document
10820
10821 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10822
10823         * Makefile.am:
10824         * configure.ac:
10825         * doc/debugging.txt:
10826         * lib/.cvsignore:
10827         * lib/Makefile.am:
10828         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10829         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10830         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10831         * lib/ev-debug.h:
10832
10833         Add debugging helpers
10834
10835         * ps/Makefile.am:
10836         * ps/ps-document.c: (set_up_page), (start_interpreter),
10837         (stop_interpreter), (document_load), (ps_document_next_page),
10838         (ps_document_goto_page), (ps_document_set_page_size),
10839         (ps_document_widget_event), (ps_document_render):
10840         * shell/Makefile.am:
10841         * shell/ev-view.c: (expose_bin_window):
10842         * shell/main.c: (main):
10843
10844         Add some logs
10845         
10846 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10847
10848         * ps/ps-document.c: (ps_document_widget_event):
10849
10850         Initialize message_window, this should make ps
10851         rendering really work! (Never noticed because I was
10852         testing with a ps that is causing gs to exit every time!)
10853
10854 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10855
10856         * data/evince.schemas.in: updated simple error in applyto closing tag
10857
10858 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10859
10860         * Makefile.am:
10861         * configure.ac:
10862         * data/.cvsignore:
10863         * data/Makefile.am:
10864         * data/evince-ui.xml:
10865         A data/evince.schemas.in:
10866         * po/POTFILES.in:
10867         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10868         * shell/ev-stock-icons.h:
10869         * shell/ev-window.c: (update_chrome_visibility),
10870         (update_chrome_flag), (ev_window_cmd_edit_find),
10871         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10872         (ev_window_unfullscreen), (ev_window_focus_in_event),
10873         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10874         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10875         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10876         (ev_window_dispose), (ev_window_class_init),
10877         (set_action_properties), (set_chrome_actions), (load_chrome),
10878         (ev_window_init):
10879
10880         Implement fullscreen mode changes from bug #164776.
10881         Also implement persistent chrome toggles.
10882
10883 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10884
10885         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10886
10887 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10888
10889         * NEWS:
10890         * configure.ac:
10891         * shell/ev-view.c:
10892
10893         Add another check for find interface
10894
10895         Release 0.1.3
10896
10897 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10898
10899         * shell/ev-application.c: (ev_application_open):
10900         * shell/ev-window.c: (ev_window_open):
10901
10902         Open gzipped ps documents
10903
10904 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10905
10906         * TODO:
10907         * shell/ev-view.c: (set_document_page):
10908
10909         Clamp page number, dont try to move to
10910         not existant pages.
10911
10912 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10913
10914         * backend/ev-document-find.c: (ev_document_find_changed):
10915         * backend/ev-document-find.h:
10916         * pdf/xpdf/pdf-document.cc:
10917         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10918         * shell/ev-window.c: (find_bar_search_changed_cb):
10919
10920         Fix several bugs with find
10921
10922 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10923
10924         * shell/ev-sidebar-thumbnails.c
10925         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10926         document. Prevents warning from scroll_to_cell.
10927
10928 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10929
10930         * configure.ac: Add «nb» to ALL_LINGUAS too.
10931
10932 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10933
10934         * NOTES: New file with some random thoughts.
10935
10936         * TODO: Update.
10937
10938         * backend/ev-document-misc.c:
10939         (ev_document_misc_get_page_border_size): New function to
10940         canonicalize shadow drawing sizes.  Possibly goofy.
10941
10942         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10943         (ev_view_best_fit), (ev_view_fit_width):
10944         * pdf/xpdf/pdf-document.cc:
10945         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10946         * ps/ps-document.c: (ps_document_get_page_size):
10947         * backend/ev-document-misc.h:
10948         * backend/ev-document.c: (ev_document_get_page_size):
10949         * backend/ev-document.h: get_page_size now takes a page number
10950         parameter.  Made all the backends/frontends honor it.
10951
10952         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10953         see.  Doesn't work yet.
10954
10955         * shell/Makefile.am:
10956         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10957         Doesn't do anything yet.
10958
10959         * shell/ev-sidebar-thumbnails.c:
10960         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10961         [0..n_pages-1]
10962
10963         * shell/ev-window.c: (update_action_sensitivity),
10964         (ev_window_setup_document), (ev_window_set_page_mode),
10965         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10966         view-swapping code a bit so we can have multiple views on a
10967         document.  Add the multi-page view, though it can't be turned on
10968         yet.
10969
10970 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10971
10972         * shell/ev-application.c: (ev_application_open):
10973         * shell/ev-view.c: (expose_bin_window):
10974         * shell/ev-window.c: (ev_window_open):
10975
10976         Support eps and check document supports find
10977         before drawing highlightings in expose.
10978
10979 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10980
10981         * pixbuf/pixbuf-document.c:
10982         (pixbuf_document_thumbnails_get_dimensions),
10983         (pixbuf_document_document_thumbnails_iface_init):
10984
10985         implement get_dimensions
10986
10987 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10988
10989         * NEWS:
10990         * configure.ac:
10991
10992         Release 0.1.2
10993
10994 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * shell/ev-view.c: (set_document_page):
10997
10998         Scroll at the top of the page when changing page
10999
11000 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11001
11002         * shell/ev-view.c: (ev_view_motion_notify_event):
11003
11004         Do not redraw unnecessarily
11005
11006 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11007
11008         * pdf/xpdf/pdf-document.cc:
11009         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11010         (expose_bin_window), (find_changed_cb):
11011
11012         Yay! find works now... Now to find bugs...
11013
11014 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11015
11016         * backend/ev-document-find.c: (ev_document_find_base_init),
11017         (ev_document_find_changed):
11018         * backend/ev-document-find.h:
11019         * pdf/xpdf/pdf-document.cc:
11020         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11021         (expose_bin_window), (ev_view_init), (set_document_page),
11022         (ensure_rectangle_is_visible), (jump_to_find_result),
11023         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11024         (ev_view_find_next), (ev_view_find_previous):
11025         * shell/ev-view.h:
11026         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11027
11028         More work on find implementation, mostly there now
11029
11030 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11031
11032         * backend/ev-backend-marshalers.list:
11033         * backend/ev-document-find.c: (ev_document_find_base_init),
11034         (ev_document_find_cancel), (ev_document_find_page_has_results),
11035         (ev_document_find_get_n_results), (ev_document_find_get_result),
11036         (ev_document_find_get_progress), (ev_document_find_changed):
11037         * backend/ev-document-find.h:
11038
11039         Enanche the find interface to be really able to do
11040         multi page find.
11041
11042         * pdf/xpdf/pdf-document.cc:
11043
11044         Implement
11045
11046         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11047         (expose_bin_window), (ev_view_init),
11048         (ev_view_get_find_status_message), (find_changed_cb),
11049         (ev_view_set_document), (set_document_page):
11050
11051         Adapt to the new interface. A few things are regressed sorry,
11052         I will finish it soon.
11053
11054 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11055
11056         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11057         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11058         ev_sidebar_thumbnails_parent_class variable, don't define another
11059         parent_class variable.
11060
11061         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11062         (ev_page_action_class_init): ditto.
11063
11064         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11065         (pixbuf_document_class_init): ditto.
11066
11067         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11068         ditto.
11069
11070         * .cvsignore: ignore various valgrind output files.
11071
11072 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11073
11074         * data/evince-ui.xml:
11075         * shell/Makefile.am:
11076         * shell/ev-history.c:
11077         * shell/ev-history.h:
11078         * shell/ev-navigation-action.c:
11079         * shell/ev-navigation-action.h:
11080         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11081         (ev_view_set_page), (ev_view_fit_width):
11082         * shell/ev-view.h:
11083         * shell/ev-window.c: (update_action_sensitivity),
11084         (ev_window_setup_document), (register_custom_actions):
11085
11086         Kill session history
11087
11088 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11089
11090         * shell/ev-window.c: (update_action_sensitivity):
11091
11092         Fix inverted up/down buttons
11093
11094 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11095
11096         * shell/ev-sidebar-thumbnails.c
11097         (ev_sidebar_thumbnails_select_page): make sure the selected
11098         thumbnail stays visible.
11099
11100 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11101
11102         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11103         scrolled window for Federico.
11104
11105 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11106
11107         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11108
11109 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11110
11111         * configure.ac:
11112         * pdf/splash/SplashFTFontEngine.cc:
11113
11114         Fix CID fonts with freetype 2.1.9
11115
11116 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11117
11118         * TODO: added item for desktop icon thumbnailer
11119
11120 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11121
11122         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11123         unloaded docs when the title is accessed.
11124
11125         * shell/ev-password-view.[hc]: New widget for displaying password
11126         state.
11127
11128         * shell/ev-window.[ch]: Refactor password handling code to handle
11129         the new view.
11130
11131 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11132
11133         * NEWS:
11134         * configure.ac:
11135         * data/Makefile.am:
11136
11137         Release 0.1.1
11138
11139 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11140
11141         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11142         ignore page offset here, to make search results independent of it,
11143
11144         * shell/ev-view.c (expose_bin_window): but take offsets into
11145         account here. Bug #164932
11146
11147         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11148         scale at the right time. Bug #164996
11149
11150 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11151
11152         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11153         fix the problem. Now I just removed the Adobe font names and hope
11154         that the URW fonts are always in outline format. Bug #164934
11155
11156         * shell/ev-window.c (update_window_title): empty titles are
11157         useless, use filename in that case too.
11158
11159         * NEWS: Add some content.
11160
11161 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11162
11163         * TODO: added one more TODO item and a TODONE section :)
11164
11165 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11166
11167         * ps/ps-document.h: add page_[xy]_offset fields.
11168
11169         * ps/ps-document.c (ps_document_set_page_offset)
11170         (ps_document_render): Keep offset in consideration in a few
11171         places. Bug #164752 "postscript documents are not centered in
11172         window"
11173
11174         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11175         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11176
11177         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11178         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11179         stub out missing methods for complete EvDocument implementation.
11180         Fixes segfaults with Save A Copy and Copy actions.
11181
11182         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11183         (ps_document_document_iface_init): ditto.
11184         
11185 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11186
11187         * data/.cvsignore:
11188         * data/Makefile.am:
11189         * data/evince.desktop.in:
11190
11191         Add desktop file
11192
11193 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11194
11195         * shell/ev-view.c: (ev_view_button_press_event),
11196         (ev_view_motion_notify_event):
11197
11198         Make selection work in any direction
11199
11200 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11201
11202         * TODO:
11203         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11204
11205         Use shorter labels for some of the toolbars items
11206
11207 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * pdf/xpdf/pdf-document.cc:
11210
11211         Check the links info is initialized before
11212         using it. Should fix a crash on startup.
11213
11214 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11215
11216         * pixbuf/pixbuf-document.c
11217         (pixbuf_document_thumbnails_get_dimensions): force floating point
11218         division to calculate page_ratio. Fixes crash with landscape
11219         format pixbufs.
11220
11221 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11222
11223         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11224
11225 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11226
11227         * shell/ev-view.c (set_document_page): unset has_selection when
11228         the page changes.
11229         (set_document_page): handle paper size changes when the page
11230         changes (test with Free Culture, page 2).
11231
11232 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11233
11234         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11235         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11236
11237         Use normal style color for the widget background and
11238         draw a black box around the page.
11239
11240 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11241
11242         * pdf/xpdf/pdf-document.cc:
11243
11244         Keep offset in consideration in a few places
11245
11246         * shell/ev-view.c: (expose_bin_window):
11247
11248         Set the offsets so that the document is ever centered
11249
11250 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11251
11252         * TODO: Added TODO items and finished off the first todo item
11253
11254         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11255         reflect current authors
11256
11257 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11258
11259         * pdf/xpdf/pdf-document.cc:
11260         * shell/ev-view.c: (ev_view_set_cursor),
11261         (ev_view_motion_notify_event), (document_changed_callback),
11262         (set_document_page):
11263
11264         Show a wait cursor while the page is rendering
11265
11266 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11267
11268         * shell/ev-sidebar-thumbnails.c:
11269         (ev_sidebar_tree_selection_changed),
11270         (ev_sidebar_thumbnails_select_page):
11271         * shell/ev-sidebar-thumbnails.h:
11272         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11273         (ev_view_can_go_forward):
11274         * shell/ev-window.c: (ev_window_open_page),
11275         (ev_window_setup_document), (update_current_page),
11276         (view_page_changed_cb), (ev_window_init):
11277         * shell/ev-window.h:
11278
11279         Ensure thumbnails selection, toolbar page control and
11280         current page are in sync.
11281
11282 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11283
11284         * pdf/xpdf/XRef.cc:
11285
11286         Fix CAN-2005-0064
11287
11288 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11289
11290         * backend/Makefile.am:
11291         * backend/ev-document-links.h:
11292         * backend/ev-document-security.c: (ev_document_security_get_type),
11293         (ev_document_security_has_document_security),
11294         (ev_document_security_set_password):
11295         * backend/ev-document-security.h:
11296         * backend/ev-document.c: (ev_document_error_quark):
11297         * backend/ev-document.h:
11298         * data/Makefile.am:
11299         * data/evince-password.glade:
11300         * pdf/xpdf/pdf-document.cc:
11301         * shell/Makefile.am:
11302         * shell/ev-password.c: (ev_password_set_bad_password_label),
11303         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11304         (ev_password_dialog_get_password),
11305         (ev_password_dialog_set_bad_pass):
11306         * shell/ev-password.h:
11307         * shell/ev-window.c: (ev_window_get_attribute),
11308         (ev_window_set_property), (update_action_sensitivity),
11309         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11310         (ev_window_setup_document), (ev_window_get_password),
11311         (ev_window_open), (ev_window_cmd_save_as),
11312         (using_postscript_printer), (ev_window_print),
11313         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11314         (update_fullscreen_popup), (ev_window_fullscreen),
11315         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11316         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11317         (menu_item_select_cb), (find_bar_search_changed_cb),
11318         (ev_window_dispose), (ev_window_init):
11319
11320         Add initial support for password-supported dialogs.  This could be
11321         a lot cooler, but it'll do for now.
11322
11323 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11324
11325         * pdf/xpdf/pdf-document.cc:
11326         * shell/ev-view.c: (status_message_from_link),
11327         (ev_view_set_status), (ev_view_set_cursor),
11328         (ev_view_motion_notify_event), (ev_view_init):
11329         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11330
11331         Fix bugs in the links implementation and change cursor
11332         when hovering a link.
11333
11334 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11335
11336         * viewer/.cvsignore: added cvsignore file for viewer directory
11337
11338         * TODO: created TODO document
11339
11340 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11341
11342         * shell/ev-view.h:
11343         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11344         new functions to help with implementation of sensitivity code
11345         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11346         of all actions that might require it.  Fixes a crash when you
11347         click on the Zoom actions in a window lacking a document.
11348
11349 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11350
11351         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11352         of the Find action
11353
11354 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11357         (pixbuf_document_document_iface_init):
11358         * ps/ps-document.c: (ps_document_get_link),
11359         (ps_document_document_iface_init):
11360         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11361         (status_message_from_link), (ev_view_set_status),
11362         (ev_view_set_find_status), (ev_view_motion_notify_event),
11363         (ev_view_button_release_event), (ev_view_set_property),
11364         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11365         (ev_view_get_find_status_message), (update_find_results),
11366         (ev_view_get_status), (ev_view_get_find_status):
11367         * shell/ev-view.h:
11368         * shell/ev-window.c: (view_status_changed_cb),
11369         (view_find_status_changed_cb), (ev_window_init):
11370
11371         View status message support, use it to show the links.
11372         Needs work...
11373
11374 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11375
11376         * backend/ev-document.c: (ev_document_get_link):
11377         * backend/ev-document.h:
11378         * pdf/xpdf/pdf-document.cc:
11379         * shell/ev-application.c: (ev_application_open):
11380         * shell/ev-application.h:
11381         * shell/ev-sidebar-links.c: (selection_changed_cb):
11382         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11383         (ev_view_go_to_link):
11384
11385         Add support for document links
11386
11387 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11388
11389         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11390         (create_tool_item):
11391         Set the spin button limits correctly.
11392         
11393         * shell/ev-sidebar-thumbnails.c:
11394         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11395         Support changing pages by clicking on the thumbnails.
11396         
11397 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11398
11399         * pixbuf/pixbuf-document.c:
11400         (pixbuf_document_thumbnails_get_dimensions),
11401         (pixbuf_document_document_thumbnails_iface_init):
11402
11403         implement get_dimensions
11404
11405 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11406
11407         * ps/ps-document.c: (ps_document_goto_page):
11408
11409         Fix page switching on multipage documents
11410
11411 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11412
11413         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11414         
11415         check for NULL before assigning to width and height parameters
11416
11417 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11418
11419         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11420         (pixbuf_document_set_property), (pixbuf_document_get_property):
11421
11422         implement get/set properties
11423
11424 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11425
11426         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11427         
11428         return NULL instead of "Unknown", letting the title get set to
11429         the filename when the pdf has no title.
11430
11431 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * ps/ps-document.c: (ps_document_get_page_count),
11434         (ps_document_goto_page):
11435
11436 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11437
11438         * shell/ev-history.c: (ev_history_get_property),
11439         (ev_history_set_property), (ev_history_class_init),
11440         (ev_history_add_page), (ev_history_set_current_index):
11441         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11442         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11443         (ev_navigation_action_finalize):
11444         * shell/ev-navigation-action.h:
11445         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11446         (ev_view_go_forward), (ev_view_get_find_status_message),
11447         (history_index_changed_cb), (ev_view_set_history):
11448         * shell/ev-view.h:
11449         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11450         (update_current_page), (register_custom_actions):
11451
11452         Implement history dropdowns
11453
11454 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11455
11456         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11457         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11458         (ev_view_go_forward):
11459         * shell/ev-window.c: (register_custom_actions):
11460
11461         Fix several history bugs
11462
11463 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11464
11465         * configure.ac: Add «nb» to ALL_LINGUAS.
11466
11467 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * backend/Makefile.am:
11470         * backend/ev-bookmark.c:
11471         * backend/ev-bookmark.h:
11472         * backend/ev-document-bookmarks.c:
11473         * backend/ev-document-bookmarks.h:
11474         * backend/ev-document-links.c: (ev_document_links_get_type),
11475         (ev_document_links_has_document_links),
11476         (ev_document_links_begin_read), (ev_document_links_get_link),
11477         (ev_document_links_get_child), (ev_document_links_next),
11478         (ev_document_links_free_iter):
11479         * backend/ev-document-links.h:
11480         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11481         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11482         (ev_link_get_link_type), (ev_link_set_link_type),
11483         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11484         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11485         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11486         (ev_link_new_external):
11487         * backend/ev-link.h:
11488         * pdf/xpdf/pdf-document.cc:
11489         * shell/Makefile.am:
11490         * shell/ev-application.c: (ev_application_open_link):
11491         * shell/ev-application.h:
11492         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11493         (ev_history_get_link_nth):
11494         * shell/ev-history.h:
11495         * shell/ev-sidebar-bookmarks.c:
11496         * shell/ev-sidebar-bookmarks.h:
11497         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11498         (ev_sidebar_links_class_init), (selection_changed_cb),
11499         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11500         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11501         (do_one_iteration), (populate_links_idle),
11502         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11503         * shell/ev-sidebar-links.h:
11504         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11505         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11506         (go_to_index):
11507         * shell/ev-view.h:
11508         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11509         * shell/ev-window.h:
11510
11511         Rename bookmark to link, and use "Index" for the sidebar panel.
11512
11513 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * shell/Makefile.am:
11516         * shell/ev-application.c: (ev_application_open_bookmark):
11517         * shell/ev-application.h:
11518         * shell/ev-history.c: (ev_history_init), (free_links_list),
11519         (ev_history_finalize), (ev_history_class_init),
11520         (ev_history_add_link), (ev_history_add_page),
11521         (ev_history_get_link_nth), (ev_history_get_n_links),
11522         (ev_history_get_current_index), (ev_history_set_current_index),
11523         (ev_history_new):
11524         * shell/ev-history.h:
11525         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11526         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11527         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11528         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11529         (ev_view_set_page):
11530         * shell/ev-view.h:
11531         * shell/ev-window.c: (ev_window_open_bookmark),
11532         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11533         (goto_page_cb), (register_custom_actions):
11534         * shell/ev-window.h:
11535
11536         Initial history implementation. Needs work.
11537
11538 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11539
11540         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11541
11542 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11543
11544         * cut-n-paste/recent-files/egg-recent-item.c:
11545         * cut-n-paste/recent-files/egg-recent-item.h:
11546         * cut-n-paste/recent-files/egg-recent-model.c:
11547         * cut-n-paste/recent-files/egg-recent-util.c:
11548         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11549         * cut-n-paste/recent-files/egg-recent-view.c:
11550
11551         Update
11552
11553 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11554
11555         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11556         (fillGlyph, fillImageMask, drawImage):
11557         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11558         pdf/splash/SplashTypes.h:
11559         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11560         packed mode for Splash.
11561
11562         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11563         RGB8 packed mode, eliminates the pixbuf data creation loop.
11564
11565         * shell/ev-print-job.c (ev_print_job_finalize)
11566         (ev_print_job_set_property, ev_print_job_get_property)
11567         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11568         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11569         (print_closure_finalize, ev_print_job_print): implement
11570         printing (for backends with EvPsExporter)
11571
11572         * shell/ev_print_job.h: update prototypes.
11573
11574         * shell/ev-window.c (ev_window_print): unref print job after
11575         printing.
11576
11577         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11578         unless the document implements the EvDocumentFind interface.
11579
11580 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11581
11582         * configure.ac: Added ja to ALL_LINGUAS.
11583
11584 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * pdf/xpdf/pdf-document.cc:
11587
11588         add a FIXME. We should probably not allocate
11589         a bookmark object every time
11590
11591 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * shell/ev-application.c: (ev_application_open),
11594         (ev_application_open_bookmark):
11595         * shell/ev-application.h:
11596         
11597         Add a way to open bookmarks
11598
11599         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11600         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11601         (ev_bookmark_set_property), (ev_bookmark_class_init),
11602         (ev_bookmark_new_title), (ev_bookmark_new_link),
11603         (ev_bookmark_new_external):
11604
11605         Support for external uris, better constructors.
11606
11607         * backend/ev-bookmark.h:
11608         * pdf/xpdf/pdf-document.cc:
11609         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11610
11611         Handle external uris
11612
11613 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11614
11615         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11616         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11617
11618         Hook up bookmarks navigation
11619
11620 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * backend/Makefile.am:
11623         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11624         (ev_bookmark_get_title), (ev_bookmark_set_title),
11625         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11626         (ev_bookmark_get_page), (ev_bookmark_set_page),
11627         (ev_bookmark_get_property), (ev_bookmark_set_property),
11628         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11629         (ev_bookmark_new):
11630         * backend/ev-bookmark.h:
11631         * backend/ev-document-bookmarks.c:
11632         (ev_document_bookmarks_get_bookmark):
11633         * backend/ev-document-bookmarks.h:
11634         * pdf/xpdf/pdf-document.cc:
11635         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11636
11637         Add a bookmark object to the backend and use it instead of get_values
11638
11639 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11640
11641         * data/evince-ui.xml:
11642
11643         Cleanup and add select all.
11644
11645         * shell/ev-view.c: (ev_view_select_all),
11646         (ev_view_button_press_event):
11647         * shell/ev-view.h:
11648         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11649
11650         Add select all.
11651         Clear selection on click.
11652
11653 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11654
11655         * shell/ev-sidebar-thumbnails.c
11656         (ev_sidebar_thumbnails_set_document): forgot to unref the
11657         loading_icon.
11658
11659 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11660
11661         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11662         at the visible page, not just linearly.  This makes it look fast.
11663
11664 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11665
11666         * backend/ev-document-misc.c
11667         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11668         white.
11669         * backend/ev-document-thumbnails.h: New interface to get the size
11670         of a page.
11671
11672 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11673
11674         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11675         make dist works
11676
11677 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11678
11679         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11680         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11681         things up a bit.
11682
11683         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11684
11685 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11686
11687         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11688         fonts. Should fix font problems on systems that have the base
11689         fonts in bitmap format. Reported by James Henstridge
11690         <james@jamesh.id.au>.
11691
11692 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * pdf/xpdf/Gfx.cc:
11695         * pdf/xpdf/GfxState.cc:
11696
11697         Fix for CAN-2004-1125
11698
11699 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * shell/ev-view.c: (ev_view_copy):
11702         * shell/ev-view.h:
11703         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11704
11705         Implement Edit->Copy
11706
11707 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11708
11709         * backend/ev-document.c: (ev_document_get_text):
11710         * backend/ev-document.h:
11711         * pdf/xpdf/pdf-document.cc:
11712         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11713         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11714         (ev_view_update_primary_selection), (ev_view_button_press_event),
11715         (ev_view_motion_notify_event), (ev_view_button_release_event):
11716
11717         Beginnings of clipboard support. Incomplete but primary sort
11718         of work.
11719
11720 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11721
11722         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11723         (expose_bin_window):
11724
11725         Nicer rubberband drawing, from GtkIconView.
11726
11727 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * backend/ev-document.c: (ev_document_save):
11730         * backend/ev-document.h:
11731         * data/evince-ui.xml:
11732         * pdf/xpdf/pdf-document.cc:
11733         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11734
11735         Implement "Save a copy..." menu item
11736
11737 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11738
11739         * shell/ev-view.c: (ev_view_zoom):
11740
11741         Queue a resize when zoom changes
11742
11743 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11744
11745         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11746         shadows.
11747
11748         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11749         thumbnails..
11750
11751 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11752
11753         * pdf/xpdf/pdf-document.cc
11754         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11755
11756 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11757
11758         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11759         It's slow, but I'll speed it up next!
11760
11761 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11762
11763         * shell/main.c (load_files):
11764
11765         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11766         from the command line and because it seems more appropriate.
11767
11768 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11769
11770         * data/evince-ui.xml:
11771         * shell/ev-window.c: (update_action_sensitivity),
11772         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11773
11774         s/next page/page down
11775         s/previous page/page up
11776
11777 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11778
11779         * data/evince-ui.xml:
11780
11781         Change the layout to match clarkbw design.
11782
11783         * shell/Makefile.am:
11784         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11785         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11786         (ev_navigation_action_finalize),
11787         (ev_navigation_action_set_property),
11788         (ev_navigation_action_get_property),
11789         (ev_navigation_action_class_init):
11790         * shell/ev-navigation-action.h:
11791
11792         Implement clarkbw toolbar navigation controls (incomplete)
11793
11794         * shell/ev-page-action.c: (update_label), (update_spin),
11795         (value_changed_cb), (create_tool_item), (connect_proxy),
11796         (ev_page_action_init), (ev_page_action_finalize),
11797         (ev_page_action_set_property), (ev_page_action_get_property),
11798         (ev_page_action_set_current_page),
11799         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11800         * shell/ev-page-action.h:
11801
11802         Implement a page switcher in the toolbar
11803
11804         * shell/ev-view.c: (ev_view_scroll_view):
11805         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11806         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11807         (register_custom_actions), (ev_window_init):
11808
11809         Change page on PageUp/Down.
11810
11811 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11812
11813         * pdf/xpdf/pdf-document.cc
11814         (pdf_document_thumbnails_get_thumbnail): initial stab at
11815         implementing thumbnail support for pdfs.  It only does documents
11816         with precached pdfs now.
11817
11818 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11819
11820         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11821         thumbnail code into a time-based idle as well.  Also, turn off the
11822         shadow temporarily as it's really slow.
11823
11824 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * backend/ev-document.c: (ev_document_class_init):
11827         * pdf/xpdf/pdf-document.cc:
11828         * shell/ev-window.c: (ev_window_open):
11829
11830         Fix document title bugs and fallback to
11831         filename when not available.
11832
11833 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11834
11835         * backend/ev-document.c: (ev_document_get_type),
11836         (ev_document_class_init), (ev_document_load),
11837         (ev_document_get_title):
11838         * backend/ev-document.h:
11839         * pdf/xpdf/pdf-document.cc:
11840         * ps/ps-document.c: (ps_document_set_property),
11841         (ps_document_get_property), (ps_document_class_init),
11842         (document_load):
11843         * ps/ps-document.h:
11844         * ps/ps.h:
11845         * shell/ev-window.c: (update_window_title), (ev_window_open),
11846         (ev_window_init):
11847
11848         Initial support for document title. Not working yet.
11849
11850 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11851
11852         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11853
11854         Grab focus on the view when clicking it
11855
11856 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11857
11858         * shell/ev-marshal.list:
11859         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11860         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11861
11862         Add key bindings to the view. Now if the focus would work
11863         right...
11864
11865 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11866
11867         * Makefile.am:
11868         * backend/Makefile.am:
11869         * data/Makefile.am:
11870         * dvi/Makefile.am:
11871         * dvi/dvilib/Makefile.am:
11872         * pdf/xpdf/Makefile.am:
11873         * po/POTFILES.in:
11874         * ps/Makefile.am:
11875
11876         Fix distcheck
11877
11878 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11879
11880         * shell/ev-view.c: (ev_view_realize):
11881
11882         Fix mouse wheel scrolling
11883
11884 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11885
11886         * ps/Makefile.am:
11887         * ps/gstypes.h:
11888         * ps/gtkgs.c:
11889         * ps/gtkgs.h:
11890         * ps/ps-document.c: (catchPipe), (ps_document_init),
11891         (ps_document_class_init), (ps_document_cleanup),
11892         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11893         (set_up_page), (close_pipe), (is_interpreter_ready),
11894         (interpreter_failed), (output), (input), (start_interpreter),
11895         (stop_interpreter), (file_length), (file_readable),
11896         (check_filecompressed), (check_pdf), (compute_xdpi),
11897         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11898         (ps_document_get_type), (ps_document_emit_error_msg),
11899         (document_load), (ps_document_next_page),
11900         (ps_document_get_current_page), (ps_document_get_page_count),
11901         (ps_document_goto_page), (ps_document_set_page_size),
11902         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11903         (ps_document_load), (ps_document_get_n_pages),
11904         (ps_document_set_page), (ps_document_get_page),
11905         (ps_document_widget_event), (ps_document_set_target),
11906         (ps_document_set_scale), (ps_document_set_page_offset),
11907         (ps_document_get_page_size), (ps_document_render),
11908         (ps_document_document_iface_init):
11909         * ps/ps-document.h:
11910         * ps/ps.c:
11911         * shell/ev-window.c: (ev_window_open):
11912
11913         Rename GtkGS to PSDocument
11914
11915 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11916
11917         * ps/gtkgs.c: (gtk_gs_class_init):
11918         * ps/gtkgs.h:
11919
11920         Some more leftover...
11921
11922 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11923
11924         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11925         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11926         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11927         * ps/gtkgs.h:
11928
11929         Remove unused code and make a lot of stuff private
11930
11931 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11934         (gtk_gs_defaults_changed):
11935         * ps/gsdefaults.h:
11936         * ps/gtkgs.c:
11937         * ps/gtkgs.h:
11938         * ps/ps.h:
11939
11940         Cleanup headers dependencies
11941
11942 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11943
11944         * ps/Makefile.am:
11945         * ps/ggvutils.c:
11946         * ps/ggvutils.h:
11947         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11948         * ps/gsdefaults.h:
11949         * ps/gtkgs.c: (file_length), (file_readable),
11950         (check_filecompressed), (check_pdf), (gtk_gs_load),
11951         (gtk_gs_get_postscript):
11952
11953         Get rid of ggvutils
11954
11955 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * ps/ggvutils.c:
11958         * ps/ggvutils.h:
11959         * ps/gsio.h:
11960         * ps/gtkgs.c: (gtk_gs_set_zoom):
11961
11962         Cleanups
11963
11964 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11965
11966         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11967
11968         Ensure the page is rerendered when changing zoom
11969
11970 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * backend/ev-document.c: (ev_document_base_init),
11973         (ev_document_changed):
11974         * backend/ev-document.h:
11975
11976         Add a changed event that is emitted when the page content
11977         changes. This is necessary to deal with the fact that
11978         in ps backend rendering happen asycrounously.
11979         This makes the ps backend mostly work.
11980
11981         * pdf/xpdf/pdf-document.cc:
11982
11983         Emit changed event
11984
11985         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11986         (ps_document_set_target):
11987
11988         Emit changed event
11989
11990         * shell/ev-view.c: (document_changed_callback),
11991         (ev_view_set_document), (ev_view_set_page):
11992
11993         Redraw on the changed signal
11994
11995 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11996
11997         * configure.ac: Added pt_BR to ALL_LINGUAS.
11998
11999 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12000
12001         * backend/ev-document-bookmarks.c:
12002         (ev_document_bookmarks_get_child): *
12003         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12004         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12005         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12006         (ev_sidebar_bookmarks_destroy),
12007         (ev_sidebar_bookmarks_class_init),
12008         (ev_sidebar_bookmarks_construct), (stack_data_free),
12009         (do_one_iteration), (populate_bookmarks_idle),
12010         (ev_sidebar_bookmarks_clear_document),
12011         (ev_sidebar_bookmarks_set_document): *
12012         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12013         (ev_sidebar_add_page),
12014         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12015         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12016         it displays both the topics and the page numbers.
12017
12018 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12019
12020         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12021         toggle.
12022         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12023         visible.
12024
12025 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12026
12027         * configure.ac: Added en_CA to ALL_LINGUAS.
12028
12029 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12030
12031         * ChangeLog: replace bottom of this ChangeLog (merged history of
12032         ggv and gpdf; where all paths were wrong and most of the files are
12033         not even in this tree) with ChangeLog (from arch) of the shell
12034         code.
12035
12036 2004-12-23  Havoc Pennington  <hp@redhat.com>
12037
12038         * shell/ev-window.c: hook up potentially-questionable "find
12039         results status text" feature - something involving the sidebar or
12040         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12041         might be better in the end.
12042
12043         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12044         with corresponding signal when it should be updated
12045
12046         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12047
12048 2004-12-22  Havoc Pennington  <hp@redhat.com>
12049
12050         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12051         find stuff on other pages, sort of (only returns one result on
12052         invisible pages, to show they have results; updates full results
12053         for a page when you view it). Currently repaints the current page
12054         every time a new result is found on any page, which isn't so nice.
12055
12056 2004-12-22  Havoc Pennington  <hp@redhat.com>
12057
12058         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12059         the document doesn't support find (better ideas?)
12060         (find_bar_search_changed_cb): handle missing document or document
12061         that doesn't support find
12062
12063         * pdf/xpdf/pdf-document.cc: port to implement the new
12064         EvDocumentFindIface
12065
12066         * backend/ev-document-find.c: create a new interface for searching
12067
12068         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12069
12070 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12071
12072         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12073         libevbackend.la.
12074
12075         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12076         EvPrintJob constructor arguments.
12077
12078         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12079         for documents that can export PostScript (page by page).
12080
12081         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12082         
12083         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12084         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12085         (pdf_document_ps_exporter_iface_init:
12086         Implement EvPSExporter.
12087
12088         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12089
12090 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12091
12092         * backend/Makefile.am:
12093         * backend/ev-document-thumbnails.c:
12094         (ev_document_thumbnails_get_type),
12095         (ev_document_thumbnails_get_thumbnail):
12096         * backend/ev-document-thumbnails.h:
12097         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12098         (pixbuf_document_thumbnails_get_thumbnail),
12099         (pixbuf_document_document_thumbnails_iface_init):
12100         * shell/Makefile.am:
12101         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12102         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12103         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12104         * shell/ev-sidebar-thumbnails.h:
12105         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12106         (ev_sidebar_set_document):
12107         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12108         (create_shadow), (ev_pixbuf_add_shadow):
12109         * shell/ev-utils.h:
12110         Add thumbnail support.
12111         
12112 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12113
12114         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12115         (using_postscript_printer): Set up a print dialog for "PostScript
12116         injection" method.
12117
12118         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12119         EvPrintJob.
12120
12121         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12122
12123 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12124
12125         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12126         (ps_document_set_target), (ps_document_get_page_size),
12127         (ps_document_render):
12128         * ps/gtkgs.h:
12129
12130         Fix a few bugs
12131
12132 2004-12-22  Christian Rose  <menthos@menthos.com>
12133
12134         * configure.ac: Added "sv" to ALL_LINGUAS.
12135
12136 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12137
12138         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12139         document supports bookmarks.
12140
12141 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12142
12143         * ps/ggvutils.c: (ggv_file_readable):
12144         * ps/ggvutils.h:
12145         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12146         (gtk_gs_get_postscript):
12147
12148         Remove unused utils
12149
12150 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12151
12152         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12153         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12154         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12155         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12156         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12157         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12158         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12159         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12160         (gtk_gs_set_antialiasing), (ps_document_load),
12161         (ps_document_render):
12162         * ps/gtkgs.h:
12163
12164         Another check point for the ps backend. Now I can get it to show
12165         pages!
12166
12167 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12168
12169         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12170         document setting code.
12171
12172 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12173
12174         * shell/eggfindbar.c: (entry_activate_callback):
12175         Animate the next button when activate is pressed.
12176         
12177 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12178
12179         * shell/ev-window.c: (ev_window_cmd_edit_find),
12180         (update_fullscreen_popup), (ev_window_fullscreen),
12181         (ev_window_unfullscreen), (ev_window_state_event_cb),
12182         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12183         Fix bugs in fullscreen code.
12184         
12185 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12186
12187         * Makefile.am:
12188         * configure.ac:
12189         * pixbuf/Makefile.am:
12190         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12191         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12192         (pixbuf_document_set_page), (pixbuf_document_get_page),
12193         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12194         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12195         (pixbuf_document_render), (pixbuf_document_begin_find),
12196         (pixbuf_document_end_find), (pixbuf_document_finalize),
12197         (pixbuf_document_class_init),
12198         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12199         * pixbuf/pixbuf-document.h:
12200         * shell/Makefile.am:
12201         * shell/ev-application.c: (ev_application_open):
12202         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12203         (ev_window_open):
12204         Add pixbuf backend.
12205         
12206 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12207
12208         * Makefile.am: 
12209         * dvi/dvilib/Makefile.am:
12210         * dvi/Makefile.am:
12211         * configure.ac: Auto*ify dvi and dvi/dvilib
12212
12213         * dvi/Makefile: Remove from CVS
12214         
12215         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12216         confusion.
12217
12218         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12219         
12220         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12221         
12222 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * ps/Makefile.am:
12225         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12226         (gtk_gs_value_adjustment_changed), (compute_size),
12227         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12228         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12229         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12230         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12231         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12232         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12233         (ps_document_load), (ps_document_get_n_pages),
12234         (ps_document_set_page), (ps_document_get_page),
12235         (ps_document_set_target), (ps_document_set_scale),
12236         (ps_document_set_page_offset), (ps_document_get_page_size),
12237         (ps_document_render), (ps_document_begin_find),
12238         (ps_document_end_find), (ps_document_document_iface_init):
12239         * ps/gtkgs.h:
12240         * shell/Makefile.am:
12241         * shell/ev-window.c: (ev_window_open):
12242
12243         Some work to integrate gtkgs with EvDocument
12244
12245 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12246
12247         * shell/ev-window.c: (update_fullscreen_popup),
12248         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12249         (exit_fullscreen_button_clicked_cb),
12250         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12251         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12252         (ev_window_state_event_cb), (ev_window_init):
12253         Add fullscreen support from Epiphany.
12254         
12255 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12256
12257         * data/ev-stock-zoom-fit-width.png: fit-width
12258         stock icon from gpdf.
12259         
12260         * shell/ev-stock-icons.[ch]: copied from gpdf.
12261         
12262         * shell/main.c: (main): init stock icons.
12263         
12264         * shell/ev-window.c: use the fit-width icon.
12265         
12266         * data/evince-ui.xml: add zooming toolbar items.
12267
12268 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12269
12270         * shell/ev-view.c: 
12271         (ev_view_best_fit), (ev_view_fit_width): because
12272         get_page_size() returns the scaled page size, we
12273         need to calculate the scale factor relative to
12274         the previous scale factor. Should really just
12275         add get_real_page_size().
12276
12277 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12278
12279         * shell/ev-view.[ch]:
12280         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12281         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12282         add zooming.
12283         
12284         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12285         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12286         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12287         hook it up.
12288         
12289         * pdf/xpdf/pdf-document.cc:
12290         (pdf_document_begin_find),
12291         (pdf_document_end_find): make static.
12292
12293 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12294
12295         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12296
12297         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12298         names to fontconfig patterns.
12299         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12300
12301         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12302         setupBaseFontsFc.
12303
12304 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12305
12306         * Makefile.am:
12307         * configure.ac:
12308         * ps/Makefile.am:
12309         * ps/ggvutils.c:
12310         * ps/ggvutils.h:
12311         * ps/gsdefaults.c:
12312         * ps/gsdefaults.h:
12313         * ps/gsio.c:
12314         * ps/gsio.h:
12315         * ps/gtkgs.c:
12316         * ps/gtkgs.h:
12317         * ps/ps.c:
12318         * ps/ps.h:
12319
12320         Import ggv backend. Not hooked up yet.
12321
12322 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12323
12324         * shell/main.c: (load_files), (main): load files
12325         from the command line.
12326
12327 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12328
12329         * configure.ac: don't require bonobo.
12330         
12331         * cut-n-paste/recent-files/*: kill bonobo recent
12332         view.
12333
12334         * shell/ev-window.c:
12335         (ev_window_is_empty): upd.
12336         (unable_to_load), (ev_window_open): load backend
12337         based on the mime type.
12338
12339 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12340
12341         * backend/.cvsignore: ignore generated marshalers source.
12342
12343         * shell/main.c (main): this is not epiphany.
12344
12345 2004-12-22  Havoc Pennington  <hp@redhat.com>
12346
12347         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12348         (expose_bin_window): draw find highlights
12349
12350         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12351         
12352         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12353         (pdf_document_end_find): implement this interface
12354
12355         * backend/ev-document.c (ev_document_found): add this to emit
12356         signal
12357
12358 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12359
12360         * data/evince-ui.xml: Add a few more toolbar items.
12361
12362         * shell/ev-window.c: Hook up page navigation toolbar 
12363         items.
12364
12365         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12366         a page-changed signal.
12367
12368         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12369         Add ev_document_get_page().
12370
12371         * shell/ev-window.c: Sensitize/desensitize navigation
12372         actions.
12373
12374 2004-12-21  Havoc Pennington  <hp@redhat.com>
12375
12376         * backend/ev-backend-marshal.c,
12377         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12378         marshaler-generator thingy. I'm sure there's a better way to do
12379         this in the modern world.
12380
12381         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12382         end_find methods and "found" signal.
12383
12384         * configure.ac: find glib-genmarshal
12385
12386 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12387
12388         * shell/ev-sidebar.c: Construct an actual sidebar.
12389         * shell/ev-sidebar-bookmarks.[ch]:
12390         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12391
12392 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12393
12394         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12395         Redo size handling.
12396         
12397         * shell/ev-view.c: Track the size from the document.
12398
12399 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12400
12401         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12402         constructor assumes ownership of the string passed in.
12403         
12404         * shell/ev-window.c (ev_window_open): Destroy the error
12405         dialog once we've displayed it.
12406
12407 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12408
12409         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12410         a bit, it works! (sort of)
12411
12412         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12413         Move to .cc since we need to use C++ in the implementation.
12414
12415         * shell/dummy.cc: Add a CC file to force evince
12416         to be linked as a C++ program.
12417
12418 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12419
12420         * shell/ev-view.[ch]: Start of content-area widget.
12421
12422         * shell/ev-window.c: Create a EvView, update it
12423         as we change documents.
12424
12425         * shell/Makefile.am shell/ev-marshal.list: Add
12426         generated marshalers.
12427
12428 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12429
12430         * Makefile.am (SUBDIRS): move shell.
12431
12432 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12433
12434         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12435         .a to libtool convenience libraries.
12436
12437         * shell/ev-window.c (ev_window_open): Hard code loading
12438         a PDF document.
12439         
12440         * backend/ev-document.h: Add a boolean return to load(),
12441         fix GError * to GError **.
12442
12443         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12444         object for a PDF backend EvDocument.
12445
12446 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12447
12448         * dvi/*: New directory with the beginning of a .dvi backend.
12449
12450 2004-12-21  Havoc Pennington  <hp@redhat.com>
12451
12452         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12453         previous/next instead of back/forward
12454
12455 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12456
12457         * backend/ev-document.[ch]: Fix a couple of problems so
12458         it compile.
12459
12460 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12461
12462         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12463         to backend/ directory, rename EvViewer to EvDocument.
12464
12465 2004-12-21  Havoc Pennington  <hp@redhat.com>
12466
12467         * shell/ev-window.c: hook up the find bar widget; now we just need
12468         a document to find things in
12469
12470         * shell/eggfindbar.c: a find bar widget
12471
12472 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12473
12474         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12475
12476 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12477
12478         * pdf/**: Import of xpdf code from gpdf. 
12479
12480         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12481
12482         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12483         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12484         Fix FreeType includes.
12485
12486         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12487         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12488         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12489         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12490         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12491         Include xpdfconfig.h
12492         
12493 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12494
12495         * shell/ev-window.c (ev_window_dispose): dispose can be called
12496         multiple times.
12497
12498 2004-12-21  Havoc Pennington  <hp@redhat.com>
12499
12500         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12501         rather than Evince
12502
12503         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12504         items; really they should be synced with the strings, etc. from
12505         current gpdf, but just getting the boring typing out of the way 
12506
12507 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12508
12509         * po/POTFILES.in:
12510         * shell/ev-application.c: (window_destroy_cb):
12511         * shell/ev-window.c:
12512         * shell/main.c: (main):
12513
12514         Actually show the window...
12515
12516 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * Makefile.am:
12519         * shell/Makefile.am:
12520         * shell/ev-application.c: (ev_application_class_init):
12521         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12522
12523         Make it build again
12524
12525 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12526
12527         Import to gnome cvs.
12528         
12529         * Remove copies of gpdf and ggv trees.
12530         * Rip out all the recursive configure code.
12531         * Remove bonobo machinery.
12532         * viewer/*: GInterfaces that backends should/can implement.
12533
12534 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12535
12536         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12537         typo
12538
12539 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12540
12541         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12542         (ev_application_finalize, ev_application_class_init)
12543         (ev_application_init): use GType instance private data for priv.
12544
12545         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12546         (ev_window_finalize, ev_window_class_init)
12547         (ev_window_init): ditto.
12548
12549 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12550
12551         * shell/ev-application.c (ev_application_new_window): make public
12552         (ev_application_show_initial_window): kill.
12553
12554         * shell/ev-application.h: update prototypes.
12555
12556         * shell/main.cc (main): inline ev_application_show_initial_window.
12557
12558 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12559
12560         * shell/ev-application.c (ev_application_new_window): impl.
12561         (ev_application_show_initial_window): use it.
12562         (is_window_empty, ev_application_get_empty_window): returns an
12563         existing empty window or a new one.
12564         (ev_application_open): from ev_window_cmd_file_open.
12565
12566         * shell/ev-application.h: update prototypes
12567
12568         * shell/ev-window.c (ev_window_is_empty): impl.
12569         (ev_window_open): make public.
12570         (ev_window_cmd_file_open): use ev_application_open
12571
12572         * shell/ev-window.h: update prototypes, remove unused.
12573
12574 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12575
12576         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12577         move destroy handler out of here...
12578
12579         * shell/ev-application.c, shell/ev-application.h: ...into this new
12580         class. Also handles initial window creation.
12581
12582         * shell/main.cc (main): use EvApplication to create initial
12583         window.
12584
12585 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12586
12587         * Makefile.am (SUBDIRS): add cut-n-paste
12588
12589         * cut-n-paste/Makefile.am: add
12590
12591         * configure.ac: generate Makefiles in cut-n-paste
12592
12593 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12594
12595         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12596         (ev_window_class_init): install ev_window_dispose.
12597
12598 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12599
12600         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12601         char (gchar looks stupid).
12602
12603 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12604
12605         * po/de.po: updated German translation.
12606
12607 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12608
12609         * configure.ac: add more pkg-config library checks for gnome-vfs,
12610         bonobo etc.
12611
12612         * gpdf/configure.in: temporarily disable libpaper
12613         checks. Otherwise I'd have to add the checks for the shell, too.
12614
12615 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12616
12617         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12618         and * file filters to the file choose.
12619
12620 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12621
12622         * po/de.po: Updated German translation.
12623
12624 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12625
12626         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12627
12628 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12629
12630         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12631
12632         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12633         (ev_window_init): implement those menuitems.
12634
12635 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12636
12637         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12638
12639         * shell/ev-window.c (ev_window_init): use the toolbar.
12640
12641 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12642
12643         * shell/ev-window.c (ev_window_init): use menu translations
12644
12645 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12646
12647         * configure.ac: add "de" to ALL_LINGUAS.
12648
12649         * po/de.po: add German translation.
12650
12651 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12652
12653         * Makefile.am (SUBDIRS): add po
12654
12655         * configure.ac: check intltool, glib-gettext etc, generate
12656         po/Makefile.in
12657
12658         * po, po/POTFILES.in, po/POTFILES.skip: new.
12659
12660 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12661
12662         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12663         already use (#ifdef ENABLE_NLS)
12664
12665         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12666         pointer indirection thinko.
12667
12668         * shell/main.c: include gi18n.h for bindtextdomain etc.
12669
12670 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12671
12672         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12673         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12674         tooltips for menu items in the statusbar.
12675
12676 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12677
12678         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12679         pkgdatadir drop UIDIR
12680
12681 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12682
12683         * data/evince-ui.xml: Add File->Open menu item
12684
12685         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12686         chooser), hook it up in the ui manager.
12687
12688 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12689
12690         * shell/ev-window.c: fix Help->About tooltip.
12691
12692 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * configure.ac: set CFLAGS for libevprivate.
12695
12696         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12697         definitions, factory etc.
12698
12699         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12700
12701         * shell/Makefile.am: link against libevprivate.a.
12702
12703         * shell/ev-window.c (entries): add stock icon to Help->About.
12704
12705         * shell/main.c (main): init stock icon code.
12706
12707 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12708
12709         * lib/recent-files: egg recent files code
12710
12711         * lib/Makefile.am: add.
12712
12713         * Makefile.am: add lib subdir.
12714
12715         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12716         set CFLAGS for recent-files.
12717
12718 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12719
12720         * configure.ac: disable -ansi and -pedantic gcc flags. They
12721         disable POSIX stuff in stdio.h, but egg-recent uses them.
12722
12723 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12724
12725         * configure.ac: add --disable-deprecated flag (defaults to on in
12726         "cvs" builds).
12727
12728         * shell/Makefile.am (INCLUDES): use it.
12729
12730 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12731
12732         * shell/main.c: add missing #include.
12733
12734         * shell/ev-window.c: fix for pedantic gcc.
12735         (ev_window_cmd_help_about): split license into paragraphs for
12736         translators and pedantic compilers.
12737
12738 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12739
12740         * configure.ac: add more warning flags if compiling with gcc from
12741         cvs (or explicitly requested with --enable-more-warnings).
12742
12743 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12744
12745         * data/evince-ui.xml: add File and File->Close menu.
12746
12747         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12748         (ev_window_destroy): quit after destroy.
12749         (ev_window_class_init): override GtkObject::destroy.
12750         (entries): install close_window callback.
12751
12752 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * Makefile.am (SUBDIRS): add data subdir.
12755
12756         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12757         gtk+ 2.5.0 for GtkAboutDialog.
12758
12759         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12760         main window.
12761
12762         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12763
12764         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12765         manager.
12766         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12767
12768 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12769
12770         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12771
12772 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12773
12774         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12775
12776 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12777
12778         * shell/*: Added shell directory boilerplate, build it.
12779
12780 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12781
12782         * configure.ac, Makefile.am: Added top-level configure.ac and
12783         Makefile.am